@charset "UTF-8";.app-sidebar .mCSB_draggerContainer {
    right: -11px!important
}

@media (min-width: 768px) {
    .app.sidenav-toggled .app-content {
        margin-left:0
    }

    .app.sidenav-toggled .app-sidebar {
        left: 230px
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden
    }

    .app-sidebar {
        padding-top: 85px
    }

    .side-header {
        width: 250px;
        left: 0;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 1;
        background: #0482f1;
        
        /* 
        BDP ADDED STYLE
        **/
        
        /*background: linear-gradient(to bottom, #0482f1, #e0e0e0);*/
        /*border: 1px solid #c0c0c0;*/
        /*border-radius: 5px;*/
        /*padding: 10px 20px;*/
        /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
        
        /* 
        BDP ADDED STYLE
        **/
    }

    .app.sidebar-mini.sidenav-toggled .side-header {
        width: 100px!important
    }
}

@media (max-width: 767px) {
    .app {
        overflow-x:hidden
    }

    .app .app-sidebar {
        left: -250px
    }

    .app .app-sidebar__overlay {
        visibility: hidden
    }

    .app.sidenav-toggled .app-content {
        margin-left: 0
    }

    .app.sidenav-toggled .app-sidebar {
        left: 0
    }

    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible
    }

    .app.sidebar-mini.sidebar-gone.sidenav-toggled .app-sidebar {
        left: 0
    }
}

.app-content {
    min-height: calc(100vh - 50px);
    margin-bottom: 0!important;
    transition: margin-left .3s ease;
    overflow: hidden
}

.app-content .side-app {
    padding: 0 30px
}

.footer .container {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .app-content {
        margin-left:250px
    }
}

@media (max-width: 767px) {
    .app-content {
        min-width:100%
    }
}

@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff
    }
}

.light-text {
    font-weight: 300!important
}

.semibold-text {
    font-weight: 600!important
}

.line-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    padding: 5px 0;
    box-shadow: 0 2px 17px 2px rgba(0,0,0,.2);
    border-bottom: 1px solid hsla(0,0%,100%,.1);
    background: #5e2dd8
}

@media (min-width: 768px) {
    .app-header {
        padding-right:30px
    }
}

@media print {
    .app-header {
        display: none
    }
}

.app-header__logo {
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: Niconne;
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px
}

.app-header__logo:focus,.app-header__logo:hover {
    text-decoration: none
}

@media (min-width: 768px) {
    .app-header__logo {
        flex:0 0 auto;
        display: block;
        width: 230px
    }
}

.app-sidebar__toggle {
    color: #25252a;
    transition: background-color .3s ease;
    z-index: 1;
    margin-top: 5px
}

.app-sidebar__toggle:hover {
    color: #25252a
}

.app-sidebar__toggle:before {
    content: "";
    transition: all .25s;
    font-size: 21px;
    font-family: feather
}

.app-sidebar__toggle:focus,.app-sidebar__toggle:hover {
    text-decoration: none
}

@media (max-width: 767px) {
    .app-sidebar__toggle {
        order:-1
    }
}

.app-nav {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end
}

@media (min-width: 768px) {
    .app-nav {
        flex:1 0 auto
    }
}

.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #a8a8a8;
    transition: background-color .3s ease
}

.app-nav__item:focus,.app-nav__item:hover {
    background: rgba(0,0,0,.1);
    color: #f6f6f6
}

.app-search {
    position: relative;
    display: flex;
    align-self: center;
    margin-right: 15px;
    padding: 10px 0
}

@media (max-width: 480px) {
    .app-search {
        display:none
    }
}

.app-search__input {
    border: 0;
    padding: 5px 30px 5px 10px;
    border-radius: 2px;
    background-color: hsla(0,0%,100%,.8);
    transition: background-color .3s ease
}

.app-search__input:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.app-search__input:-ms-input-placeholder,.app-search__input::-ms-input-placeholder,.app-search__input::-webkit-input-placeholder,.app-search__input::placeholder {
    color: rgba(0,0,0,.4)
}

