body { color: #222222; }

/* LAYOUT */
.page-content { display: flex; width: 100vw; height: 100vh; }

.page-content .page-sidebar { width: 100px; display: flex; flex-direction: column; justify-content: space-between; }
.page-content .page-sidebar .accordion-menu { width: 100%; padding: 20px 0; }
.page-content .page-sidebar .accordion-menu a { color: #ffffff; }
.page-content .page-sidebar .accordion-menu a span.menu-icon { margin-bottom: 5px; }
.page-content .page-sidebar .accordion-menu > li > a { padding: 15px 10px; }
.page-content .page-sidebar .accordion-menu > li > a > p { font-size: 12px; }
.page-content .page-sidebar .accordion-menu > li > ul { left: 100px!important; width: 240px; }
.page-content .page-sidebar .accordion-menu > li.divider { background-color: #8697b3; }
.page-content .page-sidebar .accordion-menu > li:last-of-type { justify-self: end; }
.page-content .page-sidebar .accordion-menu ul li a:hover, .menu.accordion-menu ul li.active a { background-color: transparent; }
.page-content .page-sidebar .accordion-menu ul li > a:hover, .menu.accordion-menu ul li.active > a { background-color: #34425A; }
.page-content .page-sidebar .accordion-menu ul li ul li > a:hover, .menu.accordion-menu ul li.active ul li.active > a { background-color: #34425A77; }
.page-content .page-sidebar .accordion-menu ul li a { color: #ffffff; }
.page-content .page-sidebar .accordion-menu ul li ul li a { color: #b5cfff!important; }

@media (max-height: 700px) {
	.page-content .page-sidebar .accordion-menu { padding: 10px 0; }
	.page-content .page-sidebar .accordion-menu a span.menu-icon { display: none; }
	.page-content .page-sidebar .accordion-menu > li > a { padding: 8px 10px; }
}

.page-content .page-inner { padding: 0!important; flex-grow: 1; position: relative; }
.page-content .page-inner .page-title { position: absolute; top: 0; left: 0; right: 0; padding: 15px 10px 10px 12px; background-color: #ffffff; border-color: #dddddd; box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1); z-index: 1; }
.page-content .page-inner .page-title h3 { font-size: 16px; line-height: 26px; color: #4c4c4c; font-weight: normal; }
.page-content .page-inner .page-title .buttons { margin-top: -4px; }
.page-content .page-inner .content-container { position: absolute; top: 56px; left: 0; right: 0; bottom: 56px; padding: 5px 10px; overflow-y: scroll; }
.page-content .page-inner .bottom-container { position: absolute;  left: 0; right: 0; bottom: 0; background-color: #ffffff; border-top: 1px solid #dddddd; padding: 10px; box-shadow: 0 -3px 3px -1px rgba(0, 0, 0, 0.1); }

.panel { margin: 5px 0!important; }
.panel .panel-body { padding: 10px; }
.panel-full-height { height: calc(100% - 10px); }
.panel-full-height .panel-body { height: 100%; }
.panel-full-height .table-responsive { height: 100%; overflow-x: auto; overflow-y: scroll; }
.panel-full-height form { height: 100%; display: flex; flex-direction: column; }

.paginator-container { display: flex; justify-content: space-between; align-items: center; height: 35px; }
.paginator-container .paginator-pages { display: flex; align-items: center; }
.paginator-container .paginator-pages > * { box-sizing: border-box; display: block; min-width: 20px; padding: 7px 10px; margin: 1px; text-align: center; text-decoration: none !important; cursor: pointer; color: #333 !important; border: 1px solid #eeeeee; }
.paginator-container .paginator-pages .current, .paginator-container .paginator-pages.current:hover { color: #5f5f5f!important; background-color: #f1f1f1!important; }

/* BUTTONS */
.btn { line-height: 1.55em; float: left; margin-right: 5px; }
.btn-addon i { width: 34px; height: 34px; }
.btn-xs { line-height: 19px!important; }
.pull-right .btn { margin-left: 5px; margin-right: 0; }
.input-group-btn .btn { margin-right: 0; margin-left: 0; }
.actions-small .btn { margin-right: 0; margin-left: 0; }
.alertify-buttons .btn { float: none; }

/* TABLES */
.table { border-bottom: 1px solid #dddddd!important; position: relative; margin-bottom: 0; width: auto; min-width: calc(100% - 1px); }
.table.table-fixed-header { position: relative; border-collapse: separate; }
.table.table-fixed-header > thead { position: sticky; top: 0; z-index: 1; }
.table.table-fixed-header > thead > tr >th { background-color: #ffffff; border-top: 1px solid #dddddd!important; border-left: 1px solid #eeeeee!important; border-bottom: none; vertical-align: middle; height: 41px; line-height: 1.2; }
.table.table-fixed-header > thead > tr >th:first-of-type { border-left: 1px solid #dddddd!important; }
.table.table-fixed-header > thead > tr >th:last-of-type { border-right: 1px solid #dddddd!important; }

.table > thead > tr > th { padding: 5px 5px!important; vertical-align: bottom; color: #777777; font-weight: normal; }

.table > thead > tr.filters { background-color: #f9f9f9; }
.table > thead > tr.filters td { border-left: 1px solid #eeeeee!important; padding: 0!important; border-bottom: 1px solid #ddd; box-shadow: 0 3px 1px -1px #eeeeee; }
.table > thead > tr.filters > td:first-of-type { border-left: 1px solid #dddddd!important; }
.table > thead > tr.filters > td:last-of-type { border-right: 1px solid #dddddd!important; }
.table > thead > tr.filters > td .form-control { padding: 2px 5px!important; }
.table > thead > tr.filters .btn { margin: 0; width: 100%; height: 34px; display: flex; justify-content: center; align-items: center; border: 0; }
.table > thead > tr.filters .form-control { border: none; }
.table > thead > tr.filters .select2-selection { border: none!important; padding: 8px 5px!important;  }
.table > thead > tr.filters .select2-selection * { color: #000000!important; }

.table > tbody > tr > td { padding: 2px 5px!important; height: 41px; vertical-align: middle; border-left: 1px solid #dddddd!important; line-height: 1.2; }
.table > tbody > tr > td:last-of-type { border-right: 1px solid #dddddd!important; }
.table > tbody > tr > td small { color: #999; }
.table > tbody > tr > td.actions { padding: 0!important; }
.table > tbody > tr > td.actions .btn { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; border: 0; margin-right: 0; }
.table > tbody > tr > td.actions .dropdown { width: 100%; height: 100%; }
.table > tbody > tr > td.actions .dropdown .btn { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; border: 0; }
.table > tbody > tr.row-as-link td { cursor: pointer; }
.table > tbody > tr.disabled td * { color: #aaa; }
.table.table-white  > tbody > tr > td { background-color: #ffffff; }
.table.table-hover > tbody > tr:hover { background-color: #eeeeee; }
.table.table-striped > tbody > tr:nth-of-type(odd) > td.actions .dropdown .btn { background-color: #f9f9f9; }
.table.table-hover > tbody > tr:hover > td.actions .dropdown .btn { background-color: #eeeeee; }
.table.table-striped > tbody > tr:nth-of-type(odd) > td.actions .btn { background-color: #f9f9f9; }
.table.table-hover > tbody > tr:hover > td.actions .btn { background-color: #eeeeee; }

.nav-tabs { margin-bottom: 20px; }
.nav-tabs a.has-error { color: #f25656!important; }

.slim-tabs .nav-tabs { margin-bottom: 0; }
.slim-tabs .nav-tabs > li { margin-bottom: 0; }
.slim-tabs .nav-tabs > li > a { line-height: 1.2; border-bottom: none!important; }
.slim-tabs .nav-tabs > li.active > a, .slim-tabs .nav-tabs > li.active > a:hover, .slim-tabs .nav-tabs > li.active > a:focus { background: #dddddd; font-weight: bold; color: #222222; }
.slim-tabs .tab-content { padding: 0; }

.form-group .select2-container { display: block; }
.form-group.has-error .select2-selection { border-color: #a94442!important; }
.form-group.form-label { padding-top: 7px; }

.input-group .btn { padding: 6px 12px; }
.form-control.in-table { height: 24px; padding: 2px 5px!important; margin: -2px 0; }

.move-handler { cursor: move!important; }

.text-gray { color: #777777; }

label { color: #4c4c4c; }
.form-control { color: #000000; }
.form-control-bigger { font-size: 16px; font-weight: bold; padding: 10px!important; }

.top-menu .navbar-nav > li > a { color: #4c4c4c; }

.outside-filter { float: left; }

.row-services { font-size: 85%; }
.row-services td { border-color: #eeeeee!important; }
.row-services td:first-child { padding-left: 25px!important; }
.row-services .fa-lg { font-size: 15px; padding: 0 1px; opacity: 0.7; }

.w-100p { min-width: 100%; width: 100%; }

.w-10 { width: 10px; max-width: 100%; }
.w-20 { width: 20px; max-width: 100%; }
.w-30 { width: 30px; max-width: 100%; }
.w-40 { width: 40px; max-width: 100%; }
.w-50 { width: 50px; max-width: 100%; }
.w-60 { width: 60px; max-width: 100%; }
.w-70 { width: 70px; max-width: 100%; }
.w-80 { width: 80px; max-width: 100%; }
.w-90 { width: 90px; max-width: 100%; }
.w-100 { width: 100px; max-width: 100%; }
.w-110 { width: 110px; max-width: 100%; }
.w-120 { width: 120px; max-width: 100%; }
.w-130 { width: 130px; max-width: 100%; }
.w-140 { width: 140px; max-width: 100%; }
.w-150 { width: 150px; max-width: 100%; }
.w-160 { width: 160px; max-width: 100%; }
.w-170 { width: 170px; max-width: 100%; }
.w-180 { width: 180px; max-width: 100%; }
.w-190 { width: 190px; max-width: 100%; }
.w-200 { width: 200px; max-width: 100%; }
.w-210 { width: 210px; max-width: 100%; }
.w-220 { width: 220px; max-width: 100%; }
.w-230 { width: 230px; max-width: 100%; }
.w-240 { width: 240px; max-width: 100%; }
.w-250 { width: 250px; max-width: 100%; }
.w-260 { width: 260px; max-width: 100%; }
.w-270 { width: 270px; max-width: 100%; }
.w-280 { width: 280px; max-width: 100%; }
.w-290 { width: 290px; max-width: 100%; }
.w-300 { width: 300px; max-width: 100%; }
.w-310 { width: 310px; max-width: 100%; }
.w-320 { width: 320px; max-width: 100%; }
.w-330 { width: 330px; max-width: 100%; }
.w-340 { width: 340px; max-width: 100%; }
.w-350 { width: 350px; max-width: 100%; }
.w-360 { width: 360px; max-width: 100%; }
.w-370 { width: 370px; max-width: 100%; }
.w-380 { width: 380px; max-width: 100%; }
.w-390 { width: 390px; max-width: 100%; }
.w-400 { width: 400px; max-width: 100%; }
.w-450 { width: 450px; max-width: 100%; }
.w-500 { width: 500px; max-width: 100%; }
.w-550 { width: 550px; max-width: 100%; }
.w-600 { width: 600px; max-width: 100%; }
.w-650 { width: 650px; max-width: 100%; }
.w-700 { width: 700px; max-width: 100%; }
.w-750 { width: 750px; max-width: 100%; }
.w-800 { width: 800px; max-width: 100%; }
.w-850 { width: 850px; max-width: 100%; }
.w-900 { width: 900px; max-width: 100%; }
.w-950 { width: 950px; max-width: 100%; }
.w-1000 { width: 1000px; max-width: 100%; }

@media (min-width: 1800px) {
	.w-xl-10 { width: 10px; max-width: 100%; }
	.w-xl-20 { width: 20px; max-width: 100%; }
	.w-xl-30 { width: 30px; max-width: 100%; }
	.w-xl-40 { width: 40px; max-width: 100%; }
	.w-xl-50 { width: 50px; max-width: 100%; }
	.w-xl-60 { width: 60px; max-width: 100%; }
	.w-xl-70 { width: 70px; max-width: 100%; }
	.w-xl-80 { width: 80px; max-width: 100%; }
	.w-xl-90 { width: 90px; max-width: 100%; }
	.w-xl-100 { width: 100px; max-width: 100%; }
	.w-xl-110 { width: 110px; max-width: 100%; }
	.w-xl-120 { width: 120px; max-width: 100%; }
	.w-xl-130 { width: 130px; max-width: 100%; }
	.w-xl-140 { width: 140px; max-width: 100%; }
	.w-xl-150 { width: 150px; max-width: 100%; }
	.w-xl-160 { width: 160px; max-width: 100%; }
	.w-xl-170 { width: 170px; max-width: 100%; }
	.w-xl-180 { width: 180px; max-width: 100%; }
	.w-xl-190 { width: 190px; max-width: 100%; }
	.w-xl-200 { width: 200px; max-width: 100%; }
	.w-xl-210 { width: 210px; max-width: 100%; }
	.w-xl-220 { width: 220px; max-width: 100%; }
	.w-xl-230 { width: 230px; max-width: 100%; }
	.w-xl-240 { width: 240px; max-width: 100%; }
	.w-xl-250 { width: 250px; max-width: 100%; }
	.w-xl-260 { width: 260px; max-width: 100%; }
	.w-xl-270 { width: 270px; max-width: 100%; }
	.w-xl-280 { width: 280px; max-width: 100%; }
	.w-xl-290 { width: 290px; max-width: 100%; }
	.w-xl-300 { width: 300px; max-width: 100%; }
	.w-xl-310 { width: 310px; max-width: 100%; }
	.w-xl-320 { width: 320px; max-width: 100%; }
	.w-xl-330 { width: 330px; max-width: 100%; }
	.w-xl-340 { width: 340px; max-width: 100%; }
	.w-xl-350 { width: 350px; max-width: 100%; }
	.w-xl-360 { width: 360px; max-width: 100%; }
	.w-xl-370 { width: 370px; max-width: 100%; }
	.w-xl-380 { width: 380px; max-width: 100%; }
	.w-xl-390 { width: 390px; max-width: 100%; }
	.w-xl-400 { width: 400px; max-width: 100%; }
	.w-xl-450 { width: 450px; max-width: 100%; }
	.w-xl-500 { width: 500px; max-width: 100%; }
	.w-xl-550 { width: 550px; max-width: 100%; }
	.w-xl-600 { width: 600px; max-width: 100%; }
	.w-xl-650 { width: 650px; max-width: 100%; }
	.w-xl-700 { width: 700px; max-width: 100%; }
	.w-xl-750 { width: 750px; max-width: 100%; }
	.w-xl-800 { width: 800px; max-width: 100%; }
	.w-xl-850 { width: 850px; max-width: 100%; }
	.w-xl-900 { width: 900px; max-width: 100%; }
	.w-xl-950 { width: 950px; max-width: 100%; }
	.w-xl-1000 { width: 1000px; max-width: 100%; }
}

.h-30 { height: 30px!important; }
.h-40 { height: 40px!important; }
.h-50 { height: 50px!important; }
.h-100 { height: 100px!important; }
.h-120 { height: 120px!important; }
.h-150 { height: 150px!important; }
.h-200 { height: 200px!important; }
.h-300 { height: 300px!important; }
.h-400 { height: 400px!important; }
.h-500 { height: 500px!important; }
.h-600 { height: 600px!important; }
.h-700 { height: 700px!important; }
.h-800 { height: 800px!important; }

.wp-20 { width: 20%; }
.wp-30 { width: 30%; }
.wp-40 { width: 40%; }
.wp-50 { width: 50%; }
.wp-60 { width: 60%; }
.wp-70 { width: 70%; }
.wp-80 { width: 80%; }
.wp-90 { width: 90%; }
.wp-100 { width: 100%; }

.dropzone .dz-preview .dz-image { border-radius: 0; }

.row .gallery_images_box { float: left; clear: both; margin: 0; }
.row .gallery_images_box ul { float: left; padding: 0; }
.row .gallery_images_box ul li { list-style: none; float: left; width: 150px; position: relative; background-color: #f9f9f9; margin: 0 5px 5px 0; overflow: hidden; }
.row .gallery_images_box ul li:hover { background-color: #eee; border-color: #999; }
.row .gallery_images_box ul li img { float: left; width: 100%; height: 100%; }
.row .gallery_images_box ul li input { float: left; width: 196px; border: 1px solid #aaa; padding: 2px 1px; }
.row .gallery_images_box ul li input.saved { border-color: green; }
.row .gallery_images_box ul li select { float: left; width: 200px; border: 1px solid #aaa; padding: 2px 1px; }
.row .gallery_images_box ul li select.saved { border-color: green; }
.row .gallery_images_box ul li a.far { display: none; text-align: center; position: absolute; top: 0; right: 0; width: 20px; height: 20px; color: #fff; background-color: #000; border: 1px solid #000; font-size: 12px; padding: 3px; }
.row .gallery_images_box ul li a.ico_move { right: 21px; cursor: move; }
.row .gallery_images_box ul li a.ico_crop { right: 42px; }
.row .gallery_images_box ul li a.ico_zoom { right: 21px; }
.row .gallery_images_box ul li a.ico_rotate { right: 63px; }
.row .gallery_images_box ul li a.far:hover { text-decoration: none; background-color: #fff; color: #000; }
.row .gallery_images_box ul li:hover a.far { display: block; }
.row .gallery_images_box ul li.full-width { width: 100%; }
.row .gallery_images_box ul li.small-width { width: calc(16.6% - 4px); }
.row .gallery_images_box ul li.last-in-row { margin-right: 0; }

.row .files_box { float: left; clear: both; margin: 0 20px; }
.row .files_box ul { float: left; padding: 0; }
.row .files_box ul li { list-style: none; clear: left; float: left; width: 400px; position: relative; border: 1px solid #dce1e4; background-color: #f9f9f9; margin: 0 5px 5px 0; overflow: hidden; }
.row .files_box ul li a { text-align: center; position: absolute; top: 7px; right: 7px; width: 20px; height: 20px; color: #fff; background-color: #000; border: 1px solid #000; font-size: 12px; padding: 3px; }
.row .files_box ul li a.ico_move { right: 25px; cursor: move; }
.row .files_box ul li a.ico_download { right: 50px; }
.row .files_box ul li .form-group { margin: 0 87px 0 0; }

.row .image_box { width: 300px; max-width: 100%; height: auto; position: relative; background-color: #f1f1f1; margin: 5px 0 0 0; overflow: hidden; }
.row .image_box img { width: 100%; height: auto; }
.row .image_box .image-controls  { position: absolute; top: 1px; right: 1px; }
.row .image_box .image-controls a.far { top: 0; right: 0; width: 24px; height: 24px; background-color: rgba(0, 0, 0, 0.4); color: #ffffff; line-height: 20px; text-align: center; padding: 3px 2px 2px 2px; }
.row .image_box .image-controls a.zoom { background-color: transparent !important;}
.row .image_box .image-controls a.far.ico_crop { right: 26px; }
.row .image_box .image-controls a.far.ico_rotate { right: 52px; }
.row .image_box .image-controls a.far:hover { text-decoration: none; background-color: rgba(0, 0, 0, 0.8); }

.row .image_box.image_box_wide { width: 100%; height: auto; max-height: none; }
.row .image_box.image_box_icon { width: 80px; }




.help-block { color: #999; }

.cke_chrome { -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; }

.modal-level-2 .modal-dialog { margin: 60px auto; }
.modal-level-3 .modal-dialog { margin: 90px auto; }
.modal { background-color: rgba(0, 0, 0, 0.4) }
.modal-footer .btns { border-top: 1px solid #eeeeee; padding-top: 20px; text-align: left; }

.modal-xxl {
	width: 100%;
	max-width: 90%;
}

@media (min-width: 1662px) {
	.modal-xl-2 {
		width: 1600px;
	}
}

@media (min-width: 1462px) {
	.modal-xl {
		width: 1400px;
	}
}

@media (min-width: 1262px) {
	.modal-lg-2 {
		width: 1200px;
	}
}

@media (min-width: 562px) {
	.modal-sm-2 {
		width: 500px;
	}
}

@media (min-width: 962px) {
	.modal-md {
		width: 900px;
	}
}

.address-picker-map { background-color: #f9f9f9; border: 1px solid #f1f1f1; min-height: 300px; text-align: center; position: relative; }
.address-picker-map a { color: #424242; text-decoration: none; font-size: 18px; line-height: 300px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.address-picker-modal-map { background-color: #f9f9f9; border: 1px solid #f1f1f1; min-height: 600px; }

.pac-container { z-index: 10000; }

.tooltip { z-index: 10000; }

.p-t-xxs { padding-top: 5px; }

.bold label { font-weight: bold!important; }

.multi-lines-pattern { display: none; }

.ui-front { z-index: 10000; }
.ui-widget { font-family: 'Open Sans', sans-serif; font-size: 13px; font-weight: normal; }
.ui-autocomplete .ui.menu-item { color: #666; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { color: #000!important; font-weight: normal!important; border-color: #ccc; background: none; background-color: #ddd; }

.task-icon.badge { height: 18px; width: 18px; padding-top: 4px; }

.tasks { max-height: none; }
.tasks li a .task-icon.badge { padding-top: 3px; color: #ffffff; margin-top: 1px; }
.tasks li a .task-details { margin: 0 0 0 5px; padding: 0; width: 240px; line-height: 20px; }
.tasks li a .badge { max-width: 100px; color: #666666; }

.dropdown-lg { width: 400px; }

.order-item-services { width: 100%; display: block; box-sizing: border-box; padding-left: 10px; }
.order-item-services .order-item-service { width: 100%; display: inline-block; padding: 2px 0; color: #4E5E6A!important; }

.no-text-decoration, .no-text-decoration:hover { text-decoration: none; }

.params-tree-item .open-icon { cursor: pointer; color: #707070; position: relative; top: 1px; margin-right: 5px; margin-left: 5px; }

#gps-map { height: 500px; }

.select2-dropdown { min-width: max-content !important; min-width: -moz-max-content !important; }
.select2-results__options { padding-right: 20px; }
.select2-results__option { position: relative; width: calc(100% + 20px); }

.picker-modal-scroll { height: calc(90vh - 250px); margin-bottom: 20px; }
.picker-modal-scroll .table-responsive { height: 100%; overflow-x: auto; overflow-y: scroll; }
.picker-modal-scroll form { height: 100%; display: flex; flex-direction: column; }

.form-part { border: 1px solid #dddddd; margin-bottom: 10px; background-color: #fafafa; }
.form-part.form-part-white { background-color: #ffffff; }
.form-part h3 { background-color: #dddddd; padding: 10px 15px; font-size: 13px; margin-top: 0; margin-bottom: 0; min-height: 36px; }
.form-part h3 i { margin-right: 5px; }
.form-part h3 input { margin-top: 0; }
.form-part h3 label { color: #222222; font-weight: bold; margin-bottom: 0; }
.form-part h3 .form-part-buttons { float: right; margin-top: -10px; padding: 3px 0; }
.form-part h3 .form-part-buttons .btn { padding: 3px 8px; margin-right: 0; margin-left: 5px; }
.form-part-content { padding: 15px 15px 10px 15px; }

.quick-create { position: absolute; top: 0; right: 15px; color: #cccccc; }

.m-b-no { margin-bottom: 0 !important; }
.m-t-no { margin-top: 0 !important; }
.m-r-no { margin-right: 0 !important; }
.m-l-no { margin-left: 0 !important; }

.select2 { width: 100% !important; }
.select2-container--default .select2-results__option[aria-disabled=true] {
	display: none;
}

.select-tree_dependence { margin-top: -20px; }
.select-tree_dependence .form-group { margin-top: 20px; }

.label-detail { color: #000; width: 100%; font-size: 12px; float: left; clear: both; margin-bottom: 4px; }
.value-detail { font-size: 16px; font-weight: bold; }

.thumb-container { margin: -5px; }
.thumb { width: 33.33%; box-sizing: border-box; padding: 5px; float: left; }
.thumb img { width: 100%; border: 1px solid #dddddd; }
.thumb-main { width: 100%; }
.thumb-none { width: 100%; }
.thumb-none div { border: 1px solid #dddddd; height: 250px; position: relative; }
.thumb-none div i { position: absolute; top: 50%; left: 50%; font-size: 80px; color: #dddddd; width: 100px; margin-left: -50px; text-align: center; margin-top: -40px; }



.tooltip { z-index: 99999; }

select[readonly].select2-hidden-accessible + .select2.select2-container {
	pointer-events: none;
	touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2 .select2-selection {
	background-color: #eee !important;
	box-shadow: none !important;
}
select[readonly].select2-hidden-accessible + .select2 .select2-selection__arrow,.select2 .select2-selection__clear {
	display: none !important;
}

.panel-collapse.collapse-gray { background: #f6f3f3; }

.row {
	margin-right: -5px;
	margin-left: -5px;
}

.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
	padding-right: 5px;
	padding-left: 5px;
}



.settings-panel{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.in-bl{
	display: inline-block;
}

.package-items td{
	color: #999;
	font-size: 85%;
}

ul.compact-list { padding-left: 0; margin-bottom: 0; }
ul.compact-list li { list-style: none; }

.alert { margin-bottom: 10px; }
.alert.m-b-md { margin-bottom: 15px; }
.alert-default { background-color: #eeeeee; }

.row-links { margin-top: 15px; }

.info-box .info-box-icon i { color: #dddddd; }
.info-box .info-box-stats span.info-box-title { margin-bottom: 0; }

/* responsivity */
@media (max-width: 768px) {
	.row { margin-right: -3px; margin-left: -3px; }
	[class*="col-"] { padding-left: 3px; padding-right: 3px; }

	body { font-size: 12px; }
	.navbar, .topmenu-outer, .navbar .logo-box { height: 40px; min-height: 40px; }
	.navbar .logo-box .logo-text { line-height: 40px; font-size: 18px; }
	.push-sidebar { padding: 10px 18px; }
	.menu.accordion-menu { width: 160px; }
	.menu.accordion-menu a { padding: 10px; }
	.page-header-fixed .page-sidebar {padding-top: 40px; }
	.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner { padding-top: 40px; }
	.hover-menu:not(.page-horizontal-bar) .accordion-menu > li > ul { left: 160px; width: 200px; }
	.page-title { padding: 10px 10px 5px 10px; }
	.page-title h3 { font-size: 20px; }
	#main-wrapper { margin: 5px; }
	.panel { margin-bottom: 5px; }
	.panel .panel-body { padding: 5px; }
	.btn { font-size: 12px; padding: 4px 8px; }
	.btn-group.pull-right { float: left!important; }
	#chart { display: none!important; }

	.info-box .info-box-stats p { font-size: 18px; margin-bottom: 5px; }
	.info-box .info-box-icon { display: none; }
	.info-box .info-box-progress { display: none; }
}

table thead th .fa-long-arrow-alt-up, .table thead th .fa-long-arrow-alt-down { width: 8px; }

#packeta-iframe-wrap { max-width: 90%!important; }

.btn-disabled{
	background-color: #eee !important;
}

/* alertify */
.alertify { border-radius: 0; border: none; }
.alertify-cover { background-color: #000; opacity: 0.5!important; -ms-filter:alpha(Opacity=50)!important; filter:alpha(opacity=50)!important; }
.alertify-logs { width: 600px; max-width: 100%; top: 5px; left: 50%; transform: translateX(-50%); }
.alertify-log { text-align: center; right: 0; opacity: 1; transform: translate(0, -100%); transition: all 300ms; line-height: 16px; margin-top: 0; border-radius: 23px; }
.alertify-log-show { transform: translateY(0); }
.alertify-log-hide { transform: translate(0, -100%); }


.badge-filters { padding-top: 6px; }
.badge-filters .badge { height: 22px; font-size: 12px!important; line-height: 14px!important; padding: 3px 10px!important; }
.badge-inactive { background-color: transparent!important; color: #777777!important; }

.labels-dots { margin-top: -2px; }
.labels-dots i { font-size: 8px; line-height: 12px; width: 8px!important; }

.select2-dropdown { padding: 6px!important; }
.input-group-addon { border-radius: 0; border-color: #dddddd; background-color: #fafafa; }

.visible-xl { display: none!important; }
.visible-xxl { display: none!important; }

@media (min-width: 1600px) {
	.visible-xl { display: block; }
	th.visible-xl, td.visible-xl { display: table-cell!important; }
}

@media (min-width: 1800px) {
	.visible-xxl { display: block; }
	th.visible-xxl, td.visible-xxl { display: table-cell!important; }
}

.filters-container > .row{ margin: 15px 10px 10px 10px;}
.filters-container { display: none; background: #fafafa; }
.filters-container.filters-open { display: block; }
.filters-container .inner { margin: 15px 10px 15px 10px; }

.import-export-container > .row{ margin: 15px 10px 10px 10px;}
.import-export-container { display: none; background: #fafafa; }
.import-export-container .inner { margin: 15px 10px 15px 10px; }

.bulk-events-container { display: none; background: #fafafa; }
.bulk-events-container > .row { margin: 15px 10px 10px 10px; }

.feeds-container { display: none; background: #fafafa; }
.feeds-container > .row { margin: 15px 10px 10px 10px; }

.tr-variant, .tr-configurator-param { font-size: 11px; display: none; }
.tr-variant, .tr-configurator-param td { padding-top: 4px!important; padding-bottom: 4px!important; }

.text-gray { color: #999; }
.text-dark { color: #333; }

.mr-0{
	margin-right: 0 !important;
}

td small.pull-left { width: 100%; margin-top: 3px; }

table div.checker { margin-right: 0; }

.input-group-addon { font-size: 13px; }
h4 { margin-top: 20px; margin-bottom: 20px; }



.modal-header { background: #dddddd; }
.modal-header h4 { margin-top: 0; margin-bottom: 0; }
.modal .tab-content { border: none; }
.modal-header + .modal-body { margin-top: 20px; }

.modal-xl { width: 95%; max-width: 1400px; }
.modal-xl .col-xl-10 { width: 100%; }
.modal-xl .col-xl-4 { width: 50%; }

.dz-images-box-select .dz-image-box { width: 150px; height: 183px; margin: 4px; }
.dz-images-box-select .dz-image-box .dz-image { width: 150px; height: 150px; }
.dz-images-box-select .dz-input { height: 34px; text-align: center; }

.help-block { margin-bottom: 20px; }

.dropdown-submenu:hover > ul.dropdown-menu {
	display: block;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu-left > .dropdown-menu {
	top: 0;
	left: 0;
	margin-top: -1px;
	transform: translateX(-100%);
}
.dropdown-submenu-left > .dropdown-menu:before,
.dropdown-submenu-left > .dropdown-menu:after,
.dropdown-menu-no-arrow:before,
.dropdown-menu-no-arrow:after {
	content: none;
}
.dropdown-menu-no-arrow {
	margin-top: 0;
}

.permissions-checkboxes .permissions-group { padding: 10px 15px; background-color: #f1f1f1; }
.permissions-items { padding: 10px 15px; }

.btn-addon i { background-color: rgba(0, 0, 0, 0.05); }



.badge { margin-top: -3px; font-size: 12px!important; line-height: 12px; padding: 3px 10px 3px 10px!important; height: 18px; }

.table > tbody > tr > td.td-image { padding: 1px 1px!important; }
.table > tbody > tr > td.td-image img { max-width: 100%; }

input[type=checkbox] { height: 14px; width: 14px; display: inline-block; margin-right: 5px; }
table input[type=checkbox] { margin-right: 0; }

.colorpicker { z-index: 10000; }

.bulk-head-checkbox{
	text-align: center;
	padding-top: 5px;
}
.dz-container .dropzone{
	min-height: 100px;
}
.dz-container .dz-clickable { border: 1px solid #dce1e4; padding: 0; text-align: center; background-color: #ffffff; color: #666666; cursor: pointer; }
.dz-container .dz-clickable:hover { background-color: #f1f1f1; }
.dz-container .dz-clickable p { margin-bottom: 5px; }

.dz-container .dz-images-box { margin: 10px -5px 0 -5px; }
.dz-container .dz-images-box .dz-image-box { display: inline-block; width: 300px; height: 300px; margin: 5px; position: relative; }
.dz-container .dz-images-box .dz-image-box .dz-image { width: 300px; height: 300px; position: absolute; top: 0; left: 0; overflow: hidden; border: 1px solid #dce1e4; }
.dz-container .dz-images-box .dz-image-box .dz-image img { position: absolute; top: 50%; left: 50%; height: 100%; width: auto; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.dz-container .dz-images-box .dz-image-box .dz-image.portrait img { width: 100%; height: auto; }
.dz-container .dz-images-box .dz-image-box .dz-buttons { position: absolute; top: 1px; right: 1px; }
.dz-container .dz-images-box .dz-image-box .dz-buttons .far { width: 24px; height: 24px; background-color: rgba(0, 0, 0, 0.4); color: #ffffff; line-height: 20px; text-align: center; padding: 3px 2px 2px 2px; float: left; margin-left: 2px; }
.dz-container .dz-images-box .dz-image-box .dz-buttons .far:hover { text-decoration: none; background-color: rgba(0, 0, 0, 0.8); }
.dz-container .dz-images-box .dz-image-box .dz-buttons .far.dz-move { cursor: move; }
.dz-container .dz-images-box .dz-input { position: absolute; bottom: 0; left: 0; width: 100%; }

.dz-container .dz-files-box { margin-top: 10px; }
.dz-container .dz-files-box .dz-file-box { margin-top: 10px; }
.dz-container .dz-files-box .dz-file-box .dz-move { cursor: move; }

.dz-container .gallery_images_box{
	width: 100%;
}

.has-success .input-group-btn .btn{
	border-color: #3c763d;
}
.select2-hidden-accessible {
	border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0!important; position: absolute!important; width: 1px!important;
}

.ico_del.text-danger{
	color: #f25656 !important; /*.text-danger*/
}

.modal-footer .btn + .btn {
	margin-left: 0;
}

.dropzone .dz-message { margin: 3em 0; }


.hidden-input-for-validation{
	margin-bottom: 0px;
}
.hidden-input-for-validation input{
	opacity: 0;
	height: 0;
	position: absolute;
	width: 0;
}
.hidden-input-for-validation .help-block{
	margin-top: 0px;
}


.rating-input{
	margin-bottom: 15px;
	display: inline-block;
}
.rating-input input{
	display: none;
}
.rating-input a{
	color: #bdbdbd;
	font-size: 23px;
	transition: 0.1s;
}
.rating-input a.selected{
	color: #efbd56;
}
.rating-input a.no-hover{
	color: #d5d6d8 !important;
}
.rating-input a.selected.hover, .rating-input a.hover{
	color: #cea047;
}
.text-gold{
	color: #efbd56;
}

.ui-tooltip {
	/* tooltip container box */
	white-space: pre-line;
}

.ui-tooltip-content {
	/* tooltip content */
	white-space: pre-line;
}


.multiplicator-pattern {
	display: none;
}

.multiplicator .input-set{
	width: calc(100% - 40px) !important;
	margin-left: 20px;
}
.multiplicator.with-selects .select2{
	width: calc(100% - 40px) !important;
	margin-left: 20px;
}


.multiplicator .multiplicator-remove{
	position: relative;
	float: right;
	top: 30px;
}
.multiplicator.with-selects .multiplicator-remove{
	bottom: 27px;
	top: auto;
}


.multiplicator .move-handler{
	position: relative;
	float: left;
	top: 30px;
}
.multiplicator.with-selects .move-handler{
	bottom: 27px;
	top: auto;
}

.b-gray{
	border-color: #dddddd;
}


.content-list .content-blocks-section{
	border-color: #dddddd;
}
.content-list .content-blocks-blocks{
	min-height: 50px; padding: 10px 10px 0 10px; border: 1px dashed #eeeeee;
}
.content-list .content-blocks-blocks .content-blocks-block{
	background-color: #fafafa; border-color: #dddddd;
}
.content-list .content-blocks-blocks label.content-blocks-block{
	cursor: pointer;
}
.content-list .content-blocks-blocks label.content-blocks-block .content-block-name{
	margin-bottom: 0;
	padding-left: 26px;
}
.content-list .content-blocks-blocks label.content-blocks-block .content-block-name input{
	position: absolute; left: 5px; margin-top: 2px;
}

.content-blocks-sections .content-blocks-blocks .content-blocks-block{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-blocks-sections .content-blocks-blocks .content-blocks-block .content-block-row-info{
	display: flex;
	align-items: center;
}
.content-blocks-sections .content-blocks-blocks .content-blocks-block .content-block-row-info small{
	color: #777777;
}

.panel-info.light .panel-heading { background: #d3e6f0;color: #31708f; padding: 15px 20px 15px 20px; height: 45px;}
.panel.configurator .panel-body { padding: 10px;}
.panel.configurator { margin-bottom: 20px;}
.panel.configurator .configurator-item { width: 19%; height: auto; min-height: 80px; position: relative; background-color: #f1f1f1; margin-top: 5px; padding: 1px; overflow: hidden; display: inline-block; vertical-align: middle; text-align: center; font-size: 10px; cursor: pointer;}
.panel.configurator .configurator-item:hover { background-color: #d4d4d4;}
.panel.configurator .configurator-item .name { position: absolute; top: 50%; transform: translateY(-50%); width: 100%;}
.panel.configurator .configurator-item img { width: 100%; height: 100%; }
.panel.configurator .configurator-item input.quantity { width: calc(100% - 10px); left: 5px; position: absolute; bottom: 5px; height: 20px; padding: 0 2px 0 2px !important; opacity: 0.8;}
.panel.configurator .configurator-item input[type="checkbox"] { position: absolute; right: 0; width: 18px; height: 18px; opacity: 0.8; }


.label.label-default{
	color: #777;
}

.treegrid-indent { display: inline-block; }
.treegrid-expander { padding: 2px 5px 3px; margin-left: -23px; cursor: pointer; }
.treegrid-expander-disabled { opacity: 0.1; cursor: auto; visibility: hidden; }



.select2-container--default .select2-selection--multiple {
	height: auto!important;
	padding: 3px 10px!important;
	min-height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-top: 1px!important;
	margin-bottom: 0;
}

table.table-compact .select2-container--default .select2-selection--multiple {
	height: auto!important;
}

table.table-compact .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-bottom: 5px;
}

.table > tbody > tr.tr-total > td { background-color: rgba(255, 255, 0, 0.1); }


.mld-control-flag { margin: 0 0 0 10px; background-color: rgba(170, 170, 170, 0.2); border: 1px solid #aaaaaa; width: 32px!important; height: 31px; margin-top: -1px; }
.mld-control-flag[disabled='disabled'] { border-color: #22BAA0; }
.mld-control-flag[active='1'] { border-color: #22BAA0; background-color: rgba(34, 186, 160, 0.2); }
.mld-control-flag i {  }

.translatable-container { margin-bottom: 20px; }
.translatable-container .form-group { margin-bottom: 5px; }
.translatable-container .input-group-addon { width: 42px; }
.translatable-container .flag-icon { width: 16px; }
.translatable-container .nav-tabs { margin-bottom: 0; border-bottom: 0; }
.translatable-container .nav-tabs li { background-color: #eeeeee; width: 80px; display: flex; justify-content: center; align-items: center; border: 1px solid #dddddd; margin-right: -1px; }
.translatable-container .nav-tabs li a { display: flex; justify-content: center; }
.translatable-container .nav-tabs li.active { background-color: #fff; }
.translatable-container .nav-tabs li:first-child.active { border-left-color: #ddd !important; }
.translatable-container .nav-tabs li.active a { border: 0 !important; border-bottom: 1px solid transparent !important; }
.translatable-container .nav-tabs li input[type=checkbox] { margin-top: 0; }
.translatable-container .nav-tabs li a { text-align: center; background-color: transparent; margin-right: 0; width: 100%; float: right; border: 0 !important; border-bottom: 1px solid transparent !important; }
.translatable-container .nav-tabs li span.auto-translate { float: left; width: 30px; padding-left: 15px; }
.translatable-container .nav-tabs li span + a { justify-content: start; width: 45px; padding-left: 10px; }
.translatable-container .tab-content { padding: 0; }

.mld-control .mld-control-flag img { width: 16px; }


.form-group.has-error .form-control { border-color: #a94442; background-color: #ffebeb; }
.form-group.has-error .form-control:focus { border-color: #a94442; background-color: #ffebeb; }

.table-compact .form-control.has-error { border-color: #a94442; background-color: #ffebeb; }
.table-compact .form-control.has-error:focus { border-color: #a94442; background-color: #ffebeb; }
.table-compact span.help-block.text-danger { display: none; }

.service-order-job-category { margin-bottom: 6px; }
.service-order-job-category-name { padding: 10px; background-color: #eeeeee; cursor: pointer; display: block; color: #222222; text-decoration: none; transition: background-color 200ms; }
.service-order-job-category-name:hover { background-color: #dddddd; color: #222222; text-decoration: none; }
.service-order-job-category-jobs { display: none; padding: 0 10px 10px 10px; }
.service-order-job-category-jobs .table { border: none; margin-bottom: 0; border-bottom: none!important; }
.service-order-job-category-jobs .table > tbody > tr > td { border: none!important; }
.service-order-job-category-jobs .table > tbody > tr > td { border-bottom: 1px solid #eeeeee!important; }
.service-order-job-category-jobs .table > tbody > tr:last-of-type > td { border-bottom: none!important; }
.service-order-job-category-job.is-active td { background-color: #1DB198; color: #ffffff; }

.service-activities { position: fixed; bottom: 0; left: 190px; z-index: 1; }
.service-activities .service-activity { float: left; margin: 0 10px 10px 0; background-color: #d90000; border-radius: 4px; padding: 10px 15px; color: #ffffff; font-size: 12px; line-height: 1.6; box-shadow: 3px 3px 5px #00000022; }
.service-activities .service-activity:hover { text-decoration: none; }
.service-activities .service-activity-order { font-size: 11px; }

.color-dot { position: relative; display: inline-block; margin-bottom: -3px; margin-right: 10px; margin-left: 5px; width: 24px; height: 16px; overflow: hidden; box-shadow: 0 0 10px #999999; }
.color-dot-second { position: absolute; top: 0; left: 12px; width: 12px; height: 16px; }

#technology-price-list .technology-variant { width: 100px; min-width: 100px; }
#technology-price-list .technology-unit { width: 60px; min-width: 60px; }
#technology-price-list td input { text-align: right; }

.buttons-separated { padding-right: 15px; margin-right: 10px; border-right: 1px solid #dddddd; }

.action-icons a { color: #777777; margin-right: 5px; }

.dropzone-component .form-group { margin-bottom: 0; margin-top: 5px; }

.row-flex { display: flex; }

.border-divider-left { border-left: 1px solid #dddddd; margin-left: 10px; padding-left: 20px; height: 100%; }

.address-map-control { height: 100%; display: flex; flex-direction: column; }
.address-map-control .address-map-container { flex-grow: 1; background-color: #eeeeee; }

.badge-order-state-11 { background-color: #ffcd24; color: #ffffff; }
.badge-order-state-12 { background-color: #0058cc; color: #ffffff; }
.badge-order-state-13 { background-color: #45b000; color: #ffffff; }
.badge-order-state-14 { background-color: #838383; color: #ffffff; }
.badge-order-state-15 { background-color: #ff0000; color: #ffffff; }

.xdsoft_datetimepicker { padding: 10px 10px 10px 5px; border-color: #bdc5c9; }
.xdsoft_datetimepicker .xdsoft_datepicker { margin-left: 5px; width: 250px; }
.xdsoft_datetimepicker .xdsoft_calendar th { background-color: #ffffff; font-weight: normal; }
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th { height: 30px; text-align: center; }
.xdsoft_datetimepicker .xdsoft_calendar td > div { padding: 0; }
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div { color: #666!important; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover { background-color: #dddddd!important; color: #666!important; }
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current { background-color: #22BAA0!important; color: #ffffff!important; box-shadow: none; border-color: #22BAA0!important; }
.xdsoft_time_box { border-color: #dddddd; }
.xdsoft_datetimepicker .xdsoft_timepicker { margin-bottom: 0!important; }
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box { height: 160px!important; }
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled { opacity: 0.3; }

.select2-selection__rendered { color: #000000!important; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 32px; }

.transport-points-container { display: flex; flex-direction: column; width: 100%; padding: 10px; }
.transport-points {  }
.transport-point { border: 2px solid #999999; transition: all 200ms; }
.transport-point .transport-point-top { display: flex; justify-content: space-between; width: 100%; background-color: #999999; color: #ffffff; height: 36px; align-items: center; padding: 0 10px; font-weight: bold; transition: all 200ms; }
.transport-point .transport-point-top .transport-point-top-left i { margin-right: 10px; padding: 0 5px; }
.transport-point .transport-point-top-buttons a { color: #ffffff; width: 16px; text-align: center; display: inline-block; margin-left: 10px; }
.transport-point .transport-point-info { display: flex; width: 100%; padding: 10px 0; }
.transport-point .transport-point-info .transport-point-left { flex-basis: 280px; padding: 0 10px; }
.transport-point .transport-point-info .transport-point-center { flex-basis: 304px; padding: 0 10px; }
.transport-point .transport-point-info .transport-point-center img { width: 100%; height: auto; }
.transport-point .transport-point-info .transport-point-right { padding: 0 10px; flex-grow: 1; }
.transport-point span.grey { color: #999999; }
.transport-point span.list { display: inline-block; width: 100px; }
.transport-point-cargo { border: 1px solid #dddddd; padding: 5px 5px 5px 10px; margin-bottom: 5px; display: flex; }
.transport-point-cargo .transport-point-cargo-icons { width: 30px; margin: -5px 10px -5px -10px; display: flex; justify-content: center; align-items: center; }
.transport-point-cargo .transport-point-cargo-icons i { width: 16px; text-align: center; }
.transport-point-cargo.transport-point-cargo-direction-1 { border-color: #22BAA0; }
.transport-point-cargo.transport-point-cargo-direction-1 .transport-point-cargo-icons { background-color: #22BAA0; color: #ffffff; }
.transport-point-cargo.transport-point-cargo-direction-2 { border-color: #f25656; }
.transport-point-cargo.transport-point-cargo-direction-2 .transport-point-cargo-icons { background-color: #f25656; color: #ffffff; }
.transport-point-cargo .transport-point-cargo-info { flex-grow: 1; display: flex; flex-direction: column; }
.transport-point-cargo .transport-point-cargo-top { display: flex;justify-content: space-between; }
.transport-point-cargo .transport-point-cargo-bottom { font-style: italic; color: #999999; }
.transport-point-cargo .transport-point-cargo-count { flex-grow: 1; }
.transport-point-cargo .transport-point-cargo-weight { text-align: right; width: 100px; }
.transport-point-cargo .transport-point-cargo-buttons { text-align: right; width: 60px; }
.transport-point-cargo .transport-point-cargo-buttons a { width: 16px; text-align: center; display: inline-block; }
.transport-point-between { padding: 10px; margin-top: 2px; display: flex; }
.transport-point-between-icons { width: 16px; }
.transport-point-between-icons i { font-size: 20px; color: #999999; }
.transport-point-between-info { color: #999999; }
.transport-point-after { padding: 10px 5px; margin-top: 2px; display: flex; }
.transport-point-add { display: flex; justify-content: center; align-items: center; height: 100px; background-color: #fafafa; color: #999999; border: 1px solid #dddddd; font-size: 15px; text-decoration: none; transition: all 200ms; }
.transport-point-add:hover { background-color: #eeeeee; }
.transport-point:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); border-color: #666666; }
.transport-point:hover .transport-point-top { background-color: #666666; }
.transport-point .alert { padding-top: 4px; padding-bottom: 4px; margin-bottom: 5px; }
.transport-point-cargo-definition-container .alert { padding-top: 4px; padding-bottom: 4px; margin-bottom: 5px; }

a.text-gray { color: #999999; text-decoration: none; transition: color 200ms; }
a.text-gray:hover { color: #666666; }

h4.with-background { background-color: #cccccc; padding: 10px; }

.block-as-link { cursor: pointer; }