#creditApp-step5-ns {
  /**
 * shared credit app styles
 *  
 * Table of Contents
 * -----------------
 *
 * SETTINGS................. global variables, mixins, etc
 * PAGE SETUP............... credit app form element and top title bar/legend
 * FORM COMPONENTS.......... boostrap override of form components and elements
 * FORM PROGRESS BAR........ all styling for the right side progress
 * PHONE BLOCK.............. all styling for the phone blocks (PERF 2759)
 * BOX, ADD/REMOVE BTN...... all styling for boxes and add/remove buttons
 * REMOVE MODAL............. message that displays before a box and it's content is removed 
 *
*/
  /*------------------------------------*\
    SETTINGS
\*------------------------------------*/
}
#creditApp-step5-ns #content {
  min-height: 800px;
  padding: 35px 25px 0;
  /*------------------------------------*\
    PAGE SETUP
\*------------------------------------*/
  /*------------------------------------*\
    FORM COMPONENTS
\*------------------------------------*/
  /*------------------------------------*\
    #FORM PROGRESS BAR
\*------------------------------------*/
  /*------------------------------------*\
    .PHONE BLOCK
\*------------------------------------*/
  /*------------------------------------*\
    .BOX, ADD/REMOVE BTN
\*------------------------------------*/
  /*------------------------------------*\
    #REMOVE MODAL
\*------------------------------------*/
}
#creditApp-step5-ns #content #titleWrapper {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px;
}
#creditApp-step5-ns #content #titleWrapper #title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
#creditApp-step5-ns #content #titleWrapper #legend {
  margin-left: 30px;
  margin-top: 5px;
}
#creditApp-step5-ns #content #titleWrapper .red-text {
  color: #D0021B;
  font-size: 14px;
}
#creditApp-step5-ns #content #CreditAppStepsPost {
  margin: 0 auto;
  width: 93.75%;
}
#creditApp-step5-ns #content #CreditAppStepsPost .form-control {
  height: 26px;
}
#creditApp-step5-ns #content #CreditAppStepsPost select.form-control {
  padding: 0 2px;
}
#creditApp-step5-ns #content #CreditAppStepsPost input[type="radio"],
#creditApp-step5-ns #content #CreditAppStepsPost input[type="checkbox"] {
  visibility: hidden;
}
#creditApp-step5-ns #content #CreditAppStepsPost .icheckbox_minimal-blue:focus-visible,
#creditApp-step5-ns #content #CreditAppStepsPost .iradio_minimal-blue:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}
#creditApp-step5-ns #content .section-title {
  font-size: 17px;
  font-weight: bold;
  margin-left: -20px;
  margin-bottom: 5px;
}
#creditApp-step5-ns #content #submit.disabled {
  pointer-events: auto;
}
#creditApp-step5-ns #content hr {
  border-color: #cfcfcf;
}
#creditApp-step5-ns #content #formProgress {
  position: relative;
}
#creditApp-step5-ns #content #progressWrapper {
  background-color: whitesmoke;
  border: 1px solid #cfcfcf;
  padding: 1em;
  width: 316.656px;
}
#creditApp-step5-ns #content #progressWrapper.affix {
  position: fixed !important;
  top: 5px;
}
#creditApp-step5-ns #content #progressTop {
  border-bottom: 1px dotted #CFCFCF;
  padding-bottom: 1em;
  margin-bottom: 10px;
}
#creditApp-step5-ns #content #progressTop #progressBar {
  background-color: lightgray;
  border: 1px solid darkgray;
  height: 30px;
  margin-bottom: 10px;
  width: 100;
}
#creditApp-step5-ns #content #progressTop #actualProgress {
  background-color: #0084eb;
  height: 30px;
  margin-left: -1px;
  margin-top: -1px;
  width: 0%;
  transition: all 0.4s ease;
}
#creditApp-step5-ns #content #progressTop #progressTitle {
  font-size: 16px;
  text-align: center;
}
#creditApp-step5-ns #content #progressTop #percent {
  font-weight: bold;
  padding: 0 2px;
}
#creditApp-step5-ns #content #progressSteps {
  border-bottom: 1px dotted #CFCFCF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#creditApp-step5-ns #content ul#progressDetailed {
  padding-left: 0;
  list-style: none;
}
#creditApp-step5-ns #content ul#progressDetailed li.progress-section-title {
  margin: 8px 0;
  position: relative;
}
#creditApp-step5-ns #content ul#progressDetailed li.progress-section-title:before {
  border-left: 1px solid #CACACA;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 11px;
}
#creditApp-step5-ns #content ul#progressDetailed li.progress-section-title:not(.current) {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#creditApp-step5-ns #content ul#progressDetailed li.progress-section-title:last-child:before {
  border-left: none;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-title.prev {
  cursor: pointer;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-title.prev:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-title.prev:hover .section-name {
  color: #0076D1;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-info:before,
#creditApp-step5-ns #content ul#progressDetailed .progress-section-info:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-info:after {
  clear: both;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-info .section-number {
  background-color: white;
  border: 2px solid gray;
  border-radius: 50%;
  float: left;
  font-size: 17px;
  font-weight: bold;
  height: 30px;
  line-height: 27px;
  min-height: 1px;
  position: relative;
  text-align: center;
  width: 30px;
}
#creditApp-step5-ns #content ul#progressDetailed .progress-section-info .section-name {
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  min-height: 1px;
  padding-left: 15px;
  position: relative;
  width: 241.656px;
}
#creditApp-step5-ns #content ul#progressDetailed ul.section-data {
  list-style: none;
  margin-left: 17px;
  padding: 0 2em;
}
#creditApp-step5-ns #content ul#progressDetailed .section-data li {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  position: relative;
}
#creditApp-step5-ns #content ul#progressDetailed .section-data li:before {
  content: "";
  left: -20px;
  position: absolute;
  vertical-align: top;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
