.select2-container--krajee .select2-selection--single .select2-selection__arrow {
		border: none !important;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
		background: #fff !important;
}



/* ------------------------------------------------------------------------------
*
*  # YII2 datagrid pagination
*
* ---------------------------------------------------------------------------- */

.grid-view .pagination {
	padding-top: 20px;
	text-align: center;
	display: block;
}

.grid-view .pagination li {
	display: inline-block;
	position: relative;
	margin-right: -4px;
}

.grid-view .pagination li a {
	display: block;
	clear: both;
	position: relative;
}


.grid-view .summary {
	padding: 20px;
	padding-top: 0px;
}
/* ------------------------------------------------------------------------------
*
*  # loaders
*
* ---------------------------------------------------------------------------- */
.data-loader-wrapper {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right:0px;
	background-color: rgba(255,255,255,.7);
	z-index: 10000;
}
.data-loader-bg {
		display: inline-block;
		background-color: #37474F;
		border-radius: 3px;
		padding: 20px;
		height: 70px;
		width: 70px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -35px;
		margin-left: -35px;
}
.data-loader-2 {
	display:  inline-block;
	background-color: #37474F;
	border-radius: 3px;
	padding: 20px;
	height: 70px;
	width: 70px;
	top: 30px;
	left: 300px;
}
/* ------------------------------------------------------------------------------
*
*  # panels
*
* ---------------------------------------------------------------------------- */

.panel-flat > .panel-heading {
		padding-top: 10px;
		padding-bottom: 10px;
}

/* ------------------------------------------------------------------------------
*
*  # modals
*
* ---------------------------------------------------------------------------- */

.modal-dialog .modal-content .modal-header {
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
}
.modal-dialog .modal-content .modal-header .close {
		margin-top: -10px;
}
.modal-dialog .modal-content .modal-header h3 {
		margin-top: 10px;
}
.modal-dialog .modal-content .modal-body {
	padding-top: 0px;
}
.modal-dialog {
	z-index: 10000000;
}

/* ------------------------------------------------------------------------------
*
*  # dataTables
*
* ---------------------------------------------------------------------------- */

.dataTable .dataTables_paginate {
	margin: 0 0 0px 10px;
}
.dataTable .dataTables_info {
	margin-bottom: 0px;
}
.dataTables_filter {
	margin-left: 0px;
}
.dataTables_wrapper .table-bordered {
		border-top: 1px solid #ddd;
}

.table-responsive .dataTables_wrapper .datatable-header .dataTables_filter,
.table-responsive .dataTables_wrapper .datatable-footer .dataTables_info {
	margin-left: 10px;
}
.table-responsive .dataTables_wrapper .datatable-header .dataTables_length,
.table-responsive .dataTables_wrapper .datatable-footer .dataTables_paginate {
	margin-right: 10px;
}

/* ------------------------------------------------------------------------------
*
*  # Bordered tables
*
* ---------------------------------------------------------------------------- */

.panel-collapse > .table-bordered,
.panel-collapse > .table-responsive > .table-bordered {
	border: 0;
	border-top: 1px solid #ddd;
}

.panel-collapse > .table-bordered > thead > tr > th:first-child,
.panel-collapse > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-collapse > .table-bordered > tbody > tr > th:first-child,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-collapse > .table-bordered > tfoot > tr > th:first-child,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-collapse > .table-bordered > thead > tr > td:first-child,
.panel-collapse > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-collapse > .table-bordered > tbody > tr > td:first-child,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-collapse > .table-bordered > tfoot > tr > td:first-child,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
}
.panel-collapse > .table-bordered > thead > tr > th:last-child,
.panel-collapse > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-collapse > .table-bordered > tbody > tr > th:last-child,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-collapse > .table-bordered > tfoot > tr > th:last-child,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-collapse > .table-bordered > thead > tr > td:last-child,
.panel-collapse > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-collapse > .table-bordered > tbody > tr > td:last-child,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-collapse > .table-bordered > tfoot > tr > td:last-child,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
}

.panel-collapse > .table-bordered > tbody > tr:last-child > td,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-collapse > .table-bordered > tfoot > tr:last-child > td,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-collapse > .table-bordered > tbody > tr:last-child > th,
.panel-collapse > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-collapse > .table-bordered > tfoot > tr:last-child > th,
.panel-collapse > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
		border-bottom: 0;
}

.table-xxxs > thead > tr > th,
.table-xxxs > tbody > tr > th,
.table-xxxs > tfoot > tr > th,
.table-xxxs > thead > tr > td,
.table-xxxs > tbody > tr > td,
.table-xxxs > tfoot > tr > td {
		padding: 6px 6px;
}


/* ------------------------------------------------------------------------------
*
*  # content paddings
*
* ---------------------------------------------------------------------------- */

.content {
		padding: 0 10px 60px 10px;
}
.page-header-default {
		margin-bottom: 0px;
}
.panel {
		margin-bottom: 10px;
}

.ol-popup .form-horizontal .form-group .control-label {
	padding-top: 3px;
	padding-bottom: 3px;
}
.ol-popup:after, .ol-popup:before {
		top: 100%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		bottom: 0px;
}
.ol-popup:after {
		border-top-color: white;
		border-width: 10px;
		right: 5px;
		margin-left: -10px;
}

.sp-container {
	z-index: 10001;
}


/* ------------------------------------------------------------------------------
*
*  # colorpicker
*
* ---------------------------------------------------------------------------- */


.sp-replacer {
		min-width: 55px;
}


/* ------------------------------------------------------------------------------
*
*  # datepicker
*
* ---------------------------------------------------------------------------- */


.dropdown-menu.datepicker > .datepicker-days {
  display: block;
}

.daterangepicker .ranges {
		margin: 2px;
}

.daterangepicker .calendar {
		margin: 2px;
}

.daterangepicker.ltr .calendars {
		overflow: hidden;
		float: left;
}

.daterangepicker.rtl .calendars {
		overflow: hidden;
		float: right;
}

.daterangepicker.ltr .ranges {
		margin-left: 2px !important;
		float: left;
}

.daterangepicker.rtl .ranges {
		margin-right: 2px !important;
		float: right;
}

.daterangepicker.dropdown-menu {
		margin-top: 1px;
}

.datetimepicker-days .table-condensed > thead > tr > th,
.datetimepicker-days .table-condensed > tbody > tr > th,
.datetimepicker-days .table-condensed > tfoot > tr > th,
.datetimepicker-days .table-condensed > thead > tr > td,
.datetimepicker-days .table-condensed > tbody > tr > td,
.datetimepicker-days .table-condensed > tfoot > tr > td {
		padding: 3px 6px;
		width: 10px;
}

.datetimepicker .table-condensed > thead > tr > th,
.datetimepicker .table-condensed > tbody > tr > th,
.datetimepicker .table-condensed > tfoot > tr > th,
.datetimepicker .table-condensed > thead > tr > td,
.datetimepicker .table-condensed > tbody > tr > td,
.datetimepicker .table-condensed > tfoot > tr > td {
	padding: 3px 6px;
}

.datetimepicker .datetimepicker-hours span {
	height: 24px;
	line-height: 24px;
}

/* ------------------------------------------------------------------------------
*
*  # bootstrap select
*
* ---------------------------------------------------------------------------- */

select.select2 { width: 100%; }

.s2-togall-button {
	display: none;
}

.select2-container .select2-selection--single {
	height: 40px;
	line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 12px;
	padding-right: 31px;
}

