/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* 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;
	padding-top:75px;
}

/*#wrapper.toggled {
    padding-left: 240px;
	
}*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: -80px;
    width: 0;
    height: 100%;
    margin-left: -240px;
    overflow-y: auto;
    background: #fff;
    border-top:1px solid #eee;
    box-shadow: 1px 0 3px 2px #e8e8e8;
    -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 #sidebar-wrapper {
    width: 286px;
    left: 240px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#page-content-wrapper.toggled {
    position: absolute;
    padding-left: 286px;
}

/* Sidebar Styles */


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 286px;
    margin: 0;
    /*padding:20px 0 80px 0;*/
    list-style: none;
	
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 45px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
	text-transform:uppercase;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size:13px;
    
}
.sidebar-nav li i {
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000;
    background: rgba(0,0,0,0.15);
	box-shadow:-3px 0 0px 0px #4d4d4d inset;
}

.sidebar-nav li a.current {
    text-decoration: none;
    color: #000;
    background: rgba(193, 190, 190, 0.36);
    font-weight: 700;
	/*box-shadow:-3px 0 0px 0px #37474f inset;*/
	    border-right: 3px solid #000;
}

.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;
}

/*.header-logo{
    width: 12%;
}*/
.header-logo a{
    display: inline-block;
}
/*.header-right{
      width: 38%;
}*/
@media(min-width:768px) {
    #wrapper {
        padding-left: 0px;
	padding-top:75px;
    }

    #page-content-wrapper.toggled {
        padding-left: 0;
    }

    
    #sidebar-wrapper {
        width: 286px;
        background: #fff;
    }

    #page-content-wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        /*padding: 20px 20px 20px 20px;*/
        position: relative;
    }

    #page-content-wrapper.toggled {
        position: relative;
        padding-left: 300px;
    }
}

@media(max-width:768px) {
    #page-content-wrapper.toggled {
        position: absolute;
        padding-left: 15px;
    }
  }
