body {
	font-family: Inter;
}

.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
*
* ---------------------------------------------------------------------------- */

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.5384616;
  text-decoration: none;
  color: #333333;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bbb;
  background-color: transparent;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 9px 15px;
  font-size: 14px;
  line-height: 1.4285715;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.6666667;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.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;
}

.card > .card-header {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
}

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

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

.modal-body > .card-body {
	padding: 0px;
	margin: 0px -20px -20px -20px;
}

.modal-body > .table-responsive {
	//margin: 0px -20px -20px -20px;
	//width: calc( 100% + 40px);
}



/* ------------------------------------------------------------------------------
*
*  # 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;
}

/* ------------------------------------------------------------------------------
*
*  # 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: 4px 4px !important;
}


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

.content {
		padding: 10px;
}
.page-header-default {
		margin-bottom: 10px;
}
.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;
	height: 330px;
}


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


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


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

.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 .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 .dropdown-item .text .media-object {
	background: #808080;
	border-radius: 100px;
	margin-right: 10px
}

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

/* 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: 48px;
	}
	.navbar-header {
		min-width: 210px;
	}
}

@media only screen and (max-width: 768px) {
	.fixed-form-actions {
		flex-wrap: wrap;
	}
}

.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;
		background: #eeeded;
}

.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;
}

/* DataTable */

table.dataTable {
    background: #fff;
    clear: both;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0
}

table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
    text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0px;
    display: inline-block;
    width: auto
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0
}

table.dataTable>thead>tr>th:active,
table.dataTable>thead>tr>td:active {
    outline: none
}

table.dataTable>thead>tr>th:not(.sorting_disabled),
table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px
}

table.dataTable>thead .sorting,
table.dataTable>thead .sorting_asc,
table.dataTable>thead .sorting_desc,
table.dataTable>thead .sorting_asc_disabled,
table.dataTable>thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: calc(50% - 8px);
    display: block;
    opacity: .6
}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    right: 1em;
    content: "↑";
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    right: .5em;
    content: "↓";
}

table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
    opacity: 1
}

table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
    opacity: 0
}

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
    display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
    border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
    box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
    margin-top: 0 !important;
    border-top: none
}

@media screen and (max-width: 767px) {

    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center !important
    }
}

table.dataTable.table-sm>thead>tr>th:not(.sorting_disabled) {
    padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: .85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px
}

