body, html {
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.container-defect-photoes {
	max-width: 800px;
	width: 720px;
	margin: 0 auto;
}

@media (max-width: 720px) {
	.tabs-car {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.container-defect-photoes {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
	}
	.fotorama {
		width: 100%;
	}
}

.lds-spinner {
	  color: #000000;
	  display: inline-block;
	  position: relative;
	  width: 80px;
	  height: 80px;
	}
	.lds-spinner div {
	  transform-origin: 40px 40px;
	  animation: lds-spinner 1.2s linear infinite;
	}
	.lds-spinner div:after {
	  content: " ";
	  display: block;
	  position: absolute;
	  top: 3px;
	  left: 37px;
	  width: 6px;
	  height: 18px;
	  border-radius: 20%;
	  background: #fff;
	}
	.lds-spinner div:nth-child(1) {
	  transform: rotate(0deg);
	  animation-delay: -1.1s;
	}
	.lds-spinner div:nth-child(2) {
	  transform: rotate(30deg);
	  animation-delay: -1s;
	}
	.lds-spinner div:nth-child(3) {
	  transform: rotate(60deg);
	  animation-delay: -0.9s;
	}
	.lds-spinner div:nth-child(4) {
	  transform: rotate(90deg);
	  animation-delay: -0.8s;
	}
	.lds-spinner div:nth-child(5) {
	  transform: rotate(120deg);
	  animation-delay: -0.7s;
	}
	.lds-spinner div:nth-child(6) {
	  transform: rotate(150deg);
	  animation-delay: -0.6s;
	}
	.lds-spinner div:nth-child(7) {
	  transform: rotate(180deg);
	  animation-delay: -0.5s;
	}
	.lds-spinner div:nth-child(8) {
	  transform: rotate(210deg);
	  animation-delay: -0.4s;
	}
	.lds-spinner div:nth-child(9) {
	  transform: rotate(240deg);
	  animation-delay: -0.3s;
	}
	.lds-spinner div:nth-child(10) {
	  transform: rotate(270deg);
	  animation-delay: -0.2s;
	}
	.lds-spinner div:nth-child(11) {
	  transform: rotate(300deg);
	  animation-delay: -0.1s;
	}
	.lds-spinner div:nth-child(12) {
	  transform: rotate(330deg);
	  animation-delay: 0s;
	}
	@keyframes lds-spinner {
	  0% {
		opacity: 1;
	  }
	  100% {
		opacity: 0;
	  }
	}
	

dt label {
	margin: 0;
}

dt label input[type="checkbox"] {
	margin-right: 7px;
}

.dl-checkboxes dt, .dl-checkboxes dd {
	margin-bottom: 5px;
}

a {
	color: #0d6efd;
}

img {
   image-orientation: from-image;
}
 
.promocode {
  color: rgba(0,0,0, 0.5);
  margin-right: 15px;
}

.status_answer {
	padding-left: 15px;
	border-left: 3px solid rgba(0,0,0, 0.09);
	float: left;
	margin: 5px 0 15px;
	width: 100%;
}

.dot-red {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: rgba(234, 0, 7, 1);
	margin: 0 auto;
	
}

.dot-gray {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0 auto;
}


.toCopy {
	cursor: pointer; 
	
}

.banBuyTime {
	cursor: pointer;
}

.drive_photo_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: .5em;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.drive_photo {
	width: 100%;
/* 	height: 200px; */
}

.drive_photo_div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 220px;
	position: relative;
}

.drive_photo_div_type {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 2px 5px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-radius: 4px;
	letter-spacing: 1px;
}

.drive_photo_list {
	margin: 10px 0 0px 0;
	font-size: 12px;
}

.drive_photo_list span {
	color: rgba(0,0,0, 0.5);
	margin-right: 5px;
}



table.cars_list {
   border-collapse: separate;
   border-spacing: 0 6px;
}

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

table.cars_list tr td:first-child {
	border-radius: 10px 0 0 10px;
	padding-left: 20px;
}

table.cars_list tr td:last-child {
	border-radius: 0 10px 10px 0;
	padding-right: 20px;
}



.control-editable {
	width: 70px !important;
	margin: 0 auto;
	text-align: center;
}


/* ////// */

.arrow-compare {
	color: rgba(0,0,0, 0.5);
/* 	padding: 0 7px; */
	margin-right: 10px;
	cursor: pointer;
	transition: color 0.3s ease;
	width: 20px;
	text-align: center;
}

.arrow-compare:hover {
	color: rgba(0,0,0, 0.3);
}


/* ///////////////// */

.filter-items {
	margin: 0 0 30px;
}

.filter-items input[type=checkbox] {
    display: none;
}

.filter-item {
    display: inline-block;
    margin: 0 10px 10px 0;
}

.filter-item label {
    cursor: pointer;
    font-weight: normal;
    display: block;
    padding: 7px 20px 6px;
    color: #000;
    background: rgba(0,0,0,0.07);
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.filter-item input[type=checkbox]:checked + label {
    color: #fff;
    background: #000;
}

.filter-item label i {
	color: rgba(0, 0, 0, 0.4);
	margin-right: 8px;
}

.filter-item input[type=checkbox]:checked + label i {
	color: rgba(255, 255, 255, 1) !important;
	
}

.filter-item input[type=checkbox] + label span.managers_count {
	color: rgba(0,0,0,0.6);
	font-size: 0.85em;
	margin-left: 6px;
}

.filter-item input[type=checkbox]:checked + label span.managers_count {
	color: rgba(255,255,255,0.7);
}







.filter-check {
/* 	margin-left: 10px; */
	padding: 7px 10px 6px;
	background: rgba(0,0,0,0.12);
	border-radius: 0 5px 5px 0 !important;
	display: inline-block;
	cursor: pointer;
	float: right;
	
	transition: 0.3s all ease;
}

.filter-check:hover {
	background: rgba(0,0,0, 0.15);
}

.filter-check i {
	font-size: 15px;
	color: rgba(0,0,0,0.2);
	transition: all 0.3s ease;
}

i.choosed-check {
	color: #000;
}


.filter-item.item-checkbox label {
	display: inline-block !important;
	border-radius: 5px 0 0 5px !important;
}

/* ///////////////// */

body.modalOpen {
	overflow: hidden;
}

.changerangelink, .changerangelink:hover {
	cursor: pointer;
	text-decoration: none;
}

.year-filter {
	float: left;
	margin: 0 10px;
}

.months-filter {
	float: left;
	margin: 0 0px 0 10px !important;  
}


.months-item-compare label span, .years-item-compare label span {
	color: rgba(0,0,0,0.6);
	font-size: 0.85em;
    margin-left: 6px;
}

.months-item-compare input[type=checkbox]:checked + label span, .years-item-compare input[type=checkbox]:checked + label span {
	color: rgba(255,255,255,0.7);
}

.months-item-compare input[disabled] + label {
	opacity: 0.5;
}

.year-filter button,
.months-filter button {
	margin: 0;
}

.changerangelink_map_row {
	display: block;
	margin: 15px 0 0 0;
}

.img-opacity {
	opacity: 0.5;
}

.notify-opacity {
	opacity: 0.5;
}

.changerangelink_map {
	margin-left: 12px;
}

body.fixed {
	position:fixed; /*позицианируем чтобы исчез скролл*/
	width:100%; /*что бы верстка не складывалась по ширине*/
}

.isOk {
	width: 100%;
	text-align: center;
	float: left;
}

.isOk i {
	margin: 0 3px;

}

.suf_table {
	color: rgba(0,0,0, 0.5);
	font-size: 0.9em;
	margin-left: 0px;
}

.itog_period td {
	border-top: 3px solid #ddd !important;
	color: #ff8000;
}

.itog_total td, .itog_total th {
	background-color: rgba(255,128,0, 0.05) !important;
}

.tags_choose_container {
	width: auto;
	float: left;
}

#tags_choose {
/* 	display: inline-block; */
/* 	float: left; */
	width: 100%;
}

.callOn {
	cursor: pointer;
}

.photo-created-drive {
	display: block;
	margin: 10px 0 15px;
}

.btn-black:hover {
	background-color: #464645 !important;
	color: #ffffff !important;
}

.btn-black {
	background-color: #000000;
	color: #ffffff;
}

.photo-drive {
	display: inline-block;
}

.tag_item {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 7px 15px;
	background: rgba(0,0,0, 0.05);
	/* background: #fff9dd; */
	color: rgba(0,0,0, 0.7);
	line-height: 33px;

	border-radius: 5px;
	/* border: 1px solid #ddd */
}

.success_rent {
	color: #ff8000;
	font-weight: bold;
}

.mleft8 {
	margin-left: 8px;
}

.grencolorm {
	color: rgba(94,196,59, 1)
}

.tag_item:hover {
	/* background: rgba(0,0,0, 0.07); */
}

.autonumber {
	background: #fff;
}


.call_comments_open,
.problem_comments_open {
	margin-left: 20px;
	display: inline-block;
	float: none !important;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	color: rgba(0,0,0,0.5);
}

.problem_comments_open:hover,
.call_comments_open:hover {
	color: rgba(0,0,0, 0.8);
}

.problem_comments_open span.count_problem_comments,
.call_comments_open span.count_call_comments {
	font-size: 0.8em;
	display: inline-block;
	float: none !important;
}

.problem_comments, .call_comments {
	padding-left: 80px;
}


.comment-item {
	display: block;
	margin: 15px 0;
	
	border-left: 3px solid rgba(0,0,0, 0.09);
	padding-left: 15px;
}

.comment_manager_name {
	margin-left: 10px;
	display: inline-block;
	float: none !important;
}

.problem-item > span {
	max-width: 90%;
}

.comment-footer {
	color: rgba(0,0,0,0.5);
	display: block;
	font-size: 0.85em;
}

.delete_comment_problem:hover {
	color: rgba(0,0,0, 0.8);
	transition: all 0.3s ease-in-out;
}

.comments_block {
	margin-bottom: 20px;
	
	float: left;
	width: 100%;
}

.hide_data {
	color: rgba(0,0,0, 0.3);
}

.tag_item i {
	float: left;
	line-height: 33px;
	font-size: 20px;
	margin-right: 8px;
	color: rgba(0,0,0, 0.15);
}

.tag_item a {
	display: inline-block;
	margin-left: 8px;
	color: #000;

	/* float: right; */
	font-size: 21px;
	font-weight: 700;
	/* line-height: 1; */
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);

	text-decoration: none;
	cursor: pointer;
}