.select2-selection--multiple .select2-selection__clear {
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border-radius: 2px;
	border-left: 1px solid #ddd;
}

.select2-selection--multiple .select2-selection__clear:hover {
	background: #fbfbfb;
}

.dropdown-menu.inner .media .media-left .media-object {
	background: #808080;
	border-radius: 100px;
}

.select2-selection--single .select2-selection__clear {
	margin-top: 4px;
}

/* OL POPUP HACK */

.ol-selectable {
		-webkit-touch-callout: text !important;
		-webkit-user-select: text !important;
		-moz-user-select: text !important;
		-ms-user-select: text !important;
		user-select: text !important;
}

/* CHECKBOX SELECTOR */

.dropdown-menu-form {
	padding: 0px !important;
}
.dropdown-menu-form ul {
	padding: 0px !important;
	overflow-y: auto;
	max-height: 288px;
	margin: 0px;
}
.dropdown-menu-form li,
.dropdown-menu-form ul {
	white-space: nowrap;
	list-style: none;
	padding-left: 0px;
}
.gridFilterTopContainer {
	height: 43px;
	padding: 5px;
}
.gridFilterTopContainer button {
	width: 100%;
}

.input-group.date {
	width: 100%;
}

.input-group.input-group {
	width: 100%;
}

/* TOGGLE ICONS */

.toggleIcon:after {
		content: '\e9c1';
		font-family: 'icomoon';
		font-size: 16px;
		min-width: 16px;
		text-align: center;
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
		-webkit-font-smoothing: antialiased;
		font-style: normal;
}

.collapsed .toggleIcon:after {
		content: '\e9c2';
}

.form-control-static {
		min-height: 36px !important;
}

.login-cover2 {
		background: url(../images/mainbg.jpg) no-repeat;
		background-size: cover;
}

/* FIXED ACTIONS */

.fixed-form-actions.active {
	position: fixed;
	top: 0px;
	padding: 10px;
	right: 0px;
	z-index: 1000;
	background: #fff;
	border-radius: 0px 0px 0px 5px;
	box-shadow: 0px 0px 10px #999;
}

@media (min-width: 769px) {
	.fixed-form-actions.active {
		top: 46px;
	}
	/*.sidebar,*/
	/*.sidebar-fixed .sidebar-content {*/
	/*		width: 210px;*/
	/*}*/
	/*.sidebar {*/
	/*		width: 210px;*/
	/*}*/
	/*.navbar-header {*/
	/*	min-width: 210px;*/
	/*}*/
}

.navigation > li > a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* POPOVER */

.popover {
	padding-left: 0px !important;
	padding-right: 0px !important;
	min-width: 300px !important;
}

/* PROJECT CONTENT */
.imgcrop img {
	max-width: 100%;
	max-height: 600px;
	height: auto !important;
	width: auto !important;
}
.PreviewModalWrapper .modal-dialog {
	width: auto !important;
	max-width: 90% !important;
	min-width: 50% !important;
}
.vertical-timeline-content {
	word-wrap: break-word;
}

/* DATATABLES PRINT */

		body.DTTT_Print {
				background: #fff;
		}
		.DTTT_Print #page-wrapper {
				margin: 0;
				background:#fff;
		}
		button.DTTT_button, div.DTTT_button, a.DTTT_button {
				border: 1px solid #e7eaec;
				background: #fff;
				color: #676a6c;
				box-shadow: none;
				padding: 6px 8px;
		}
		button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
				border: 1px solid #d2d2d2;
				background: #fff;
				color: #676a6c;
				box-shadow: none;
				padding: 6px 8px;
		}
		.dataTables_filter label {
				margin-right: 5px;
		}

		/* CALENDAR HACKS */

.table-responsive > .fc > .fc-toolbar.fc-header-toolbar {
	padding: 0px 15px;
	padding-top: 15px;
	margin-bottom: 15px;
}

/**
		* Nestable Extras
		*/
		.nestable-lists {
				display: block;
				clear: both;
				padding: 30px 0;
				width: 100%;
				border: 0;
				border-top: 2px solid #e4e5e7;
				border-bottom: 2px solid #e4e5e7;
		}

		#nestable-menu {
				padding: 0;
				margin: 10px 0 20px 0;
		}

		#nestable-output,
		#nestable2-output {
				width: 100%;
				font-size: 0.75em;
				line-height: 1.333333em;
				font-family: open sans, lucida grande, lucida sans unicode, helvetica, arial, sans-serif;
				padding: 5px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
		}

		#nestable2 .dd-handle {
				color: inherit;
				border: 1px dashed #e4e5e7;
				background: #f7f9fa;
				padding: 10px;
		}

		#nestable2 .dd-handle:hover {
				/*background: #bbb;*/
		}


		#nestable2  span.label {
				margin-right: 10px;
		}

		#nestable-output,
		#nestable2-output {
				font-size: 12px;
				padding: 25px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
		}

		/* Nestable list */

		.dd {
				position: relative;
				display: block;
				margin: 0;
				padding: 0;
				list-style: none;
				font-size: 13px;
				line-height: 20px;
		}

		.dd-list {
				display: block;
				position: relative;
				margin: 0;
				padding: 0;
				list-style: none;
		}

		.dd-list .dd-list {
				padding-left: 30px;
		}

		.dd-collapsed .dd-list {
				display: none;
		}

		.dd-item,
		.dd-empty,
		.dd-placeholder {
				display: block;
				position: relative;
				margin: 0;
				padding: 0;
				min-height: 20px;
				font-size: 13px;
				line-height: 20px;
		}

		.dd-handle {
				display: block;
				margin: 5px 0;
				padding: 5px 10px;
				color: #333;
				text-decoration: none;
				border: 1px solid #e4e5e7;
				background: #f7f9fa;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
		}

		.dd-handle span {
				font-weight: bold;
		}

		.dd-handle:hover {
				background: #f0f0f0;
				cursor: pointer;
				font-weight: bold;
		}

		.dd-item > button {
				display: block;
				position: relative;
				cursor: pointer;
				float: left;
				width: 25px;
				height: 20px;
				margin: 5px 0;
				padding: 0;
				text-indent: 100%;
				white-space: nowrap;
				overflow: hidden;
				border: 0;
				background: transparent;
				font-size: 12px;
				line-height: 1;
				text-align: center;
				font-weight: bold;
		}

		.dd-item > button:before {
				content: '+';
				display: block;
				position: absolute;
				width: 100%;
				text-align: center;
				text-indent: 0;
		}

		.dd-item > button[data-action="collapse"]:before {
				content: '-';
		}



		.dd-placeholder,
		.dd-empty {
				margin: 5px 0;
				padding: 0;
				min-height: 30px;
				background: #f2fbff;
				border: 1px dashed #e4e5e7;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
		}

		.dd-empty {
				border: 1px dashed #bbb;
				min-height: 100px;
				background-color: #e5e5e5;
				background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
				background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
				background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
				background-size: 60px 60px;
				background-position: 0 0, 30px 30px;
		}

		.dd-dragel {
				position: absolute;
				z-index: 9999;
				pointer-events: none;
		}

		.dd-dragel > .dd-item .dd-handle {
				margin-top: 0;
		}

		.dd-dragel .dd-handle {
				-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
				box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
		}

		/* GRID VIEW */

		.grid-view .summary {
			padding: 20px !important;
		}

		/* BTN HACK */

		.fixed-form-actions > .btn,
		.fixed-form-actions > .btn-group > .btn {
			margin-bottom: 1px !important;
		}

		/* */
		.dataTable .sorting_disabled {
			width: auto !important;
		}

