/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    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;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 60px;
    height: 100%;
    margin-left: -250px;
    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;
    border-right: 1px solid #cecece;
    overflow-x: hidden;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
.color-light-green {
    color: #13bb8a;
}

/* Sidebar Styles */

.sidebar-nav {
 /*   position: absolute;*/
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
}

.sidebar-nav li {
    text-indent: 5px;
    font-weight: 500;
    font-size: 13px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #a5a5a5;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 13px;
    position: relative;
}
.sidebar-nav li a i {
    font-size: 16px;
    vertical-align: middle;
    padding-right: 8px;
}
.sidebar-nav li a:hover i:before, .sidebar-nav li a.active  i:before{
    color: #fff!important;
}
.side-nav-text { 
    vertical-align: middle
}
.sidebar-nav li a i.icon-right{
    padding-right: 0;
    font-size: 13px;
}

.sidebar-nav li a.active {
    text-decoration: none;
    background: #13bb8a;
    color: #fff;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    background: #2ad2a1;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    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) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 60px;
    }

    #page-content-wrapper {
        padding: 0px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 60px;
    }
    .toggled .left-top-img{margin-left: 5px !important;margin: initial;height: 30px;width: 30px;}
    .toggled #menu-toggle img{margin-left: 5px;}
}

@media(min-width:768px) and (max-width:992px) {
   .toggled .top-nav .connect-text{display: none;}
 }

@media(max-width:768px) {
   #page-content-wrapper{padding-left: 50px !important;}
}