html {
	background: #000000;
}
body {
	background:#000000 url(bkrnd.jpg) repeat-x top center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000000;
	min-height: 1000px;
	color: #000000;
}
hr {
	border-bottom: solid 0px rgba(0, 0, 0, 0.0);
	border-top: solid 0px rgba(0, 0, 0, 0.0);
}
#header {
	background: rgba(43, 43, 43, 0.8);
	background-image:none;
	/*border-bottom: solid 0px #191919;*/
	height:55px;
	/*border-color: #191919;*/
	border:none;
}
#header .toolbar .dropdown-menu {
	border-color: rgba(43, 43, 43, 0.8);
	border:none;
}

@media (min-width: 991px) {
#header {
	background: rgba(43, 43, 43, 0.8);
	background-image: none;
	/*border-bottom: solid 0px #191919;
	border-color: rgba(0, 0, 0, 0.75);*/
	border:none;
}
#header .toolbar .dropdown-menu {
	border-color: #fff;
}
}
#header #logo {
	background: url(logo-small.png) no-repeat 0 40%;
	height:55px;
	min-width:32px;
	border:none;
	/*border-color: rgba(0, 0, 0, 0.75);*/
}

@media (min-width: 991px) {
#header #logo {
	height:170px;
	background: url(logo-medium.png) no-repeat 0 40%;
	min-width: 440px;
	border:none;
	/*border-color: rgba(0, 0, 0, 0.75);*/
}
}

@media (min-width: 991px) {
#header #logo {
	background: url(logo.png) no-repeat 0 40%;
	border:none;
	/*border-color: #191919;*/
}
}
#location {
	color:#fff;
}
#confirm aside h3 {
    color: #FFFFFF;
	background-color: rgba(53, 53, 53, 0.75);
	min-height: 34px;
	/*position: relative;*/
	/*top: -5px;*/
	/*text-shadow: 1px 1px rgba(0, 0, 0, 0.75);*/
}

@media (min-width: 991px) {
.impersonated {
	/*text-align: center;*/
	right: 200px;
	position:relative;
}
}
.impersonated {
	font-size: 150%;
}

