img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none; }

body.swal2-shown {
  overflow-y: auto; }

h1 {
  color: #555;
  margin: 0 0 0.5em 0; }

#masthead {
  background: #2A4582;
  overflow: hidden; }

#nav_container {
  display: inline-block;
  transition: 0.5s all; }
  #nav_container #nav {
    display: inline-block;
    list-style: none;
    padding: 0; }
    #nav_container #nav li {
      display: inline-block;
      color: #eee;
      margin-right: 0.5em; }
    #nav_container #nav a {
      padding: 0.5em;
      border-radius: 1em;
      color: #ddd;
      cursor: pointer;
      transition: all 0.5s;
      text-decoration: none !important; }
      #nav_container #nav a.active {
        background: #f0f0f0;
        color: #2A4582; }
      #nav_container #nav a:hover {
        text-decoration: none;
        background: #c0cdeb;
        color: #2A4582; }

@media (max-width: 767px) {
  #nav_container {
    display: block;
    height: 0px; }
    #nav_container.open {
      height: auto; }
    #nav_container #nav {
      display: block; }
      #nav_container #nav li {
        display: block;
        text-align: center; }
      #nav_container #nav a {
        display: block;
        padding: 1em; } }

#map_canvas {
  width: 100%;
  height: 300px; }

.logo {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0.5em;
  max-width: 5em; }

#app_container {
  padding-top: 1em;
  padding-bottom: 4em;
  transition: all 0.25s;
  opacity: 1; }
  #app_container.l82_hidden {
    opacity: 0; }

.details h1, .details h2 {
  margin-top: 0; }

.details img {
  width: 10em;
  display: inline-block;
  margin-right: 1em; }

.details .title {
  display: inline-block; }

.form_photo_thumbnails {
  padding: 0.5em; }
  .form_photo_thumbnails img {
    display: inline-block;
    margin-right: 1em;
    width: 3em; }

.scan_qr #qr_file_selector {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

#page_footer {
  position: fixed;
  height: 2em;
  width: 100%;
  bottom: 0px;
  background: #e28c0b; }

.equipment_status {
  background: #c8c8c8; }
  .equipment_status._1 {
    background: #e2c80c;
    color: white; }
  .equipment_status._2 {
    background: #49b647;
    color: white; }
  .equipment_status._3 {
    background: #cc0000;
    color: white; }

.issue_status._1, .issue_status._null {
  background: #49b647;
  color: white; }

.issue_status._2 {
  background: #e2c80c;
  color: white; }

.issue_status._3 {
  background: #cc0000;
  color: white; }

.l82_green {
  color: #49b647; }

.l82_red {
  color: #cc0000; }

.l82_yellow {
  color: #e2c80c; }

.table_pip {
  border-radius: 100%;
  display: block;
  height: 1em;
  width: 1em;
  margin-top: 0.25em; }

.sortable .column_sort {
  padding-left: 2em; }
  .sortable .column_sort:before {
    font-family: FontAwesome;
    content: '\f0dc';
    opacity: 0.2;
    margin-left: -2em;
    padding-right: 0.5em; }
  .sortable .column_sort.asc:before {
    content: '\f0de';
    opacity: 1; }
  .sortable .column_sort.desc:before {
    content: '\f0dd';
    opacity: 1; }

.form-control.error, .swal2-input.error {
  border-color: #c80000; }

.btn_grey {
  background: #f0f0f0;
  border-color: #d7d7d7;
  color: #333; }
  .btn_grey:hover {
    background: white;
    border-color: #d7d7d7; }

.actions .btn, .admin_actions .btn {
  margin-right: 0.5em;
  transition: 0.5s all; }

.admin_actions {
  margin-bottom: 0.5em; }

#nav_toggle {
  padding: 1.5em;
  color: #f0f0f0; }

.qr_print_sheet {
  text-align: center; }

.equipment_qr_label {
  display: inline-block;
  width: 3.5in;
  height: 2in;
  margin: 0.125in;
  text-align: left;
  border: 2px solid #2A4582;
  position: relative;
  overflow: hidden; }
  .equipment_qr_label h2, .equipment_qr_label h3 {
    background: #2A4582 !important;
    color: #fff !important;
    margin: 0;
    text-align: center; }
  .equipment_qr_label h3 {
    font-size: 1em;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 0.5em; }
  .equipment_qr_label .l82_logo {
    width: 4em;
    display: block;
    position: absolute;
    right: 1.5em;
    bottom: -8.5em; }

.issue_count {
  font-weight: bold;
  color: #fff;
  background: #2A4582;
  padding: 0.125em 0.25em;
  border-radius: 0.25em; }
  .issue_count._0 {
    background: transparent;
    color: #333;
    font-weight: 200; }

.surplus_hours_header {
  background: #2A4582;
  color: #fff;
  padding: 0.25em;
  font-weight: bold; }

.hour_log_entry .title {
  font-weight: bold; }

.hour_log_entry .hours {
  text-align: right; }

.hour_log_entry .hour_log_header_row {
  display: grid;
  grid-template-columns: 4fr 1fr;
  grid-gap: 1em;
  padding: 0.25em 0.5em;
  background: #f0f0f0; }
  .hour_log_entry .hour_log_header_row .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .hour_log_entry .hour_log_header_row .hours {
    font-weight: bold; }

.hour_log_entry .hour_log_details .log_detail_line {
  line-height: 1.75em;
  padding: 0 0.5em;
  display: grid;
  grid-template-columns: 1fr 4fr 2fr 2fr 1fr;
  grid-gap: 1em; }
  .hour_log_entry .hour_log_details .log_detail_line div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.consume_hours_form {
  display: grid;
  grid-template-columns: 5fr 2fr 1fr;
  grid-gap: 1em;
  margin-top: 1em; }

@media print {
  .equipment_qr_label h2 {
    background: #2A4582 !important; }
  body {
    width: 8.5in;
    height: 11in;
    margin: 0; }
  #app_container {
    width: 100%; }
  .actions, .admin_actions, #issue_filter, #equipment_filter, #location_filter, #masthead, .btn {
    display: none !important; } }

