@charset "UTF-8";


body {
	font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,sans-serif;
}

/** CARD **/
.card-header {
	padding: 1.25rem 2.25rem;
	margin-bottom: 0;
	background-color: #ffffff;
	border-bottom: 1px solid #ECF0F3;
}
.card-title {
    margin-bottom: 0.5rem;
}

.card.card-custom > .card-header {
   min-height: 50px;
}

.modal-body {
   padding: 1.0rem;
}

.table {
   color: #333 !important;
}

/** **/
.bg_grey_1 {
	background: #595d6e;
	color:#fff;
}
.bg_grey_2 {
	background: #757987;
	color:#fff;
}
.bg_grey_3 {
	background: #9A9CA6;
	color:#fff;
}
.bg_grey_4 {
	background: #9698A2;
	color:#fff;
}
.bg_grey_5 {
	background: #C5C7CB;
	color:#333333;
}

.btn-primary {
  color: #fff;
  background-color: #00929b;
  border-color: #00929b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00777D;
    border-color: #005C60; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00777D;
    border-color: #005C60;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00929b;
    border-color: #00929b; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005C60;
    border-color: #00929b; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(113, 126, 226, 0.5); }

.form_grey {
	background: #f2f3f7;
}

.full_modal-dialog {
	position: fixed;
	margin:1%;
	width: 98% !important;
	height: 98% !important;
	min-width: 98% !important;
	min-height: 98% !important;
	max-width: 98% !important;
	max-height: 98% !important;
	padding: 0 !important;
}

.full_modal-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 99% !important;
	min-height: 99% !important;
	max-height: 99% !important;
}

.full_modal-dialog .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border: 0;
}
.full_modal-dialog .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}

.full_modal-dialog .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

.nav-tabs {
	margin: 0px;
}
.tab-pane{
	/* border:1px solid #dee2e6; */
	/* border-top: 0; */
	/* background:#fff;*/
	padding:10px;
	margin-top: 0px;
}
.tab-pane-non-bordered {
	border:none !important;
}
.form-group {
    margin-bottom: 2px;
}

.form-control {
	height: calc(1.1em + 1.3rem + 2px);
}

/** MODAL **/
.modal.fade.top:not(.show) .modal-dialog {
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0)
}

.modal.fade.left:not(.show) .modal-dialog {
	-webkit-transform: translate3d(-25%, 0, 0);
	transform: translate3d(-25%, 0, 0)
}

.modal.fade.right:not(.show) .modal-dialog {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0)
}

.modal.fade.bottom:not(.show) .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0)
}

.modal .modal-full-height .modal-body {
  width: 100%;
  overflow: auto;
}

@media(min-width:992px) {
	.modal.modal-scrolling {
		position: relative
	}
	.modal.modal-scrolling .modal-dialog {
		position: fixed;
		z-index: 1050
	}
	.modal.modal-content-clickable {
		top: auto;
		bottom: auto
	}
	.modal.modal-content-clickable .modal-dialog {
		position: fixed
	}
	.modal .modal-fluid {
		width: 100%;
		max-width: 100%
	}
	.modal .modal-fluid .modal-content {
		width: 100%
	}
	.modal .modal-frame {
		position: absolute;
		width: 100%;
		max-width: 100% !important;
		margin: 0 !important
	}
	.modal .modal-frame.modal-bottom {
		bottom: 0
	}
	.modal .modal-full-height {
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 500px;
		height: auto;
		min-height: 100%;
		margin: 0
	}
	.modal .modal-full-height.modal-top,
	.modal .modal-full-height.modal-bottom {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto
	}
	.modal .modal-full-height.modal-top {
		bottom: auto
	}
	.modal .modal-full-height.modal-bottom {
		top: auto;
		min-height: 0
	}
	.modal .modal-full-height .modal-content {
		width: 100%;
	}
	.modal .modal-full-height.modal-lg {
		width: 90%;
		max-width: 90%
	}
	.modal .modal-full-height.modal-xl {
		width: 95%;
		max-width: 95%
	}
}
/* overflow: auto; */

@media(min-width:992px) and (min-width:992px) {
	.modal .modal-full-height.modal-lg {
		width: 800px;
		max-width: 800px
	}
}

@media(min-width:992px) and (min-width:1200px) {
	.modal .modal-full-height.modal-lg {
		width: 1000px;
		max-width: 1000px
	}
}

@media (min-width:1399px) {
	.modal .modal-full-height.modal-xl {
		width: 1140px;
		max-width: 1140px
	}
}

@media (min-width:1400px) {
	.modal .modal-full-height.modal-xl {
		width: 1299px;
		max-width: 1299px
	}
}

