html {
	background-color: #e6e6e6;
}
body {
	background-color: #e6e6e6;
	background-image: -webkit-linear-gradient( #fff 0px, #fff 110px, #e6e6e6 400px);
	background-image: linear-gradient( #fff 0px, #fff 110px, #e6e6e6 400px);
	background-repeat: repeat-x;
	min-height: 400px;
}
hr {
	border-bottom: solid 1px rgba(255, 255, 255, 0.65);
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#header {
	background:#0055a0;
	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%;
}

@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:#0055a0;
	background-image:none;
	border-top: solid 1px #fff;
}
#title h1 {
	color: #fff;
}
#title h1 small {
	color: #a8cbff;
}
.btn-header {
	background-color: #0055a0;
	border-color: #003482;
	background-image: -webkit-linear-gradient(top, #2a85d4 0%, #136cba 100%);
	background-image: linear-gradient(to bottom, #2a85d4 0%, #136cba 100%);
}
.btn-header:hover, .btn-header:active, .btn-group.open .btn-header {
	background-color: #136cba;
	border-color: #003482;
}

@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: #fbaf32;
    border-bottom-color: #fbaf32;
    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 Secure Parking USA at: (414) 847-5723 or info@secureparkingusa.com';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}
