body{
    font-size: 12px;
}
body.Index_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_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-dts.jpg) no-repeat center center;
} 
body.login .logo{
    width: 300px;
    height: 150px;
    background: url(/templates/rs-admin/build/images/logo.png) no-repeat center center;
    background-size: contain;
} 

#partner_rate-form .subform{
    
}

body.Accounting_Partners_index .gridContainer{
    height: calc(100vh - 150px);
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.Bookings_Bookings_edit .container{
    max-width: none;
}