.child-navigation,
table[data-name="hiddenSection"],

.page-header {
    display: none!important;
}
.progress-container {
    padding-bottom: 40px;
    padding-left: 0px;
    background-color:white!important;
    margin-bottom:10px;
}
div[data-name='Step2'],
div[data-name='Step3'],
div[data-name='Step4'],
div[data-name='Step5'],
div[data-name='Step6'],
div[data-name='Step7'],
div[data-name='Step8']  {
    display: none;
}
.validation-summary {
    margin-top: 110px;
}
.save-button {
    margin-right: 10px;
}
.step-menu .fa-warning,
.step-menu .fa-check {
    display: none;
}
@media (max-width: 768px) {
    .progress {
        display: none;
    }
}
.card-title {
    font-size: 24px;
    color: white;
}
/*
.form-action-container-left {
    width: 600px;
}
*/
.step-menu {
  list-style-type:none;
  width:1140px;
  margin:0 auto;
  }
.step-menu li {
    box-sizing: border-box;
    float: left;
    background: #f1f1f1;
    height: 70px;
    text-align: center;
    padding: 10px 5px 15px 40px;
    position: relative;
    margin-left: 10px;
    width: 125px;
    font-size: 13px;
}
.step-menu li::before {

    content: '';
    position: absolute;
    border: 36px solid transparent;
        border-left-color: transparent;
    border-left-color: #fff;
    top: 0px;
    right: -80px;

}
.step-menu li::after {
    content: '';
    position: absolute;
    border: 35px solid transparent;
        border-left-color: transparent;
    border-left-color: #f1f1f1;
    top: 0px;
    right: -70px;
}

.step-menu li:hover::after {
border-left-color: #1F4E79;
}

    .step-menu li:nth-child(1) {
      z-index:900;
      margin-left: 0;
    padding-left: 20px;
      padding-top: 25px;
    }
    .step-menu li:nth-child(2) {
      z-index:800;
       padding-top: 25px;
    }
    .step-menu li:nth-child(3) {
      z-index:700;
      padding-top: 25px;
       padding-left: 50px;
    }
    .step-menu li:nth-child(4) {
      z-index:600;
      padding-top: 25px;
    }
    .step-menu li:nth-child(5) {
      z-index:500;      
       padding-top: 25px;
    }
    .step-menu li:nth-child(6) {
      z-index:400;
      padding-top: 25px;
    }
    .step-menu li:nth-child(7) {
      z-index:300;
     padding-top: 25px;
    }
   .step-menu li:nth-child(8) {
      z-index:200;
    padding-top: 25px;
    }
 /*
    .step-menu li:nth-child(8):after,
    .step-menu li:nth-child(8):before {
      border: none
    }
*/
.step-menu li.current {
  background: #1F4E79;
  color: white;
}
.step-menu li.current:after {
  border-left-color: #1F4E79;
}
.step-menu li.complete {
  background: rgba(51,122,183, 0.4);
  color: white;
}
.step-menu li.complete:after {
  border-left-color: rgba(51,122,183, 0.4);
}
.step-menu li:hover{
     color: white;    
     background: #1F4E79;
     }

.step-menu li.current:hover{
     color: white;
}

.card {
    width: 18rem;
    background-color: #1F4E79;
    padding: 15px;
    border-radius: 25px;
    margin-top: 10px;
    width: 400px!important;
    color: white;
}

table[data-name="underContractSection"] {
    display: none;
}
.cost-col {
    padding: 1rem;
    border: 2px solid #fff;
    color: #000;
    text-align: center;
    float: left;
    width: 50%;
}
.updates-required {
    padding: 30px;
    display: none;
}
.contact-update,
.org-update {
    display: block;
}
.updates-required .btn-info {
    margin-left: 10px;
}

.indent{
    padding-left:20px;
}

.custom-section{
    display: block;
    width: 100%;
    padding: 0;
    font-size: 22.5px;
    margin-left: -30px;
    font-weight: 400;
}
.doc-table{
    margin-left:50px;
}

.col-sm-12{
  padding-left:0px;
}

.add-folder {
    display: none;
}

.required-error{
  background-color: #ffd7d7;
}

.fieldError{
color: #a94442;
}

.ui-dialog
{
	z-index:1000!important;
}

select[readonly]{
    background: #eee;
    cursor:no-drop;
}

select[readonly] option{
    display:none;
}