.app-search__button {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    border: 0;
    color: rgba(0,0,0,.8);
    background: none;
    cursor: pointer
}

.app-notification {
    min-width: 270px
}

.app-notification__title {
    padding: 8px 20px;
    text-align: center;
    background-color: rgba(0,150,136,.4);
    color: #333
}

.app-notification__footer {
    padding: 8px 20px;
    text-align: center;
    background-color: #eee
}

.app-notification__content {
    max-height: 220px;
    overflow-y: auto
}

.app-notification__content::-webkit-scrollbar {
    width: 6px
}

.app-notification__content::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

.app-notification__item {
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid #ddd;
    transition: background-color .3s ease
}

.app-notification__item:focus,.app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0
}

.app-notification__message,.app-notification__meta {
    margin-bottom: 0
}

.app-notification__icon {
    padding-right: 10px
}

.app-notification__message {
    line-height: 1.2
}

.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    color: #8a98ac;
    width: 250px;
    max-height: 100%;
    z-index: 1000;
    background: #fff!important;
    box-shadow: 0 8px 24px #e5e4e6;
    transition: left .3s ease,width .3s ease
}

.app-sidebar::-webkit-scrollbar {
    width: 6px
}

.app-sidebar::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.2)
}

@media print {
    .app-sidebar {
        display: none
    }
}

@media (max-width: 767px) {
    .app-sidebar__overlay {
        position:fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9
    }
}

.app-sidebar__user {
    display: flex;
    align-items: center;
    color: #a8a8a8;
    width: 100%;
    padding: 15px 0;
    display: inline-block
}

.app-sidebar__user .dropdown-menu {
    top: 10px!important
}

.app-sidebar__user img {
    box-shadow: 0 0 25px hsla(0,0%,100%,.1);
    padding: 2px;
    border: 1px solid hsla(0,0%,100%,.2);
    box-shadow: 0 5px 5px 0 rgba(44,44,44,.2)
}

.app-sidebar__user-avatar {
    flex: 0 0 auto;
    margin-right: 15px
}

.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px!important
}

.app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400
}

.app-sidebar__user-designation {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px!important
}

.side-menu {
    margin-bottom: 0;
    padding: 0 15px 40px
}

.side-menu__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    transition: border-left-color .3s ease,background-color .3s ease;
    color: #25252a
}

.side-menu__item.active,.side-menu__item:focus,.side-menu__item:hover {
    text-decoration: none;
    color: #5e2dd8
}

.side-menu__item.active .side-menu__icon,.side-menu__item:focus .side-menu__icon,.side-menu__item:hover .side-menu__icon {
    color: #5e2dd8
}

@media (min-width: 768px) {
    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display:none!important;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        color: hsla(0,0%,100%,.8);
        opacity: 1;
        background: transparent;
        font-size: 12px;
        box-shadow: none
    }
}

.slide-item.active,.slide-item:focus,.slide-item:hover {
    color: #b5c1d2
}

.slide-menu a.active {
    color: #76839a
}

.slide-item.active,.slide-item:focus,.slide-item:hover {
    text-decoration: none;
    color: #76839a
}

.slide-menu li a {
    position: relative
}

.slide-menu li a.active:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #eaedf1;
    left: -20px;
    top: 15px;
    display: block
}

.slide-menu li a.active:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: -10px;
    top: 12px;
    display: block;
    border-radius: 50%;
    background: #dde1e6
}

.slide.is-expanded a {
    text-decoration: none
}

.side-menu .side-menu__icon {
    color: #68798b;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px!important;
    border-radius: 50%;
    margin-right: 8px;
    margin-left: 8px
}

.side-menu__icon {
    flex: 0 0 auto;
    width: 25px
}

.side-menu__label {
    white-space: nowrap;
    flex: 1 1 auto
}

.slide.is-expanded .slide-menu {
    display: block
}

.slide.is-expanded .angle {
    transform: rotate(90deg)
}

.slide-menu {
    display: none;
    font-size: .8rem!important;
    padding: 0 0 0 20px;
    margin-left: 22px;
    border-left: 1px solid #eaedf1
}

