.multiStepFormBizForm .phone {
    background: #fff;
    padding: 6px 12px;
    background-image: none;
}

.multiStepFormBizForm .country {
    float: left;
    width:23%;
    text-align: left;
    margin-top: 5px;
    padding-left: 5px;
}

.multiStepFormBizForm h2.title {
    text-align: center;
}

.multiStepFormBizForm small {
    margin-left: 22%;
    margin-bottom: 5px;
}

.multiStepFormBizForm .col-md-6.dotsRight {
    padding-left: 40px;
}

.multiStepFormBizForm fieldset.form-horizontal.blue {
    min-height: 430px;
}

.dotsRight {
    border-right: none;
    min-height: 200px;
  }

@media only screen and (min-width: 992px) {
.dotsRight {
    border-right: 3px dotted #dadada;
    min-height: 200px;
}
}

.multiStepFormBizForm .third .col-md-6.dotsRight {
    padding-left: 40px;
    padding-top: 40px;
    min-height: 355px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    padding: 0px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    clear:both;
}
#progressbar li {
	list-style-type: none;
	color: #777;
	font-size: 9px;
	width: 33%;
	float: left;
	position: relative;
    text-align: center;
}
#progressbar li:before {
    content: '';
    counter-increment: step;
    width: 0px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    color: #333;
    background: white;
    border-radius: 0px;
    margin: 0 auto 5px auto;
    text-align: center;
    border: 1px solid #ccc;
    padding:10px;
    transition: background-color 0.8s ease;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ccc;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before{
	background: #02306b;
	color: white;
}
  
  #progressbar li.active:after{
    background:#ccc;
    color:white;
    }
  
#progressbar li.past:before, #progressbar li.past:after {
    background:#ccc;
    }


  .hide {
    display:none;
    }
  .error {
    font-size: 11px!important;
    line-height: 0;
    padding-left: 3px;
    color: red !important;
    position: relative !important;
    right: 0px !important;
    }

/*.next1 label:before {
    content: "Next";
    font-size: 20px;
    text-shadow: none;
    position: absolute;
    left: 19%;
    bottom: 17%;
}*/

.buttonContainer{
    width: 50%;
    float: left;
  }

fieldset .col-sm-6 {
    padding-left: 15px;
}

.multiStepFormBizForm .EditingFormErrorLabel{
  line-height:1;
  }

.accountLightbox a, .accountLightbox p {
    text-align: center;
}

.loadingImageContainer {
    display: none;
}

    .sfAccount {
        padding: 10px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
  cursor: pointer;
    }

    a.companyNotListed {
        text-align: center;
        /* margin-left: 30%; */
        bottom: 25px;
        position: absolute;
        left: 33%;
    }

    .sfAccountsLightbox-bg {
        background: rgba(0,0,0,.75);
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .sfAccountsLightbox {
        position: fixed;
        background: #fff;
        top: 25%;
        left: 35%;
        z-index: 1000;
        width: 500px;
        height: 50%;
        min-height: 515px;
        padding: 8px;
    }

   .next2AccessForm input {
    visibility: hidden;
}

    .sfAccountsLightbox .lightbox-inner {
    height: 80%;
}

   .sfAccountsContainer {
    height: 75%;
    overflow: overlay;
}


.lightboxClose {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
}
.multiStepFormBizForm .ms-drop ul > li {
    clear: both;
}
.multiStepFormBizForm label {
    float: left;
    width: 23%;
    text-align: left;
    margin-top: 5px;
}

/*# Next/Previous Labels */
.next1 label, .next2 label, .next2AccessForm label {
padding: 10px 20px;
background: #02306b;
color: #fff;
border: 1px solid #02306b;
border-radius: 0;
font-weight: 100!important;
text-shadow: 0 0 0!important; 
width: 140px;
text-align: center!important;
} 
.next1 input, .next2 input, next2AccessForm input {
visibility:hidden;
} 
.next1Label, .next2Label {
display:none;
}
.next1 label:before, .next2 label:before, .next2AccessForm label:before {
content: '';
font-size: 20px;
text-shadow: none; 
} 
.previous2 input, .previous3 input {
visibility:hidden;
} 
.previous2Label, .previous3Label {
display:none;
}
.previous2 label:before, .previous3 label:before{
content:'';
font-size: 20px;
margin-left: 10px;
text-shadow:none;
}
.firstNext {
width: 30%;
margin-left: 30%;
margin-top: 25%;
}
.secondNext {
width: 31%;
margin-left: 30%;
margin-top: -5%;
clear: both;
}
.secondPrevious, .thirdPrevious {
width: 100%;
margin-left: 30%;
margin-top: 20%;
}
.previous2 label, .previous3 label {
padding: 10px 20px;
background: #02306b;
color: #fff;
border: 1px solid #02306b;
border-radius: 0;
font-weight: 100!important;
text-shadow: 0 0 0!important; 
width: 140px;
text-align: center;
}

/*# Submit Button */
.secondSubmit {
margin-left: 30%;
}
.multiStepFormBizForm input[type="submit"]{
padding: 10px 20px;
background: #02306b;
color: #fff;
border: 1px solid #02306b;
border-radius: 0;
text-shadow: 0 0 0!important;
font-size: 20px;
width: 140px;
clear: both;
display: block;
text-align: center;
margin-left: 20px;
font-weight: 100!important;
}

@media only screen and (max-width: 768px) {
    .thumbnail-size {
      width:100px;
      height:100px;
  }
  .hide-on-mobile {
    display:none;
  }
}

#BindSfAccountsbtn {
        display: none !important;
    }


.multiselect .ms-select-all{
  display: none;
}