body {
	font-family: Verdana;
}

.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: 6px 6px;
}


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

.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: .3
}

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

.table_gears_stat__new {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 310px;
}

.table_gears_stat__new tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 50%;
}

@media only screen and (max-width: 1200px) {
	.table_gears_stat__new {
		max-height: 360px;
	}
}

@media only screen and (max-width: 860px) {
	.table_gears_stat__new {
		max-height: max-content;
	}

	.table_gears_stat__new tr {
		max-width: 100%;
	}
}


.monitor-eco__block div {
	width: 100%;
}

.monitor-eco__block .card-title {
	width: 100%;
}

.monitor-eco__block .list-icons {
	justify-content: flex-end;
}

.index-air {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.label-default {
	border-color: #999999;
}

.label {
	display: inline-block;
	font-weight: 500;
	padding: 2px 5px 1px 5px;
	line-height: 1.5384616;
	border: 1px solid transparent;
	text-transform: uppercase;
	font-size: 10px;
	color: #fff;
	letter-spacing: 0.1px;
	border-radius: 2px;
}


/* Датчик дорожного полотна */

.card-sensor__header h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0;
}

.card-sensor__header {
	border-bottom: 1px solid #aeaeae;
	padding: 10px 20px;
}

.card-sensor__item .li-weather {
	line-height: 28px;
	font-size: 16px;
	padding: 0;
	position: relative;
	padding-left: 16px;
}

.card-sensor__item .li-weather::before {
	content: " ";
	position: absolute;
	left: 0;
	top: 10px;
	width: 6px;
	height: 6px;
	border-radius: 10em;
	background-color: #26A69A;
}

.card-sensor__item {
	padding: 30px;
	align-items: center;
}

.card-sensor__item img {
	width: 60px;
	margin-right: 30px;
	float: right;
}

.ul-weather-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 560px) {
	.card-sensor__item img {
		display: none;
	}
	.card-sensor__item .li-weather {
		font-size: 14px;
		line-height: 20px;
	}
}