.model_logo {
	width: 22px;
	height: auto;
}

.compare_model_logo {
	width: 30px;
	margin-right: 10px;	
}

.compare_model_logo img {
	height: 22px;
	width: auto; 
}

.compare_model_logo_body {
	margin-right: 10px;	
	width: 30px;
}

.compare_model_logo_body img {
/* 	width: auto; */
/* 	height: 22px; */

	max-width: 30px;
	max-height: 22px;
/* 	height: 100%; */
	
}

.tag_item a:hover,
.tag_item a:focus {
	opacity: 0.5;
	color: #000;
	text-decoration: none;
}


.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.icons_drive i {
	/* margin-right: 10px; */
	/* float: left; */
	display: block;
	text-align: center;
	line-height: 17px;
	width: 25px;
}

table tr td {
	vertical-align: middle !important;
}


table tr:first-child td {
	border-top: none !important;
}



tr.noborder td {
	border: none !important;
}

.page{
/* 	padding-top:100px; */
	padding-top: 70px;
	
	width: 100%;
	height:100%;
	float: left;
}

.page.page-map {
	padding-top: 50px;
}

.page.page-map .tag_item {
	margin-top: 20px;
}

.ContentModal {
	overflow: auto;
    max-height: 90vh;
}

.child-overflow {
	z-index: 1;
}

.ContentModal:has(.child-overflow) {
	overflow: visible;
}

.navbar-header {
	padding-right: 35px;
}

.navbar-brand {
	font-size: 1.4em !important;
}

.navbar-brand span {
	font-size: 0.55em;
	margin-left: 10px;
}

/*
.navbar-default {
	background: #212529!important;
}
*/


.qr-code {
	width: 100%;
	text-align: center;
}

.button-form {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.ModalWindow .button-form {
	margin: 30px 0 0 !Important;
}

.text-form {
		width: 100%;
}

.title-form {
		width: 100%;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
}

.name-form {
		width: 100%;
		text-align: center;
		font-size: 1.4em;
		color: #ff8000;
		margin-top: 15px;
}

.name-form span {
		font-size: 1.5em;
		color: #000;
		padding: 0 3px;
}


.btn-red {
	color: #fff;
	background: red;
	border: 1px solid red !important;
}


.title-form2 {
		width: 100%;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
		color: #ff8000;
}

.name-form2 {
		width: 100%;
		padding-left: 350px;
		font-size: 1.4em;
}



/**************************************************************************************/
/* Form Validation */
label.error {
	padding: 3px 4px 0px 4px;
	color: #c93605;
        font-size:11px;
        float: left;
        line-height: 1.2em;
        width: 100%;
		margin: 0 0 10px;
 }

form input.error {border: 1px solid #ED7A53 !important;}
/*form input.valid {border: 1px solid #38d446 !important;}*/


.form-control.error {
	margin-top: 0;
	margin-bottom: 0;
}

/**************/

.preview-img-doc {
	width: 70px;
	height: auto;
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.preview-img-defect {
	max-width: 70px;
/* 	width: 70px; */
/* 	height: 70px; */
	float: left;
	padding: 1px;
	border: 1px solid #ccc;
	cursor: pointer;
}

#preview-img,
.preview-img {
	/*width: 60px;
	height: 60px;*/
	width: 45px;
	height: 45px;
	float: left;
	padding: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}

.map-car-img {
	width: 140px;
	height: 140px;

	width: 45px;
	height: 45px;

	float: left;
	padding: 3px;
	border: 1px solid rgba(0,0,0,0.1);
}

.map-car-right {
	float: left;
	width: 240px;
	padding: 15px 20px;
	/* width: 220px; */
	/* padding: 0 20px 0 20px; */
}

.auto-number-image {
	float: left;
	width: 100%;
}

.car-number {
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}

.rub-icon {
	color: rgba(0,0,0,0.5);
	/* font-weight: bold; */
	/* font-size: 12px; */
	margin-left: 3px;
  font-family: Arial;
}

.map-car-title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
	font-size: 16px;
}


.green_bg td,
.green_bg th,
.td_green {
	background: rgba(204,255,204,0.5) !important;
}

.darkgreen_bg td,
.darkgreen_bg th {
	background: rgba(26,194,26,0.5) !important;
}

.cross-session-client td,
.cross-session-client th {
	background: rgba(100, 100, 155, 0.4) !important;
}

.td_opacity {
	opacity: 0.4;
}

.selection_tr td,
.selection_tr th {
	background: rgba(0,0,0,0.05);
}

.orange_bg td,
.orange_bg th {
	background: rgba(255, 183, 0, .4) !important;
}

.map-car-category {
	float: left;
	width: 100%;
	color: rgba(0,0,0,0.4);
	margin: 0 0 10px;
}

.map-car-status {
	float: left;
	width: 100%;
	margin: 0 0 5px;
	/* margin: 0 0 10px; */
}

.map-car-row {
	float: left;
	width: 100%;
	margin: 0 0 5px;
}




/*********************************************/

.tr_line_crumbs {
	font-weight: bold;
}

.tr_line_crumbs td {
	padding: 30px 0 5px 0!important;
	line-height: 40px;
	/*color: #47A447;*/
}

.tr_line_crumbs_zero td {
	padding: 0px 0 5px 0px !important;
	line-height: 24px;
	border: none !Important;
	font-weight: bold;
	/*color: #47A447;*/
}

.tr_line_crumbs_zero2 td {
	border: none !Important;
}




select {
    float:left;
    margin: 5px 0 !important;
}


.dislike {
	margin-right: 3px;
}

.dislike.redcolor {
	color: red;
}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: pointer !important;
}








.fancybox-title-float-wrap .child {
	text-align: left !important;
}



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


/***************************************/

.numberStatistic {
	font-size: 24px;
	margin: 0 10px;
	color: #ff8000;
}

h4, .h4 {
    font-size: 20px !important;
    font-weight: bold !important;
}






li.minitext a {
	color: #b2b2b2 !important;
	font-size: 0.85em;
}

li.minitext a:hover {
	background: none !important;
}




/*********************************/

.payout {
	width: 20px;
	height: 20px;
	background: red;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.filter_item {
	display: inline-block;
	margin-right: 50px;
}


/*********************************************/

.ModalBg {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 1100;
	background: rgba(0,0,0, 0.5);
	display: none;
}

.ModalWindow2 {
	background: #fff;
	/*width: 800px;*/
	padding: 25px;
	position: absolute;
	z-index: 1140;
	top: 30px;
	left: 50%;
	/*margin-left: -400px;*/
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}
.wrapModalWindow {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 1140;
}

.ModalWindow {
	display: block;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	/* Относится к центрированию */
	margin: auto;
}

.ModalWindow .close {
	position: relative;
	right: -15px;
	top: -20px;
	margin-bottom: -20px;
}

#ModalTitle {
	margin: 0 0 20px;
}


#ModalTitle span {
	color: #ff8000;
	margin-left: 5px;
	font-size: 1.2em;
}
/*
.name-form {
		width: 100%;
		text-align: center;
		font-size: 1.4em;
		color: #ff8000;
		margin-top: 15px;
}

.name-form span {
		font-size: 1.5em;
		color: #000;
}*/