#creditApp-step5-ns #content ul#progressDetailed .section-data li.error:before {
  color: #c10019;
  content: '\f057';
}
#creditApp-step5-ns #content ul#progressDetailed .section-data li.success:before {
  color: #8CD05C;
  content: '\f058';
}
#creditApp-step5-ns #content ul#progressDetailed .section-data li.required:after {
  color: #D0021B;
  content: '*';
  font-size: 16px;
  padding-left: 5px;
}
#creditApp-step5-ns #content #progressButtons .alert {
  margin: 10px 0;
  padding: 10px;
  border-radius: 2px;
  background-clip: padding-box;
}
#creditApp-step5-ns #content #progressButtons .alert .fa {
  margin-right: 3px;
}
#creditApp-step5-ns #content #submit.disabled {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#creditApp-step5-ns #content #submit .fa-chevron-right {
  font-size: 15px;
  padding-left: 10px;
}
#creditApp-step5-ns #content #toggleHidden {
  cursor: pointer;
  background-color: white;
  border: 1px solid gray;
  padding: 7px;
  position: relative;
  text-align: center;
}
#creditApp-step5-ns #content #toggleHidden .toggle {
  background-color: #757575;
  border-radius: 50%;
  color: #FFF;
  cursor: pointer;
  float: left;
  height: 1.5em;
  width: 1.5em;
}
#creditApp-step5-ns #content #toggleHidden .toggle:before,
#creditApp-step5-ns #content #toggleHidden .toggle:after {
  background-color: #FFF;
  content: "";
  position: absolute;
}
#creditApp-step5-ns #content #toggleHidden .toggle:before {
  height: 1px;
  left: 11px;
  top: 16px;
  width: 13px;
}
#creditApp-step5-ns #content #toggleHidden .toggle:after {
  height: 12px;
  left: 17px;
  top: 11px;
  transition: all .4s;
  width: 1px;
}
#creditApp-step5-ns #content #toggleHidden:after {
  margin-left: -20px;
}
#creditApp-step5-ns #content #toggleHidden.collapsed:after {
  content: 'Show More';
}
#creditApp-step5-ns #content #toggleHidden.expanded:after {
  content: 'Show Less';
}
#creditApp-step5-ns #content #toggleHidden.expanded .toggle:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#creditApp-step5-ns #content .form-group.has-error + .phone-block .form-control,
#creditApp-step5-ns #content .form-group.has-error + .ssn-block .form-control {
  border-color: #a94442;
  background-color: #f2dede;
  color: #a94442;
}
#creditApp-step5-ns #content .form-group.phone-input,
#creditApp-step5-ns #content .form-group.ssn-input {
  margin-bottom: 0;
}
#creditApp-step5-ns #content .phone-number,
#creditApp-step5-ns #content .ssn {
  border: none;
  height: 0 !important;
  padding: 0 !important;
  width: 0;
}
#creditApp-step5-ns #content .phone-error,
#creditApp-step5-ns #content .ssn-error {
  margin-bottom: 10px;
}
#creditApp-step5-ns #content .phone-error .help-block,
#creditApp-step5-ns #content .ssn-error .help-block {
  color: #a94442;
}
#creditApp-step5-ns #content .phone-block .phone-area,
#creditApp-step5-ns #content .phone-block .phone-prefix {
  display: inline-block;
  padding: 0 5px;
  width: 3em;
}
#creditApp-step5-ns #content .phone-block .phone-suffix {
  display: inline-block;
  padding: 0 5px;
  width: 4em;
}
#creditApp-step5-ns #content .phone-block .phone-ext {
  display: inline-block;
  padding: 0 5px;
  width: 5em;
}
#creditApp-step5-ns #content .phone-block .ext-label {
  margin-left: 10px;
}
#creditApp-step5-ns #content .ssn-block .form-control[maxlength="2"] {
  display: inline-block;
  padding: 0 5px;
  width: 2.5em;
}
#creditApp-step5-ns #content .ssn-block .form-control[maxlength="3"] {
  display: inline-block;
  padding: 0 5px;
  width: 3.5em;
}
#creditApp-step5-ns #content .ssn-block .form-control[maxlength="4"] {
  display: inline-block;
  padding: 0 5px;
  width: 4.5em;
}
#creditApp-step5-ns #content .add-block {
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
}
#creditApp-step5-ns #content .add-block:before {
  float: left;
  margin: 0 5px 0 0;
  font-size: 18px;
  text-decoration: none;
  content: '\f055';
  color: #2e8430;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
