html {
	background-color: #D7D0BF;
}
body {
	background-color: #D7D0BF;
	background-image: -webkit-linear-gradient( #fff 0px, #fff 110px, #D7D0BF 400px);
	background-image: linear-gradient( #fff 0px, #fff 110px, #D7D0BF 400px);
	background-repeat: repeat-x;
	min-height: 400px;
}
hr {
	border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	border-top: solid 1px rgba(0, 0, 0, 0.05);
}
#header {
	background:#2F3B47;
	background-image:none;
	border-bottom: solid 1px #00317a;
}
#header .toolbar .dropdown-menu {
	border-color: #2d4661;
}

@media (min-width: 991px) {
#header {
	background: #fff;
	background-image: none;
	border-bottom: solid 1px #f2f2f2;
}
#header .toolbar .dropdown-menu {
	border-color: #fff;
}
}
#header #logo {
	background: url(logo-small.png) no-repeat 0 40%; 
	min-width:37px;
}
@media (min-width: 767px) {
	#header #logo {
		background: url(logo-medium.png) no-repeat 0 40%;
		min-width: 160px; 
	} 
}
@media (min-width: 991px) {
	#header #logo {
		background: url(logo.png) no-repeat 0 40%; 
	} 
}
#title {
	background:#2F3B47;
	background-image:none;
	border-top: solid 1px #fff;
}
#title h1 {
	color: #fff;
}
#title h1 small {
	color: #999;
}
.btn-header {
  background-color: #2F3B47;
  border-color: #1e262e;
  background-image: -webkit-linear-gradient(top, #405061 0%, #2F3B47 100%);
  background-image: linear-gradient(to bottom, #405061 0%, #2F3B47 100%); }
  .btn-header:hover, .btn-header:active {
    background-color: #2F3B47;
    border-color: #1e262e; }
  @media (min-width: 991px) {
    .btn-header {
      background-color: #f2f2f2;
      border-color: #e6e6e6;
      background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
      background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
      color: #2d4661;
      text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85); }
      .btn-header:hover, .btn-header:active {
        background-color: #f2f2f2;
        border-color: #d9d9d9;
        color: #2d4661;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85); }
      .btn-header .caret {
        border-top-color: #2d4661; } }


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #f6f5f1;
  border-bottom-color: #f6f5f1;
}

/* 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 City of Warren Parking Services at: 814-723-2700 or parking@cityofwarrenpa.gov';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}

