﻿div.shiftTable {
    /*height: 250px !important;*/
    max-height: 550px !important;
    
    border-right: 0 solid;
    overflow-x:auto;

}


table.TabellaScrollabile th {
    background-color:#f9f9f9;
    color:black;
    text-align:center;
}



div.AssignedshiftTable {
    max-height: 550px !important;
    padding: 1px !important;
    border: 1px solid #EEE;
    border-right: 0 solid;
    overflow-x:auto;
    font-size: 11px;
}

table.AssignedshiftTable thead {
    background:white;  
    }



/*TABELLA-------------------------------------*/

#selectable .ui-selecting {
    background: #FECA40;
}

.xselectable-selected {
background-color:blue;
}

 #selectable .ui-selected {
    /*background: #F39814;*/
    /*color: white; rimosso perchè le icone diventavano bianche e non si vedevano*/
    border: 2px solid black;
}

 #selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 1px !important;
    border: 1px solid #EEE;
    font-size: 11px;
    background: white;
    /*width: 450px;*/
}

  #selectable li {
        margin: 3px;
        padding: 1px;
        float: left;
        width: 100px;
        height: 80px;
        font-size: 4em;
        text-align: center;
    }

#selectable td {
    min-width: 25px;
    padding: 1px !important;
    text-align: center;
    vertical-align: middle !important;
}

#infoLavoro {
    width:50px;
}

.datepicker {
    z-index: 1052 !important;
}