body{
    font-size: 13px;
}
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: 13px;
}

body.login .logo{
    width: 300px;
    height: 328px;
    background: url(/templates/rs-admin/build/images/logo.png) no-repeat center center;
    background-size: contain;
} 

#partner_rate-form .subform{
    
}

body.Accounting_Agencies_grouping .gridContainer{
    height: calc(100vh - 160px);
}

body.Accounting_Agencies_index .gridContainer{
    height: calc(100vh - 160px);
}

body.Accounting_Guides_general .gridContainer{
    height: calc(100vh - 160px);
}

.partial_header td{
    background: #3A6EAD;
    color: #fff;
    font-weight: bold;
}

.group_summary td{
    background: #5B95D8;
    color: #fff;
    font-weight: bold;
}

.group_separator td{
    background: #FFF;
    height: 30px;
    border: none;
}

.Customers_Customers_add .no-sidebar-container,
.Customers_Customers_edit .no-sidebar-container{
    
    max-width: 90%;
}