#selectable .ui-selecting {border:2px dotted #73e600; background-color: #ccff99; } /*Estilos cuando boton de mouse esta presionado*/
#selectable .ui-selected { background-color: #ccff99; color: black; border:1px solid #73e600; border-radius:5px;} /*estilos cuando boton de mouse no esta presionado */
#selectable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#selectable li { margin: 0px; padding: 3px; float: left; height: 30px; font-size: 0.6em;  
               border:0px solid #f8f8f8; border-top: white; border-left: white; align-items: center!important; white-space: pre-line;
               display: flex; justify-content: center; color:black; background: #fff; font-family: Arial; border-radius:0px;}

#horas { list-style-type: none; margin: 0; padding: 0; }
#horas li { margin: 0 auto; padding: 7px 0px 7px 0px; font-size: 0.8em; height: 30px;   
    border: #b3d7ff; border-top:#e6f2ff;  border-style: solid;   border-width: 1px; text-align: center;}
     .default { background: #e6f2ff; border-bottom: 1px solid #cce6ff; color: #404040;}



.fooSelect {
    display:inline;
}
.fooSelect .select2-selection__rendered {
    font-size:0.6em;
}


.tooltip > .tooltip-inner {
    display:inline-block;
    position:relative;
    border:1px solid #3a3e43;
    text-align:center;
    font-size: 0.9em;
    white-space: pre-line; 
    background-color: #3a3e4a;
    color: #66ccff;
}
