body {
  background: #eee;
}

.loginPanel {
  margin-top: 5em
}

.marginTop {
  margin-top: 2em;
}

.marginBottom {
  margin-bottom: 2em;
}

.paddingTop {
  padding-top: 2em;
}

#carsHeader {
  font-weight: bold;
  text-transform: uppercase;
}

.marginTop {
  margin-top: 20px;
}

.navbar-default {
    background-color: #333;
    border-color: #222;
    border-radius: 0px;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #222;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    margin: 5px;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #222;
  background-color: grey;
  border-radius: 5px;
  margin: 5px;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #222;
    background-color: white;
    border-radius: 5px;
    margin: 5px;
    font-weight: bold;
}

.navbar-brand img {
  height: 25px;
  width: auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #222;
}

#calendarLegends {
  padding-bottom: 15px;
}

.legend {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  margin: 0 10px;

  float: left;
}

#verifiedLegend {
  background: #34A853;
}

#manualLegend {
  background: #a5efb7;
}

#unverifiedLegend {
  background: #EA4335;
}

[floatLeft] {
  float: left;
}

[clearBoth] {
  clear: both;
}

.login-heading {
  padding: 35px;
  text-align: center;
  background-color: #333 !important;
}

.login-heading h2 {
  //margin-top: 20px;
  font-size: 1.5em;
  color: white;
}

.center {
  text-align: center;
}

.errorMessage {
  color: red;
}

.panelTitle {
  font-size: 135%;
  margin-top: 0.8em;
  margin-bottom: 1.5em ;
}

.dashboardMenuItem {
  width: 100%;
  border-radius: 3px;
  padding: 35px 25px;
  text-align: center;
  color: white;
  font-size: 1.2em;
  border: 0;
  margin: 5px 0;
}

.tableScroll {
  overflow: auto;;
  width: 100%;
  height: 350px;
}

#leadsTable td {
  min-width: 100px;
  vertical-align: middle;
}

#leadsTableHeader th {
  background: #666699;
  border: 1px solid #8080aa;
  color: white;
  font-weight: bold;
  vertical-align: bottom;
}

.table-hover>tbody>tr:hover {
  background-color: #ededf7;
}


table#leadsTable thead tr{
    display:block;
}

table#leadsTable th,table td{
    min-width:100px;
   /* max-width:100px;*/
    font-size: 10px;
    font-weight: normal;
    vertical-align: middle;
}


table.report th,table.report td{
    min-width:75px;
    max-width:100px;
    font-size: 12px;
}

table td input {
  width: 100%;
}


table#leadsTable tbody{
  display:block;
  height:450px;
  overflow:auto;//set tbody to auto
}

.leadForm {
  height: 43px;
}

.leadForm input, .leadForm select {
  width: 100px;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  height: 40px;
  font-size: 12px;
  text-transform: uppercase;
}

.alt input, .alt select {
  background: #fcfcfc;
}

.altSelect {
  background: #d7d7ef !important;
}

.altSuccess {
  background: #c4ffdd !important;
}

.altError {
  background: #ffc4c4 !important;
}

.altNew {
  background: #feffe2 !important;
}

.filterInput {
  margin-right: 10px;
  font-size: 12px;
}

.filterInput2 {
  margin-right: 2px;
  font-size: 12px;
}

#filter select {
  width: 100px;
}

#filter input {
  width: 150px;
}

.reportFilter input[type=month] {
  width: 165px !important;
}

#filter {
  margin-bottom: 10px;
  line-height: 300%;
}

#statArea {
  border-bottom: 2px solid #ccc;
  margin-top: -20px;
  margin-bottom: 10px;
  background: #ddd;
  padding: 10px;
}

.expiryInput {
  background: #ffefef !important;
  font-weight: bold;
  color: FireBrick;
}

.alt .expiryInput {
  background: #ffe0e0 !important;
}

#blocker {
  background-color: rgba(0,0,0, 0.5);
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  z-index: 99999999;
  padding-top: 8em;
  color: white;
  font-size: 32px;
  text-align: center;
  text-shadow: 2px 2px 6px #000;

}

.beGone {
  display: none !important;
}

#tableHeader td, #tableHeaderSub td {
  background: #666699;
  color: white;
}

#tableHeader td a, #tableHeaderSub td a {
  color: white !important;
}

td {
  vertical-align: middle !important;
}

#leaveStats button {
  cursor: default;
}

.percentInput {
  width: 80px !important;
}

div.percentSym {
  text-align: center;
  display: inline-block;
  width: 20px;;
}

.longerInput {
  min-width: 200px !important;
  max-width: 200px !important;
  width: 200px !important;
}

.reminderDue select, .reminderDue input {
  background: lightpink;
}

td.total {
  background: AliceBlue;
}

.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

#cellValue {
  text-align: center;
  position: fixed;
  top: 20px;
  left: 50px;
  width: auto;
  height: auto;
  padding: 8px 20px;
  background: white;
  border-radius: 5px;
  border: 2px #666699 solid;
  text-transform: uppercase;
  font-size: 16px;
  max-width: 450px;
}

#leadsHeader th {
  font-weight: bold !important;
  text-al/ign: center;
}

.leavesRow td {
  font-size: 12px;
}

.boldTd td {
  font-weight: bold;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

.ignoreTableWidth th, .ignoreTableWidth td {
  min-width: fit-content;
  max-width: fit-content;
}

.max80px th, .max80px td {
  min-width: 80px;
  max-width: 80px;
}


.tdThWidth55 {
  min-width: 55px !important;
  max-width: 55px !important;
}


.comm-input {
  width: 80px;
  padding: 5px 5px;
  font-size: 12px;
}


.rowBold td {
  font-weight: bold;
}
.btn-block {
    display: block;
    width: 100%;
    border: solid 1px #5bc0de;
}