.s-site-logo-img {
  content: url(../manufacturas-maher-logo-w-128.png);
}

.s-form-title-logo {
  background-color: #ffffff;
}

.s-sidebar-header {
  background-color: #333333;
}

  #s-LoginPage {
  background-image: url('/Content/fondo-login.jpg');
  background-size: cover;
  background-position: right top;
}

.s-TranslationGrid input.custom-text {
  width: 100%;
  height: 23px;
  padding: 0 3px;
}

.s-PermissionCheckEditor {
  min-height: 450px;
}

.s-main {
  padding-left: 280px;
}

.s-sidebar-pane {
  width: 270px;
}

.s-sidebar {
  width: 270px;
}

  .s-sidebar .minimize {
    position: absolute;
    right: -20px;
    width: 20px;
    height: 100%;
    color: black;
    background-color: white;
    cursor: pointer;
    font-family: FontAwesome;
    text-align: center;
  }

    .s-sidebar .minimize:hover {
      background-color: lightgray;
    }

/* Custom QuickFilters Widths */
div.select2-container[id$="QuickFilter_SupplierId"] {
  min-width: 300px;
}

div.select2-container[id$="QuickFilter_ProductCategoryId"] {
  min-width: 300px;
}

/*.cell-reorder {
  cursor: move;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAA5SURBVBiVY/j//z8DKYAJmxSSgX///v0fVYGBgYEFXQEpgAWbAhZsClgYGBgY/pMCGLD5gRTPQC0AALD/FQHjJNpOAAAAAElFTkSuQmCC") no-repeat center center;
}*/

  /* Alternative: Simple text-based drag handle */
  /*.cell-reorder::before {
    content: "⋮⋮";
    font-weight: bold;
    color: #999;
    display: block;
    text-align: center;
    line-height: 32px;
  }*/

/* Or use FontAwesome icon */
/*.cell-reorder {
  cursor: move;
  text-align: center;
  color: #999;
}

  .cell-reorder::before {
    font-family: "Font Awesome 5 Free";
    content: "\f58e";*/ /* grip-vertical icon */
    /*font-weight: 900;
  }*/

/* Calculation section layout */
/*.resumen-grid, .resumen-pvp {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

  .resumen-grid td {
    padding: 6px 8px;
    border-bottom: 1px solid #e5e7eb;
  }

    .resumen-grid td.v {
      text-align: right;
      width: 140px;
    }

  .resumen-grid .yellow {
    background: #fff59d;
  }

  .resumen-grid .total-lbl {
    font-weight: 600;
  }

  .resumen-grid .total-num {
    font-weight: 700;
    font-size: 16px;
  }

  .resumen-pvp td {
    padding: 8px 10px;
    border-top: 2px solid #e5e7eb;
    text-align: right;
  }

    .resumen-pvp td:first-child {
      text-align: left;
    }*/

/* Calculation section layout */
/*.calc-row {
  width: 33.33%;
  float: left;
  clear: none !important;
}

  .calc-row.col-right {
    width: 50%;
    margin-left: 50%;
    float: none;
  }

  .calc-row.col-middle {
    width: 25%;
    margin-left: 25%;
    float: none;
  }*/

  /* Labels on top for calculation fields */
  /*.calc-row .caption,
  .calc-footer .caption {
    display: block;
    width: 100% !important;
    text-align: left;
    margin-bottom: 3px;
    font-weight: normal;
  }

  .calc-row .field,
  .calc-footer .field {
    display: block;
    margin-left: 0 !important;
  }*/

/* Footer row (P.V.P, 40%, 5%) */
/*.calc-footer {
  width: 33.33%;
  float: left;
  clear: none !important;
}*/

/* Bold total values */
/*.bold-total input {
  font-weight: bold;
  font-size: 1.1em;
}*/

/* Add separator line before calculation section */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Calculation section - labels on top, everything on right side */
/*.calc-row {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

  .calc-row .caption {
    display: block !important;
    width: 45% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    float: none !important;
  }

  .calc-row .field {
    display: block !important;
    width: 45% !important;
    margin-left: 0 !important;
    float: none !important;
  }*/

  /* For middle column fields (if you want them less to the right) */
  /*.calc-row.col-middle .caption,
  .calc-row.col-middle .field {
    width: 30% !important;
  }*/

