.card {
  border: none !important;
}

.col-md-9 {
  min-width: 69%;
}

.docs {
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 5px;
  margin-bottom: 20px;
}

.eq-numbers {
  min-width: 162px;
}

.field-group {
  display: block;
}

.label-below {
  display: inline-grid;
  margin-right: 2rem;
}

.file-download {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

select.eqstate {
  height: var(--heightButton);
  margin-right: 2rem;
}

select.eqstate.btn-details {
  color: #fff;
  background-color: var(--bw-dark-blue);
}

select.eqstate.btn-danger {
  background-color: var(--bw-footer-red);
  color: #fff;
}

select.eqstate.btn-success {
  color: #fff;
  background-color: var(--bw-dark-green);
}

span.inline {
  display: inline-block;
}

td.labelFile a {
  font-weight: bold;
  font-size: 1rem;
}

tr > td:first-child > a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
tr > td:first-child > a.navisworks-link {
  width: 1rem;
  overflow: visible;
}

#contactInfo {
  min-width: 140px;
  width: 379px;
  max-width: 16.66667%;
  align-items: end;
  display: flex;
  justify-content: flex-end;
}

#customerModal {
  display: none;
}
#customerModal .modal {
  min-width: 443px;
}

#equipmentLink {
  max-width: 47vw;
  width: 100%;
}

#infoDiv > * {
  margin-bottom: 0.5em;
}

#infoDiv > *:first-child {
  margin-right: 0.5em;
}

#waitModal {
  display: none;
}

#warning > div {
  position: fixed;
  top: 33%;
  z-index: 99;
  min-width: 443px;
}

#warning {
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  display: none;
  filter: unset;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

#warning > div > div * {
  margin: 1vh;
}

#filler {
  /* col 8 - contact info */
  width: calc(100% - 100px);
  max-width: calc(100% - 330px);
}

@media (max-width: 370px) {
  .mobileBtn {
    margin-bottom: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #filler {
    display: none;
    min-width: 0;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 428px) {
  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  .grid-container {
    display: block;
  }
  #infoDiv {
    text-align: center;
  }
  /* Hide Table headline */
  .table-head-line {
    display: none;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    margin: 0 0 1rem 0;
  }
  tr:nth-child(even) {
    background: #f7f7f7;
  }
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .file-download {
    max-width: 100%;
  }
  .col-md-9 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .labelFile {
    max-width: 100% !important;
  }
  #equipmentLink {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 504px) {
  #customerModal .modal {
    min-width: 88vw;
    max-width: 88vw;
  }
}
@media (min-width: 300px) and (max-width: 762px) {
  .mobileBtn {
    margin-bottom: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #filler {
    /* col 8 - contact info */
    min-width: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #warning > div {
    justify-content: center;
    position: fixed;
    width: 88vw;
    min-width: 50px;
  }
}
@media only screen and (max-width: 1163px) {
  span.inline {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1042px) and (max-width: 1335px) {
  #document {
    min-width: calc(100% - 520px - 2.5rem);
  }
  #infoDiv {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1rem;
    width: 100%;
  }
  #infoButtonList {
    float: right;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}

.toggle input[type=checkbox] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg {
  padding-right: 31px;
}

.toggle-off.btn-lg {
  padding-left: 31px;
}

.toggle-handle.btn-lg {
  width: 40px;
}

.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm {
  padding-right: 20px;
}

.toggle-off.btn-sm {
  padding-left: 20px;
}

.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off.btn-xs {
  padding-left: 12px;
}

@media (min-width: 1335px) {
  #infoButtonList {
    float: right;
  }
}

/*# sourceMappingURL=bundle.css.map */
