* {
	outline: 0;
}
body {
	margin: 0;
	padding: 0;
	background: #f8fafb;
	font-size: 14px;
	font-family: Roboto, sans-serif;
}
@media (min-width: 1300px) {
	body {
		overflow-x: hidden;
	}
}

.order-stat tbody {
	display: block;
	width: 100%;
}
.order-stat tbody tr {
	width: 100%;
}
.grid-view a {
	text-decoration: none;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
	border-bottom-width: 1px;
}
.center-position {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.filter-block {
	color: rgba(0, 0, 0, 0.539261);
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}
.filter-block .datepicker {
	border-bottom: none;
}
.filter-block label {
	margin-bottom: 5px;
	color: rgba(0, 0, 0, 0.539261) !important;
	font-weight: 700;
	font-size: 12px !important;
	line-height: 16px !important;
}
.filter-block label.relative {
	height: auto !important;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-10 {
	margin-bottom: 10px;
}
.lightboxOverlay {
	z-index: 99999;
}
.lightbox {
	z-index: 100000;
}
.lb-dataContainer {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
}
.lb-dataContainer .lb-close {
	background-color: rgba(0, 0, 0, 0.55);
}
.filter-block .standard-select i {
	color: #00000048;
	font-size: 14px;
}
.filter-block .standard-select .pseudoSelect .current {
	color: rgba(0, 0, 0, 0.87);
}
.tab-nav {
	display: none;
}
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
a {
	color: #2196f3;

	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
a:hover {
	color: #42a5f5;
}
.main-content_container {
	position: relative;
	z-index: 1;
	margin-left: 276px;
	padding-top: 55px;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 70px;
	width: 100%;
}
.main-content_container.open-menu-margin {
	margin-left: 2;
}
.main-content_container .back-btn {
	position: absolute;
	top: 20px;
	text-decoration: none;
}
.main-content_container .back-btn span {
	padding-left: 5px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
h1 {
	margin-bottom: 55px;
	letter-spacing: 0.08px;
	font-weight: 500;
	font-size: 56px;
	line-height: 56px;
}
.no-margin {
	margin: 0;
}
.applyBtn {
	background-color: #2196f3 !important;
}
.export-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
	margin-top: 5px;
	margin-left: 50px;
	padding-left: 40px;
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	color: #666;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}
.export-btn span {
	margin-right: 8px;
}
.export-btn:hover {
	text-decoration: none;
}
h4 {
	margin-bottom: 20px;
}
.empty-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	border: none;
	border-radius: 4px;
	background-color: inherit;
	color: #2196f3;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
}
.empty-btn span {
	padding-right: 5px;
}
.empty-btn:hover {
	color: #42a5f5;
	text-decoration: none;
}
.buttons-set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.buttons-set a,
.buttons-set button {
	margin-right: 20px;
	margin-bottom: 10px;
}
.action-column {
	text-align: center;
}
.alert {
	position: fixed;
	top: 10px;
	left: 50%;
	padding-right: 35px !important;
	max-width: 500px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.alert .close {
	font-size: 20px;
}
.alert.alert-relative {
	position: relative;
}
.nav-tabs {
	margin-bottom: 50px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: #dee2e6 #dee2e6 #f8fafb;
	background: inherit;
}
.nav-tabs .nav-link {
	text-decoration: none;
}
.table {
	background: #fff;
}
.click-helper {
	display: block;
	padding-top: 5px;
}
.pd-15 {
	padding: 0 15px;
}
.success {
	color: #00d83c;
}
.success {
	color: #28a745;
}
.danger {
	color: #dc3545;
}
.warning {
	color: #ffc107;
}
.default {
	color: #007bff;
}
.invalid-feedback {
	color: #dc3545 !important;
}
.input-block {
	position: relative;
	margin-bottom: 35px;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	line-height: 16px;
}
.input-block label.relative {
	color: rgba(0, 0, 0, 0.539261);
}
.input-block .is-invalid {
	border-color: #ff1744 !important;
}
.input-block > textarea {
	display: block;
	width: 100%;
	height: 120px;
	resize: none;
}
.input-block .is-invalid ~ .invalid-feedback,
.input-block .is-invalid ~ .invalid-tooltip,
.input-block .is-invalid ~ label,
.input-block .was-validated:invalid ~ .invalid-feedback,
.input-block .was-validated:invalid ~ .invalid-tooltip,
.input-block .was-validated:invalid ~ label {
	color: #ff1744 !important;
}
.input-block.m-size input {
	height: 25px;
}
.input-block.m-size label {
	height: 25px;
	font-size: 16px;
}
.input-block.m-size label.focus {
	font-size: 12px;
}
.input-block.l-size input {
	height: 35px;
	color: #000;
	font-weight: 500;
	font-size: 24px;
	line-height: 56px;
}
.input-block.l-size label {
	height: 35px;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
}
.input-block.l-size label.focus {
	font-size: 18px;
	-webkit-transform: translateY(-75%);
	transform: translateY(-75%);
}
.input-block input {
	position: relative;
	z-index: 2;
	display: block;
	min-height: 25px;
	width: 100%;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 0;
	background-color: inherit;
	color: #000;
	font-family: Roboto, sans-serif;
}
.input-block p {
	margin: 0;
	padding-top: 5px;
	color: rgba(0, 0, 0, 0.54);
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}
.input-block p.invalid-feedback {
	margin-top: 0.25rem;
	width: 100%;
	color: #dc3545;
	font-size: 80%;
}
label.absolute {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
	color: #666;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
label.absolute.relative {
	position: relative;
}
label.absolute.focus {
	font-size: 12px;
	line-height: 12px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.search-input {
	position: relative;
}
.search-input .material-icons {
	position: absolute;
	top: 50%;
	left: 10px;
	color: #666;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-input input {
	padding-left: 45px;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
}
input.disabled,
input:disabled,
search.disabled,
search:disabled,
textarea.disabled,
textarea:disabled {
	background: #e0e0e0;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	color: #666;
	cursor: not-allowed;
}
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
	display: none;
}
input::-webkit-input-placeholder {
	color: #666;
}
input::-moz-placeholder {
	color: #666;
}
input:-ms-input-placeholder {
	color: #666;
}
input:-moz-placeholder {
	color: #666;
}
.upload-file-container {
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.26);
}
.upload-file-container .first-letter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 80px;
	line-height: 16px;
}
.upload-file-container > img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.upload-file-container-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	cursor: pointer;
}
.upload-file-container-text .add-photo {
	position: absolute;
	top: auto;
	right: 5px;
	bottom: 5px;
	left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #2c98f0;
	color: #fff;
	font-size: 18px;
}
.upload-file-container-text > span {
	border-bottom: 1px solid #719d2b;
	cursor: pointer;
}
.upload-file-container input {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	border: none;
	font-size: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 16px 26px;
	border: none;
	border-radius: 4px;
	background: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}
.btn.disabled,
.btn:disabled {
	background: #e0e0e0;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	color: #666;
	cursor: not-allowed;
}
.btn.as-link,
button.as-link {
	padding: 0;
	border: none;
	background: 0 0;
}
.sm-btn {
	padding: 5px;
}
.sm-btn .material-icons {
	font-size: 15px;
}
.blue-btn {
	position: relative;
	background: #2196f3;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	color: #fff;
	letter-spacing: 1.25px;
}
.blue-btn .load-icon {
	display: none;
}
.blue-btn.loading span.load-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-animation: rotate 1s infinite;
	animation: rotate 1s infinite;
}
.blue-btn.loading span {
	opacity: 0;
}
.blue-btn:hover:not(.disabled),
.blue-btn:hover:not(:disabled) {
	background: #42a5f5;
	color: #fff;
}
.red-btn {
	position: relative;
	max-width: 375px;
	background: #e04234;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	color: #fff;
	letter-spacing: 1.25px;
}
.red-btn:hover:not(.disabled),
.red-btn:hover:not(:disabled) {
	background: #ea534d;
	color: #fff;
}
.glyphicon.drag-handle.glyphicon-menu-hamburger:before {
	content: none;
}
.glyphicon.drag-handle.glyphicon-menu-hamburger:after {
	content: "open_with";
	font-family: "Material Icons";
}
.login-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 620px;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 19px -7px #666;
	box-shadow: 2px 2px 19px -7px #666;
}
.login-form .login-form_main {
	padding: 40px 30px 50px;
	width: 65%;
}
.login-form .login-form_poster {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	width: 35%;
	background-position: center;
	background-size: cover;
}
.login-form .login-form_poster .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
}
.login-form .login-form_poster .login-form_logo {
	position: relative;
	z-index: 2;
}
.login-form .login-form_poster img {
	max-width: 100%;
}
.login-form .last-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
}
.login-form .last-line a {
	font-weight: 500;
}
.login-form_logo {
	margin-bottom: 0;
	text-align: center;
}
.login-form_logo img {
	max-width: 260px;
	width: 100%;
}
.left-aside {
	position: fixed;
	z-index: 999;
	min-width: 255px;
	max-width: 255px;
	height: 100vh;
	background-color: #fff;
}
.left-aside.short-view {
	overflow: hidden;
	min-width: 56px;
	max-width: 56px;
}
.left-aside.short-view + .content-sub-nav {
	left: 56px;
}
.left-aside.short-view + .content-sub-nav .sub-nav_level1 {
	margin-top: 120px;
}
.left-aside.short-view .left-aside_logo {
	margin-bottom: 30px;
	padding-top: 28px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.left-aside.short-view .left-aside_user {
	padding-bottom: 26px;
	padding-left: 16px;
}
.left-aside.short-view .left-aside_user .left-aside_user-avatar {
	width: 24px;
	height: 24px;
}
.left-aside .left-aside_logo {
	margin-bottom: 40px;
	padding-top: 38px;
	padding-left: 15px;
}
.left-aside .left-aside_logo img {
	max-width: 198px;
}
.left-aside .left-aside_user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
}
.left-aside .left-aside_user .left-aside_user-avatar {
	overflow: hidden;
	margin-right: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.left-aside .left-aside_user .left-aside_user-name {
	width: calc(100% - 48px);
	letter-spacing: 0.15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}
.left-aside .left-aside_user .left-aside_user-name a {
	display: block;
	color: #000;
	letter-spacing: 0.32px;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	opacity: 0.54;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
}
.left-aside .left-aside_user .left-aside_user-name a:hover {
	color: #2196f3;
}
nav ul.nav-aside:first-child {
	border-bottom: 1px solid #e5e5e5;
}
ul.nav-aside {
	margin: 0;
	padding: 15px 0;
}
ul.nav-aside li {
	width: 100%;
	list-style: none;
	letter-spacing: 0.1px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}
ul.nav-aside li hr {
	margin: 0;
}
ul.nav-aside li.dropdown .dropdown-menu {
	position: fixed !important;
	top: -7px !important;
	left: 240px !important;
	min-width: 250px;
	border: none;
	border-radius: 0;
	-webkit-transform: none !important;
	transform: none !important;
}
ul.nav-aside li.dropdown .dropdown-menu .dropdown-header {
	padding: 10px 15px;
	font-size: 1.25rem;
}
ul.nav-aside li.dropdown .dropdown-menu .active,
ul.nav-aside li.dropdown .dropdown-menu a:hover {
	color: #2196f3;
}
ul.nav-aside li:hover > a,
ul.nav-aside li:hover > a > span {
	color: #2196f3;
}
ul.nav-aside li .active {
	background: #e3f2fd;
}
ul.nav-aside li .active a,
ul.nav-aside li .active a > span {
	color: #2196f3;
}
ul.nav-aside li a,
ul.nav-aside li button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 10px 15px;
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	font-weight: 500;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
ul.nav-aside li a span,
ul.nav-aside li button span {
	display: inline-block;
	margin-right: 30px;
	color: #666;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.content-sub-nav {
	position: fixed;
	left: 255px;
	z-index: 99999;
	overflow: auto;
	height: 100vh;
	background: #e3f2fd;
}
.content-sub-nav.full-width {
	width: calc(100% - 255px);
}
.content-sub-nav .sub-nav_level1 {
	margin-top: 155px;
}
.content-sub-nav .sub-nav_level1 .tab-nav {
	width: 220px;
}
.content-sub-nav .sub-nav_level1 .nav-aside {
	padding-left: 15px;
}
.content-sub-nav .sub-nav_level1 .add-btn {
	position: absolute;
	top: 50px;
	margin-left: 30px;
	padding-left: 50px;
}
.content-sub-nav .sub-nav_level1 .add-btn span {
	position: absolute;
	left: 10px;
}
.sub-nav_title {
	padding-left: 15px;
	color: #9e9e9e;
	letter-spacing: 0.25px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}
.standard-select {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 35px;
}
.standard-select.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.standard-select p {
	margin-bottom: 0;
	padding-top: 5px;
	width: 100%;
	color: rgba(0, 0, 0, 0.54);
	font-weight: 500;
	font-size: 12px;
	line-height: 12px;
}
.standard-select i {
	position: absolute;
	top: -6px;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: #000;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.54;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.standard-select .pseudoSelect {
	width: 100%;
	height: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.standard-select .pseudoSelect .current {
	z-index: 3;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
.standard-select .sub-select {
	position: absolute;
	top: 25px;
	z-index: 10;
	display: none;
	margin: 0;
	padding: 0;
	min-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border: 1px solid rgba(0, 0, 0, 0.12);
	background-color: #fff;
	opacity: 1;
}
.standard-select .sub-select li {
	padding: 7px 15px;
	list-style: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.standard-select .sub-select li.active {
	background-color: #e3f2fd;
}
.standard-select .sub-select li:hover {
	color: #2196f3;
}
.select-view1 select {
	width: 100%;
}
.text-block {
	margin-bottom: 35px;
}
.text-block .tox-tinymce {
	height: 400px !important;
}
.text-block .input-block {
	margin-bottom: 0;
}
.datepicker {
	position: relative;
}
.datepicker input {
	width: 100%;
	border: none;
	background-color: inherit;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.datepicker i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	color: #00000048;
	font-style: normal;
	font-size: 14px;
}
.daterangepicker .ranges li.active,
.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #2196f3 !important;
}
.card-item {
	/* display: flex; */
	display: grid;
	margin-bottom: 20px;
	padding: 15px;
	max-width: 685px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);

	grid-template-columns: auto 175px;
	gap: 12px;
}

.card-item .card-item_wrap .card-item_tag {
	margin-bottom: 7px;
	color: #2196f3;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.card-item .card-item_wrap .card-item_name {
	margin-bottom: 15px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
.card-item .card-item_wrap .card-item_info {
	margin-bottom: 25px;
	color: #4f4f4f;
	/* text-transform: uppercase; */
	letter-spacing: 0.02em;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;

	overflow-wrap: break-word;
}
.card-item .card-item_wrap .card-item_settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.card-item .card-item_wrap .card-item_settings a {
	display: inline-block;
	margin-right: 15px;
	color: #666;
	font-size: 24px;
}
.card-item .card-item_wrap .card-item_settings a.disabled {
	color: #212529;
	opacity: 0.5;
	cursor: not-allowed;
}
.card-item .card-item_wrap .card-item_settings a:hover {
	color: #2196f3;
}
.card-item .card-item_poster {
	position: relative;
	display: flex;
	padding-bottom: calc(1 / 1 * 100%);
	/* overflow: hidden; */
	/* align-items: center; */
	/* justify-content: center; */
	/* width: 25%; */
	width: 100%;
}
.card-item .card-item_poster img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	max-width: 100%;
	width: 100%;
	height: 100%;

	object-fit: contain;
	object-position: center;
}
.green {
	color: #00d83c !important;
}
.switch-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 35px;
}
.switch-block > span {
	color: rgba(0, 0, 0, 0.87);
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}
.switch-block label {
	position: relative;
	display: inline-block;
	margin: 0 15px;
	width: 30px;
	height: 14px;
	border-radius: 15px;
	background: rgba(0, 0, 0, 0.38);
}
.switch-block label:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #bdbdbd;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);
	content: "";
	opacity: 1;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.switch-block input:checked + label {
	background: #2196f350;
}
.switch-block input:checked + label:after {
	left: 100%;
	background: #2c98f0;
}
.add-block_btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 265px;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
}
.add-block_btn .add-block_base-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 12px 15px;
	width: 100%;
	cursor: pointer;
}
.add-block_btn .add-block_base-view span {
	display: inline-block;
	margin-right: 10px;
}
.add-block_btn .add-block_modal {
	display: none;
	padding: 30px 15px;
}
.add-block_btn .add-block_modal .buttons-set .blue-btn,
.add-block_btn .add-block_modal .buttons-set .empty-btn {
	margin-right: 10px;
	padding: 10px 15px;
	letter-spacing: 1.25px;
	font-size: 13px;
	line-height: 16px;
}
.add-block_btn .add-block_modal .buttons-set a,
.add-block_btn .add-block_modal .buttons-set button {
	margin-right: 0;
}
.add-block_btn .add-block_modal .buttons-set a:last-child,
.add-block_btn .add-block_modal .buttons-set button:last-child {
	margin-right: 0;
}
.dd {
	position: relative;
	display: block;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	/* max-width: 365px; */
	max-width: 500px;
	list-style: none;
	font-size: 13px;
	line-height: 20px;
}
.dd-list {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.dd-list .dd-list {
	padding-left: 30px;
}
.dd-collapsed .dd-list {
	display: none;
}
.dd-empty,
.dd-item,
.dd-placeholder {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px;
}
.dd-handle:hover {
	color: #2ea8e5;
}
.dd-item > button {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin: 5px 0;
	padding: 0;
	width: 25px;
	height: 20px;
	border: 0;
	background: 0 0;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
}
.dd-item > button[data-action="collapse"] {
	display: block;
}
.dd-item > button[data-action="collapse"],
.dd-item > button[data-action="expand"] {
	position: relative;
}
.dd-item > button[data-action="expand"] ~ .dd-handle {
	left: 25px;
}
.dd-item > button[data-action="collapse"]::before,
.dd-item > button[data-action="expand"]::before {
	top: 50%;
	transform: translateY(-50%);
}

.dd-item > button:before {
	position: absolute;
	display: block;
	width: 100%;
	content: "+";
	text-align: center;
	text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
	content: "-";
}
.dd-empty,
.dd-placeholder {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	border: 1px dashed #b6bcbf;
	background: #f2fbff;
}
.dd-empty {
	min-height: 100px;
	border: 1px dashed #bbb;
	background-color: #e5e5e5;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 30px 30px;
	background-size: 60px 60px;
}
.dd-list .dd-list {
	margin-right: -30px;
	padding-left: 30px;
}
.dd-item > button {
	position: absolute;
	display: none;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 48px;
	border: 0;
	background: 0 0;
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	font-weight: 700;
	font-size: 0;
	line-height: 1;
	cursor: pointer;
}
.dd-item > button:before {
	font-size: 16px;
}
.dd-dragel {
	position: absolute;
	z-index: 9999;
	pointer-events: none;
}
.dd-dragel > .dd-item .dd-handle {
	margin-top: 0;
}
.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.dd3-handle {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}
.dd-handle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	width: 48px;
	height: 48px;
	background-color: inherit;
	color: #000;
	text-decoration: none;
}
.dd-handle span {
	font-size: 18px;
}
.dd-item .dd3-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 4px 0;
	padding-right: 6px;
	padding-left: 55px;
	min-height: 48px;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fff;
}
.dd3-item .dd3-content span.more {
	position: absolute;
	right: 5px;
	display: none;
	cursor: pointer;
}
.dd3-item .dd3-content span.more:hover {
	color: #000;
}
.dd3-item .dd3-content .this-item_settings {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	justify-content: flex-end;

	gap: 4px;
	/* position: absolute;
	top: 40px;
	right: -150px;
	z-index: 100;
	display: none;
	padding: 10px 0;
	width: 165px;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.14); */
}
.dd3-item .dd3-content .this-item_settings a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	/* padding: 5px 0;
	padding-left: 24px;
	letter-spacing: 0.16px;
	font-size: 13px;
	line-height: 20px; */
	color: rgba(0, 0, 0, 0.87);
	text-decoration: none;
	font-weight: 400;
	font-size: 0;
	line-height: 0;
}
.dd3-item .dd3-content .this-item_settings a:hover {
	background: #dcdcdc;
}
.user-list_part {
	position: relative;
}
.user-list_part .user-list_first-letter {
	position: absolute;
	top: 15px;
	left: 10px;
	color: #004288;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.user-list_part .user-list_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 8px 0;
	padding-left: 55px;
	width: 365px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.user-list_part .user-list_item:hover {
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
}
.user-list_part .user-list_item:hover .user-item_settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.user-list_part .user-list_item .user_avatar {
	margin-right: 8px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.26);
}
.user-list_part .user-list_item .user-item_settings {
	display: none;
	padding-right: 10px;
	width: 65px;
}
.user-list_part .user-list_item .user-item_settings a {
	margin-right: 8px;
	color: #666;
	text-decoration: none;
}
.user-list_part .user-list_item .user-item_settings a:hover {
	color: #2196f3;
}
.user-list_part .user-list_item .user-list_info {
	/* width: calc(100% - 113px); */
}
.user-list_part .user-list_item .user-list_info .user-list_name {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.user-list_part .user-list_item .user-list_info .user-list_mail,
.user-list_part .user-list_item .user-list_info .user-list_phone {
	color: rgba(0, 0, 0, 0.539261);
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
}
.help-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 333;
	overflow: auto;
	padding: 25px;
	padding-right: 40px;
	width: 350px;
	height: 100vh;
	background-color: #fff;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.help-popup.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.imupl-files-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 25px 0 0;
	min-height: 200px;
	width: 100%;
	border: 2px solid #eee;
	border-radius: 6px;
	background: #fff;
}
.imupl-files-list ~ .invalid-feedback {
	display: block !important;
}
.imupl-button-choose {
	display: inline-block;
	float: left;
	overflow: hidden;
	margin: 25px;
	margin-top: 0;
	width: 200px;
	height: 200px;
	border: none;
	border-radius: 4px;
	background: #e3f2fd;
	color: #666;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.imupl-button-choose:hover {
	color: #000;
}
.imupl-file-item {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 25px;
	margin-top: 0;
	width: 200px;
	height: 200px;
	border: none;
	border-radius: 4px;
	background-color: #f5f5f5;
	background-image: url(https://d13yacurqjgara.cloudfront.net/users/82092/screenshots/1073359/spinner.gif);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: move;
}
.imupl-file-item .material-icons {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.imupl-file-item .material-icons:hover {
	color: #9fd1f7;
}
.imupl-file-item .imupl-button-edit,
.imupl-file-item .imupl-button-remove,
.imupl-file-item .imupl-button-rotate-ccw,
.imupl-file-item .imupl-button-rotate-cw {
	position: absolute;
	bottom: 0;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 3px;
	height: 30px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.imupl-file-item.loading .imupl-button-edit,
.imupl-file-item.loading .imupl-button-remove,
.imupl-file-item.loading .imupl-button-rotate-ccw,
.imupl-file-item.loading .imupl-button-rotate-cw {
	display: none;
}
.imupl-file-item .imupl-button-remove {
	right: 5px;
}
.imupl-file-item .imupl-button-edit {
	left: 5px;
}
.imupl-file-item .imupl-button-rotate-cw {
	bottom: 0;
	left: 55%;
}
.imupl-file-item .imupl-button-rotate-ccw {
	right: 55%;
	bottom: 0;
}
@media (max-width: 400px) {
	.imupl-file-item {
		width: 150px;
		height: 150px;
	}
}
.imupl-fileinput {
	position: fixed;
	left: -10px;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.imupl-dragdrop-hover {
	position: fixed;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
	z-index: 9999;
	display: none;
	border: 5px rgba(0, 150, 0, 0.5) dashed;
	border-radius: 25px;
	background: rgba(0, 150, 0, 0.1);
	pointer-events: none;
}
.imupl-dragdrop-hover.active {
	display: initial;
}
.imupl-edit-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
	pointer-events: none;
}
.imupl-edit-overlay .thumbnail {
	padding: 10px;
	background-color: #fff;
	-webkit-transition: 0.5s -webkit-transform ease-in-out;
	transition: 0.5s -webkit-transform ease-in-out;
	transition: 0.5s transform ease-in-out;
	transition: 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.imupl-edit-overlay .thumbnail .img {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.imupl-edit-overlay.active {
	z-index: 99999;
	opacity: 1;
	pointer-events: initial;
}
.imupl-edit-overlay.active .thumbnail {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.imupl-button-edit-save {
	margin: 0 10px 10px 0;
}
.imupl-crop-wrapper {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #666;
}
.imupl-cropper {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 3px solid #c21024;
	background-color: rgba(0, 0, 0, 0.2);
}
.option-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 30px;
	background: rgba(33, 150, 243, 0.9);
}
.imupl-cropper-end,
.imupl-cropper-start {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: nwse-resize;
}
.drop-zone_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.imupl-button-choose span {
	display: inline-block;
	margin-right: 10px;
}
.imupl-cropper-start {
	top: -2px;
	left: -2px;
	border-top: 4px solid #eb3d51;
	border-left: 4px solid #eb3d51;
}
.imupl-cropper-end {
	right: -2px;
	bottom: -2px;
	border-right: 4px solid #eb3d51;
	border-bottom: 4px solid #eb3d51;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagination li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 5px;
	width: 25px;
	height: 25px;
}
.pagination li.active {
	background-color: #e3f2fd;
}
.pagination li.active a {
	text-decoration: none;
}
.pagination li a:hover {
	text-decoration: underline;
}
.pagination li.next,
.pagination li.prev {
	margin: 0 15px;
	padding: 0;
	background: #2196f3;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.12);
}
.pagination li.next a,
.pagination li.prev a {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.pagination li.next.disabled,
.pagination li.prev.disabled {
	background: #e0e0e0;
}
.pagination li.next.disabled a,
.pagination li.prev.disabled a {
	color: #666;
}
.checkbox-block {
	position: relative;
}
.checkbox-block .filter-title {
	z-index: 3;
	color: rgba(0, 0, 0, 0.87);
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
.checkbox-block .filter-title i {
	color: #00000048;
}
.checkbox-block .checkbox-filter_menu {
	position: absolute;
	top: 25px;
	display: none;
	padding: 10px;
	min-width: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2), 0 3px 14px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.14);
}
.checkbox-item {
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.checkbox-item:last-child {
	margin-bottom: 0;
}
.checkbox-item input {
	display: none;
}
.checkbox-item input:checked + label:before {
	border-color: #2c98f0;
	background: #2c98f0;
}
.checkbox-item input:checked + label .material-icons {
	opacity: 1;
}
.checkbox-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	color: rgba(0, 0, 0, 0.87);
	letter-spacing: 0.16px;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
}
.checkbox-item label .material-icons {
	position: absolute;
	left: 1px;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.checkbox-item label:before {
	display: inline-block;
	margin-right: 15px;
	width: 18px;
	height: 18px;
	border: 3px solid #00000054;
	border-radius: 2px;
	content: "";
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
table.multiple-input-list.table-renderer tr > td:last-child {
	padding-right: 12px;
}

.s-filter-form {
	display: flex;
	flex-direction: column;
}

/* New input */
.s-input {
	display: flex;
	flex-direction: column;

	gap: 4px;
}
.s-input.error .s-input__input {
	border-color: red;
	color: red;
}
.s-input.error .s-input__error {
	display: block !important;
}

.s-input__inner {
	display: flex;
	flex-direction: column;
	margin: 0;

	gap: 6px;
}
.s-input__label {
	display: flex;
	align-items: flex-start;
	color: #666;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
}
.s-input__label span {
	padding-left: 4px;
	color: #2196f3;
	font-weight: 300;
	font-size: 12px;
	line-height: 1;
}
.s-input__input,
.s-input__textarea {
	margin: 0;
	padding: 10px 8px;
	outline: none;
	border: 1px solid #666;
	background-color: transparent;
	color: #666;
	text-decoration: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	resize: none;
	transition: 0.3s;
}
.s-input__input::placeholder,
.s-input__textarea::placeholder {
	color: #8a8a8a;
}

.s-input__textarea {
	max-height: 82px;
}

.s-input__input:hover,
.s-input__input:active,
.s-input__input:focus,
.s-input__textarea:hover,
.s-input__textarea:active,
.s-input__textarea:focus {
	outline: none;
	border: 1px solid #2196f3;
}

.s-input__input[disabled],
.s-input__textarea[disabled] {
	border-color: rgba(102, 102, 102, 0.2);
	background-color: transparent;
	box-shadow: none;
}
.s-input__error {
	display: none;
	color: red;
	font-size: 14px;
	line-height: 1;
}
.s-input__error:empty {
	display: none;
}

/* Layouts */

.s-filter-form {
	display: flex;
	flex-direction: column;
	max-width: 430px;

	gap: 16px;
}

.s-filter-form__buttons {
	display: grid;
	margin-top: 8px;

	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (max-width: 540px) {
	.s-filter-form__buttons {
		grid-template-columns: 1fr;
	}
}

.s-filter-form .btn {
	width: 100%;
}

/* 25.09.2023 */
.nav-aside.nav {
	overflow-y: auto;
	max-height: calc(100% - 232px);
	height: 100%;
}
:root {
	--input-width: 100%;
	--input-height: 40px;
	--input-padding: 8px;
	--input-border-width: 2px;
	--input-border-style: solid;
	--input-border-color: #eee;
	--input-hover-border-color: #2196f3;
	--input-font-size: 16px;
	--input-line-height: 1.2;
	--input-text-color: #000;
	--input-placeholder-color: #666;
	--input-border-radius: 6px;
	--input-bg: #fff;
}

input,
textarea {
	padding: var(--input-padding) !important;
	width: var(--input-width) !important;
	height: var(--input-height) !important;
	outline: none !important;
	border: var(--input-border-width) var(--input-border-style) var(--input-border-color) !important;
	border-radius: var(--input-border-radius) !important;
	background-color: var(--input-bg) !important;
	box-shadow: unset !important;
	color: var(--input-text-color) !important;
	font-size: var(--input-font-size) !important;
	line-height: var(--input-line-height) !important;
	transition: 0.3s !important;
}
textarea {
	height: 80px !important;
	resize: none !important;
}
@media (min-width: 1024px) {
	textarea {
		height: 144px !important;
	}
}
input:placeholder,
textarea:placeholder {
	color: var(--input-placeholder-color) !important;
	font-size: var(--input-font-size) !important;
	line-height: var(--input-line-height) !important;
}
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus {
	border-color: var(--input-hover-border-color) !important;
}

input:disabled {
	border-color: #ccc !important;
	background: #ccc !important;
	opacity: 0.6;
	filter: grayscale(1);
}
input:disabled:hover {
	border-color: #ccc !important;
}

select {
	padding-top: 0 !important;
	padding-right: var(--input-padding) !important;
	padding-bottom: 0 !important;
	padding-left: var(--input-padding) !important;
	height: var(--input-height) !important;
	outline: none !important;
	border: var(--input-border-width) var(--input-border-style) var(--input-border-color) !important;
	border-radius: var(--input-border-radius) !important;
	background-color: var(--input-bg) !important;
	color: var(--input-text-color) !important;
	font-size: var(--input-font-size) !important;
	line-height: var(--input-line-height) !important;
	transition: 0.3s !important;
}
select::placeholder {
	color: var(--input-placeholder-color) !important;
}

select:hover,
select:focus,
select:active {
	outline: none !important;
	border-color: var(--input-hover-border-color) !important;
}

.select-block {
	max-width: 400px;
}
select option {
	font-size: 14px !important;
}
select option:hover,
select option[selected] {
	background-color: #ddd !important;
}
.col-2 .select-block,
.col-3 .select-block,
.col-4 .select-block,
.col-5 .select-block,
.col-6 .select-block,
.col-7 .select-block,
.col-8 .select-block,
.col-9 .select-block,
.col-10 .select-block,
.col-11 .select-block,
.col-12 .select-block,
.col-lg-2 .select-block,
.col-lg-3 .select-block,
.col-lg-4 .select-block,
.col-lg-5 .select-block,
.col-lg-6 .select-block,
.col-lg-7 .select-block,
.col-lg-8 .select-block,
.col-lg-9 .select-block,
.col-lg-10 .select-block,
.col-lg-11 .select-block,
.col-lg-12 .select-block,
.review-form .select-block,
.users-backend-default-update .select-block {
	max-width: 100%;
	width: 100%;
}
.select-block select {
	width: 100%;
}

/* Material UI placeholder */
.form-group label.absolute {
	left: var(--input-padding) !important;
	z-index: 2;
	height: var(--input-height) !important;
	color: var(--input-placeholder-color) !important;
	font-size: 12px !important;
	line-height: 1 !important;
}
/* Material UI placeholder - active*/
.form-group label.absolute.focus {
	top: 4px;
	left: 0 !important;
}

/* .select-block i,
.datepicker i {
	height: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 12px !important;
}
.standard-select.active i {
	transform: rotate(180deg) translateY(-50%) !important;
}
.standard-select.active i {
	border-color: var();
}
.standard-select .sub-select {
	top: var(--input-height) !important;
	border-color: var(--input-border-color) !important;
	border-top: 0px !important;
}
.select-block .pseudoSelect {
	height: auto !important;
	border: none !important;
}
.select-block .pseudoSelect .current {
	height: var(--input-height) !important;
	padding: var(--input-padding) !important;
	padding-top: 8px !important;
	padding-right: 30px !important;
	border: var(--input-border-width) var(--input-border-style) var(--input-border-color) !important;
	border-radius: var(--input-border-radius);
	font-size: var(--input-font-size) !important;
	background-color: var(--input-bg);
	transition: 0.3s !important;
	line-height: 1.25;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: 400;
}
.select-block .pseudoSelect .current,
.select-block .pseudoSelect .current span {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.select-block .pseudoSelect .current:hover {
	border-color: var(--input-hover-border-color) !important;
} */


/* Select 2 styling */
.select2-selection--single,
.select2-selection--multiple {
	padding: 0 !important;
	border: none !important;
	border-radius: var(--input-border-radius) !important;
}

.select2-selection__clear {
	position: absolute !important;
	top: 50% !important;
	right: 0 !important;
	cursor: pointer;
	transform: translateY(-50%) !important;
}
.select2-selection__rendered {
	position: relative !important;
	padding: var(--input-padding) !important;
	padding-right: 26px !important;
	height: var(--input-height);
	border: var(--input-border-width) var(--input-border-style) var(--input-border-color) !important;
	border-radius: var(--input-border-radius);
	font-size: var(--input-font-size) !important;
	line-height: var(--input-line-height) !important;
}
.select2-selection__arrow {
	border-left-color: #eee !important;
}
.select2-selection--single .select2-selection__rendered {
	padding-right: 44px !important;
}
.select2-selection {
	min-height: var(--input-height) !important;
	background-color: var(--input-bg) !important;
	box-shadow: unset !important;
}
.select2-container--open .select2-selection--single .select2-selection__rendered,
.select2-container--open .select2-selection--multiple .select2-selection__rendered {
	border-color: var(--input-hover-border-color) !important;
}

.select2-selection--single .select2-selection__rendered {
	width: 100% !important;
}

.select2-selection {
	border-color: var(--input-border-color) !important;
	border-radius: var(--input-border-radius) !important;
}
.select2 .select2-selection__clear {
	margin-top: 0 !important;
	margin-right: 10px !important;
	color: red !important;
	font-size: 22px !important;
	line-height: 26px !important;
	opacity: 0.6 !important;
}
.select2-selection--single .select2-selection__rendered .select2-selection__clear {
	margin-right: 26px !important;
}

.select2-selection__choice__remove {
	position: absolute !important;
	top: 50% !important;
	right: 6px !important;
	bottom: 0 !important;
	left: auto !important;
	height: 100% !important;
	color: red !important;
	font-size: 22px !important;
	line-height: 26px !important;
	opacity: 0.6 !important;
	transform: translateY(-50%);
}
.select2-selection__choice__remove:hover {
	color: red !important;
	opacity: 1 !important;
}
.select2-selection__clear:hover {
	color: red !important;
	opacity: 1 !important;
}

.select2 .select2-selection--multiple .select2-selection__rendered {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;

	gap: 8px;
}
.select2-selection__choice {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	flex-direction: row-reverse !important;
	justify-content: flex-start !important;
	margin: 0px !important;
	padding: 6px 24px 6px 6px !important;
	border: none !important;
	border-radius: var(--input-border-radius) !important;
	background-color: #dedede !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 1 !important;
}
.select2 .select2-selection--multiple .select2-selection__rendered,
.select2 .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline,
.select2 .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline .select2-search__field {
	height: 100% !important;
}
.select2-search--inline {
	order: -1;
	margin: 0 !important;
}

.select2-container--material .select2-selection--multiple {
	margin-top: 0 !important;
}
.select2-search--inline .select2-search__field {
	margin: 0 !important;
	padding: 0 8px 0px 8px !important;
	min-height: 26px !important;
	width: 150px !important;
	border: 1px solid #dedede !important;
	background-color: #fff !important;
}

.select2-container--material {
	border: none !important;
}
.select2-container--material .select2-dropdown {
	margin: 0 !important;
}
/* // Select 2 styling */

/* Other inputs */
.search-input input,
.field-productsearch-search input {
	padding-left: 45px !important;
}
/* // 25.09.2023 */

/* 27.09.2023 */
.filter-section .search-input input {
	height: 48px !important;
}
.filter-section .search-input input::placeholder {
	font-weight: 300 !important;
}
.filter-section .filter-block.col-md-2 {
	flex: 0 0 375px;
	max-width: 375px;
}

.text-select {
	font-weight: 400;
	font-size: 16px;
}

.summary {
	margin-bottom: 16px;
}
.users-backend-default-update {
	max-width: 600px;
}
input[type="checkbox"] {
	width: 20px !important;
	height: 20px !important;
	cursor: pointer;
}
.da-grid-view-table input[type="checkbox"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.card-item_info .price,
.card-item_info .code {
	text-transform: uppercase;
}
.promotion-backend-default-update .form-group .select2 {
	width: 100% !important;
}

.grid-view table tbody tr td:last-child {
	min-width: 110px;
}
.setting-index > div {
	margin-top: 24px;
}
.multiple-input-list__btn {
	width: var(--input-height);
	height: var(--input-height);
	box-shadow: unset;
}
.nav-link .badge {
	margin-left: 4px;
}
/* // 27.09.2023 */

table .standard-select {
	margin-bottom: 0;
}

.standard-select label {
	width: 100%;
}

.input-block .relative,
.select-block .relative {
    z-index: 2;
	color: var(--input-placeholder-color) !important;
	font-weight: 500;
    font-size: 12px !important;
    line-height: 1 !important;
}

.input-block label {
	height: auto !important;
}
.field-ordersearch-date_start, .field-ordersearch-date_stop {
	margin-bottom: 20px;
}

.order-stat table,
.order-stat table tbody {
	display: table;
	width: 100%;
}

input[type="file"] {
	height: 100% !important;
}



/* Glyphicons from bootstrap for x-editable plugin */
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-family: 'Glyphicons Halflings';
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
	position: absolute;
	top: 50%;
	left: 50%;
    display: block;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' d='M21.652 3.211a.747.747 0 0 0-1.061 0L9.41 14.34a.744.744 0 0 1-1.062 0L3.449 9.351a.743.743 0 0 0-1.062 0L.222 11.297a.751.751 0 0 0 .001 1.07l4.94 5.184c.292.296.771.776 1.062 1.07l2.124 2.141a.751.751 0 0 0 1.062 0l14.366-14.34a.762.762 0 0 0 0-1.071l-2.125-2.14z' clip-rule='evenodd' fill='%23fff'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	transform: translate(-50%, -50%);
}

.glyphicon-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Cpath d='M443.6 387.1 312.4 255.4l131.5-130c5.4-5.4 5.4-14.2 0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L256 197.8 124.9 68.3c-2.6-2.6-6.1-4-9.8-4-3.7 0-7.2 1.5-9.8 4L68 105.9c-5.4 5.4-5.4 14.2 0 19.6l131.5 130L68.4 387.1c-2.6 2.6-4.1 6.1-4.1 9.8 0 3.7 1.4 7.2 4.1 9.8l37.4 37.6c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1L256 313.1l130.7 131.1c2.7 2.7 6.2 4.1 9.8 4.1 3.5 0 7.1-1.3 9.8-4.1l37.4-37.6c2.6-2.6 4.1-6.1 4.1-9.8-.1-3.6-1.6-7.1-4.2-9.7z' fill='%23f00'/%3E%3C/svg%3E");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	transform: translate(-50%, -50%);
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}
/* // Glyphicons from bootstrap for x-editable plugin */

.editable-buttons .editable-submit {
	height: 37px;
	background-color: #007bff;
}
.editable-buttons .editable-submit:hover {
	background-color: #0664c8;
}
.editable-buttons .editable-cancel {
	color: red;
}
.editable-buttons .editable-cancel:hover {
	opacity: 0.6;
}

.editableform .control-group.form-group {
	width: max-content !important;
}