html {
	background: #FFFFFF;
}
body {
	background:#FFFFFF url(bkrnd.png) repeat-x top center;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	min-height: 930px;
}
hr {
	border-bottom: solid 0px rgba(0, 0, 0, 0.0);
	border-top: solid 0px rgba(0, 0, 0, 0.0);
}

#header {
	background:#FFFFFF;
	background-image:none;
	border-bottom: none;
	height:55px;
	border-color: #FFFFFF;
}
#header .toolbar .dropdown-menu {
	border-color: #FFFFFF;
}


/* Fix Modal Popup on mobile */
@media (max-width: 776px)
{

.modal-large .modal-dialog .modal {
    width: 300px;
}



/*.table .action {
    text-align: left!important;
}*/

.modal-large .modal-dialog {
    width: 300px;
}
.modal-content {
 width: 300px!important;
}

/*.table .action {
    text-align: left!important;
}*/

.table .desktop {
    display: table-cell;
}

td.w-40.desktop {
    display: none;
}

thead {
    display: none;
}

.modal {
 width: 300px!important;
}

}


/* Notes offset */
@media (min-width: 992px)
{
#account .col-md-push-9 {
    left: 80%;
}
}

@media (min-width: 991px) {
#header {
	background: #FFFFFF;
	background-image: none;
	border-bottom: solid 1px #FFFFFF;
	border-color: #FFFFFF;
}
#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: #FFFFFF;
	margin-top:10px;
	width: 175px;
}

@media (min-width: 991px) {
#header #logo {
	height:112px;
	background: url(logo-medium.png) no-repeat 0 40%;
	border-color: #FFFFFF;
}
}

@media (min-width: 991px) {
#header #logo {
	background: url(logo.png) no-repeat 0 40%;
	border-color: #FFFFFF;
}
}
#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 {
	color: #a9a9a9 !important;
	font-size: 150%;
}

#vehicles article h2 {
    color: #fff;
}
#title {
	background-image: none;

	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
#title h1 {
	color: #777;
}
#title h1 small {
	color: #7a7a7a;
}
#types {
	background-color: rgba(25, 25, 25, 0.9)/*#191919;*/
}

.btn-group.open .btn-header {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}

.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: #00428b;
	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;
}

.btn-header:hover {
    background-color: #00428b;
}

.btn-header:after {
        background: #fff;
        content: "";
        height: 155px;
        right: -95px;
        opacity: .2;
        position: absolute;
        top: -50px;
        width: 50px;
        -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        z-index: 100;
    }

.btn-header:hover:after {
	right: 120%;
    color: #FFFFFF;
    background-color: #FFFFFF;
    -webkit-transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1000ms cubic-bezier(0.19, 1, 0.22, 1);
}

/**/
.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: #00539b;
    border-bottom-color: #00539b;
    color: #fff;
}

/* include logo in receipt */
#receipt:before {
  content: url('../custom/logo.png');
  width: 174px;
  height: 109px;
  position: relative;
  top:0px;
  left:174px;
}

/* Lot code link color */
.btn.btn-link.p0 {
    padding: 0;
    text-align: left;
    color: #003399;
}

a:visited.list-group-item {
    color: #565656;
    text-decoration: none;
}
a:link.list-group-item {
    color: #565656;
    text-decoration: none;
}


/* Change Header */
#header .btn {
    float: right;
    color: #FFFF;
    background-image: none;
    background-color: #ea1740;
	border: none;
}

#header .btn:hover{
    background-color: #00428b;	
}

#header .toolbar .btn {
	margin-top:10px;
    padding-left: 20px;
    padding-right: 20px;
	font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
}

/* 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  at: monthly@diamondparking.com or call 1-800-828-4197';
  visibility: visible;
  display: block;
  position: absolute;
  background-color: #f2dede;
  color: #a94442;
  padding: 2px;
  top: 12px;
  left: 2px;
}

#resetLnk {
    color: FIREBRICK;
}

/* Fix action button colors */
a.btn.btn-sm.btn-default {
	color: #333;
}

/* Fix assign tags text  */
a.assign-tag-left.truncate-text-small {
	color: #333;
}

/* Fix shoppng cart */
.glyphicon-shopping-cart {
    color: #333333;
}
