.logo-header {
    background: #fff;
}

.navbar {
    width: 100%;
    height: 32px;
    margin-bottom: 0;
    background: url(../img/PMLC12_banner_menu_bg.gif) no-repeat;
    background-size: 100%;
}

.header-main {
    overflow: hidden;
    padding: 10px 0;
}

.header-main>div {
    float: left;
    margin-left: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}

.logo {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 40px;
}

.orderinfo-pos2 {
    position: absolute;
    top: 440px;
    left: 530px;
}

.nav-tabs {
    border-bottom: 2px solid #0057a9;
}

.body-right {
    border-left: 2px solid #0057a9;
    position: relative;
}

.navbar {
    background: #0057a9;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(42 112 241);
    background: -webkit-linear-gradient(bottom, rgb(90 124 203) 0%, rgb(18 53 104) 55px);
    background: -moz-linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    background: linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    border: 1px solid rgb(45 78 219);
    color: rgb(255 255 255) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: rgb(255 255 255);
    background: rgb(42 112 241);
    background: -webkit-linear-gradient(bottom, rgb(90 124 203) 0%, rgb(18 53 104) 55px);
    background: -moz-linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    background: linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    text-decoration: none;
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    color: rgb(255 255 255);
    background-color: #0057a9;
}

.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
    background: rgb(42 112 241);
    background: -webkit-linear-gradient(bottom, rgb(90 124 203) 0%, rgb(18 53 104) 55px);
    background: -moz-linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    background: linear-gradient(bottom, #50DF55 0%, #188B08 55px);
    border: 1px solid rgb(45 78 219);
    color: rgb(255 255 255) !important;
}

a {
    color: rgb(0 136 204);
    text-decoration: none;
}