.datatable-scroll {
		width: 100%;
		overflow-x: auto;
}

.panel-body:empty,
.panel-body#task_real,
.panel-body#task_complite,
.panel-body#task_expired {
	padding: 0px !important;
}

.mainReportsWrapper {
		margin-top: -12px !important;
		border-top: 1px solid #e4e5e7;
		position: absolute;
		left: 0px;
		right: 0px;
		height: 600px;
}

.mainReportsWrapperCarsList {
		height: 100%;
		background: #fff;
		border-right: 1px solid #e4e5e7;
		position: relative;
		z-index: 1;
		padding: 0px;
}

.mainReportsWrapperCarsList .tab-content{
		padding:  0px;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		position: relative;
}

.mainReportsWrapperCarsList .tab-content .tab-pane {
		margin: 0px 5px;
}

.mainReportsWrapperCarsList .tab-content .tab-pane .form-group {
		padding: 5px 0px !important;
		margin: 0px;
}

.mainReportsWrapperCarsListTabs {
		padding: 0px;
		overflow-x: auto;
		overflow-y: hidden;
}

.mainReportsWrapperCarsListTabs ul {
		display: block;
		list-style: none;
		text-align: left;
		padding: 0px;
		margin: 0px;
		border-top: 1px solid #e4e5e7;
		border-bottom: 1px solid #e4e5e7;
		margin-left: -1px;
		background: #fbfbfb;
		height: 38px;
		min-width: 100%;
}

.mainReportsWrapperCarsListTabs ul li {
		list-style: none;
		display: block;
		padding: 0px;
		margin-bottom: -1px;
		float: left;
}

.mainReportsWrapperCarsListTabs ul li a {
		padding: 8px 10px;
		padding-top: 9px;
		display: block;
}

.mainReportsWrapperCarsListTabs ul li.active a {
		padding: 8px 9px;
		padding-top: 9px;
		background: #fff;
		border-right: 1px solid #e4e5e7;
		border-left: 1px solid #e4e5e7;
}

.mainReportsWrapperCarsListTabs ul li:first-child {
		border-left: none !important;
}

.mainReportsWrapperCarsListFilters {
		background: #fbfbfb;
		overflow: hidden;
}

.mainReportsWrapperCarsListFiltersWrapper {
		padding: 15px;
}

.mainReportsWrapperCarsListFiltersCarsList {
		padding-top: 15px;
}
.mainReportsWrapperCarsListFiltersCarsList:empty {
		display: none;
}

.mainReportsWrapperCarsListMover {
		position: absolute;
		top: 0px;
		right: -3px;
		bottom: 0px;
		width: 5px;
		background: #899aa2;
		cursor: text;
		z-index: 2;
}
.mainReportsWrapperCarsListMover:hover,
.mainReportsWrapperCarsListMover.active {
		background: #6b7d86;
}

.mainReportsWrapperCarsListMoverTongue {
		position: absolute;
		bottom: 10px;
		right: -25px;
		width: 30px;
		height: 35px;
		background: #fff;
		border: 5px solid #899aa2;
		border-left: none;
		border-radius: 0px 4px 4px 0px;
		line-height: 25px;
		text-align: center;
		cursor: pointer;
}

.mainReportsWrapperCarsListMover:hover .mainReportsWrapperCarsListMoverTongue,
.mainReportsWrapperCarsListMover.active .mainReportsWrapperCarsListMoverTongue {
		border-color: #6b7d86;
}

.mainReportsWrapperCarsInfo {
		padding-top: 10px;
		overflow: hidden;
		overflow-y: auto;
		height: 100%;
}

.mainReportsWrapperCarsMap {
		padding: 0px !important;
}
.mainReportsWrapperCarsMap .map {
		padding: 0px !important;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
}

.mainReportsWrapperInfoZone {
		height: 100%;
		padding: 0px !important;
		position: relative;
		z-index: 0;
}

.mainReportsWrapperCarsMap {
		height: 100%;
}
.mainReportsWrapperInfoZone.onlymap .mainReportsWrapperCarsInfo {
		display: none;
}
.mainReportsWrapperInfoZone.onlymap .mainReportsWrapperCarsMap {
		width: 100% !important;
}

.mainReportsWrapper.fixMeOnDisplay {
		position: fixed;
		top: 0px;
		bottom: 0px;
		right: 12px;
}

.panel-heading-label-car-color {
		width: 18px;
		margin-right: 6px;
		height: 18px;
		float: left;
		border-radius: 50%;
}

.table.table-noborder > tbody > tr > td {
		border: none !important;
}

.panel-heading-label {
		margin: 0px !important;
}
.pannel-heading-collapsible {
		cursor: pointer;
}
.tabDynamicContent .table-responsive:last-child {
		margin-bottom: 0px !important;
}

.tab-content .content-loader,
.mainReportsWrapperInfoZone .content-loader {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index: 10;
}

.content-loader .content-loader-overlay {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		background: #fff;
		opacity: .7;
}

.daterangepicker.dropdown-menu {
	z-index: 1060 !important;
}

.bootstrap-timepicker .picker {
	width: 10px !important;
	position: relative !important;
}

.mainReportsWrapperCarsListFiltersCarsListItem {
	padding: 7px 10px;
	border-radius: 2px;
	background-color: #26A69A;
	color: #fff;
	margin-right: 2px;
	margin-bottom: 2px;
	font-weight: bold;
	float: left;
}

.daterangepicker-inputs {
	display: none !important;
}

.daterangepicker_inputs_text {
	display: inline-block;
	padding: 0px 5px !important;
}

.daterangepicker-inputs-text {
	cursor: default !important;
	padding: 10px 0px;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	clear: both;
	overflow: hidden;
}

.layer-controls-list {
    list-style: none;
    line-height: 26px;
    font-size: 16px;
}

.layer-controls-list li {
    display: block;
    line-height: 26px;
    padding: 0px 10px;
    font-size: 12px;
}

/* GOSNOMER */

.gosnomerWrapper {
	border-radius: 10px;
	background: #222;
	padding: 10px;
	max-width: 550px;
}
.gosnomerInner {
	background: #fbfbfb;
	float: left;
	margin: 0px;
	padding: 10px;
	border-radius: 5px;
	width: 70%;
	box-sizing: border-box;
	height: 112px;
}
.gosnomerRegion {
	float: right;
	width: calc(30% - 10px);
	background: #fbfbfb;
	padding: 10px;
	border-radius: 5px;
	box-sizing: border-box;
	height: 112px;
	line-height: 92px;
}
.gosnomerRegionDigits,
.gosnomerFirstLetter,
.gosnomerLastLetters,
.gosnomerDigits {
	text-align: center;
}
.gosnomerRegionDigits {
	font-weight: bold;
	font-size: 96px;
	line-height: 92px;
}
.gosnomerDigits,
.gosnomerFirstLetter,
.gosnomerLastLetters {
	float: left;
	box-sizing: border-box;
	letter-spacing: 20px;
}
.gosnomerFirstLetter {
	width: 16.67%;
}
.gosnomerDigits {
	width: 50%;
	font-weight: bold;
	font-size: 96px;
	line-height: 92px;
	letter-spacing: 5px;
}
.gosnomerLastLetters {
	width: 33.33%;
}
.gosnomerLastLetters,
.gosnomerFirstLetter {
	font-weight: bold;
	font-size: 76px;
	line-height: 77px;
	padding-top: 15px;
}

