/*   
  SmartWizard 2.0 plugin 
  jQuery Wizard control Plugin
  by Dipu
  
  http://www.techlaboratory.net
  http://tech-laboratory.blogspot.com
*/
.swMain {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 0 solid #CCC;
  overflow:visible;
  float:left;
  width: 100%;
}
.swMain .stepContainer {
  display:block;
  position: relative;
  margin: 0;
  padding:2px;    
  border: 0 solid #CCC;
  overflow-x: hidden;
  overflow-y: scroll;
  clear:both;
  min-height: 500px;
  overflow: hidden;
}

/* .swMain .stepContainer div.content {
  display:block;
  position: absolute;  
  float:left;
  margin: 0;
  padding:5px;    
  border: 1px solid #CCC; 
  font: normal 12px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;   
  background-color:#F8F8F8;  
  height:300px;
  text-align:left;
  overflow:visible;    
  z-index:88; 
  -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;
  width:968px;
  clear:both;
} */

.swMain div.actionBar {
  display:block;
  position: relative; 
  clear:both;
  margin:             3px 0px 0 0;
  margin-bottom: 10%;   
  border:             0px solid #CCC;
  padding:            0;    
  color:              #5A5655;   
  /* background-color:   #F8F8F8; */
  height:40px;
  text-align:left;
  overflow:auto;    
  z-index:88; 

  /* -webkit-border-radius: 5px;
  -moz-border-radius  : 5px; */
  left:0;
}

