:root {
	--top-bar-height-xs: 51px;
}

/**
 * Global
 */
.full-width {
	width: 100%;
}

.no-b-m {
	margin-bottom: 0;
}

.no-b-b {
	border-bottom: 0;
}

a.underlined {
	text-decoration: underline;
}

select.form-control {
	/*width: auto !important;*/
	max-width: 100%;
}

.no-padding {
	padding: 0 !important;
}
/**
 * Button group
 */
.btn-group-vertical > .btn {
	overflow: hidden;
}
.list-filter .btn-group {
	width: 100%;
}

/**
 * Image con
 */
.image-con {
	float: left;
	position: relative;
}
.image-con img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ddd;
	padding: 5px;
}
.image-con .btn {
	float: left;
	margin-right: 10px;
}

.alert.alert-xs {
	padding: 5px 10px;
	font-size: 11px;
	margin-bottom: 0;
}

.alert.bg-neutral {
	border: 1px solid #eaeaea;
}

.payment-information {
	margin-top: 5px;
}

/**
 * Modal
 */
.modal-small .modal-dialog {
	width: 50%;
}
.modal-wide .modal-dialog {
	width: 80%;
}

.modal-full {
	padding: 0 !important;
	margin: 0 !important;
}
.modal.modal-full .modal-dialog {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;

	width: 99%;
	height: 99%;
	margin: auto;
	overflow: hidden;
}
.modal-full .modal-content {
	height: 100%;
}

.modal-full .frame-holder {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
}

.modal-full .scroll-frame {
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
}

.modal-full iframe {
	width: 100%;
	height: 100%;
	border: none;
	vertical-align: top;
	border-radius: 0 0 3px 3px;
}

@media (max-width: 1023px) {
	.modal-wide .modal-dialog {
		width: auto;
		margin: 10px;
	}
}

.modal-submit-fix {
    width: 180px;
}

@media (min-width: 1200px) {
    .modal-submit-fix {
        width: 220px
    }
}

/**
 * List filter
 */
.list-filter .col-sm-6 {
	padding-bottom: 10px;
}

.table-filter input.input-sm {
    min-width: 150px;
}

/**
 * Published from - to
 */

.published .form-group {
    display: inline-block;
    padding-bottom: 10px;
}

.published label {
    display: inline-block;
    min-width: 35px;
    max-width: 75px;
    padding: 5px;
}

.published input {
    display: inline-block;
    min-width: 145px;
}

/**
 * Table
 */
.table input.input-sm {
	height: 20px;
	padding: 0 10px;
	min-width: 55px;
}

.table .btn-sm {
	padding: 0 5px;
}

.table-striped > tbody > tr td.bg-success, .table-striped > tbody > tr:nth-of-type(2n+1) td.bg-success {
	background-color: #36bfb1 !important;
}

.table-striped > tbody > tr.bg-success td, .table-striped > tbody > tr:nth-of-type(2n+1).bg-success td {
	background-color: #36bfb1 !important;
}

.table .pull-left {
	padding-right: 15px;
}

.table .row-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	border-right: 1px solid #ddd;
}

.table th.divider,
.table td.divider {
	width: 8px;
	padding: 0 !important;
	background: #dddddd !important;
}

.table .no-b-r {
	border-right: 0 !important;
}

.table .head-row {
	background-color: #fbfafa !important;
}

