/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');

/* font-family: 'Montserrat', sans-serif; */

/* regular: 400 */
/* bold: 700 */
/* black: 900 */


.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 16px;
	font-weight: bolder;
    line-height: 1.2em;
    color: #555;
    white-space: nowrap;
}

/* colore opzione selezionata in select INIZIO */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #008aaf;
  outline: 0;
}
/* colore opzione selezionata in select FINE */



/* colore SELECT inizio */





.btn-select {
  color: #555;
  background-color: #ffffff;
  border-color: #ccc;
	font-size: 18px;
	    padding-top: 10px;
}
.btn-select:focus,
.btn-select.focus {
  color: #555;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-select:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-select:active,
.btn-select.active,
.open > .dropdown-toggle.btn-select {
  color: #555;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-select:active:hover,
.btn-select.active:hover,
.open > .dropdown-toggle.btn-select:hover,
.btn-select:active:focus,
.btn-select.active:focus,
.open > .dropdown-toggle.btn-select:focus,
.btn-select:active.focus,
.btn-select.active.focus,
.open > .dropdown-toggle.btn-select.focus {
  color: #555;
  background-color: #ffffff;
  border-color: #ccc;
}
.btn-select:active,
.btn-select.active,
.open > .dropdown-toggle.btn-select {
  background-image: none;
}
.btn-select.disabled:hover,
.btn-select[disabled]:hover,
fieldset[disabled] .btn-select:hover,
.btn-select.disabled:focus,
.btn-select[disabled]:focus,
fieldset[disabled] .btn-select:focus,
.btn-select.disabled.focus,
.btn-select[disabled].focus,
fieldset[disabled] .btn-select.focus {
  background-color: #bbb;
  border-color: #bbb;
}
.btn-select .badge {
  color: #555;
  background-color: #fff;
}

/* colore SELECT fine */










.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}




.btn-selezione {
	
	font-size: 2.5em;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	
	white-space: normal;
	 /* overflow-wrap: break-word;
  word-wrap: break-word;*/
  hyphens:none  ;
	
}


@media (max-width: 991px) {
.btn-selezione {
	
	font-size: 1.8em;
	padding-top: 15px;
	padding-bottom: 15px;

	}

}



.col-bianco {
	color: #fff;
}

footer {
	padding: 100px 15px;
	background-color: #232120;
	color: #fff;
	
	}

label {
	font-weight:400;
	font-size:15px;
	

	}


/* SECTION */
.intro {
	background-color:#fff;
	}





.spacer-xs {
	display:block;
	height:20px;
	}

.spacer-md {
	display:block;
	height:50px;
	}
	
.spacer-lg {
	display:block;
	height:100px;
	}



.zoom {
    transition: all .4s; /* Animation */
  }

.zoom:hover {
    transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
-webkit-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
box-shadow: 0px 10px 12px -5px rgba(0,0,0,0.29);
}


.testo-evidenziato {
	color: #008aaf;
	}

.testo-piccolo {
	font-size: 0.6em; 
	margin-top:-50px;
}


@media (max-width: 991px) {
.testo-piccolo {	
	font-size: 0.6em; 
	margin-top:0px;
}
}


.sfondo-logo-header {
	background-color:#ffffff;
	margin-top:-0px;
	}
@media (max-width: 991px) {
.sfondo-logo-header {
	background-color:#ffffff;
	margin-top:0px;
	}
	}
	
	

.sfondo-logo-optigrill {
	background-color:#323e48;
	}

/* btn-invia INIZIO*/

.btn-invia {
	border-radius:25px;
	padding: 0px 25px;	
	color: #ffffff;
	background-color: #008aaf;
	border-color: #008aaf;
}

.btn-invia:focus,
.btn-invia.focus {
	color: #ffffff ;
	background-color: #000000;
	border-color: #000000;
}
.btn-invia:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

/* btn-invia FINE*/


/* btn ka INIZIO */

.btn-file-data {
  color: #ffffff;
  background-color: #008aaf;
  border-color: #008aaf;
}
.btn-file-data:focus,
.btn-file-data.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active,
.btn-file-data.active,
.open > .dropdown-toggle.btn-file-data {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active:hover,
.btn-file-data.active:hover,
.open > .dropdown-toggle.btn-file-data:hover,
.btn-file-data:active:focus,
.btn-file-data.active:focus,
.open > .dropdown-toggle.btn-file-data:focus,
.btn-file-data:active.focus,
.btn-file-data.active.focus,
.open > .dropdown-toggle.btn-file-data.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-file-data:active,
.btn-file-data.active,
.open > .dropdown-toggle.btn-file-data {
  background-image: none;
}
.btn-file-data.disabled:hover,
.btn-file-data[disabled]:hover,
fieldset[disabled] .btn-file-data:hover,
.btn-file-data.disabled:focus,
.btn-file-data[disabled]:focus,
fieldset[disabled] .btn-file-data:focus,
.btn-file-data.disabled.focus,
.btn-file-data[disabled].focus,
fieldset[disabled] .btn-file-data.focus {
  background-color: #1E191B;
  border-color: #008aaf;
}
.btn-file-data .badge {
  color: #008aaf;
  background-color: #fff;
}

/* btn ka FINE */



.numerone {
	font-weight: 900;
	font-size: 5em;
	color: #008aaf;
	line-height: 1.0em;
	margin: 0;

	}
@media (max-width: 767px) {
	
	.numerone {
		text-align:center;
		}
	
	
	
	}
.vcenter {
 display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 767px) {
.vcenter {
 display: block;
 text-align:center;
}

}

.paddingtop { 
	margin-top:15px;
	}
	
	
.padding0 { 
	padding-left:0px;
	padding-right:0px;
	}
	
	
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #008aaf;
}







.header_logo {
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 20px;
	color: undefined;

	
	}



.selectwidth {
	
	display:inline-block;
	
	}


.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #D7D7D7;
	opacity: 1;
}