/* ANALYTICS */

.analytics-car-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* TABLE FILTERS */
table thead tr.filters td {
	padding: 10px !important;
	position: relative;
	box-sizing: border-box;
}

table thead tr.filters td .filtersExpander .select2-container--open,
table thead tr.filters td .filtersExpander .select2-container {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

/* INPUTS */
select.form-control,
td select {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
}

/* FILTER HEADER INPUT CLEAR */
.filters input.form-control + i.clearFilterInput {
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	height: 36px;
	line-height: 36px;
	width: 26px;
	color: #888;
	cursor: pointer;
	display: none;
	font-size: 14px;
}

/* HACK JGROWL POSITION */
.jGrowl.top-right {
  right: 5px;
  top: 53px;
}

/* PULSE ANIMATION */

.pulse-points {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #8cc06d;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(176, 219, 57, 0.4);

}


@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(135, 204, 44, 0.699);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(148, 204, 44, 0.151);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(135, 204, 44, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(135, 204, 44, 0.651);
		box-shadow: 0 0 0 0 rgba(121, 204, 44, 0.562);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(143, 204, 44, 0.123);
		box-shadow: 0 0 0 10px rgba(108, 204, 44, 0.158);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(129, 204, 44, 0);
		box-shadow: 0 0 0 0 rgba(121, 204, 44, 0);
	}
}

/* BUTTONS */
.btn-info.active {
	background-color: #007e8f;
	border-color: #007887;
}

/* NAVIGATION */
.navigation > li > ul li.active > a, .navigation > li > ul li.active > a:hover, .navigation > li > ul li.active > a:focus {
	background-color: #26A69A;
}

.table-responsive {
	overflow-y: hidden;
}

td > .kv-editable {
	position: relative;
}

/* telemetry hacks */

.sidebar-xs .telemetrySearchContainer {
	width: 550px;
}
body:not(.sidebar-xs) .telemetrySearchContainer {
	width: 310px;
}

@media (max-width: 768px) {
	.sidebar-xs .telemetrySearchContainer,
	body:not(.sidebar-xs) .telemetrySearchContainer {
		width: 100%;
	}
}
@media (min-width: 769px) {
	.sidebar-xs .telemetrySearchContainer {
		width: 310px;
	}
	body:not(.sidebar-xs) .telemetrySearchContainer {
		width: 100%;
	}
}
@media (min-width: 869px) {
	.sidebar-xs .telemetrySearchContainer {
		width: 410px;
	}
	body:not(.sidebar-xs) .telemetrySearchContainer {
		width: 100%;
	}
}
@media (min-width: 969px) {
	.sidebar-xs .telemetrySearchContainer {
		width: 510px;
	}
	body:not(.sidebar-xs) .telemetrySearchContainer {
		width: 360px;
	}
}

@media (min-width: 1069px) {
	.sidebar-xs .telemetrySearchContainer {
		width: 610px;
	}
	body:not(.sidebar-xs) .telemetrySearchContainer {
		width: 460px;
	}
}


/* ADMIN SLA*/

.border-b {
	border-bottom: 1px solid #ddd;
}

.bg-light {
	background-color: #f7f7f7;
}

.open_struct_dialog {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}

/*ЧЕК ЛИСТ таблица*/

@media only screen and (max-width: 1460px) {
	.td-kbm-item {
		min-width: 300px;
	}
}

.kbm-date, .kbm-settings {
	border: 1px solid #999191;
	border-radius: 6px;
	padding: 2px 4px;
	margin-bottom: 6px;
	display: inline-block;
}

.kbm-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
}

.input-kbm-table {
	margin-bottom: 6px;
}

.kbm-error-icon {
	color: red;
	justify-self: flex-end;
	border: 1px solid red;
	border-radius: 10em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	margin-right: 12px;
	margin-left: 6px;
	max-width: 24px;
	max-height: 24px;
}

.kbm-success-icon {
	color: green;
	justify-self: flex-end;
	border: 1px solid green;
	border-radius: 10em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 6px;
	margin-right: 7px;
	margin-left: 6px;
	max-width: 24px;
	max-height: 24px;
}

.div-kbm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 4px;
	align-items: center;
}

.kbm-error-info {
	display: flex;
	justify-content: flex-end;
}

.div-kbm-border {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
	margin-top: 14px;
}

@media only screen and (max-width: 486px) {
	.div-kbm {
		grid-template-columns: 1fr;
	}
}

/* Стилизация кнопки очистки данных с инпута (DatePicker) */

.clearFilterInput {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* стилизация сенсоров в таблице "поиск точек" */

.sensor_main_rs, .sensor_main_ai, .sensor_main_canf, .sensor_main_air_temp, .sensor_main_weight {
	font-size: 11px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px;
}

.sensor_main_ai {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 11px;
	grid-column-gap: 6px;
}

.sensor__weight{
	padding: 2px 10px;
}

.sensor__weight:nth-child(2n), .sensor__rs:nth-child(2n) {
	background-color: rgba(0,0,0,0.05);
	border-radius: 10px;
}

.sensor_main_air_temp {
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sensor__termometre {
	margin-right: 6px;
	width: auto;
	height: 20px;
}

.h-40px {
	height: 40px;
}

.mt-25px {
	margin-top: 25px;
}

/* Перестилизация padding в таблице "Реестр биллинга" */

.padding__table td,
.padding__table th {
	padding: 8px 5px !important;
}

.font-size__td-11px {
	font-size: 11px;
}

/* anti-sleep */

.anti-sleep__image {
	display: block;
	width: 300px;
	margin: 0 auto;
}

.anti-sleep__video {
	display: block;
	width: 300px;
	margin: 0 auto;
}


@media only screen and (max-width: 481px) {
	.anti-sleep__image {
		width: 280px;
	}
	.anti-sleep__video {
		width: 280px;
	}
}

.anti-sleep__icon {
	width: 60px;
	margin: 0 auto 20px auto;
}

.anti-sleep__icon img{
	max-width: 100%;
}

.anti-sleep__text {
	font-size: 20px;
	font-weight: bold;
}

.anti-sleep__icon-type {
	position: relative;
	width: 80px;
	height: 100px;
	margin: 0 auto;
}

.antisleep-type25 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/fatigue.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type26 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/phone-call.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type39 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/no-signal.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type4 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/sleeping.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type38 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/car-belt.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type27 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/smoking.svg") no-repeat center;
	background-size: contain;
}

.antisleep-type40 .anti-sleep__icon-type::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100px;
	background: url("/limitless/images/anti-sleep/camera.svg") no-repeat center;
	background-size: contain;
}

/* anti-sleep */

/* CHARTS DOUGHNUT */

.doughnut-legend {
	list-style: none;
	padding: 0px;
	display: block;
	overflow: hidden;
	clear: both;
	text-align: center;
}

.doughnut-legend li {
	display: inline-block;
	margin-right: 20px;
}

.doughnut-legend li:last-child {
	margin-right: 0px;
}

.doughnut-legendColor {
	background-color: #F7464A;
	height: 18px;
	width: 18px;
	border-radius: 10px;
	float: left;
	margin-right: 5px;
}

/* CHARTS DOUGHNUT */


.panel-heading__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 500px 40px;
	grid-template-columns: 1fr 500px 40px;
}

