html, body{
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

body{
	background: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	color: #000;
	height: 100vh;
}

::-webkit-scrollbar{
	width: 8px;  /* for vertical scrollbars */
	height: 8px; /* for horizontal scrollbars */
}

.bg-danger {
	background-color: #f25c40 !important;
}

.terminal-oper-box {
	border-radius: 12px;
	overflow: hidden;
}

.canban_tasks_file_remove {
	cursor: pointer;
	top: 0 !important;
}

.canban_tasks_file *{ 
	line-height: 100% !important;
}

.node-desc-indicator, .node-files-indicator {
	height: 22px;
	width: auto;
}

.text-strong {
	font-weight: bold;
}

.post-terminal-image {
	width: 50px;
	height: auto;
}

.comments_list_item_remove_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.card_canban .card-img-top {
	cursor: move;
}

.card_canban_img_parent {
	position: relative;
}

.card_canban_archive {
	position: absolute;
	right: 7px;
	top: 7px;
}

.terminal_start_form {
	width: 100%;
	max-width: 400px;
}

#editCardModal .form-control-name {
	font-size: 16px;
}

.text-bold {
	font-weight: bold
}

.default_text {
	background: transparent !important;
	border: 1px solid transparent !important;	
	padding-left: 0 !important;
	transition: all 0.2s linear;
}

.canban_subscriber {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	border: 2px solid #fff;
}

.textarea-autoheight {
	transition: all 0.2s linear;
	min-height: 34px;
}

.canban_tasks_add_box_form .form-control {
	padding-bottom: 30px !important;
}

.canban_tasks_list_column_list {
	min-height: 15px;
	position: relative;
}

.canban_tasks_list_column_list .card button {
	opacity: 0;
	transition: all 0.2s linear;
}

.canban_tasks_list_column_list .card:hover button, .canban_tasks_list_column_list .card:active button, .canban_tasks_list_column_list .card:focus button {
	opacity: 1;
}

.default_text:active, .default_text:focus {
	background: #fff !important;
	border: 1 px solid #ced4da !important;	
	padding-left: 7px !important;
}

.canban_tasks_list {
	overflow: auto;
}

.canban_tasks_list_column, .canban_tasks_list_column_adder {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
}

.terminal_start_form_pin_img {
	width: 140px;
	height: auto;
	filter: brightness(0) invert(1);
}

.section-login-terminal {
	background: url('../img/terminal-pincode-bg.jpg') no-repeat center;
	background-size: cover;
}

#barcodeGenModal{
	z-index: 9999;
}

.row-focus {
	background: #fff3cd !important;
}

.w-one-to-seven {
	width: 14.28%;
	min-width: 14.28%;
	max-width: 14.28%;
}

.max-w-100 {
	max-width: 100% !important;
}

#addUserModal .bootstrap-select.show-tick .dropdown-menu li a span.text {
	display: flex;
	align-items: center;
	font-size: 80% !important;
}

.parent-row-active-cell {
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	
}

#addUserModal .dropdown-item {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#addUserModal .bootstrap-select .dropdown-menu {
	padding-bottom: 0 !important;
}

.form-control-qty-focus {
	border: 1px solid #007bff;
}

#aside-filter {
	right: -600px;
	position: fixed;
	min-height: 100vh;
	top: 0;
	width: 100%;
	max-width: 400px;
	z-index: 999;
	background: #fff;
	transition: all 0.1s linear;
}

#aside-filter:before {
	display: none;
}

#aside-filter.in-progress:before {
	content: '';
	z-index: 3;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3) url('../img/preloader.gif') no-repeat center;
	background-size: 120px 120px;
}

#aside-filter > section {
	position: relative;
	z-index: 2;
}	

.filter-section-reset-categories, .filter-section-reset-attributes {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}

.w-160-px {
	width: 160px;
	max-width: 160px;
	min-width: 160px;
}

#aside-filter-bgrnd {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

#aside-filter.actived {
	right: 0;
	position: absolute;
}

#filterModal {
	overflow-x: hidden;
	overflow-y: scroll;
}

#accordion .form-check-label {
	position: relative;
}

