
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0; font-family: "Merriweather", Arial, sans-serif;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #ffffff; top: 45px; left: 50%; margin-top: -20px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 20px; height: 20px; background: #808080; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
*/
/* complete */
.bs-wizard > .bs-wizard-step.complete > .progress {position: relative; border-radius: 0px; height: 6px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:0px; box-shadow: none; background: #002d62;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot {position: absolute; width: 40px; height: 40px; display: block; background: #ffffff; top: 45px; left: 50%; margin-top: -25px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after {content: ' '; width: 30px; height: 30px; background-color: #002d62; border-radius: 50px; position: absolute; top: 5px; left: 5px; background-image:url("tick.png"); background-repeat: no-repeat; background-position: center; } 

/* active 
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
*/
.bs-wizard > .bs-wizard-step.active > .progress {position: relative; border-radius: 0px; height: 6px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:0px; box-shadow: none; background: #932f54;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:100%;}

.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #932f54; top: 45px; left: 50%; margin-top: -20px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {content: ' '; width: 20px; height: 20px; background: #ffffff; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 

/* disabled */
.bs-wizard > .bs-wizard-step.disabled > .progress {position: relative; border-radius: 0px; height: 6px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step.disabled > .progress > .progress-bar {width:0px; box-shadow: none; background:gray;}
.bs-wizard > .bs-wizard-step.disabled > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #808080; top: 45px; left: 50%; margin-top: -20px; margin-left: -15px; border-radius: 50%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {content: ' '; width: 20px; height: 20px; background: #ffffff; border-radius: 50px; position: absolute; top: 5px; left: 5px; } 
 


.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 0%; width: 100%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/