/*
*
* MATERIAL -> CRN-SCHEDULER
*
* Todo CSS destina ao componente de agendador.
*
*/

cron-scheduler .k-link:link {
    color: #000000;
}

cron-scheduler a.k-link {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
cron-scheduler .k-link:link {
    color: #000000;
}

cron-scheduler a.k-link {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.k-scheduler-calendar .k-link:link {
    color: #000;
}

.k-scheduler-calendar .k-footer .k-nav-today:hover {
    color: #000;
}

.k-scheduler-calendar a.k-link {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}

.k-scheduler-toolbar,
.k-scheduler-toolbar,
.k-scheduler-toolbar a.k-link {
    background-color: #3b448e;
    color: #fff;
}

.k-scheduler-calendar .k-calendar-view {
    width: initial;
    height: initial;
}

.k-scheduler-calendar .k-content th,
.k-calendar-view .k-content th {
    text-align: center;
}

.k-scheduler-views * {
     background-color: #3b448e !important;
}

.k-scheduler-views .k-current-view {
    display: block;
}

.k-scheduler-views > li {
    display: none;
}

.k-state-expanded.k-scheduler-views > li {
    display: block;
}

.k-scheduler-views {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
}

.k-scheduler-refresh {
    right: 10px;
    position: relative;
}