.banner {
          background-color:#20232b; 
		  background-image: url(../images/sfondo_donna.jpg); 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
	}
	
	
@media (max-width: 991px)  {
  .banner {
	  background-color:#20232b; 
		  background-image: none; 
		  background-position:center left; 
		  background-repeat:no-repeat; 
		  background-size:cover;
    
  }
}	
	

body {
	/*background-image:url(../images/sfondo_2018.jpg);
	background-position: center 80px;
	background-repeat:no-repeat;
	background-size:contain;*/
	
	
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #2a2622;
	background-color: #eaeeef;	/*text-shadow: -1px 1px 1px rgba(0,0,0,0.5);*/
	}
	
	

.txt_evidenziato {
	color: #008aaf;
	}




#rimborso {
	font-size: 2.0em;
	font-weight: 700;
	color: #008aaf;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.80);
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
	
	}

.titolo {
	}

.titolo:after {
	
	display: block;
    width: 50px;
    margin: 0 auto;
    border-bottom: 5px solid #008aaf;
    content: "";
    background-color: #efb516;
    margin-top: 10px;
	
	}
	
	
	

    
#wrapper {
	/*background-image:url(../images/header_sfondo.jpg); 
	background-position: top left; 
	background-size: contain; 
	background-repeat:no-repeat;
	background-color: #ffffff;
	color: #000000;*/
}

.txt_shadow {
	text-shadow: -1px 1px 2px rgba(0,0,0,0.50);
	}	
	
a {
	color: #008aaf;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000000;
	text-decoration: underline;
}

.form-control:focus {
	border-color: #008aaf;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(243,130,48,0.50);
	box-shadow: inset 0 1px 1px 0px rgba(255,255,255,0.08),0 0 8px rgba(243,130,48,0.50);
}



.well_colore1 {
	background-color: #008aaf;
	border: 0;
	border-radius: 0px;
	
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	}


.icheck-colore1 > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-colore1 > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #008aaf;
}

.icheck-colore1 > input:first-child:checked + label::before,
.icheck-colore1 > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #008aaf;
    border-color: #008aaf;
}
	

.errore_validazione {
	color: #ffffff;
	font-weight: 700;
	display: block;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	border: 2px solid #ff0000;
	background-color: #ff0000;
}


#cashon .errore_validazione h4  {
	
	text-shadow:none;
}

.separatore {
	margin-top: 15px;
	margin-bottom: 15px;
}
