﻿/* FILE DA MODIFICARE SOLO SUL CORE UI */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #DDD;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #DDD;
    cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: none;
    color: #DDD;
    cursor: not-allowed;
}


.bootstrap-datetimepicker-widget{
    margin: 2px 0;
    padding: 4px;
    width: 19em;
    z-index: 999999 !important;
    overflow: visible;
    position: absolute;
    color: red;
}
