/* 5 cached file css_6871dee38ff1414270c9aa8e79761b52 */
/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
}
#sidebar-wrapper {
    background: #fff;
    z-index: 1040;
    position: fixed;
    top: 0;
    width: 0;
    height: 100%;
    overflow-y: auto;
}

/* Sidebar */
.sidebar-nav {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 60px 0 10px;
    text-align: center;
    list-style: none;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .sidebar-nav {
        padding: 20px 0;
        height: 100%;
        text-align: left;
    }
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 15px 25px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    color: #999;
}
.sidebar-nav > li > a,
.sidebar-nav > li .jj-dropdown-toggle > a {
    color: #fff;
    background: #369ff7;
    border-radius: 4px;
    margin: 0 25px 15px;
    text-align: left;
}
.sidebar-nav > li:first-child > a {
    background: transparent;
}
.sidebar-nav > li > a:hover,
.sidebar-nav > li > a:active,
.sidebar-nav > li > a:focus,
.sidebar-nav > li .jj-dropdown-toggle > a:hover,
.sidebar-nav > li .jj-dropdown-toggle > a:active,
.sidebar-nav > li .jj-dropdown-toggle > a:focus {
    color: #fff;
    background: #2992eb;
}
.sidebar-close:hover {
    background: transparent !important;
}
#sidebar-wrapper {
    width: 0;
    overflow-x: hidden;
}
#wrapper.toggled #sidebar-wrapper {
    border-right: 1px solid #ccc;
    width: 400px;
}
@media only screen and (max-width: 576px) {
    #wrapper.toggled #sidebar-wrapper {
        border: none;
        width: 100%;
        left: 0;
    }
}

/* Close Button */
#close-toggle {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 53.7 53.7'><path opacity='1' fill='%23000' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
#close-toggle:hover {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 53.7 53.7'><path opacity='1' fill='%23999' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
    background-color: transparent;
}
@media only screen and (max-width: 768px) {
    #close-toggle {
        position: absolute;
        bottom: 0;
        margin-bottom: 10px;
    }
}

/* Overlay */
#overlay-toggle {
    display: none;
    background: rgba(255,255,255,.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}