.color-red {
  color: red; }

html, body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #007b92;
  background-color: #FFF; }

header {
  position: fixed !important;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 701;
  height: 130px; }
  header .top-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    header .top-bar .container {
      position: relative; }
      header .top-bar .container .user-info {
        position: absolute;
        right: 20px;
        font-size: 0.8em;
        z-index: 1000002; }
      header .top-bar .container .logo {
        position: absolute;
        width: 197px;
        height: 106px;
        padding: 10px;
        background-color: #ffffff;
        z-index: 1000000;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }
        header .top-bar .container .logo img {
          max-width: 177px; }
      header .top-bar .container .logo-customer {
        position: absolute;
        right: 20px;
        top: 5px; }
        header .top-bar .container .logo-customer img {
          width: 100%;
          max-height: 45px;
          margin-top: 13px;
          padding: 5px;
          background-color: black; }
      header .top-bar .container .menu-btn {
        position: absolute;
        right: 20px;
        top: 79px; }

section#content {
  margin-top: 120px; }
  section#content .container {
    background-color: #FFFFFF;
    padding: 20px; }
    section#content .container h1,
    section#content .container .h1 {
      font-size: 2.5em;
      font-weight: bold;
      text-transform: uppercase;
      text-align: center; }
    section#content .container p {
      font-size: 1.2em; }
    section#content .container .app-btn {
      aspect-ratio: 1/1;
      padding: 5px;
      text-align: center; }
      section#content .container .app-btn button {
        width: 100% !important;
        height: 100% !important; }
        section#content .container .app-btn button.btn {
          padding: 0 5px;
          overflow: hidden;
          text-overflow: ellipsis; }
    section#content .container .additional-info-label {
      font-size: 0.85em;
      font-style: italic;
      font-weight: normal; }

form .form-control.form-error {
  border: 1px solid #842029;
  background-color: #f8d7da; }
form .wd-input-holder {
  position: relative;
  padding-right: 0; }

table th.small-th {
  padding-left: 0 !important; }
table.setup-table td {
  vertical-align: middle; }
  table.setup-table td.setting-name {
    width: 25%; }
    table.setup-table td.setting-name label {
      font-weight: bold;
      display: inline-block; }
    table.setup-table td.setting-name span {
      display: block;
      font-size: 0.8em; }
table tr.recorded-row td.recorded-row-icon {
  position: relative;
  padding-right: 15px; }
  table tr.recorded-row td.recorded-row-icon i {
    color: green;
    position: absolute;
    right: 0;
    top: 0; }
table tr.recorded-row.partial i {
  color: #9198a1 !important; }
table tr.whse-receipt-row i {
  top: 5px !important;
  right: 5px !important; }
table tr.phys-invt-row td {
  cursor: pointer; }
table tr.deletable-row td:first-child {
  padding-left: 40px;
  position: relative; }
  table tr.deletable-row td:first-child .action-icon {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 1.25em; }

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000; }
  #loading .loading-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    width: 100px;
    height: 100px;
    text-align: center; }
    #loading .loading-dialog .spinner-grow {
      width: 3rem;
      height: 3rem;
      vertical-align: -1.125em; }

/*** FONT STYLES ***/
.font-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.textalign-right {
  text-align: right; }

.x-small {
  font-size: .7em; }

/*** MISC ***/
a.edit-qty {
  cursor: pointer;
  display: block;
  text-decoration: none; }
  a.edit-qty span.qty-data {
    text-decoration: underline; }
  a.edit-qty span.uom {
    color: #000000; }

/**.sf-toolbar{
  display: none !important;
}**/
/* COLORS */
.btn-primary {
  background-color: #fa780c;
  border-color: #fa780c; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #C25D0A;
    border-color: #C25D0A; }

.btn-secondary {
  background-color: #007b92;
  border-color: #007b92; }
  .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
    background-color: #236975;
    border-color: #236975; }

/* BUTTONS */
.btn-xl {
  padding: 1.5rem 2rem;
  font-size: 2rem; }

/* FORMS */
.form-control-xl {
  height: 5rem;
  padding: 0 1rem;
  font-size: 2.5rem;
  line-height: 5rem; }

.col-form-label-xl {
  padding: 0;
  height: 5rem;
  font-size: 2.5rem;
  line-height: 5rem; }

form .row {
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 650px; } }
@media (max-width: 576px) {
  #wd-login-form .col-form-label-lg,
  #wd-login-form .wd-input-holder {
    padding-left: 0 !important;
    padding-top: 0 !important; } }
@media (max-width: 500px) {
  header {
    height: 70px; }
    header .top-bar .container .logo {
      padding: 0;
      box-shadow: none;
      height: 69px;
      width: 130px; }
      header .top-bar .container .logo img {
        padding: 5px;
        width: 130px; }

  section#content {
    margin-top: 70px; }
    section#content .container h1 {
      font-size: 1.4em; } }
@media (max-width: 380px) {
  header .top-bar .container .logo {
    width: 66px;
    overflow: hidden; } }
header .top-bar .container .logo-customer img {
  background-color: transparent;
  max-height: 50px; }

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