/* Smartphones ----------- */
/*@media only screen and (max-width: 600px) {
  .btn-circle, .social-icons, .custom-panel h4 i, #widget-reuslt {display: none;}
}
*/
/* Стиль количества техники */
.cnt {
	color: #ffc107 !important;
	font-size: 1.5rem;
	font-weight: 500;
	
}

.bt-big{
	font-size: 3rem;
}


a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}


.custom-panel{
	width: 350px;
}

#base-title{
	margin: 2rem 0 1rem 0;
}
div#main-content{
	margin-left: 5px;
}

div#mach_list{
	margin-bottom: 10px;
}


#title, .mbtn{
	color:#d7c87b;
}

.mbtn:hover{
	color: #5C8D74;
	cursor: pointer;
}

#searchTextField{
	border-radius: .6rem;
}

.mount{
	color: #4E0025;
}

#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%;
	}

}

/*мобильный режим */
#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: #55141a;
	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: #19487b;
	/*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 {
	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: #133047;
}

#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;
}