#accordion .apply-filter{
	position: absolute;
	right: calc(100% + 15px);
    z-index: 9;
}

#accordion .apply-filter .btn-dark {
	position: relative;
	background: #000;
	padding-left: 17px !important;
	padding-right: 15px !important;
	font-size: 12px;
}	

#accordion .apply-filter .btn-dark:before {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    right: -4px;
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.salesreport-iframe {
	border: none;
	width: 100%;
	height: calc(100vh - 240px);
}

.kd-hierarchly .dropdown-menu{
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}

#submitPaymentModal{
	background: rgba(0, 0, 0, 0.75);
	padding-bottom: 100px !important;
}

.form-control-big-v-padding {
	padding: .625rem .75rem;
}

.modal-dialog-ended {
	align-items: flex-end !important;
}

.barcode-generator-preview{
	padding: 0;
	margin: 0;
	height: 100vh;
}

.modal_add_edit_iframe {
	width: 100%;
	min-height: 100vh;
}	


.product-pricing-save-form tr.disabled .form-control{
	opacity: 0.6;
	filter: grayscale(100%);
	transition: 0.3s;
	pointer-events: none;
}

.max-140{
	max-width: 140px;
}

.return_more_load_step_1, .return_more_load_step_2{
	position: relative;
}

.badge-success.light{
	background-color: #21ee50 !important;
}

.return_more_load_step_1 .dropdown-menu, .return_more_load_step_2 .dropdown-menu{
	width: 100% !important;
	min-width: auto !important;
	transform: none !important;
}	

.product_price_success input{
	border: 1px solid #8bc34a; 
}

#balanceModal, #moneyModal, #cashbackModal{
	z-index: 1041;
	overflow-y: scroll;
}

.product_price_not_save input{
	border: 1px solid #f25c40; 
}

.no_active{
	opacity: 0.5;
	pointer-events: none;
}

.input-group-text.small{
	font-size: 12px !important;
}

.kd-hierarchly-item.expand-0{
	display: none;
}

.kd-hierarchly-item.expand-1{
	display: block;
}

.kd-hierarchly-item .kd-hierarchly-item{
	padding-left: 15px;
}

.kd-hierarchly-item .form-check-input{
	display: none;
}

.kd-hierarchly-item div{
	margin-right: 5px;
}

.kd-hierarchly-item > .form-check > .form-check-label div{
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.kd-hierarchly-item:hover > .form-check > .form-check-label div{
	border-bottom: 1px solid #000;
}

.kd-hierarchly .dropdown-menu{
	min-width: 300px;
	min-height: 458px;
}

.kd-hierarchly .dropdown-menu > .kd-hierarchly-item{
	padding: 5px;
	border-radius: 8px;
	overflow: hidden;
    border: solid 1px #dddddd;
    background-color: #f5f5f5;
	margin-bottom: 5px;
}

.kd-hierarchly .dropdown-menu > .kd-hierarchly-item > .form-check > .form-check-label{
	margin-bottom: 0 !important;
}

.kd-hierarchly .form-check-label > input:checked + div{
	position: relative;
}

.kd-hierarchly-item span{
	color: #777;
	font-size: 10px;
	cursor: pointer;
}

.isrotated_90{
	transform: rotate(90deg);
}

.kd-hierarchly .form-check-label > input:checked + div:before{
	position: absolute;
	left: -16px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	content: '';
	background: url('../img/check.svg') no-repeat center;
	background-size: contain;
}

.kd-hierarchly .dropdown-menu {
	/* left: -10px !important; */
	width: calc(100% + 5px);
}

.kd-hierarchly .dropdown-menu > .kd-hierarchly-item > .kd-hierarchly-item{
	margin-top: 5px;
}

.barcode-search-results, .movement-search-results, .pricing-search-results, .movement-search-results-services, .movement-search-results-costs{
	width: 100%;
	height: 100vh;
	border: none;
}

select.form-control:not([size]):not([multiple]){
	height: 34px;
}

.add-to-barcodegen-modal{
	max-width: 80px;
	min-width: 60px;
}

.is-error-field{
	border: 1px solid RED;
}

.max-100{
	max-width: 100%;
	height: auto;
}

.barcode_card{
	border: 1px solid #000;
}

.attrubute-value-items{
	max-height: 420px;
	overflow-x: hidden;
	overflow-y: auto;
}

.attrubute-value-items .form-control{
	min-height: 28px !important;
	height: 28px !important;
}

.product-filter-right .table-responsive{
	min-height: 400px;
}

.after_save_animated {
	position: relative !important;
	animation-name: after_save_animated;
	animation-duration: 1.2s;	
}

.in_progress_load {
	position: relative;
}

.in_progress_load:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
}