.slide-item {
    display: flex;
    align-items: center;
    padding: 6px 7px;
    font-size: 13px;
    color: #25252a
}

.slide-item .icon {
    margin-right: 5px
}

.angle {
    transform-origin: center;
    transition: transform .3s ease
}

@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .angle,.sidebar-mini.sidenav-toggled .app-sidebar__user-designation,.sidebar-mini.sidenav-toggled .app-sidebar__user-name,.sidebar-mini.sidenav-toggled .user-info,.sidebar-mini.sidenav-toggled .user-notification {
        display:none
    }

    .sidebar-mini.sidenav-toggled .sidebar-mini.sidenav-toggled.user-notification:before {
        background: transparent;
        display: none
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,.sidebar-mini.sidenav-toggled .avatar-xl {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: 0!important
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user,.sidebar-mini.sidenav-toggled .pulse {
        top: .5rem;
        right: 30px!important
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user,.sidebar-mini.sidenav-toggled .side-menu {
        margin-top: 0
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 25px;
        height: 25px
    }

    .sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user {
        padding: 12px 0;
        margin-bottom: 0;
        border-bottom: 1px solid hsla(0,0%,88.2%,.05)
    }

    .sidebar-mini.sidenav-toggled .profile-img {
        top: 0;
        right: 19px
    }

    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 100px
    }

    .sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 100px;
        overflow: hidden
    }

    .sidebar-mini.sidenav-toggled .app-sidebar:hover {
        overflow: visible
    }

    .sidebar-mini.sidenav-toggled .side-menu__item {
        overflow: hidden
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover {
        overflow: visible
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover .side-menu__label {
        opacity: 1
    }

    .sidebar-mini.sidenav-toggled .side-menu__item:hover+.slide-menu {
        visibility: visible
    }

    .sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        min-width: 180px;
        padding: 12px 5px 12px 20px;
        margin-left: -3px;
        line-height: 1;
        opacity: 0;
        background: #fff;
        color: #a8a8a8;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0 8px 17px rgba(0,0,0,.2)
    }

    .sidebar-mini.sidenav-toggled .slide:hover .side-menu__label {
        opacity: 1
    }

    .sidebar-mini.sidenav-toggled .slide:hover .slide-menu {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 10
    }

    .sidebar-mini.sidenav-toggled .slide .side-menu__label {
        border-bottom-right-radius: 0
    }

    .sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        left: 90px;
        min-width: 180px;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        transition: visibility .3s ease;
        box-shadow: 0 8px 17px rgba(0,0,0,.2)
    }

    .app.sidebar-mini.sidenav-toggled .side-menu__item {
        display: block;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
        border-left: 0
    }

    .app.sidebar-mini.sidenav-toggled .side-menu_label {
        display: block;
        font-size: 12px
    }

    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        color: #5c6287;
        opacity: 1;
        background: transparent;
        font-size: 12px;
        box-shadow: none
    }

    .sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
        margin: 0 auto
    }

    .app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        top: 8px;
        right: 28px;
        padding: .2rem .4rem;
        font-size: 11px
    }
}

.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    margin-right: 0;
    margin-left: 0
}

.app.sidebar-mini .side-menu_label {
    display: none
}

.dropdown-menu {
    border-radius: 0
}

.dropdown-menu.dropdown-menu-right {
    left: auto
}

.dropdown-item .fa,.dropdown-item .icon {
    vertical-align: middle
}

.app-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #fff;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400
}

.app-title p {
    margin-bottom: 0;
    font-style: italic
}

@media print {
    .app-title {
        display: none
    }
}

@media (max-width: 480px) {
    .app-title {
        margin:-15px -15px 15px;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width: 480px) {
    .app-title p {
        display:none
    }
}

.app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    text-align: left;
    padding: 0;
    background-color: transparent
}

@media (max-width: 480px) {
    .app-breadcrumb {
        margin-top:10px
    }
}

.tile {
    position: relative;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    margin-bottom: 30px;
    transition: all .3s ease-in-out
}

@media print {
    .tile {
        border: 1px solid #ddd
    }
}

.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem
}

.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0,0,0,.05)
}