@media only screen and (max-width: 1200px) {
	.panel-heading__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

/* ОБНОВЛЕНИЕ ДИЗАЙНА cbd */

.table tr {
	padding: 5px;
	border: none;
	border-bottom: 6px solid #fbfbfb;
}

.table thead td, .table td {
	padding: 10px 10px;
	text-align: center;
	border: none;
}

.table thead td, .table td {
	padding: 10px 10px;
	text-align: center;
	border: none;
	background-color: #e8e8e8;
	color: #464860;
}

.table thead td {
	color: #fff;
	background-color: #444 !important;
	font-size: 14px;
	font-weight: bold;
}

.table td:first-child, .table thead td:first-child {
	border-radius: 20px 0px 0px 20px !important;
}

.table td:last-child, .table thead td:last-child {
	border-radius: 0px 20px 20px 0px !important;
}

.label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 10em;
	color: #fff;
	white-space: nowrap;
	border: none;
	max-width: 120px;
}

.label-success {
	background-color: #35C789;
}

.bg-21223E {
	background-color: #21223E !important;
}

.header-elements__new {
	background-color: #363853;
	padding: 4px 10px;
	border-radius: 10em;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	min-width: 30px;
	transition: all 0.5s ease;
	border: 2px solid transparent;
}

.logo__new {
	display: flex;
	align-items: center;
}

.header__icons {
	width: 16px;
	height: 16px;
}

.header__icons path {
	transition: fill 0.5s ease, stroke 0.5s ease;
}


.badge__new {
	background-color: #E3522A !important;
	border-radius: 10em;
}

.nav-link__new {
	padding: 10px;
}

.nav-link__new:hover .header__icons path {
	fill: #363853;
}

.nav-link__new:hover .header__icons path {
	stroke: #363853;
}

.nav-link__new:hover .header-elements__new {
	background-color: #fff;
	border: 2px solid #363853;
	color: #363853;
}

.nav-sidebar__new {
	margin: 20px;
	background-color: #363853;
	border-radius: 10px;
}

.nav-sidebar__new li {
	width: 100%;
}

.nav-sidebar__new .nav-link {
	transition: all 0.5s ease;
	color: #fff;
}

.nav-sidebar__new .nav-link:hover {
	background-color: #21223E;
	border-radius: 10px 0px 0px 10px;
	transform: translateX(10px);
}

.nav-sidebar__new .nav-item-open .nav-group-sub {
	margin-left: 25px;
}

.nav-group-sub .nav-group-sub .nav-link {
	padding-left: 10px !important;
}

.bg-21223E .nav-sidebar > .nav-item-open > .nav-link:not(.disabled) {
	background-color: #21223E;
	border-radius: 10px 0px 0px 10px;
	transform: translateX(10px);
}

.bg-21223E .nav-sidebar .nav-item-open > .nav-link:not(.disabled) {
	background-color: #21223E;
	border-radius: 10px 0px 0px 10px;
	transform: translateX(10px);
}

.sidebar-xs .nav-sidebar__new {
	margin: 0;
}

.nav-container__new {
	display: block;
	position: relative;
	height: 50px;
}

.nav-container__new .hamburger-lines {
	display: block;
	height: 22px;
	width: 28px;
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
}

.nav-container__new .hamburger-lines .line {
	display: block;
	height: 3px;
	width: 100%;
	border-radius: 10px;
	background: #fff;
}

.nav-container__new .hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

.nav-container__new .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

.nav-container__new .hamburger-lines .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}

.sidebar-xs .hamburger-lines .line1 {
	transform: rotate(45deg);
}

.sidebar-xs .hamburger-lines .line2 {
	transform: scaleY(0);
}

.sidebar-xs .hamburger-lines .line3 {
	transform: rotate(-45deg);
}

