/* Drawer-style Side Menu */
/* Requires <div class="container-full"> */
#menu {
	background: #262626;
	bottom: 0;
	padding: 0;
	position: fixed;
	top: 50px;
	width: 14%;
}
#menu::after {
	background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1));
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
#menu .panel {
	background: none;
	border: none;
	border-radius: 0;
}
#menu .panel .list-group-item {
	background: none;
	border-color: rgba(255, 255, 255, 0.02);
	color: #AFAFAF;
	border-bottom: 1px solid #353535;
	font-size:12px;
}
#menu .panel .list-group-item:hover {
	color: #CCC;
	background:#444444;
}

.still {
	color: #FFF;
	background: url(../Images/leftbullet.png) no-repeat right #333!important;
}
#menu .panel .list-group-item.active {
	color: #fff;
	font-weight: bold;
	background:#646464;
}
#menu .panel-default a.panel-heading {
	background: rgb(44,44,44); /* Old browsers */
background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(0,0,0,1) 51%, rgba(19,19,19,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 51%,rgba(19,19,19,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	/*background: #444;
	background: linear-gradient(#555, #333);*/
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 0;
	color: #ccc;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 1px 1px #000;
	white-space: nowrap;
}
#menu .panel-default a.panel-heading:hover {
	color: #fff;
}
#menu .panel-default .panel-heading .glyphicon {
	color: #777;
	position: absolute;
	right: 15px;
	top: 12px;
}
#quick-tools {
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}
#quick-tools .btn {
	background: #444;
	background: linear-gradient(#555, #333);
	border-radius: 0;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	color: #ccc;
	margin: 0;
	padding: 16px 0 14px;
	width: 25%;
}
#quick-tools .btn:hover {
	background: #555;
	background: linear-gradient(#666, #444);
	color: #fff;
}
#quick-tools .btn:active {
	background: #333;
	background: linear-gradient(#222, #444);
}
#content {
	margin-left: 14%;
	width:86%;
	margin-top:95px;

}
#page-tools {
	left:1%;
    right:1%;
}
.btn-color-bottom{background:#3b679e;}


/* @end */