/* Sidebar pointer */
#sidebar li a i {
	vertical-align: top;
	background-image: url('../img/glyphicons-halflings-white.png');
	opacity: .5;
	margin-top: 2px;
}

/* Sidebar Navigation */
#sidebar {
	display: block;
	float: left;
	position: relative;
	width: 250px; /* -- sidebar width-- */
	z-index: 16;
}
#sidebar > ul {
	list-style: none;
	margin: 0px 0 0;
	padding: 0;
	position: absolute;
	width: 250px; /* -- sidebar width-- */
}
#sidebar > ul > li {
	display: block;
	position: relative;
}
#sidebar > ul > li.active {
	box-shadow: 0 2px 4px rgba(0,0,0,0.2) inset;
}
#sidebar > ul > li > a {
	padding: 10px 0 10px 15px;
	display: block;/* color: #AAAAAA; */
}
#sidebar > ul > li > a > i {
	margin-right: 10px;
}
#sidebar > ul > li.active > a {
	background: url("../img/menu-active2.png") no-repeat scroll right center transparent !important;
}
#sidebar > ul > li > a > .label {
	margin: 0 20px 0 0;
	float: right;
	padding: 3px 5px 2px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
}
#sidebar > ul ul {
	display: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
	list-style-type: none;
}
#sidebar > ul li.open ul {
	display: block;	
}
#sidebar > ul ul li a {
	padding: 10px 0 10px 25px;
	display: block;/*color: #777777; */
}
#sidebar > ul ul li:first-child a {
	border-top: 0;
}
#sidebar > ul ul li:last-child a {
	border-bottom: 0;
}
.sidebarheader {
	display: block;
	color: white;
	height: 20px;
	position: relative;
	width: 250px; /* -- sidebar width-- */
	z-index: 200;
    background-color: #435a68;
	background-image: url(../img/screens/darkblue-60.png);
	height: auto;
	font-size: 12px;
	padding: 2px 0px 2px;
	border-bottom: 0;
	text-align: center;
	color: #ccc;
	letter-spacing:1px;
 text-transform:;
	font-weight: 500;
}





/* Sidebar Navigation - grey */

#sidebar > ul {
	border-bottom: 1px solid #435a68;
}
#sidebar > ul > li {
	border-bottom: 1px solid #435a68;
	background-image: url(../img/screens/white20.png);/* -- FADE - other buttons-- */
}
#sidebar > ul > li.active {
	background-image: url(../img/screens/white20.png);/* -- FADE - current section-- */
}
#sidebar > ul > li.open.submenu > a {
	border-bottom: 1px solid #435a68;
}
#sidebar > ul > li.open.active.submenu > a {
	border-bottom: 1px solid #435a68;
}
#sidebar > ul > li > a > .label {
	background-color: #333333;
}
#sidebar > ul > li > a:hover {
	background-image: url(../img/screens/white20.png);/* -- FADE - current click section-- */
}
#sidebar > ul ul {
	background-image: url(../img/screens/darkblue-30.png);/* -- FADE - dropped down-- */
}
#sidebar > ul ul li a {
	border-bottom: 1px solid #435a68;
	color: #e2e6e8;/* -- FADE TEXT - dropped down text color-- */
}
#sidebar > ul ul li a:hover, #sidebar > ul ul li.active a {
	color: #FFF;/* -- FADE TEXT - active text color-- */
	background-image: url(../img/screens/darkblue-20.png);/* -- FADE - active-- */
}
#sidebar > ul > li > a {
	color: #e2e6e8;/* -- FADE TEXT - dropped down text color-- */
}






#navigate {
    display: block;
    float: left;
    position: absolute;
    width: 250px;
    border-radius: 0px;
}

#navigate .accordion-group {
    border: 0;
    border-bottom: 1px solid #435a68;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    background-image: url(../img/screens/white20.png);
    border-radius: 0px;
}

#navigate .accordion-heading {
    display: block;
    position: relative;
    border-radius: 0px;
}

#navigate .accordion-toggle {
    color: #e2e6e8;
    padding: 10 0 10 15;
    display: block;
    border-radius: 0px;
}

#navigate .accordion-toggle:hover {
    background-image: url(../img/screens/white20.png);
}

#navigate .accordion-body {
    background-image: url(../img/screens/darkblue-30.png);
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.5) inset;
    border-radius: 0px;
}

#navigate .accordion-inner {
    border: 0;
    border-bottom: 1px solid #435a68;
    border-radius: 0px;
    padding-left: 2em;
}

#navigate .accordion-inner:hover {
    background-image: url(../img/screens/darkblue-20.png);
}

#navigate .accordion-inner a {
    padding: 10 0 10 25;
    display: block;
    color: #FFF;
}

#navigate .accordion-inner:first-child a {
    border-top: 0;
}

#navigate .accordion-inner:last-child a {
    border-bottom: 0;
}


/* Sidebar pointer */
#navigate .icon-chevron-right {
	vertical-align: top;
	background-image: url('../img/glyphicons-halflings-white.png');
	opacity: .5;
	margin-top: 2px;
}
