/* Smartphones ----------- */
@media only screen and (max-width: 600px) {
  .btn-circle, .social-icons, .custom-panel h4 i, #widget-reuslt {display: none;}
}


@media screen and (min-width: 0px) and (max-width: 600px) {
  #map{height: 40%;}
  .custom-panel{
  	width: 100%;
  	border: 0;
    margin-top: -6px;
    border-radius: 0;
    padding: 0px;
  }
  

  .btn-my{
	width: 100%;
	height: 120%;
	margin:.5rem;
  }

}

#searchTextField{
	border-radius: .6rem;
}


/*.cbb-mine input{
	width: 100%;
}*/

@media screen and (min-width: 601px){
	.custom-panel{
		margin-top: 1rem;
		border-radius: 1.2rem;
		padding: 2px;
		border: 1px solid darkgray;
	}

	.container-panel, #widget-reuslt-content{
		width: 25rem;
		margin-top: 1rem;
		border-radius: 1rem;
	}

	.btn-my{
		width: 100%;
	}

}



/*мобильный режим */
#finalResults p{
	font-size: 14px;
	line-height: 1.1em;
	margin-bottom: .5em;
}

#finalResults div{
	width: 100%;
	overflow: hidden;
}

#finalResults svg{
	overflow:hidden;
}

#widget-reuslt, .custom-panel{
	background-color: #004e25;
	color: #000E06;
}


.gm-style-iw{
	/*height: 100% !important;*/
	overflow: hidden !important;
}

.my-target div:nth-child(2) {
	visibility: visible;
	top: 30px;
}

.my-target div:first-child{

}

.my-target{
	visibility: hidden;
	  width: 0;
	  height: 0;
	  margin: 0;
	  padding: 0;
}



.custom-panel>h4, #widget-reuslt>h4, #iw-container>h4{
	text-align: center;
	color: #CADAD1;
	padding-top: .5rem;
}

.container-panel, #widget-reuslt-content{
	border: 1px solid darkgray;
	/*margin-top: 1rem;*/
	background-color: #BDD1C6;
	/*border-radius: 1rem;*/
	padding: 1rem;
	color: #000E06;

}

#widget-reuslt{
	border-radius: 1rem;
	border: 1px solid darkgray;
}


.btn-success{
	background-color: #004E25;

}

.toggle.btn {
	/*padding-bottom: 1rem;*/
}

label{
	margin-bottom: 0rem;
	font-size: 0.8rem;
}

#mypanel .form-control{
	font-size: 0.9rem;
	height: 1.5rem;
}

i{
	margin-right: .3rem;
}




.checkbox-row{
	height: 2.3rem;
}


.clps:hover{
	color: #254E00;
	cursor: pointer;
}

.clps:active{
	color: #4E0025;
}

.clp-col{
	padding-top: .5rem;
	font-size: .95rem;
}





/*Круглая кнопка*/


#my-btn{
	background-color: #337151;
	border-color: #CADAD1;
	color: #DDE7E1;
}

#my-btn:hover{
	background-color: #004E25;
	cursor: pointer;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


/*Селект полей*/

/*кнопки закрытия на окнах*/
div.cbtn:hover{
	color: #fff;
	cursor: pointer;
}

#widget-reuslt-content p:first-child{
	font-size: 1rem;
	font-weight: bold;
}

#widget-reuslt-content p{
	margin-bottom: 0;
}



div#dist {
    color: #004e25;
    font-size: 1rem;
}