table.table-bordered.dataTable {
    border-right-width: 0
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
    border-right-width: 1px
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
    margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child {
    padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
    padding-right: 0
}

/* ------------------------------------------------------------------------------
 *
 *  # Progress bars
 *
 *  Static demo of Pace themes. For demonstration purposes only. DO NOT use it in live project
 *
 *  Version: 1.0
 *  Latest update: Mar 2, 2015
 *
 * ---------------------------------------------------------------------------- */
.pace-demo {
  display: inline-block;
  background-color: #37474F;
  border-radius: 3px;
  margin-top: 1px;
  margin-bottom: 1px;
  vertical-align: middle;
  padding: 20px;
  position: relative;
}
.pace-demo .pace_progress {
  display: none;
}
.theme_xbox_xs,
.theme_xbox_sm,
.theme_xbox {
  position: relative;
  width: 44px;
  height: 44px;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_sm .pace_activity,
.theme_xbox .pace_activity {
  width: 44px;
  height: 44px;
  -webkit-animation: rotation 1.5s ease-in-out infinite;
  -o-animation: rotation 1.5s ease-in-out infinite;
  animation: rotation 1.5s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity,
.theme_xbox_xs .pace_activity:before,
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: #fff;
}
.theme_xbox_xs .pace_activity:before,
.theme_xbox_sm .pace_activity:before,
.theme_xbox .pace_activity:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-animation: rotation 2s ease-in-out infinite;
  -o-animation: rotation 2s ease-in-out infinite;
  animation: rotation 2s ease-in-out infinite;
}
.theme_xbox_xs .pace_activity:after,
.theme_xbox_sm .pace_activity:after,
.theme_xbox .pace_activity:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -o-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
}
.theme_xbox_with_text span {
  display: block;
  margin-top: 7px;
  color: #fff;
}
.theme_xbox_sm .pace_activity,
.theme_xbox_sm .pace_activity:before,
.theme_xbox_sm .pace_activity:after {
  border-width: 2px;
}
.theme_xbox .pace_activity,
.theme_xbox .pace_activity:before,
.theme_xbox .pace_activity:after {
  border-width: 3px;
}
.theme_perspective {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  height: 30px;
}
.theme_perspective .pace_activity {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-animation: perspective 1.2s infinite ease-in-out;
  -o-animation: perspective 1.2s infinite ease-in-out;
  animation: perspective 1.2s infinite ease-in-out;
}
@keyframes perspective {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  100% {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@-webkit-keyframes perspective {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@-moz-keyframes perspective {
  0% {
    -moz-transform: perspective(120px);
  }
  50% {
    -moz-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -moz-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
.theme_perspective_with_text span,
.theme_squares_with_text span,
.theme_tail_with_text span,
.theme_corners_with_text span,
.theme_radar_with_text span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  color: #fff;
}
.theme_squares {
  width: 30px;
  height: 30px;
}
.theme_squares .pace_activity:before,
.theme_squares .pace_activity:after {
  position: absolute;
  content: "";
  border: 2px solid #fff;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: 5px;
}
.theme_squares .pace_activity:before {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: 0;
  -webkit-animation: rotation_reverse 2s linear infinite;
  -o-animation: rotation_reverse 2s linear infinite;
  animation: rotation_reverse 2s linear infinite;
}
.theme_squares .pace_activity:after {
  -webkit-animation: rotation 2s linear infinite;
  -o-animation: rotation 2s linear infinite;
  animation: rotation 2s linear infinite;
}
.theme_tail {
  width: 30px;
  height: 30px;
}
.theme_tail .pace_activity {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_tail_circle {
  width: 30px;
  height: 30px;
}
.theme_tail_circle .pace_activity {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ffffff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_corners {
  height: 30px;
  width: 30px;
}
.theme_corners .pace_activity {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
  margin-bottom: 3px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-animation: corners 1.5s ease infinite;
  -o-animation: corners 1.5s ease infinite;
  animation: corners 1.5s ease infinite;
}
@keyframes corners {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(180deg);
    border-radius: 0;
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes corners {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: scale(2) rotate(180deg);
    border-radius: 0;
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes corners {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: scale(2) rotate(180deg);
    border-radius: 0;
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
.theme_radar {
  width: 30px;
  height: 30px;
}
.theme_radar .pace_activity {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.theme_bar,
.theme_bar_sm,
.theme_bar_xs {
  position: relative;
  width: 200px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
}
.theme_bar .pace_progress,
.theme_bar_sm .pace_progress,
.theme_bar_xs .pace_progress {
  max-width: 198px;
  display: block;
  position: absolute;
  left: 1px;
  top: 1px;
  height: 4px;
  background: #3FCF96;
  color: #fff;
  line-height: 32px;
  border-radius: 100px;
}
.theme_bar_sm {
  height: 5px;
}
.theme_bar_sm .pace_progress {
  height: 3px;
}
.theme_bar_xs {
  height: 4px;
}
.theme_bar_xs .pace_progress {
  height: 2px;
}


/* car-static */

ul#choices {
	list-style: none;
	padding: 0px 10px;
	margin: 0px;
}

.content-wrapper {
	overflow-y: hidden;
}

/* leaflet */
.leaflet-container {
	z-index: 1;
}

/* buttons */
.btn-group > .btn {
	white-space: nowrap;
}

.speedlist_button_div .btn {
	padding: 0.2rem 0.4rem !important;
}

/* tabs on car-static */
#navTabsSt a.nav-link {
	height: 100%;
}

/* kartik */

.kv-editable-value {
	margin-right: 0px;
	border: 0px;
	background: none;
	border-bottom: 1px dashed;
}


/*ORGANIZATIONS*/


.container-form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 40px;
	padding: 0 13px;
}


.form-group--grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 200px auto;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


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

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

/* Разделение кнонопок (перестилизовано со стилей бутстрапа) */

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
	margin-left: 1px;
}

.mb-25px {
	margin-bottom: 25px;
}

.border-bottom-gray {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

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

.position-left {
	margin-right: 7px;
}

/* Правки по календарю */

.datepicker {
	padding: 10px;
}

.datepicker td, .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
}

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

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

.datepicker thead tr:first-child th, .datetimepicker tfoot th {
	cursor: pointer;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
	background-color: #003399;
}

.datepicker table tr td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.datepicker .table-condensed {
	width: 100%;
}

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

.cursor-pointer {
	cursor: pointer;
}

@media only screen and (max-width: 550px) {
	.dut-mobile {
		display: flex;
		flex-direction: column;
	}
}


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

.block-scroll {
	overflow-y: scroll;
}

.car-info__title {
	display: inline-flex;
	padding: 4px 10px;
	column-gap: 16px;
	border: 1px solid #ccc;
	border-radius: 10px;
	align-items: center;
	font-size: 14px;
}

.car-info__check {
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.car-info__btn {
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

.car-info {
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	padding: 10px 10px;
}

/* car-info table*/

.car-info__table {
	text-align: center;
	background-color: #fff;
	color: #000;
}

.car-info__table table {
	border: 1px solid #bcbcbc;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
}

.car-info__table table tr {
	border: 1px solid #bcbcbc;
	padding: 5px;
}

.car-info__table table th {
	text-align: center;
}
.car-info__table table td {
	padding: 10px;
	text-align: left;
	border-right: 1px solid #bcbcbc;
}

.car-info__table table th {
	color: #333;
	font-weight: bold;
	background-color: #cacaca;
	font-size: 14px;
}


@media screen and (max-width: 600px) {
	.car-info__table table {
		border: 0;
	}
	.car-info__table table thead {
		display: none;
	}
	.car-info__table table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #ddd;
	}
	.car-info__table table td {
		display: block;
		text-align: right;
		font-size: 13px;
		border-bottom: 1px dotted #ccc;
		border-right: 1px solid transparent;
		min-height: 40px;
		border-top: none;
		border-left: none;
	}
	.car-info__table table td:last-child {
		border-bottom: 0;
	}
	.car-info__table table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}

/* car-info table*/

.car-info__delete {
	transition: color 0.5s ease;
}

.car-info__delete:hover {
	color: #bc0000;
}

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

.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;
	top: 6px !important;
	right: 10px !important;

}

.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;
}

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

.content {
	padding: 10px;
}

.card-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;
}

.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 !important;
	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 !important;
	background: #e8e8e8 !important;
}

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

.select2-search__field {
	padding: 6px 16px !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;
}

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

.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;
}

.table {
	border: 1px solid #ccc;
	width: 100%;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.table-responsive {
	padding-top: 10px;
}

.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;
}

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

/* Правки обновленного дизайна только по контуру kaluga_new */

.input-group-text {
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.input-group-prepend {
	margin: 0;
}

.input-group input {
	padding: 10px;
}

.table select.form-control {
	background-color: #e8e8e8;
}

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

.modal-body td input.form-control {
	background-color: #fbfbfb;
	padding: 10px;
}

.modal-body select.form-control {
	background-color: #fbfbfb;
	padding: 10px;
}

.modal-body .input-group-text {
	background-color: #fbfbfb;
}

.modal-body .card-body {
	margin: 0 !important;
}

.modal-body .table thead tr th {
	border-radius: 0px !important;
}

.modal-body .card-body .select2-selection--single {
	background: #fbfbfb !important;
}

.datatable-scroll {
	background-color: transparent;
}

table.dataTable {
	background-color: transparent !important;
	border-collapse: collapse !important;
}

.d-grid-col-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.d-grid-col-2 .input-group {
	width: 100% !important;
}

.d-grid-col-2 .clear::before {
	display: none;
}

.clear:after, .clear:before {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.d-grid-col-2 {
		grid-template-columns: 1fr;
	}
}

.form-group-checkbox {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.elemCheckingDate {
	column-gap: 4px;
}

.divEl, .divEl2, .divEl3, .divEl4 {
	border-radius: 10px;
	color: #fff !important;
}

input.form-control {
	padding: 10px !important;
}

textarea.form-control {
	background-color: #e6e6e6;
	padding: 10px;
}

.form-control-file {
	height: 48px;
}

.kv-drp-dropdown {
	display: flex;
	align-items: center;
	column-gap: 4px;
}

.kv-drp-dropdown input.form-control {
	padding: 10px !important;
	background-color: #fff !important;
}

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

.mapActiveSidePanelHolder input.form-control {
	color: #333 !important;
}

.mapActiveSidePanelHolder thead tr {
	border-bottom: 6px solid #21223E !important;
	color: #fff !important;
}

.mapActiveSidePanelHolder tbody tr {
	border-bottom: 6px solid #21223E !important;
}

.mapActiveSidePanelHolder .table tbody td {
	color: #333 !important;
	padding: 5px !important;
}

.mapActiveSidePanelHolder .table thead td {
	color: #fff !important;
	padding: 5px !important;
}

.mapActiveSidePanelHolder input,
.mapActiveSidePanelHolder .form-check .form-check-label div,
.mapActiveSidePanelHolder table,
.mapActiveSidePanelHolder .select2-selection__rendered {
	color: #333 !important;
}

.mapActiveSidePanelHolder .form-check .uniform-checker span,
.mapActiveSidePanelHolder .form-check .uniform-choice span {
	color: #333 !important;
	border: 0.125rem solid #333;
}

.mapActiveSidePanelHolder .uniform-checker span {
	color: #333 !important;
}

.mapActiveSidePanelHolder .form-check-inline .form-check-label div {
	color: #fff !important;
}

.mapActiveSidePanelHolder .form-check-inline .uniform-checker span,
.mapActiveSidePanelHolder .form-check-inline .uniform-choice span {
	border: 0.125rem solid #fff !important;
	color: #fff !important;
}

.mapActiveSidePanelHolder .btn-xs {
	width: max-content;
	min-height: 30px;
	max-height: 30px;
	height: 30px;
	cursor: pointer;
	max-width: 38px;
}

.mapActiveSidePanelHolder .form-group .select2-selection__rendered {
	color: #333 !important;
}

.progress .percent-progress {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.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;
}

.select2-selection--single .select2-selection__arrow:after {
	right: 10px;
}

select:not([multiple]) {
	background: url("../images/arrow-select.svg") no-repeat center;
	background-position: calc(100% - 0.80em) 1.35em;
	background-size: 0.85em auto;
}

select {
	position: relative;
	padding: 10px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 60px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
	border-left: none !important;
}

.selected-image .sp-replacer {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	background-color: #fbfbfb !important;
}

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

.input-login input {
	padding-left: 30px !important;
}

.form-control:focus {
	box-shadow: none !important;
}

.form-control:not(.border-bottom-1):not(.border-bottom-2):not(.border-bottom-3):focus {
	border-color: transparent !important;
	border-bottom: 2px solid #929292 !important;
}

.input-login .btn-primary {
	width: 100%;
}

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

.border-bottom-gray {
	border: none !important;
}

@media only screen and (max-width: 576px) {
	.table thead th:last-child {
		border-radius: 0 !important;
	}
}

.leaflet-popup-content-wrapper {
	background-color: #fbfbfb !important;
}

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

.nav-link--light .nav-link.active {
	color: #fff !important;
}

.label-light label {
	color: #fff !important;
}



.sidebar-xs .sidebar-user-material-body {
	display: none;
}

.input-group__file input {
	min-height: 48px;
}

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

.popover-footer {
	display: flex;
}


.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;
}

.table thead .border-radius-none th:last-child {
	border-radius: 0 !important;
}

.select2-search--dropdown::after {
	left: 1.85rem !important;
}

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

select.form-control {
	background-color: #e8e8e8 !important;
}

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

.icon-search__feedback {
	left: auto !important;
	right: 20px;
}

.leaflet-popup-close-button {
	top: -10px !important;
	right: 10px !important;
	background-color: #fff !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 !important;
	color: #333 !important;
}

.dropdown-content__new .form-check-label {
	padding: 0;
	white-space: normal;
}

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

.select2-selection--single {
	min-height: 38px;
}

.nav__new {
	background-color: #f1f1f1;
}

.nav__new .nav-item {
	transition: background-color 0.5s ease;
}

.nav__new .nav-item:hover {
	background-color: #fff;
}

select.form-control, td select {
	min-width: auto !important;
}

.table .btn {
	min-width: 30px !important;
	width: max-content !important;
	height: 30px !important;
	min-height: 30px !important;
}

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

.new__btn-table .btn {
	width: 30px !important;
	height: 30px;
	min-height: 30px;
}

.new__btn-table .photobutton {
	width: 30px;
	padding: 0;
	min-height: 30px;
	cursor: pointer;
	margin: 0 !important;
}

.new__btn-table a {
	width: 30px;
	padding: 0;
	min-height: 30px;
	margin: 0 !important;
}

.input-group-sp .input-group-text {
	width: max-content;
}

.sp-replacer {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-dd {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-body td select.form-control {
	background-color: #fbfbfb !important;
	font-size: 12px;
}

.modal-body .form-control:disabled,
.modal-body .form-control[readonly] {
	background: #e8e8e8;
}

.close__new .select2-selection__rendered {
	position: relative;
}

.close__new  .select2-selection__clear {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	right: 20px;
	margin-top: 0;
}

.modal-body td .select2-selection {
	background-color: #fbfbfb !important;
}

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

.align-center {
	align-items: center;
}

.input-group-prepend .input-group-text {
	border-radius: 10em !important;
}

.pagination .prev a {
	border-radius: 10em !important;
}

.pagination .next a {
	border-radius: 10em !important;
}

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

.select2-selection--multiple .select2-selection__choice {
	background-color: #fff;
	margin: 0 !important;
	padding: 0.2rem 1rem !important;

}

.camera_popup {
	background: #fff;
	margin: 20px;
	padding: 20px;
	border-radius: 20px;
}

.car-content-table tr td:first-child{
	background-color: #f1f1f1 !important;
}

.select2-selection__rendered {
	display: flex;
	align-items: center;
	/*padding: 4px 6px;*/
	column-gap: 4px;
	flex-wrap: wrap;
}

.form-control:disabled {
	background: #e8e8e8 !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 th, .table td {
	padding: 0.35rem 0.75rem;
	line-height: 1.3;
}

/*.select2-selection--single .select2-selection__rendered {*/
/*	padding: 4px 0px !important;*/
/*}*/

.select2-selection--multiple .select2-selection__rendered {
	padding: 0 4px !important;
}

.select2-selection--multiple .select2-selection__clear {
	line-height: 32px !important;
}

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

.grid-view {
	padding: 0 10px 10px 10px;

}

/*.datepicker {*/
/*	z-index: 100 !important;*/
/*}*/

/*.flot-chart-content__new div {*/
/*	width: 100% !important;*/
/*}*/

/* Правки обновленного дизайна только по контуру kaluga_new */

.taskBoardDelayed {
	background-color: rgba(255,0,0,0.1);
}
.TasksBoardDataStyle_0 {
	background-color: rgba(236, 238, 0, 0.11) !important;
}
.newTasksBoard {
	background-color: #fff !important
}
.workTasksBoard {
	background-color: #92d050 !important;
}
.workTasksBoardData,
.TasksBoardDataStyle_1,
.TasksBoardDataStyle_2,
.TasksBoardDataStyle_3,
.TasksBoardDataStyle_4,
.TasksBoardDataStyle_5,
.TasksBoardDataStyle_6,
.TasksBoardDataStyle_7,
.TasksBoardDataStyle_8,
.TasksBoardDataStyle_9 {
	background-color: #e2efda !important;
}
.doneTasksBoard,
.TasksBoardDataStyle_20  {
	background-color: #bdd7ee !important;
}
.doneTasksBoardData {
	background-color: #ddebf7 !important;
}

.failTasksBoard,
.TasksBoardDataStyle_30,
.TasksBoardDataStyle_40 {
	background-color: #f79797 !important;
}
.failTasksBoardData {
	background-color: #f5d7d7 !important;
}

.dtCountContainer .dataTables_length {
	margin: 0px !important;
}
.dtSearchContainer .dataTables_filter {
	margin: 0px !important;
}

.td-background-transparent tbody tr {
	background-color: #e8e8e8;
}

.navbar-nav-link {
	padding: 0.875rem 0.5rem !important;
}

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

.list-icons {
	margin: 0 !important;
}

.modal-header {
	padding: 10px !important;
	align-items: center !important;
}

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

.dataTables_length, .dataTables_filter {
	margin: 0 !important;
}

.datatable-header {
	padding: 10px !important;
}

.ol-popup-test .ol-popup {
	display: block;
	width: fit-content;
}

.ol-popup-test .ol-popup-closer:after {
	display: none;
}

.form-group__input-group .input-group {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.form-group__input-group .input-group-btn .btn {
	margin: 0 !important;
}

.form-group__picker .bootstrap-timepicker .picker {
	right: 50px;
}

.mainReportsWrapper.d-flex {
	margin-top: 0px !important;
}

.form-group__timepicker .picker {
	margin-left: 0 !important;
}
.form-group__timepicker .bootstrap-timepicker-hour {
	width: auto !important;
}

.form-group__timepicker .bootstrap-timepicker-minute {
	width: auto !important;
}

@media only screen and (max-width: 1600px) {
	.td-width-mobile tr .form-control {
		min-width: 90px !important;
	}
	.td-width-mobile .input-group {
		flex-wrap: nowrap !important;
	}
}

@media only screen and (max-width: 991px) {
	.mobile--flex-wrap {
		flex-wrap: wrap !important;
	}
	.dataTables_paginate {
		flex-wrap: wrap !important;
		row-gap: 4px;
		padding: 10px 0;
	}
}

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

.noUi-connects {
	background-color: #fff !important;
	border: 1px solid rgba(0,0,0, 0.2);
}

/*настройки и стили*/

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

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

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

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

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

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

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

.bootstrap-select .filter-option-inner-inner .media-object {
	width: 22px !important;
}

.input-group-addon .dropdown-toggle::after {
	display: none;
}

.input-group-append .dropdown-toggle::after {
	display: none;
}

.nav-item .dropdown-menu {
	left: -50px !important;
}

.filter-option-inner-inner {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px !important;
}

.td-text {
	max-width: 800px;
	text-align: left;
}

/*настройки и стили*/

.table-btn__container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}