.LineLoad  {
    background: url('../img/loader.gif') center center no-repeat;
	width: 40px;
	height: 40px;
	float: left;
	display: none;
	margin: 5px 20px;
}

.ModalWindow label{
	padding-top: 6px;
}

.ModalWindow .form-control{

	width: auto;
	margin: 0 10px;

}

.ModalWindow .button-form {
	text-align: left;
}





.btn-warning {
    color: #FFF;
    background-color: #ff8000 !important;
    border-color: #D58512;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-danger {
	color: #FFF;
    background-color: #ff0000 !important;
    border-color: #ff0000;
}

.btn-yellow {
	background: #efd803 !important;
	border-color: #efd803;
	color: #000 !important;
}

.btn-yellow :hover, .btn-yellow :focus, .btn-yellow :active {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-yellow:hover i, .btn-yellow :focus i, .btn-yellow :active i {
	background: none !important;
}

.btn-red {
	background: red !important;
	border-color: red;
	color: #fff !important;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-success i.fa {
	width: 28px !important;
}



/*
.btn-info {
	color: #FFF;
	background-color: #fff000 !important;
    border: none !important;
}*/





/*******************************************************/

.balanceBlock {
	float: left;
	width: 100%;
	/*width: 300px;*/
	padding: 20px 20px;
	border: 2px solid #FF8000;
	/*margin-top: 25px;*/
}

.balanceBlockTitle {
	float: left;
	/*width: 100%;*/
	font-size: 1.6em;
	line-height: 25px;
	margin-right: 15px;
}

.balanceBlockPrice {
	float: left;
	/*width: 100%;*/
	font-size: 1.3em;
	line-height: 25px;
}

.balanceBlockPrice span {
	color: #FF8000;
	font-size: 1.5em;
	line-height: 25px;
}


/*******************************************************************/
/*
@media (min-width: 1100px) {
	.balanceBlock {
		width: 260px;
	}

	#point_select {
		width: 260px;
	}
}

*/



/**************************/

.inline {
    float: left;
    line-height: 2.4em;
    /*height: 34px;*/
    margin: 0 7px;
}
/*
.inline input.form-control {
    width: 80px;

}*/

.RowInline {
    width: 100%; float:left;
    margin: 5px 0;
}

.Before {
    margin-left: 10px;
}


#Tariff1, #Tariff2, #Tariff3, #Tariff4, #Tariff5, #TariffNext {
    display: none;
}



.RowInline .inline:nth-child(1) {
    width: 45px;
}


.RowInline .inline:nth-child(2) {
    width: 80px;
}

.RowInline .inline:nth-child(3) {
    width: 55px;
}

.RowInline .inline:nth-child(4) {
    width: 80px;
}


/******************/

.qr-code-point {
    float: left;
    margin: 4px 10px 4px 0;
    cursor: pointer;
}

.qr-code-point2 {
    float: left;
    margin: -2px 15px 0 0;
    cursor: pointer;
}









.withoutborder .hide_parent {
	display: none;
}


tr.withoutborder td {
	border: none !important;
}



td.padding-three {
	padding: 8px 3px  !important;
}

td.padding-three-l {
	padding: 8px 2px 8px 8px !important;
}


td.padding-three-r {
	padding: 8px 8px 8px 2px !important;
}





.table-name{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;

	padding: 20px 0 20px !important;

	border: none !important;
}



.qr-code-cursor{
	cursor: pointer;
}










.form-signin-two .btn {
    margin-bottom: 10px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}



table.points tr:hover td/*, table.devicestable tr:hover td*/ {
	background-color: #f7f7f7 !important;
	cursor: pointer;
}

i.lockOn {
	cursor: pointer;
	color: rgba(0,0,0,0.5);
}

table tr.isService td {
	background-color: rgba(0,0,0,0.05) !important;
}

table tr.not_available td {
	background-color: rgba(0,0,0,0.1) !important;
}


table tr.isLock td, table tr.isService.isLock td,
tr.isDebt td {
	/* //background-color: rgba(255,128,0,0.1) !important; */
	/* background-color: #fff9dd !important; */

	background-color: rgba(255, 0, 0, 0.12) !important;
}

table tr.isLockRed td {
	background-color: rgba(255, 0, 0, 0.3) !important;
}

table tr.sel_yellow td {
	background-color: #fff9dd !important;
}

table tr.sel_green td {
	/* //background-color: rgba(255,128,0,0.1) !important; */
	background-color: rgba(204,255,204,0.5) !important
}


table tr.sel_order td {
  background-color: rgba(204,255,204,0.5) !important;
}



table tr.choose_tr td {
	background-color: rgba(0,0,0,0.05) !important;
}


table tr td #preview-img {
	background: #fff;
}


table tr.is_process {
/* 	border: 2px solid red; */
	opacity: 0.5;
}

table.points tr.active td {
	background-color: #fff1e2 !important;
	cursor: pointer;
}


/* 
.for_buy {
	
} */


table.devicestable tr.active td, table.clients tr.active td, table.managers tr.active td, table.sales tr.active td, table.calls tr.active td {
	background-color: #fff9dd !important;
}

.td_img {
	float: left;
	background: #fff;
}

.toprint, .tomessage, .managerAuth {
	cursor: pointer;
}
/*
.toprint:hover {
	text-decoration: underline;
}
*/

.devicestable > tbody + tbody {
    border: none !important;
}

.city_map_row {
	display: inline-block !important;
	margin-left: 5px;
}

.city_map_row:first-child {
	margin-left: 0;
}

.buttonAddBlacklist, .buttonToPrint, .buttonToMessage, .buttonToTransfer, .buttonCloseChoose, .buttonCloseChooseDevices, .buttonAddCompensation, .buttonDepositOff {
/* 	position: fixed; */
/* 	bottom: 50px; */
/* 	right: 50px; */
/*
	font-size: 1.8em;
	background: #FF8000;
	color: #fff;
	width: 50px;
	height: 50px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
*/
/* 	opacity: 0; */
/* 	display: none; */
/* 	z-index: 100000; */
}
/*

.buttonAddCompensation {
	right: 170px;
}

.buttonCloseChoose, .buttonCloseChooseDevices {
	right: 50px;
}

.buttonToMessage {
	right: 230px;
}

.buttonToTransfer {
	right: 170px;
}

.buttonAddBlacklist {
	right: 110px;
}

.buttonToPrint {
	right: 110px;
}

.buttonDepositOff {
	right: 290px;
}

.buttonAddBlacklist i, .buttonToPrint i, .buttonToMessage i, .buttonToTransfer i, .buttonCloseChoose i, .buttonCloseChooseDevices i, .buttonAddCompensation i, .buttonDepositOff i {
	margin-top: 11px;
}
*/