.table tr td {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.table tbody tr:hover td {
	background-color: #f5f8fa !important;
}

.table tfoot {
	background: #f4f4f4;
}

.table tfoot td {
	vertical-align: middle !important;
}

/**
 * Select
 */
.table select.input-sm {
	height: 21px;
	line-height: 21px;
	padding: 0px 5px;
}

/**
 * Input
 */
input.active {
	border: 1px solid #00b898;
	background-color: #ebeef4;
}

/**
 * Sortable list
 */
.sortable-list li {
	display: block;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.sortable-list li > div {
	display: block;
	box-sizing: border-box;
	height: 30px;
	padding: 0 10px;
	line-height: 28px;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

.sortable-list li .text-muted {
	color: #f15a29;
}

.sortable-list li.placeholder {
	height: 30px;
	background-color: #fefefe;
	border: 1px solid #ededed;
}

.sortable-list li.dragged {
	-webkit-opacity: .5;
	-moz-opacity: .5;
	opacity: .5;
}

.sortable-list ol {
	padding-left: 25px;
}

.sortable-list ol:emtpy {
	padding-bottom: 0;
}

.sortable-list ol li {
	margin-right: 0;
}

/**
 * File sortable
 */
.file-sortable {
	display: block;
	float: left;
}

.file-sortable .sortable-placeholder {
	display: block;
	float: left;
	width: 87px;
	height: 87px;
	margin-right: 10px;
	margin-bottom: 10px;
}

/**
 * Well
 */
.well {
	background: #fff;
}

/**
 * Datepicker
 */
body.modal-open .datepicker {
	z-index: 1050 !important;
}

body.modal-open .bootstrap-timepicker-widget {
	z-index: 1050 !important;
}

/**
 * Header
 */
.header:before, .header:after {
	clear: both;
	content: '';
	display: table;
}

.nav-title {
	margin-left: 22px;
}

.nav-title.inactive, .nav-title > small {
	opacity: .35;
}

.nav-title.inactive:before {
	font-family: 'FontAwesome';
	content: '\f070';
	margin-right: 7px;
}

/**
 * Image detail
 */
.image-holder {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: table;
	max-width: 100%;
	margin: auto;
	font-size: 0;
	line-height: 0;
}

.png-bg {
	background: transparent url('../images/png-bg.png') top left scroll repeat;
}
.image-holder img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.previews {
	clear: both;
	margin: -7.5px;
	padding-top: 7.5px;
}

.previews:after {
	clear: both;
	content: '';
	display: table;
}

.preview {
	position: relative;
	margin: 0;
	padding: 7.5px;
	float: left;
	width: 100px;
	height: 100px;
	box-sizing: content-box;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	cursor: pointer;
}

.preview-header {
	text-transform: uppercase;
}

.preview-summary {
}

input[type="radio"]:checked + label[for="ratio-default"], input[type="radio"]:checked + .preview .content-holder {
	color: #00b898 !important;
	border-color: #00b898;
}

.preview .content-holder {
	display: block;
	width: 100%;
	height: 100%;
	padding: 7px 22px;
	height: 100px;
	background-color: #fff;
	border: 1px solid #d2dae1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.preview .content-holder .img-holder {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	margin-bottom: 6px;
	padding-bottom: 100%;
	overflow: hidden;
}

.img-preview {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	height: 0;
	margin: auto;
	overflow: hidden;
	background: transparent url('../images/png-bg.png') top left scroll repeat;
}

.preview:last-child {
	margin-bottom: 0;
}

.img-src {
	position: absolute;
	top: -1000px;
	left: -1000px;
	right: -1000px;
	bottom: -1000px;
	width: 1000px;
	max-width: 100%;
	height: 1000px;
	overflow: hidden;
	margin: auto;
	background: transparent url('../images/png-bg.png') top left scroll repeat;
}

.tab-pane-visible {
	display: block !important;
}

/**
 * Button spec value
 */
.btn-spec-value {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/**
 * Relocate button
 */
.btn-relocate-to {
    display: inline-block;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
 * Pagination
 */
.pagination > .readonly > a, .pagination > .readonly > a:hover, .pagination > .readonly > a:focus {
	color: #777;
	cursor: default;
}

/*
 * Autocomplete
 */
.autocomplete-container {
	position: relative;
}

.autocomplete-result {
	position: absolute;
	width: 100%;
	margin-top: -1px;
	z-index: 10;
}

/*
 * Product specs
 */
.product-specs .panel { border: none; box-shadow: none; }
.product-specs .panel-group { margin-bottom: 0; }
.product-specs .panel-heading { position: relative; padding: 0; background-color: transparent; }
.product-specs .panel-body { padding-left: 5px; padding-right: 0; border-top: 0 !important; }
.product-spec-values, .label-list { padding-right: 20px; }
.product-spec-values + hr { margin: 10px 0; }
.product-spec-values-toggle { float: left; margin: 2px 0 2px 5px; padding: 3px 5px 3px 5px; font-size: 11px; line-height: 13px; }
.product-spec-value, .label-list .item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #f5f5f5;
    background-clip: padding-box;
    line-height: 13px;
    color: #788288;
}

.product-spec-value .remove, .label-list .item .remove {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 10px;
    color: #888888;
    cursor: pointer;
}

.product-spec-value .remove:hover, .label-list .item .remove:hover {
    color: #474747;
}

.label-list:not(:empty) {
    margin-top: 10px;
}

/**
 * Label
 */
.label {
	font-size: 100%;
	font-weight: normal;
}

/*
 * Notification pop-up
 */
.notification-popup p:last-of-type {
	margin-bottom: 0;
}

.notification-popup img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/*
 * Blog
 */
.blog-container {
	background-color: #fff;
	padding: 20px;
	width: 100%;
	min-height: 100%;
	max-width: 725px;
}

.blog-container:before, .blog-container:after {
	clear: both;
	content: '';
	display: table;
}

.blog-container img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.blog-container h1 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	color: #3c4144;
	padding-bottom: 10px;
}

.blog-container h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #3c4144;
	padding-bottom: 10px;
}

.blog-container h3 {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #3c4144;
	padding-bottom: 10px;
}

.blog-container h1:not(:first-child), .blog-container h2:not(:first-child), .blog-container h3:not(:first-child) {
	padding-top: 20px;
}

.blog-header {
	padding-bottom: 20px;
	margin-bottom: 15.5px;
	border-bottom: 1px solid #ddd;
}

.blog-header span {
	font-size: 14px;
	color: #8287a9;
}

.blog-header span + span {
	margin-left: 20px;
}

.blog-content {
	font-size: 14px;
	line-height: 24px;
	color: #3c4144;
}

.blog-content p:not(:last-child) {
	margin-bottom: 20px;
}

.blog-content a:not(.btn) {
	color: #158de1;
	text-decoration: underline;
}

/**
 * Manual
 */
.manual .blog-container h1 {
	padding-bottom: 0px;
}

.data-manual {
	cursor: pointer;
	font-size: 15px;
	display: none;
}

.manual-modal img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.download-pdf {
	margin-top: 10px;
}

/**
 * Checkbox button
 */
label.btn.active:before {
	float: left;
	margin-right: 4px;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	color: #00b898;
	content: '\f00c';
}

label.btn-crossed.active:before {
	float: left;
	margin-right: 4px;
	font-family: "FontAwesome";
	font-style: normal;
	font-weight: normal;
	color: #c82c2e;
	content: '\f00d';
}

/**
 * Hierarchy
 */
.table.has-hierarchy td, .table.has-hierarchy th {
	white-space: nowrap;
}
.table.has-hierarchy tr:not(.child) a.load-childs {
	margin-left: -12px;
	margin-right: 3px;
}
.table.has-hierarchy a.load-childs {
	position: relative;
	margin-left: -22px;
	margin-right: 19px;
	font-size: 15px;
	line-height: 15px;
}
.table.has-hierarchy a.load-childs .fa {
	position: relative;
	top: 1px;
}
.table.has-hierarchy a.load-childs .open {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.table.has-hierarchy a.load-childs + a.name {
	margin-left: 0 !important;
}
.table.has-hierarchy td.row-name label {
	margin-bottom: 3px;
}
.hierarchy {
	display: inline-block;
}
.hierarchy-line {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: -15px 0;
	background: url('../images/hierarchy.png') 0 0 no-repeat;
}
.hierarchy-line.middle {
	background-position-y: -37px;
}
.hierarchy-line.last {
	background-position-y: -73px;
}
.hierarchy-line.none {
	background: transparent;
}

/*
 * Incline text
 */
.incline-text-container {
	position: relative;
	vertical-align: middle;
}

.incline-text {
	position: absolute;
	bottom: 0;
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	white-space: nowrap;
}

/*
 * Panel color
 */
.panel-info {
	border-color: #36bfb1;
}

.panel-info > .panel-heading {
	color: #fff;
	background-color: #36bfb1;
	border-color: #36bfb1;
}

/*
 * Element title
 */
.element-title {
	display: block;
	padding: 8px;
	background: #fbfafa;
	border: 1px solid #ddd;
	font-weight: bold;
}

/*
 * List group item
 */
.list-group-item button.pull-right.btn-xs {
	margin-top: -2px;
}

/*
 * BG colors
 */
.bg-success, .bg-warning, .bg-danger, .bg-dark, .bg-primary {
	color: #fff;
}

/*
 * Channel icon
 */
.channel-icon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.channel-icon img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	margin: auto;
	max-width: 100%;
}

.channel-icon + .channel-icon {
	margin-left: 5px;
}

/**
 * Vertical menu
 */
@media (max-width: 767px) {
	#submenu {
		position: absolute;
		top: 100px;
		left: -100%;
		width: 100%;
		z-index: 10;
		-webkit-transition: left 0.3s ease;
		-moz-transition: left 0.3s ease;
		transition: left 0.3s ease;
	}

	#submenu.active {
		left: 0;
	}

	#submenu .header {
		display: none;
		min-height: 51px;
	}
}

