/*
/   CSS
*/
/*  BARRA SUPERIORE LOGO E MENU */
.topcontainer {
	margin-top: 50px;
	padding: 0 3%;
  	margin-bottom:50px;
}
.dimlogo {
	width:20%;
}
.poslogo {
	margin-left:10%;
}
.nav-link {
    font-size: 1rem !important;
}
.nav-item:hover {
    border-bottom: 5px solid #ffc107c7;
    font-weight: 700;
}
.logo-h1 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    float: right;
    margin-left: 0px;
}
/*  RICERCA per TESTO o RICERCA DI DEFAULT */
.altezza {
	padding:30px 40px 0px 40px;
}
.bordo {
	margin: 15px 0px 15px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px;
	border: 3px solid #006599;
	box-shadow: 10px 10px 5px grey;
}
.dimensione {
	width: 70%;
}
.avanzamento {
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 1.5em;
	font-weight: 700;
	width: 4em;
}
.contorno {
	margin: 5px 5px;
}
.btn-outline-secondary{
  margin: 5px;
  background-color: #006599;
  color: #FFF;
}
.btn-outline-secondary:hover{
  background-color: #ffc107c7;
  color: #000;
}

.pos_ricerca{
	margin-top: 6px;
}

.pos_quanti{
	margin-top: 8px;
}

.btn-lg:hover{
  background-color: #ffc107c7;
  color: #000;
}

/* RICERCA SEMPLICE PER TESTO */
#ricerca_semplice {

}
.form-control::placeholder {
    font-size: 0.8rem;
}

/*  OPZIONI DI RICERCA */
#opzioni_ricerca {
  margin: 15px 0px 15px 0px;
	padding: 20px 20px 20px 20px;
	border-radius: 20px;
	border: 3px solid #006599;
	box-shadow: 10px 10px 5px grey;
}
.form-control {
    font-size: 0.8rem;
}
.btns_filtri {
	padding-top:30px;
}
/*  ELENCO MASSIME */
#elenco_massime {
	margin: 15px 50px 15px 50px;
	padding: 20px 0px 20px 0px;;
}
.etichette {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	text-align: center;
	font-size: 1.1em;
	background-color: #006599;
	color: #FFF;
}
.bozza {
  height: 25px;
  width: 25px;
  background-color: #41FA64;
  border-radius: 50%;
  display: inline-block;
}
.riga_massima {
	border-style: outset;
	border-color: #000;
	border-width: 1px;
	cursor: pointer;
}

.riga_massima:hover {
	text-align:left;
	background-color: #ffc107c7;
	line-height: 1.3em !important;
	font-size: 1em;
	font-weight: 700;
}

/* DI CARATTERE GENERALE */
.sinistra {
	text-align:left;
	line-height: 1.3em !important;
	font-size: 1em;
}
.centrato {
	text-align:center;
	color:#FF0000;
	font-weight: bold;
}
.centered_middle {
	display: flex;
  justify-content: center;
  align-items: center;
}
.testocentrato {
	text-align:center;
}
.titolo {
	font-size: 1.8rem;
	padding-top: 20px;
}
.diritti {
	font-size: 1rem;
}

.destra {
	text-align:right;
}

/* Styles for wrapping the search box */
.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;

}

.has-search .form-control-feedback {

    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* REPORT MASSIME */
.report {
	background-color: #8ebad280;
	border-radius: 20px;
	border: 3px solid #006599;
}
.reportMassima {
	margin: 15px 50px 15px 50px;
	padding: 20px 0px 20px 0px;
}
.labtitolo {
	width:10%;	
}
.inptitolo{
	width:100%;
	font-weight: bold;	
}
.et {
	padding:5px 0px;
}
.etlab {
	text-align:right;
	margin-right:5px;
	width:25%;
}
.etinp {
	text-align:left;
	width:70%;
}
.ettex {
	width:100%;
}
::placeholder { /* Firefox, Chrome, Opera */
	color: black;
	font-weight: bold;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:black;
	font-weight: bold;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color:black;
	font-weight: bold;
}

.pdfimage {
  width: 55px;
  height: 55px;
  background-color: #FFFFFF !important;
  background-image: url('../img/pdf_image.png');
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
.pdfimage:hover {
  background-color: #ffc107c7 !important;	
}
/* ZONA IMPUGNATE */
.impug{
	padding: 30px 0px 50px 0px;;
}
