/*
    DEMO STYLE
*/
#sidebar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#sidebar::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#sidebar::-webkit-scrollbar-thumb
{
    background-color: #000000;
    border: 2px solid #555555;
}


#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #000;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #F89406;
    color: #fff;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #000;
}

#sidebar ul.components {
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
.sidebar-parent{
    padding-top: 20px;
}
.sidebar-parent>div>a{
    font-weight: bolder;
    color: white;
    font-size: 18px !important;
    font-family: "Open Sans Bold";
}
.sidebar-child>a{
    font-weight: normal;
    color: white;
    font-size: 16px !important;
    font-family: "Open Sans Regular";
    font-weight: normal;
}
.dropdown-toggle:after { content: none }

.sidebar-normal:hover {
    color: #fff;
    background: #F89406;
    text-decoration: unset;
}
.sidebar-child:hover {
    color: #fff;
    background: #F89406;
    text-decoration: unset;
}
.sidebar-school.sidebar-child:hover {
    color: #fff;
    background: #F89406;
    text-decoration: unset;
}
.sidebar-hr{
    border: 1px solid #D5D5D5;
}

#sidebar ul li.active>a{
/*a[aria-expanded="true"] {*/
    color: #fff;
    background: #F89406;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul.CTAs {
    padding: 0px 80px 0px 0px;
    list-style-type: none;
}
ul.list-unstyled{
    list-style-type: none;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#content{
    width: 100%;
}
.school-tab-side-bar {
    background: transparent linear-gradient(254deg, #FF6A00 0%, #EE0979 100%) 0% 0% no-repeat padding-box !important;
    font-family: "Variex OT", serif !important;
}
.school-tab-side-bar{
    /*background: transparent -webkit-linear-gradient(254deg, #FF6A00 0%, #EE0979 100%) 0% 0% no-repeat padding-box;*/
    color: #FF6A00;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    font-family: "Variex OT";
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.school-tab-side-bar:hover {
    color: #fff !important;
}


/*nav bar admin*/

.navbar-li{
    list-style-type:none;
    margin-left: 0px !important;
}
.navbar-li>ul{
    padding:20px;
}
.navbar-li>a:hover{
    text-decoration: unset;
}

.header-actions{
    display: flex;
}
.sidebar-school:hover{
    background: transparent linear-gradient(254deg, #FF6A00 0%, #EE0979 100%) 0% 0% no-repeat padding-box !important;
}
/*.sidebar-school>a:hover{*/
/*    background: transparent linear-gradient(254deg, #FF6A00 0%, #EE0979 100%) 0% 0% no-repeat padding-box !important;*/
/*}*/


/* reponsive */
@media (max-width: 1200px) {
    .img-responsive.center-block{
        width: 150px;
    }
}

@media (max-width: 992px) {
    .header-actions2{
        display: block !important;
    }
    .header-actions{
        display: none;
    }
    .header-sides{
        width: 54px !important;
    }

    .img-responsive.center-block{
        width: 150px;
    }
    #sidebar {
        width: 350px;
        position: fixed;
        top: 0;
        left: -350px;
        height: 100vh;
        z-index: 999;
        background: #000;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }
    .header-actions{
        flex-flow: wrap;
    }
}






