
.login-register {
    background: url(/assets/img/master/background.jpg) center center no-repeat fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw
}

.login-register:before {
    background: url(/assets/img/master/background.jpg) center center no-repeat fixed;
    background-size: cover;
    filter: blur(10px) brightness(90%);
    border: 1px solid #fff
}
.fc-time-grid-event .fc-time {
    font-size: .7em !important;
}
.fc-title {
    font-size: 12px;
}
.table-cronlog, .table-cronlog > tbody > tr > td, .table-cronlog > tbody > tr > th, .table-cronlog > tfoot > tr > td, .table-cronlog > tfoot > tr > th, .table-cronlog > thead > tr > td, .table-cronlog > thead > tr > th {
    border: 1px solid #000
}
.table-cronlog td.info {
    background-color: #ffff33 !important;
}
.table-cronlog td.error {
    background-color: #a94442 !important;;
    color: #ffffff;
}
.table-cronlog td.cronstart, .table-cronlog td.cronstop {
    background-color: #00ffff !important;;
}
.table-cronlog td.modulestart, .table-cronlog td.modulestop {
    background-color: #99ff00 !important;;
}
