
.sw-theme-dots {
}
.sw-theme-dots .sw-container {
    min-height: inherit;
}
.sw-theme-dots .step-content {
    padding: 0px;
    border: none;
    text-align: left;
}
.sw-theme-dots .sw-toolbar {
    background: #fff;
    border-radius: 0 !important;
    padding: 10px 0px 30px;
    margin: 0px;
}
.sw-theme-dots .sw-toolbar .mr-2 {
    margin: 0 !important;
}
.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: #f0eee9;
    border: 0px solid #ccc !important;
    list-style: none;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}
.sw-theme-dots > ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: -20px;
    left: 15%;
    bottom: 0;
    width: 75%;
    height: 5px;
    background-color: #d0cdc6;
    border-radius: 3px;
    z-index: 95;
}
.sw-theme-dots > ul.step-anchor > li {
    border: none;
    width: 25%;
}
.btn-toolbar .sw-btn-prev,
.btn-toolbar .sw-btn-prev:hover,
.btn-toolbar .sw-btn-prev:focus{
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    color: #fff;
    background: #faa516;
    padding: 6px 25px;
}
.btn-toolbar .sw-btn-next,
.btn-toolbar .sw-btn-next:hover,
.btn-toolbar .sw-btn-next:focus{
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    color: #fff;
    font-size: 16px;
    background: #faa516;
    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;
}*/
/*#login-process .btn-toolbar .sw-btn-next.disabled,#login-process .btn-toolbar .sw-btn-prev{
    display: none;
}*/
#login-process .btn-toolbar .sw-btn-next.disabled{
    display: none;
}
.btn-toolbar .sw-btn-prev{
    display: block;
}
.sw-theme-dots > ul.step-anchor > li > a span {
    position: absolute;
    top: -30px;
    left: 51%;
    z-index: 99;
}
/* Anchors styles */
.sw-theme-dots > ul.step-anchor > li > a {
    position: relative;
    text-align: center;
    font-weight: normal;
    background: transparent;
    border: none;
    color: #2d2d2d;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 14px;
    padding-top: 20px;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
    content: ' ';
    position: absolute;
    top: -40px;
    left: 40%;
    margin-top: 0px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    background: #c5c0b3;
    border: none;
    width: 42px;
    height: 42px;
    text-decoration: none;
    z-index: 98;
}
.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:before {
    background: #faa516;
}
/* Active anchors */
.sw-theme-dots > ul.step-anchor > li.active > a:before {
    background: #faa516;
}
/* Done anchors */
.sw-theme-dots > ul.step-anchor > li.done > a:before {
    background: #faa516;
}
/* Danger anchors */
.sw-theme-dots > ul.step-anchor > li.danger > a {
    color: #d9534f;
}
.sw-theme-dots > ul.step-anchor > li.disabled > a, .sw-theme-dots > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
}

