.address-search {
	position: absolute;
	left: 20px;
	top: 10px;
	width: 430px;
	z-index: 3;
}

.short-list-panel {
	position: absolute;
	top: 70px;
	left: 20px;
	padding: 5px;
	background-color: white;
	width: 435px;
	max-height: 85vh;
	vertical-align: middle;
	opacity: 0.97;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	border-width: 1px;
    z-index: 6;
    overflow: hidden;
	/* overflow-y: auto;
    overflow-x: hidden; */
}

.filter-label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #8992A3;
}

.filter-right-inner {
    position: relative;
	margin-bottom: 2px;
}

.filter-right-inner i {	
	position:absolute;	
    right: 5px;
    padding: 12px 12px;
}

.form-control {
    font-size: 14px;
}

.leaflet-heatmap-layer {
    z-index: 10;
}

@media (max-width: 1280px) {
  
	.short-list-panel {
		width: 335px;
		max-height: 90%;
	}
 
}

.filter-header {
	font-size: 17px;
    font-weight: 700;
    padding: 5px 10px;
    border-bottom: #d3d3d3 1px solid;
    cursor: pointer;
    background-color: #EEF;
	border-radius: 7px;
	margin-bottom: 5px;
}

.filter-header:hover {
	background-color: #dcdcea;
}

.filter-header-arrow {
	text-align: right;
    float: right;
    font-size: 24px;
	color: #4C6CD1;
}

.filter-block {
	display: none;
	border-bottom: 1px solid rgb(211, 211, 211);
    padding: 5px 5px 10px 5px;
    background-color: #ffefaa;
}

.row-hover {
	margin-top: 5px;
    padding-bottom: 10px;
    border-bottom: #d3d3d3 1px solid;
    cursor: pointer;
}

.row-hover:hover {
	background-color: #EEF1F7;
}

.footer {
	display: none;
}

.show-block {
    display: block!important;
}

/* .street-control {
	width: 400px;
} */

.short-address-card {
	padding: 0px 15px;
    max-height: 30vh;
    overflow-y: auto;
}

.btn-marg {
	margin-top: 10px;	
}

.label-filter-text {
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	color: #8992A3;	
}

.label-filter-description {
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	float: right;
	color: #8F9BB3;
}

.checkbox-container {
    display: flex;
    position: relative;
    padding-left: 34px;
    padding-top: 10px;
    padding-right: 10px;
    margin-bottom: 12px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #8F9BB3;
  }

  .checkbox-container-checked {
	color: #3366FF;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
	width: 30px;
	border-radius: 2px;
    background: #EDF1F7;
  }
  
  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background: #EDF1F7;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #3366FF;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 12px;
    top: 9px;
    width: 8px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.form-check-inline {
	display: flex;
	flex-wrap: wrap;
}

.filter-toggle-button {
	border: 2px solid rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 23px;
    left: 20px;
    z-index: 4;
    border-radius: 5px;
    line-height: 44px;
	text-align: center;
	cursor: pointer;
}

.filter-toggle-button:hover {
	background-color: rgba(231, 231, 231, 0.9);
}

.modal-admin-button {
	border: 2px solid rgba(0,0,0,0.2);
	background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 140px;
    right: 10px;
    z-index: 4;
    border-radius: 5px;
    
	text-align: center;
	cursor: pointer;
}

.modal-admin-button:hover {
	background-color: rgba(231, 231, 231, 0.9);
}

.filter-counter {
	margin-top: 5px;
    margin-bottom: 5px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #8992A3;
}

.filter-clear {
	color: #3366FF;
    float: right;
}

.filter-clear:visited {
	color: #3366FF;
}

.filter-clear:hover {
	text-decoration: underline;
	color: #002db1;
}

.filter-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
    background-color: rgba(246,241,154,0.7);
    padding: 5px 13px;
    color: #000;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 8;
    max-width: 510px;
}

