.card {
  border: none;
}
.card .card-head-flex {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 10px;
  gap: 2rem;
  justify-content: space-between;
}
@media (max-width: 1238px) {
  .card .card-head-flex {
    grid-template-columns: 1fr;
  }
}
.card .card-download-all {
  margin-left: 1.5rem;
}
@media (min-width: 1238px) {
  .card .card-download-all {
    margin-left: 0;
  }
}

.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;
}

.col-md-9 {
  min-width: 69%;
}
@media (max-width: 428px) {
  .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

#filler {
  width: calc(100% - 100px);
  max-width: calc(100% - 330px);
}
@media (min-width: 300px) and (max-width: 762px) {
  #filler {
    min-width: 20px;
  }
}
@media (max-width: 370px) {
  #filler {
    display: none;
    min-width: 0;
    flex-grow: 0;
  }
}

.card .card-download-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 235px;
}
.card .card-download-all .filesize {
  margin-left: 0;
}

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

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

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

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

@media only screen and (max-width: 428px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  .grid-container {
    display: block;
  }
  #infoDiv {
    text-align: center;
  }
  .table-head-line {
    display: none;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    margin: 0 0 1rem 0;
  }
  tr:nth-child(even) {
    background: #f7f7f7;
  }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .file-download {
    max-width: 100%;
  }
  .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .labelFile {
    max-width: 100%;
  }
  #equipmentLink {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
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);
}

.field-group {
  display: block;
}

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

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}
.toggle input[type=checkbox] {
  display: none;
}
.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}
.toggle.btn-lg {
  min-width: 79px;
  min-height: 45px;
}
.toggle.btn-sm {
  min-width: 50px;
  min-height: 30px;
}
.toggle.btn-xs {
  min-width: 35px;
  min-height: 22px;
}
.toggle.off .toggle-group {
  left: -100%;
}

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

.toggle-on,
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-on {
  left: 0;
  right: 50%;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-on.btn-lg {
  padding-right: 31px;
}
.toggle-on.btn-sm {
  padding-right: 20px;
}
.toggle-on.btn-xs {
  padding-right: 12px;
}

.toggle-off {
  left: 50%;
  right: 0;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle-off.btn-lg {
  padding-left: 31px;
}
.toggle-off.btn-sm {
  padding-left: 20px;
}
.toggle-off.btn-xs {
  padding-left: 12px;
}

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

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

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

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

@media (min-width: 1042px) and (max-width: 1335px) {
  #document {
    min-width: calc(100% - 520px - 2.5rem);
  }
}

@media (min-width: 1042px) and (max-width: 1335px) {
  #infoButtonList {
    float: right;
    flex: 1 0 0;
    max-width: 100%;
  }
}
@media (min-width: 1335px) {
  #infoButtonList {
    float: right;
  }
}

span.inline {
  display: inline-block;
}
@media (max-width: 1163px) {
  span.inline {
    display: block;
    margin-left: 0;
  }
}

@media (max-width: 370px), (min-width: 300px) and (max-width: 762px) {
  .mobileBtn {
    margin-bottom: 0.5em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#customerModal {
  display: none;
}
#customerModal .modal {
  min-width: 443px;
}
@media (max-width: 504px) {
  #customerModal .modal {
    min-width: 88vw;
    max-width: 88vw;
  }
}

#waitModal {
  display: none;
}

#warning {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
#warning > div {
  position: fixed;
  top: 33%;
  z-index: 99;
  min-width: 443px;
}
@media (max-width: 1000px) {
  #warning > div {
    width: 88vw;
    min-width: 50px;
    justify-content: center;
  }
}
#warning > div > div * {
  margin: 1vh;
}

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