body {
	font-size: 1rem;
	background-color: #f6fbff;
	font-family: "Inter", "Roboto", "Helvetica", "Arial", "Muli";
}

h1, h2, h3, h4, h5, h6 {
	font-family: "League Spartan", "Inter", "Roboto", "Helvetica", "Arial", "Muli";
}


label {
	margin-bottom: 0px;
}

.form-control {
	border-radius: 0.5rem;
}

.input-group-text {
	border-radius: 0.5rem;
}

#modal-spinner.fade {
	transition: opacity .05s linear;
}

@media (max-width: 1199px) {
	h1 {
		min-height: 30px;
	}
}

/** Messages **/
.cart-message {
	cursor: pointer;
}

.cart-message a {
	color: black;
}

.cart-message-new a {
	font-weight: 600;
}

.cart-message-read a {
	font-weight: 400;
}

/** Color override **/
.page-top-buttons {
	line-height: 38px;
}

.page-top-buttons .btn {
	margin-left:5px;
}

.page-top-buttons .btn:first-child {
	margin-left:0px;
}

.btn {
	padding: .25rem .5rem;
	border-radius: 0.375rem;
	font-size: .95rem;
}

.btn-primary {
	background-color: #6ec310;
	border-color: #6ec310;
}

.btn-primary:hover {
	background-color: #3e7209;
	border-color: #3e7209;
}

.btn-primary.disabled, .btn-primary:disabled {
	background-color: #6c7360;
	border-color: #6c7360;
}

.btn-outline-primary {
	color: #6ec310;
	border-color: #6ec310;
}

.btn-outline-primary:hover {
	background-color: #3e7209;
	border-color: #3e7209;
}

.btn-outline-secondary {
	color: #84929f;
	border-color: #84929f;
}

.btn-lg {
	padding: .5rem 1rem !important;
	font-size: 1.25rem;
}

a {
	color: #0075cb;
}

.badge-primary {
	background-color: #0075cb;
}

.page-link {
	color: #00a962;
}

.page-link:hover {
	color: #00cb75;
}

.text-success {
	color: #00a962 !important;
}

/** Modal **/
.modal .modal-content {
	border-radius: 0.55rem;
	box-shadow: 0px 0px 7px #dddddd;
	-webkit-box-shadow:  0px 0px 7px #444444;
}

.modal-header {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.modal-footer {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
}

.modal.show {
	padding-right: 0 !important;
}

#modal-login, #modal-auto-logout {
	backdrop-filter: blur(7px);
}

/**
 * Header
 */
header {
	background-color: #ffffff;

}

.navbar-menu-wrapper {
	min-height: 80px;
	box-shadow: 0px 10px 5px rgba(143, 143, 143, 0.1);
}

.sticky-top {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1020;
}

.admin-body > .container-fluid {
	margin-top: 85px;
}

.navbar-brand-wrapper {
	width: 62px;
	height: 80px;
	-webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Chrome/Opera/Safari  Width transition */
	transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	-o-transition: transform .3s ease-in-out,width .3s ease-in-out; /* Opera/Opera Mobile Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out; /* Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	background-color: #0b2037 !important;
}

.navbar-brand-wrapper .navbar-brand {
	margin: 0;
	padding: 2px;
	display: block;
	overflow: hidden;
	max-width: 100%;
	-webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Chrome/Opera/Safari  Width transition */
	transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	-o-transition: transform .3s ease-in-out,width .3s ease-in-out; /* Opera/Opera Mobile Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out; /* Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */

	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.brand-icon {
	margin-left: 12px;
	margin-top: 8px;
}

.brand-text{
	margin-left: 2px;
	margin-top: 8px;
}

.navbar-menu-wrapper {
	width: calc( 100% - 60px);
	-webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Chrome/Opera/Safari  Width transition */
	transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	-o-transition: transform .3s ease-in-out,width .3s ease-in-out; /* Opera/Opera Mobile Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out; /* Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
}

.navbar-toggler {
	color: #2d92fb;
}

header .nav-link {
	color: #2d92fb;
	font-weight: 400;
	font-size: 1.1rem;
}

header .nav-link:hover {
	color: #2b4c71;
	text-decoration: none;
}

header .nav-link.admin-notifications.text-secondary {
	color: #9ba9b5 !important;
}

header .nav-link.admin-notifications.text-secondary:hover {
	color: #76828c !important;
}

header .badge-messages-count-wrapper {
	position: absolute;
	top: 12px;
	right: 12px
}

#infodropdown:after {
	display: none;
	margin: 0;
	border: 0 !important;
}

#admindropdown:after { display: none; }

#user-avatar-thumb,
#user-icon-thumb {
	width: 50px;
	height: 50px;
	border: 4px solid #70b8fa;
	line-height: 60px;
}

#user-avatar-thumb,
#user-icon-thumb,
.admin-name {
	display: inline-block;
	vertical-align: middle;
}

/*
 * Main content wrapper
 */
.main-wrapper {
	width: 100%;
	-webkit-transition: margin-left .3s ease-in-out, margin-right .3s ease-in-out, width .3s ease-in-out;
	-ms-transition: margin-left .3s ease-in-out, margin-right .3s ease-in-out, width .3s ease-in-out;
	-o-transition: margin-left .3s ease-in-out, margin-right .3s ease-in-out, width .3s ease-in-out;
	transition: margin-left .3s ease-in-out, margin-right .3s ease-in-out, width .3s ease-in-out;
	margin-right: 0px;
}

/*
 * Sidebar
 */
.sidebar {
	-webkit-transform: translate(-260px, 0);
	-ms-transform: translate(-260px, 0);
	-o-transform: translate(-260px, 0);
	transform: translate(-260px, 0);

	position: fixed;
	top: 80px;
	bottom: 0;
	left: 0;
	z-index: 100; /* Behind the navbar */
	padding: 0;
	-webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); /* Chrome/Opera/Safari  Box shadow */
	box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
	width: 260px;
	max-width: 100%;
	white-space: nowrap;
	background-color: #0b2037;
	-webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Chrome/Opera/Safari  Width transition */
	transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	-o-transition: transform .3s ease-in-out,width .3s ease-in-out; /* Opera/Opera Mobile Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out; /* Width transition */
	transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out; /* Width transition */
	overflow-x: hidden;
	overflow-y: auto;
}

.sso-mode .sidebar {
	top:107px;
}

.sso-mode .sso-menu {
	min-height: 40px;
	background-color: #1F292E;
}

.admin-body.sso-mode > .container-fluid {
	margin-top:106px;
}

#main-nav .header-wrapper,
#designer-content .option-title,
#designer-content .back-link {
	position: sticky;
	z-index: 999;
}