.nav-sidebar__new .nav-label {
	transition: left 5s cubic-bezier(0, .5, .5, 0);
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-xs .sidebar-main .nav-sidebar__new > .nav-item > .nav-link > span {
	transition: left 5s cubic-bezier(0, .5, .5, 0);
	overflow: hidden;
	white-space: nowrap;
	display: flex !important;
	width: 0;
}

.sidebar-main__new {
	transition: all 0.5s ease !important;
}

body {
	background-color: #e6e6e6;
}

.panel {
	background-color: #fbfbfb;
	border-radius: 10px;
	box-shadow: none;
}

.content {
	padding: 10px;
}

.panel-title {
	font-weight: 500;
}

.btn-group {
	display: flex;
	align-items: center;
	column-gap: 4px;
	flex-wrap: wrap;
	row-gap: 4px;
}

.btn-group > .btn {
	flex: inherit;
}

.btn {
	min-height: 28px;
	border-radius: 20px !important;
	border: 2px solid transparent;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	text-transform: uppercase;
	width: max-content;
	font-size: 12px;
	padding: 2px 10px !important;
	color: #fff;
}

.btn-success {
	background-color: #35C789;
}

.btn-success:hover {
	color: #35C789;
	border: 2px solid #35C789;
	background-color: #fff;
}

.btn-info:hover {
	color: #00BCD4;
	border: 2px solid #00BCD4;
	background-color: #fff;
}

.btn-primary:hover {
	color: #2196F3 !important;
	border: 2px solid #2196F3;
	background-color: #fff;
}

.task_number__new a {
	background-color: #2196F3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 4px;
	border-radius: 10em;
}

.table-bordered__new tr {
	border: none;
	border-bottom: 6px solid #fbfbfb;
}

.table-bordered__new td:first-child,
.table-bordered__new th:first-child{
	border-radius: 10em 0px 0px 10em;
}

.table-bordered__new td:last-child,
.table-bordered__new th:last-child {
	border-radius: 0px 10em 10em 0px;
}

.table-bordered__new th, .table-bordered__new td {
	padding: 10px 10px;
	text-align: center;
	border-right: 1px solid #ddd;
	border: none;
	background-color: #e8e8e8;
	color: #464860;
}

.table thead td {
	background-color: #363853 !important;
	color: #fbfbfb !important;
	font-weight: 400;
}

.table thead th {
	background-color: #363853 !important;
	color: #fbfbfb;
	font-weight: 400;
	border: none !important;
}

.table thead tr {
	/*border-bottom: 6px solid #fbfbfb !important;*/
	text-align: center;
}

/*.table thead tr th a {*/
/*	color: #00BCD4 !important;*/
/*	transition: color 0.5s ease;*/
/*}*/


/*.table tbody tr td a {*/
/*	color: #00BCD4 !important;*/
/*	transition: color 0.5s ease;*/
/*}*/

/*.table thead tr th a:hover {*/
/*	color: #23e6ff !important;*/
/*}*/

/*.table tbody tr td a:hover {*/
/*	color: #00BCD4 !important;*/
/*	transition: color 0.5s ease;*/
/*}*/

.table-responsive {
	padding: 10px;
}

.table-responsive .table {
	border: none;
}

.table thead td .form-control {
	border-radius: 10px;
}

.table thead td:first-child, .table thead th:first-child {
	border-radius: 20px 0px 0px 20px !important;
}

.table thead td:last-child, .table thead th:last-child {
	border-radius: 0px 20px 20px 0px !important;
}

.table-bordered__new th {
	background-color: #21223E;
	color: #fbfbfb;
	font-weight: 400;
}

.task-status__new {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 10em;
	color: #fff;
	white-space: nowrap;
	max-width: 120px;
}

.table-bordered__new {
	border: none;
}

.pagination {
	display: flex;
	align-items: center;
	column-gap: 4px;
}

.grid-view .pagination {
	display: flex;
	column-gap: 10px;
}

.pagination span {
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	background-color: #e8e8e8;
	border-radius: 10em !important;
	display: flex;
	color: #333 !important;
	align-items: center;
}

.pagination a {
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	background-color: #e8e8e8;
	border-radius: 10em;
	display: flex;
	color: #333;
	border: none !important;
	transition: all 0.5s ease;
	align-items: center;
}

.pagination .active a {
	background-color: #21223E !important;
	color: #eeeded;
	border: none !important;
}

.pagination a:hover {
	background-color: #21223E !important;
	color: #eeeded;
	border: none !important;
}

.pagination > .active > a:focus {
	background-color: #21223E !important;
	color: #eeeded;
	border: none !important;
}

/* Статус => В работе*/
.task_status_0 .task-status__new {
	background-color: #00BCD4;
}
/* Статус => Новый*/
.task_status_1 .task-status__new {
	background-color: #ccb824;
}
/* Статус => Ожидание*/
.task_status_2 .task-status__new {
	background-color: #f7ab47;
}
/* Статус => Завершен*/
.task_status_3 .task-status__new {
	background-color: #35C789;
}
/* Статус => Проверка*/
.task_status_4 .task-status__new {
	background-color: #E3522A;
}

.datatable-header, .datatable-footer {
	border: none;
}

.dataTables_filter {
	background-color: #e8e8e8;
	padding: 4px 10px;
	border-radius: 10em;
}

.dataTables_filter input {
	border-bottom: none;
}

.dataTables_filter input:focus {
	box-shadow: none;
}

.dataTables_length select {
	background-color: #e8e8e8;
	border-radius: 10em !important;
	border: none;
	padding: 10px;
}

.table-bordered__new {
	border-top: none !important;
}

.dataTables_paginate {
	display: flex;
	column-gap: 8px;
	align-items: center;
}

.dataTables_paginate span {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.dataTables_paginate .paginate_button {
	display: flex;
	padding: 0;
	margin-left: 0;
	border: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
	background-color: #e8e8e8;
	border-radius: 10em;
}

.calendar {
	border: none !important;
}

.calendar_head {
	border-radius: 10px;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}

.calendar_head label {
	margin-bottom: 0;
	font-weight: 500;
}

.calendar_body {
	padding: 20px 10px;
	column-gap: 20px;
}

.currDay {
	background-color: #fff;
	border-radius: 20px;
}

.elemCheckingDate {
	padding: 10px 0;
}

.calendar_day {
	color: #fff !important;
	height: 40px;
	width: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.slash {
	font-size: 18px !important;
}

.divEl {
	background-color: #E3522A;
}

.divEl2 {
	background-color: #00BCD4;
}

.divEl3 {
	background-color: #35C789;
}

.divEl4 {
	background-color: #2196F3;
}

.btnLeft, .btnRight {
	display: block;
	background-color: #37474F;
	border-radius: 10em;
	width: 40px;
	height: 40px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease;
	border: 2px solid transparent;
}

.btnLeft:hover, .btnRight:hover {
	border: 2px solid #37474F;
	background-color: #fff;
	color: #37474F;
}

#currLabel {
	background-color: #e8e8e8;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	padding: 0 20px;
	border-radius: 10em;
}

.column-gap-4 {
	column-gap: 4px;
}

.btn__add-folder button {
	transition:  all 0.5s ease;
	border: 2px solid transparent;
}

.btn__add-folder .icon-folder path {
	transition: fill 0.5s ease;
}

.btn__add-folder:hover button {
	border: 2px solid #4CAF50;
	color: #4CAF50;
	background-color: #fff;
}

.btn__add-folder:hover .icon-folder path {
	fill: #4CAF50;
}

.btn__add-folder .icon-folder {
	width: 20px;
}

.h-40px {
	height: 40px;
}

.task-block {
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 10px 20px;
	box-shadow: none;
}

.finished .decision-task {
	box-shadow: none;
}

.form-control-static {
	padding: 10px 10px 10px 30px;
	background-color: #fbfbfb;
	border-radius: 10px;
}

.decision-task .form-control-static {
	border-top: 3px solid #35C789;
}

.test {
	background-color: #e8e8e8;
	border-radius: 10px;
	padding: 10px;
}

.btn-header-group {
	display: flex;
	align-items: center;
	column-gap: 6px;
}

.btn-header-group .btn {
	min-height: auto;
}

.progress-bar {
	border-radius: 10em;
}

.progress-bar-success {
	background-color: #35C789;
}

.panel-heading.note-toolbar {
	display: flex;
	align-items: center;
	background-color: #e8e8e8;
	border-radius: 20px 20px 0 0 ;
}

.note-editor {
	border: none;
}

.finished .timeline-content {
	border-top: 4px solid #35C789;
}

.svod-table__info {
	padding: 4px 6px;
	background-color: #fbfbfb;
	border-radius: 10px;
	margin-bottom: 4px;
}

.modal-body {
	background-color: #fbfbfb !important;
	padding: 10px !important;
}

.teh-status__1, .teh-status__2, .teh-status__3, .teh-status__4, .teh-status__5, .teh-status__6, .teh-status__7 {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 8px;
	border-radius: 10em;
	color: #fff !important;
	max-width: 120px;
	background-color: #2196F3;
	margin: 0;
}

.teh-status__1 {
	background-color: #35C789;
}

.teh-status__2 {
	background-color: #F3BB3E;
}

.teh-status__3 {
	background-color: #2D8AD4;
}

.teh-status__3 {
	background-color: #D33648;
}

.teh-status__7 {
	background-color: #E3522A;
}

.search__new {
	background-color: #e8e8e8;
	padding: 4px 10px;
	border-radius: 20px;
}

.help-block__new {
	background-color: #e8e8e8;
	padding: 4px 10px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}

.search__new .input-group-prepend {
	background: transparent !important;
	border: none !important;
}

.search__new .form-control {
	background: transparent !important;
	border: none !important;
}

.form-control {
	border-radius: 20px;
}

.div-col-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	padding: 10px;
}

@media only screen and (max-width: 1400px) {
	.div-col-container {
		grid-template-columns: 1fr;
	}
}

.sprint-info {
	padding: 10px;
}

.sprint-container {
	display: flex;
	align-items: center;
	column-gap: 30px;
	flex-wrap: wrap;
	row-gap: 6px;
}

.sprint-info {
	display: flex;
	flex-direction: column;
}

.sprint-container label {
	margin-bottom: 0;
}

.sprint-container .form-group {
	background-color: #fbfbfb;
	padding: 4px 10px;
	border-radius: 20px;
}

@media only screen and (max-width: 570px) {
	.sprint-container .form-group {
		width: 100%;
	}
	.table td:first-child, .table thead td:first-child {
		border-radius: 0 !important;
	}
	.table td:last-child, .table thead td:last-child {
		border-radius: 0 !important;
	}
}

@media only screen and (max-width: 1200px) {
	.calendar .calendar_body {
		flex-direction: column;
		row-gap: 10px;
	}
	.calendar .currDay {
		width: 100% !important;
	}
	.calendar_body .elemCheckingDate {
		column-gap: 6px;
	}
}

.table thead tr:nth-child(2) th {
	border-radius: 0 !important;
}

.table thead tr:nth-child(3) th {
	border-radius: 0 !important;
}

td.w2 a {
	cursor: pointer;
}

.block-grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}

