
/* scrollbars */
div::-webkit-scrollbar {
    width: 8px;
}
 
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
    border-radius: 0px;
}
 
div::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(252, 163, 17);
}



.ui-datepicker td {
    background-color: #4A4E69;
}
.ui-datepicker td a {
    color: #FFF;
}


textarea:focus, input:focus, input[type]:focus , select:focus {
    outline: 0 none;
}

.fc-bgevent.fc-busy { background-color:#E0E0E0 !important; }


.fc-highlight,          /* sombreado mientras arrastras                    */
.fc-helper-skeleton td, /* celdas del “helper” al crear la selección       */
.fc-bgevent             /* franja fija que dibujas después                 */
{
    background: #14213D !important;
    opacity:   1        !important;   /* anula el aclarado por defecto      */
    border:    0        !important;
}