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

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


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

.select2-container .select2-selection--single {
		height: 36px;
}

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

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

.hideOnOpenMenu {
	display: none;
}
.sidebar-xs .hideOnOpenMenu {
	display: block !important;
}

.add-photo-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.w-100 {
	width: 100%;
}

.d-flex-column {
	display: flex;
	flex-direction: column;
}

/* ОБНОВЛЕНИЕ ДИЗАЙНА 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 !important;
}

.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: auto;
	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;
	overflow: hidden;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.nav-sidebar__new ul {
	background-color: #363853 !important;
}

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

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

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

.nav-sidebar__new .active a {
	background-color: #21223E !important;
	border-radius: 10px 0px 0px 10px !important;
	transform: translateX(10px);
}

.nav-sidebar__new .hidden-ul .active .has-ul {
	background-color: #21223E !important;;
}

.nav-sidebar__new .hidden-ul a {
	background-color: #363853 !important;
}

.nav-sidebar__new .hidden-ul a:hover {
	background-color: #21223E !important;
}

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

.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 0px !important;
}

.table thead td:last-child, .table thead th:last-child {
	border-radius: 0px 20px 0px 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;
	flex-wrap: wrap;
	row-gap: 10px;
}

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

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

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

.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;
	border-radius: 10px 10px 0 0;
}

.panel-flat > .panel-heading.bg-primary {
	background-color: #2196F3 !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) !important;
}

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

.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
	background-color: #2196F3;
}

.navigation > li > ul li.active > a {
	background-color: #2196F3;
}

.panel-footer {
	padding-left: 20px;
	padding-right: 20px;
}

.add-file .file-caption-main {
	flex-wrap: wrap;
	row-gap: 10px;
}

.add-file .input-group-btn {
	display: flex;
	align-items: center;
	width: 100%;
	column-gap: 10px;
}

.add-file .fileinput-remove-button {
	color: #fff;
	background-color: #F44336 !important;
	border-color: #F44336 !important;
}

.note-editor {
	width: 100%;
}

.note-editable {
	border: 1px solid #c1c1c1;
	border-radius: 20px;
}

.note-editor .note-toolbar {
	border-bottom: none;
}

.note-style.btn-group, .note-color.btn-group, .note-para.btn-group {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.caret::after {
	display: none;
}

.milestone-date-container__new {
	top: 0;
	transform: none;
	-webkit-transform: none;
	line-height: initial;
	margin-top: 0;
}

.milestone-progress__new span {
	font-size: 16px;
}

@media only screen and (max-width: 768px) {
	.milestone-progress__new .list-inline > li {
		font-size: 10px;
	}
	.milestone-progress ul li {
		padding: 6px;
	}
}

.column-gap-26 {
	column-gap: 26px !important;
}

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

.select2-selection--multiple .select2-search--inline .select2-search__field {
	background-color: #fff;
	width: 100% !important;
	margin-left: 0px !important;
}

.select2-selection--multiple li.select2-search--inline:not(:first-child) .select2-search__field {
	background-color: rgba(255,255,255,0) !important;
	box-shadow: none !important;
	padding-left: 10px !important;
}

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

.ol-popup .closeBox {
	position: absolute;
	right: 0;
	top: -20px;
	background-color: #fff;
	color: #333;
	border: 1px solid #69f;
	border-bottom: 0;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #2196F3 !important;;
	color: #fff !important;;
}

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

.ol-popup.hasclosebox .content {
	margin-right: 0 !important;
	padding: 4px !important;
}

.select2-container--focus .select2-search--inline {
	margin-top: 4px !important;
}

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

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

.select2-container {
	border-radius: 10em;
}

.obligatory-input {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.asterisk-none .input-group .input-group-warn {
	display: none;
}

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

/*.select2-selection--multiple .select2-selection__rendered {*/
/*	padding-right: 46px;*/
/*}*/

.DateRangePicker {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

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

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

.summary-pl-0 .summary {
	padding-left: 0 !important;
}

.glyphicon {
	font-size: 13px !important;
}

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

.btn-info:hover i {
	color: #00BCD4;
}

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

.table-center th,
.table-center td {
	text-align: center !important;
}

.modal-footer {
	display: flex;
	align-items: center;
}

.table td .form-control {
	background-color: #fff;
}

.table th .form-control {
	background-color: #fff;
}

.table td .select2-selection {
	background-color: #fff !important;
	border-radius: 20px;
}

.table th .select2-selection {
	background-color: #fff !important;
	border-right: 20px;
}

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

.dataTable thead .sorting:before, .dataTable thead .sorting:after, .dataTable thead .sorting_asc:after, .dataTable thead .sorting_desc:after, .dataTable thead .sorting_asc_disabled:after, .dataTable thead .sorting_desc_disabled:after {
	top: 16%;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.table .sorting {
	padding-top: 20px !important;
}

.table td {
	text-align: center;
}

.table th {
	text-align: center;
}

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

.table-left th, .table-left td {
	text-align: left;
}

.table {
	border: none !important;
}

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

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

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

.input-group-addon--reset-styles {
	background-color: transparent;
	border-radius: 0 !important;
	min-width: auto;
	min-height: auto;
	display: block;
	padding: 0 !important;
	border: none !important;
	width: auto !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;
}

.gap-10 {
	grid-column-gap: 10px !important;
}

.btn-group-justified.grid-col-3 > .btn-group .dropdown-menu {
	position: absolute;
	will-change: transform;
	top: 0px;
	left: 0px;
	transform: translate3d(0px, -215px, 0px);
}

.select2-container--below .select2-selection--multiple .select2-selection__rendered {
	padding-right: 46px;
}

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

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

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

.select2-selection--single .select2-selection__clear:after {
	display: none;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
	top: 8px;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
	right: 36px;
}

.panel-heading--flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mr-6 {
	margin-right: 4rem !important;
}

.p_20px {
	padding: 5px 20px !important;
}

.bor_creme, .bor_lgrey {
	border-bottom: none !important;
}

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

/* адаптив*/

@media only screen and (max-width: 768px) {
	.table thead td:first-child, .table thead th:first-child {
		border-radius: 0 !important;
	}
	.table thead td:last-child, .table thead th:last-child {
		border-radius: 0 !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;
	}
}

/* адаптив*/

.t3 {
	padding: 20px;
	background: #f1f1f1;
	border-radius: 20px;
	margin-bottom: 30px;
	border: 2px solid #c1c1c1;
}

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

.modal-geo .select2 {
	width: 100% !important;
}

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

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

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

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

.nav_hover > li.active > a, .nav_hover > li.active > a:hover, .nav_hover > li.active > a:focus {
	background-color: transparent !important
}

.input-group--search {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 80px;
}

.input-group-btn--clear {
	position: absolute;
	right: 120px;
	z-index: 3;
}

.btn-labeled > b {
	background-color: transparent !important;
}

.media-list.media-list-linked {
	height: 500px;
	overflow-y: auto;
}

.media-list.media-list-linked li:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

.menu-navigation {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	flex-wrap: wrap;
}

.btn-primary--new {
	color: #000 !important;
	background-color: rgba(33,150,243,0.18) !important;
	width: 100% !important;
}

.container-bnso {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

@media only screen and (max-width: 1200px) {
	.calendar-media--left {
		flex-direction: column;
	}
	.calendar-media--right {
		margin-top: 10px;
	}
	.divCon {
		padding: 4px;
	}
	.divlab {
		margin: auto !important;
	}
}

button.btn.btn-default.offlineCarSearchClear {
	right: 10px !important;
}