/* 
    Created on : 23-mag-2016, 18.30.20
    Author     : Giulio Tripi <giulio@tripi.eu>
*/
img{
    display: inline-block;
}
.ui-widget-header,.ui-state-default, ui-button{
    background: red;
    border: 1px solid #b9cd6d;
    color: #FFFFFF;
    font-weight: bold;
}
.assenza.scoperta{
    color:#AB2525;/*red*/
}
.assenza.ok{
    color:green;
}
.assenza.sciopero {
    /*color: orangered; #ff8000*/
    color: #e68a00;
}
.classe.ok{
    color:#0066ff;
}
.classe.scoperta {
    color: blue;
}
.suggerimento.ok {
    color: #b38e00;/*eb6700 -> cca200 -> now*/
}
.esceprima
{
    color: #b38e00;
}
li.lente, li.manuale, li.warningPermessoBreve {
    display: block;
}
li.lente:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e015";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
}
li.manuale:before
{
    content: "\e065";
    font-family: 'Glyphicons Halflings';
    font-size: 17px;
    float: left;
    margin-top: 0;
    margin-left: -20px;
}
li.warningPermessoBreve:before
{
    content: "\f071";
    font-family: 'FontAwesome';
    font-size: 17px;
    float: left;
    margin-top: 0;
    margin-left: -20px;
    color: red;
}
.dettaglioRichiestaDocenteDisponibilita {
    cursor: pointer;
}
#bottomContent .docentiGiorno.warningPermessoBreve > span{
    background: #650505; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, red , #650505); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, #650505); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, #650505); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red, #650505); /* Standard syntax */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#elenco-docenti-assenti .docentiGiorno.warningPermessoBreve > span{
    background: #adabab; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, red , #adabab); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, red, #adabab); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, red, #adabab); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, red, #adabab); /* Standard syntax */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#utente{
    position:absolute;
    top:5px;
    right:5px;
    color:blue;
}
a:visited, a{
    color:blue;
}
#cont-note{
    position: fixed;
    bottom: 23px;
    right:0px;
    overflow: hidden;
    white-space: nowrap;
    /*border: 1px solid #ccc;*/
    background: yellow;/*#ccc;*/
    font-size: 16px;
    /*height: 22px; Con un'altezza definita non supporta note multi-linea*/
}
@media (min-width: 768px) {
    .sidebar-collapse #cont-note {
        left: 50px;
    }
    body:not(.sidebar-collapse) #cont-note {
        left: 230px;
    }
}
@media (max-width: 767px) {
    #cont-note {
        left: 0;
    }
}
.marquee {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}
.nomarquee {
    text-align: center;
}
table, #cont-note{
    font-family: "Arial Narrow", "Verdana", "Arial","sans-serif"; 
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
#sett {
    cursor: pointer;
}
span.spazio {
    display:inline-block; width: 30px;   
}
#bottomContent {
    position: fixed;
    bottom: 35px;
    right: 5px;
}
.prof-assenti > ul, #legenda > ul, .classi-assenti > ul {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    margin-left: -1em;
}
.supplenti-assenti > ul > li {
    cursor: pointer;
}
#sostitutiDisponibili {
    min-width: 120px;
}
#visualizzaDocenteAssente {
    float: left;
}
#visualizzaClasseAssente, #visualizzaClasseAssente2{
    float: right;
}
#visualizzaOraAssente2 {
    padding-left: 100px;
}
.showLater {
    display: none;
}
label {
    font-weight: normal;
    display: inline;
}
p {
    font-size: 16px;
}
#versione {
    font-size: 13px;
    position: fixed;
    bottom: 0px;
    left: 5px;
    background-color: white;
}
#copy {
    font-size: 13px;
    position: fixed;
    bottom: 0px;
    right: 5px;
    background-color: white;
}
#visualizzaUltimaModifica {
    visibility: hidden;
}
#sett {
    display: inline-block;
    width: 75px;
}
.scorrimento-giorni {
    width: 20px;
    height: 20px;
}
.seleziona-giorno {
    font-size: 15px;
}
.docentiGiorno.sciopero > span{
    background: orange; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, orangered , orange); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orangered , orange); /* Standard syntax */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.docentiGiorno.sciopero::after{
    content: "S";
    color: dodgerblue;
    font-weight: 900;
    font-size: 1.2em;
    position: absolute;
    right: 5px;
}
separatore {
    font-weight: initial;/*La 'e' di docenti multipli assenti non è in grassetto*/
}
@media screen and (min-device-width: 501px) {
    .show-mobile {
        display: none !important;
    }
    #collegamenti{
        position:absolute;
        top:5px;
        left:5px;
        color:blue;
    }
}
@media screen and (max-device-width: 500px) {
    .hide-mobile, #bottomContent {
        display: none;
    }
    .show-mobile {
        display: inherit;/*con initial se applico la proprietà text align center viene ignorata*/
    }
    #giorno {
        width: 100px;
    }
    #sett {
        width: 70px;
    }
    #utente {
        top: 5px;
        left: 5px;
    }
    #home {
        position: absolute;
        right: 5px;
        top: 5px;
        color:blue;
    }
    #collegamenti-minori{
        position: absolute;
        top: 25px;
        left: 5px;
        color:blue;
    }
    #assenze-mobile {
        position: relative;
        top: -10px;
    }
    .numero-ora {
        padding-bottom: 5px;
    }
    #call-menu{
        position: absolute;
        top: 2px;
        right: 0px;
        font-size: 1.85em;
        width: 30px;
        height: 30px;
        z-index: 1;
    }
    #utente {
        font-size: 1.3em;
    }
    .seleziona-giorno:nth-child(2) {
        text-transform: capitalize;
    }
}
#parte-fissa {
    padding-bottom: 10px;
}