@keyframes after_save_animated {
	0% {
		background: transparent;
	}	
	50% {
		background: #8bc34a;
	}
	100% {
		background: transparent;
	}	
}

#payOrderModal, #selfPayOrderModal{
	z-index: 9999;
}

.text-red{
	color: #f25c40;
}

.pricing-preloader{
	width: 100px;
	height: auto;
}

.modal-body .form-control{
	min-height: 35.2px;
}

.add_attribute_form .nav-link, .product_attributes_filter_form .nav-link, .product_categories_filter_form .nav-link{
	border-radius: 10px !important;
	margin: 3px 0 !important;	
	border: none !important;
	background: #ddd !important;
}

#categoryFilterModal .btn-success, #categoryFilterModal .btn-secondary{
	padding: .375rem .75rem !important;
}

.add_attribute_form .nav-link:hover, .product_attributes_filter_form .nav-link:hover{
	background: #ccc !important;
}

#product_attributesTab, #product_attributes_filterTab, #product_categories_filterTab{
	border: none !important;
}

.add_attribute_form .nav-link.active, .product_attributes_filter_form .nav-link.active, .product_categories_filter_form .nav-link.active{
	background: #007bff !important;
	color: #fff !important;
}

.history-filter span{
	opacity: 0.3;
}

.history-filter span.active{
	opacity: 1;
	cursor: default !important;
}

.excel-list-icon{
	height: 20px !important;
	width: auto;
	filter: brightness(0) invert(1);
}

.cursor-pointer{
	cursor: pointer !important;
}

.history_transfer_modal{
	z-index: 1060;
}

.text-gray{
	color: #999;
}

.bs-title-option{
	display: none !important;
}

.list-price-column .btn, .list-price-column .btn:hover, .list-price-column .btn:focus, .list-price-column .btn:active,
.list-stock-column .btn, .list-stock-column .btn:hover, .list-stock-column .btn:focus, .list-stock-column .btn:active{
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	width: auto !important;
}

.receipt-products .max-width-50, .receipt-services .max-width-50{
	cursor: move;
}

.list-price-column .btn:hover, .list-price-column .btn:active, .list-price-column .btn:focus,
.list-stock-column .btn:hover, .list-stock-column .btn:active, .list-stock-column .btn:focus{
	color: #000;
	text-decoration: none;
}

.list-price-column .filter-option-inner-inner,
.list-stock-column .filter-option-inner-inner{
	font-weight: bold;
}

.bootstrap-select .dropdown-menu span.text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.earse-filter-btn{
	width: 24px;
	height: 24px;
}

.earse-filter-btn:hover, .remove_client_balance:hover img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.btn-link{
	color: #000;
    font-weight: 300;
    padding: 0;
    font-size: 12.5px;	
}

.btn-link strong{
	font-weight: bold !important;
	font-size: 15px;
}

.is_minified .dropdown-menu{
	padding: 0.1rem;
	font-size: 13px;
}

.is_minified .dropdown-toggle::after{
	margin-left: .155em;
	color: #777;
}

.is_minified .dropdown-item{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

::-webkit-scrollbar-track{
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb{
	background: #444;
}

#attributesModal{
	z-index: 9999;
}	

.filter-section-reset{
	position: absolute;
	right: -3px;
	top: -8px;
	color: #f25c40;
}

#accordion .input-group-text {
	background: #fff !important;
	border-left: none !important;
}

.filter-hide-logic.hide-enabled {
	display: none;
}

.kd-hierarchly-items .badge-dark .glyphicon, .kd-hierarchly-items .badge-secondary .glyphicon {
	font-size: 10px;
	cursor: pointer;
}

#accordion .attributes-search-input {
	border-right: none;
}