.news-number {
	background-color: #00BCD4;
}

.container__date-user {
	background-color: #e8e8e8;
	padding: 4px 10px;
	border-radius: 20px;
}

.news-list {
	background-color: #e8e8e8;
	border-radius: 20px;
	padding: 10px 10px 10px 10px !important;
}

.news-elements {
	background-color: #e8e8e8;
	border-radius: 20px;
	padding: 10px 10px 10px 10px !important;
	margin-right: 30px;
}

@media only screen and (max-width: 550px) {
	.card-title--new {
		row-gap: 10px;
	}
}

.project-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.project-grid--1fr {
	grid-template-columns:  1fr;
}

.datepicker-btn {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.datepicker-btn button {
	background: none;
	min-height: auto;
}

.odh-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

@media only screen and (max-width: 1400px) {
	.odh-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 991px) {
	.odh-grid {
		grid-template-columns: 1fr;
	}
}

.divEl5 {
	background-color: #c1c1c1;
}

.divEl6 {
	background-color: #6b6b6b;
}

.table-btn button {
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10em;
	border: none;
}

.table-btn button i {
	color: #2196F3 !important;
	top: -1px;
	left: 1px;
}

.spallwork-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 6px;
	background-color: #fbfbfb;
	border-radius: 10px;
	margin-bottom: 4px;
	color: #2196F3 !important;
	border: none;
	border-bottom: 1px solid #4a95d9;
	transition: all 0.5s ease;
}

.spallwork-btn:hover {
	background-color: #2196F3 !important;
	color: #fff !important;
}

.input-group {
	column-gap: 4px;
}

input.form-control {
	border-radius: 20px !important;
	background: #e8e8e8;
}

.select2-selection {
	border-radius: 20px;
	background: #e8e8e8 !important;
}

.select2-search__field {
	border-radius: 20px;
	background: #e8e8e8;
}

.select2-search__field {
	padding: 6px 16px 6px 36px !important;
}