/*
.buttonAddBlacklist:hover, .buttonToPrint:hover, .buttonToMessage:hover, .buttonToTransfer:hover, .buttonCloseChoose:hover, .buttonCloseChooseDevices:hover, .buttonAddCompensation:hover, .buttonDepositOff:hover {
	background: #000;
}
*/


.highcharts-range-selector-buttons {
	display: none;
}



.graphic {
	width: 100%;
	height: 400px;
}

.data_graph {
	margin: 0;
}
/*
.highcharts-title {
	font-size: 1.3em !important;
}*/


td.balance {
	color: #FF8000;
	font-weight: bold;
}



.help-input {
	font-size: 11px;
	float: left;
	width: 100%;
	margin: 0 5px 15px;
}



.tr_line_crumbs_zero td.padding_tw {
	padding-top: 40px !important;
}

table.tableclients {
	background: #fafafa;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

table.tableclients tr td:first-child {
	padding-left: 20px !important;
}

table.tableclients tr td:last-child {
	padding-left: 20px !important;
}

table.tableclients tr:last-child td {
	padding-bottom: 20px !important;
}




table#issue2 {
	margin-bottom: 0;
}

table#issue2 tr:last-child {
	padding-bottom: 20px;
}






.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
/*     background-color: #ff8000 !important; */
	background-color: #000 !important;
}

.dropdown-menu > .active > a i, .dropdown-menu > .active > a:hover i, .dropdown-menu > .active > a:focus i {
	color: #fff !Important;
}






#list_categories {
	padding: 15px 0;
}

.category_item {
	padding: 6px 15px;
	background: #dedede;
	border-radius: 4px;
	display: inline-block;

	-moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
	margin: 0 10px 10px 0;
}

