﻿#divLoadProgressOverlay {
  width: 100%;
  height: 100%;
  background-color: #333333;
  filter: alpha(opacity=25);
  -moz-opacity: 0.25;
  opacity: 0.25;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

#divLoadProgress {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.processing-img {
  z-index: 501;
  position: fixed;
  left: calc(50% - 100px);
  top: calc(50% - 50px);
  width: 200px;
  height: 100px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.processing-img i {
  position: relative;
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  color: #0070BB;
}

.dnone {
  display: none;
}

.fleft {
  float: left;
}

.w90 {
  width: 90%;
  max-width: 90%;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

.alertOffSetMargins {
  margin-left: 4px;
  margin-top: -2px;
}

.fclear {
  clear: both;
}

.table {
  margin-bottom: 0;
}
.table label {
  margin-bottom: 0;
}
.table > tbody > tr:nth-child(1) > td {
  border-top: 0 solid;
  vertical-align: middle;
}
.table > tbody > tr > td {
  padding: 4px 8px;
  vertical-align: middle;
}

.aoo-padding {
  padding: 4px 0;
  border-top: 1px solid #cccccc;
}

.row.aoo-padding:nth-child(1) {
  border-top: none;
}

.aoo-align {
  text-align: left;
  vertical-align: middle;
}

.flex_width {
  width: 100% !important;
  padding: 0;
}

div.row.aoo-padding {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .flex_width {
    width: calc(100% - 150px) !important;
    padding: 0;
  }
}
.details-img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.fixed_width {
  width: 150px !important;
  padding: 0;
}

.stockMsg {
  display: block;
  padding-bottom: 0.5em;
}

.cross {
  font-size: 32px;
  color: #333333;
}

.table.est tr:last-child td,
.table.est tr:last-child td,
.table.est tr:last-child td,
.table.est tr:last-child td,
.table.est tr:last-child td,
.table.est tr:last-child td {
  border-bottom: none;
}

/*On Order Backorder Modal Styling */
.onOrderLine {
  padding: 0 0 12px 0;
}

.factoryLeadTimeQuestionCircle {
  color: #0070BB;
  cursor: pointer;
}