.form-group-phone-input, .form-group-cp-phone-input{
	position: relative;
}

.form-group-phone-input-remove, .form-group-cp-phone-input-remove{
	font-size: 22px;
	text-align: left;
	color: #f25c40;
}

.form-group-phone-input-remove span, .form-group-cp-phone-input-remove span{
	cursor: pointer;
}

.iti{
	display: block;
}

.text-green{
	color: #8bc34a;
}

.text-red{
	color: #f25c40;
}

.form-control.input-phone, .form-control.cp-input-phone{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
}

#userTab{
	border-bottom: 3px solid #007bff;
}

#dash-sidebar{
	background: #fff;
	box-shadow: 0 0 4px #ccc;
	padding: 10px 15px;
	height: 100vh;
	overflow-x: hidden;
	width: 80px;
	overflow-y: auto;
	position: fixed;
	z-index: 999;
}

.nav-pills .nav-link{
	color: #000;
	padding: 12px 0 9px 0;
	transition: all 0.3s linear;
}

.modal-backdrop.show{
	opacity: 0.2;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	border-radius: 8px 8px 0 0 !important;
}

#accordion .btn-link, #accordion-roles .btn-link{
	background: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 0 !important;
	border-top: none !important;
	position: relative;
	white-space: normal;
}

.bg-gray{
	background: #f5f5f5;
	border: 1px solid #ddd;
}

#accordion .btn-link:hover, #accordion-roles .btn-link:hover{
	opacity: 0.9;
}

#accordion .btn-link:after, #accordion-roles .btn-link:after{
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	background: url('../img/arrow-bottom-white.svg') no-repeat center;
	background-size: contain;
	filter: brightness(0) invert(1);
}

#accordion .btn-link[aria-expanded="true"]:after, #accordion-roles .btn-link[aria-expanded="true"]:after{
	transform: rotate(180deg); 
}

.main-box{
	width: calc(100% - 80px);
	padding: 0;
	margin-left: 80px;
}

.dash-sidebar-btn{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 24px;
	background: #f25c40;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s linear;
	display: block;
}

.dash-sidebar-btn:hover{
	background: #000;;
}

.dash-sidebar-btn.gray{
	background: transparent;
	color: #ccc;
	font-size: 50px;
}

.dash-sidebar-btn.gray:hover{
	text-decoration: none;
	background: transparent;
	color: #000;
}

.dash-sidebar-line{
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #ced4da;
}

.dash-company{
	display: block;
	position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
	border: 4px solid #ccc;
	transition: all 0.4s ease-out;
	cursor: pointer;
}

.dash-company.big{
	width: 280px;
	height: 280px;
	display: inline-block;
}	

.dash-company:hover{
	transform: scale(1.25);
}

.dash-company.big:hover{
	transform: scale(1.1);
}

.dash-company.active, .dash-company.active:hover{
	border: 4px solid #f25c40;
	cursor: default;
	transform: scale(1);
}

.dash-company.disabled{
	opacity: 0.5 !important;
	cursor: not-allowed !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);		
}

.kd_image_editor{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.95);
	display: none;
}

.kd_image_editor_img{
	width: 100%;
	height: calc(100vh - 66px);
	display: flex;
	align-items: center;
	justify-content: center;	
}

.kd_image_editor_commands{
	padding: 15px 0;
	box-shadow: 0 0 4px #000;
}

.kd_image_editor_img img{
	max-width: 90%;
	max-height: 90%;
}

.inner-sidebar{
	padding: 20px 10px;
}

.search_component_result.in_progress{
	width: 100%;
	height: 60px;
	background: url('../img/preload.gif') no-repeat center;
	background-size: 50px 50px;
}

.dynamic_preloader{
	width: 100%;
	height: 60px;
	background: url('../img/preload.gif') no-repeat center;
	background-size: 50px 50px;
}

.btn-ubos.disabled{
	opacity: 0.5 !important;
	cursor: not-allowed !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);	
}

.btn.disabled{
	filter: grayscale(100%);
}

.kd_disabled{
	opacity: 0.5 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);		
}

.overflow-hidden{
	overflow: hidden;
}

