.skin-blue .sidebar-menu>li.groupactive>a {
    color: #fff;
    background: #1e282c;
    border-left-color: #3c8dbc;
}

.skin-blue .sidebar-menu .treeview-menu>li.itemactive>a {
    color: #fff;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}
.dataTable>thead
{
	background:#3C8DBC;
	color: #fff;
}
td.dt-center { text-align: center; }
.upper
{
	text-transform: uppercase;
}
.typeahead, .tt-query, .tt-hint {
 border: 1px solid #CCCCCC;
 border-radius: 5px;
 font-size: 14px;
 height: 35px;
 line-height: 30px;
 outline: medium none;
 padding: 8px 12px;
 width: 120px;
}
.typeahead {
 background-color: #FFFFFF;
}
.typeahead:focus {
 border: 2px solid #0097CF;
}
.tt-query {
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
 color: #999999;
}
.tt-dropdown-menu {
 background-color: #FFFFFF;
 border: 1px solid rgba(0, 0, 0, 0.2);
 border-radius: 8px;
 box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 margin-top: 12px;
 padding: 8px 0;
 width: 300px;
}
.tt-suggestion {
 font-size: 16px;
 line-height: 24px;
 padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
 background-color: #0097CF;
 color: #FFFFFF;
}
.tt-suggestion p {
 margin: 0;
}