.steps-indicator {
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    height: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.steps-indicator:before {
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    content: '';
    right: 0px;
    left: 0px;
}

    /*.steps-indicator.steps-2:before {
  right: calc(25%);
  left: calc(25%);
}

.steps-indicator.steps-3:before {
  right: 0px;
  left: 0px;
}

.steps-indicator.steps-4:before {
  right: calc(12.5%);
  left: calc(12.5%);
}

.steps-indicator.steps-5:before {
  right: calc(10%);
  left: calc(10%);
}

.steps-indicator.steps-6:before {
  right: calc(8.333333333333334%);
  left: calc(8.333333333333334%);
}

.steps-indicator.steps-7:before {
  right: calc(7.142857142857143%);
  left: calc(7.142857142857143%);
}

.steps-indicator.steps-8:before {
  right: calc(6.25%);
  left: calc(6.25%);
}

.steps-indicator.steps-9:before {
  right: calc(5.555555555555555%);
  left: calc(5.555555555555555%);
}

.steps-indicator.steps-10:before {
  right: calc(5%);
  left: calc(5%);
}*/

.steps-indicator * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.steps-indicator li {
    position: relative;
    float: left;
    padding: 0;
    padding-top: 10px;
    margin: 0;
    line-height: 15px;
    text-align: center;
}

.steps-indicator li a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 6pt;
    transition: 0.5s;
}

@media (min-width: 768px) {
    .steps-indicator li a {
        color: #808080;
        font-size: 8pt;
    }
}

@media (min-width: 992px) {
    .steps-indicator li a {
        color: #808080;
        font-size: 9pt;
    }
}

@media (min-width: 1200px) {
    .steps-indicator li a {
        color: #808080;
        font-size: 10pt;
    }
}


/*.steps-indicator li a:before {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 14px;
    height: 14px;
    background-color: #e6e6e6;
    border-radius: 100%;
    content: '';
    transition: 0.5s;
}*/

.steps-indicator li a:hover {
    color: #4d4d4d;
}

.steps-indicator.steps-1 li {
    width: 100%;
}

.steps-indicator.steps-2 li {
    width: 50%;
}

.steps-indicator.steps-3 li {
    width: 33.3%;
}

.steps-indicator.steps-4 li {
    width: 25%;
}

.steps-indicator.steps-5 li {
    width: 20%;
}

.steps-indicator.steps-6 li {
    width: 16.6%;
}

.steps-indicator.steps-7 li {
    width: 14.2%;
}

.steps-indicator.steps-8 li {
    width: 12.5%;
}

.steps-indicator.steps-9 li {
    width: 11.1%;
}

.steps-indicator.steps-10 li {
    width: 10%;
}

.steps-indicator.steps-11 li {
    width: 9.1%;
}

.steps-indicator li.default {
    pointer-events: none;
}

.steps-indicator li.default a:hover {
    color: #3274eb;
}

.steps-indicator li.current,
.steps-indicator li.editing {
    pointer-events: none;
}

.steps-indicator li.current a:before {
    background-color: #3274eb;
}

.steps-indicator li.done a:before {
    background-color: #339933;
}

.steps-indicator li.editing a:before {
    background-color: #3274eb;
}

/*.steps-indicator li.error a:before {
    background-color: #ff0000;
}*/

.new-step-indicator {
    display:inline-block;
    position:relative;
    top: -16px;
    width: 14px;
    height: 14px;
    background-color: #e6e6e6;
    border-radius: 100%;
}

/*.steps-indicator .default {
    pointer-events: none;
}*/

.new-step-indicator .default {
    color: #3274eb;
}

/*.steps-indicator .current,
.steps-indicator .editing {
    pointer-events: none;
}*/

.new-step-indicator .current {
    background-color: #3274eb;
}

.new-step-indicator .done  {
    background-color: #339933;
}

.new-step-indicator .editing {
    background-color: #3274eb;
}



.nsiDefault {
    color: #3274eb;
}

/*.steps-indicator .current,
.steps-indicator .editing {
    pointer-events: none;
}*/

.nsiCurrent {
    background-color: #3274eb;
}

.nsiDone  {
    background-color: #339933;
}

.nsiEditing {
    background-color: #3274eb;
}
