/*
    673px => 42.0625em
    672px => 42em
    1024px => 64em
    1025px => 64.0625em
    1440px => 90em
*/

body {
    overflow-x: hidden;
}

#app {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 230px;
    margin-left: 70px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    background-color: #ececec;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 1px #d8d8d8 solid;
    border-radius: 5px;
}

    .sidebar-nav li {
        padding-left: 20px;
        line-height: 30px;
        padding-right: 5px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #999999;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: #0683e4;
                background: rgba(255, 255, 255, 0.2);
                font-weight: 500;
            }

            .sidebar-nav li a:active, .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

@media(min-width:768px) {
    #app {
        padding-left: 10px;
        padding-right: 10px;
    }

        #app.toggled {
            padding-right: 0px;
            padding-left: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #app #sidebar-wrapper {
        margin-left: -350px;
    }

    #app.toggled #sidebar-wrapper {
        width: 250px;
        margin-left: -300px;
    }
}

@media(min-width:1024px) {
    #app {
        padding-left: 50px;
        padding-right: 50px;
    }

        #app.toggled {
            padding-right: 0px;
            padding-left: 250px;
        }

    #sidebar-wrapper {
        width: 0;
    }

    #app #sidebar-wrapper {
        margin-left: -350px;
    }

    #app.toggled #sidebar-wrapper {
        width: 250px;
        margin-left: -300px;
    }
}
.show_saderBar {
    width: 25px;
    height: 40px;
    background-color: #ddd;
    z-index: 1;
    cursor: pointer;
    position: fixed !important;
    top: 50%;
    margin-top: 30px;
    left: 0px;
    -webkit-transition: left .9s ease-in-out;
    transition: left .9s ease-in-out;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

    .show_saderBar i {
        margin-left: 4px;
        margin-top: 13px;
    }

.break-list {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bdbdbd99;
    left: 0;
    bottom: 2px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.searching-control {
    margin-top: 4px;
    margin-bottom: 3px;
    margin-left: 0px !important;
}
