body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.notify
{
	margin-bottom:5px;
	border-left:5px solid #99CC00;
	padding-left:5px;
}
.error
{
	margin-bottom:5px;
	border-left:5px solid #FF4444;
	padding-left:5px;
}

.container {
	max-width:1000px;
}

section.head {
	background:#2EAAE2;
	width:100%;
	height:100px;
	position:relative
}
section.head .row {
	height:100px;
	align-items: center;
}

.f-13 {font-size:13px;}

.mc-form .form-label {
	font-size: 11px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing:1px;
}

/* ANIMAZIONI */
#overflow {
	overflow:hidden;
}
.to-left {
	opacity:1;
	transition:.5s ease all;
	transform: translateX(0);
	transition-delay: var(--delay);	
}
#ilpanel {
	transition:.5s ease all;
}
#indietro{
	z-index:0;
	transition:.5s ease all;
	transform: translateY(5px);
	opacity:0;
}
.code #indietro{
	transition:.5s ease all;
	transform: translateY(0px);
	opacity:1;
}

#login{
	z-index:1;
	transition:.5s ease all;
}
.code #login{
	transition:.5s ease all;
	transform: translateX(100px);
}

.code .to-left {
	transition:.5s ease all;
	transform: translateX(-30px);
	opacity:0;
	transition-delay: var(--delay);
}
.code #ilpanel {
	transition-delay: .2s !important;
	transition:.5s ease all;
	transform: translateX(-50%);
}
/* FINE ANIMAZIONI */

#form-container {max-width:600px;margin:0 auto;}
/* DATEPICKER */
.datepicker {
    border: 1px solid #eff2f7;
    padding: 8px;
    z-index: 999 !important;
	font-size: 13px;
	-webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.07); 
	box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.07);	
}
.datepicker table tr td span.new, .datepicker table tr td span.old, .datepicker table tr td.new, .datepicker table tr td.old {
    color: #adb5bd;
    opacity: .6;
}
.table-condensed>tbody>tr>td, .table-condensed>thead>tr>th {
    padding: 7px;
}
.day, .prev, .next {
    cursor: pointer;
}

.datepicker table tr td .active.disabled, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td.active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #556ee6 !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}

.datepicker table tr td .active.disabled, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td.active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover, .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #556ee6 !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}

.datepicker table tr td.today {
    background-color: #d1cece !important;
}
/*FINE DATEPICKER*/

/*RISULTATO RICERCA*/
.refertoWrap {
	font-size: 13px;
    max-width: 600px;
    margin: 0 auto;

}
.referto {
	padding: 20px; */
    -webkit-box-shadow: 0px 0px 16px 8px rgba(0,0,0,0.07);
    box-shadow: 0px 10px 30px -12px rgba(0,0,0,0.20);
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #f6f6f6;
    max-width: 600px;
    margin: 0 auto;
}

.esami {
	font-weight: bold;
}

.esami span {
    color: #556ee6;
    font-weight: bolder;
    font-size: 18px;	
}

.esamiList {
	list-style: none;
    padding: 0;	
}

.actions i {
	font-size: 60px;
}


.actions a .col {
	background: #f6f6f6;
	transition: .3s ease all !important;
}

.actions a:hover .col {
	background: #fafafa;
	transition: .3s ease all !important;
}
/*FINE RISULTATO*/


