
.navisteps-bar {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.navisteps-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
}

    .navisteps-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .navisteps-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.navisteps-item:first-child .navisteps-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.navisteps-item:last-child .navisteps-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.navisteps-item.active .navisteps-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.navisteps-item.disabled .navisteps-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

#naviStepsBar {
    background-color: white;
}

    #naviStepsBar ul.navisteps-bar li:not(:first-child):not(:last-child) .icon:before {
        background-color: #cccccc;
        content: " ";
        display: block;
        height: 2px;
        position: relative;
        top: 1em;
        width: 100%;
        margin-top: 2px;
    }

    #naviStepsBar ul.navisteps-bar li:first-child .icon:before {
        background-color: #cccccc;
        content: " ";
        display: block;
        height: 2px;
        position: relative;
        top: 1em;
        left: 50%;
        width: 50%;
        margin-top: 2px;
        z-index: 1;
    }

    #naviStepsBar ul.navisteps-bar li:last-child .icon:before {
        background-color: #cccccc;
        content: " ";
        display: block;
        height: 2px;
        position: relative;
        top: 1em;
        width: 50%;
        margin-top: 2px;
    }

    #naviStepsBar a {
        /*margin: 0;*/
        padding: 0;
        background-color: white;
    }

    #naviStepsBar ul.navisteps-bar li .icon:after {
        right: 0;
    }

    #naviStepsBar li i {
        position: relative;
        background-color: white;
        z-index: 10;
        color: inherit;
        color: #007bff;
    }

    #naviStepsBar a:hover {
        text-decoration: none;
    }

    #naviStepsBar nav#steps {
        /*overflow-x: auto;
        overflow-y: hidden;*/
    }

    #naviStepsBar .font-weight-bold {
        font-weight: 400 !important;
    }

    #naviStepsBar .stepName {
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual;
    }

    #naviStepsBar .disabled {
        cursor: not-allowed;
    }