#meta_box_image{
	display: flex;
	flex-wrap: wrap;
	margin: -7px;
	width: calc(100% + 14px);
}

.bar-code-item, .qr-code-item, .attribute-code-item{
	margin-top: 10px;
}

#gallery-thumb-add{
	position: relative;
	background: #d1d1d1 url('../img/add_gallery.png') no-repeat center;
	background-size: 60px;
	text-align: center;	
}

#meta_box_gallery .gallery-thumb > div{
	position: relative;
	background: #d1d1d1 url('../img/photo-icon.png') no-repeat center;
	background-size: 40px;
	text-align: center;
	height: 170px;
	overflow: hidden;
	border-radius: 8px;
	cursor: move;
}

#meta_box_gallery .gallery-thumb > div:hover{
	opacity: 0.7;
}	

#meta_box_image .image-thumb{
    flex-grow: 1;
    flex: 1 1 calc(100% - 14px);
	width: calc(100% - 14px);
	position: relative;
	background: #d1d1d1 url('../img/photo-icon.png') no-repeat center;
	background-size: 80px;
	margin: 7px;
	min-height: 300px;
	text-align: center;
}

#meta_box_gallery .gallery-thumb img, #meta_box_image .image-thumb img{
	height: 100%;
	width: auto;
}

.gallery-thumb, #meta_box_gallery .ui-state-highlight{
	overflow: hidden;
	width: calc(50% - 0.5rem);
	min-height: 170px;
}

.gallery-thumb:first-child, #meta_box_gallery .ui-state-highlight:first-child{
	width: 100%;
}

.gallery-thumb > img{
	max-height: 100px;
}

#gallery-thumb-add, #image-thumb-add, .image-thumb{
	line-height: 100%;
	font-size: 72px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;	
	text-align: center;
	width: 100% !important;
	max-height: 338px;
}

#image-thumb-add img, .image-thumb img{
	max-height: 438px;
	width: 100%;
	height: auto;
}

#gallery-thumb-add{
	flex: 1 1 100% !important;
	min-height: 90px;
}

#filerobot-image-editor{
	box-shadow: 0 0 7px #222;
}

.card{
	border: none;
}

.guest-header{
	position: absolute;
	left: 0;
	z-index: 99;
	width: 100%;
}

.authorm-card, .auth-bg-red .text-center{
	max-width: 380px;
	width: 100%;
}

header .dropdown *:hover{
	text-decoration: none !important;
}

.dashboard-header{
	padding: 15px 0 10px 0;
	margin-bottom: 40px;
}