/* Bold totals */
/*.bold-total .field input {
  font-weight: bold !important;
  font-size: 1.1em !important;
}*/

/* Footer section - side by side at bottom */
/*.calc-footer {
  width: 15% !important;
  float: left !important;
  clear: none !important;
  display: inline-block !important;
}

  .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    float: none !important;
  }

  .calc-footer .field {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }*/

/* Separator line */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Clear floats after footer */
/*.calc-footer:last-of-type {
  clear: both;
}*/

/* Calculation section - two column layout on the right */
/*.calc-row {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}*/

  /* Right column - full width fields (Arrastre Total, Total, etc) */
  /*.calc-row.col-right {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
  }

    .calc-row.col-right .caption {
      display: block !important;
      width: 40% !important;
      text-align: left !important;
      margin-bottom: 5px !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
      float: none !important;
    }

    .calc-row.col-right .field {
      display: block !important;
      width: 40% !important;
      margin-left: 0 !important;
      float: none !important;
    }*/

  /* Middle column - percentage/rate fields */
  /*.calc-row.col-middle {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    margin-right: 40% !important;
  }

    .calc-row.col-middle .caption {
      display: block !important;
      width: 20% !important;
      text-align: left !important;
      margin-bottom: 5px !important;
      margin-left: 0 !important;
      padding-left: 0 !important;
      float: none !important;
    }

    .calc-row.col-middle .field {
      display: block !important;
      width: 20% !important;
      margin-left: 0 !important;
      float: none !important;
    }*/

/* Bold totals */
/*.bold-total .field input {
  font-weight: bold !important;
  font-size: 1.1em !important;
  background-color: #f0f0f0 !important;
}*/

/* Footer section - three columns at bottom left */
/*.calc-footer {
  width: 15% !important;
  float: left !important;
  clear: none !important;
  display: inline-block !important;
  margin-right: 10px !important;
}

  .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    float: none !important;
    font-weight: normal !important;
  }

  .calc-footer .field {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }*/

/* Separator line before calculation section */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Clear floats after footer */
/*.calc-footer:last-of-type::after {
  content: "";
  display: block;
  clear: both;
}*/

/* Calculation section */
/*.calc-row {
  clear: both !important;
  width: 100% !important;
  float: none !important;
  margin-bottom: 5px !important;
}*/

  /* Container for two-column layout */
  /*.calc-row.col-middle,
  .calc-row.col-right {
    float: right !important;
    clear: none !important;
    width: 25% !important;
    margin-left: 0 !important;
  }

  .calc-row.col-middle {
    width: 25% !important;
  }

  .calc-row.col-right {
    width: 30% !important;
  }*/

  /* Labels on top for all calc fields */
  /*.calc-row .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 3px !important;
    padding-left: 0 !important;
    float: none !important;
  }

  .calc-row .field {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }*/

  /* Force new line after right column */
  /*.calc-row.col-right {
    clear: right !important;
  }*/

/* Bold totals */
/*.bold-total .field input {
  font-weight: bold !important;
  font-size: 1.1em !important;
  background-color: #f0f0f0 !important;
}*/

/* Footer section - horizontal table-like row */
/*.calc-footer {
  width: 15% !important;
  float: left !important;
  clear: none !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

  .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    float: none !important;
    font-weight: normal !important;
  }

  .calc-footer .field {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }*/

  /* First footer field clears all floats above */
  /*.calc-footer:first-of-type {
    clear: both !important;
  }*/

/* Separator line */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
  clear: both !important;
}*/

/* Clear Serenity's default float layout for calc rows */
/*.calc-row {
  clear: both !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  overflow: hidden !important;
}*/

  /* Create a two-column container on the right side */
  /*.calc-row.col-middle {
    float: right !important;
    width: 20% !important;
    clear: none !important;
    margin-right: 5px !important;
  }

  .calc-row.col-right {
    float: right !important;
    width: 25% !important;
    clear: right !important;
    margin-right: 0 !important;
  }*/

  /* Labels on top */
  /*.calc-row .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 3px !important;
    padding: 0 !important;
    float: none !important;
  }

  .calc-row .field {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }*/

  /* Wrapper to group middle + right together */
  /*.calc-row.col-middle + .calc-row.col-right {
    margin-bottom: 8px !important;
  }*/

