﻿body {
  font-family: Droid Serif;
}

.bad {
  box-shadow: 0 0 5px rgba(255, 0, 0, 1);
  border: 1px solid rgba(255, 0, 0, 1);
}

.button {
  background-color: #2e5fac;
  border: none;
  color: white;
  padding: 8px 12px;
  margin-right: 10px;
  font-size: 14px;
  cursor: pointer;
}

  .button:hover {
    background: #e68a00;
    transform: scale(1.1);
  }

.facility-hire-grid {
  width: 100%;
  background-color: #fff;
  margin: 5px 0 10px 0;
  border: solid 1px #525252;
  border-collapse: collapse;
}

  .facility-hire-grid td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #717171;
  }

  .facility-hire-grid th {
    padding: 4px 2px;
    color: #fff;
    background: #b3c4d8;
    border-left: solid 1px #525252;
    font-size: 0.9em;
  }

  .facility-hire-grid tr:hover, .facility-hire-grid .facility-hire-grid-alternating:hover {
    background: #fff2cc;
    text-decoration: none;
  }

  .facility-hire-grid .facility-hire-grid-alternating {
    background: #e4edf9;
  }

  .facility-hire-grid .facility-hire-grid-footer {
    background: #b3c4d8;
  }

    .facility-hire-grid .facility-hire-grid-footer:hover {
      background: #b3c4d8;
      text-decoration: none;
    }

  .facility-hire-grid .facility-hire-grid-pager {
    background: #b3c4d8;
  }

    .facility-hire-grid .facility-hire-grid-pager table {
      margin: 5px 0;
    }

    .facility-hire-grid .facility-hire-grid-pager td {
      border-width: 0;
      padding: 0 6px;
      border-left: solid 1px #666;
      font-weight: bold;
      color: #fff;
      line-height: 12px;
    }

    .facility-hire-grid .facility-hire-grid-pager a {
      color: #666;
      text-decoration: none;
    }

      .facility-hire-grid .facility-hire-grid-pager a:hover {
        color: #000;
        text-decoration: none;
      }

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-container {
  height: 80%;
  width: 560px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-content {
  background-color: #fefefe;
  border: 1px solid #888;
  margin: auto;
  padding: 20px;
  width: 500px;
}

.modal-header {
  background: #005daa;
  color: white;
  padding: 20px;
  font-size: 20px;
  margin: auto;
  width: 500px;
}