#vehicles article h2 {
    color: #fff;
}
#title {
	background-image: none;

	background-color: rgba(43, 43, 43, 0.8);
	/*border-color: rgba(0, 0, 0, 0.75);*/
	border:none;
}
#title h1 {
	color: #fff;
	font-size:0px;
}
#title h1 small {
	color: #7a7a7a;
	font-size:0px;
}
#types {
	background-color: rgba(25, 25, 25, 0.9)/*#191919;*/
}
.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: #a03333;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #b07a7a 0%, #802929 100%);
	background-image: linear-gradient(to bottom, #b07a7a 0%, #802929 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: #a03333;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #b07a7a 0%, #802929 100%);
	background-image: linear-gradient(to bottom, #b07a7a 0%, #802929 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>a {
    outline: none;
    background-color: rgba(53, 53, 53, 0.75);
    border-color: rgba(255, 255, 255, 0.72);
	border-width: 2px;
	/*border:none;*/
    background-image: none;
    background-repeat: repeat-x;
    color: rgba(255, 255, 255, 0.75);
	border-radius: 15px 15px 0px 0px;
}
/*
.nav-tabs>li , .nav-tabs.li {
	background: rgba(53, 53, 53, 0.75);
	background-color:rgba(33, 157, 220, 0.4);
	color: rgba(255, 255, 255, 0.75);
}*/

.nav-tabs>li>a:hover{
		background: rgba(53, 53, 53, 0.75);
		background-color:rgba(167, 69,  69, 0.75);
	color: rgba(255, 255, 255, 0.85);
}

.nav-tabs>li.active>a:hover{
		background: rgba(53, 53, 53, 0.75);
		background-color:rgba(167, 69,  69, 0.75);
	color: rgba(255, 255, 255, 0.85);
	border-width: 2px;
}

.nav-tabs>li.active>a:focus {
	background: rgba(53, 53, 53, 0.75);
    background-color:rgba(179, 58, 58, 0.75);
	color: rgba(53, 53, 53, 0.85);
	border-width: 2px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    background: rgba(160, 51, 51, 0.95);
    border-bottom-color: rgba(160, 51, 51, 0.95);
	border-width: 2px;
    color: #fff;
}

.list-inline.filter-desc {
    margin-top: 12px;
    font-size: 12px;
    color: #eaeaea;
}

.panel.panel-tab{
	    background-color: rgba(51, 51, 51, 0.75);
    background-image: none;
}

.panel.panel-tab>.panel-heading {
    background-color: rgba(51, 51, 51, 0.5);
    background-image: none;
    /* background-image: linear-gradient(to bottom,#8c8c8c 0%,#e3e3e3 100%); */
}

.panel.panel-tab>.panel-footer{
    background-color: rgba(51, 51, 51, 0.75);
    background-image: none;
    /* background-image: linear-gradient(to bottom,#8c8c8c 0%,#e3e3e3 100%); */
}

.panel.panel-tab>.panel-clearfix {
	background-color: rgba(130, 129, 129, 0.75);
    background-image: none;
}

/* Table Overides*/
.tzg-frame {
	background-color:  rgba(255, 255, 255, 0.75);
}

.alert-info {
    color: #31708f;
    background-color: rgba(217, 237, 247, 0.85);
    border-color: #bce8f1;
}

.pager .pages {
    color: #ffffff;
    margin: auto 10px;
}

.panel-footer {
    padding: 10px 15px;
    background-color:  rgba(130, 129, 129, 0.51);
    background-image: none;
	color:#FFFFFF;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#admin #adminTransactions tfoot td {
    background: rgba(255, 255, 221, 0.9);
    padding-top: 15px;
    padding-bottom: 15px;
}

.tzg-form {
    position: relative;
    padding: 10px 0 0 0;
    border-top: 0;
    border-bottom: 0;
    width: auto;
    font-family: Arial, Sans-Serif;
    background: rgba(255, 255, 255, 0.63);
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #000000;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(123, 123, 123, 0.69);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.tzg-form .tzg-row label {
    width: 200px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 25px;
    float: left;
}


.table td {
    background: rgba(255, 255, 255, 0.85);
    background-image: none;
    vertical-align: middle!important;
}

r>th {
    vertical-align: bottom;
    background-image: none;
    background-color: rgba(128, 128, 128, 0.75);
    border-bottom: 2px solid rgba(233, 233, 233, 0.48);
}

.panel-default
{
		background-color: rgba(130, 129, 129, 0.75);
    background-image: none;
}

.panel.panel-tab>.table {
		background-color: rgba(130, 129, 129, 0.75);
    background-image: none;
}

/* Receipt Overides
#receipt .panel-default {
  content: url('../custom/watermark.png');
  width: 400px;
  height: 400px;
  position: relative;
  top: 400px;
  border:none;
  outline-width:0px;
  background: transparent;
}
#receipt .table td, .th .tr {
    border: 0px solid black;
	border: none;
}
#receipt article
{
	size:200px;
}
#vehicles .table  td, .th, .tr {
    border: 0px solid black;
	background-color: rgba(255, 255, 255, 0.0);
	background: transparent;
	width:400px;
}
#permit .col-sm-6 {
	font-size:18px;
}*/

/* 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 PermitPoint at: (XXX) XXX-XXXX or info@xxx.com';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 0px;
  top: 12px;
  left: 2px;
  padding: 2px;
}

/*
body#error
{
	background-image:url("../custom/watermark.png");
	background-repeat: repeat;
}*/


 /*Receipt Overides*/
#receipt .panel-default {
  /*content: url('../custom/watermark.png');
  width: 400px;
  height: 400px;
  position: relative;
  top: 400px;
  border:none;
  outline-width:0px;
  background: transparent;*/
  background-color:#FFFFFF;
}

/* 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;
}
/*
body#permit
{
	background-image:url("../custom/watermark.png");
	background-repeat: repeat;
}*/

/* Stop Creation of new Accounts */
#login .btn-warning {
    display: none;
}

#login::after {
    content: 'To create a new account, please email permitparking@unifiedparkingpartners.com';
	padding-left: 10px;
	font-size: 150%;
}






