
.sw-theme-dots {
}
.sw-theme-dots .sw-container {
    min-height: 300px;
}
.sw-theme-dots .step-content {
    padding: 10px 0;
    border: none;
    background-color: #FFF;
    text-align: left;
}
.sw-theme-dots .sw-toolbar {
    background: #fff;
    border-radius: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0 !important;
}
.sw-theme-dots .sw-toolbar .mr-2 {
    margin: 0 !important;
    padding-right: 5%;
}
.sw-theme-dots .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}
.sw-theme-dots .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important;
}
.sw-theme-dots > ul.step-anchor {
    position: relative;
    background: #fff;
    border: 0px solid #ccc !important;
    list-style: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}
.sw-theme-dots > ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 50px;
    left: 15%;
    bottom: 0;
    width: 70%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 95;
}
.sw-theme-dots > ul.step-anchor > li {
    border: none;
    width: 33%;
}
#app-process .btn-toolbar .sw-btn-prev,
#app-process .btn-toolbar .sw-btn-prev:hover,
#app-process .btn-toolbar .sw-btn-prev:focus{
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    background: #01c59f;
    padding: 6px 25px;
}
#app-process .btn-toolbar .sw-btn-next,
#app-process .btn-toolbar .sw-btn-next:hover,
#app-process .btn-toolbar .sw-btn-next:focus{
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    font-size: 16px;
    background: #01c59f;
    padding: 6px 25px;
}
/*.nav-tabs .nav-item:last-child.active a{
    color: #5cb85c;
}
.sw-theme-dots > ul.step-anchor .nav-item:last-child.active a:after {
    background: #5cb85c;
}*/
#app-process .btn-toolbar .sw-btn-next.disabled, #app-process .btn-toolbar .sw-btn-prev{
    display: none;
}
.btn-toolbar .sw-btn-prev{
    display: block;
}
/* Anchors styles */
.sw-theme-dots > ul.step-anchor > li > a {
    position: relative;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border: none;
    color: #2d2d2d;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    padding-left: 0;
    padding-right: 0;
    display: block;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
    content: ' ';
    position: absolute;
    bottom: -5px;
    left: 40%;
    margin-top: 10px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    background: #f5f5f5;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98;
}
.sw-theme-dots > ul.step-anchor > li > a:after {
    content: ' ';
    position: relative;
    left: 44.5%;
    bottom: -5px;
    margin-top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 99;
}
.sw-theme-dots > ul.step-anchor > li > a:hover {
    color: #2d2d2d;
    background: transparent;
}
.sw-theme-dots > ul.step-anchor > li > a:focus {
    color: #2d2d2d;
    border: none;
}
.sw-theme-dots > ul.step-anchor > li.clickable > a:hover {
    color: #999;
}
.sw-theme-dots > ul.step-anchor > li:first-child.active > a:after {
    background: #253169;
}
.sw-theme-dots > ul.step-anchor > li:first-child.active > a:before {
    background: #374a9e;
}
/* Active anchors */
.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #253169;
}
.sw-theme-dots > ul.step-anchor > li.active > a:before {
    background: #374a9e;
}
/* Done anchors */
.sw-theme-dots > ul.step-anchor > li.done > a:after {
    background: #253169;
}
.sw-theme-dots > ul.step-anchor > li.done > a:before {
    background: #374a9e;
}
/* Danger anchors */
.sw-theme-dots > ul.step-anchor > li.danger > a {
    color: #d9534f;
}
.sw-theme-dots > ul.step-anchor > li.danger > a:after {
    background: #d9534f;
}
.sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
}
.sw-theme-dots > ul.step-anchor > li.disabled > a:after {
    background: #eee;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-dots > ul.step-anchor:before {
        top: 0;
        bottom: 0;
        left: 10px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px;
    }
    .sw-theme-dots > ul.step-anchor > li {
        margin-left: 20px;
        display: block;
        clear: both;
    }
    .sw-theme-dots > ul.step-anchor > li > a {
        text-align: left;
        margin-left: 0;
        display: block;
    }
    .sw-theme-dots > ul.step-anchor > li > a:before {
        top: 5px;
        left: -23px;
        margin-right: 10px;
        display: block;
    }
    .sw-theme-dots > ul.step-anchor > li > a:after {
        top: -38px;
        left: -31px;
        margin-right: 10px;
        display: block;
    }
}
