.indexPage {
  background: #333;
  color: #fff; }

html, body, .container-fluid, .maprow, .map {
  height: 100%;
  font-size: 14px;
  margin-top: 10px; }

body {
  padding-top: 50px;
  padding-bottom: 30px; }

.navbar {
  border-bottom: #008ed6 3px solid; }

#home-section {
  background: url("../img/background3.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 1000px; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1050px; }
  #home-section .home-inner {
    padding-top: 150px; }
  #home-section .card-form {
    opacity: 0.95; }
  #home-section .fa {
    color: #008ed6;
    background: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/loading.gif") 50% 50% no-repeat; }

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden; }

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block; }

#map-canvas {
  width: 100%;
  height: 100%;
  height: calc(100% - 0px); }

#tripDetailTbl th {
  text-align: center; }

#tripDetailTbl tr td:nth-of-type(2) {
  text-align: left; }
