/* Start 'vlp-ePrice-button' (do not modify this line) */
/* Modified by laurakessen on 03/30/18 12:12 PM EDT */
.vlp .inventoryList .pricing .btn.eprice span { text-decoration: none; font-weight: bold; font-size: 18px; color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice:hover span { color: #ffffff; }
.vlp .inventoryList .pricing .btn.eprice span { background: none; background-image: none; background-color: transparent; }
.vlp .inventoryList .pricing .btn.eprice { border: none; background: #4a783b; background-color: #4a783b; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:hover { border: none; background: #fd8e0a; background-color: #fd8e0a; background-image: none; }
.vlp .inventoryList .pricing .btn.eprice:before { color: #2f3832; }
.vlp .inventoryList .pricing .btn.eprice:hover:before { color: #000000; }
/* End 'vlp-ePrice-button' (do not modify this line) */

/* Start 'vlp-new-price-value-final-price-no-value' (do not modify this line) */
/* Modified by laurakessen on 03/30/18 12:12 PM EDT */
.vlp .inventoryList .item.inv-type-new .pricing .final-price .value.no-value { text-decoration: none; font-weight: bold; font-size: 18.2px; color: #2F3832; }
/* End 'vlp-new-price-value-final-price-no-value' (do not modify this line) */

/* Start 'vlp-new-price-value-msrp' (do not modify this line) */
/* Modified by laurakessen on 03/30/18 01:53 PM EDT */
.vlp .inventoryList .item.inv-type-new .pricing .msrp .value { text-decoration: line-through; font-size: 18.2px; color: #000000; }
/* End 'vlp-new-price-value-msrp' (do not modify this line) */

/* Start 'vdp-new-price-value-msrp' (do not modify this line) */
/* Modified by laurakessen on 03/30/18 01:53 PM EDT */
.vdp .inv-type-new.pricing .msrp .price { text-decoration: line-through; font-size: 23.4px; color: #000000; }
/* End 'vdp-new-price-value-msrp' (do not modify this line) */

/* Start 'vlp-used-price-label-final-price' (do not modify this line) */
/* Modified by swbarnes on 05/21/18 11:57 AM CDT */
.vlp .inventoryList .item.inv-type-used .pricing .final-price .label { text-decoration: none; font-weight: bold; font-size: 20px; color: #070808; }
/* End 'vlp-used-price-label-final-price' (do not modify this line) */

/* Start 'vdp-used-price-label-final-price' (do not modify this line) */
/* Modified by swbarnes on 05/21/18 11:58 AM CDT */
.vdp .inv-type-used.pricing .final-price .label { text-decoration: none; font-weight: bold; font-size: 20px; color: #060606; }
/* End 'vdp-used-price-label-final-price' (do not modify this line) */

/* ddcsamp M-00524111 */
.index .inventory-search-form .btn.ui-button-submit {position: relative; top: -51px; height: 37px;}

/* ddcrandyh 05059178 */
.customFormStyles {
  & .form-horizontal .form-group label { text-align: left; }
  & .alert-info {
     background-color: transparent;
     border-color: transparent;
    color: var(--form-label-color);
     padding: 0px; 
     margin: -15px 0px 15px 0px; 
  }
  & .alert-info .ddc-icon { display: none; }
  & h1 { font-size: 13px !important; font-weight: normal; margin: 0px; text-transform: unset; }
  & .alert-content {
    margin-left: calc(33.33333% + 30px);
    width: calc(66.66667% - 30px);
  }
}