#creditApp-step5-ns #content .delete-block {
  cursor: pointer;
  margin-top: 36px;
}
#creditApp-step5-ns #content .delete-block:before {
  float: left;
  margin: -4px 0 0 0;
  font-size: 18px;
  text-decoration: none;
  content: '\f056';
  color: #c42a27;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
#creditApp-step5-ns #content .add-box,
#creditApp-step5-ns #content .remove-box {
  cursor: pointer;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border-radius: 3px;
  background-clip: padding-box;
}
#creditApp-step5-ns #content .add-box:before,
#creditApp-step5-ns #content .remove-box:before {
  float: left;
  margin: 0 10px;
  font-size: 22px;
  text-decoration: none;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
#creditApp-step5-ns #content .add-box {
  background: whitesmoke;
  border: 1px solid #ccc;
  margin: 10px 0;
}
#creditApp-step5-ns #content .add-box:before {
  color: #2e8430;
  content: '\f055';
}
#creditApp-step5-ns #content .remove-box {
  background: #f2dede;
  border: 1px solid #ebccd1;
  margin: 10px 0 0 0;
}
#creditApp-step5-ns #content .remove-box:before {
  color: #c42a27;
  content: '\f056';
}
#creditApp-step5-ns #content .checkbox-wrapper {
  background-color: whitesmoke;
  border: 1px solid #cfcfcf;
  margin: 10px 0;
}
#creditApp-step5-ns #content .checkbox-wrapper .icheckbox_minimal-blue {
  background-color: white;
  margin-right: 5px;
  vertical-align: top;
}
#creditApp-step5-ns #content #removeModal .modal-sm {
  width: 350px;
}
#creditApp-step5-ns #content #removeModal .modal-body {
  padding-bottom: 0;
}
#creditApp-step5-ns #content #removeModal .modal-footer {
  padding: 9px 0 10px;
  margin-top: 20px;
}
#creditApp-step5-ns #content #removeModal .modal-footer .btn + .btn {
  margin-left: 15px;
}
@media screen and (max-height: 590px) {
  #creditApp-step5-ns #content .modal-body {
    overflow-y: visible !important;
    height: auto !important;
    max-height: inherit !important;
  }
}
#creditApp-step5-ns #boxes .box {
  border-top: 1px solid #cfcfcf;
  margin: 20px 0;
  padding: 20px 0 0 0;
}
#creditApp-step5-ns .inline .alert {
  padding: 10px;
}
#creditApp-step5-ns .inline .alert .fa {
  font-size: 16px;
  vertical-align: top;
}