.swMain .stepContainer .StepTitle {
  display:block;
  position: relative;
  margin:0;   
  border:1px solid #E0E0E0;
  padding:5px;   
  font: bold 16px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;   
  background-color:#E0E0E0;
  clear:both;
  text-align:left; 
  z-index:88;
  /* -webkit-border-radius: 5px;
  -moz-border-radius  : 5px;     */
} 
.swMain ul.anchor {
  position: relative;
  display:block;
  float:none;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  clear: both;
  border: 0 solid #CCCCCC;
  background: transparent; /*#EEEEEE */
}
.swMain ul.anchor .lii{ 
  position: relative; 
  display:block;
  margin: 0;
  padding: 0 3px;
  /* padding-right: 0px;
  padding-left: 0px; */
  border: 0 solid #E0E0E0;
  float: left;
  list-style: none; /* hides the bullet */
  width: 20%;
}
.swMain ul.anchor .lii:after{ 
  display: block;
  content: '';
  clear: both;
}
/* Anchor Element Style */
.swMain ul.anchor .lii a {
  display:block;
  position:relative;
  float:left;
  margin: 5px 0 0 0;
  padding:3px;
  padding-left: 0px;
  padding-right: 0px;
  height:30px;
  width:100%;
  text-decoration: none;
  outline-style:none;
  /* -moz-border-radius  : 5px;
  -webkit-border-radius: 5px; */
  z-index:99;
}
.swMain ul.anchor .lii a .stepNumber{
  position:relative;
  float:left;
  width:30px;
  text-align: center;
  padding: 0 5px 5px;
  font: bold 45px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor .lii a .stepDesc{
  position:relative;
  display:block;
  text-align: center;
  padding:0px;
  margin-top: 0%;
  font-size: 13px;
}
.swMain ul.anchor .lii a .stepDesc small{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
.swMain ul.anchor .lii a.selected{
  color:#F8F8F8;
  background: #9bc63e;  /* EA8511 */
  /* border: 1px solid #FFA217; */
  cursor:pointer;
  /* -moz-box-shadow: 5px 5px 8px #888;
  -webkit-box-shadow: 5px 5px 8px #888;
  box-shadow: 5px 5px 8px #888; */
}
.swMain ul.anchor .lii a.selected:hover {
  color:#F8F8F8;  
  background: #9bc63e;  
}

.swMain ul.anchor .lii a.done { 
  position:relative;
  color:#FFF;  
  background: #8CC63F;  
  /* border: 1px solid #8CC63F;    */
  z-index:99;
}
/* .swMain ul.anchor .lii a.done:hover {
  color:#5A5655;  
  background: #8CC63F; 
  border: 1px solid #5A5655;   
} */
.swMain ul.anchor .lii a.disabled {
  color:#9bc63e;  
  background: #e2e1e1;
  /* border: 1px solid #CCC;   */
  cursor:pointer;   
}
.swMain ul.anchor .lii a.disabled:hover {
  color:#9bc63e;  
  background: #F8F8F8;     
}

.swMain ul.anchor .lii a.error {
  color:#6c6c6c !important;  
  background: #f08f75 !important;
  border: 1px solid #fb3500 !important;      
}
.swMain ul.anchor .lii a.error:hover {
  color:#000 !important;       
}

.swMain .buttonSaveLater {
  display:block;
  float:right;
  margin:5px 6px 0 3px;
  padding:6px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  /* width:100px; */
  outline-style:none;
  color: #FFA217;
  background-color: transparent;
  border: 2px solid #FFA217;
  border-radius: 0;
}

.swMain .buttonSaveLater:hover{
  border-color: #FFA217;
  color: #fff;
  background-color: #FFA217;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(253 253 253 / 50%);
}

.swMain .buttonNext {
  display:block;
  float:right;
  margin:5px 0px 0 3px;
  padding:6px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
  outline-style:none;
  background-color: transparent;
  color: #FFA217;
  border: 2px solid #FFA217;
  border-radius: 0;
}
.swMain .buttonNext:hover{
  border-color: #FFA217;
  color: #fff;
  background-color: #FFA217;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(253 253 253 / 50%);
}
.swMain .buttonDisabled {
  color:#F8F8F8  !important;
  background-color: #CCCCCC !important;
  border: 1px solid #CCCCCC  !important;
  cursor:text;    
}
.swMain .buttonPrevious {
  display:block;
  float:right;
  margin:5px 3px 0 3px;
  padding:6px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
 
  outline-style:none;
  color: #FFA217;
  background-color: transparent;
 
  border: 2px solid #FFA217;
  border-radius: 0;
}
.swMain .buttonPrevious:hover{
  border-color: #FFA217;
  color: #fff;
  background-color: #FFA217;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(253 253 253 / 50%);
}
.swMain .buttonFinish {
  display:block;
  float:right;
  margin:5px 0px 0 3px;
  padding:6px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width:100px;
  outline-style:none; 
  color: #FFA217;
  background-color: transparent;
  border: 2px solid #FFA217;
  border-radius: 0;   
}
.swMain .buttonFinish:hover {
  border-color: #FFA217;
  color: #fff;
  background-color: #FFA217;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgb(253 253 253 / 50%);
}

/* Form Styles */

.txtBox {
  border:1px solid #CCCCCC;
  color:#5A5655;
  font:13px Verdana,Arial,Helvetica,sans-serif;
  padding:2px;
  width:430px;
}
.txtBox:focus {
  border:1px solid #EA8511;
}

.swMain .loader {
  position:relative;  
  display:none;
  float:left;  
  margin: 2px 0 0 2px;
  padding:8px 10px 8px 40px;
  border: 1px solid #FFD700; 
  font: bold 13px Verdana, Arial, Helvetica, sans-serif; 
  color:#5A5655;       
  background: #FFF url(../images/loader.gif) no-repeat 5px;  
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:998;
}
.swMain .msgBox {
  position:relative;  
  display:none;
  float:left;
  margin: 4px 0 0 5px;
  padding:5px;
  border: 1px solid #f0f0f0; 
  background-color: #f0f0f0;  
  /* font: normal 12px Verdana, Arial, Helvetica, sans-serif;  */
  color:#9bc63f;         
  -moz-border-radius  : 5px;
  -webkit-border-radius: 5px;
  z-index:999;
  min-width:200px;  
}
.swMain .msgBox .content {
  /* font: normal 12px Verdana,Arial,Helvetica,sans-serif; */
  padding: 0;
  float:left;
}
.swMain .msgBox .close {
  border: 1px solid #CCC;
  border-radius: 3px;
  color: #CCC;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.swMain .msgBox .close:hover{
  color: #EA8511;
  border: 1px solid #EA8511;  
}

#height{
  
  /* height: 484px; */
  padding: 0%;
  margin-top: 10px !important;
}
#innerHeight{
 
  min-height: 484px;
}
#heights{
  
  min-height: 242px;
}
#innerHeights{
  /* margin-right: 15px !important; */
 
  min-height: 242px;
}
.outerRow{
  padding-bottom: 10px;
}
/* .swMain ul.anchor .lii a.selected::after {
  border-left-color: #5bc0de !important;
}
.swMain ul.anchor .lii a.selected::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  margin-top: -50px;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #f8f8f8;
  z-index: 2;
}*/
.wizard-container{
  width: 90% !important;
  padding-left: 4%;
  padding-right: 4%;
}
#linkDecorate{
  color: #8CC63F;
}
.paddingInc{
  padding-left: 8px !important;
  position: relative;
  float:right;
}
.changeWidth{
  width: 100% !important;
  padding-bottom: 5px !important;
}
.marginLeft{
  margin-left: 9% !important;
}
.marginLefttwo{
  margin-left: 10.5% !important;
}
#addpaddking{
  padding-right: 8px !important;
}
#removepadding{
  padding-left: 0px !important;
}
.credit-heading{
  color: #8CC63F;
  font-size: 20px;
}
.colorChange{
  color: #707070;
  font-size: 13px;
}
.colorFontChange{
  color: #707070;
  font-size: 15px;
}
.addpadding{
  padding-left: 20px;
  margin-bottom: 0px;
}
#addpadding-buttom{
  padding-top: 25px !important; 
}
#addpaddind-top{
  padding-top: 5% !important;
}
.arrow{
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 1.5em solid #f0f0f0;
  position: absolute;
  margin-top: -5px;
  margin-left: 0%;
  z-index: 10;
}
.arrow-first{
  border-left: 0em solid #f0f0f0;
}
.arrow-after{
  border-top: 1.25em solid transparent;
  border-bottom: 1.25em solid transparent;
  border-left: 1.5em solid transparent;
  border-right: 109pt solid #f0f0f0;
  position: absolute;
  margin-top: -5px;
  margin-left: 90%;
  z-index: 1000;
  border-bottom-color: #f0f0f0;
  border-top-color: #f0f0f0;
}
.arrow-after-last{
  border-left: 0em solid transparent;
  border-right: 0pt solid #f0f0f0;
}
p{
  padding-top: 3px;
}
.number{
  border-width: thick;
    border-radius: 27px;
    background-color: #bdc2bb;
    color: white;
    /* width: 50%; */
    /* line-height: 1.6; */
    /* padding: 3px; */
    font-size: smaller;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 7px;
    margin-right: 5px;
    margin-left: 4px;
}

