b {
	font-size: 17px;
}
.headerTitolo {
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 31px;
	font-family: Verdana;
	margin-top: 28px;
}

.logoMicroplus {
	width: 160px;
	margin-top: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.col-fixed-h {
	min-height: 170px;
}

.row-margins {
	margin-left: 15px!important;
	margin-right: 15px!important;
}
.schedaEvento {
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: white;
	text-align: center; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
	margin-bottom:20px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.schedaEvento:hover {
    background: #c5e3f1;
	cursor: pointer;
	border-top: 1px solid #10476e;
	border-bottom: 1px solid #10476e;
	border-right: 1px solid #10476e;
	border-left: 1px solid #10476e;
}

.text-divider{
	font-weight:bold; color:#10476e;
}

body{
	overflow-x: hidden;
}

.max-height-img{
	max-height: 69px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}