/** override css file that should only be used in admin php portal **/
html, body {
    background-color: #fff;
}

html, body, #bgwrap, #mainwrap, .main_content {
    height: 100%;
}
/*Suman :CPSRV-15296 - all not logged-in pages should have option to change langauge/Locale on the bottom of screen*/
#foot {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f5f5;
    font-size:13px;
    position:relative;
    color: #333231;
    height: 110px;
}

#foot a {
    color: #53768a;
}
