#sidebar{
    height:100%;
    overflow:auto;
    border-right:1px solid #e7e7e7;
    min-height:calc(100vh - 130px);
}
.sidebar-name-styling{
    padding:16px 8px 8px 8px;
    font-size:20px;
    line-height:24px;
    background-color: #fff;
    color:#000;
}
#sidebar > .panel > .panel-body{
    padding:0px;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #0b1f54;
  font-weight: 600;
}
.nav-sidebar > a{
    color: #0b1f54;
}
.nav-sidebar > li > a{
    color: #000;
}
#maincontainer{
    margin-top:10px;
}
.breadcrumb{
    color:#AA4E00;
}
.breadcrumb a, .breadcrumb a:active, .breadcrumb a:hover{
    color:#0b1f54;
}

div.customer-background{
    display: inline-block;
    width:100%; 
    height:120px;
    background-color: #fff;
    /*    Keeping for later.
    background-repeat:no-repeat; 
    background-position: center center; 
    background-size: cover;
    background-image: url('../img/bg.png');*/
    overflow: hidden;
}
img.customer-logo{
    width:64px; 
    height: auto;
    max-height:64px;
    margin-top:24px;
    margin-left:10px;
}
.customer-title{
    font-weight: 700;
    font-size: 16px;
    color: #333;
    display: inline-block;
    height: 64px;
    max-height: 64px;
    margin-top: 24px;
    margin-left: 10px;
    width: calc(100% - 84px);
    float: right;
}