/* Footer - horizontal layout at bottom */
/*.calc-footer {
  width: 18% !important;
  float: left !important;
  clear: none !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

  .calc-footer:first-of-type {
    clear: both !important;
  }

  .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
  }

  .calc-footer .field {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }*/

/* Separator */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/
/* Reset and prepare calc rows */
/*.s-Form .calc-row {
  width: 100% !important;
  clear: both !important;
  position: relative !important;
  min-height: 60px !important;
}*/

  /* Position middle column (percentage fields) */
  /*.s-Form .calc-row.col-middle {
    position: absolute !important;
    right: 30% !important;
    width: 20% !important;
    top: 0 !important;
  }*/

  /* Position right column (value fields) */
  /*.s-Form .calc-row.col-right {
    position: absolute !important;
    right: 5% !important;
    width: 25% !important;
    top: 0 !important;
  }*/

  /* Labels on top */
  /*.s-Form .calc-row .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
  }

  .s-Form .calc-row .field {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }*/

/* Footer section */
/*.s-Form .calc-footer {
  width: 18% !important;
  float: left !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
  position: relative !important;
}

  .s-Form .calc-footer:first-of-type {
    clear: both !important;
  }

  .s-Form .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
  }

  .s-Form .calc-footer .field {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }*/

/* Separator */
/*.s-Form .calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/
/* Hide the clear divs that break the layout */
/*.calc-row .clear,
.calc-row .vx {
  display: none !important;
}

.calc-footer .clear,
.calc-footer .vx {
  display: none !important;
}*/

/* Two-column layout on the right */
/*.calc-row.col-middle {
  float: right !important;
  width: 20% !important;
  clear: none !important;
  margin-right: 5px !important;
}

.calc-row.col-right {
  float: right !important;
  width: 30% !important;
  clear: right !important;
}*/

/* Labels on top */
/*.calc-row .caption {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
  margin-bottom: 5px !important;
  float: none !important;
}

.calc-row input {
  width: 100% !important;
}*/

/* Footer - horizontal table layout */
/*.calc-footer {
  width: 18% !important;
  float: left !important;
  clear: none !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

  .calc-footer:first-of-type {
    clear: both !important;
  }

  .calc-footer .caption {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
    float: none !important;
  }

  .calc-footer input {
    width: 100% !important;
  }*/

/* Separator line */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Container for the calculation rows */
/*.field.calc-row {
  position: relative !important;
  height: 60px !important;
  width: 100% !important;
}*/

/* Hide the default clear divs */
/*.calc-row .clear,
.calc-row .vx {
  display: none !important;
}*/

/* Position labels above inputs */
/*.calc-row .caption {
  position: absolute !important;
  display: block !important;
  margin-bottom: 5px !important;
  width: auto !important;
}

.calc-row input {
  position: absolute !important;
  top: 25px !important;
}*/

/* Right column (value fields) - positioned at right */
/*.calc-row.col-right .caption {
  right: 5% !important;
  left: auto !important;
}

.calc-row.col-right input {
  right: 5% !important;
  left: auto !important;
  width: 25% !important;
}*/

/* Middle column (percentage fields) - positioned middle-right */
/*.calc-row.col-middle .caption {
  right: 35% !important;
  left: auto !important;
}

.calc-row.col-middle input {
  right: 35% !important;
  left: auto !important;
  width: 20% !important;
}*/

/* Footer fields - horizontal layout */
/*.field.calc-footer {
  display: inline-block !important;
  width: 18% !important;
  vertical-align: top !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

.calc-footer .clear,
.calc-footer .vx {
  display: none !important;
}

.calc-footer .caption {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.calc-footer input {
  width: 100% !important;
}*/

/* Clear before first calc row */
/*.calc-row:first-of-type {
  clear: both !important;
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Container for the calculation rows */
/*.field.calc-row {
  position: relative !important;
  height: 60px !important;
  width: 100% !important;
}*/