.field-row{
  display: flex;
}

.credit_monitoring_url_class{
  display: none;
}

.credit_monitoring_experian_class{
  display: none;
}

.credit_monitoring_experian_heading{
  display: none;
}

/* #manualInquiry{
  padding-bottom: 10.2rem!important;
} */


.need-help-container{
  background-color: #787474;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 3px;
  position: fixed;
  top: 19%;
  right: 0;
  height: auto;
  z-index: 1000;
  margin-top: -24px;
  text-align: center;
  cursor: pointer;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(-180deg);
}

.need-help-container a {
  color: white !important;
  text-decoration: none !important;
}

.document-instructions{
  font-size: 14px;
}
.marginRighttwo{
  margin-right: 10.5% !important;
}

/* #manualInquiry{
  height: 390%;
} */

#credit_monitor_sources_main{
  display: grid;
  /* grid-template-rows: 2em 1fr; */
}

.credit-monitor-sources-div{
  margin-bottom: 5px;
}

#list-view th{
  padding-left: unset !important;
  border: 2px solid lightgrey;
  border:none ;
  border-bottom:2px solid grey;
}
#list-view th:nth-child(4){
  border-bottom:2px solid #014691;
}
#list-view th:nth-child(3){
  border-bottom:2px solid #982a56;
}
#list-view th:nth-child(5){
  border-bottom:2px solid #00a6ca
  ;
}
#list-view td {
  width: 90px;
  padding-left: unset !important;
  /* border: 1px solid lightgrey; */
}
#list-view .dispute-detail{
  font-size: 10px;
  font-weight: bold;
  color: cornflowerblue;
}
.equifax-logo{
  margin-top: 9px;
}
.transunion-logo{
  margin-bottom: 3px;
}
.inquiry-list-content{
  font-size: 13px !important;
}
.inquiry-list-content-date-row{
  font-size: 12px !important;
}
.inquiry-list-content-heading{
  font-size: 14px !important;
}
.table-inquiry-list th{
  padding: 6px !important;
}
/* .inquiry-list-div
{
  margin-top: 20px !important;
  margin-bottom: 50px !important;
  padding: 12px;
} */
/* .inquiry-list-content-date-row-date{
  font-size: 12px !important;
  text-align: end !important;
} */

.inquiries-listview-container{
  /* min-height: 300px;
  overflow: auto;
  height: 300px; */
}

.table-inquiry-list thead tr th {
  background-color: white;
  position: sticky;
  z-index: 100;
  top: 0;
}

.swMain .buttonDummyNext {
  display: block;
  float: right;
  margin: 5px 0px 0 3px;
  padding: 6px;
  text-decoration: none;
  text-align: center;
  font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  width: 100px;
  outline-style: none;
  background-color: transparent;
  color: #FFA217;
  border: 2px solid #FFA217;
  border-radius: 0;
}

.email-incorrect-msg{
  color: red;
  margin-bottom: 0px;
}