#submenu + section .header > p {
	width: 100%;
}

#submenu + section .header > p > span {
	display: inline-block;
	width: 90%;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#toggle-submenu {
	float: right;
}

@media (min-width: 768px) {
	.hbox .vbox > header > p {
		/* max-width: 50%; */
	}

	#submenu + section .header > p {
		position: absolute;
		left: -185px;
	}

	#submenu + section .header > p > span {
		width: 100%;
	}

	#toggle-submenu {
		display: none;
	}
}

.submenu-section {
	display: none;
}

.submenu-section.active {
	display: block;
}

table.module-table tr.head {
	font-weight: 600;
}

table.module-table tr.head {
	font-weight: 600;
}
table.module-table tr.child-head td {
	background-color: #f9f9f9 !important;
}

/**
 * Label
 */
.bg-neutral { background-color: #fbfafa; border: 1px solid #f4f4f4; color: #3c4144; }
a.bg-neutral:hover { background-color: #3c4144; border: 1px solid #f4f4f4; color: #fbfafa; }

/**
 * Text
 */
.text-tiny {
	font-size: 9px;
}
a.text-tiny {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
.text-large {
	font-size: 20px;
}
/**
 * Inbox
 */
#inbox-container {
	max-height: 290px;
	overflow: auto;
}
#inbox-loader {
	display: none;
}
#inbox-loader.loading {
	display: block;
}