.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    background: hsla(0,0%,100%,.2)
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block!important;
    padding: 3px 5px!important
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none
}

.nav-badge {
    border-radius: 30px;
    padding: .4em .6em;
    font-size: 12px
}

.user-info .text-dark {
    color: #25252a!important;
    font-weight: 400;
    font-size: 16px
}

.user-info .text-muted {
    color: #76839a!important
}

.side-header .header-brand1 {
    text-align: center;
    display: table
}

.side-header .header-brand-img.desktop-logo {
    max-height: 2.5rem;
    text-align: center;
    display: none;
    margin-right: 0
}

.side-header .header-brand-img.toggle-logo,.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo {
    display: none
}

.side-header .header-brand-img.light-logo1 {
    display: block
}

.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.light-logo1 {
    display: none
}

.sidebar-mini.sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo {
    display: none;
    margin-right: 0
}

.sidebar-mini.sidenav-toggled .sidebar-navs {
    display: none
}

.side-header {
    display: flex;
    border-bottom: 1px solid #eaedf1;
    padding: 21px 10px;
    transition: left .3s ease,width .3s ease
}

.sidebar-mini.sidenav-toggled .app-sidebar__toggle {
    display: block;
    margin: 0 auto
}

.sidebar-mini.sidenav-toggled .mobile-header .app-sidebar__toggle {
    margin: 5px 0 0
}

.user-pic {
    margin-bottom: .8rem
}

.sidebar-navs a {
    background: hsla(0,0%,100%,.1);
    border: 1px solid #eaedf1!important;
    color: #68798b!important;
    border-radius: 5px;
    padding: .8rem!important
}

.app-sidebar .sidebar-navs {
    padding: 0 10px 10px;
    border-bottom: 1px solid #eaedf1
}

.sidebar-navs .nav li:last-child a {
    margin-right: 0!important
}

.side-menu h3 {
    color: #68798b;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: .5rem;
    margin-top: 2rem;
    font-weight: 400;
    opacity: .7
}

.sidebar-mini.sidenav-toggled .side-menu h3 {
    display: none
}

.sub-slide .sub-side-menu__item {
    position: relative;
    display: flex
}

.sub-slide .sub-side-menu__label {
    display: flex;
    align-items: center;
    padding: 6px 7px;
    font-size: 13px;
    color: #25252a;
    white-space: nowrap;
    flex: 1 1 auto
}

.sub-slide .sub-angle {
    transform-origin: center;
    transition: transform .3s ease;
    top: 8px;
    right: 5px;
    position: absolute
}

.sub-slide.is-expanded .sub-angle {
    transform: rotate(90deg)
}

.sub-slide .sub-slide-menu {
    display: none
}

.sub-slide.is-expanded .sub-slide-menu {
    display: block
}

.sub-slide .sub-slide-menu .sub-slide-item {
    white-space: nowrap;
    flex: 1 1 auto
}

.sub-slide2 .sub-side-menu__item,.sub-slide .sub-slide-menu .sub-slide-item {
    display: flex;
    align-items: center;
    color: #25252a;
    position: relative;
    font-size: .8rem!important;
    padding: 6px 7px 6px 20px;
    margin-left: 22px;
    border-left: 1px solid #eaedf1
}

.sub-side-menu__label2 {
    white-space: nowrap;
    flex: 1 1 auto
}

.sub-slide-menu2 .sub-slide-item2 {
    display: flex;
    align-items: center;
    color: #25252a;
    white-space: nowrap;
    flex: 1 1 auto;
    position: relative;
    font-size: .8rem!important;
    padding: 6px 7px 6px 20px;
    margin-left: 52px;
    border-left: 1px solid #eaedf1
}

.sub-slide2 .sub-slide-menu .sub-angle2 {
    transform-origin: center;
    transition: transform .3s ease;
    top: 8px;
    right: 5px;
    position: absolute
}

.sub-slide2.is-expanded .sub-angle2 {
    transform: rotate(90deg)
}

.sub-slide2 .sub-slide-menu2 {
    display: none
}

.sub-slide2.is-expanded .sub-slide-menu2 {
    display: block
}
