/* Smartphones ----------- */
/*@media only screen and (max-width: 600px) {
  .btn-circle, .social-icons, .custom-panel h4 i, #widget-reuslt {display: none;}
}
*/

.custom-panel{
    max-width: 35rem;
}

.custom-panel .container{
	/*height: 250px;*/
}

div#main-content{
	margin-left: 5px;
}

div#mach_list{
	margin-bottom: 10px;
}
@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;
  }
  
  .main-img{
  	width: 100%;
  }

  .btn-my{
	width: 100%;
	height: 120%;
	margin:.5rem;
  }

}

#searchTextField{
	border-radius: .6rem;
}

/*.cbb-mine input{
	width: 100%;
}*/

#plot{
	overflow: hidden;
}

@media screen and (min-width: 601px){
	.custom-panel{
		margin: 1rem 0 1rem 0;
		border-radius: 1.2rem;
		padding: 2px;
		border: 1px solid darkgray;
		/*max-width: 25.4rem;*/
		float: left;

	}

	.main-img{
		width: 65%;
	}

	.container-panel, #widget-reuslt-content{
		/* width: 25rem; */
		margin-top: 1rem;
		border-radius: 1rem;
	}

	.btn-my{
		width: 100%;
	}

}

.custom-panel img{
	border-radius: 1.5rem !important;
}

.custom-panel h4>a {
	text-decoration: none !important;
	box-shadow: none !important;
	text-transform: uppercase;
	color: white;
}



/*мобильный режим */
#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{
	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;
	font-size: 1rem;
}

.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;

}

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;
}

canvas#myCanvas, canvas#myCanvas_1 {
    width: 23rem;
    border-radius: .5rem;
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
    margin-top: 1rem;
}

.container-panel img {
	height: auto;
	margin-bottom: 1rem;
	/*box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
}



.container-panel:hover {
	background-color: #DDE2DF;
	box-shadow: 6px 12px 2px 1px rgba(0, 40, 19, .2);
}

table#agrigationTracTable, table#agrigationMachTable, div#econResult {
	font-size: .8em;
}

div#econResult p{
	margin-bottom: 0px;
}

div#econResult{
	margin-bottom: 15px;
}
body{
	background-color: #D5E1DA;
}

#init-d, #shm, #tract, #plot{
	 padding-left: 0px;
}

div#rz {
	font-weight: normal;
	font-size: .8em;
}


.custom-select-sm, .init-data input {
	font-size: 1em;
}


h2.title-posts{
	margin: 2rem 0 1rem 0;
}


.post-content-single img{
	float:left;
	margin-right: 1rem;
}

.cont-single{
	padding-bottom: 9rem;
}

h4.single-title {
    font-size: 1.5rem;
}