/* 
	Модуль расчета операционно-технологических 
	показателей процесса заготовки 
	кормов из трав и силосных культур
*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;900&display=swap');

*, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}


.custom-panel, #hd{
	width: 100%;
	margin: 2em;
}


#hd{
	text-align: center;
}


div#main-content{
	margin-left: 5px;
}

div#mach_list{
	margin-bottom: 10px;
}

img{
	width: 10rem;
	opacity: 0.65 ;
	margin: 1rem;
}


#tr_type{
	width: 215px;
}


#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: #1f7a8c;
	background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
	/*background-color: #eaf2ef;*/
	/*border: 1px solid gray;*/

	/* 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: #E4DFDA;
	padding-top: .5rem;
}

.container-panel, #widget-reuslt-content{
	/*border: 1px solid darkgray;*/
	/*margin-top: 1rem;*/
	background-color: #e4dfda;
	background-image: url("https://www.transparenttextures.com/patterns/rice-paper.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	padding: 1.5rem;
	color: #000E06;

}

#widget-reuslt{
	border-radius: 1rem;
	border: 1px solid gray;
}

.btn-success{
	background-color: #6a3937;
}

label{
	margin-bottom: 0rem;
	font-size: 0.7rem;
	color: #0F0326;
}


label.blk{
	margin-bottom: 0rem;
	font-size: 0.9rem;
	color: #0F0326;
	font-weight: bold;
}

#mypanel .form-control{
	font-size: 0.9rem;
	height: 1.5rem;
}

i{
	margin-right: .3rem;
}

.checkbox-row{
	height: 2.3rem;
}

.clps:hover{
	color: #706563;
	cursor: pointer;
}

.clps:active{
	color: #4E0025;
}

.clp-col{
	padding-top: .5rem;
	font-size: .95rem;
}


/*Селект полей*/
/*кнопки закрытия на окнах*/
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;
}


.btn-secondary {
    color: #dcd5cd;
	background-color: #1f7a8c;
	background-image: url("https://www.transparenttextures.com/patterns/carbon-fibre.png");
}

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); */
}

table#agrigationTracTable, table#agrigationMachTable, div#econResult {
	font-size: .8em;
}

div#econResult p{
	margin-bottom: 0px;
}

div#econResult{
	margin-bottom: 15px;
}





body{
	background-color: #022b3a;
	background-image: url("https://www.transparenttextures.com/patterns/basketball.png");
	margin-left: 45px;
	margin-top: 45px;
}

#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;
}

input{
	width: 120px;
}

#timeW input{
	width: 80px;
}

.init-data {
    height: 100%;
}


select#mach_work_width{
	width: 80px;
}

select.form-control#R0{
    width: 90;
    height: 30;
}