/* Ricerche */

@font-face {
  src: url('../font/montserrat/Montserrat-VariableFont_wght.ttf');
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 1 1000;
}

#testata {
	background-color: white;
	width: 900px;
	height: 90px;
	/*border-right: 1px solid #57724e;
	border-left: 1px solid #57724e;*/
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#menu {
	width: 900px;
	/*border-right: 1px solid #57724e;
	border-left: 1px solid #57724e;*/
	border-bottom: 1px solid #57724e;
	margin: 0 auto;
}

#corpo {
	background-color: white;
	width: 900px;
	display: block;
	overflow: auto;
	padding-bottom: 100px;
	/*border-right: 1px solid #57724e;
	border-left: 1px solid #57724e;*/
	border-bottom: 1px solid #57724e;
	margin: 0 auto;
	text-align: left;
}
#percorsoTitolo {
	display: table;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 0.75em;
}
#percorso {
	line-height: 24px;
}

/* Corpo Sx */

#corpoSxInt {
	float: left;
	background-color: #f9f9f9;
	width: 248px;
	margin: 0;
	margin-top: 40px;
	margin-left: 10px;
	border: 1px solid #57724e;
	padding-bottom: 20px;
}
#corpoSxInt .titolo_box {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #57724e;
	background-color: #669933;
	color: #fff;
	font-size: 1.05em;
}
.titolo_box span {
	font-weight: 300;
}
#corpoSxInt .sottotitolo {
	margin-left: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #b4d6aa;
	background-color: #b4d6aa;
	color: #194900;
	font-weight: 500;
	font-size: 0.95em;
}
.elementi_form {
	margin-bottom: 5px;
}
#input_stringa {
	width: 230px;
	padding-left: 15px;
}
.form_label {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	font-size: 0.8em;
}
#lab_cavallo, #lab_driver {
	padding-left: 0;
}
#nome_cavallo, #nome_driver {
	height: 28px;
	padding-left: 7px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: 300;
}
#corpoSxInt .button_ric {
	width: 215px;
	margin-left: 15px;
	margin-top : 15px;
	margin-bottom: 15px;
}

/* Corpo Dx */

#corpoDxInt {
	float: right;
	width: 616px;
	padding: 0;
	margin-top: 5px;
	margin-right: 10px;
}
#cntCorpoDx {
	min-height: 400px;
	width: 100%;
}
.testo_form {
	width: 100%;
	margin-top: 20px;
	padding: 10px;
	line-height: 1.4em;
	font-size: 0.95em;
}
.testo_form span {
	color: #194000;
	font-weight: 600;
}
.testo_form i {
	font-weight: 500;
}
#alert_sh, #alert_nf {
	margin-top: 35px;
	font-size: 0.90em;
}
.cnt_tabella_ric {
	padding-top: 35px;
	padding-bottom: 5px;
	border-bottom: 1px solid #669933;
}
#tabella_ric_cavalli, #tabella_ric_drivers {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
}
tr.riga_titoli_col {
	background: linear-gradient(to top, #669933 0%, #57724e 80%);
	line-height: 16px;
	color: #fff;
}
th.titoli_col_sx {
	font-weight: 400;
}
th.titoli_col_dx {
	padding-right: 10px;
	text-align: right;
	font-weight: 400;
}
th#sesso {
	padding-left: 10px;
	font-weight: 400;
}
th#corse {
	padding-right: 5px;
}
th#somme {
	padding-top: 12px;
	padding-bottom: 12px;
}
th#record {
	padding-right: 14px;
}

tr.riga_grigia {
	background-color: #f9f9f9;
	line-height: 26px;
}
tr.riga_bianca {
	background-color: #fff;
	line-height: 26px;
}

/* Cavalli */

td.sesso {
	width: 25px;
	padding-left: 10px;
}
td.cavallo {
	width: 200px;
}
td.stallone {
	width: 180px;
}
td.corse {
	width: 35px;
	padding-right: 10px;
	text-align: right;
}
td.somme {
	width: 105px;
	padding-right: 10px;
	text-align: right;
}
td.record {
	width: 60px;
	padding-right: 10px;
	text-align: right;
}

/* Drivers */

th#driver {
	padding-left: 10px;
}
td.driver {
	width: 230px;
	padding-left: 10px;
}
td.driver a span {
	font-weight: 300;
	font-size: 1.1em;
}
td.tot_corse {
	width: 68px;
	text-align: right;
	padding-right: 15px;
}
td.tot_vitt {
	width: 68px;
	text-align: right;
	padding-right: 15px;
}
td.tot_piaz {
	width: 68px;
	text-align: right;
	padding-right: 15px;
}
td.somme_vinte {
	width: 120px;
	text-align: right;
	padding-right: 10px;
}