/* Hide the default clear divs */
/*.calc-row .clear,
.calc-row .vx {
  display: none !important;
}*/

/* Position labels above inputs */
/*.calc-row .caption {
  position: absolute !important;
  display: block !important;
  margin-bottom: 5px !important;
  width: auto !important;
  top: 0 !important;
}

.calc-row input {
  position: absolute !important;
  top: 25px !important;
}*/

/* Right column (value fields) - positioned at right */
/*.calc-row.col-right .caption {
  right: 5% !important;
  left: auto !important;
  text-align: left !important;
}

.calc-row.col-right input {
  right: 5% !important;
  left: auto !important;
  width: 30% !important;
}*/

/* Middle column (percentage fields) - positioned to left of right column */
/*.calc-row.col-middle .caption {
  right: 40% !important;
  left: auto !important;
  text-align: left !important;
}

.calc-row.col-middle input {
  right: 40% !important;
  left: auto !important;
  width: 25% !important;
}*/

/* Footer fields - horizontal layout */
/*.field.calc-footer {
  display: inline-block !important;
  width: 18% !important;
  vertical-align: top !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

.calc-footer .clear,
.calc-footer .vx {
  display: none !important;
}

.calc-footer .caption {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.calc-footer input {
  width: 100% !important;
}*/

/* Clear before first calc row */
/*.calc-row:first-of-type {
  clear: both !important;
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/
/* Hide the default clear divs */
/*.calc-row .clear,
.calc-row .vx {
  display: none !important;
}*/

/* Single field rows (col-right only) - label and input side by side on right */
/*.calc-row.col-right {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: both !important;
}

  .calc-row.col-right .caption {
    position: absolute !important;
    right: 38% !important;
    top: 8px !important;
    width: auto !important;
    text-align: right !important;
    padding-right: 10px !important;
  }

  .calc-row.col-right input {
    position: absolute !important;
    right: 5% !important;
    width: 30% !important;
    top: 0 !important;
  }*/

/* Paired rows - percentage field (col-middle) */
/*.calc-row.col-middle {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: none !important;
}

  .calc-row.col-middle .caption {
    position: absolute !important;
    right: 58% !important;
    top: 8px !important;
    width: auto !important;
    text-align: right !important;
    padding-right: 10px !important;
  }

  .calc-row.col-middle input {
    position: absolute !important;
    right: 38% !important;
    width: 18% !important;
    top: 0 !important;
  }*/

  /* The value field that comes after col-middle should not clear */
  /*.calc-row.col-middle + .calc-row.col-right {
    clear: none !important;
  }*/

    /* Value field in a pair (no label, just input) */
    /*.calc-row.col-middle + .calc-row.col-right .caption {
      display: none !important;
    }*/

/* Footer fields */
/*.field.calc-footer {
  display: inline-block !important;
  width: 18% !important;
  vertical-align: top !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

.calc-footer .clear,
.calc-footer .vx {
  display: none !important;
}

.calc-footer .caption {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.calc-footer input {
  width: 100% !important;
}*/

/* Separator */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/
/* Hide the default clear divs */
/*.calc-row .clear,
.calc-row .vx {
  display: none !important;
}*/

/* Single field rows (col-right only) - label and input side by side on right */
/*.calc-row.col-right {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: both !important;
}

  .calc-row.col-right .caption {
    position: absolute !important;
    right: 38% !important;
    top: 8px !important;
    width: auto !important;
    text-align: right !important;
    padding-right: 10px !important;
  }

  .calc-row.col-right input {
    position: absolute !important;
    right: 5% !important;
    width: 30% !important;
    top: 0 !important;
  }*/

/* Paired rows - percentage field (col-middle) */
/*.calc-row.col-middle {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: none !important;
}

  .calc-row.col-middle .caption {
    position: absolute !important;
    right: 48% !important;
    top: 8px !important;
    width: auto !important;
    text-align: right !important;
    padding-right: 10px !important;
  }

  .calc-row.col-middle input {
    position: absolute !important;
    right: 38% !important;
    width: 8% !important;
    top: 0 !important;
  }*/

  /* The value field that comes after col-middle should not clear */
  /*.calc-row.col-middle + .calc-row.col-right {
    clear: none !important;
  }*/

    /* Value field in a pair (no label, just input) - align with percentage input */
    /*.calc-row.col-middle + .calc-row.col-right .caption {
      display: none !important;
    }

    .calc-row.col-middle + .calc-row.col-right input {
      top: 0 !important;
    }*/

