.main-header {
    width: 100%;
    height: 70px;
    width: 100%;
    z-index: 1024;
    background: white url("../images/bg_header_light.png") no-repeat center center;
    /*      background: white url("../img/bg_road_head.png") no-repeat center center;*/
    /*       background: white url("../img/bg_header3.png") no-repeat center center;
             background: white url("../img/bg_short.png") repeat center center;
              background: white url("../img/bg_header_2.png") no-repeat center center;
        background: white url("../img/Group 10679.png") no-repeat center center;
                background: white url("../img/bg_header.png") no-repeat center center;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #dee2e6;


    /*    opacity: 0.8;
      line-height: 2.8em;*/

}

.layout-top-nav .wrapper .brand-image {
    height: 60px !important;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
    height: 77px;
    padding: 10px;
    text-align: center;
}

.bg-warning {
    background-color: #ffcc00!important;
}

.main-footer {
    background: #3c3c3b;
    border-top: 1px solid #dee2e6;
    color: #dcdcdc;
    padding: 1rem;
    text-align: center;
}

.footer_img {
    height: 30px;
}







