	.nav-pills>li>a:hover{color:black}
	.filetitle{height:40px;}
	@media (min-width: 768px) {
	#sidebarCollapse{
		display:none;
	}
	}
	li a:active{
        font-weight:bold;
    }
	
/* 	#sidebar li.chkbox{padding-left: 20px;}
	
	label.checkbox {
		margin-top: -4px;
		margin-bottom: -4px;
		margin-left: -3px;
	}
	
	.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
		width:20px; height:20px;
	}
	label.checkbox div.checkbox.checkbox{border-radius: 4px;}

	
	.checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 16px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
	border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul a.selected {
    background-color: #0042AA;
    opacity: 1;
}
ul li.selected {
    background-color: #0042AA;
    opacity: 1;
}

.panel-default>.panel-heading, .panel{
	    background-color: #e6e6e600;
		    
}

.panel-group .panel+.panel{
	border-top: 1px solid #d9d9d900;
}	

ul{
	    padding-left: inherit;
}
p{
	color:white;
}	