@media(min-width:768px) {
	.modal .modal-dialog.modal-top {
		top: 0
	}
	.modal .modal-dialog.modal-left {
		left: 0
	}
	.modal .modal-dialog.modal-right {
		right: 0
	}
	.modal .modal-dialog.modal-bottom {
		bottom: 0
	}
	.modal .modal-dialog.modal-top-left {
		top: 10px;
		left: 10px
	}
	.modal .modal-dialog.modal-top-right {
		top: 10px;
		right: 10px
	}
	.modal .modal-dialog.modal-bottom-left {
		bottom: 10px;
		left: 10px
	}
	.modal .modal-dialog.modal-bottom-right {
		right: 10px;
		bottom: 10px
	}
}
table td .dx-button-has-icon .dx-button-content {
	padding: 3px;
}
.select2-link {
	padding: 10px 15px;
   background: #d6d3d3;
	cursor: pointer
}

.input-group-text {
    padding: 0.55rem 1rem !important;
}

table td {
   vertical-align: middle !important;
}

.dx-overlay-shader {
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.dx-popup-title {
	background: rgba(116, 120, 141, 0.50)  !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #495057;
   font-weight: 400;
}

.kt-portlet__addilab {
	background: #dee1ea;
	min-height: 50px !important;
}

.form-control {
	color: #333 !important;
}
.dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 3px !important;
}
.kt-valign-middle {
    vertical-align: middle !important;
}

.report_result_category td {
	font-weight: 500;
	background: #ebedf2;
	background-color: #ebedf2;
   border-color: #ebedf2;
}

td.highlight {
    background-color: #ffa8005c !important;
	 color: #333 !important;
}

.table-striped tbody tr:nth-of-type(odd) td.highlight {
    background-color: #ffa8003b !important;
	 color: #333 !important;
}
.table-striped tbody tr:nth-of-type(even) td.highlight {
    background-color: #ffa8005c !important;
	 color: #333 !important;
}

.table-striped tbody tr:nth-of-type(selected) td.highlight {
    background-color: #B3BED1 !important;
	 color: #333 !important;
}
.dxc-tooltip {
	z-index:9999;
}
.state-tooltip .caption {
    font-weight: 500;
}

td.value_changed {
	background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTQuMDc4IDcuMDYxbDIuODYxIDIuODYyLTEwLjc5OSAxMC43OTgtMy41ODQuNzIzLjcyNC0zLjU4NSAxMC43OTgtMTAuNzk4em0wLTIuODI5bC0xMi42NCAxMi42NC0xLjQzOCA3LjEyOCA3LjEyNy0xLjQzOCAxMi42NDItMTIuNjQtNS42OTEtNS42OXptNy4xMDUgNC4yNzdsMi44MTctMi44Mi01LjY5MS01LjY4OS0yLjgxNiAyLjgxNyA1LjY5IDUuNjkyeiIvPjwvc3ZnPg==') #ffffff no-repeat center right 0.5rem/calc(0.75em + 0.65rem) calc(0.5em + 0.45rem);
	
}

.custom-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-item > .custom-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.custom-item > .custom-item-icon i {
   line-height: 0;
   vertical-align: middle;
   font-size: 2.5rem!important;
}

.custom-item > .custom-item-class {
	color: #74788d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
}



.custom-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-field > .custom-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40px;
	flex: 0 0 40px;
}

.custom-field > .custom-item-icon i {
   line-height: 0;
   vertical-align: middle;
   font-size: 1.5rem!important;
}

.custom-field > .custom-item-class {
	color: #74788d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0;
	font-size: 1rem;
	font-weight: 400;
}

.modal .modal-header {
	background-color: var(--bs-gray-400);
}

.modal .modal-body {
	background-color: var(--bs-gray-200);
}

/*
.dx-button-mode-contained {
	background-color: #EEEEEE;
	border-color: #E0E0E0;
	color: #333;
}
*/
.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 5px;
}
i {
    font-size: 1.25rem;
    color: #333333;
}

.cursor-pointer {
  cursor: pointer;
}

.dx-datagrid-rowsview .dx-row > .dx-master-detail-cell {
    padding: 0px;
}

.font-strikethrough {
    text-decoration: line-through;
}
.font-italic {
    font-style: italic;
}
.font-underline {
   text-decoration: underline;
}
.dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 0 !important;
}
.dx-datagrid-header-panel {
    border-bottom: 1px solid #ddd;
    padding: 2px;
}
.dx-fileuploader-wrapper {
   padding: 7px;
}