.thumbnail_url_clear{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	color: #f25c40;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}
.gallery_item_clear{
	position: absolute;
	right: 5px;
	top: 3px;
	z-index: 2;
	color: #f25c40;
	cursor: pointer;
	text-shadow: 0 0 3px #000;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}

.thumbnail_url_edit{
	position: absolute;
	right: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	z-index: 2;
	cursor: pointer;
	background: #fff url('../img/edit.png') no-repeat center;
	background-size: contain;
	border-radius: 100%;
	box-shadow: 0 0 3px #111;
}

.owl-prev span, .owl-next span{
	font-size: 32px;
	color: #f25c40;
}

.owl-prev, .owl-next{
	display: inline-block;
	margin: 0 10px 0 0;
	outline: none !important;
	box-shadow: none !important;
}

.owl-prev.disabled, .owl-next.disabled{
	opacity: 0.1;
	cursor: default;
}

.owl-nav{
	position: absolute;
	top: -42px;
	right: 0;
}

.sticky-top.z-index-1{
	z-index: 1 !important;
}

.auth-bg-red{
	background: #f25c40;
}

.auth-bg-red h1{
	font-size: 30px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #fff;	
}

.logo{
	height: 36px;
	width: auto;
	max-width: 100%;
}

.head-menu .nav-item .nav-link:hover{
	text-decoration: underline;
}

.head-menu .nav-item.active .nav-link, .head-menu .nav-item.active .nav-link:hover{
	font-weight: 800;
	text-decoration: none;
}

.glyphicon{
	line-height: inherit !important;
}

.btn-ubos{
	max-width: 210px;
}

.btn-ubos, .btn-ubos:active, .btn-ubos:focus{
	width: 100%;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(0, 0, 0, 0.056);
	border-radius: 12px;
	display: block;
	padding: 15px 15px 10px 15px;
	position: relative;
	text-decoration: none;
}

.btn-ubos:hover{
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-ubos > img{
	height: 36px;
	width: auto !important;
}

.create-btn{
	background: #8bc34a !important;
}

.create-btn p{
	color: #fff !important;
}

.section > h4{
	font-size: 22px;
}

.btn-ubos > p{
	font-weight: 600;	
	color: #444;
}

.btn-ubos:hover > p, .btn-ubos.active > p{
	color: #fff;
}

.section-red .btn-ubos:hover{
	background: #f25c40;
}

.section-green .btn-ubos:hover, .section-green .btn-ubos.active{
	background: #8bc34a;
}

.section-blue .btn-ubos:hover{
	background: #0091ea;
}

.section-yellow .btn-ubos:hover{
	background: #ffab00;
}

.btn-ubos .badge{
	position: absolute;
	right: 15px;
	top: 15px;
}

.max-width-50{
	max-width: 60px;
	width: 60px;
}

.sidebar-menu-pic-link{
	text-decoration: none;
	display: block;
	margin: 5px 0;
}

.sidebar-menu-pic-link:hover{
	color: #000;
	text-decoration: none;
}

.sidebar-menu-pic-link img{
	height: auto;
	width: 20px;
	margin-right: 2px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.sidebar-menu-pic-link span{
	display: inline-block;
	vertical-align: middle;	
}

.owl-stage-outer {
	padding: 20px;
	margin: 0 -20px;
}

.breadcrumb{
	background: transparent;
	padding: 0;
	margin-bottom: 1rem;
}

.breadcrumb a{
	color: #b1b1b1;
}

.filter-section{
	border-radius: 15px;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.16);	
	background: #fff;
	padding: 5px 10px;
	position: relative;
}

.max-w-60{
	width: 60px;
	margin-right: 10px;
}

.max-w-90{
	width: 90px;
	margin-right: 10px;
}

.max-w-120{
	width: 120px;
}

.max-w-150{
	width: 150px;
}

.max-w-180{
	width: 180px;
}

.max-w-240{
	width: 240px;
}

.operations-box > a > img{
	height: 30px;
	width: auto;
}

.operations-box img:hover{
	opacity: 0.8;
}

a.btn, button.btn{
	border-radius: 10px;
}

div.bootstrap-select button{
	border-radius: .25rem !important;
}

.drag{
	width: 30px;
	text-align: center;
	cursor: move;
}

.btn-danger{
	background-color: #f25c40 !important;
    border-color: #f25c40 !important;	
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus{
	opacity: 0.8;
}

.btn-success{
	background-color: #8bc34a !important;
    border-color: #8bc34a !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus{
	opacity: 0.8;
}

.btn-primary{
	background-color: #0091ea !important;
    border-color: #0091ea !important;	
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	opacity: 0.8;
}

.list-head{
	padding: 5px;
	margin: 15px 0 5px 0;
}

.list-head .list-item-col, .list-item-col .filter-option-inner-inner{
	font-size: 12px;
	font-weight: bold;
	color: #6c757d;	
}

.list-item{
	border-radius: 8px;
	background-color: #f5f5f5;	
	padding: 5px;
	margin: 5px 0;
}

.list-item .list-item-col p{
	font-size: 14px;
	color: #000000;	
}

.list-item-col-link{
	font-size: 14px;
	font-weight: bold;
	color: #0091ea;	
	border-bottom: 1px solid #0091ea;
	display: inline;
	text-decoration: none;
}

.list-item-col-link:hover, .list-item-col-link:active, .list-item-col-link:focus{
	border-bottom: 1px solid #333;
	color: #333;	
	text-decoration: none !important;
}

#photo-icon{
	width: 20% !important;
	height: auto !important;
}

.form-group{
	border-radius: 8px;
	border: solid 1px #dddddd;
	background-color: #f5f5f5;	
	padding: 0.5rem;
	margin-bottom: 0.5rem;
}

.form-group.p-0{	
	border: none;
}

.bootstrap-select.form-control{
	background-color: transparent !important;
}

.meta_box_image_preview{
	position: relative;
	display: none;
}

.form-group label{
	font-size: 13px;
	font-weight: bold;	
	color: #000;	
	margin-bottom: 5px;
}

.form-control, .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	font-size: 13px;
}

.pic-90{
	width: 50px;
	height: 50px;
	box-shadow: 0 0 3px #ccc;
	border-radius: 100%;
	overflow: hidden;
}

.pic-90.noround{
	border-radius: 0;
}

.sticky-top-20{
	position: sticky;
	top: 20px;
}

.modal-icon{
	font-size: 96px;
	color: #f25c40;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.btn-separator{
	width: 20px;
}

.attributes-cooser-item-close{
	width: 30px;
	max-width: 100%;
	margin-top: -2px;
	height: auto;
	cursor: pointer;
}

.btn-secondary{
	background-color: #d1d1d1;
	color: #000;
	border: #d1d1d1;
}

.btn-secondary .filter-option-inner-inner{
	color: #000;
}

.attributes-cooser-item-close:hover, .attributes-cooser-item-close:active, .attributes-cooser-item-close:focus{
	opacity: 0.5;
}

.head-message{
	border-bottom: 1px solid #e9ecef;
}

.head-message.last{
	border-bottom: none;
}

.new_messages .glyphicon.fresh_messages{
	animation: new_messages 2s infinite;
}

.head-messages .nav-link:hover{
	text-decoration: none !important;
}

@keyframes new_messages {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.whited_menu_layer{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
}

.whited_menu_container{
	width: 400px;
	max-width: calc(100% - 4rem);
	padding: 2rem;
	background: #fff;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	transform: translateX(-100%);	
}

.preloader-img{
	width: 50%;
	max-width: 120px;
	height: auto;
}

.modal-save-responce .preloader-img{
	width: 50%;
	max-width: 56px;
	height: auto;	
}

.whited_menu_container.s_out{
    animation: slide-out 1s forwards;
    -webkit-animation: slide-out 0.6s forwards;		
}

.whited_menu_container.s_in{
    animation: slide-in 1s forwards;
    -webkit-animation: slide-in 0.6s forwards;		
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}
    
@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

.whited_menu_close{
	position: absolute;
	right: 15px;
	top: 8px;
	font-size: 24px;
	cursor: pointer;
}

.whited_menu_item img{
	width: 30px;
	height: auto;
	opacity: 0.5 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);		
}

.whited_menu_item p{
	color: #333;
}

.nav-tabs .nav-link{
	color: #495057;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #000;
}

.kd-documents-item{
	border-bottom: 1px solid #dee2e6;
}

#ReceiptsProductsModal .modal-dialog, #ReceiptsServicesModal .modal-dialog, #ReceiptsCostsModal .modal-dialog {
	position: absolute;
	left: -100%;
	top: 0;
	margin: 0;
	transition: left 0.3s linear;	
	max-width: 1300px;
}

#ReceiptsProductsModal.show .modal-dialog, #ReceiptsServicesModal.show .modal-dialog, #ReceiptsCostsModal.show .modal-dialog {
	left: 0;
}

