﻿
.satatic_sidbar li {
    list-style: none;
}

.satatic_sidbar--content ul {
    padding: 0;
    background-color: #f6f6f6
}




.satatic_sidbar--content .sidebar-header {
    background: #e9e9e9;
    padding: 0px 10px;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
    /*margin-bottom: 10px;*/
    color: #5d8cae;
    /* margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;*/
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 3px;
}

    .satatic_sidbar--content .sidebar-header h6 {
        font-weight: bold !important;
        margin: 0 !important;
        padding: 5px;
        color: #616161;
        font-size: 12px;
    }

.descriptionListItem {
    display: block
}

.satatic_sidbar {
    text-align: right;
    height: 100vh;
    z-index: 0;
    color: white;
    transition: all 0.3s;
    -ms-overflow-style: none;
    background-color: #f6f6f6;
}

    .satatic_sidbar ul {
        padding: 0;
    }



        .satatic_sidbar ul li a {
            padding: 7px 15px;
            font-size: .850em !important;
            display: block;
            color: black;
            text-decoration: none;
        }

            .satatic_sidbar ul li a.active {
                background-color: #bdd9fd
            }

            .satatic_sidbar ul li a:hover {
                background-color: #f1f1f1b5
            }


            .satatic_sidbar ul li a input {
                vertical-align: bottom;
                margin-right: 13px;
            }



@media screen and (min-width: 1200px) {
    .satatic_sidbar--content {
        display: block !important;
    }
}

@media screen and (max-width: 1199px) {
    .satatic_sidbar {
        position: fixed;
        top: 44px;
        right: 0px;
    }

    .satatic_sidbar--content {
        z-index: 99999;
        background-color: white;
        position: relative;
        right: 24px;
        box-shadow: -5px 4px 6px #00000036;
        display: none;
        overflow-y: scroll;
        height: 89vh;
    }

        .satatic_sidbar--content .heading h6 {
            color: #616161;
            padding-top: 33px;
        }


    .satatic_sidbar--trigger::before {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f100";
        color: #555;
        position: relative;
        top: calc(100vh/2)
    }

    .satatic_sidbar--trigger {
        position: fixed;
        top: 44px;
        height: 100vh;
        display: block;
        padding: 4px 8px;
        background: #f1f1f1;
        z-index: 99999;
    }

    .col-sidebar-clearer {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .sidebar-static_page .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

nav#sidebar {
    margin-top: 37px;
    box-shadow: 5px 0 6px #00000012;
}

#sidebar .collapse li a {
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #f6f6f6
}


#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 101;
    color: white;
    transition: all 0.3s;
    -ms-overflow-style: none;
    overflow-y: scroll;
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6
}

    #sidebar a.btn.btn-toggle.text-left.rounded.p-1 {
        border-bottom: 1px solid #afacac;
    }


::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 28px;
    background: #5D8CAE;
}

#mainList {
    background: white;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#mainList .heading {
    background-color: #e9e9e9;
    border: 1px solid #dcdcdc;
    padding-right: 8px;
    padding-left: 5px;
    cursor: pointer;
    color: black;
    box-sizing: border-box !important;
    margin: 0px
}

    #mainList .heading h6 {
        font-weight: 400 !important;
        margin: 0 !important;
        padding: 5px
    }

    #mainList .heading:hover {
        background-color: lightgray;
        transition: all 0.5s;
    }


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
    color: black;
    border-radius: 0px !important;
    text-decoration: none;
}

    #sidebar ul li a input {
        vertical-align: bottom;
        margin-right: 13px;
    }

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #929292;
    /* background: #fff;*/
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}



#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: white;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7d7d7d;
}

a.article, a.article:hover {
    background: #7d7d7d !important;
    color: #fff !important;
}

#sidebar list-unstyled {
    background: #f6f6f6;
}

#sidebarCollapse {
    position: fixed;
    left: 250px;
    display: block;
    background: #5d8cae !important;
    width: 30px;
    color: white;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    height: 30px;
    top: 57px;
    border-radius: 0px 16px 16px 0px;
    opacity: 0;
    z-index: 9999
}

    .sidebottenOpsity, #sidebarCollapse:hover {
        opacity: 1 !important
    }
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    padding: 6px;
    min-height: 100vh;
    transition: all 0.3s;
    /*position: absolute;*/
    top: 0;
    right: 0;
}

    #content.active {
        width: 100%;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    /*#sidebar {
       margin-left: -250px;
    }*/

    #content {
        width: 100%;
    }

        #content.active {
            width: calc(100% - 250px);
        }

    #sidebarCollapse {
        position: relative;
        /*display: none;*/
        margin-right: auto;
        background-color: #5d8cae !important;
        top: 85px;
        width: 22px;
        z-index:9999
    }
}