.select2-search__field::-webkit-input-placeholder {color:#333 !important;}
.select2-search__field::-moz-placeholder          {color:#333 !important;}
.select2-search__field:-moz-placeholder           {color:#333 !important;}
.select2-search__field:-ms-input-placeholder      {color:#333 !important;}

.kv-date-picker {
	background: #e8e8e8;
	border-radius: 10em;
}

.input-group-prepend {
	background: #e8e8e8;
	border-radius: 10em;
}

.kv-date-remove {
	background: #e8e8e8;
	border-radius: 10em;
}

.sp_add {
	background: #e8e8e8 !important;
	border-radius: 10em !important;
}

.sp_add span {
	background-color: transparent !important;
}

.krajee-datepicker {
	background: #e8e8e8;
	border-radius: 10em !important;
}

.panel-body .select2-selection--single {
	border-radius: 20px;
	background: #e8e8e8;
}

.select2-container--krajee-bs3 .select2-selection--multiple {
	border-radius: 20px;
	background: #e8e8e8;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__rendered {
	border-radius: 20px;
	background: #e8e8e8;
}

.select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__choice {
	border-radius: 10em;
	background-color: #fbfbfb;
}

.select2-selection--multiple .select2-selection__choice:hover, .select2-selection--multiple .select2-selection__choice:focus {
	background-color: #03A9F4 !important;
}

.gridFilterTopContainer {
	margin-bottom: 6px;
}

.input-group__column {
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.input-group__column input {
	width: 100% !important;
}

.background-card {
	background-color: #fbfbfb !important;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control-feedback {
	right: 20px;
}

.list7 {
	background-color: #e8e8e8;
	border-radius: 20px;
	margin-bottom: 4px;
	padding: 4px 10px;
	cursor: pointer;
	transition: all 0.5s ease;
}

.list7:hover {
	background-color: #2196F3;
	color: #fff;
}

.test input.form-control {
	background-color: #fbfbfb;
}

.test .input-group-prepend {
	background-color: #fbfbfb !important;
}

.test .select2-container {
	background-color: #fbfbfb !important;
}

.test .select2-selection {
	background-color: #fbfbfb !important;
}

.test .select2-search__field {
	background-color: #fbfbfb !important;
}

.task-block .table thead td, .task-block .table td {
	background-color: #fbfbfb;
}

.task-block .table tr {
	border-bottom: 6px solid #e8e8e8;
}

.task-block .table thead tr {
	border-bottom: 6px solid #e8e8e8 !important;
}

.table .new-table_tbody td:last-child {
	border-radius: 20px !important;
}

@media only screen and (max-width: 1140px) {
	.nav-container__new .hamburger-lines {
		left: -30px;
	}
	.nav-link__new {
		padding: 10px 4px;
	}
	.header-elements__new {
		padding: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-nav {
		padding-left: 20px;
	}
}

.modal-content {
	background-color: #fbfbfb;
	border-radius: 10px;
}


@media only screen and (max-width: 1200px) {
	.project-grid {
		grid-template-columns: 1fr;
	}

	.form-control-static {
		padding: 10px;
	}
}

.panel-heading.note-toolbar {
	flex-wrap: wrap;
}

.table tr:hover td {
	background-color: #d2d2d2;
}

/* ОБНОВЛЕНИЕ ДИЗАЙНА cbd */

/* Правки старой версии контура */

.panel-flat > .panel-heading {
	background-color: #fbfbfb !important;
}

.panel {
	border: none;
}

.table-bordered > tbody > tr > td {
	border: none;
}

.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.02);
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none;
}

.media-user__new {
	display: flex;
	column-gap: 4px;
	align-items: flex-start;
}

.media-user__new .open > a,
.media-user__new .open > a:hover,
.media-user__new .open > a:focus {
	color: #fff;
}

.bg-21223E .navbar-nav > li > a {
	padding-bottom: 10px;
	padding-top: 10px;
}

.input-group-addon {
	background-color: #e8e8e8;
	border-radius: 20px !important;
	min-width: 38px;
	min-height: 38px;
	display: flex;
	align-items: center;
}

/*.input-group__new {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	column-gap: 8px;*/
/*}*/

.input-group {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

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

.dataTable {
	border-collapse: collapse;
}

.dataTables_filter input {
	background-color: #e8e8e8;
	border-color: transparent;
}

.d-flex {
	display: flex !important;
}

.column-gap-10 {
	column-gap: 10px;
}


.main_form_table_td td {
	display: table-cell;
}

.main_form_table_td tbody td {
	color: #333 !important;
}

.main_form_table_td tbody .calendar_day {
	border-radius: 0;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.justify-content-center {
	justify-content: center;
}

.btn-group__small .btn {
	padding: 6px !important;
	min-height: 30px !important;
	height: 30px !important;
}

.helpfillWrapper {
	width: 90%;
}

@media only screen and (max-width: 560px) {
	.helpfillWrapper {
		width: 80%;
	}
}

.table-bordered > thead > tr > td {
	border: none !important;
}

.popover-footer {
	display: flex;
	padding: 4px;
}

.panel-flat > .bg-success {
	background-color: #4CAF50 !important;
}

.login-cover2 .page-container {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding-top: 0 !important;
}

.file-upload__container  label {
	display: block;
}

.file-upload__container {
	margin-bottom: 6px;
}

.file-upload__container .select2-container .select2-selection--single {
	height: 36px !important;
	line-height: 20px !important;
}

.modal-footer {
	display: flex;
	align-items: center;
	column-gap: 6px;
	padding-bottom: 0 !important;
}

.modal-body form {
	padding: 10px;
}

.modal-footer .btn-secondary {
	background-color: #F44336 !important;
}

.modal-header {
	background-color: #f1f1f1;
}

.modal-body td .form-control {
	background-color: #fff !important;
}

.modal-header h3 {
	margin: 0 !important;
}

.col-gap-20 {
	column-gap: 20px;
}

@media only screen and (max-width: 576px) {
	.DateRangePicker.p_relative.d-flex {
		flex-wrap: wrap;
		row-gap: 10px;
	}
}

.select2-w100 .select2-container .select2-selection--single {
	width: 100px !important;
}

.table > thead > tr > th {
	padding: 6px 10px; !important;
}

.table > thead > tr > td {
	padding: 6px 10px !important;
}

table thead tr:first-child td:first-child, .table thead tr:first-child th:first-child {
	border-radius: 20px 0 0 0 !important;
}

table thead tr:first-child td:last-child, .table thead tr:first-child th:last-child {
	border-radius: 0 20px 0 0 !important;
}

table thead tr:nth-child(2) td:first-child, .table thead tr:nth-child(2) th:first-child {
	border-radius: 0 !important;
}

table thead tr:nth-child(2) td:last-child, .table thead tr:nth-child(2) th:last-child {
	border-radius: 0 !important;
}

table thead tr {
	border-bottom: none !important;
}

table thead {
	border-bottom: 6px solid #fbfbfb !important;
}

table tr .select2-selection--single {
	background-color: #fff !important;
}

.list7:hover .reg_num {
	color: #fff !important;
}

select.form-control, td select {
	min-width: initial;
}

select.yearselect {
	width: 43% !important;
}

.h-36px {
	height: 36px;
}

.label-m0 label {
	margin: 0 !important;
}

.th-center th {
	text-align: center;
}

.flex-column {
	flex-direction: column !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.table th {
	text-align: center;
}

.td-left td {
	text-align: left !important;
}

.table {
	border: none !important;
}

.input-group__new .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 190px !important;
}

.col-gap-20px {
	column-gap: 20px !important;
}

.minw-65px {
	min-width: 65px;
}

.span-radius .btn-colorselector {
	border-radius: 10em;
}

.background-white {
	background-color: #fff !important;
}

.noUi-base {
	/*background-color: #fff !important;*/
	border-radius: 10em !important;
}

.select2-search__field {
	background-color: #fff !important;
}

.select2-selection--multiple {
	padding-right: 40px !important;
}

.select2-search.select2-search--inline {
	float: none;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select2-selection__choice {
	border-radius: 10em !important;
	padding: 4px 6px !important;
}

.select2-selection--single .select2-selection__arrow:after {
	right: 19px !important;
}

.div-kbm {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	border-radius: 6px;
	padding: 4px;
}

.div-kbm .span-kbm-item:first-child {
	text-align: left;
}

.div-kbm .span-kbm-item:last-child {
	text-align: right;
}

.span-kbm-item {
	font-size: 12px;
}

.kbm-date {
	background-color: #fff;
	margin-bottom: 0;
	font-size: 12px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 6px 10px;
}

.kbm-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 4px 0;
}

.kbm-btn {
	display: flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 10em;
	margin: 0 auto;
}

.table tr .form-control {
	background-color: #fff !important;
}

.position-absolute {
	position: absolute;
}

.btn-search__new {
	right: 38px;
}

.btn-search__new button {
	color: #333;
	border: 1px solid #333;
}

.background-content {
	background-color: #f1f1f1 !important;
}

.background-th th {
	background-color: #f1f1f1 !important;
}

.filtersExpander {
	background-color: #363853 !important;
}

@media (max-width: 768px) {
	.heading-elements:not(.not-collapsible) {
		position: absolute !important;
		height: 36px !important;
		margin-top: -18px !important;
	}
}

@media (max-width: 768px) {
	.heading-elements:not(.not-collapsible), .breadcrumb-elements:not(.not-collapsible) {
		display: block !important;
	}
}

.dataTables_paginate {
	flex-wrap: wrap;
	row-gap: 4px;
}

.table-td-transparent tbody td {
	background-color: transparent !important;
}

.select2-selection--multiple .select2-search--inline .select2-search__field {
	width: 100% !important;
}

@media only screen and (max-width: 480px) {
	.daterangepicker .table-condensed tr > th, .daterangepicker .table-condensed tr > td {
		padding: 4px;
	}
	.daterangepicker .table-condensed .month {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.daterangepicker .calendar-time {
		margin: 4px 0;
	}
	.tr-mobile {
		display: flex;
		flex-direction: column;
	}
	.pagination {
		flex-wrap: wrap;
		row-gap: 4px;
	}
	/*.table-responsive > .table > tbody > tr > td {*/
	/*	white-space: pre-wrap;*/
	/*}*/
}

.is-bs3 button[type=button].kv-editable-value {
	background: #2196F3;
	border-radius: 20px;
	border: 1px solid #ccc !important;
	padding: 4px 20px;
	color: #fff !important;
	transition: border-color 0.5s ease, background-color 0.5s ease, color 0.5s ease;
}

.is-bs3 button[type=button].kv-editable-value:hover {
	border-color: #2196F3;
	background-color: #fff;
	color: #333 !important;
}

.flex-wrap {
	flex-wrap: wrap;
}

.row-gap-10px {
	row-gap: 10px;
}

/* Правки старой версии контура */

.ts_search_filters--custom  .dropdown-content {
	padding: 10px;
}

.select2-multiple--custom .select2-selection--multiple {
	padding-right: 0 !important;
}

a.breadcrumb-item, a.breadcrumb-elements-item {
	color: inherit;
}

a:not([href]):not([tabindex]) {
	color: inherit;
}

.fa-ruler:before {
	font-size: 16px;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.leaflet-container a.leaflet-popup-close-button {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
	border-radius: 10em;
	color: #515151;
}

.text-black {
	color: #333;
}

.input-group-prepend, .input-group-append {
	display: -ms-flexbox;
	display: flex;
}

.h-38 {
	height: 38px !important;
}

.input-group {
	column-gap: 4px;
}

.text-dark {
	color: #515151;
}

.dropdown-select-image .filter-option {
	display: flex;
	align-items: center;
}

.dropdown-select-image .filter-option .media-object {
	background: #808080;
	border-radius: 100px;
	margin-right: 10px;
}

.d-grid-col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
}

.d-grid-col-3 textarea {
	width: 100%;
}

.d-grid-col-3 div:last-child {
	grid-column: 1/4;
}

@media only screen and (max-width: 991px) {
	.d-grid-col-3 {
		grid-template-columns: repeat(2, 1fr);
	}
	.d-grid-col-3 div:last-child {
		grid-column: 1/3;
	}
}

@media only screen and (max-width: 600px) {
	.d-grid-col-3 {
		grid-template-columns: 1fr;
	}
	.d-grid-col-3 div:last-child {
		grid-column: 1/2;
	}
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-grid {
	display: grid !important;
}

.grid-col-3 {
	grid-template-columns: 1fr 1fr 1fr !important;
}

.w_28px {
	width: 28px;
}

.grid-col-2 {
	grid-template-columns: 1fr 1fr !important;
}

.mleft_60px {
	margin-left: 60px;
}

.w-130px {
	width: 130px;
}