@charset "UTF-8";

.layout-wrapper .layout-sidebar {
    position: absolute !important;
}

body .ui-widget-header {
    background-color: #203965 !important;
}

body .ui-button {
    background-color: #203965 !important;
}

.Bimage {
    background: url("/javax.faces.resource/images/lwcLoginWave-transparent.png.xhtml?ln=barcelona-layout")no-repeat;
    background-position: center center;
}
@media only screen and (max-width:767px) {
    #wLogo {
        display: none;
    }
}

@media (min-width:400px) {
    #dashboardPadding {
        margin-right: 20px !important;
    }
}

#loginButton {
    background-color: #203965;
    color: #ffffff;
    border: 0 none;
    padding: 8px 50px;
    font-size: 14px;
    border-radius: 3px;
}

body .ui-selectbooleanbutton.ui-state-active {
    color: #ffffff !important;
}

body .ui-selectbooleanbutton.ui-state-active .ui-icon {
    color: #ffffff !important;
}

body .ui-paginator {
    background-color: #818181 !important;
    border: 1px solid #818181 !important;
}

body .ui-button {
    background-color: #2e5292 !important;
}

th {
    background-color: #818181 !important;
    color: #020202 !important;
    font-style: normal !important;
    border: 1px solid #818181 !important;
}