/* SmartWizard Basic CSS */
.sw-main {
    position: relative;
    display: block;
    margin: 0;
    border-radius: .25rem!important;
    width: 100%;
    padding: 30px 15px;
    padding-top: 0;
}

.sw-main .sw-container {
    /* display: inline-block; */
    /* position: relative; */
    /* float: left; */
    /* margin: 0; */
    /* width: 70%; */
    /* padding: 0; */
    /* padding-top: 10px; */
}

.sw-main .step-content {
    display: none;
    position: relative;
    margin: 0;
}

.sw-main .sw-toolbar {
    margin-left: 0;
    overflow: hidden;
}

.sw-main .nav-tabs .nav-link {
    background: #eee;
    font-weight: 600;
    /* font-size: 17px; */
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

ul.step-anchor > li.active > a small{
    font-size: 17px;
}

ul.step-anchor > li.active .nav-link {
    background: #183873;
    border-color: #183873;
}
ul.step-anchor > li.active > a {
    color: #ffffff;
}

ul.step-anchor > li.active > a  small {
    color: #ffffff;
}

ul.step-anchor > li.done .nav-link {
    border-color: #a3d3fa;
    color: #ffffff;
    background-color: #a3d3fa;
}

ul.step-anchor > li.done > a {
    color: #ffffff;
}

ul.step-anchor > li.done > a  small {
    color: #ffffff;
}

/* SmartWizard Theme: White */
.sw-theme-default {
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.sw-theme-default .sw-container {
    min-height: 250px;
}

.sw-theme-default .step-content {
    padding: 10px;
    border: 0px solid #D4D4D4;
    background-color: #FFF;
    text-align: left;
}

.sw-theme-default .sw-toolbar {
    background: #f9f9f9;
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-default .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}

.sw-theme-default .sw-toolbar-bottom {
    border-top-color: #ddd !important;
}

.sw-theme-default > ul.step-anchor > li {
    position: relative;
    margin-right: 2px;
}

.sw-theme-default > ul.step-anchor > li > a, .sw-theme-default > ul.step-anchor > li > a:hover {
    border: none !important;
    color: #bbb;
    text-decoration: none;
    outline-style: none;
    background: transparent !important;
    border: none !important;
    cursor: not-allowed;
}

.sw-theme-default > ul.step-anchor > li.clickable > a:hover {
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li > a::after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transition: all 250ms ease 0s;
    transition: all 250ms ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.sw-theme-default > ul.step-anchor > li.active > a {
    border: none !important;
    color: #4285F4 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.active > a::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.done > a {
    border: none !important;
    color: #000 !important;
    background: transparent !important;
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.done > a::after {
    background: #5cb85c;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.danger > a {
    border: none !important;
    color: #d9534f !important;
    /* background: #d9534f !important; */
    cursor: pointer;
}

.sw-theme-default > ul.step-anchor > li.danger > a::after {
    background: #d9534f;
    border-left-color: #f8d7da;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sw-theme-default > ul.step-anchor > li.disabled > a, .sw-theme-default > ul.step-anchor > li.disabled > a:hover {
    color: #eee !important;
    cursor: not-allowed;
}

.step-anchor {
    /* display: inline; */
    /* float: left; */
    /* width: 30%; */
    /* padding-top: 38px; */
    /* padding-right: 20px; */
    background: none;
    border: none
}

.help-block.with-errors {
    color: #e45141;
}

.form_content {
    border: 1px solid #dcdcdc;
    margin-top: 20px;
    padding: 14px 18px;
    margin-bottom: 20px;
}

.form-group input[type=checkbox]:focus {
    color: #de4030;
}

.form_content .block-title {
    padding-bottom: 10px;
}


.sw-main small {
    /* font-weight: inherit; */
    /* color: #646464; */
    /* font-size: 17px; */
    font-size: 11px;
}

.progress-bar {
    background-color: #183873;
}

.step-anchor .number {
    font-size: 14px;
    background: #fff;
    width: 25px;
    height: 25px;
    color: #183873;
    border-radius: 50%;
    margin-right: 5px;
    padding-top: 1px;
    text-align: center;
    display: inline-block;
}

.btn-toolbar button.btn {
    border-radius: 3px !important;
}

button.btn.btn-alt-info.btn-submit, button.btn.btn-alt-success.btn-save {
    margin-right: 5px;
}

.btn-secondary {
    color: #585858;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    margin-left: 5px !important;
}

.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #585858;
    background-color: #c3c3c3;
    border-color: #c3c3c3;
}

.btn-secondary.active, .btn-secondary.disabled, .btn-secondary:active, .btn-secondary:disabled {
    background-color: #e0e0e0;
    border-color: #d3d7dc;
    color: #585858;
}

button.btn.sw-btn-next {
    color: #ffffff;
    background-color: #fba40b;
    border-color: #fba40b;
}

button.btn.sw-btn-next:hover {
    color: #fffffffa;
    background-color: #f3a51c;
    border-color: #fba40b;
    box-shadow: none;
}



button.btn.btn-danger {
    margin-left: 0px !important;
}

button.btn.btn-danger:hover {
    color: #0965ae;
    background-color: #a3d3fa;
    border-color: #a3d3fa;
}

.sw-btn-group-extra .btn-info {
    color: #0965ae;
    background-color: #a3d3fa;
    border-color: #a3d3fa;
    margin-right: 5px;
    border-radius: 3px !important;
}


/* wizard2 */

.wizard2 ul.step-anchor > li.done .nav-link {
    border-color: #3c3c3b;
    color: #ffffff;
    background-color: #3c3c3b;
}

.wizard2 ul.step-anchor .nav-item.done a:hover {
    background: #183873;
}

.sw-main.wizard2 ul.step-anchor .nav-link {
    border-radius: 0px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

.wizard2 .step-anchor li { position: relative; }
.wizard2 .step-anchor li.done a, .wizard2 .step-anchor li.done a:hover, .wizard2 .step-anchor li.done a:active {
    color: #ffffff;
    background-color: #3c3c3b;
}

.wizard2 .step-anchor li a, .wizard2 .step-anchor li a:hover, .wizard2 .step-anchor li a:active {
    margin: 0;
    text-decoration: none;
    margin-bottom: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wizard2 .step-anchor li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: transparent;
    border-width: 9px 10px;
    border-style: solid;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
    border-color: transparent transparent transparent #183873;
    right: -18px;
    top: 50%;
    margin-top: -10px;
}

.wizard2 .step-anchor li.done a, .wizard2 .step-anchor li.done a:hover, .wizard2 .step-anchor li.done a:active{
    position: relative;
}

.wizard2 .step-anchor li.done a:hover{
    background: #183873;
    color: #fff;
    -moz-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.wizard2 .step-anchor li.done a:hover:before, .wizard2 .step-anchor li.active a:before {
    opacity: 1;
    visibility: visible;
}

.mr-2 {
    margin-right: 5px!important;
}
.mr-2:last-child {
    margin-right: 0px!important;
}

/* wizard3 */
.wizard3 .step-anchor {
    /* padding-left: 10px; */
    background: none;
}
.wizard3 .step-anchor li {
    position: relative;
    border:none;
    display: block;
    float: none;
    padding: 0;
}

.wizard3 .step-anchor li.nav-item.active {
    /* border-left: 2px solid #183873; */
}
.wizard3 .step-anchor li.nav-item.done {
    /* border-left: 2px solid #183873; */
}

.wizard3 .step-anchor li.nav-item.active .form-wizard-step-icon {
    margin-top: 12px;
}
.wizard3 .step-anchor li.nav-item.done .form-wizard-step-icon {
    margin-top: 12px;
}

.sw-main.wizard3 ul.step-anchor .nav-link {
    border-radius: 0px;
    padding: 10px 14px;
    margin-bottom: 0;
    border: none;
    background: #fff;
}

.sw-main.wizard3 ul.step-anchor .nav-link:hover{
    background: #e8e8e8;
    cursor: pointer;
}

.sw-main.wizard3 ul.step-anchor > li.active > a small {
    color: #000000;
}

.sw-main.wizard3 ul.step-anchor > li.active .nav-link {
    background: none;
    /* color: #3c3c3b; */
}

.sw-main.wizard3 small {
    /* color: #ccc; */
}

.sw-main.wizard3 .form-wizard-step-icon {
    background: #ccc;
    width: 18px;
    height: 18px;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    margin-top: 14px;
    display: none;
}

.sw-main.wizard3 ul.step-anchor > li.active .nav-link {
    background: #fba40b;
    color: #ffffff;
}

.wizard3 .nav-tabs .nav-item.done .form-wizard-step-icon{
    background: #183873;
}

.wizard3 .nav-tabs .nav-item.active .form-wizard-step-icon{
    background: #183873;
}

.sw-main.wizard3 .nav-tabs .nav-item.done small {
    color: #183873;
}

.sw-main.wizard3 .nav-tabs .nav-item.active {
    /* color: #183873; */
}

.sw-main.wizard3 .nav-tabs .nav-item.active .nav-link{
    /* color: #183873; */
}
.sw-main.wizard3 .nav-tabs .nav-item.active .nav-link small{
    color: #183873;
}
.sw-main.wizard3 ul.step-anchor .nav-item.done .nav-link {
    color: #ffffff;
    background: #3c3c3b;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-default > .nav-tabs > li {
        float: none !important;
    }
}

/* Common Loader */
.sw-loading::after {
    position: absolute;
    display: block;
    opacity: 1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.7);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 2;
}

.sw-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.has-danger .form-control, .has-danger .md-input, .has-danger label {
    border-color: #d9534f;
    color: #e45141;
}
.help-block.with-errors {
    color: #e45141;
}