
  .wizard-steps-panel {
    position: relative;
    height: 4em;
	direction:ltr;
  }

  .wizard-steps-panel .step-number{
    display: inline-block;
    text-align: center;
    font-size: 26px;
    position: relative;
  }

  .wizard-steps-panel .step-number .number{
    width: 1.7em;
    height: 1.7em;
    background-color: #dedede;
    color: #5a5a5a;
    margin-left: calc(50% - 1.7em / 2 );
    border: 4px solid #dedede;
    border-radius: 1.7em;
  }

  .wizard-steps-panel .step-number.doing .number,
  .wizard-steps-panel .step-number.doing .number:after,
  .wizard-steps-panel .step-number.doing .number:before {
    background-color: #FF5454;
    border: 4px solid #FF5454;
    color: white;
  }

  .wizard-steps-panel .step-number.done .number,
  .wizard-steps-panel .step-number.done .number:after,
  .wizard-steps-panel .step-number.done .number:before {
    background-color: #79C447;
    border: 4px solid #79C447;
    color: white;
  }

  .wizard-steps-panel .step-number .number:before {
    content: ' ';
    position: absolute;
    border: 4px solid #dedede;
    border-radius: 4px;
    left: -4px;
    right: calc( 50% + 1.4em/2 );
    top: calc( 1.4em / 2 );
  }

  .wizard-steps-panel .step-number .number:after  {
    content: ' ';
    position: absolute;
    border: 4px solid #dedede;
    border-radius: 4px;
    left: calc( 50% + 1.4em/2 );
    right: -4px;
    top: calc( 1.4em / 2 );
  }

  .wizard-steps-panel.steps-quantity-1 .step-number {
    width: 99%;
  }

  .wizard-steps-panel.steps-quantity-2 .step-number {
    width: 49%;
  }

  .wizard-steps-panel.steps-quantity-3 .step-number {
    width: 32%;
  }

  .wizard-steps-panel.steps-quantity-4 .step-number {
    width: 24%;
  }

  .wizard-steps-panel.steps-quantity-5 .step-number {
    width: 19%;
  }

  .wizard-steps-panel.steps-quantity-6 .step-number {
    width: 15%;
  }

  .modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000000;
}

.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}

.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}



.modal-dialog {
    margin: 30px auto;
    width: 600px;
}
.modal-dialog {
    position: relative;
}
  
 .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.modal-body {
    padding: 15px;
    position: relative;
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 15px;
}

.modal-header .close {
    margin-top: -2px;
}
button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close {
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
button.close {
    cursor: pointer;
}


.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    content: " ";
    display: table;
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 2px;
    text-align: right;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.emailAddPopup {
    font: 22px;
    float: none;
    width: 70%;
    display: block;
    border: none;
    padding: 12px 10px;
    margin: 0 auto 10px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    text-align: left;
}



.textPopup {
    font: 22px;
    float: none;
    width: 70%;
    display: block;
    border: none;
    padding: 10px 8px;
    margin: 0 auto 10px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    color: #000000;
    border-radius: 2px;
    text-align: right;
}


 .button-orange {
    background-color: #fdb645;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 20px auto 5px;
    max-width: 250px;
    padding: 16px 0;
    text-decoration: none;
    width: 100%;
	border:0px;
}



.button-orange:hover {
    background-color: #fec756;
}
 .button-finish{
    background-color:#fff;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 20px auto 5px;
    max-width: 400px;
    padding: 16px 0;
    text-decoration: none;
    width: 100%;
	border:0px;
}
.popup-12-step-guide input[type="submit"] {
    border: 0 none;
}



.popup-close {
    text-decoration: underline;
    color: #CCCCCC;
    font-size: .7em;
    width: auto;
    float: none;
    padding: 0;
}