.category_item i {
	margin-left: 15px;
	cursor: pointer;

	-moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.category_item i:hover {
	color: #ff8000;
}



.back_to_widget {
	font-size: 12px;
	float: right;
	margin-top: 8px;
}




.notrdev td {
	border-top: none !important;
}



input.devicestatus,
input.clientstatus,
input.carsharingenb,
input#clientblack,
input.deviceservice,
input.deliveryzone30,
input.deliveryzone,
input.freeplaces,
input.clientapproves {
  display: none;
}

input.devicestatus + label,
input.clientstatus + label,
input.carsharingenb + label,
input#clientblack + label,
input.deviceservice + label,
input.deliveryzone + label,
input.deliveryzone30 + label,
input.freeplaces + label,
input.clientapproves + label {
  display: inline-block;
  background-color: #F10000;
  color: white;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 17px;
  line-height: 17px;
  position: relative;
  text-transform: uppercase;
  width: 30px;

  margin-top: 6px;

  border-radius: 15px;
  cursor: pointer;
}

input.deviceservice + label,
input.deliveryzone + label,
input.deliveryzone30 + label,
input.freeplaces + label {
	background-color: rgba(0,0,0,0.2);
}

/*
input.clientapproves + label {
	background-color: #ff8800;
}
*/

input.clientstatus[disabled] + label,
input#clientblack[disabled] + label,
input.deliveryzone[disabled] + label,
input.deliveryzone30[disabled] + label,
input.freeplaces[disabled] + label,
input.clientapproves[disabled] + label {
	background-color: rgba(0,0,0, 0.15) !important;
}

input.devicestatus + label,
input.devicestatus + label i,
input.clientstatus + label,
input.clientstatus + label i,
input.carsharingenb + label,
input.carsharingenb + label i,
input#clientblack + label i,
input.deviceservice + label i,
input.deviceservice + label,
input.deliveryzone30 + label,
input.deliveryzone30 + label i,
input.deliveryzone + label,
input.deliveryzone + label i,
input.freeplaces + label, 
input.freeplaces + label i,
input.clientapproves + label i {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

input.devicestatus:checked + label,
input.clientstatus:checked + label,
input.carsharingenb:checked + label,
input#clientblack:checked + label,
input.deliveryzone:checked + label,
input.deliveryzone30:checked + label,
input.clientapproves:checked + label {
  background-color: #15CB07;
}

input.deliveryzone.reorganize_zone:checked + label {
	background-color: #000;
}



input.deviceservice:checked + label {
	background-color: blue;
}

input.deliveryzone:checked + label,
input.freeplaces:checked + label {
	background-color: #ff8000;
}

input.freeplaces:checked + label  {
  background-color: red;
}

input.freeplaces.freeplacesblue:checked + label  {
  background-color: #0000f5;
}


input.devicestatus + label:before,
input.devicestatus + label:after,
input.devicestatus + label i,
input.clientstatus + label:before,
input.clientstatus + label:after,
input.clientstatus + label i,
input.carsharingenb + label:before,
input.carsharingenb + label:after,
input.carsharingenb + label i,
input#clientblack + label:before,
input#clientblack + label:after,
input#clientblack + label i,
input.deviceservice + label:before,
input.deviceservice + label:after,
input.deviceservice + label i,
input.deliveryzone + label:after,
input.deliveryzone + label:before,
input.deliveryzone + label i,
input.deliveryzone30 + label:after,
input.deliveryzone30 + label:before,
input.deliveryzone30 + label i,
input.freeplaces + label:after,
input.freeplaces + label:before,
input.freeplaces + label i,
input.clientapproves + label i,
input.clientapproves + label:before,
input.clientapproves + label:after {
  width: 50%;
  display: inline-block;
  height: 100%;
  text-align: center;
  border-radius: 50%;
}

input.devicestatus + label:before,
input.clientstatus + label:before,
input.carsharingenb + label:before,
input#clientblack + label:before,
input.deviceservice + label:before,
input.deliveryzone + label:before,
input.deliveryzone30 + label:before,
input.freeplaces + label:before,
input.clientapproves + label:before {
  content: attr(data-text-true);
}

input.devicestatus + label:after,
input.clientstatus + label:after,
input.carsharingenb + label:after,
input#clientblack + label:after,
input.deviceservice + label:after,
input.deliveryzone + label:after,
input.deliveryzone30 + label:after,
input.freeplaces + label:after,
input.clientapproves + label:after,
input.clientapproves + label:after {
  content: attr(data-text-false);
}

.ModalWindow .form-horizontal .form-control {
	margin: 0 !important;
	width: 120px;
}

.control-value {
	padding-top: 7px !important;
}

.form-group-two {
	margin-bottom: 0 !important;
}

.form-group-three {
	margin-bottom: 2px !important;
}


.fio .form-control {
	display: inline-block;
}

.delivery_zone,
.free_places,
.form_search_map {
/* 	position: fixed; */
/* 	right: 53px; */
/* 	bottom: 115px; */
	background: rgba(255,255,255, 0.9);
	padding: 5px 15px 4px;
	border-radius: 6px;
	display: block;
	
	margin-top: 10px;
	
	
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
	
	
}

.form_search_map input[type="text"] {
	width: 100px !important;
    float: left;
    margin-right: 10px;
    border: none;
    box-shadow: none;
    /* border-bottom: 1px solid rgba(0,0,0, 0.3); */
    border-radius: 0;
    padding: 0;
    height: 30px !important;
}

.map_search_close {
	color: rgba(0,0,0,0.4);
	cursor: pointer;
	display: inline-block;
	margin-right: 5px;
	padding: 0 5px;
	line-height: 25px;
	transition: all 0.3s ease;
	
	
	position: absolute;
    right: 88px;
    top: 18px;
}

.map_search_close:hover {
	color: #000;
}

.map_search_button {
	display: inline-block !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}

/*
.delivery_zone.top_delivery_zone {
	bottom: 165px;
}

.free_places.top_free_places {
	bottom: 255px;
}

.free_places.top_free_placesgreen {
	bottom: 210px;
}
*/

input.devicestatus + label i,
input.clientstatus + label i,
input.carsharingenb + label i,
input#clientblack + label i,
input.deviceservice + label i,
input.deliveryzone + label i,
input.deliveryzone30 + label i,
input.freeplaces + label i,
input.clientapproves + label i {
  top: 10%;
  background-color: white;
  height: 80%;
  left: 5%;
  position: absolute;
  width: 45%;
}

input.devicestatus:checked + label i,
input.clientstatus:checked + label i,
input.carsharingenb:checked + label i,
input#clientblack:checked + label i,
input.deviceservice:checked + label i,
input.deliveryzone:checked + label i,
input.deliveryzone30:checked + label i,
input.freeplaces:checked + label i,
input.clientapproves:checked + label i {
  left: 50%;
}


label {
	font-family: Arial !important;
}



#clientUpdate label.error {
		display: none !important;
	}


.gallery_items {
	float: left;
	width: 100%;

	margin: 0 0 30px 0;
}

.gallery_items .gallery_item {
	float: left;
	width: 32%;
	border: 1px dashed #ccc;
    padding: 4px;
	margin: 0 2% 15px 0;

	position: relative;
}

.gallery_items .gallery_item:last-child {
	margin-right: 0;
}

.gallery_items .gallery_item img {
	width: 100%;
	height: auto;
}

.gallery_items .gallery_item.active {
	border-color: #eea236;
}

.gallery_items .gallery_item:hover {
	border-color: #eea236;
	cursor: pointer;
}

.gallery_item_delete {
	position: absolute;
	top: 15px;
	z-index: 10;
	background: rgba(0,0,0,0.5);
	color: #fff;
	right: 15px;
	padding: 5px;
	display: block;
	border-radius: 5px;
	font-size: 11px;
}

.gallery_item_delete:hover {
	background: #eea236;
}





.cross_out .titleline {
	text-decoration: line-through;
	color: rgba(0,0,0,0.4);
}


.cross_out_line .titleline {
	text-decoration: line-through;
	color: rgba(0,0,0,0.4);
}


.categorytitle {
	color: rgba(0,0,0,0.4);
}













.buttons-rotate {
	margin-bottom: 10px;
	display: block;
}

.rotate-btn {
	cursor: pointer;
    padding: 3px 12px;
    background: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    margin: 0 10px 0 0;
    border-radius: 5px;
}

.rotate-btn.active {
	border-color: rgba(255, 174, 0, 1);
	background: rgba(255, 174, 0, 0.15);
}

.rotate1 {
	-webkit-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}

.rotate2 {
	-webkit-transform: rotate(180deg) !important;
	-ms-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.rotate3 {
	-webkit-transform: rotate(270deg) !important;
	-ms-transform: rotate(270deg) !important;
	transform: rotate(270deg) !important;
}

.rotate4 {
	-webkit-transform: rotate(360deg) !important;
	-ms-transform: rotate(360deg) !important;
	transform: rotate(360deg) !important;
}







.page_full, .container_full {
	float: left;
	width: 100%;
	height: 100%;
}

.container_full #map {
	height: 100%;
/* 	padding: 50px 0 0 0; */
	padding: 0;
	margin: 0;
	border: none;
}

.car-follow {
	margin-top: 10px;
}

.car-follow,
.car-follow:hover,
.car-follow:active,
.car-follow:focus {
	background: #ff8000;
	background: black;
	color: #fff !important;
}





.editPloygon, .savePloygon {
/*
	position: fixed;
	right: 60px;
	bottom: 65px;
	z-index: 1000;
*/
/* 	width: 150px; */
	text-align: center;
	display: block;
	margin-top: 10px;
}

.editPloygon {
	z-index: 1100;
}

.addPloygon, .editPloygon {
	background: #000 !important;
	color: #fff !important;
	border: none;
}

.addPloygon {
	margin-top: 10px;
	display: block;
/*
	position: fixed;
	right: 60px;
	bottom: 110px;
	z-index: 1100;
*/
/* 	width: 150px; */
	text-align: center;
}


.buttons_map .btn {
	display: block;
/* 	float: right; */
}


.table-name {
    border-top: 1px solid #ddd !important;
}


.table.devicestable {
	border-bottom: 1px solid #ddd
}





.img_rt {
	overflow: auto;
    display: block;
    max-width: 700px;
    /*max-width: 70vw;
    max-height: 80vh;*/
}



.imgs_selfie {
	width: 100%;
	float: left;
	height: 350px;
	margin: 10px 0 20px;
	overflow-y: scroll;
}

.imgs_selfie img {
	/* display: inline-block; */

	/* float: left; */
	display: block;
	max-height: 300px;
	max-width: 300px;
}




.autonumber {
	float: left;
	width: 124px;
	height: 35px;
	border: 1px solid #b2b2b2;
	border-color: #000;
	border-radius: 4px;
	line-height: 31px;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
}

.autonumber .numb, .autonumber .reg {
	display: inline-block;
	width: 40px;
	text-align: center;
	font-weight: 600;
	font-size: 13px;
	float: left;
}

.autonumber .numb {
	font-size: 14px;
	font-weight: 600;

	border-right: 1px solid #b2b2b2;
	border-color: #000;
	text-align: center;
	width: 80px;
	float: left;
	line-height: 30px;
}

.autonumber .numb span {
	margin: 0 2px;
	font-weight: 500;
	font-size: 20px;
}

.autonumber .flug_rus, .autonumber .reg .reg_num {
	display: block;
	line-height: 13px;
}

.autonumber .reg .reg_num {
	padding-top: 4px;
}

.autonumber .flug_rus, .autonumber .reg .flug_rus {
	font-size: 8px;
}

.autonumber .reg .flug_rus span {
	width: 10px;
	/*height: 7px;*/
	display: inline-block;
	margin-left: 2px;
	border: 1px solid #000;
	/*border-bottom: none;*/
}

.autonumber .reg .flug_rus span i {
	display: block;
	height: 2px;
	width: 100%;
}

.autonumber .reg .flug_rus span i.w {
	background: #fff;
}

.autonumber .reg .flug_rus span i.b {
	background: #0065b3;
}

.autonumber .reg .flug_rus span i.r {
	background: #e91e20;
}


.photo_empty_ {
	border: 1px solid rgba(0,0,0,0.2);
	background: rgba(0,0,0, 0.06);
	width: 200px;
	height: 240px;
	display: inline-block;
/* 	float: left; */
	margin: -2px 6px 0 0;
}


.car-fuel {
	float: left;
	width: 100%;
	padding: 10px 0;
}


.btn.btn-orange {
	color: #fff;
	background: #ff8000;
}

.btn.btn-orange .orange-icon {
	color: #fff;
}




.link-driven-history {
	text-decoration: none !important;
	cursor: pointer !important;
}

.link-driven-history:hover span {
	color: red !important;
}



.orangetext {
	color: #ff8000;
	font-weight: bold;
}

.graytext {
	color: rgba(0,0,0,0.5);
	margin-left: 10px;
}

.aboutcompens {
	color: rgba(0,0,0,0.4);
	font-size: 11px;
	margin: 0 5px;
}



.red-border {
	border: 4px solid red;
}

.green-border {
	border: 4px solid #15CB07;
}

.orange-border {
	border: 4px solid #ff8800;
}



.count_subs span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #000;
	background: #ffc000;
	float: left;
	text-align: center;
	border-radius: 15px;
	font-weight: bold;
	cursor: default;
}

.count_subs span.read_all {
	background: #f0f0f0 !important;
}

.btn-other-photo {
	background: #ffc000 !important;
}


