html {
	background: #000;
}
body {
	background:#000000 url(bkrnd.png) repeat-x top center;
	background-color: #000000;
	background-repeat: repeat-x;
	min-height: 808px;
}
hr {
	border-bottom: solid 1px rgba(255, 255, 255, 0.65);
	border-top: solid 1px rgba(0, 0, 0, 0.1);
}
#header {
	background:#000
	background-image:none;
	border-bottom: solid 1px #00317a;
	height:55px;
}
#header .toolbar .dropdown-menu {
	border-color: #2d4661;
}

@media (min-width: 991px) {
#header {
	background: #000;
	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%;
	height:55px;
	min-width:32px;
}

@media (min-width: 991px) {
#header #logo {
	height:109px;
	background: url(logo-medium.png) no-repeat 0 40%;
	min-width: 370px;
}
}

@media (min-width: 991px) {
#header #logo {
	background: url(logo.png) no-repeat 0 40%;
}
}
#title {
	background-image: none;
	background: #2b2b2b;
	box-shadow: inset 0 1px 5px rgba(0,0,0,0.75);
	border-top: solid 1px #7a7a7a;
}
#title h1 {
	color: #fff;
}
#title h1 small {
	color: #7a7a7a;
}
#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: #ce0000;
    border-bottom-color: #ce0000;
    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 U-Park System: (206) 284-9797 or parking@u-parksystem.com';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}

/* Make Receipt Printable */
#receipt dd, dt {
	line-height: 1.0;
	font-size: 14px;
}

#receipt {
   all: initial;
   position: absolute;
   left: 35px;
}

#receipt .panel-default {
   all: initial;
}
#receipt .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    line-height: 14px;
}

#receipt .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}

#receipt dt {
	display:none;
}

#permit {
   all: initial;
}

#permit .panel-default {
   all: initial;
}

.pricing-table {
	all: initial;
}

#permit .pricing-table tbody tr.total td, .pricing-table tbody tr.total th {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid 1px #ddd;
}

#permit .col-sm-6 {
    font-size: 14px;
	margin-left: 30px;
}

#permit .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}

#vehicles article h2,
#filter > form > div > div.col-sm-10 > label:nth-child(3),
#filter > form > div > div.col-sm-10 > label:nth-child(1),
#vehicles > article > section > div.panel-heading > h3,
#account > article > h4 {
	color: white;
}

#receipt {
	background: white;
    width: 1910px;
    height: 1000px;
    margin-left: -50px;
}

.panel.panel-permit .panel-body .hours .dl-horizontal dt {
	width: 36px;
}