body {
    background-color: #eff3f6;
}
.h5, h5 {
    font-size: 14px;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: right;
}

.btn {
    border-radius: 0;
}

.tab-outer {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tab-outer .btn-info {
        height: 33px
    }

.nav-outer .navbar {
    padding-bottom: 0;
    margin-bottom: 0;
}

.nav-outer {
    background: #407ec9;
    color: #fff;
    margin-bottom: 20px;
}

.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    color: #fff !important;
    font-size: 28px;
    padding-left: 0;
}

.page-head {
    padding: 10px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    box-shadow: 2px 2px 3px #ccc;
    margin-bottom: 20px;
}

.glyphicon {
    color: #fff;
    font-size: 18px;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-right li:last-child {
   
    display: flex !important;
    align-items: center !important;
}

.btn-info {
    border: 1px solid #cccccc5e;
    color: #000;
    background-color: #fff;
}

.card-body {
    background: #fff;
    padding: 10px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}

.row1 .card-body {
    background: #fff;
    padding: 10px;
    height: 349px;
}

.row2 .card-body {
    background: #fff;
    padding: 10px;
    height: 256px;
}

.mb-20 {
    margin-bottom: 20px;
}


.name {
    color: #fff;
    margin-right: 10px;
}

.d-block {
    height: 50px;
    display: flex !important;
    align-items: center;
}

.card-title {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.kl-outer {
    display: flex;
    justify-content: space-between;
}

    .kl-outer .btn {
        border-radius: 0;
        display: flex;
        min-width: 18%;
        justify-content: space-between;
        align-items: baseline;
        padding: 14px;
        font-weight: bold;
    }

    .kl-outer .btn-primary {
        color: #000;
        background-color: #fff;
        border-color: #a5d0ff;
    }

    .kl-outer .btn .badge {
        position: relative;
        top: -1px;
        background: #4da1ff;
        color: #fff;
    }


.active .btn-info {
    color: #fff;
    background-color: #ff6400;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #ff6400;
    width: 35px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-info:hover {
    color: #fff;
    background-color: #ff6400 !important;
    border-color: #ff6400 !important;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ff6400 !important;
    background-image: none;
    border-color: #ff6400 !important;
}

.disabled {
    display: none;
}

.disabledRole {
    cursor: default !important;
    opacity: 0.5 !important;
    pointer-events: none !important;
    display: block !important;
}

.setting-bar {
    padding: 0 0 0 10px !important;
    height: 37px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    outline: 0 !important;
    color:#fff !important;
}

.navbar-right .d-block {
    height: auto;
}

.user-name {
    border-right: 2px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
    color: #fff;
}

.topDiv {
    padding-top: 0 !important;
    font-size: 14px !important;
    font-weight: 600;
    height: 37px;
}

.navbar-right {
    height: 100%;
    display: flex;
}

.dash-sub {
    color: #000 !important;
}

.dropdown-menu > li > a {
    width: 100%
}

.btn-info.dropdown-toggle {
    width: 36px;
}

.li-pd {
    cursor: pointer;
    padding: 3px 18px;
}
/**********************css added**********************/
/*width*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 100px;
}

/*Track*/
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 100px;
}
/*Handle*/
::-webkit-scrollbar-thumb {
    background: #ed8b00;
    border-radius: 100px;
}
    /*Handle on hover*/
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.nav-border {
    border-right: 0px;
}

.welcome-txt {
    color: #fff;
    margin-right: 10px
}

.mr-0 {
    margin-right: 0px !important;
}

.p-0 {
    padding: 0px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.m-0 {
    margin: 0px !important;
}

.row-flex {
    display: flex;
    align-items: center;
    padding: 3px 0;
    flex-wrap: wrap;
}

.footer-logo {
    width: 89px;
    height: 32px;
}

.navbar-nav {
    margin: 0px !important;
    float: right
}
.glyphicon-dash{
    left:-5px;
}
.dropdown-menu-pos {
    position: absolute !important;
    right: 0px;
    left: -125px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%) !important;
}


@media screen and (min-width: 1200px) {
    #page-content-wrapper #user-header {
        max-height: 43px;
        align-items: center;
    }
}

@media screen and (max-width: 1199px) {

    #page-content-wrapper #user-header {
        max-height: 53px;
        align-items: center;
        display: flex;
    }
}

@media screen and (min-width: 768px) and (max-width:992px) {
    .container-w {
        width: 95% !important;
        margin: auto;
    }
}

@media screen and (max-width:991px) {
    .btn-dropmenu li button {
        padding: 6px 10px !important;
    }
}

@media screen and (max-width:767px) {
    .container-w {
        width: 100% !important;
        margin: auto;
    }

    .row-flex {
        margin: 0px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .tab-outer {
        flex-wrap: wrap;
    }

    .nav-menu li {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        margin-top: 10px;
        padding: 0 5px;
    }

    .btn-group {
        width: 100% !important;
    }

    .nav-menu li ul li {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-width:500px) {
    .nav-menu li {
        max-width: 50%;
        flex: 0 0 50%;
        width: 50%;
    }

    .col-50 {
        max-width: 50%;
        flex: 0 0 50%;
        padding-top: 5px;
    }

        .col-50 h2 {
            text-align: right !important;
        }

    .col-100 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    #page-content-wrapper #user-header {
        height: 77px;
        max-height: 77px;
    }
}

@media screen and (max-width:655px) and (min-width:501px) {
    .user-name {
        border: 0px;
    }

    .nav-border {
        border-right: 1px solid #aacfef;
    }

    #page-content-wrapper #user-header {
        max-height: 60px;
        height: 60px;
    }
}
@media screen and (min-width:1200px) {
    ::-webkit-scrollbar {
        width: 8px;
    }
}
@media screen and (min-device-width: 990px) and (max-device-width: 1200px) and (orientation : landscape) {
    .container.container-w {
        width: 95% !important;
        margin: auto;
    }
}