.management{
	min-width:1100px;
	width:100%;
	background-color:white;
	margin-bottom:30px;
	padding:20px 30px;
}
.management-filters{
	min-width:1100px;
	width:100%;
	background-color:white;
	margin-bottom:30px;
	padding-left:30px;
	padding-right:30px;
}
.management .search-input{

	font-size:13px;
	color:#AFAFAF;
	background-color: #F4F9FB;
	width:220px;
	height:36px;
	text-align: left;
	padding-left:10px;
	border-radius:5px;
	border:1px solid #CDE1E9;
	margin-right:18px;
}
.management .search-input:focus::-webkit-input-placeholder, .management .search-input:active::-webkit-input-placeholder {
   color: rgba(0,0,0,0);
}
.management .search-input:focus::-moz-placeholder, .management .search-input:active::-moz-placeholder {
   color: rgba(0,0,0,0);
}
.management .search-input:focus:-moz-placeholder, .management .search-input:active:-moz-placeholder {
   color: rgba(0,0,0,0);
}
.management .search-input:focus:-ms-input-placeholder, .management .search-input:active:-ms-input-placeholder {
   color: rgba(0,0,0,0);
}
.management .search-button{

	font-size:13px;
	color:white;
	background-color: #00D4FF;
	width:83px;
	height:36px;
	text-align: center;
	border-radius:5px;
	border:none;
}
.car-list-row{
	display:flex;
	align-items: center;
	width:100%;
	min-width:1100px;
	height: 56px;
	border-radius:4px;
	font-size:12px;
	color:#8A95A5;
	font-weight:500;
	justify-content: space-between;
	background-color:white;
	margin-bottom:10px;
	padding-left:30px;
	padding-right:30px;
}
.checkbox{
	width:20px;
	text-align:center;
	display: flex;

    align-items: center;
}
.container-name{
	width:140px;
	text-align: left;
	max-height: 54px;
	overflow: hidden;
	 text-overflow: ellipsis;
	 padding-left:10px;
	 padding-right:10px;
}
.container-name a{
	max-height: 54px;
	overflow: hidden;
	 text-overflow: ellipsis;

}
.container-name a, .container-name a:hover{
	color: #29313C;
}
.location{
	width:320px;
	text-align: left;
	padding-right:10px;
}
.location-status-image{
	margin-right:5px;
}

.value{
	width:60px;
	text-align: left;
}
.value-number{
	color: #29313C;
}
.company{
	width:300px;
	text-align:left;
}
.company div{
	font-size: 12px;
    font-weight: 500;
    color: #29313C;
}
.company img{
	margin-right:5px;
}
.company-top-info{
	margin-bottom:5px;
}
.last-shipment{
	width:150px;
	text-align: center;
}
.last-shipment-content{
	color: #8A95A5;
	font-size:11px;
}
.type{
	width:40px;
	text-align:center;
}
.type span{
	margin:0 auto;
	display: block;

}
.rfid{
	width:85px;
	text-align: center;
	justify-content: center;
}
.status{
	width:40px;
	text-align: center;
}
.settings{
	width: 20px;
	text-align: center;
	justify-content: flex-end;
}
.car-list-body-row{
	height:60px;
}
.car-image{
	margin-right:20px;
}
.car-image img{
	width:80px;
	height: 60px;
}
.car-body{
	display:flex;
	align-items:center;
}
.car-body a{
	font-size:11px;
	color:#949DA0;
	font-weight:normal;
}
.car-body a:hover{
	text-decoration:none;
}
.car-body-company{
	font-size:12px;
	font-weight:500;
	color:#29313C;
}
.car-list-location{
	display:flex;
	align-items:center;
}
.container-location-name a, .container-location-name a:hover{
	font-size:12px;
	font-weight:500;
	color:#29313C;
}
.container-show-on-map a, .container-show-on-map a:hover{
	font-size:11px;
	color:#949DA0;
}

.car-location{
	font-size:12px;
	color:#29313C;
    overflow: hidden;
    height: 54px;
	display: flex;
    align-items: center;
}
.show-on-map{
	font-size:10px;
	color:#949DA0;
}
.vertical-canter{
	display:flex;
	align-items:center;
}
.car-status{
	margin:0 auto;
}
.page-content{
	background-color:#f4f9fb;
}
.cars-title{
	font-size:20px;

	color:black;
}
.cars-total-count{
	font-size:12px;
	color:#909496;
}

