/*!
 * 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;
}
  
#page-content-wrapper{
    width: 100%;
    position: absolute;
    padding: 15px;
}

/* page-sidebar */
#page-sidebar {
    z-index: 1000;
    position: fixed;
    left: 50px;
    width: 0;
    height: 100%;
    margin-left: -50px;
    overflow-y: auto;
	/*background: #FFAF9E;*/
    -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{
		padding-left: 0;
	}
  
	#page-sidebar #sidebar-left{
		z-index: 1000;
		position: fixed;
		left: 50px;
		width: 0;
		height: 100%;
		margin-left: -50px;
		overflow-y: auto;
		background: #000;
	}
  
/* page-content */
	#wrapper #page-content-wrapper #page-content{

	}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 7px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #de533a;
}

.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) {
	#wrapper {
        padding-left: 50px;
    }

	#page-sidebar {
        width: 50px;
	}
	
	.panel-grey {
	  border-color: #404040;
	}
	.panel-grey > .panel-heading {
	  color: #ffffff;
	  background-color: #404040;
	  border-color: #404040;
	}
	.panel-grey > .panel-heading + .panel-collapse > .panel-body {
	  border-top-color: #404040;
	}
	.panel-grey > .panel-heading .badge {
	  color: #404040;
	  background-color: #ffffff;
	}
	.panel-grey > .panel-footer + .panel-collapse > .panel-body {
	  border-bottom-color: #404040;
	}

	#page-sidebar{
		padding-left: 50px;
	}
	#page-sidebar #sidebar-left{
        width: 50px;
	}
	
    #page-content-wrapper {
        padding: 5px 30px 5px 5px;
        position: relative;
    }

}