.navbar-header .navbar-brand {
    background: url('/vendor/advcommodity-management/images/customer/logo_atl.png') no-repeat;
    background-size: 150px;
    margin-left: 30px;
    min-width: 200px;
    height: 90px;
}
.navbar-static-top {
    background: url('/vendor/advcommodity-management/images/customer/bg_header_rep.png') repeat-x;
}
.navbar-static-top span {
    width: 100%;
    height: 98px;
    display: block;
    background: url('/vendor/advcommodity-management/images/customer/bg_header.jpg') no-repeat;
    background-position: center;
}

#sidemenu {
    margin-top: 91px !important;
}
@media (max-width: 760px){
  #sidemenu {
    margin-top:0px !important;
  }
  .navbar-header .navbar-brand {
    height: 40px !important;
    background-size: 50%;
  }
}
