html {
	background: #FFFFFF;
}
body {
	background:#FFFFFF url(bkrnd.png) repeat-x top center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	min-height: 900px;
	background-size: 100% 100%;
}
hr {
	border-bottom: solid 0px rgba(255, 255, 255, 0.0);
	border-top: solid 0px rgba(255, 255, 255, 0.0);
}

#header {
	background: rgb(230, 230, 230);
	background-image:none;
	height:55px;
	border-color: rgb(230, 230, 230);
}
#header .toolbar .dropdown-menu {
	border-color: #2d4661;
}

@media (min-width: 991px) {
#header {
	background: rgb(230, 230, 230);
	height:106px;
	background-image: none;
}
#header .toolbar .dropdown-menu {
	border-color: rgb(230, 230, 230);
}
}

#header #logo {
	background: url(logo_small.png) no-repeat 0 40%;
	height:70px;
	width:278px;
	min-width:32px;
}

@media (min-width: 991px) {
#header #logo {
	height:106px;
	width:419px;
	background: url(logo_medium.png) no-repeat 0 40%;
	min-width: 370px;
}
#header {
	background: rgb(230, 230, 230);
	background-image:none;
	height:55px;
	border-color: rgb(230, 230, 230);
}
}

@media (min-width: 991px) {
#header #logo {
	height:140px;
	width:555px;
	background: url(logo.png) no-repeat 0 40%;
	border-color: rgb(230, 230, 230);
}
}

#title {
	background-image: none;
	background: rgb(230, 230, 230);
	border-color: rgb(230, 230, 230);
}
#title h1 {
	color: rgb(19,149,87);
}
/* Hide login message. */
#title h1 small {
    color: rgba(122, 122, 122, 0);
}
#types {
	background-color: #191919;
}
#location {
	color:#fff;
}
.btn-header {
	background-color: #232323;
	border-color: #373737;
	background-image: -webkit-linear-gradient(top, #646464 0%, #222 100%);
	background-image: linear-gradient(to bottom, #646464 0%, #222 100%);
}
.btn-header:hover, .btn-header:active, .btn-group.open .btn-header {
	background-color: #927448;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #b09a7a 0%, #805d29 100%);
	background-image: linear-gradient(to bottom, #b09a7a 0%, #805d29 100%);
	background-position:0 0 !important;
}
.btn-group.open .btn-header {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}

@media (min-width: 991px) {
.btn-header {
	background-color: #232323;
	border-color: #373737;
	background-image: -webkit-linear-gradient(top, #646464 0%, #222 100%);
	background-image: linear-gradient(to bottom, #646464 0%, #222 100%);
}
.btn-header:hover, .btn-header:active {
	background-color: #927448;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #b09a7a 0%, #805d29 100%);
	background-image: linear-gradient(to bottom, #b09a7a 0%, #805d29 100%);
	background-position:0 0 !important;
}
.btn-group.open .btn-header {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}
}
/**/
.list-group-item {
  background-color: #f0f0f0;
  background-image: none;
  box-shadow: none;
  border-color: #ddd;
}

.list-group-item.active, .list-group-item.active:hover {
  box-shadow:none;
  background-color: #fff;
  border-color: #ddd;
}

.input-sm {
  font-size: 13px;
  border-radius: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #000000;
    border-bottom-color: #000000;
	text-color:#FFFFFF;
    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 Shamrock Parking at: (206) 455-0508';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}