.filter-title > h1, .filter-title-koteln > h1 {
	font-size: 25px;
    font-weight: 600;
	margin-bottom: 0;
}

.filter-title-koteln {
    top: 5px;
    text-align: center;
    background-color: rgba(246,241,154,0.7);
    padding: 5px 13px;
    color: #000;
    border: 2px solid rgba(0,0,0,0.2);
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    margin-left: 20px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 8;
    max-width: 510px;
    float: right;
}

.filter__param-stat {
	display: inline-flex;
	padding: 4px 4px 4px 6px;
	height: 40px;
	/* max-width: 180px; */
	background: #FFFFFF;
	box-shadow: 0px 9px 10px rgba(34, 43, 69, 0.179942);
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	overflow-y: hidden !important;
	overflow-y: auto;
	background-color: #fff;
	margin-bottom: 10px;
}

.filter__status-check {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 9px;
	background-color: #EDF1F7;
	border: 1px solid #3366FF;
	vertical-align: middle;
	border-radius: 50%;
}

.filter__status-inner {
	width: 10px;
	height: 10px;
    margin: 2px 2px 6px 2px;
	display: inline-block;
	background-color: #3366FF;
	border: 1px solid #3366FF;
	border-radius: 50%;
}

.filter__status {
	margin-left: 10px;
}
.filter__status-link {
	text-decoration: none;
	color: black;
    margin-top: 5px;
    height: 16px;
}
.filter__status-link:hover {
	text-decoration: none;
	color: #4C6CD1;
}
.filter__status-link:visited {
	text-decoration: none;
	color: black;
}

.filter__status-title {
	padding: 0; 
	margin: 0;
	text-transform: uppercase;
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}
.filter__status-badge {
	background-color: #4C6CD1;
	border-radius: 2px;
	padding: 4px 10px;
	color: #000;
	margin-left: 5px;
	height: 32px;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	
}

.filter__status-badge-work {
	background: #FFC94D;
}
.filter__status-badge-mkd {
	background: #51F0B0;
}
.filter__status-badge-plan {
	background: #f0ac6e;
}
.filter__status-badge-debt {
	background: #e14a3e;
}
.filter__status-badge-text {
	font-family: Open Sans;
	font-style: normal;
	font-weight: bold;
}

.filter__param-statuses {
    padding-right: 20px;
    position: absolute;
    z-index: 10;
    left: 65px;
    top: 25px;
}

.vis-topbar-icon {
	display: none;
}

.short-address-title {
	font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-left: 5px;
	width: 100%;
}

.short-address-number {
    color: #4C6CD1;
    margin-right: 5px;
    margin-left: 5px;
}

.short-address-troubles {
	font-size: 12px;
    font-weight: 600;
    padding-left: 5px;
}

.short-address-otkl {
	width: 100%;
}

.short-address-mr {
	font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding-left: 5px;
    width: 100%;
    color: #9BA6BC;
}

.short-otkl-dates {
	color: #9BA6BC;
    font-weight: 700;
    font-size: 14px;
    margin-top: 5px;
	padding-left: 5px;
	text-align: right;
}

.short-otkl-date {
	margin-right: 10px;
}

.short-otkl-image/*:not(:last-child)*/ {
	margin-right: 10px;
}

.short-otkl-image-gray {
    filter: grayscale(1);
    opacity: 0.5;
}

.short-otkl-desc {
    margin-right: 10px;
    font-size: 13px;
}

#right-info-panel {
	right: 10px;
    left: auto;
    top: 130px;
	font-size: 14px;
}

.right-info-title {
    font-weight: 700;
    color: #4C6CD1;
    margin-bottom: 5px;
    font-size: 18px;
}

.buttons-block {
	margin-bottom: 10px;
}

.errorButton {
    font-size: 10px;
}

.modal-info-block {
	margin-bottom: 5px;
}

.modal-info-count {
	font-weight: 600;
}