/**
 * Form
 */
.form-horizontal table .radio,
.form-horizontal table .checkbox,
.form-horizontal table .radio-inline,
.form-horizontal table .checkbox-inline {
	min-height: 0 !important;
	padding-top: 0 !important;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

/*
 * Seven cols
 */
@media (min-width: 990px) {

    .eight-cols .col-md-1 {
        width: 12.5%;
    }
}

/**
 * Generate product prices action
 */
.generate-product-price .title {
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .generate-product-price .title {
        margin-top: 0;
    }
}

.generate-product-price .formula {
    background-color: #F2F4F8;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.generate-product-price .item-con {
    display: table;
    width: 100%;
    padding: 20px 20px 15px;
}

.generate-product-price .item {
    float: left;
    min-width: 42px;
    min-height: 42px;

    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 10px;

    line-height: 20px;
    text-align: center;

    border: 1px solid #ebebeb;
    border-radius: 3px;
    background: #fff;

    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
       -moz-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
        -ms-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
         -o-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
            transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.generate-product-price .item.error {
    color: #ce6c6c;
    background-color: #fff1f1;
    border-color: #ffbebf;
}

.generate-product-price .item .input-sm {
    width: 50px;
    height: 20px;
    padding: 0 10px;
}

.generate-product-price .item .input-group-addon {
    padding: 0 5px;
    font-size: 11px;
}

.generate-product-price .item .input-group-addon {
    border-right-width: 0;
}

.generate-product-price .item input + .input-group-addon {
    border-left-width: 0;
    border-right-width: 1px;
}

.generate-product-price .item .fa {
    font-size: 10px;
}

.generate-product-price .item:nth-last-child(2) {
    margin-right: 15px;
}

.generate-product-price .btn {
    padding: 5px;
    width: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.generate-product-price .dropdown {
    float: left;
}


.generate-product-price .dropdown-menu {
    top: 120%;
}

.generate-product-price .dropdown-menu .arrow {
    left: 14px;
}

.generate-product-price .formula-preview {
    display: table;
    padding: 10px;
    background-color: #F2F4F8;
    border: 1px solid #ebebeb;
    border-radius: 3px;

    -webkit-transition: color 0.3s ease;
       -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
         -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}

.generate-product-price .formula-preview.loading {
    color: #949494;
}

.generate-product-price .formula-preview .preview-item {
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

.generate-product-price .formula-preview .preview-item:last-child {
    margin-right: 0;
}

/**
 * Modal table
 */
.table-modal-height {
    max-height: 650px;
}

.scrollable-small {
    max-height: 200px;
    overflow-y: auto;
}

.scrollable-medium {
	max-height: 450px;
	overflow-y: auto;
}

/**
 * Datatables
 */
.dataTables_wrapper .paginate_button {
    padding: 7px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}

.dataTables_paginate .paginate_button.first  {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dataTables_paginate .paginate_button.last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataTables_paginate .paginate_button.current {
    font-weight: bold;
}

.dataTables_paginate .paginate_button.first,
.dataTables_paginate .paginate_button.last,
.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous {
    color: #337ab7;
}

.dataTables_paginate .paginate_button.disabled {
    color: #777;
    cursor: not-allowed;
}

.dataTables_paginate span > .paginate_button + span {
    outline: 0;
    border: 1px solid #d9d9d9;
    border-right-width: 0;
    background: #fff;
    padding: 6px 10px;
    padding-bottom: 7px;
}

div#DataTables_Table_3_info {
    display: none;
}

/**
 * Chosen
 */
.chosen-container-single .chosen-single {
    height: 21px !important;
    line-height: 21px !important;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 0 !important;
}

.js-third-option {
    max-width: 200px;
}

/**
 * Datatables
 */
.dataTables_wrapper .paginate_button {
    padding: 7px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}

.dataTables_paginate .paginate_button.first  {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.dataTables_paginate .paginate_button.last {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.dataTables_paginate .paginate_button.current {
    font-weight: bold;
}

.dataTables_paginate .paginate_button.first,
.dataTables_paginate .paginate_button.last,
.dataTables_paginate .paginate_button.next,
.dataTables_paginate .paginate_button.previous {
    color: #337ab7;
}

.dataTables_paginate .paginate_button.disabled {
    color: #777;
    cursor: not-allowed;
}

.dataTables_paginate span > .paginate_button + span {
    outline: 0;
    border: 1px solid #d9d9d9;
    border-right-width: 0;
    background: #fff;
    padding: 6px 10px;
    padding-bottom: 7px;
}

div#DataTables_Table_3_info {
    display: none;
}

/**
 * Login
 */
.login-page a.text-white:hover, .login-page a.text-white:focus, .login-page a.text-white:active {
    color: #bbb;
}

/**
 * Line
 */
.line-small { margin: 5px 0; }

/**
 * Channel control
 */
.sortable-list[data-ajax-source="template"] li.active div {
    color: #000 !important;
    border-color: #00b898;
    background: #00b898;
    color: #fff !important;
}

@media (max-width: 960px) {

    .flex-row {
        display: block !important;
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .flex-row {
        display: block !important;
        width: 100% !important;
    }
}

/**
 * Align
 */
.align-middle { vertical-align: middle !important; }

/**
 * Quick message
 */
.quick-message {
	position: fixed;
	left: 50%; top: 50%;
	margin-left: -125px; margin-top: -10px;
	width: 250px; height: 40px;
	color: #fff; font-size: 18px;
	text-align: center; line-height: 40px; opacity: 1;
	border-radius: 5px;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	        transition: all .3s ease;
}

.quick-message .fa {
	color: #fff;
}

.quick-message.on {
	opacity: 1;
}

.quick-message.off {
	opacity: 0;
	background: #12131a;
}

@media (max-width: 766px) {
    .row-settings label.col-sm-2 {
        padding-top: 7px;
        padding-left: 5px;
    }

    .row-settings .col-sm-10 {
        float: left;
        padding-right: 0;
    }

    .row-settings .col-sm-10 .fa {
        display: none;
    }
}

/**
 * Sticky footer
 */
#content-with-sticky-footer {
	padding-bottom: 50px;
}

#sticky-footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 63px;
	background-color: #004763;
	border-left: 15px solid #004763;
	margin-left: -15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	#sticky-footer {
		padding-right: 105px;
	}
}

/**
 * Toggle
 */
.toggle {
	max-height: 1000px;
    transition: max-height 0.25s ease-out;
    overflow: hidden;
}

.toggle.closed {
	max-height: 0;
    transition: max-height 0.25s ease-in;
}

tr.toggle {
	display: table-row;
}

tr.toggle.closed {
	display: none;
}

/**
 * Boxed container
 */
@media (min-width: 1024px) {

	.boxed-container {
		position: relative;
		margin: 0 auto;
		width: 960px;
	}
}

@media (min-width: 1366px) {

	.boxed-container {
		position: relative;
		margin: 0 auto;
		width: 1280px;
	}
}

@media (min-width: 1920px) {

	.boxed-container {
		position: relative;
		margin: 0 auto;
		width: 1280px;
	}
}

/**
 * Alert
 */
.alert {
	border: 0;
	font-weight: normal;
	font-size: 13px;
}

.alert-danger {
	color: #fff;
	background: rgba(241, 90, 41, 0.8);
	border-bottom: 3px solid #b13f1a;
}

.alert-danger a {
	color: #fff;
	text-decoration: underline;
}

.alert-warning {
	color: #fff;
	background: rgba(241, 90, 41, 0.8);
	border-bottom: 3px solid #b13f1a;
}

.alert-warning a {
	color: #fff;
	text-decoration: underline;
}

.alert-success {
	color: #fff;
	background: rgba(0, 184, 152, 0.8);
	border-bottom: 3px solid #007a65;
}

.alert-success a {
	color: #fff;
	text-decoration: underline;
}

.alert-info {
	color: #3b2f07;
	background: #e2b82b;
	border-bottom: 3px solid #7b6312;
}

.alert-info a {
	color: #3b2f07;
	text-decoration: underline;
}

/* HIDE VERTICAL MENU SCROLLBAR */
aside#nav .slimScrollBar {
    display: none !important;
}

/**
 * Quick edit
 */
.quick-edit .editable {
    opacity: 0.6;
}

.quick-edit .editable:hover {
    opacity: 0.8;
}

.quick-edit .editable.change {
    opacity: 1;
}

.alert-selected-objects {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0;
    z-index: 100;
}

.alert-selected-objects .products {
	position: fixed;
	right: 20px;
	bottom: 85px;
	margin-bottom: 0;
	z-index: 100;
}

.export-check{
    margin-left: 0px !important;
}

.label-list .item.big {
    margin: 0px 5px 2px 0;
    padding: 8px 9px;
    padding-right: 25px;
}

.label-list .item .remove.remove-client {
    top: 8px;
}

.cloneable-channel-filter-rule {
	display: none;
}

channel-filter-rule {
}

.dropdown-menu.collapse-left {
	right: 0;
	left: inherit;
}

.modal-title i {
	font-size: 15px;
	color: #000;
}

select.order_list_action_status_list {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.navbar-title,
	#nav-logout {
		display: none;
	}

	.navbar-submenu-back {
		display: none;
	}

	.navbar-nav .list-group {
		list-style: none;
	}
}

@media (max-width: 767px) {
	.navbar-nav {
		display: none;
		position: fixed;
		top: var(--top-bar-height-xs);

		width: 100%;
		height: calc(100% - 51px);

		background: #fafafa;
		border-top: 1px solid #f3f3f3;
		list-style: none;
	}

	.navbar-nav li:not(:last-child) {
		border-bottom: 1px solid #f2f2f2;
	}

	.navbar-nav li {
		padding: 10px 15px;
		cursor: pointer;
	}

	.navbar-nav > li > a {
		padding: 0;
	}

	.navbar-nav li .navbar-icon {
		width: 20px !important;
		margin-right: 10px;
		display: inline-block;
	}

	.navbar-nav li .navbar-icon.label {
		padding: 3px;
	}

	#nav-logout i.fa {
		font-size: 16px;
	}

	.navbar-nav > li .navbar-icon.avatar img {
		width: 30px;
	}

	.navbar-nav.navbar-nav-open {
		display: block;
	}

	.navbar-nav .fa-chevron-right {
		float: right;
		position: relative;
		top: 7px;
		color: black;
		font-size: 9px;
	}

	.navbar-sub-menu {
		display: block;
		position: fixed;
		top: var(--top-bar-height-xs);
		right: -100vw;
		left: inherit;

		width: 100%;
		height: calc(100% - 51px);

		transition: right .3s ease;
		background: #fafafa;
	}

	.navbar-sub-menu ul {
		list-style: none;
	}

	.navbar-sub-menu.show {
		right: 0;
		transition: right .3s ease;
	}

	.navbar-sub-menu .panel {
		background: #fafafa;
	}

	.navbar-sub-menu li a {
		background: inherit;
		padding: 0;
	}

	.navbar-submenu-back {
		display: block;
	}

	.nav.navbar-nav .dropdown-menu {
		width: 100%;
	}

	.nav.navbar-nav .dropdown-menu .divider {
		display: none;
	}
}

