#app {
	position: relative;
	min-height: 95vh;
}
.login,
.register,
.reset-email,
.verify-email,
.confirm-email {
	margin: auto;
	position: absolute;
	top: 5%;
	left: 0;
	bottom: 0;
	right: 0;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.sticky-top {
	z-index: 5000;
}
.vld-overlay {
	z-index: 4999 !important;
}
.color {
	width: 15px;
	height: 15px;
	display: inline-flex;
}
.navbar {
	padding: 0.5rem 0;
}
.flashpool {
	top: 60px !important;
	right: 15px !important;
}
hr {
	margin: 5px 0;
}
input.form-check-input[type="checkbox"] {
	display: none;
}
input.form-check-input[type="checkbox"] ~ label {
	cursor: pointer;
}
input.form-check-input[type="checkbox"] ~ label:before {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
	content: "\00a0";
	text-align: center;
	background: #eee;
	border-radius: 3px;
}
input.form-check-input[type="checkbox"]:checked ~ label:before {
	color: #fff;
	content: "\2714";
	background: #3cb371;
	font-size: 12.5px;
}
input.form-check-input[type="checkbox"]:disabled ~ label {
	color: #888;
}
input.form-check-input[type="checkbox"]:disabled ~ label:before {
	background: #ccc;
}
p {
	margin-bottom: 0;
}
.container {
	max-width: 100%;
}
.divider {
	margin: 0;
}
.pull-right {
	float: right;
}
.info {
	color: #6cb2eb;
}
.success {
	color: #38c172;
}
.danger {
	color: #e3342f;
}
fieldset {
	padding: 0px 20px;
	border: 1px solid #e0e0e0;
}
legend {
	width: auto;
	font-size: 13px;
}
.profile-card {
	font-family: 'Open Sans', Arial, sans-serif;
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	border: none;
}
.profile-card .background-block {
	float: left;
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.profile-card .background-block .background {
	width: 100%;
	vertical-align: top;
	opacity: 0.9;
	-webkit-filter: blur(0.5px);
	filter: blur(0.5px);
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}
.profile-card .card-content {
	width: 100%;
	padding: 15px 25px;
	color: #232323;
	float: left;
	text-align: center;
	background: #efefef;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
.profile-card .card-content::before {
	content: '';
	background: #efefef;
	width: 120%;
	height: 100%;
	left: -15px;
	bottom: 60px;
	position: absolute;
	z-index: -1;
	transform: rotate(-13deg);
}
.profile-card .profile {
	border-radius: 50%;
	position: absolute;
	top: 10%;
	left: 50%;
	height: 100%;
	max-width: 100px;
	max-height: 100px;
	object-fit: contain;
	opacity: 1;
	background-color: #fff;
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
	border: 2px solid rgba(255, 255, 255, 1);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index: 2;
}
.profile-card h3 {
	margin: 0 0 5px;
	font-weight: 600;
	font-size: 22px;
}
.profile-card h3 small {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.card-content,
	.background-block,
	.profile-thumb-block {
		display: none;
	}
}
.dataTables_wrapper .dataTables_filter input {
	padding: 0.2rem 0.5rem;
	font-size: 0.8rem;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.dataTables_wrapper .dataTables_filter input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #a1cbef;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.dataTables_wrapper table tfoot tr td:first-child {
	vertical-align: bottom !important;
}
.dg-backdrop {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.dg-backdrop,
.dg-container {
	z-index: 5001 !important;
}
.dg-btn {
	font-size: 12px !important;
}
.dg-content {
	text-align: center;
	font-size: 20px !important;
}
.dg-btn--ok {
	color: #fff !important;
	background-color: #38c172 !important;
	border-color: #38c172 !important;
}
.dg-btn--cancel {
	color: #212529 !important;
	background-color: #f8f9fa !important;
	border-color: #f8f9fa !important;
}
.dg-btn-loader .dg-circle {
	background-color: #fff !important;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable.no-footer {
	border-bottom: none !important;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
	border-top: none !important;
}
table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px 10px 9px !important;
}
table.dataTable > tbody > tr.group:hover {
	background-color: #fff;
}
.tooltip.bs-tooltip-top > .tooltip-inner p,
.tooltip.bs-tooltip-right > .tooltip-inner p,
.tooltip.bs-tooltip-bottom > .tooltip-inner p,
.tooltip.bs-tooltip-left > .tooltip-inner p {
	text-align: left;
	min-width: 170px;
}
.tooltip.bs-tooltip-top > .tooltip-inner span,
.tooltip.bs-tooltip-right > .tooltip-inner span,
.tooltip.bs-tooltip-bottom > .tooltip-inner span,
.tooltip.bs-tooltip-left > .tooltip-inner span {
	float: right;
}
.tooltip img {
	max-height: 200px;
}
.password-error {
	color: #f4645f;
	font-size: 12px;
}
.settings-sidebar .card .card-body {
	padding: 0;
}
.settings-sidebar .card:not(:first-child){
	margin-top: 1rem;
}
.dropdown-item {
	color: rgba(0, 0, 0, 0.6);
}
.v--modal {
	top: 60px !important;
	padding: 0 10px !important;
}
.short-markup div {
	max-height: 100px;
	white-space: nowrap;
	overflow: hidden !important;
}
.templates .list-group,
.templates-block .list-group {
	min-height: 48px;
}
.templates .template-block {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f8f9fa;
}
.templates .template-block:hover {
	-webkit-box-shadow:inset 0px 0px 0px 2px #d8d8d8;
	-moz-box-shadow:inset 0px 0px 0px 2px #d8d8d8;
	box-shadow:inset 0px 0px 0px 2px #d8d8d8;
}
.templates-block {
	max-height: 464px;
	overflow-y: scroll;
}
.templates .list-group-item,
.templates-block .list-group-item {
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}
.templates .list-group-item:hover,
.templates-block .list-group-item:hover {
	cursor: pointer;
}
.avatar {
	width: auto;
	max-height: 50px;
	margin: 0 auto;
}
.vs__dropdown-toggle {
	padding: 3px 0 7px !important;
}
.destinations .vs__dropdown-toggle {
	display: inherit;
}
.v-select:not(.rubySelect) .vs__selected-options {
	display: contents !important;
}
.v-select:not(.rubySelect) .vs__selected {
	overflow: hidden;
	display: ruby !important;
}
.rubySelect .vs__selected + .vs__search:not(:focus) {
	display: none;
}
div.dt-buttons {
	top: -10px;
	right: -10px;
	float: right !important;
}
@media screen and (max-width: 640px) {
	div.dt-buttons {
		top: 0px;
	}
}
div.dt-button-background {
	opacity: 0;
}
button.dt-button {
	text-align: left;
	box-shadow: none !important;
	background-color: #fff !important;
	background-image: none !important;
}
button.dt-button:not(.active):not(.buttons-colvis) {
	box-shadow: inset 1px 1px 3px #666 !important;
}
.vld-icon {
	width: 100%;
	text-align: center;
}
.vld-icon .please-wait {
	font-size: 18px;
	font-weight: bold;
}
.dataTables_wrapper .dataTables_filter {
	margin-top: -6px;
}
.no-shadow:focus {
	box-shadow: none !important;
}
.pl-15 {
	padding-left: 15px;
}
.nav-pills .nav-link {
	border-radius: 0;
}
.tab-content > .tab-pane {
	height: 0;
	display: block;
	overflow: hidden;
}
.tab-content > .tab-pane.active {
	height: auto;
}
.profile-sidebar {
	background: #fff;
	text-align: center;
	padding-bottom: 10px;
}
.profile-userpic img {
	width: 50%;
	height: 50%;
	float: none;
	margin: 0 auto;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
}
.profile-usertitle {
	margin-top: 20px;
}
.profile-actions {
	margin-top: 15px;
	text-align: center;
}
.move {
	cursor: move;
}
.permissions-overflow {
	max-height: 350px;
	overflow-y: scroll;
}
.products-overflow {
	max-height: 70vh;
	overflow-y: scroll;
}
.dataTables_wrapper table {
	word-wrap: break-word;
	width: 100% !important;
	clear: both !important;
	margin: 0 auto !important;
	border-collapse: collapse !important;
}
.dataTables_scrollBody {
	overflow-y: hidden !important;
}
.dataTables_scrollBody thead tr[role='row'] {
	visibility: collapse !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #dee2e6 !important;
}
.d-contents {
	display: contents !important;
}
.rounded-0 .vs__dropdown-toggle {
	border-radius: 0 !important;
	height: calc(1.6em + 0.75rem + 2px);
}
.min-max-150 {
	min-width: 80px;
	max-width: 150px;
}
.mh-120 {
	max-height: 120px;
}
.bg-gray {
	background-color: #ccc !important;
}
.vs__dropdown-option {
	font-size: 1rem !important;
}
.vue-select-up.vs--open .vs__dropdown-toggle {
	border-bottom-color: rgba(60,60,60,.26) !important;
	border-bottom-left-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-color: transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.vue-select-up .vs__dropdown-menu {
	top: auto !important;
	box-shadow: 0 -3px 6px 0 rgba(0,0,0,.15) !important;
	border-radius: 4px 4px 0 0 !important;
	border-top: 1px solid rgba(0,0,0,.26) !important;
	border-bottom: none !important;
	bottom: calc(100% - 1px);
}
.dt-body-left {
	text-align: left !important;
}
.dt-body-right {
	text-align: right !important;
}
.dt-body-center {
	text-align: center !important;
}
table[id^="DataTables_Table_"] .sorting,
table[id^="DataTables_Table_"] .sorting_asc,
table[id^="DataTables_Table_"] .sorting_disabled {
	/* padding: 0 !important; */
	background-image: none !important;
}
.mx-datepicker {
	width: 100% !important;
}
.comp-full-calendar {
	padding: 0 !important;
}
.full-calendar-body .dates .dates-events .events-week .events-day .event-box .event-item.is-start {
	margin-left: 1px !important;
}
.bg-red {
	background-color: #d63939 !important;
}
.bg-azure {
	background-color: #4299e1 !important;
}
.bg-yellow {
	background-color: #f59f00 !important;
}
.bg-lime-lt {
	color: #74b816 !important;
	background-color: #f1f8e8 !important;
}
.text-red-fg,
.text-azure-fg,
.text-yellow-fg {
	color: #f6f8fb !important;
}
#history tbody tr:hover {
	background-color: transparent !important;
}
.vs__dropdown-menu {
	z-index: 5001 !important;
}