html, body {
  color: #00467d;
  height: 100%;
}

body {
    padding-top: 120px;
}

.error {
  color: red;
}

.success {
  color: rgb(0, 170, 0);
}

h1 {
  margin-bottom: 20px;
}

/*navbar fixes*/
.navbar-inverse {
  background-color: #00467d;
  background-image: none;
  color: #fff;
  border-bottom: 4px solid #baba02;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.nav, .navbar-nav {
  color: #fff;
}

.navbar, .navbar-header {
  min-height: 80px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  font-size: 1em;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-inverse .navbar-text {
  color: #fff;
}
  
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: #428bca;
  transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
}

.login-section > li {
  padding-top: 30px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}


/*end navbar fixes*/

.btn-default {
  background-image: none;
  color: #00467d;
}

.btn-danger {
  background-image: none;
  color: #fff !important;
  text-shadow: none;
}

.btn-success {
  background-image: none;
  color: #fff;
  text-shadow: none;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

/* accordion fixes */
.ui-accordion .ui-accordion-header {
  font-size: none;
  font-color: #00467d;
  font-weight: normal;
}

.ui-widget-input {
  font-family: inherit !important;
}

.ui-widget-content {
  color: #00467d;
  background: none;
}

.ui-widget {
  font-family: inherit;
  padding-bottom: 3em;
}

.ui-state-default {
  background: none;
}

.ui-widget-content a {
  color: #337ab7;
}

.ui-state-default:active {
  
}
/* end accordion fixes */

/* footer fixes */
.footer {
  min-height: 50px;
  line-height: 50px;
  background-color: #00467d;
  color: #fff;
  border-top: 4px solid #baba02;
}

.footer a {
  color: #baba02;
}

.footer p {
  margin: 0 0 0;
}

@media (max-width: 1000px) {
    .login-section > li {
      font-size: 0.8em;
    }
  
    .navbar-inverse .navbar-nav > li > a {
      font-size: 0.8em;
    }
}
