body{
    font-size: 12px;
}
body.Index_maintenance{
    height: 100vh;
    width: 100vw;
    background: url(/templates/rs-admin/build/images/maintenance_bg-1.jpg) center center no-repeat;
    background-size: cover;
}
body.Index_countdown{
    height: 100vh;
    width: 100vw;
    background: url(/templates/rs-admin/build/images/waiting_bg-2.jpg) center center no-repeat;
    background-size: cover;
}
.gridWrapper{
    font-size: 12px;
}
body.login{
    background: url(/templates/rs-admin/build/images/background-jbl.jpg) no-repeat center center;
} 
body.login .logo{
    width: 150px;
    height: 150px;
    background: url(/templates/rs-admin/build/images/logo.png) no-repeat center center;
    background-size: cover;
} 

.page_legend_info{
    padding: 0px 0px;
}
.page_legend_info i{
    color: #fff !important;
    font-size: 24px !important;
}

#GridBody-companyexpenses_index .badge{
    font-size: 12px;
}

#GridBody-expenses_index .badge{
    font-size: 12px;
}

#bookings_lock_container i{
    animation: blink_lock 1s infinite;
}
@keyframes blink_lock {
    from, to { color: red; }
    50% { color: #fff; }
}

#bookings_op_notes_container i{
    animation: blink_op_notes_check 1s infinite;
}
@keyframes blink_op_notes_check {
    from, to { color: orange; }
    50% { color: #fff; }
}