.max-150 {
	max-width: 150px;
}

.modal.right .modal-dialog{
    right: 0;
    top: 0;
    position: absolute;
    margin: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;	
	justify-content: flex-end;
	background: transparent;
}

.modal.right .modal-content {
	background: transparent;
}

.modal.right .modal-content.in_progress {
	background: #fff;
	max-width: 1210px;
	width: 100%;
	min-height: 100vh;
}

.modal_mode {
	background: transparent;
	min-height: 100vh;
	margin-bottom: -10px;
}

.modal_mode #app {
	width: 100%;
	max-width: 1300px;
	background: #fff;
	padding-top: 15px;
	float: right;
	min-height: 100%;
}

#salesReportModal .modal-lg {
	max-width: 1300px;
}

#iframe-items {
	margin-top: -15px;
}

#iframe-items .pagination {
	margin-bottom: 0;
}

.modal.right .modal-body {
	padding: 0;
}

#ReceiptsProductsModal, #ReceiptsServicesModal, #ReceiptsCostsModal{
	z-index: 9999;
}

.modal.right .modal-content{
	border-radius: 0;
	min-height: 100vh;
}

.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}

.cat-sort-box, .com-sort-box, .attr-sort-box{
	padding: 0;
}	

.categories-sortable, .companies-sortable, .attributes-sortable, .pricing-sortable{
	padding-left: 0;
	list-style: none;
}

