body{
	font-family:Segoe UI !important;
}

.footer{
	 color:white;
}

.footer a{
	font-size: 12px;
}

#menu-footer{
	justify-content:flex-start;
}
.contenuto{
	padding-top:160px;
	padding-bottom:160px;
}

.navbar-menu{

}

.box-shadow-style{
	box-shadow:0 0 8px 0 rgba(0, 1, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	
}



.intestazione{
	background-color:#F1F1F1;
}
@media screen and (min-width: 1024px) {

	.titolo{
	  font-size: 35px;
	  text-shadow: 0px 1px 1px #000000;
	}
	.container-fluid{
    width:100%;
  }
  .color-detail-text{
    color:white;
  }
  .button-menu{
  border: none;
  width: 100%;
  height: 15%;
  clear: both;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 5px 5px;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

 #collapsibleNavbar{
    height: auto !important; 
 }
}
@media screen and (max-width: 1024px) {

	.titolo{
	  font-size:3rem;
	  text-shadow: 0px 1px 1px #000000;
	}
	.container-fluid{
    width:100%;
    font-size:3rem;
  }
  .color-detail-text{
    color:white;
    font-size:3rem;
  }
  .button-menu{
  border: none;
  width: 100%;
  height: 15%;
  clear: both;
  text-align: center;
  outline: none;
  cursor: pointer;
  padding: 5px 5px;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}

#frm{
	border: 0; 
	width: 100%; 
	height: 100%;
	padding-top: 20px;
}

 #collapsibleNavbar{

 }

}


.color-text{
	color: #002e66;
}
.color-text-red{
	color: #800000;
}
.color-text-red:hover{
	color: #ff0000;
}

.color-base{
	background-color:#F1F1F1 ; 
}

.color-base-text{
	color:rgb(70, 130, 180);
}

.color-detail{
	background-color:rgb(70, 130, 180);
}




.box-info-esame{
	background-color:#e2e3e5;
	padding: 0.3rem 1.25rem;
	text-transform: uppercase;
	cursor: default;
}

.box-info-sottotest{
	background-color:#E9E9E9;
	padding: 0.0rem 2.25rem;
}

.listaEsame{
	width:100%;
	border-width: 0px;
	background-color:transparent;
 	cursor: pointer;
}

.img-header{
	max-width: 150px;
	min-width: 85px;
	height:auto;
	width:100%;
}

.img-footer{
	max-width: 100px;
	min-width: 85px;
	height:auto;
	width:100%;
}

.img-download:hover {
  text-decoration: underline;
  cursor:pointer;
}

.capotest{
	font-weight: bold;
}

.caricamento{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
}

.spinner-border{
	width:6rem;
	height:6rem;
	border: 0.5em solid currentColor;	
	border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 0.5em;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 0.5em;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 0.5em;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 0.5em;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}  

.stripe {
padding:0;		
}