.control-buttons {
    display: inline-block;
    background-color: #00d4ff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
	text-decoration: none;
}
.control-buttons:focus, .control-buttons:hover{
	text-decoration: none;
}
.control-buttons.add-button:before {
	content: '+';
    font-size: 35px;
    position: relative;
    color: #fff;
    text-decoration: none;
    left: 10px;
    top: -6px;
    font-weight: 100;
}
.search-form{
	float:left;
}
.sort-and-filters{
	float:right;
}
.sort-and-filters>div{
	float:left;
	font-size:13px;
	font-weight:500;
	padding-top: 7px;
}
.filter-button{
	height:36px;
	width: 116px;
	background-color:#D6E5EB;
	border-radius:5px;
	font-size:13px;
	justify-content:center;
	text-align:center;
	margin-left:15px;
	padding-left:17px;
}
.filter-button>div{
	display:flex;
}
.filter-button:hover{
	cursor:pointer;
}
.management-filters .btn-outline-primary {
    color: #29313C;
    background-image: none;
    background-color: #f4f9fb;
    margin-top: 20px;
	margin-bottom:20px;
    border-radius: 5px;
    font-size: 11px;
	border:none;
	margin:0px;
}
.management-filters .btn-outline-primary:hover, .management-filters .btn-outline-primary:active, .management-filters .btn-outline-primary:focus{
	background-color:#d6e5eb;
	color:#29313C;
}
.management-filters .b-filter-selected-fields .remove-filter-field:before {
    content: '';
}
.management-filters .b-filter-selected-fields .remove-filter-field:after {
    content: url('img/Close.png');
	margin-left:5px;
}
.management-filters .reset-filters-btn{
	float:right;
	font-size:13px;
	background-color: #f4f9fb;
	border:none;
	font-weight:500;

}
.management-filters .reset-filters-btn:hover{
	background-color:#d6e5eb;
}
.management-filters .reset-filters-btn:after{
	content: url('img/Closeblue.png');
	margin-left:5px;
	top: 1px;
    position: relative;
}
.sort-form{
	display:inline-block;
}
#sort-form-select, #sort-form-select:focus, #sort-form-select:active{

    height: 36px;
    border-radius: 5px;
    border: 1px solid #CDE1E9;
    background-color: #F4F9FB;
    font-size: 13px;
    position: relative;
    bottom: 2px;
	padding-left:15px;
	padding-right:15px;
	margin-left:15px;
	width:110px;

}
.sort-by-text{
	color:#8A95A5;
}
.b-title-block{
	display:none;
}
.page-with-sidebar .sidebar-wrapper{
	margin-left:0px;
	left:0px;
}
html {
	overflow-x:hidden;
}
.cars-header{
	margin-top:15px;
	margin-bottom:30px;
}
.management{
	border-radius:4px;
}
.filter-img{
	margin-right:5px;
}
select{
	 -webkit-appearance: none;
	background-image: url('/images/select-arrow.svg');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}
select::-ms-expand {
  display: none;
}
.conten-wrapper{
	position:static;
}
.page .page-content{
	padding-left:40px !important;
	padding-right:40px !important;
}
/*Чекбокс в заголовке*/
.checkbox-image{
	display:none;
}
.checkbox-custom {
	position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
	width: 16px;             /* Обязательно задаем ширину */
	height: 16px;            /* Обязательно задаем высоту */
	border: 1px solid #D8DFE2;
	border-radius: 3px;
}
.checkbox-custom
{
	display: inline-block;
	vertical-align: middle;
}
.checkbox-image:checked + .checkbox-custom{
	background-color: #00D4FF;
	border-color: #00D4FF;
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox-image:checked + .checkbox-custom::before {
	content: "";             /* Добавляем наш псевдоэлемент */
	display: block;			 /* Делаем его блочным элементом */
	position: absolute;      /* Позиционируем его абсолютным образом */
	/* Задаем расстояние от верхней, правой, нижней и левой границы */
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	background: white;     /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
	border-radius: 1px;
}
/*Чекбоксы в информации*/
.checkbox-image-row{
	display:none;
}
.checkbox-custom-row {
	position: relative;      /* Обязательно задаем, чтобы мы могли абсолютным образом позиционировать псевдоэлемент внютри нашего кастомного чекбокса */
	width: 16px;             /* Обязательно задаем ширину */
	height: 16px;            /* Обязательно задаем высоту */
	border: 1px solid #D8DFE2;
	border-radius: 3px;
}
.checkbox-custom-row
{
	display: inline-block;
	vertical-align: middle;
}
.checkbox-image-row:checked + .checkbox-custom-row{
	background-color: #00D4FF;
	border-color: #00D4FF;
}
/* Если реальный чекбокс у нас отмечен, то тогда добавляем данный признак и к нашему кастомному чекбоксу  */
.checkbox-image-row:checked + .checkbox-custom-row::before {
	content: "";             /* Добавляем наш псевдоэлемент */
	display: block;			 /* Делаем его блочным элементом */
	position: absolute;      /* Позиционируем его абсолютным образом */
	/* Задаем расстояние от верхней, правой, нижней и левой границы */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-image:  url('/images/checkbox-tick.svg');     /* Добавляем фон. Если требуется, можете поставить сюда картинку в виде "галочки", которая будет символизировать, что чекбокс отмечен */
	background-position: center center; /* Положение фона */
    background-repeat: no-repeat;
	border-radius: 1px;
}
#sort-form-select option{
	font-weight:bold;
}
.popup-icon{
	margin-right:15px;
	width:14px;
	height:12px;
}
.dummy{
	display:inline-block;
}
.popover.popover-control-panel .popover-content .menu-container a {
	color:#323A45 !important;
	font-size:13px !important;

	padding: 10px 23px !important;
	border:none !important;
}
.popover.popover-control-panel .popover-content .menu-container{
	width:180px !important;

	border:none !important;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.popover{
	border:none !important;
}
.popover.bs-tether-element-attached-top .popover-arrow, .popover.popover-bottom .popover-arrow{
	border:none !important;
}
.popover.popover-control-panel .popover-arrow{
	top:-5% !important;
}
.search-filter{
	width: 220px;
	color: #29313C;
    background-image: none;
    background-color: #f4f9fb;
    margin-top: 20px;
    border-radius: 5px;
    font-size: 11px;
    border: none;
	padding: 10px;
	padding-left:25px;
	padding-right:25px;

}
.search-filter:hover{
	background-color: #d6e5eb;
	cursor:pointer;
}
.container-additional-info{
	font-size:10px;
	color:#949DA0 !important;
}
.containers-not-found{
	margin-top: 30px;
    text-align: center;
}
.company {
    width: 170px;
    text-align: left;
}