/* bootstrap5 overwrites */
.btn {
    font-size:14px;
    border-radius: 4px;
    white-space: nowrap;
}

.btn-light {
    border-color: #ccc;
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    text-decoration: none;
}

.btn-default {
    border: 1px solid lightgray;
}

.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: auto;
}

.btn-sm {
    font-size: 12px!important;
}

.dropdown-menu {
    font-size: 14px;
    --bs-dropdown-color: none;
    padding: 5px 0;
}

.modal-backdrop {
    height: 0px;
}

a {
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

.dropdown-toggle::after {
    content: none;
}

.caret {
    /* bootstrap5 does not have this carret -> taken from bootstrap3  */
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-header-responsive {
    min-height: 70px;
}

.nav-link {
    color: #3EB48E;
    line-height: 21px;
}
.nav-link:focus, .nav-link:hover {
    color: #3EB48E;
    background-color: #eee;
}

/*overwrite bootstrap sizing as there is big difference between boostrap3 to bootstrap5 */
h3 {
    font-size: 23px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

/* form-horizontal no more in bootsrap5 */
.form-horizontal .form-group {
    display: flex;
    margin-bottom: 15px;
}

.form-horizontal .form-group label {
    text-align: right;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.form-horizontal .radio {
    margin-top: 0;
    margin-bottom: 0;
}
/* end form-horizontal setup */

.form-control {
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
    appearance: auto;
    color: #555;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none;

}

.hidden {
    display: none!important;
}

.checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400;
    text-align: left!important;
}

.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio+.radio {
    margin-top: -5px;
}

.radio label {
    padding-left: 20px;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff!important;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,.label-danger[href]:hover {
    background-color: #c9302c
}

label span {
    margin-left: 4px;
}

.modal-dialog {
    width: 600px;
    max-width: none;
    margin: 30px auto;
}

.form-group {
    margin-bottom: 15px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.table:hover {
    --bs-table-bg: none;
}

.table>:not(caption)>*>* {
    border-bottom: none;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

/* end bootstrap5 overwrites */

#new-header {
    min-height: 70px;
    color: #fff;
    border-radius: 0;
    background-color: #2f4050;
    display: flex;
}

#new-header .navbar-nav-responsive > .bring-right > a,
#new-header .main-nav > li > a {
    font-size: auto;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    color: #fff;
    font-weight: 300;
}

.navbar-inverse-responsive .navbar-nav > .open > a,
.navbar-inverse-responsive .navbar-nav > .open > a:focus,
.navbar-inverse-responsive .navbar-nav > .open > a:hover {
    background-color: transparent;
}
#new-header .navbar-nav.user-nav > li.invite-members > a {
    font-size: 15px;
    line-height: inherit;
    display: inline-block;
    height: auto;
    margin-top: 24px;
    padding: 6px 25px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background-color: #1ab394;
}
.navbar-nav .notifications > a,
.navbar-nav .messages > a {
    padding-top: 29px;
    padding-right: 0;
}
/*  latest added */
.navbar-nav .messages > a > .icon-comment,
.navbar-nav .notifications > a > .icon,
.navbar-nav .messages > a > .icon {
    font-size: 20px;
    position: relative;
    top: -3px;
}
.badge {
    font-size: 14px;
    position: relative;
    top: -8px;
    left: -6px;
    border-radius: 4px;
    background-color: #ed5565;
}
li.user a {
    padding-top: 15px;
}
li.user img {
    width: 30px;
    height: 30px;
    margin-top: -7px;
    border: 2px solid #fff;
    border-radius: 100%;
}
#new-header .dropdown-menu-responsive {
    min-width: 220px;
    padding: 0;
    color: #fff;
    border-radius: 0;
    background-color: #2f4050;
    box-shadow: none;
}
.dropdown-menu-smaller {
    min-width: 100% !important;
}
#new-header .dropdown-menu-smaller > li a {    
    padding: 12px 12px 12px 10px !important;
}

#new-header .dropdown-menu-responsive > li > a span {
    position: absolute;
    top: 15px;
    left: 22px;
}

#new-header .dropdown-menu-responsive > li a {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 12px 12px 12px 50px;
    color: #fff;
}

/* fix for navbaf with admin account */
#new-header .navbar-admin > li > a {
    font-size: 14px;
    padding-top: 28px;
    color: #E6EAF9;
    font-weight: 300;
    height: 70px;
}

