
ul.sxx-stepbar {
    list-style: none;
    padding: 0 !important;
    width: 100%;
    margin: 3px 0 0 0 !important;
}

ul.sxx-stepbar:after {
    content: "";
    clear: both;
    display: table;
}

ul.sxx-stepbar li {
    float: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    background-color: #f3f3f3;
    text-align: center;
    color: #c2c2c2;
    position: relative;
    height: 42px; 
    line-height: 42px;
}

ul.sxx-stepbar li:first-child {
    border-left: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

ul.sxx-stepbar li:last-child {
    border-right: 1px solid #ccc;
    border-radius: 0 3px 3px 0;
}

ul.sxx-stepbar li:not(:first-child):after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 10px;
    border-color: #f3f3f3 #f3f3f3 #f3f3f3 #ccc;
    top: 0;
    left: 1px;
    z-index: 2;
}

ul.sxx-stepbar li:not(:first-child):before {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 10px;
    border-color: transparent transparent transparent #f3f3f3;
    top: 0;
    left: 0px;
    z-index: 3;
}

ul.sxx-stepbar li.sxx-stepbar-step-view {
    background-color: white !important;color: #666 !important;
}

    ul.sxx-stepbar li:not(:last-child).sxx-stepbar-step-view:before {
        border-color: transparent transparent transparent white;
    }

    ul.sxx-stepbar li.sxx-stepbar-step-completed + li.sxx-stepbar-step-view:before {
        border-color: transparent transparent transparent #28a745 !important;
    }
    
    ul.sxx-stepbar li.sxx-stepbar-step-completed + li.sxx-stepbar-step-view:after {
        border-color:  white white white #28a745 !important;
    }

    ul.sxx-stepbar.sxx-stepbar-collapsed li.sxx-stepbar-step-view {
        border-bottom: none;
    }

ul.sxx-stepbar li.sxx-stepbar-step-completed {
    background-color: #28a745;
    color: white;
}

    ul.sxx-stepbar li.sxx-stepbar-step-completed + li:before {
        border-color: transparent transparent transparent #28a745;
    }

    ul.sxx-stepbar li.sxx-stepbar-step-view + li:before {
        border-color: transparent transparent transparent white;
    }

    ul.sxx-stepbar li + li.sxx-stepbar-step-completed:after {
        border-color:  #28a745 #28a745 #28a745 #ccc;
    }

ul.sxx-stepbar .sxx-stepbar-step-viewable {
    cursor: pointer;
    color: #17a2b8;
}

.sxx-stepbar-detail-container {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; 
    border-bottom: 1px solid #ccc; 
    border-radius: 0 0 3px 3px;
    background-color: white;
}

ul.sxx-stepbar.sxx-stepbar-collapsed li {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sxx-stepbar-detail-content {
    display:flex;
    flex-wrap: wrap;
}

.sxx-stepbar-detail-container {
    display:none;
}

.sxx-stepbar.sxx-stepbar-collapsed + .sxx-stepbar-detail-container {
    display: inherit;
}

.sxx-stepbar-detail-content {
    display: none;
}

.sxx-stepbar-detail-content.sxx-stepbar-detail-content-view {
    display: flex;
}