.dx-datagrid .dx-data-row > td.bullet {
    padding-top: 0;
    padding-bottom: 0;
}
.dx-form-group-caption {
    font-size: 16px;
}
.dx-badge {
	margin: 5px;
}

.dx-layout-manager .dx-tabpanel .dx-multiview-item-content {
    padding: 10px;
}

.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-warning-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-warning-o-50,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-warning-o-50,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-warning-o-50,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-warning-o-50 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-success-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-success-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-primary-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-primary-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > td.bg-danger-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused) > tr > td.bg-danger-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > td.bg-danger-o-40,
.dx-datagrid-rowsview .dx-selection.dx-row:not(.dx-row-focused):hover > tr > td.bg-danger-o-40 {
    background-color: rgba(0,146,155,.7) !important;
    color: #fff;
}

.table-top-currencies>tbody>tr>td, .table-top-currencies>tbody>tr>th, .table-top-currencies>tfoot>tr>td, .table-top-currencies>tfoot>tr>th, .table-top-currencies>thead>tr>td, .table-top-currencies>thead>tr>th {
	padding: 0.5px 3.5px;
	border-collapse: collapse;
	vertical-align: top;
	font-size:10px;
}

.dx-tab-text {
	padding-left: 10px;
	padding-right: 10px;
}
.dx-form-group-with-caption > .dx-form-group-content {
    padding-top: 6px !important;
}

.dx-numberbox .dx-texteditor-input {  
	text-align: right;
}  

.dx-datagrid-table span.diff {
	width: 50px;
	display: inline-block;
  }
  
  .dx-datagrid-table .inc {
	color: #2ab71b;
  }
  
  .dx-datagrid-table .dec {
	color: #f00;
  }
  
  .dx-datagrid-table .inc .arrow,
  .dx-datagrid-table .dec .arrow {
	display: inline-block;
	height: 10px;
	width: 10px;
	background-repeat: no-repeat;
	background-size: 10px 10px;
  }
  
  .dx-datagrid-table .inc .arrow {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADKSURBVHjaYtTaLs1ABEiG0nPRJa56PEHhsxBhmCUQT4OyrwHxcXyKmQgYJgHE64CYDYrXQcXIMhCbAcgWkGzgNKh38QUB0QamIUUErkhKI9ZAGyCeTERkTYaqxWsgKA2txhdG6GGsvUNGGpeBRMUiGhCFGsqGzUBQQJsxkA5AemaiG5hDIBIIgQSgK0FmMDACs549kN5FZLjhA7+A2A2U9YSAOBeLAk4gnoBDczoOcSFGPIUDPxB/wCHHiKtwYGKgMhg1cBAaCBBgAJTUIL3ToPZfAAAAAElFTkSuQmCC');
  }
  
  .dx-datagrid-table .dec .arrow {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAADJSURBVHjaYvzPgBfgkhYA4o8QFahKmBioDEYNHIQGsgBxIBCLkqgvAYi/g1mMjMjir0EJzR6If/6HpChKMMgMe3DKBeIcKhiY8x/MYoDj+RQYNgdkGLqBbEB8kgzDToL1YjEQhKWB+BUJhj0H64Eahs1AELYhMpJ+gtUiGYbLQBBOI8LANLBaIg1kAAc0vkiAqSPBQFAkHcNi2DGoHMkGgrAENOCRI0ECRQ2JBoKwJTQCfkLZDPgMZPxPXN5NhtJzMSsJVBMAAgwAyWSY2svfmrwAAAAASUVORK5CYII=');
  }

  table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100% !important;
}

table.dataTable.table-striped tbody tr.child:nth-of-type(4n+2) td {
    box-shadow: inset 0 0 0 9999px var(--bs-table-striped-bg);
}

.dtr-details li[data-dt-column="7"] {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.dtr-details li[data-dt-column="7"] .dtr-custom {
    display: block !important;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dtr-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.dtr-details {
  display: block !important;
  width: 100% !important;
}
.dtr-details li {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.dtr-details .dtr-custom {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.table:not(.table-bordered).table-row-bordered tr.child {
	border-bottom-width: 2px;
    border-bottom-color: var(--bs-gray-400) !important;
}

/* Стилизуем фиксированную кнопку на мобилках */
@media (max-width: 767.98px) {
    .order-action-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 1rem;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
        z-index: 1050;
        transition: bottom 0.3s ease;
    }
    .order-action-sticky.release {
        bottom: 50px; /* отступ, когда у нижнего края */
    }
}


/* .toast{-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:.875rem;background-color:rgba(255,255,255,1) !important;*/