.btn-other-photo-green {
	background: #15CB07 !important;
}






tr.itog th,
tr.itog td {
	border-top: 2px solid rgba(0,0,0,0.1) !important;
}

tr.itog_total {
	/* color: #ff8000; */
}

.nav.navbar-nav li a {
	line-height: 20px;
}

.nav.navbar-nav li a i {
	margin-right: 6px;
	float: left;
	font-size: 14px;
	color: rgba(0,0,0,0.8);
	line-height: 20px;
}



.delivery-date {
	float: left;
	width: 100%;
	margin: 10px 0 5px;
	/* margin: 10px 0; */
}

.delivery-dataroute {
	float: left;
	width: 100%;
	margin: 5px 0 0;
}



.nav>li>a {
	padding-left: 12px !important;
	padding-right: 12px !important;
}


 
.big-text {
	font-size: 17px;
	/* display: block;
	margin-top: 5px; */
}



.empty_data {
	color: rgba(0,0,0, 0.4);
	font-size: 12px;
}


a.decreaseDeposit {
	text-decoration: none !important;
}

a.checkCardOnStart i,
a.autoPayIgnore i { 
	display: block;
	cursor: pointer;
	text-decoration: none !important;
}


.title_black {
	color: #000;
}

.title_gray {
	color: rgba(0,0,0,0.6);
}





.top_links_table {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.top_links_m20 {
	margin: 20px 0;
}

.top_links_table li {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.top_links_table li a {
	display: block;
	padding: 7px 20px 6px;
	color: #000;
	background: rgba(0,0,0,0.07);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
}

.top_links_table li a i {
	color: rgba(0, 0, 0, 0.4);
    margin-right: 8px;
}

.top_links_table li a.active i {
	color: rgba(255, 255, 255, 1) !important;
}



.top_links_table li a:hover,
.top_links_table li a:focus {
	background: rgba(0,0,0,0.15);
	text-decoration: none;
}

.top_links_table li a span {
	color: rgba(0,0,0,0.6);
	font-size: 0.85em;
	margin-left: 6px;
}

.top_links_table li a.active {
	background: #000;
	color: #fff;
}

.top_links_table li a.active span {
	color: rgba(255,255,255,0.7);
}

.table-name span.table-counter {
	color: rgba(0,0,0,0.5);
	font-size: 0.8em;
	margin-left: 10px;
}

.sorting-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*margin-bottom: 10px;*/
}

.sorting-row li {
	margin: 0 10px 10px 0;
}

.sorting-select {
	flex: 0 0 auto;
}

.sorting-buttons {
	display: flex;
	flex-direction: row;
}

.sorting-buttons .btn {
	padding: 7px 12px;
}

.selection-button {
	display: inline-flex;
	align-items: center;
	padding: 7px 20px 6px;
	color: #000;
	background: rgba(0,0,0,0.07);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
	white-space: nowrap;
}

.selection-button:hover, .selection-button:focus {
	background: rgba(0,0,0,0.15);
	text-decoration: none;
}

.selection-button i {
	margin-right: 8px;
}

.selection-button span {
	white-space: nowrap;
}

@media (max-width: 400px) {
	.sorting-row {
		flex-direction: column;
		align-items: flex-start;
	}

	.sorting-select {
		width: max-content;
	}

	.sorting-buttons {
		width: max-content;
	}

	.sorting-buttons {
		justify-content: flex-start;
	}
}


.a-bolder {
	font-weight: bold;
}




.set_yellow td,
.set_yellow th{
	background: #fff9dd !important;
}


.set_blue td,
.set_blue th {
	background: rgba(66,170,255, 0.15) !important;
}




.dl-horizontal dt {
	text-align: left !important;
	width: 240px !important;
}


table.devicestable tr:last-child td {
	padding-bottom: 8px !important;
}


.container-fluid {
	max-width: 1500px;
}










.sort_change {
	color: rgba(0,0,0, 0.3);
	display: inline-block;
	margin-left: 7px;
	cursor: pointer;
	
	transition: 0.3s all ease-in-out;
}

.sort_change:hover {
	color: #ffc000;
}

.sort_change.active {
	color: #ffc000;
}


.hide_sort {
	display: none;
}






/*

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
	border: none !important;
    display: block;
    text-align: left;
    font-size: 13px;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
*/







.tags_choose_a {
/*
	position: static;
	display: inline-block;
*/
	
	
/* 	background: #FF8000; */
	background: #000;
	color: #fff;
	width: 35px;
	height: 35px;
	cursor: pointer;
	text-align: center;
	border-radius: 50%;
	
/* 	transition: 0.3s; */

	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	
}

.tags_choose_a:hover {
	background: #ff8000;
	color: #fff;
}

.tags_choose_a > i {
	margin-top: 9px;
	font-size: 1.2em;
}

.tags_w {
	padding: 6px 8px 5px;
	border-radius: 5px;
	color: rgba(0,0,0, 0.9);
	font-size: 0.85em;
	letter-spacing: .3px;
}

.tags_wb {
	border: 1px solid rgba(255, 0, 0, 0.85);
}

.preloader {
	display: inline-block;
	margin: 0 0 0 10px;
	height: 34px;
}

.preloader_divider {
	float: left;
	margin-right: 8px;
	line-height: 34px;
	height: 34px;
}

.preloader_repeat {
	line-height: 34px;
	height: 34px;
	float: left;
}

.preloader_repeat span {
}

.preloader_i {
	display: none;
	line-height: 34px;
	height: 34px;
	float: left;
/* 	padding: 0 10px; */
}


.date_filter_line {
	line-height: 34px;
	height: 34px;
	float: left;
	margin-right: 10px;
}

.range_radius_container,
.range_time_container {
	margin: 15px 0;
}

/*
.delivery_unit {
	float: right;
}
*/

/*

.container_items {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.item-1 {
  width: 8px;
  height: 8px;
  background: #f583a1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-1:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.item-2 {
  width: 8px;
  height: 8px;
  background: #f583a1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-2:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.item-3 {
  width: 8px;
  height: 8px;
  background: #f583a1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-3:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.item-4 {
  width: 8px;
  height: 8px;
  background: #f583a1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-4:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
.item-5 {
  width: 8px;
  height: 8px;
  background: #f583a1;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%, 75% {
    transform: scale(2.5);
  }
  78%, 100% {
    opacity: 0;
  }
}
.item-5:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}
*/
















/*

.banter-loader {
  width: 28px;
  height: 28px;
}
.banter-loader__box {
  float: left;
  position: relative;
  width: 8px;
  height: 8px;
  margin-right: 2px;
}
.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: gray;
}
.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 2px;
}
.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 10px;
}
.banter-loader__box:nth-child(3):before {
  margin-top: 20px;
}
.banter-loader__box:last-child {
  margin-bottom: 0;
}
@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-10px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(10px, 0);
  }
  45.4545454545% {
    transform: translate(10px, 10px);
  }
  54.5454545455% {
    transform: translate(10px, 10px);
  }
  63.6363636364% {
    transform: translate(10px, 10px);
  }
  72.7272727273% {
    transform: translate(10px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(10px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(10px, 0);
  }
  45.4545454545% {
    transform: translate(10px, 10px);
  }
  54.5454545455% {
    transform: translate(10px, 10px);
  }
  63.6363636364% {
    transform: translate(10px, 10px);
  }
  72.7272727273% {
    transform: translate(10px, 10px);
  }
  81.8181818182% {
    transform: translate(0px, 10px);
  }
  90.9090909091% {
    transform: translate(0px, 10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-10px, 0);
  }
  18.1818181818% {
    transform: translate(-10px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-10px, 0);
  }
  45.4545454545% {
    transform: translate(-10px, 0);
  }
  54.5454545455% {
    transform: translate(-10px, 0);
  }
  63.6363636364% {
    transform: translate(-10px, 0);
  }
  72.7272727273% {
    transform: translate(-10px, 0);
  }
  81.8181818182% {
    transform: translate(-10px, -10px);
  }
  90.9090909091% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-10px, 0);
  }
  18.1818181818% {
    transform: translate(-10px, 0);
  }
  27.2727272727% {
    transform: translate(-10px, -10px);
  }
  36.3636363636% {
    transform: translate(0px, -10px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -10px);
  }
  63.6363636364% {
    transform: translate(0px, -10px);
  }
  72.7272727273% {
    transform: translate(0px, -10px);
  }
  81.8181818182% {
    transform: translate(-10px, -10px);
  }
  90.9090909091% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(10px, 0);
  }
  45.4545454545% {
    transform: translate(10px, 0);
  }
  54.5454545455% {
    transform: translate(10px, 0);
  }
  63.6363636364% {
    transform: translate(10px, 0);
  }
  72.7272727273% {
    transform: translate(10px, 0);
  }
  81.8181818182% {
    transform: translate(10px, -10px);
  }
  90.9090909091% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-10px, 0);
  }
  27.2727272727% {
    transform: translate(-10px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 10px);
  }
  81.8181818182% {
    transform: translate(-10px, 10px);
  }
  90.9090909091% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(10px, 0);
  }
  18.1818181818% {
    transform: translate(10px, 0);
  }
  27.2727272727% {
    transform: translate(10px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -10px);
  }
  54.5454545455% {
    transform: translate(10px, -10px);
  }
  63.6363636364% {
    transform: translate(0px, -10px);
  }
  72.7272727273% {
    transform: translate(0px, -10px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-10px, 0);
  }
  27.2727272727% {
    transform: translate(-10px, -10px);
  }
  36.3636363636% {
    transform: translate(0px, -10px);
  }
  45.4545454545% {
    transform: translate(0px, -10px);
  }
  54.5454545455% {
    transform: translate(0px, -10px);
  }
  63.6363636364% {
    transform: translate(0px, -10px);
  }
  72.7272727273% {
    transform: translate(0px, -10px);
  }
  81.8181818182% {
    transform: translate(10px, -10px);
  }
  90.9090909091% {
    transform: translate(10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-10px, 0);
  }
  18.1818181818% {
    transform: translate(-10px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-10px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-10px, 0);
  }
  72.7272727273% {
    transform: translate(-10px, 0);
  }
  81.8181818182% {
    transform: translate(-20px, 0);
  }
  90.9090909091% {
    transform: translate(-10px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}
*/

























.banter-loader {
  width: 20px;
  height: 20px;
  margin: 7px 0 0 0px;
}
.banter-loader__box {
  float: left;
  position: relative;
  width: 6px;
  height: 6px;
  margin-right: 1px;
}
.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FF8000;
}
.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 1px;
}
.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 7px;
}
.banter-loader__box:nth-child(3):before {
  margin-top: 14px;
}
.banter-loader__box:last-child {
  margin-bottom: 0;
}
@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-7px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(7px, 0);
  }
  45.4545454545% {
    transform: translate(7px, 7px);
  }
  54.5454545455% {
    transform: translate(7px, 7px);
  }
  63.6363636364% {
    transform: translate(7px, 7px);
  }
  72.7272727273% {
    transform: translate(7px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}
@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(7px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(7px, 0);
  }
  45.4545454545% {
    transform: translate(7px, 7px);
  }
  54.5454545455% {
    transform: translate(7px, 7px);
  }
  63.6363636364% {
    transform: translate(7px, 7px);
  }
  72.7272727273% {
    transform: translate(7px, 7px);
  }
  81.8181818182% {
    transform: translate(0px, 7px);
  }
  90.9090909091% {
    transform: translate(0px, 7px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}
@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-7px, 0);
  }
  18.1818181818% {
    transform: translate(-7px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-7px, 0);
  }
  45.4545454545% {
    transform: translate(-7px, 0);
  }
  54.5454545455% {
    transform: translate(-7px, 0);
  }
  63.6363636364% {
    transform: translate(-7px, 0);
  }
  72.7272727273% {
    transform: translate(-7px, 0);
  }
  81.8181818182% {
    transform: translate(-7px, -7px);
  }
  90.9090909091% {
    transform: translate(0px, -7px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}
@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-7px, 0);
  }
  18.1818181818% {
    transform: translate(-7px, 0);
  }
  27.2727272727% {
    transform: translate(-7px, -7px);
  }
  36.3636363636% {
    transform: translate(0px, -7px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -7px);
  }
  63.6363636364% {
    transform: translate(0px, -7px);
  }
  72.7272727273% {
    transform: translate(0px, -7px);
  }
  81.8181818182% {
    transform: translate(-7px, -7px);
  }
  90.9090909091% {
    transform: translate(-7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}
@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(7px, 0);
  }
  45.4545454545% {
    transform: translate(7px, 0);
  }
  54.5454545455% {
    transform: translate(7px, 0);
  }
  63.6363636364% {
    transform: translate(7px, 0);
  }
  72.7272727273% {
    transform: translate(7px, 0);
  }
  81.8181818182% {
    transform: translate(7px, -7px);
  }
  90.9090909091% {
    transform: translate(0px, -7px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}
@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-7px, 0);
  }
  27.2727272727% {
    transform: translate(-7px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 7px);
  }
  81.8181818182% {
    transform: translate(-7px, 7px);
  }
  90.9090909091% {
    transform: translate(-7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}
@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(7px, 0);
  }
  18.1818181818% {
    transform: translate(7px, 0);
  }
  27.2727272727% {
    transform: translate(7px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -7px);
  }
  54.5454545455% {
    transform: translate(7px, -7px);
  }
  63.6363636364% {
    transform: translate(0px, -7px);
  }
  72.7272727273% {
    transform: translate(0px, -7px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}
@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-7px, 0);
  }
  27.2727272727% {
    transform: translate(-7px, -7px);
  }
  36.3636363636% {
    transform: translate(0px, -7px);
  }
  45.4545454545% {
    transform: translate(0px, -7px);
  }
  54.5454545455% {
    transform: translate(0px, -7px);
  }
  63.6363636364% {
    transform: translate(0px, -7px);
  }
  72.7272727273% {
    transform: translate(0px, -7px);
  }
  81.8181818182% {
    transform: translate(7px, -7px);
  }
  90.9090909091% {
    transform: translate(7px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}
@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-7px, 0);
  }
  18.1818181818% {
    transform: translate(-7px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-7px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-7px, 0);
  }
  72.7272727273% {
    transform: translate(-7px, 0);
  }
  81.8181818182% {
    transform: translate(-14px, 0);
  }
  90.9090909091% {
    transform: translate(-7px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}







input#clientblack + label {
	background-color: #15CB07 !important;
}