/* Footer fields */
/*.field.calc-footer {
  display: inline-block !important;
  width: 18% !important;
  vertical-align: top !important;
  margin-right: 2% !important;
  margin-top: 20px !important;
}

.calc-footer .clear,
.calc-footer .vx {
  display: none !important;
}

.calc-footer .caption {
  display: block !important;
  width: 100% !important;
  margin-bottom: 5px !important;
}

.calc-footer input {
  width: 100% !important;
}*/

/* Separator */
/*.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}*/

/* Hide the default clear divs */
.calc-row .clear,
.calc-row .vx {
  display: none !important;
}

/* Single field rows (col-right only) - label and input side by side on left */
.calc-row.col-right {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: both !important;
}

  .calc-row.col-right .caption {
    position: absolute !important;
    left: 5% !important;
    top: 8px !important;
    width: auto !important;
    text-align: left !important;
    padding-right: 10px !important;
  }

  .calc-row.col-right input {
    position: absolute !important;
    left: 20% !important;
    width: 30% !important;
    top: 0 !important;
  }

/* Paired rows - percentage field (col-middle) */
.calc-row.col-middle {
  width: 100% !important;
  height: 40px !important;
  position: relative !important;
  clear: none !important;
}

  .calc-row.col-middle .caption {
    position: absolute !important;
    left: 5% !important;
    top: 8px !important;
    width: auto !important;
    text-align: left !important;
    padding-right: 10px !important;
  }

  .calc-row.col-middle input {
    position: absolute !important;
    left: 20% !important;
    width: 8% !important;
    top: 0 !important;
  }

  /* The value field that comes after col-middle should not clear */
  .calc-row.col-middle + .calc-row.col-right {
    clear: none !important;
  }

    /* Value field in a pair (no label, just input) - position next to percentage */
    .calc-row.col-middle + .calc-row.col-right .caption {
      display: none !important;
    }

    .calc-row.col-middle + .calc-row.col-right input {
      left: 30% !important;
      top: 0 !important;
    }

/* Separator */
.calc-row:first-of-type {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

/* Force block layout for label-top fields */
div.s-Form div.field.calc-total {
  float: left !important;
  display: block !important;
}

  div.s-Form div.field.calc-total > label.caption {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
    margin: 0 0 8px 0 !important;
    padding: 0 0 5px 0 !important;
    font-weight: bold !important;
    border-bottom: 2px solid #ddd !important;
    /* Force it to be on its own line */
    clear: both !important;
  }

  div.s-Form div.field.calc-total > input {
    display: block !important;
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
    float: none !important;
    /* Force new line */
    clear: both !important;
  }

.bold-label .caption {
  font-weight: 700;
}

/* Target these specific fields by name - NO calc-footer class */
/*.field.RetailPrice.col-md-4,
.field.TargetPrice40.col-md-4,
.field.FinalCost.col-md-4 {
  float: left !important;
}

  .field.RetailPrice.col-md-4 .caption,
  .field.TargetPrice40.col-md-4 .caption,
  .field.FinalCost.col-md-4 .caption {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 8px !important;
    font-weight: bold !important;
    border-bottom: 2px solid #ddd !important;
    padding-bottom: 5px !important;
  }

  .field.RetailPrice.col-md-4 input,
  .field.TargetPrice40.col-md-4 input,
  .field.FinalCost.col-md-4 input {
    width: 100% !important;
    text-align: center !important;
  }

  .field.RetailPrice.col-md-4:first-of-type {
    margin-top: 20px !important;
    clear: both !important;
  }

  .field.RetailPrice.col-md-4 .clear,
  .field.TargetPrice40.col-md-4 .clear,
  .field.FinalCost.col-md-4 .clear,
  .field.RetailPrice.col-md-4 .vx,
  .field.TargetPrice40.col-md-4 .vx,
  .field.FinalCost.col-md-4 .vx {
    display: none !important;
  }*/