/*!
 * 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-right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow-x:hidden;
}

#wrapper.toggled {
    padding-right: 220px;
	overflow-x:hidden;
}

#sidebar-wrapper .glyphicon
{
	color:#1F6EBD;	
}

#sidebar-wrapper {
    z-index: 9000;
    position: fixed;
    right: 219px;
	top:0;
    width: 40px;
    height: 100%;
    margin-right: -220px;
    overflow-y: auto;
    background: #fff;
	border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	overflow-x:hidden;
}

#wrapper.toggled #sidebar-wrapper {
    width: 240px;
	overflow-x:hidden;
}

#page-content-wrapper {
    width: 100%;
    /* position: absolute; */
    padding: 5px;
	padding-top: 0px;
	margin-top: 0px;
	overflow-x:hidden;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    padding-top: 0px;
	margin-top: 0px;
    margin-right: -220px;
	overflow-x:hidden;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 35px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #4D4D4D;
}

#navheaddiv .sidebar-nav li{
	
    background-color:#DDEFFD;
    padding-top: 5px;
}

#navheaddiv .sidebar-nav li a{

	background-color:#DDEFFD;
    padding-top: 5px;
}


#navheaddiv .sidebar-nav li .glyphicon:hover {

    color: #FF821B;
}

#navheaddiv .sidebar-nav li .glyphicon:active,
#navheaddiv .sidebar-nav li .glyphicon:focus {
    color: #FF821B;
}

#navdetaildiv .sidebar-nav li a:hover {
    text-decoration: none;
    color: #4D4D4D;
    background: rgba(240,240,240,0.8);
}

#navdetaildiv .sidebar-nav li a:active,
#navdetaildiv .sidebar-nav li a:focus {
    text-decoration: none;
	background: rgba(240,240,240,0.2);
}

.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;
}

