﻿body {
  padding-bottom: 50px;
}
.tab-content {
  background-color: #fefefe;
  border-bottom-style: solid;
  border-bottom-color: #555555;
  border-left-style: solid;
  border-left-color: #555555;
  border-right-style: solid;
  border-right-color: #555555;
  border-width: 2px;
}
.nav-tabs {
  text-align: center;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #555555;
  font-weight: bold;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #fefefe;
  color: #666666;
  border-bottom: 1px solid black;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #fefefe;
  border-top-style: solid;
  border-top-color: #555555;
  border-left-style: solid;
  border-left-color: #555555;
  border-right-style: solid;
  border-right-color: #555555;
  border-width: 2px;
  outline-style: none;
  -moz-outline-style: none;
}
.tab-content {
  padding: 20px;
  min-height: 470px;
}
.tile {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 16px;
  -webkit-user-select: none;
  height: 70px;
  border-color: #fefefe;
  border-width: 4px;
  color: #fefefe;
}
.tile img {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 3px;
  top: 6px;
}
#plateInput {
  width: 90%;
  margin-top: 9px;
}
.tile input {
  color: #111111;
  max-width: 115%;
  height: 30px;
  border-radius: 6px;
  text-transform: uppercase;
}
.vehicle-plate,
.vehicle-plate input {
  text-transform: uppercase;
}
.tile-blue {
  background-color: #1979bb;
}
a:hover.tile-blue {
  background-color: #5292e8;
  color: #fefefe;
  text-decoration: none;
}
.tile-light-blue {
  background-color: #00afef;
}
a:hover.tile-light-blue {
  background-color: #56b6ff;
  color: #fefefe;
  text-decoration: none;
}
.tile-purple {
  background-color: #716ddb;
}
a:hover.tile-purple {
  background-color: #c9bfef;
  color: #fefefe;
  text-decoration: none;
}
.tile-gray {
  background-color: #555555;
}
a:hover.tile-gray {
  background-color: #888888;
  color: #fefefe;
  text-decoration: none;
}
a:hover.tile-zone {
  color: #fefefe;
  text-decoration: none;
}
.text-top {
  color: #111111;
  font-family: 'Comic Sans MS';
  font-size: 15px;
  font-weight: bolder;
  line-height: 25px;
}
.text-small {
  font-family: 'Comic Sans MS';
  font-size: 15px;
  line-height: 25px;
}
.text-bottom {
  font-size: 18px;
  line-height: 24px;
}
.text-main {
  font-size: 18px;
  line-height: 50px;
}
thead {
  background-color: #d1d3d4;
}
tbody {
  background-color: #eeeeee;
}
.trSelected,
.table-hover > tbody > tr:hover.trSelected > td {
  background-color: #abe1fa;
}
.dropdown-menu {
  max-height: 192px;
  overflow-x: hidden;
}
#waiting-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
  display: block;
}
#text-loading {
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 1100;
  font-weight: normal;
}
#text-loading ul {
  padding-left: 0;
  list-style-type: none;
}
#addfunds #tPacks,
#addfunds img {
  margin-top: 10px;
  margin-bottom: 10px;
}
#addfunds img {
  max-width: 200px;
}
.circle {
  cursor: default;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: #555555;
  display: inline-block;
  border: 2px solid gray;
}
.circle:focus {
  text-decoration: none;
  color: #fff;
}
.circle:hover {
  text-decoration: none;
  color: #fff;
}
.circle-visited {
  cursor: pointer;
  background: #1979bb;
}
.circle-visited:hover {
  background-color: #00afef;
}
.circle-current {
  width: 54px;
  height: 54px;
  border-radius: 27px;
  line-height: 54px;
  background: #00afef;
}
@media (max-width: 767px) {
  .circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .circle-current {
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
}
.filePreview {
  max-height: 300px;
  max-width: 300px;
}
#knobDiv > div {
  margin-left: auto;
  margin-right: auto;
  display: block !important;
}
.parkingNav {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 30px;
  font-size: 50px;
  width: 400px;
}
@media (max-width: 767px) {
  .parkingNav {
    margin-top: -20px;
    width: 160px;
    margin-bottom: 0;
  }
}
.table-scroll {
  width: 100%;
  margin-bottom: 15px;
  overflow-y: hidden;
  -ms-overflow-style: scrollbar;
  border: 1px solid #dddddd;
  -webkit-overflow-scrolling: touch;
}
.table-scroll > table {
  margin-bottom: 0;
}
.clipTip {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tile > div {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .expandXs {
    width: 100%;
    text-align: center;
  }
  .blockXs {
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
    width: 100%;
  }
  .stretchXs {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pullRightExceptXs {
    float: right;
  }
}
.italic {
  font-style: italic;
}
body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.smallFontXs {
  font-size: large;
}
@media (max-width: 767px) {
  .smallFontXs {
    font-size: medium;
  }
  .lineHeightXs {
    line-height: 12px;
  }
  .navbar-collapse {
    max-height: none;
  }
}
.penaltyPeriodUp,
.table-hover > tbody > tr:hover.penaltyPeriodUp > td {
  background-color: #ca6363;
}
.penaltyPeriodUpSelected,
.table-hover > tbody > tr:hover.penaltyPeriodUpSelected > td {
  background-color: #a055d3;
}
.textWarning {
  color: red;
  font-weight: bold;
}
.textActive {
  color: green;
  font-weight: bold;
}
.panel-default > a {
  color: black;
  text-decoration: none;
}
.panel-default > hr {
  margin-top: 0;
  margin-bottom: 0;
}
.panel-default > a > div {
  background-color: #dddddd;
}
.panel-default > a.collapsed > div {
  background-color: white;
}
.thSortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
}
th {
  border: 2px solid white;
}
.sortArrowBoth {
  background-image: url(../Images/both.png);
}
.sortArrowUp {
  background-image: url(../Images/up.png);
}
.sortArrowDown {
  background-image: url(../Images/down.png);
}
.pagination {
  margin-top: -16px;
  float: right;
}

.capitalLink, .capitalLink:hover {
    font-size:18px;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}
#username:hover {
    color:#00a1e4;
}
/*# sourceMappingURL=layout.css.map */