.activeFilter {
  font-size: 12px;
  font-style: italic;
  float: right;  
}

.searchPane {
  border-radius: 3px;
  border-width: 1px;
  border-color: black;
  border-style: solid;
  padding: 5px;
}

#advancedSearchHeading .panel-title {
  font-size: 14px;  
}

#advancedSearchParent.panel-group {
  margin-bottom: 10px;
}

#advancedSearch .row {
  padding-top: 5px;
}

.criteriaActive {
  font-style: italic !important;
  font-weight: bold !important;
  color: black !important;
  border-width: 2px !important;
  border-color: black !important;
}

#filter {
  margin-top: 3px;
  border-color: #bce8f1;
}

#filterParent {
  padding-bottom: 10px;
}

.fundListContainer {
  margin-top:10px
}

.fundListContainer table {
  width:100%
}

.fundListContainer table tfoot tr td {
  background:#666;
  color:#fff;
  padding:3px 10px;
  font-weight:bold;
  text-align:left
}

.fundListContainer table tr:hover {
  background:#f0ad4e !important;
  cursor:pointer
}

.fundListContainer table tr.even {
  background:#c5c5c5
}

.fundListContainer table tr th {
  background:#666;
  color:#fff;
  padding:3px 10px;
  font-weight:bold;
  text-align:left;
  cursor:default;
}

.fundListContainer table tr td {
  padding:3px 10px;
  border-bottom:1px solid #a3a3a3;
  color:#333
}

.fundListContainer table tr td a {
  color:#333;
  padding-right:10px;
}

.fundListContainer table tr td a:hover {
  text-decoration:none;
}

body {
  background-color: #FAFAFA;
}

.dropdown-menu {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.dropdown-menu .any {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: gray;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.dropdown-menu .subHeading {
  font-style: italic;
}

a.disabled:hover,a.disabled:focus {
  color: #337ab7;
  text-decoration: none;
  cursor: not-allowed;
}

.dropdown-menu ul {
  list-style: none;
}
