@charset "utf-8";
/* CSS Document */
.casella1 {
    border: 1px solid rgba(184,184,184,1.00);
    min-width: 30px;
    font-size: 12px;
}
.casella_parziali {
    border: 1px solid rgba(184,184,184,1.00);
    min-width: 20px;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #383a3f;
    white-space: nowrap;
}
.casella_utente{
    white-space: nowrap;
}
.casella_mese{
    background-color: #f8f8f8!important;
    font-weight: bold;
    text-transform: capitalize;
}
.casella_stampa{
    border: 1px solid #333333!important;
    min-width: 20px!important;
    font-size: 11px!important;
}
.alternato_6{
   background-color: #e8f4e6;
}
.combo_mese{
    width: 130px;
}
.combo_anno{
    width: 90px;
}
.frecce{
	overflow: hidden;
	position: relative;
	text-align:center;
	font-weight: 500;
	padding: 1em 1em;
	border-radius: 3px;
	text-transform: uppercase;
    background: #f3f3f3;
    color: #86898c!important;
}
.linea_sep1{
    border-left: 2px solid #383a3f!important;
}
.cont_login{
    background-color: #fff;
    padding: 4.28em 4.28em 6em;
    padding-top: 4.28em;
    border-radius: 0;
    box-shadow: 0px 1px 2px 0px rgba( 0, 0, 0, 0.1);
    width: 450px;
    margin: 70px auto 20px;
}
.colore_people{
    color: #f79522;
}
#edit_pres {
    margin-top: 50px;
    padding: 20px;
    background: #f8f8f8;
}
#richiesta_fer {
    margin-top: 50px;
    padding: 20px;
    background: #f8f8f8;
}.input_cal{
    -webkit-appearance: none;
    outline: none;
    resize: none;
    padding: 0px;
    border-radius: 0px;
    border: 0px solid!important;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    background: #fff!important;
}