/* added from last fixes from Elena  */
#new-header .dropdown-menu-responsive > li > a {
    border-top: 1px solid #213140;
    background-color: #2f4050;
    font-weight: 300;
}
#new-header .dropdown-menu-responsive > li > a:hover,
#new-header .dropdown-menu-responsive > li > a:focus,
#new-header .dropdown-menu-responsive > li > a:active {
    font-color: #fff;
    border-top: 1px solid #213140;
    font-weight: 300;
}
#new-header .dropdown-menu-responsive > li ul {
    margin: 0;
    padding: 0;
}
#new-header .dropdown-menu-responsive > li ul li {
    list-style-type: none;
}
#new-header .dropdown-menu-responsive > li ul > li > a:hover,
#new-header .dropdown-menu-responsive > li ul > li > a:focus,
#new-header .dropdown-menu-responsive > li ul > li > a:active,
#new-header .dropdown-menu > li ul > li > a {
    border-top: 1px solid -responsive#2f4050;
}
#new-header .dropdown-menu-responsive > li ul > li > a:hover,
#new-header .dropdown-menu-responsive > li ul > li > a:focus,
#new-header .dropdown-menu-responsive > li ul > li > a:active {
    text-decoration: none;
    color: #4bb995;
}
.dropdown-menu-responsive > li[role='menu'] > a:after {
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    border-radius: 100%;
    background-color: #213140;
}
.dropdown-menu-responsive > li[role='menu'] > a:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 22px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.dropdown-menu > li[role='menu'] > a.opened-submenu:before {
    top: 21px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#new-header .notifications .dropdown-menu > li > a {
    display: block;
    padding: 0 15px 15px 90px;
    border-top: 1px solid #384c5f;
}
#new-header .notifications .dropdown-menu {
    min-width: 330px;
}
.notif-msg-body {
    font-size: 11px;
}
.notifications h3 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
}
.notifications .date {
    margin-top: 1.4em;
}
#new-header .notif-msg-img-wrapper .icon {
    font-size: 86px;
    left: 20px;
}
.icon-female-symbol {
    color: #ffa7b0;
}
.icon-male-symbol {
    color: #b9dbfb;
}
#new-header .dropdown-menu > li .location span.icon {
    position: static;
}
.user-profile-icons {
    text-align: center;
    background-color: #213140;
}
.large-icons .icon {
    font-size: 20px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    padding: 8px 4px;
    text-align: center;
    border: 2px solid;
    border-radius: 100%;
}
.green-text {
    color: #13a98c;
}
.yellow-text {
    color: #f2ab30;
}
.lightblue-text {
    color: #0ccae1;
}
.purple-text {
    color: #ca22fa;
}
.green-bg,
.progress-bar-success {
    background-color: #13a98c;
}
.blue-bg,
.progress-bar-info {
    background-color: #0ccae1;
}
.yellow-bg,
.progress-bar-warning {
    background-color: #f2ab30;
}
.purple-bg,
.progress-bar-danger {
    background-color: #ca22fa;
}
.progress {
    height: 12px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.short-user-profile,
.profile-completion {
    background-color: #2f4050;
}
.large-icons,
.profile-completion,
.short-user-profile {
    padding: 20px;
}
.profile-completion {
    border-bottom: 1px solid #213140;
}
#new-header .dropdown-menu .profile-completionpercentage a {
    padding: 0;
}
.user-member-since {
    font-size: 12px;
    font-weight: 500;
}
.user-position-location {
    margin-bottom: 1.5em;
    font-weight: 500;
}
.profile-completion-percentage {
    font-size: 12px;
}
#new-header .dropdown-menu > li .profile-completion-percentage a {
    font-size: 12px;
    display: inline;
    padding: 0;
    color: #23a78c!important;
}

.message{
    padding: 10px 15px;
    margin-top: 10px;
    border-radius: 4px;
}

.navigation-alert {
    font-size: 12px;
    top: 112%;
    right: 15px;
    width: 390px;
    color: #fff;
    border: none;
    box-shadow: 0 4px 4px rgba(0,0,0,.2);
    z-index: 200;
    position: absolute;
}
.navigation-alert {
    font-size: 12px;
}
.alert-success{
    background-color: #1cc09f;
    color: #fff;
}
.navigation-alert a {
    color: #fff;
}
.navigation-alert .close {
    margin-top: -8px;
    opacity: 1;
}
.navigation-alert .close:focus,
.navigation-alert .close:active,
.navigation-alert .close:hover {
    color: #fff;
}
.navigation-alert .icon.icon-user {
    font-size: 42px;
    position: absolute;
}
.navigation-alert .alert-body {
    padding: 0 30px 0 48px;
}
.navigation-alert .alert-body a {
    text-decoration: underline;
}
.navigation-alert .alert-body h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}
.navigation-alert .alert .progress {
    height: 16px;
    border-radius: 3px;
}
.navigation-alert .progress-bar-success {
    background-color: #158f76;
}

