
/*********** Brand Colors *************/

.text-success {
    color: #0C7CCB;
}

.text-info {
    color: #4196C3;
}

/*********** Navbar *************/

.navbar-brand {
    padding: 0;
}

.navbar-static-top {
    margin-bottom: 0;
}

.dropdown-menu .dropdown-columns li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu .dropdown-columns li > a:hover,
.dropdown-menu .dropdown-columns li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > li > a.sub-item,
.dropdown-menu .dropdown-columns li > a.sub-item {
    padding-left: 30px;
}
