/*!

 * 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 {
	position: relative;
	right: 300px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
#wrapper.toggled {
	right: 0;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	right: 300px;
	margin-right: -300px;
	overflow-y: auto;
	background: #005FA0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	width: 300px;
	height: 100%;
}

#wrapper.toggled #sidebar-wrapper {
	right: 0px;
}

#page-content-wrapper {
	width: 100%;/*padding: 15px;*/
}

/* Sidebar Styles */




.sidebar-block h3 {display:none;}

.sidebar-block .menu-menu_sidebar-container {margin-top:30px;}


.sidebar-nav {
	position: fixed;
	top: 0;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	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: rgba(255,255,255,0.2);
}
.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.toggled #page-content-wrapper {
	position: relative;
	margin-right: 0;
}
}
/* custom */



#sidebar-wrapper ul,  #sidebar-wrapper li {
	width: 100%;
	list-style: none;
	text-decoration: none;
	padding: 0px;
	margin: 0;
}
#sidebar-wrapper li {
	width: 100%;
}
#sidebar-wrapper a {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 12px 0px 12px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#sidebar-wrapper a:hover {
	text-decoration: none;
	background-color: rgba(0, 0, 0, .2);
}
#sidebar-wrapper .menu-item a {
	color: #e6e6e6;
	display: block;
	font-weight: 400;
	font-family: 'Roboto';
}
#sidebar-wrapper .menu-item-has-children > a {
	font-size: 1.2em;
	color: #0097ff;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}
#sidebar-wrapper .submenu {
	padding: none;
}
#sidebar-wrapper .menu-item-has-children > a {
	width: 100%;
	color: #333;
}
#sidebar-wrapper .menu-item-has-children > a {
	font-size: 1.2em;
	color: #0097ff;
	text-transform: uppercase;
}


 @media (min-width: 992px) {
#sidebar-wrapper {
	display: none;
}
#wrapper {
	padding-right: 0;
}
}
/*buttons*/



#sidebar-wrapper > .scroll > .buttons > .btn {
	display: block;
	padding: 20px 0px;
	width: 85%;
	margin: 10px auto;
	background-color: rgba(0,0,0,0.3);
	position: relative;
	border: 2px solid rgba(255,255,255,0.7);
}
#sidebar-wrapper > .scroll > .buttons > .btn:hover {
	display: block;
	padding: 20px 0px;
	margin: 10px auto;
	background-color: rgba(0,151,255,1);
	position: relative;
	border: 2px solid;
}
#sidebar-wrapper > .scroll > .buttons {
	margin: 0 auto;
}