input#clientblack:checked + label {
	background-color: #F10000 !important;
}



.car_status {
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 35px;
	background-color: #ccc;
	border-radius: 50%;
	border: 0px solid #ccc;
	box-sizing: border-box; 
	 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.car_status_red {
	background-color: rgba(234, 0, 7, 1);
	border-color: rgba(234, 0, 7, 1);
}

.car_status_green {
	background-color: rgba(31, 197, 10, 1);
	border-color: rgba(31, 197, 10, 1);
}

.car_status_yellow {
	background-color: rgba(254, 240, 10, 1);
	border-color: rgba(254, 240, 10, 1);
}

.car_status_middle {
	width: 35px;
	height: 35px;
}

.car_status_big {
	width: 50px;
	height: 50px;
}



.fc-button-primary:not(:disabled):active, .fc-button-primary:not(:disabled).fc-button-active {
	background-color: #000 !important;
	border-color: #000 !important;
}

.fc-button-primary {
	background-color: #bcbcbc !important;
	border-color: #ababab !important;
}

.fc-row .fc-highlight-skeleton td, .fc-row .fc-bgevent-skeleton td {
	cursor: pointer !important;
}

.fc-event{
    cursor: pointer;
}


.edit-icon-event {
	display: inline-block;
	color: rgba(0,0,0,0.5);
	cursor: pointer;
	font-size: 17px;
	
}

.edit-icon-event:hover {
	color: rgba(0,0,0,0.7);
}

.delete-icon-event {
	display: inline-block;
	color: rgba(234, 0, 7, 0.8);
	cursor: pointer;
	font-size: 17px;
	margin-left: 10px;
}

.delete-icon-event:hover {
	color: rgba(234, 0, 7, 1);
}



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

.fc-button .fc-icon {
	font-size: 1.3em !important;
}

.link_start_work i {
	color: rgba(31, 197, 10, 1);
}

.link_end_work i {
	color: rgba(234, 0, 7, 1);
}



.drivers_icons i {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-right: 5px;
}




.blocked_window {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 1000000000000000;
}


.user-blocked {
	opacity: 0.4;
}



.dropdown-menu>li>a i {
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
}


.notavailable_bal {
	color: rgba(0,0,0,0.4) !important;
}




.months-compare input[type=checkbox],
.years-compare input[type=checkbox] {
	display: none;
}

.months-item-compare,
.years-item-compare  {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.months-item-compare label,
.years-item-compare label {
	cursor: pointer;
	font-weight: normal;
	display: block;
	padding: 7px 20px 6px;
	color: #000;
	background: rgba(0,0,0,0.07);
	border-radius: 5px;
	text-decoration: none;
	transition: 0.3s;
}



.months-item-compare label:hover,
.years-item-compare label:hover {
	background: rgba(0,0,0,0.15);
}


.months-item-compare input[type=checkbox]:checked + label,
.years-item-compare input[type=checkbox]:checked + label {
	color: #fff;
	background: #000;
}


.mode-radio-compare, .year-radio-compare {
	margin-right: 20px;
	display: inline-block;
}

.mode-radio-compare label, .year-radio-compare label {
	margin-left: 5px;
	font-weight: normal;
}




.buttons_map {
	text-align: right;
	position: fixed;
	bottom: 100px;
	right: 50px;
/* 	z-index: 100000; */
z-index: 1000;
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	
/* 	align-items: flex-end; */
}




@media screen and (max-width: 600px) {
	.buttons_map {
		bottom: 20px;
		right: 20px;
		font-size: 12px;
	}
	
	.buttons_map .btn,
	.delivery_zone, .free_places {
		margin-top: 5px;
		font-size: 12px;
		padding: 5px 7px;
	}
}




/*************** Права доступа **************/
.permission-description {
	display: block;
	font-size: 0.9em;
	color: rgba(0,0,0, 0.7);
}

.permission-slug {
	display: block;
	font-size: 0.9em;
	color: rgba(0,0,0, 0.5);
}


/************************/

.subtitle-modal {
	font-weight: bold !important;
	font-size: 1.2em;
	margin: 30px 0 15px;
	color: rgba(0,0,0, 0.5);
}


.to_type {
	background: rgba(0,0,0, 0.05);
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 2px;
}

.work_type {
	background: rgba(0,0,255,  0.05);
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin: 2px;
}




/*
.months-item-compare label, .years-item-compare label.filter_type {
	
}
*/




.to_type_service {
	background: rgba(140, 46, 0, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_service {
	background: rgba(140, 46, 0, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_service + span.filter-check {
	background: rgba(140, 46, 0, 0.4) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_service .service_count,
.label-types .filter-items input[type=checkbox]:checked + label span {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_service i {
	color: rgba(0, 0, 0, 0.4) !important;
}


.to_type_addition {
	background: rgba(245, 93, 0, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_addition {
	background: rgba(245, 93, 0, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_addition + span.filter-check {
	background: rgba(245, 93, 0, 0.35) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_addition .addition_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_addition i {
	color: rgba(0, 0, 0, 0.4) !important;
}



.to_type_regular {
	background: rgba(233, 168, 0, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_regular {
	background: rgba(233, 168, 0, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_regular + span.filter-check {
	background: rgba(233, 168, 0, 0.4) !important;
}

.filter-items input[type=checkbox]:checked + label.filter_type_regular .regular_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_regular i {
	color: rgba(0, 0, 0, 0.4) !important;
}


.to_type_exterior_repair {
	background: rgba(0, 135, 107, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_exterior_repair {
	background: rgba(0, 135, 107, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_exterior_repair + span.filter-check {
	background: rgba(0, 135, 107, 0.4) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_exterior_repair .exterior_repair_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_exterior_repair i {
	color: rgba(0, 0, 0, 0.4) !important;
}




.to_type_interior_repair {
	background: rgba(0, 120, 223, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_interior_repair {
	background: rgba(0, 120, 223, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_interior_repair + span.filter-check {
	background: rgba(0, 120, 223, 0.4) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_interior_repair .interior_repair_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_interior_repair i {
	color: rgba(0, 0, 0, 0.4) !important;
}


.to_type_connect {
	background: rgba(103, 36, 222, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_connect {
	background: rgba(103, 36, 222, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_connect + span.filter-check {
	background: rgba(103, 36, 222, 0.4) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_connect .connect_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_connect i {
	color: rgba(0, 0, 0, 0.4) !important;
}


.to_type_parts {
	background: rgba(221, 0, 129, 0.25) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_parts {
	background: rgba(221, 0, 129, 0.25) !important;
	color: #000;
}
.filter-items input[type=checkbox]:checked + label.filter_type_parts + span.filter-check {
	background: rgba(221, 0, 129, 0.4) !important;
}
.filter-items input[type=checkbox]:checked + label.filter_type_parts .parts_count {
	color: rgba(0,0,0, 0.6);
}
.filter-items input[type=checkbox]:checked + label.filter_type_parts i {
	color: rgba(0, 0, 0, 0.4) !important;
}



.filter-items .filter-item-red input[type=checkbox]:checked + label.filter_payer_not_conducted {
	background: red;
}



tr.strike_out {
	text-decoration: line-through;
}




.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: rgba(0,0,0,0.07) !important;
	border-color: rgb(204, 204, 204) !important;
	color: #000 !important;
}

.pagination>li>a, .pagination>li>span {
	color: #000 !important;
	border-color: rgb(204, 204, 204) !important; 
}

.cursor-default a {
	cursor: default !important;
}

.open_page {
	cursor: pointer;
}

.btn-gray {
	background: rgba(0,0,0,0.07) !important;
	color: #000 !important;
	border: 1px solid rgb(204, 204, 204) !important;
}




.form-heat-map {
	position: fixed;
	z-index: 1000;
	bottom: 200px;
	right: 50px;
	width: 440px;
	
	background: rgba(255,255,255, 0.95);
	padding: 12px 25px;
	border-radius: 10px;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,.15),0 2px 5px -3px rgba(0,0,0,.15);
}

.form-heat-map.loading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255, 0.9);
	z-index: 1002;
}

.form-heat-map .preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -17px;
	z-index: 1005;
	
}





.deleted_opacity img.fotorama__img {
	opacity: 0.3;
	/* background: rgba(255,255,255, 0.7); */
}







@media only screen and (min-width : 768px) {
	.basic-menu-title {
		flex: none;
	}

	.basic-menu {
		flex: 1 1 0%;
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
		height: 50px;
	}
	
	.basic-menu-setting {
		flex: none;
		padding-left: 30px !important;
	}
	
	.container-flex {
		display: flex;
	}
	.basic-menu-container {
		display: flex !important;
	}
	
	.basic-menu-flex .divider {
		display: block;
	}
}

.tdwrapper {
	border-top: none !important;
	padding-bottom: 6px !important;
	padding-top: 2px !important;
}

.tdwrapper_park {
	border-top: none !important;
	padding-bottom: 6px !important;
}

.wrapper_tags {
	display: flex;
}

.wrapper_tags .block {
	padding: 6px 8px 5px;
	border-radius: 5px;
	color: rgba(0,0,0, 0.9);
	font-size: 0.85em;
	letter-spacing: .3px;
	margin-right: 3px;
	white-space: nowrap;
	overflow: hidden;
}