/* fading alert */
.navigation-alert {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;

}
.navigation-alert.visible{
    opacity: 1;
}
/* Small devices and down */

@media (max-width: 1390px) {
    .container-fluid-responsive > .navbar-collapse-responsive,
    .container-fluid-responsive > .navbar-header-responsive,
    .container > .navbar-collapse-responsive,
    .container > .navbar-header-responsive {
        margin: 0;
        padding: 0;
    }
    #new-header .navbar-nav-responsive.logo-nav {
        margin: 0;
    }
    #new-header .navbar-nav-responsive.logo-nav > li > a {
        height: 75px;
    }
    #new-header .pharma-navbar-header .logo-nav > li > a {
        height: auto;
    }
    #admin-manage{
        padding-top: 25px;
        display: block !important;
    }
    .navbar-nav-responsive.main-nav {
        margin: 0;
        padding: 0;
    }
    .container-fluid-responsive {
        padding: 0;
        display: inline-block;
    }
    #new-header .navbar-nav-responsive.user-nav > li.invite-members > a {
        margin-top: 10px;
    }
    .nav.navbar-nav-responsive.navbar-right-responsive.user-nav > li.dropdown.open {
        display: block;
        margin: auto;
    }
    #new-header .notifications .dropdown-menu,
    #new-header .dropdown-menu {
        min-width: 100%;
    }
    .navbar-inverse-responsive .navbar-nav-responsive > li > a:hover,
    .navbar-inverse-responsive .navbar-nav-responsive > li > a:focus {
        color: #fff;
        background-color: transparent!important;
        height: 72px;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive{
        position:static;
        float:none;
        width:auto;
        margin-top:0;
        background-color:transparent;
        border:0;
        box-shadow:none;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a{
        line-height:20px;
    }
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a:hover,
    .navbar-nav-responsive .open .dropdown-menu-responsive>li>a:focus{
        background-image:none;
    }
    .pharma-navbar-header > li > a {
        padding: 10px 10px;
    }
    .btn-encryption {
        float: right;
    }
}

.navbar-nav-responsive> li > a {
    line-height: normal !important;
}

.alert-loginform {
    margin-top: 20px !important;
    margin-bottom: -30px !important;
}

@media screen and (max-width: 801px) , screen and (max-height: 601px) {

    .alert-loginform {
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px !important;
        margin-bottom: -20px !important;
    }
}
@media (min-width: 1282px) and (min-height: 866px) {
    .alert-loginform {
        margin-bottom: -90px !important;
    }
}

@media (min-width: 1391px){
    .navbar-header-responsive{
        float:left;
    }
    .navbar-toggle-responsive{
        display:none !important;
    }
    .navbar-nav-responsive > li > a {
        padding-top: 22px;
        padding-bottom: 15px;
    }
    .navbar-nav-responsive{
        float:left;
        margin:0;
        flex-direction: row!important;
    }
    .navbar-nav-responsive>li>a{
        padding-top:15px;
        padding-bottom:15px;
    }
    .navbar-nav-responsive.navbar-right-responsive:last-child{
        margin-right:-15px;
    }
    .navbar-collapse-responsive{
        width:auto;
        border-top:0;
        box-shadow:none;
    }
    .navbar-collapse-responsive.collapse{
        display:block!important;
        height:auto!important;
        padding-bottom:0;
        overflow:visible!important;
    }
    .navbar-collapse-responsive.in{
        overflow-y:visible;
    }
    .navbar-fixed-top .navbar-collapse-responsive,.navbar-static-top .navbar-collapse-responsive,.navbar-fixed-bottom .navbar-collapse-responsive{
        padding-left:0;
        padding-right:0;
    }
    .container>.navbar-header-responsive,.container-fluid-responsive>.navbar-header-responsive,.container>.navbar-collapse-responsive,.container-fluid-responsive>.navbar-collapse-responsive{
        margin-right:0;
        margin-left:0;
    }
    .navbar-right-responsive .dropdown-menu-responsive {
        right: 0;
        left: auto;
    }
}
.navbar-right-responsive{
    float:right!important;
}
.navbar-nav-responsive > li{
    float:left;
}
@media (max-width: 1390px) {
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive .divider {
        background-color: #080808;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > li > a {
        color: #999;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > li > a:hover,
    .navbar-invers-responsivee .navbar-nav-responsive .open .dropdown-menu-responsive > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a:hover,
    .navbar-inverse-responsive .navbar-nav-responsive .open .dropdown-menu-responsive > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
    .navbar-admin > li {
        float: none;
    }
}

.navbar-toggle-responsive {
    margin-top: 20px;
    padding: 9px 10px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 45px;
}
.navbar-toggle-responsive:focus {
    outline: none;
}
.navbar-toggle-responsive .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle-responsive .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-inverse-responsive .navbar-toggle-responsive {
    border-color: #333;
}
.navbar-inverse-responsive .navbar-toggle-responsive:hover,
.navbar-inverse-responsive .navbar-toggle-responsive:focus {
    background-color: #333;
}
.navbar-inverse-responsive .navbar-toggle-responsive .icon-bar {
    background-color: #fff;
}
.dropdown-menu-responsive {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu-responsive > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu-responsive > li > a:hover,
.dropdown-menu-responsive > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu-responsive > .disabled > a,
.dropdown-menu-responsive > .disabled > a:hover,
.dropdown-menu-responsive > .disabled > a:focus {
    color: #999;
}
.dropdown-menu-responsive > .disabled > a:hover,
.dropdown-menu-responsive > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}
.open > .dropdown-menu-responsive {
    display: block;
}
.navbar-nav-responsive > li > .dropdown-menu-responsive {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-nav-responsive > li > a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-nav-responsive > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav-link {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-fixed-bottom .navbar-nav-responsive > li > .dropdown-menu-responsive {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-inverse-responsive .navbar-nav-responsive > li > a {
    color: #fff;
    padding-top: 15px;
}
.navbar-inverse-responsive .navbar-nav-responsive > li > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a,
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
#nav-search .dropdown-menu-responsive {
    margin-right: -88px;
    min-width: 100px;
}

#nav-search .dropdown-menu-responsive > li > a {
    padding: 12px;
}

#nav-search .dropdown-menu-responsive > li {
    text-align: center;
}
.container-fluid-responsive {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: inline-block;
    top: 0;
    bottom: 0;
    position: absolute;
}
.navbar-inverse-responsive .navbar-nav-responsive > .open > a,
.navbar-inverse-responsive .navbar-nav-responsive > .open > a:hover,
.navbar-inverse-responsive .navbar-nav-responsive > .open > a:focus {
    color: #fff;
    background-color: #2f4050;
    height: 70px;
}
#btn-pin {
    margin: 0;
}
.navbar-inverse-responsive li a {
  color: #fff !important;
  font-weight: 300;
}
#new-header .navbar-admin>li>a:hover{
    background-color: #2f4050; 
}
#new-header .dropdown-menu-responsive > li > a:hover{
    color: #29B194!important;
}
.dropdown-menu-user {
    background-color: #2f4050;
    width:230px;
    border-radius: 0 0 5px 5px;
}
.settings > .dropdown-menu-user {
    margin-top: -1px;
    right: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #2f4050;
}
.settings > ul{
    margin-top: 0px;
}
.settings > ul > li > a{
    padding-top: 10px;
    padding-left: 50px;
    margin-top: -5px;
    height: 50px;
}
.settings > ul > li > a:hover{
    background-color: #2f4050;
    color: #29B194 !important;
}
.user-nav > .user > .dropdown-menu-user{
    margin-top: -1px;
    border-top: 1px solid #213140;
}
.dropdown-accordion:hover{
    height: 70px;
}
.user > ul > li > a{
    border-top: 1px solid #213140;
    height: 52px;
}
.bring-right > ul > li > a > span{
    padding-right: 15px;
}
.navbar-collapse-responsive.in {
    overflow-y: auto;
}
.navbar-collapse-responsive {
    max-height: 340px;
    min-width:150px;
    overflow-y: auto;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
}
#new-header .dropdown-menu > li > a:hover, 
#new-header .dropdown-menu > li > a:focus, 
#new-header .dropdown-menu > li > a:active, 
#new-header .dropdown-menu > li > a {
    border-top: 1px solid #213140;
    background-color: #2f4050;
    font-weight: 300;
}
#new-header .dropdown-menu > li > a:hover, 
#new-header .dropdown-menu > li > a:focus, 
#new-header .dropdown-menu > li > a:active {
    color: #4bb995 !important;
}