body {
	/* body same as sidebar (page wrapper is body) */
	background-color: #3e444c;
}
#page-wrapper {
	/* set background-color to desired theme body background-color */
	background-color: #272b30;
	border-left: 1px solid #1c1e22;
}

.dataTable a{
	text-decoration:underline;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    font-family: fontawesome;
}
.accordion .panel-heading a{
    text-decoration: underline;
}
.accordion ul li, .accordion ol li{
    padding-top: 10px;
}
.alert-tip{
    background-color:#0a4b3e;
}
.form-signin .form-signin-heading{
    font-size: 26px;
}


#leftNav li {
    border-bottom: 1px solid #1c1e22;
    border-right: 1px solid #1c1e22;
    background-color: #3e444c;
}
#leftNav li a {
    background-color: #3e444c;
    text-decoration: none;
}
#leftNav li a:hover {
    background-color: #333840;
}
#leftNav li a.active {
    background-color: #272b30;
}
#leftNav li.panel{
    border-right: 1px solid #1c1e22;
    border-bottom: 1px solid #1c1e22;

}