.modal-info-phone {
    color: #e14a3e;
    font-size: 18px;
}

.modal-info-heat {
    padding: 5px;
    background-color: #F0ac6e;
    border-radius: 3px;
    margin-top: 2px;
}

.info-trouble-head {
	font-weight: 600;
}

.table td, .table th {
    border-color: #bbb;
}

.koteln-info-block {
	display: none;
	margin-top: 5px;
}

.legend-content {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    color: #8992A3;
}

.legend-row {
    display: flex;
    margin-bottom: 5px;
}

/* .legend-description {
    margin-top: 4px;
} */

.legend-circle {
    border: 1px solid #e6142c;
    box-sizing: border-box;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    display: inline-flex;
}

.legend-text {
    margin-left: 10px;
}

.legend-circle-red {
    border: 1px solid #e6142c;
    background-color: rgba(214, 15, 42, 0.8);
}

.legend-circle-yellow {
    border: 1px solid #FFAA00;
    background-color: rgba(255, 170, 0, 0.8);
}

.legend-circle-gray {
    border: 1px solid #AAA;
    mix-blend-mode: normal;
    background-color: rgba(200, 200, 200, 0.8);
    border-radius: 8px;
}

.legend-circle-purple {
    border: 1px solid rgb(92, 3, 207);
    background-color: rgba(92, 3, 207, 0.8);
}

.legend-circle-green {
    border: 1px solid rgb(9, 139, 41);
    background-color: rgba(9, 139, 41, 0.8);
}

.legend-circle-blue {
    border: 1px solid rgb(65, 157, 250);
    background-color: rgba(65, 157, 250, 0.8);
}

.legend-circle-orange {
    border: 1px solid rgb(240, 128, 17);
    background-color: rgba(240, 128, 17, 0.8);
}

.nav-btn-koteln {
    margin-top: 10px;
}

/*Панель свёрнута*/
.infopanel-control-collaps{
  /*background-color: white;*/
  width: 44px;
  height: 44px;  
  vertical-align: middle;
  /*box-shadow: 0 0 15px rgba(0,0,0,0.2);*/  
  opacity: 0.9;
  border-radius: 3px;
  /*border-style: solid;
  border-width: 1px;
  border-color: dimgray;*/ 
  vertical-align: middle;   
}

/*Подсветка панели в свёрнутом виде*/
/* .infopanel-control-collaps:hover{
    border-color: dimgray;
    background-color: ghostwhite;
    border-width: 1px;
    cursor: pointer;
    border-style: solid;
} */

/*Позиционирование контента*/
.infopanel-content{
  width: inherit;
  height: inherit;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;  
  overflow-x:hidden;
}