.categories-sortable ol, .companies-sortable ol, .attributes-sortable ol, .pricing-sortable ol{
	padding-left: 0;
	margin-top: 0.5rem;
}

.cat-sort-box li, .com-sort-box li, .attr-sort-box li, .pricing-sort-box li{
	padding: 7px;
	list-style-type:none;
	background: rgba(0,0,0,.05);
	margin: 0.5rem 0;
	display: block;
}

.mob-category-left.active, .mob-category-right.active{
	color: #8bc34a;
}

.mob-category-up.hiearchcality, .mob-category-down.hiearchcality{
	color: #8bc34a;
}

.categories-sortable > li > .element-sort-item > .row > .col-4.px-2 > div,
.attributes-sortable > li > .element-sort-item > .row > .col-4.px-2 > div{
	font-weight: bold;
}

li.menu-highlight{
	border: 1px dashed #8bc34a;
	background: #8bc34a url('../img/new-white.png') no-repeat center;
	background-size: 44px 44px;
	opacity: 0.4;
}

.input-group .no-radius{
	border-radius: 0 4px 4px 0 !important;
}

.modal_mode .main-box{
	margin: 0 !important;
	width: 100% !important;
}

.return_more_load_step_2 #accordion {
	max-height: 400px;
    overflow-x: hidden;	
	overflow-y: scroll;
}

.no-click, .no-click *{
	pointer-events: none;
	filter: grayscale(100%);	
}

.attribute_filter_parent{
	max-height: 340px;
	overflow-x: hidden;
	overflow-y: auto;
}

.kd-view-section .form-control, .kd-view-section .switchery{
	pointer-events: none;
	opacity: 0.8;	
	filter: grayscale(100%);
}

.products-sort-btn img, .services-sort-btn img{
	width: 15px;
	height: auto;
}

#messagesModal .card {
	border: 1px solid #ccc;
}

.product_search_results_close{
	width: 18px;
	height: auto;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 4px;
	opacity: 0.7;
}

.product_search_results{
	display: none;
	position: absolute;
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 4px #ccc;
	width: 454px;
	z-index: 1;
}

.product_search_results .btn{
	text-align: left;
	white-space: normal;
	width: 100%;
}

.form-control-date, .form-control-datetime, .form-control-datemonth, .form-control-time {
	position: relative;	
	background: url('../img/calendar.svg') no-repeat right 5px center;
	background-size: 20px 20px;
}

.form-control-datemonth {
	max-width: 140px;
}

.w-max-140 {
	max-width: 140px;
	min-width: 140px;
	width: 140px;
}

.w-300-px {
	width: 300px;
	min-width: 300px;
}

.shedule-usera-parent .doubleScroll-scroll-wrapper {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 1021;
}	

.tasks_double_scroll {
	overflow-y: hidden;
	overflow-x: auto;
}

.tasks_double_scroll::-webkit-scrollbar-track{
	background: #dee2e6;
}

.canban_tasks_list_placeholder {
	min-width: 300px;
	width: 300px;
	max-width: 300px;
	background: yellow;
	height: 100px;
	margin-right: 1rem!important;
	border: 1px solid #dee2e6!important;
	background-color: #f8f9fa!important;
	border-radius: 0.25rem;
}

.canban_image {
	width: 100px;
	position: relative;
}

.canban_image img {
	position: relative;
	z-index: 1;
}

.canban_image .canban_image_change {
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	transition: all 0.2s linear;
	font-size: 26px;
	cursor: pointer;
}

.canban_image:hover .canban_image_change {
	opacity: 1;
}

#calculator {
	border-radius: 12px !important;
	overflow: hidden !important;
}

#calculator button {
	border-radius: 0;
	font-weight: bold;
	font-size: 18px;
}