#main-nav .header-wrapper {
	top: 0px;
	background-color: #30333e;
}

#designer-content .option-title {
	top: 83px;
}

#designer-content .back-link {
	top: 117px;
	background-color: #30333e;
}

/*
* Sidebar scrollbar for Chrome, Opera and Safari
*/
.sidebar::-webkit-scrollbar-track,
#search-side-results::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar,
#search-side-results::-webkit-scrollbar {
	width: 7px;
	background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb,
#search-side-results::-webkit-scrollbar-thumb {
	background-color: #0b2037;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent);
}

.sidebar .search-form-wrapper{
	overflow: hidden;
	height: 40px;
	margin-bottom :.5rem;
}

.sidebar .search-form{
	margin-bottom: .5rem;
}

.sidebar .search-form .input-group {
	overflow: hidden;
	-o-text-overflow: clip;
	text-overflow: clip;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.sidebar .search-form input[type="text"] {
	border-top-left-radius: 0.5rem;
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	background: #4b4d52;
	border: none;
	font-size: 0.8em;
	width: calc(100% - 45px);
	color: #fff;
}

/*
 * Sidebar search form
 */
.sidebar .search-form input[type="text"]::-webkit-input-placeholder {color:#ACB0B3;} /* Chrome/Opera/Safari */
.sidebar .search-form input[type="text"]::-moz-placeholder {color:#ACB0B3;} /* Firefox 19+ */
.sidebar .search-form input[type="text"]:-ms-input-placeholder {color:#ACB0B3;} /* IE 10+ */
.sidebar .search-form input[type="text"]:-moz-placeholder {color: #ACB0B3;} /* Firefox 18- */

.sidebar .search-form .btn {
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #ACB0B3;
	background: #4b4d52;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 45px;
	padding: 0;
}

.sidebar .search-form input[type="text"]:focus,
.sidebar .search-form input[type="text"]:focus + .btn {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #4b4d52;
}

.sidebar .sidebar-search-icon {
	opacity: 0;
	transition: all .1s ease-in-out;
	width: 0;
}

/*
 * Sidebar menus
 */
.sidebar ul ul {
	--padding:0.25rem 0;
}

.sidebar .level-2.separator::after{
	content: '';
	display: block;
	margin-left: 2.5rem;
	border-top:1px solid #184b83;
}

.sidebar .level-2 ul.nav.flex-column {
	background: #1c212f;
}

.sidebar .level-3.separator::after{
	content: '';
	display: block;
	margin-left: 3.75rem;
	border-top:1px solid #184b83;
}

@media (min-width: 992px) {
	.sidebar-mini .sidebar .level-2.separator::after,
	.sidebar-mini .sidebar .level-3.separator::after {
		margin-left: 1rem;
	}
}

.sidebar .nav-item {position: relative;}

.sidebar a,
.sidebar .nothing-found-result{
	font-weight: 500;
	color: #ebf4fe;
	position: relative;
}

.sidebar a.level-1 {
	text-transform: capitalize;
}

.sidebar .nav-item.level-1:not(:has(.nav-item.level-2)) > .nav-link.active {
	background-color: #2d92fb;
}

.sidebar .nav-item.level-2:not(:has(.nav-item.level-3)) > .nav-link.active {
	background-color: #2d92fb;
}

.sidebar .nav-item.level-3 > .nav-link.active {
	background-color: #2d92fb;
}

.sidebar .search-form-collapse.sub-menu { background: #30333e; }
.sidebar .sub-menu-label {display: none;}
.sidebar .sub-menu .nav-link .nav-text {margin-left: 0px;}

.sidebar .level-1 > .nav-link {
	padding-top: .40rem;
	padding-bottom: .40rem;
}

.sidebar li li .nav-link {
	padding: .40rem 0 .40rem 2.35rem;
	font-size: 0.90em;
	white-space: nowrap;
}

.sidebar li .level-3 .nav-link {
	padding: .5rem 0 .5rem 3.75rem;
	font-size: 0.813em;
	white-space: normal;
	background-color: #1c212f;
}

.sidebar .nav-link[data-toggle="collapse"]:after {
	content: '\f054';
	display: inline-block;
	font-family: Font Awesome\ 5 Pro;
	position: absolute;
	font-size: 10px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	top: 0;
	bottom: 0;
	right: 12px;
	height: 12px;
	width: 10px;
	text-align: center;
	margin: auto;
}

.sidebar .nav-link[aria-expanded="true"]:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar .nav-link .fa {color: #8C9093;}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
	color: snow;
}

.sidebar .nav-link:hover .fa,
.sidebar .nav-link.active .fa {
	color: snow;
}

.sidebar-heading {
	font-size: .75rem;
	text-transform: uppercase;
}

/*
 * Progress
 */

.setup-bar-visible .main-wrapper {
	margin-right: 300px;
}

.setup-bar .setup-progress-hide,
.setup-bar .setup-progress-close {
	display: none;
}

.setup-bar-visible .setup-bar .setup-progress-hide,
.setup-bar-visible .setup-bar .setup-progress-close {
	display: flex;
}

.setup-bar {
	position: fixed;
	width:0px;
	height:calc(100% - 80px);
	top: 80px;
	left: 100%;
	background-color: #2d94f9;
	color: white;
	width: 300px;
	/*-webkit-transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; !* Chrome/Opera/Safari  Width transition *!*/
	/*transition: width .3s ease-in-out,-webkit-transform .3s ease-in-out; !* Width transition *!*/
	/*-o-transition: transform .3s ease-in-out,width .3s ease-in-out; !* Opera/Opera Mobile Width transition *!*/
	/*transition: transform .3s ease-in-out,width .3s ease-in-out; !* Width transition *!*/
	/*transition: transform .3s ease-in-out,width .3s ease-in-out,-webkit-transform .3s ease-in-out; !* Width transition *!*/

	transform: translate(0, 0);

	-webkit-transition: left .3s ease-in-out;
	-ms-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}

.setup-bar-header {
	background:#0b2036;
}

.setup-bar-header h3, .setup-bar-header h4, .setup-bar-header h4 {
	color: #ffffff;
}

.setup-bar-progress-line {
	height:7px;
	width:100%;
	display: block;
	background-color: #ffffff;
}

.setup-bar-progress-line-progress {
	height: inherit;
	display: block;
	background: linear-gradient(0.25turn, #a0d6fe, #d5eeff, #5fb9f6);
}

.setup-bar a {
	color: snow;
}

.setup-bar .setup-item-required a {
	color: #ffbcb7;
}

.setup-bar .setup-item-done a {
	color: #6eff10;
}

.setup-bar-visible .setup-bar {
	left: calc(100% - 300px);
}

.setup-progress {
	position: fixed;
	bottom: 16px;
	right: 16px; /** 96px; **/
	width: 266px; /** 186px; **/
	height: 45px;
	z-index: 1035;
	display: block;
	background: #cc0202 ;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	/*-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);*/
	/*-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);*/
	border-radius: 7px;
	color:white;
	cursor: pointer;
	opacity: 1;
}

.setup-progress-short {
	right: 112px;
	width: 170px;
}

.setup-progress:hover {
	opacity: 1;
	transform: scale(1.08);
	transition: transform 0.15s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	-webkit-transition: transform 0.15s;
	-moz-transition:transform 0.15s;
	-ms-transition:transform 0.15s;
}

.setup-progress-score {
	font-size:1.2rem;
	float:left;
	width:20%;
}

.setup-progress-message {
	font-size: 0.85rem;
	line-height: 0.9rem;
	float:left;
	width:75%;
}

.setup-progress-orange {
	background: #ff7715;
}

.setup-progress-yellow {
	background: #deb83b;
}

.setup-progress-green {
	background: #5fa612;
}

.setup-progress-hide,
.setup-progress-close {
	position: absolute;
	display: flex;
	cursor: pointer;
	box-shadow:none !important;
}

.setup-progress .setup-progress-close {
	top:10px;
	right:10px;
}

.setup-bar .setup-progress-hide {
	top:5px;
	right:25px;
	color:white;
}

.setup-bar .setup-progress-close {
	top:5px;
	right:5px;
	color:white;
}

/*
 * Quick start guide
 */
.qsg-backdrop {
	color: #f6f6f6;
	font-size:20rem;
	line-height:25rem;
}

.qsg-pane {
	min-height: 370px;
}

/*
 * App Center
 */
.apps-nav .app {
	display: -webkit-flex;
	display: flex;
}

.apps-nav .app-box {
	min-height: 180px;
	justify-content: center;
	align-items: center;
	display: flex;
}

/*
 * Navbar
 */
/*.navbar .form-control {*/
/*padding: .75rem 1rem;*/
/*border-width: 0;*/
/*border-radius: 0;*/
/*}*/
.main-content {
	overflow: hidden
}

.form-section-header {
	font-weight: bold;
	color: #30333E;
	background: #f4f5f7;
	border-radius: 0.5rem;
}

.form-section-header a{
	color: #30333E;
}
/** label **/
.truncate-label label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:90%;
}

/** custom checkboxes **/
.field-checkbox-space {padding-top: 25px;}
.form-check-custom input.form-check-custom-input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.form-check-custom label.form-check-custom-label { margin-bottom:0px; }
.form-check-custom input.form-check-custom-input[type=checkbox] + label.form-check-custom-label:before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
}
.form-check-custom input.form-check-custom-input[type=checkbox] + label.form-check-custom-label:before {
	content: "\f0c8";
	color:#106ddc;
	font-size:1.125rem;
	line-height: 1rem;
	position:relative;
	top:1px;
	left:1px;
} /* unchecked icon */
.form-check-custom input.form-check-custom-input[type=checkbox]:disabled + label.form-check-custom-label:before { color: #bbbbbb; } /* unchecked icon disabled */
.form-check-custom input.form-check-custom-input[type=checkbox] + label.form-check-custom-label:before { letter-spacing: 5px; } /* space between checkbox and label */
.form-check-custom input.form-check-custom-input[type=checkbox]:checked + label.form-check-custom-label:before { content: "\f14a"; } /* checked icon */
.form-check-custom input.form-check-custom-input[type=checkbox]:checked + label.form-check-custom-label:before { letter-spacing: 5px; } /* allow space for check mark */

/** custom radios **/

.form-radio-custom input.form-radio-custom-input[type=radio] { display:none; } /* to hide the checkbox itself */
.form-radio-custom label.form-radio-custom-label {
	margin-bottom:0px;
}

.form-radio-custom input.form-radio-custom-input[type=radio] + label.form-radio-custom-label:before {
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
}

.form-radio-custom input.form-radio-custom-input[type=radio] + label.form-radio-custom-label:before { content: "\f111"; color:#106ddc; font-size:1.125rem;line-height: 1rem;position:relative;top:0px;left:1px;} /* unchecked icon */
.form-radio-custom input.form-radio-custom-input[type=radio]:disabled  + label.form-radio-custom-label:before { color: #bbbbbb; }
.form-radio-custom input.form-radio-custom-input[type=radio] + label.form-radio-custom-label:before { letter-spacing: 5px; } /* space between checkbox and label */
.form-radio-custom input.form-radio-custom-input[type=radio]:checked + label.form-radio-custom-label:before { content: "\f192"; } /* checked icon */
.form-radio-custom input.form-radio-custom-input[type=radio]:checked + label.form-radio-custom-label:before { letter-spacing: 5px; } /* allow space for check mark */

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	-webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/** small inputs **/
.input-sm {
	font-size:0.75rem;
	padding:.25rem .5rem;
}

/*
 * Tab pane
 */

.form-tabs-horizontal .tab-pane,
.orphanFilesTabContent .tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}

.form-tabs-vertical .tab-pane {
	border-left: 1px solid #ddd;
	padding: 10px;
}

.form-tabs-vertical .nav-link {
	border-radius: 0;
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
	z-index: 1;
}

.form-tabs-vertical .nav-link:first-child {border-top: 1px solid #cdcdcd;}

.form-tabs-vertical .nav-link:first-child.active {border-top: 1px solid #4799fc;}
.form-tabs-vertical .nav-link.active {background-color: #4799fc;}
.form-tabs-vertical .nav-link:first-child:hover {border-top: 1px solid #4799fc;}

.form-tabs-vertical .nav-link:hover {
	color: #fff;
	border-bottom: 1px solid #4799fc;
	border-left: 1px solid #4799fc;
}

.form-tabs-vertical .nav-link:after {
	height: 100%;
	left: -35%;
	top: 0;
	transform: skew(50deg);
	transition-duration: 0.6s;
	transform-origin: top left;
	width: 0;
	background: #4799fc;
	content: '';
	position: absolute;
	z-index: -1;
}

.form-tabs-vertical .nav-link:hover:after {
	height: 100%;
	width: 135%;
}

.form-tabs-vertical .nav-link.active {
	border-bottom: 1px solid #4799fc;
	border-left: 1px solid #4799fc;
	border-right: 1px solid #4799fc;
}

.form-tabs-vertical .tab-content {
	border-left: 5px solid #4799fc;
	min-height: 600px;
}

.required > label {
	font-weight: bold;
}

.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs .nav-link {
	border-top-color:transparent;
	border-top-width:5px;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding:.375rem .5rem;
	height: 100%;
}

.nav-tabs .nav-link.active {
	border-top-color: #6ec310;
	border-top-width: 5px;
}

.accordion>.card:first-of-type {
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.mobile-accordion:first-child .card-header {
	border-top: 1px solid rgba(0,0,0,.125);
}

.mobile-accordion .card-header {
	background: #f4f5f7;
}

.mobile-accordion a.active {
	color: #495057;
}

.mobile-accordion.active-class .card-header {
	border-top: 5px solid #4799FC;
	background-color: #ffffff;
	border-bottom: none;
}

.form-tabs-horizontal .tab-pane {
	border-radius: 0;
}

/*
 * Pages
 */



.card {
	background-color: #ffffff;
	border-top-color: #0075cb;
	border-color: #dee2e6;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 7px #dddddd;
	-webkit-box-shadow:  0px 0px 7px #dddddd;
}

.card-main {
	background-color: #ffffff;
	border-top-color: #0075cb;
	border-color: #dee2e6;
	border-radius: 0.5rem;
	box-shadow: 0px 0px 10px #dddddd;
	-webkit-box-shadow:  0px 0px 10px #dddddd;
}

.card-main h1 {
	font-size: 1.75rem;
	margin-top: 0px;
	color: #4d5151;
	margin-bottom: 0px;
	min-height: 38px;
}

.card-main h1 span{
	color: #2d92fb;
}

/*
 * Shipping Form
 */
#domestic-add-method-form .shipping-carrier-selector:hover,
#international-add-method-form .shipping-carrier-selector:hover {
	cursor: pointer;
}

#order-shipments-collapse-button .cancel,
#order-notes-button .hide,
#transaction-details-button .hide,
#fraud-service-details-button .hide { display: none; }

#order-shipments-collapse-button[aria-expanded=true] .cancel,
#order-notes-button[aria-expanded=true] .hide,
#transaction-details-button[aria-expanded=true] .hide,
#fraud-service-details-button[aria-expanded=true] .hide { display: block; }

#order-shipments-collapse-button[aria-expanded=true] .edit,
#order-notes-button[aria-expanded=true] .show,
#transaction-details-button[aria-expanded=true] .show,
#fraud-service-details-button[aria-expanded=true] .show { display: none; }

#order-shipments-collapse-button[aria-expanded=false] .cancel,
#order-notes-button[aria-expanded=false] .hide,
#transaction-details-button[aria-expanded=false] .hide,
#fraud-service-details-button[aria-expanded=false] .hide { display: none; }

/*
 * Tables
 */
.table {margin-bottom:0px;}

.table thead th {
	vertical-align: bottom;
}


.table-striped tbody tr:nth-of-type(even) {
	background:none;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f7f7f7;
}

.table th,
.table td {
	border-top:none;
	font-size: 0.875rem;
	padding:0.625rem;
}

/*to remove a bg color of blue from custom input checkbox*/
.table th.table-checkbox {
	font-weight: normal !important;
}

/* Custom table column width & other utilities */
.table .table-checkbox, .table-icon {width:50px;}
.table .table-w-120-f {width: 120px;}
.table .table-mw-100-f {min-width: 100px;}
.table .table-mw-120-f {min-width: 120px;}
.table .table-mw-150-f {min-width: 150px;}
.table .table-mw-180-f {min-width: 180px;}
.table .table-mw-210-f {min-width: 210px;}
.table .table-mw-250-f {min-width: 250px;}
.table .table-w-120-f {width: 120px;}
.table .list-actions {min-width: 120px;}
.table .list-actions-payment-method {min-width: 250px;}
.hidden {display: none;}
a.disabled {opacity: 0.6;pointer-events: none;}

.table .sortable {
	white-space: nowrap;
}

/*shipping table*/
/* .admin-page-shipping .table td {min-width: 100px;} */

/*
 * Payment page
 */
.bg-payment-inactive {border-top:5px solid #66c0dc;background:#f8f8f8;}
.bg-payment-active {border-top:5px solid #66c0dc;background:#f8f8f8;}

/*
 * Image form field
 */
.form-group.field-image .field-image-preview {margin-top:10px;}
.form-group.field-image .field-image-preview img{max-height:150px;}
.form-group.field-image .field-image-preview canvas{height:150px;display:none;}
.form-group.field-image .field-image-delete {margin-top:10px;}

.form-group.field-image-multiple .button-file-add, .form-group.field-image-multiple .button-file-external-add{display: flex;justify-content:center;}
.form-group.field-image-multiple .button-file-add .button-file-add-wrap,
.form-group.field-image-multiple .button-file-external-add .button-file-add-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 150px;
	height: 150px;
	background: #f0f0f0;
	cursor: pointer;
	text-align: center;
}
.form-group.field-image-multiple .button-file-add-icon, .form-group.field-image-multiple .button-file-external-add-icon{display:inline-block;background: url('../../../images/admin/secondary-nav.png') no-repeat;width:15px;height:15px;margin:67px 0 0 0;}
.form-group.field-image-multiple input[type="file"]{display:none;}
.form-group.field-image-multiple .field-image-multiple-preview {display:flex;justify-content:center;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;}
.form-group.field-image-multiple .field-image-multiple-preview img{max-height:150px;max-width:150px;padding-bottom:7px;}
.form-group.field-image-multiple .field-image-multiple-preview canvas{max-height:150px;max-width:150px;padding-bottom:7px;align-self:center;margin-top:auto;}
.form-group.field-image-multiple .field-image-multiple-preview div, .form-group.field-image-multiple .field-image-multiple-preview a{margin-top:auto;}

.form-group.field-image-multiple .field-image-multiple-drop-here {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 100%;
	height: calc(100% + 20px);
	border: 2px dashed #0075cb;
	border-radius: 10px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 20px;
	background-color: rgba(225,225,225,0.5);
	color: grey;
	-dwebkit-text-stroke-width: 1px;
	-dwebkit-text-stroke-color: #888888;
}

.form-group.field-image-multiple span {
	position:absolute;
	bottom: 5px;
	right: 15px;
}

.form-group.field-image-multiple .field-image-multiple-drop-here .fa {
	font-size:1.75rem;
}

#modal-field-image-multiple-edit .image-preview{margin-bottom:10px;}

#modal-field-image-multiple-edit .image-info {
	margin-bottom: 10px;
	word-wrap: break-word;
}

/*
 * Separator fields
 */
.field-separator label, .field-separator div {
	border-bottom:5px solid #f0f0f0;
	color:#888888;
	font-size:1.05em;
	font-weight: bold;
}

/*
 * Graphs
 */
#home-page-graph-main {
	min-height: 300px;
}

/*
 * Reports Card-Deck
 */

/* responsively enforce wrapping */
.card-deck span.spacer {
	display: none;
}

/*
 * Quickbooks page
 */
img.qb-pc-logo {
	margin-top: -10px;
}

@media (min-width:1200px){
	.card-deck span:nth-of-type(5n) {
		display: block;
		width: 100%;
	}
}

@media (min-width:992px) and (max-width: 1199px) {
	.card-deck span:nth-of-type(3n) {
		display: block;
		width: 100%;
	}
}

@media (min-width:768px) and (max-width: 991px) {
	.card-deck span:nth-of-type(3n) {
		display: block;
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.card-deck span:nth-of-type(3n) {
		display: block;
		width: 100%;
	}
}

/*
 * SEO Preview
 */
.seo-preview-wrapper {
	background: white;
	padding: 0 0 15px 27px;
	color: black;
	font-size: 82%;
}

.seo-preview-wrapper h3 {
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #20C;
	font-size: 14px;
	margin-bottom: 0;
}

.seo-preview-wrapper p {
	margin: 1px 0 0 0;
	color: black;
	font-size: small;
	text-align: left;
	line-height: 16px;
	letter-spacing: -0.004em;
}

.seo-preview-wrapper cite {
	color: green;
	font-family: arial, sans-serif;
	font-style: normal;
}

/*
 * Pikfly map
 */
.pikfly-map {
	min-height: 100%;
	min-width: 100%;
}

/*
 * Order page
 */
.order-list-wrap {
	border-left:15px solid white;
	padding-left:10px;
	word-wrap: normal;
}

.order-list-header {
	font-weight: bold;
	padding-left: 25px;
}

.order-list {
	border-left:15px solid snow;
	padding-left:10px;
}

#modal-order-return-refund .order-list-wrap .row,
#modal-order-return-refund .order-list .row {
	min-width: 600px;
}

/** Order invoice */
.invoice-container {
	background-color: #f4f5f7;
	padding: 0 2rem;
}

.invoice-container .table-container {
	background-color: #ffffff;
	padding: 1.2rem;
	border-radius: 0.25rem;
}

.order-details-table .order-details-left{
	width: 55%;
}

.order-details-table .order-details-right{
	width: 45%;
}

.order-details-table {
	page-break-before: always;
}

.shipment-table
.price-col,
.quantity-col,
.total-col,
.order-view-line-item {
	text-align: right;
}

.shipment-table .product-name-col {
	width: 70%;
}
.shipment-table .price-col {
	width: 15%;
}
.shipment-table .quantity-col {
	width: 5%;
}
.shipment-table .total-col {
	width: 10%;
}
.order-view-line-item {
	font-size: 0.825rem;
}

.palette-cell {
	border-left:0px;
	width:5px;
}


.order-numeric-cell {
	width: 10%;
	min-width:100px;
	max-width:150px;
}


.palette-color-0, .palette-color-10, .palette-color-20, .palette-color-30 {
	border-left-color: #9e0142;
	background-color: #9e0142;
}

.palette-color-1, .palette-color-11, .palette-color-21, .palette-color-31 {
	border-left-color: #d53e4f;
	background-color: #d53e4f;
}

.palette-color-2, .palette-color-12, .palette-color-22, .palette-color-32 {
	border-left-color: #f46d43;
	background-color: #f46d43;
}

.palette-color-3, .palette-color-13, .palette-color-23, .palette-color-33 {
	border-left-color: #fdae61;
	background-color: #fdae61;
}

.palette-color-4, .palette-color-14, .palette-color-24, .palette-color-34 {
	border-left-color: #fee08b;
	background-color: #fee08b;
}

.palette-color-5, .palette-color-15, .palette-color-25, .palette-color-35 {
	border-left-color: #e6f598;
	background-color: #e6f598;
}

.palette-color-6, .palette-color-16, .palette-color-26, .palette-color-36 {
	border-left-color: #abdda4;
	background-color: #abdda4;
}

.palette-color-7, .palette-color-17, .palette-color-27, .palette-color-37 {
	border-left-color: #66c2a5;
	background-color: #66c2a5;
}

.palette-color-8, .palette-color-18, .palette-color-28, .palette-color-38 {
	border-left-color: #3288bd;
	background-color: #3288bd;
}

.palette-color-9, .palette-color-19, .palette-color-29, .palette-color-39 {
	border-left-color: #5e4fa2;
	background-color: #5e4fa2;
}

/*
 * Shipping carrier
 */
.shipping-image {
	height: 85px;
}

.easyship-logo-right {
	max-width:200px;
	float:right;
	margin-left:10px;
}

span.shipping-carrier-royal_mail {
	background: url('../../../images/admin/royal-mail.png') no-repeat 0 0;
	height:42px;
	width:63px;
	display:inline-block;
}

span.shipping-carrier-custom {
	background: url('../../../images/admin/brand-icon.png') no-repeat 0 0;
	background-color: #007bff;
	height:42px;
	width:37px;
	display:inline-block;
}

.shipping-carrier {
	border: 0 solid red;
	background: url('../../../images/admin/shipping-carriers-sprite.gif') no-repeat 0 0;
	height:42px;
	display:inline-block;
}

.shipping-carrier.shipping-carrier-fedex {
	width:63px;
}

.shipping-carrier.shipping-carrier-ups {
	width:35px;
	background-position:-63px;
}

.shipping-carrier.shipping-carrier-usps {
	width:45px;
	background-position:-98px;
}

.shipping-carrier.shipping-carrier-canada-post {
	width:68px;
	background-position:-143px;
}

.shipping-carrier.shipping-carrier-modal {
	float:right;
	margin:0 0 0 10px;
}

.shipping-carrier.shipping-carrier-custom-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.shipping-real-time-method {
	float: left;
	width: 135px;
	border: solid 1px #dedede;
	margin-bottom: 15px;
}

.shipping-real-time-method + .shipping-real-time-method {
	border-left: none;
}

.shipping-real-time-method .form-group {
	margin-top: 15px;
	margin-bottom: 0;
}

.field-password .generate-password-label{min-height: 39px;}

/* Field Form */

.field-password .field-password-strength {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 25%;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: right;
}

.field-password .progressbar-div {
	min-width: 25%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

/* Product Page*/
#tab-primary-group-secondary-categories-body select.multiselect {min-height: 350px;}

/*
 * Utilities
 */

.border-top {border-top: 1px solid #e5e5e5;}
.border-bottom {border-bottom: 1px solid #e5e5e5;}

.cursor-not-allowed {cursor: not-allowed;}

.c-w-75 {width: 75px;}
.c-w-100 {width: 100px;}
.c-w-120 {width: 120px;}
.c-w-150 {width: 150px;}
.c-w-180 {width: 180px;}
.c-w-200 {width: 200px;}
.c-mxw-80 {max-width: 80px}
.c-mxw-150 {max-width: 150px}
.c-mxw-170 {max-width: 170px}
.c-mxw-200 {max-width: 200px}
.c-mxw-300 {max-width: 300px}
.c-mxw-350 {max-width: 350px}
.c-mxw-450 {max-width: 450px}
.c-mw-125 {width: 125px;}
.c-mw-80 {min-width: 80px;}
.c-mw-100 {min-width: 100px;}
.c-mw-120 {min-width: 120px;}
.c-mw-130 {min-width: 130px;}
.c-mw-150 {min-width: 150px;}
.c-mw-180 {min-width: 180px;}
.c-mw-200 {min-width: 200px;}
.c-mw-210 {min-width: 210px;}
.c-mw-250 {min-width: 250px;}
.c-mw-300 {min-width: 300px;}
.c-w-60 {width: 60%;}

.d-group-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-group-space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.text-break-word {
	max-width: 100%;
	word-wrap: break-word !important;
}

.tokenfield input[type="text"].form-control, .tokenfield input[type="text"].form-control + input[type="text"]{
	left: auto !important;
	z-index: -10 !important;
}

/* Alert Message */
.alert{
	-webkit-border-radius: 0.5px;
	-moz-border-radius: 0.5px;
	border-radius: 0.5rem;
	border: 1px solid rgba(0,0,0,.125);
	box-shadow: 0px 0px 7px #dddddd;
	-webkit-box-shadow:  0px 0px 7px #dddddd;
	color: #343a40;
}



.alert-success {border-left: 5px solid #6ed086;}
.alert-danger {border-left: 5px solid #f3a8af;}
.alert-info {border-left: 5px solid #8ec7d2;}
.alert {padding: 1rem 1.5rem !important;}
button[data-notify="dismiss"] {
	top: 5px !important;
	right: 10px !important;
}

/* Global Search */
#search-side-results {background-color: #232630}
#search-side-results ul li.link.active {background-color: #222631}

/* overrides */
.help-block.error {
	margin-bottom: 0;
	clear: both;
}

.text-danger.error {
	margin-bottom: 0;
}

.admin-page-order .order-details td,
.admin-page-recurring_profiles .recurring-profile-details td {
	font-size: 1rem;
	padding: 0.25rem 0.625rem;
}

/*
 * Contact Us Form Data
 */
.data-form-name,
.data-form-subject {
	min-width: 130px;
}

.data-form-email {
	min-width: 250px;
}

.data-form-message {
	min-width: 300px;
}

/*
 * Minimum Media Queries
 */
@media (min-width: 320px) {
	.pikfly-wrapper {min-height: 300px;}
}

@media (min-width: 576px) {
	#infodropdown:after,
	#admindropdown:after {
		display: inline-block;
	}
}

@media (max-width: 1199px) {
	.main-container-trial .sidebar {
		top:124px;
	}

	.main-container-trial .main-wrapper {
		margin-top:57px;
	}
}

@media (min-width: 768px) {
	.w-md-100 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.setup-progress,
	.setup-bar {
		display: none;
	}
	.main-wrapper {
		margin-right: 0px !important;
	}
}

@media (min-width: 992px) {

	.navbar-brand-wrapper{width: 260px;}
	.navbar-menu-wrapper {width: calc( 100% - 260px);}

	.brand-text {
		display: inline-block;
		transition: all .3s ease-in-out;
	}

	.sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.sidebar .search-form {
		transition: all .3s ease-in-out;
		max-height: 100%;
		max-width: 100%;
		opacity: 1;
	}

	.main-wrapper {
		width: calc(100% - 260px);
		margin-left: 260px;
	}

	.setup-bar-visible .main-wrapper {
		width: calc(100% - 560px);
	}

	/*
	 * Sidebar is active
	 */
	.sidebar-mini .sidebar {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	.sidebar-mini .main-wrapper{
		margin-left: 55px;
	}

	.sidebar-mini .sidebar { overflow: visible; }
	.sidebar-mini .navbar-brand-wrapper { width: 55px; }
	.sidebar-mini .brand-icon { margin-left: 5px; }

	.sidebar-mini .brand-text {
		opacity: 0;
		margin-left: 30px;
	}

	.sidebar-mini .sidebar .sidebar-search-icon {
		opacity: 1;
		width: 100%;
	}

	.sidebar-mini .sidebar {
		width: 55px;
	}

	.sidebar-mini .sticky-sidebar { overflow: visible; }

	.sidebar-mini .sidebar .search-form {
		max-width: 0;
		max-height: 0;
		opacity: 0;
	}

	.sidebar-mini .search-icon { display: none; }

	/** Mini sidebar - search form **/
	.sidebar-mini .search-wrapper { position: relative; }
	.sidebar-mini .search-wrapper > .search-form-wrapper > .sub-menu {
		position: absolute;
		top: -5px;
		left: 100%;
		width: 260px;
		text-align: left;
		display: none;
	}

	.sidebar-mini .search-wrapper:hover > .search-form-wrapper > .sub-menu {
		display: block !important;
		border-bottom: none;
		padding: .5rem 0;
		transition: none;
	}

	.sidebar-mini .search-wrapper > .search-form-wrapper:hover > .sub-menu > .search-form,
	.sidebar-mini .search-wrapper:hover > .search-form-wrapper > .sub-menu > .search-form {
		max-height: 100%;
		max-width: 100%;
		opacity: 1;
		margin-bottom: 0;
	}

	.sidebar-mini .search-wrapper:not(:hover) > #search-side-results { display: none !important; }
	.sidebar-mini .search-wrapper:hover > #search-side-results {
		position: absolute;
		top: -5px;
		left: 100%;
		width: 260px;
		max-height: 500px;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.sidebar-mini #search-side-results .nav-item.level-1 > .nav-link > .nav-text{ display: block !important; }
	.sidebar-mini #search-side-results .nav-item.level-1:hover > .nav-link > .nav-text {
		padding: 0;
		position: unset;
		background: transparent;
	}

	.sidebar-mini .sidebar .collapse.show {
		display: none;
	}

	.sidebar-mini .main-wrapper,
	.sidebar-mini .navbar-menu-wrapper {
		width: calc(100% - 55px);
	}

	.sidebar-mini.setup-bar-visible .main-wrapper {
		width: calc(100% - 345px);
	}

	.sidebar-mini .level-1 > .sub-menu {
		position: absolute;
		top: 37px;
		left: 55px;
		width: 220px;
		text-align: left;
	}

	.sidebar-mini .level-1:hover > .sub-menu {
		display: block !important;
		height: auto;
		border-bottom: none;
	}

	.sidebar-mini .sidebar level-1 > .nav-link[data-toggle="collapse"]:after {
		display: none;
	}

	.sidebar-mini .nav-item.level-1:hover > .nav-link > .nav-text {
		position: absolute;
		background: #30333e;
		top: 0;
		bottom: 0;
		padding: .5rem 0 .5rem 1rem;
		left: 55px;
		width: 220px;
		display: block !important;
		text-align: left;
	}

	.sidebar-mini .nav-item.level-1 > .nav-link:after { display: none; }
	.sidebar-mini .nav-item.level-1:hover .collapse.show { display: block; }
	.sidebar-mini .sidebar li li .nav-link { padding: .5rem 0 .5rem 1rem; }

	.sidebar-mini .sidebar .sub-menu {
		background-color: #30333e;
	}

	.apps-nav .app-box {min-height: 150px;}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1100px;
	}

	.form-tabs-horizontal .tab-pane {
		border-radius: 0px 0px 5px 5px;
	}
}

/*
 * Maximum Media Queries
 */

@media (max-width: 1440px) {
	.d-group-space-between {
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	.d-group-space-between .d-inline-block h6 {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.level-1 > .nav-link > .nav-text {
		display: inline-block !important;
		opacity: 1 !important;
	}
}

@media (max-width: 1024px) {
	.form-tabs-vertical .tab-content,
	.form-tabs-vertical .tab-pane {
		border-left: none;
	}
}

@media (max-width: 991px) {
	.order-return-refund-details-container {
		overflow: auto;
	}
}

/* Media print */
@media print {
	.invoice-container {
		padding: 0;
		margin: 0;
		border: none;
	}

	.table-container {
		padding: 0 !important;
		border: none !important;
	}

	.table-container
	.order-details-table,
	.shipment-table,
	.payment-details-table {
		page-break-inside: avoid;
	}
}

/*
 *  Fix for bootstrap's override for @page size causing issues on print windows
 */
@page { size: auto;}

/*Fix for bootstrap's truncate not respecting parent width*/
.text-truncate {max-width: 100%;}

/**
 * WorldPay US button
 */
.btn-worldpayus-open-account{
	background-color: #e92425;
	border-color: #e92425;
	color: #ffffff;
}

.btn-worldpayus-open-account:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.tree {
	min-height: 20px;
	margin-bottom: 20px;
}
.tree li {
	list-style-type:none;
	margin:0;
	padding:10px 5px 0 5px;
	position:relative
}
.tree li::before, .tree li::after {
	content:'';
	left:-20px;
	position:absolute;
	right:auto
}
.tree li::before {
	border-left:1px solid #999;
	bottom:50px;
	height:100%;
	top:0;
	width:1px
}
.tree li::after {
	border-top:1px solid #999;
	height:20px;
	top:25px;
	width:25px
}
.tree li span {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #999;
	border-radius:5px;
	display:inline-block;
	padding:3px 8px;
	text-decoration:none
}
.tree li.parent_li>span {
	cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
	border:0
}
.tree li:last-child::before {
	height:30px
}
.tree li.parent_li>span:hover {
	background:#eee;
	border:1px solid #94a0b4;
	color:#000
}
.tree > ul {
	padding-left: 0;
}

.custom-file-label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 85px;
}

.license-error {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
}

.bootstrap-tagsinput input {
	width: 100%;
}

.ql-snow.ql-container {
	height: 18.75rem;
}

.ql-html-overlayContainer {
	align-items: center;
  background: #00000038;
  bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

.ql-html-popupContainer {
  background: #eee;
  border-radius: .25rem;
	box-shadow: 0 0 1rem #00000088;
	height: 400px;
	max-width: 40rem;
	min-height: 20rem;
	position: absolute;
	width: 100%;
}

.ql-html-textContainer {
	align-items: stretch;
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.ql-html-popupTitle {
	display: block;
  font-style: italic;
	padding: .5rem 1rem;
}

.ql-html-textArea {
  background: #fff;
	flex-grow: 1;
	height: auto;
	overflow: auto;
}

.ql-html-textArea .ql-syntax {
  word-break: break-all;
  white-space: pre-wrap;
}

.ql-html-buttonGroup {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1rem;
	justify-content: end;
	padding: .5rem 1rem;
}

.ql-html-buttonCancel {
	background-color: #fff;
	border: solid 1px #6c757d;
	border-radius: .3rem;
	padding: .375rem 1rem;
}
.ql-html-buttonOk {
	background-color: #007bff;
	border: solid 1px #007bff;
	border-radius: .3rem;
	color: #fff;
	padding: .375rem 1rem;
	min-width: 6rem;
}

.moxman-window {
	left: 50% !important;
	width: 80% !important;
	transform: translate(-50%);
}

#moxman-1,
#moxman-0-body,
#moxman-1-body,
#moxman-13-body,
#moxman-14,
#moxman-14-body,
#moxman-16-body,
#moxman-17,
#moxman-17-body,
#moxman-19,
#moxman-19 .moxman-grid-head,
#moxman-19-body,
.moxman-foot,
.moxman-foot .moxman-container-body {
	width: 100% !important;
}

.moxman-foot .moxman-container-body .moxman-btn.moxman-last {
	left: initial !important;
	right: 10px !important;
}

.moxman-foot .moxman-container-body .moxman-btn.moxman-first {
	left: initial !important;
	right: 75px !important;
}

#moxman-13 {
	width: 25% !important;
}

#moxman-16 {
	width: 75% !important;
	left: initial !important;
	right: 0 !important;
}

@media only screen and (max-width: 768px) {
	.moxman-window {
		width: 95% !important;
	}
}
