html {
	background: #FFFFFF;
}
body {
	background:url(employee_parking.png), url(bkrnd.jpg);
	background-repeat: no-repeat;
	background-position:center 150px, 0px 100px;
	background-attachment: fixed;
	background-size: 137px 27px, cover;
	background-color: #FFFFFF;
	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(255, 255, 255, 1.0);
	background-image:none;
	/*border-bottom: solid 0px #191919;*/
	height:140px;
	/*border-color: #191919;*/
	border:none;
}
#header .toolbar .dropdown-menu {
	border-color: #191919;
	border:none;
}

@media (min-width: 991px) {
#header {
	background: rgba(255, 255, 255, 1.0);
	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-color: rgba(0, 0, 0, 0.75);*/
}

@media (min-width: 991px) {
#header #logo {
	height:130px;
	background: url(logo-medium.png) no-repeat 0 40%;
	min-width: 414px;
	/*border-color: rgba(0, 0, 0, 0.75);*/
}
}

@media (min-width: 991px) {
#header #logo {
	background: url(logo.png) no-repeat 0 40%;
	/*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;
	color:#a91d36;
}
}
.impersonated {
	font-size: 150%;
	color:#a91d36;
}

#vehicles article h2 {
    color: #fff;
}
#title {
	background-image: none;

	background-color: rgba(255, 255, 255, 0.0);
	/*border-color: rgba(0, 0, 0, 0.75);*/
	height: 10px;
	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: #374a69;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #7a84b0 0%, #295280 100%);
	background-image: linear-gradient(to bottom, #7a8db0 0%, #294a80 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: #374a69;
	border-color: #000;
	background-image: -webkit-linear-gradient(top, #7a84b0 0%, #295280 100%);
	background-image: linear-gradient(to bottom, #7a8db0 0%, #294a80 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, 4,  49, 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, 4, 49, 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, 106, 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(167, 4, 49, 0.95);
    border-bottom-color: rgba(167, 4,  49, 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(167, 4, 49, 0.75);
    background-image: none;
}

/* Table Overides*/
.tzg-frame {
	background-color:  rgba(255, 255, 255, 0.9);
}

.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.9);
    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.9);
}

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.9);
    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.9);
    background-image: none;
    vertical-align: middle!important;
}

r>th {
    vertical-align: bottom;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 2px solid rgba(233, 233, 233, 0.48);
}

.panel-default
{
		background-color: rgba(255, 255, 255, 0.9);
    background-image: none;
}

.panel.panel-tab>.table {
		background-color: rgba(255, 255, 255, 0.9);
    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 Maine Health at: (207) 662-6676 or parking@mainemedical.org';
  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;
}*/

button#print {
    display: none;
}

form#frmFilter {
	display:none;
}

.pricing-table {
	display: none;
}


/*label[for="BillTo_Address1"]
{
    display:none;
}
#BillTo_Address1
{
    display:none;
}

label[for="BillTo_Address2"]
{
    display:none;
}
#BillTo_Address2
{
    display:none;
}

label[for="BillTo_City"]
{
    display:none;
}
#BillTo_City
{
    display:none;
}

label[for="BillTo_State"]
{
    display:none;
}
#BillTo_State
{
    display:none;
}*/


/*label[for="BillTo_PostalCode"]
{
    display:none;
}
#BillTo_PostalCode
{
    display:none;
}

#billingInfo label[for="Phone"]
{
    position: relative;
	top: -140px;
}
#billingInfo #Phone
{
    position: relative;
	top: -140px;
}*/

#js-form-buy .panel .panel-heading h3 {
    font-weight: bold;
    display: none;
}

div#vehicles .alert-success {
    display: none;
}

div#vehicles  .alert-info::after {
    content: 'To add an additional vehicle, click the Add Vehicle button below.';
}

/*.js-address {
    display: none;
}

section#billing {
    display: none;
}
section#shipping {
    display: none;
}*/
section#payment {
    display: none;
}


section#step1::after {
    content: 'Password is for permit parking access only and should not be your Maine Medical Password.';
    color: #FFFF;
    background-color: #000000AA;
    padding: 5px;
	position:center;
}

#vehicles .alert.alert-info:after {
    content: 'LICENSE PLATE MUST BE ALPHANUMERICAL PLEASE OMIT ALL OTHER SYMBOLS.';
}

button#continue {
    width: 65%;
	height: 65%;
    font-size: 125%;
}

#billingInfo > div:nth-child(6) > label[for="Phone"] {
	font-size: 10px;
}

#billingInfo > div:nth-child(7) > label[for="Phone2"]{
	font-size: 10px;
}


#step1 > form > div.panel.panel-default > div:nth-child(2) > div:nth-child(2) > label[for="MiddleInitial"]::after {
	content: " or Name:";
}

#step1 > form > div.panel.panel-default > div:nth-child(2) > div:nth-child(4) > label[for="MiddleInitial"]::after {
	content: " or Name:";
}

#step1 > form > div.panel.panel-default > div:nth-child(2) > div:nth-child(6) > label[for="Phone"]::before {
	content: "Work ";
}

#step1 > form > div.panel.panel-default > div:nth-child(2) > div:nth-child(7) > label[for="Email"]::before {
	content: "Valid Contact ";
	color: #000000;
}

#step1 > form > div.panel.panel-default > div:nth-child(4) > div:nth-child(1) > label[for="Email"]::before {
	content: "Valid Contact ";
	color: #000000;
}