﻿/*
    NPC CLIENT STYLESEHEET TEMPLATE

    Make a copy of this stylesheet template.
    Use this style sheet when creating stylesheets 
    for next NPC clients. 

*/
.npcImage {
  content: url("../images/cia.png") !important;
  background-repeat: no-repeat;
}

/* Default Custom Components Section */
.inputsection1, .inputsection2, .dropdownsection3 {
  display: none;
}

/* client customization form */
.buttonStyle, .estimatedNetPriceSectionHeader, .estimatedNetPriceSectionHeader-summary, .tab button.active, .tab button.hover, .testOption, #TestOption {
  background-color: #E67505 !important;
}

.modal-content {
  background-color: #F9F9F9 !important;
  border-color: #E67505 !important;
}

.your-net-price {
  color: #E67505 !important;
}

/*****************************/
