#sidebar {
     background: #31859B !important;
}
 #sidebar.active .sidebar-header{
    background: #2B778A;
}

 #sidebar .sidebar-header {
     padding: 20px;
     background: #ffffff;
     text-align: center;
}

#header-title {
    background-color: #004573;
    border: 1px solid antiquewhite;
    border-radius: 5px 5px 5px 5px!important;
    color: #FFFFFF;
    float: left;
    height: 28px;
    margin: 7px 70px 0 160px;
    padding: 5px 5px 5px!important;
    text-transform: capitalize !important;
    width: 300px;
    font-weight: normal !important;
}


#header-wrapper {
    background: transparent;
}

.container.Welcome_Paragraph {
    padding: 25px;
    max-width: 1000px;
    width: auto;
    margin: 0 auto;
}