﻿/*#selectable .ui-selecting {
    background: #FECA40;
}

#selectable .ui-selected {
    background: #F39814;
    color: white;
}

#selectable .selectedfilter {

}
 
#selectable {
    list-style-type: none;
    margin: 0;
    padding: 0;

}

    #selectable li {
        margin: 1px;
        padding: 1px;
        float: left;
        width: 100px;
        height: 30px;
        font-size: 1em;
        text-align: center;
        border-radius: 3px;
        background-color:#E8E8E8;
    }*/


#ServiceSelectable .ui-selecting {
    background: #FECA40;
}

#ServiceSelectable .ui-selected {
    background: #ffd600;
    color: white;
    box-shadow: 0px 0px 10px #D0AE15 inset;
    /*border: 2px solid black;*/
}

 
#ServiceSelectable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 450px;
    background: #ADD3F8;*/
}

    #ServiceSelectable li {
        margin: 1px;
        padding: 1px;
        float: left;
        width: 100px;
        height: 30px;
        font-size: 1em;
        text-align: center;
        border-radius: 3px;
        background-color:#E8E8E8;
    }

.unselectable {
    background-color: white !important;
    font-weight:bold;
}
        

#header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*width: 450px;*/
    background: #ADD3F8;
    
}

    #header li {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 102px;
        height: 31px;
        font-size: 1em;
        text-align: center;
        border-bottom: 2px solid #BABBBD;
        margin-bottom: 20px;
    }

.tableLine {
    width:5px;
    background:black   
}