.d-flex {
	display: flex;
}

.ml-auto {
	margin-left: auto;
}

.media-module .alert-selected-objects {
	right: unset;
	left: 20px;
}

/**
 * Select2
 */
.select2-container.select2-container--default .select2-selection--multiple {
    border: 1px solid #cdcdcd;
    border-radius: 2px;
}
.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #00b898;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00b898;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #788288;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
}

.i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
	border-color: #ebebeb;
	cursor: not-allowed;
}

+
.multiselect-container{
	position:absolute;
	list-style-type:none;
	margin:0;
	overflow-y: scroll;
	max-height: 80vh;
}

.multiselect-container .input-group{
	margin: 0px;
}

.multiselect-container>li{
	padding: 1px 20px;
}

.multiselect-container>li>a.multiselect-all label{
	font-weight:700;
}

.multiselect-container>li.multiselect-group label{
	margin:0;
	padding: 3px 5px 3px 0px;
	height:100%;
	font-weight:700;
	margin-top: 10px;
}

.multiselect-container>li.multiselect-group-clickable label{
	cursor:pointer;
}

.multiselect-container>li>a{
	padding: 0;
}

.multiselect-container>li>a>label{
	margin:0;
	height:100%;
	cursor:pointer;
	font-weight:400;
	padding:3px 5px 3px 0px;
}
.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{
	display: flex;
	align-items: center;
	gap: 5px;
	margin:0;

}
.multiselect-container>li>a>label>input[type=checkbox]{
	margin-bottom:5px;
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn{
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{
	margin-right:0;
}

.multiselect-item.filter {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	padding-top: 5px;
}

.multiselect-item.filter .input-group .input-group-addon {
	padding-left: 5px;
	padding-right: 5px;
}

.multiselect-item.filter .input-group {
	width: 100%;
}

.multiple-checkboxes + .btn-group  .btn {
	padding: 5.5px 12px;
	font-size: 11px;
}

.multiselect-item .glyphicon.glyphicon-search {
	font-family: unset;
	top: 0px;
}

.multiselect-item .glyphicon.glyphicon-search:before {
	font-family: 'FontAwesome';
	content: '\f002';
}

.multiselect-container {
	max-height: 80vh;
	overflow-x: auto;
}