.container{
    
        width: 90% !important;
    
}



.navbar-main {
    
    background-color: rgb(68, 179, 194);
    
}


ul.top-nav>li.primary-action>a.btn {
    
    background-color: rgb(226, 93, 51);
    
}



.navbar-main li.account {
    
        background-color: rgb(68, 179, 194);
    
}


div.header-lined h1{
    
    color: rgb(68, 179, 194);
    font-weight: 600;
    font-size: 30px;
    
}



.home-kb-search .form-control {
    
    padding-left: 50px;
    background-color: rgb(224, 224, 224);
    color: #999;
    font-weight: 300;
    border-radius: 0px;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    
}


.col-sm-6 {
    width: 100% !important;
}




.panel {

    border-radius: 0 !important;
  
}












.tiles .tile {
    padding: 22px 20px;
    background-color: #ffffff;
    border: 1px solid rgb(224, 224, 224) !important;
    text-align: center;

    font-family: 'open-sans';
    font-weight: 600;

}


body{
    
     font-family: 'open-sans' !important;
    
}












.tile .title {
    
    color: rgb(68, 179, 194);

}





.bg-color-blue,.bg-color-green,.bg-color-red,.bg-color-gold {
    background-color: rgb(224, 224, 224);
}




.client-home-panels .panel>.panel-heading .panel-title .btn {
    color: #fff;
    border: 0;
    background: rgb(53, 178, 74);
    padding: 4px 10px;
}




.btn-success {
    color: #fff;
    background-color: rgb(27, 177, 0);
    border-color: rgb(27, 177, 0);
}





section#footer {

    background: rgb(22, 30, 44);
    color: white;
    min-height: 500px;
    
}




section#header .logo img{
    
    width: 188px;
    margin-top: 14px;
    
}




div.header-lined .breadcrumb{
    
    display:none;
    
}






section#main-body {

    background-color: #EEEEEE;
    
    
}




section#header {
    
        background-color: #EEEEEE;
    
}

























