.mobile-hd,
.mobile-bottom-nav {
    display: none !important;
}

.user_login {
    color: #000;
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    #footerSection {
        text-align: center;
    }
    .copyright-p {}
}

@media (max-width: 980px) {
    .user_login {
        color: #fff;
        margin-bottom: 12px;
    }
    #logoArea,
    #sidebar {
        display: none !important;
    }
    .span9 {
        width: 100% !important;
    }
    .mobile-hd {
        display: block !important;
        padding-top: 1px !important;
    }
    .mobile-bottom-nav {
        display: flex !important;
    }
    .mobile-login {
        float: left !important;
        padding-top: 8px;
        padding-left: 20px;
    }
    #welcomeLine {
        padding-left: 20px !important;
    }
    .button-mt {
        margin-top: 12px !important;
    }
}

@media (min-width: 1920px) {
    .container {
        width: 1500px;
    }
    .span9 {
        width: 1200px;
    }
}

@media (min-width: 2560px) {
    .container {
        width: 2070px;
    }
    .span9 {
        width: 1770px;
    }
}

@media (min-width: 3840px) {
    .container {
        width: 3270px;
    }
    .span9 {
        width: 2970px;
    }
}

.navbar-inner {
    background-color: #16918b !important;
    background-image: linear-gradient(#16918b, #16918b 70%, #16918b) !important;
}

.navbar .nav>li>a {
    color: #fff !important;
    font-size: 16px;
}

#footerSection {
    background: #16918b !important;
    padding: 28px 0 44px;
    margin-top: 20px;
    border-top: 1px solid #16918b !important;
}

#footerSection a {
    color: #fff !important;
    font-size: 11px;
    line-height: 24px;
    display: block;
}

.mobile-bottom-nav {
    background-color: #16918b !important;
}

.mobile-bottom-nav__item {
    color: #d9d9d9 !important;
}

.mobile-bottom-nav__item--active {
    color: #ffffff !important;
}

@media (max-width: 980px) {
    #welcomeLine {
        background: #16918b !important;
    }
    .mobile-hd {
        background: #16918b !important;
    }
}

.btn-success {
    background-color: #16918b !important;
    background-image: linear-gradient(to bottom, #16918b, #16918b) !important;
}

[dir=ltr] .form-horizontal .controls {
    padding-left: 20px !important;
    margin-left: 180px !important;
}