/*Позиционирование кнопки закрытия панели*/
.infopanel-content-close{
    background-image:url('../../img/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    width: 16px;
    height: 16px;
    margin-left: auto;
    margin-right: 3px;
    margin-top: 3px;
}

/*Подсветка кнопки закрытия панели*/
.infopanel-content-close:hover{
    border-width: 2px;
    border-color: darkslateblue;
    background-color: ghostwhite;
    cursor: pointer;
}

.infopanel-content-open{   
    width: 16px;
    height: 16px;
    margin-left: 3px;
    margin-top: 3px;
    display: none;
}

/*Подсветка кнопки закрытия панели*/
.infopanel-content-open:hover{
    border-width: 2px;
    border-color: darkslateblue;
    background-color: ghostwhite;
    cursor: pointer;
}

/*Скрываем контент при свёрнутом виде*/
.infopanel-control-collaps .infopanel-content {
    display: none;
}

/*Скрываем кнопку закрытия панели при свёрнутом виде*/
.infopanel-control-collaps .infopanel-content-close  {
    display: none;
}


.infopanel-control-collaps .infopanel-toggle {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-image:url('info-sign.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.infopanel-toggle:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.infopanel-toggle:active {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
}

.infopanel-control-expand {
    background-color: white;
    width: auto;
    height: auto;
    vertical-align: middle;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    /* opacity: 0.9; */
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    /* overflow: hidden; */
}

.infopanel-content th {
	text-align: center; 
	padding-bottom: 3;
	padding-top: 3;
} 

.col-home-number {
    width: 330px;
    padding-left: 15px;
}

.col-filter-button {
    padding-left: 10px;
    width: 110px;
    padding-right: 5px;
}

.modal-info-row-blue {
    color: #4C6CD1;
}

.modal-info-row-black {
    color: #000;
}

.modal-info-row-margin {
    margin-left: 5px;
}

.trouble-button {
    height: 72px;
    width: 150px;
}

.error-button {
    height: 72px;
    width: 72px;
}

.table-tr-bold {
    font-weight: 700;
}

.dobrodel-logo-ttl {
    font-weight: 700;    
    color: #fff;
    text-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
    padding-left: 10px;
}

.dobrodel-image-block {
    background-color: rgb(34,143,146);
    padding: 6px;
}

.subscribe-title-block {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.subscribe-image-block {
    display: flex;
    align-items: center;  
    margin-top: 5px;
    
}

.subscribe-image-block > div {
    margin-right: 10px;
    height: 72px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.subscribe-image-block > div:hover {
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
}

.telegram-image-block {
    background-color: #61A8DE;
    padding: 4px;    
    /* padding-top: 10px; */
}

.telegram-image-block-gvs {
    background-color:  #61A8DE;
}

.telegram-image-block-ts {
    background-color:  #61A8DE;
}

/* .telegram-image-block-gvs:hover, .telegram-image-block-ts:hover {
    background-color: #61A8DE;
} */

.email-image-block {
    background-color: #610d92;
    padding: 6px;    
    /* padding-top: 10px; */
    cursor: pointer;
}

/* .subscribe-image-block > a {
    padding-right: 10px;
} */

.filter-check-block-heat {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.filter-label-heat {
    margin-right: 10px;
    font-size: 12px;
}

.filter-check-block-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}

.filter-check-block-status-item {
    align-items: center;
    display: flex;
    flex-basis: 33%;
}

.filter-label-status {
    margin-right: 10px;
    font-size: 12px;
}

.filter-check-block-trouble {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.filter-label-trouble {
    margin-right: 10px;
    font-size: 12px;
}

@media (max-width: 1280px) {
    
     
	.filter-title, .filter-title-koteln {
		top: 10px;
		padding: 5px 3px;
		border-radius: 10px;
		z-index: 5;
		max-width: 140px;
	}

	.filter-title > h1, .filter-title-koteln > h1 {
		font-size: 11px;
		line-height: 11px;
		font-weight: 600;
	}

	.filter-counter {		
		font-size: 11px;
    }
    
    .filter-check-block-heat {
        margin-left: 20px;
    }

    .filter-check-block-status-item {
        align-items: center;
        display: flex;
        flex-basis: 50%;
    }

	.checkmark {		
		height: 24px;
		width: 24px;
	}

	.checkbox-container {		
		padding-left: 2px;
		padding-top: 26px;
		padding-right: 10px;
		margin-bottom: 0px !important;
		cursor: pointer;		
		font-size: 12px;
		line-height: 14px;
		width: 40px;
	}

	.checkbox-container .checkmark:after {
		left: 9px;
		top: 6px;
		width: 8px;
		height: 10px;		
	}

	.col-md-double {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.short-address-card {
		max-height: 200px;
    }
    
    .filter-button-text {
        display: none;
    }

    .col-home-number {
        width: 245px;
    }
    
    .col-filter-button {
        width: 60px;
    }    

}

@media (max-width: 1024px) {

    .filter__status-title {
        display: none;
    }

}


/* Icons recomend button*/
.recomendButton:hover{
	border: 0.5 solid #4C6CD1;
}