#header {
  background-color: #781126;
  background-image: -webkit-linear-gradient( #8e142f 0%, #781126 100%);
  background-image: linear-gradient( #8e142f 0%, #781126 100%);
  border-bottom: solid 1px #620e20; }
  #header #logo {
    background: url(logo-small.png) no-repeat 0 40%; }
    @media (min-width: 767px) {
      #header #logo {
        background: url(logo.png) no-repeat 0 40%;
        min-width: 160px; } }
  #header .toolbar .dropdown-menu {
    border-color: #781126; }

.btn-header {
  background-color: #620e20;
  border-color: #620e20;
  background-image: -webkit-linear-gradient(top, #781127 0%, #620e20 100%);
  background-image: linear-gradient(to bottom, #781127 0%, #620e20 100%); }
  .btn-header:hover, .btn-header:active {
    background-color: #620e20;
    border-color: #620e20; }

#title {
  background-color: #781126;
  background-image: -webkit-linear-gradient( #781126 0%, #8e142f 100%);
  background-image: linear-gradient( #781126 0%, #8e142f 100%);
  border-top: solid 1px #8d2f43; }
  #title h1 {
    color: #fff; }
    #title h1 small {
      color: #dac7cb; }
	  
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #f1b560;
    border-bottom-color: #f1b560;
    color: #fff;
}

/* Change Reset Message to customer support email */
#reset .alert-danger {
	visibility:hidden;
}

#reset .alert-danger:after {
  content:'Email not sent.  Please Make Sure you enter the email associated with your account.  If you are having difficulty, please contact NIC Parking Services at: (208) 769-5902';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}
