/*!
 * Yii2-formwizard
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Dots */
.sw-theme-material {
    font-family: "Montserrat", sans-serif !important;
    background: #fff;
    min-height: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    /* float: left; */
    /* clear: both; */
    min-width: 96%;
}

.sw-theme-material .formwizard_next,
.sw-theme-material .formwizard_prev,
.sw-theme-material .formwizard_finish {
    font-family: inherit !important;
    background-color: teal;
}

.sw-theme-material .field-heading {
    border-bottom: 1px solid rgb(161, 161, 161);
    margin-bottom: 31px;
    font-size: 1.3em;
}

.sw-theme-material .fields_container .tabular-row {
    margin-top: 10px;
    border-top: 1px solid #c8c8c8;
    padding: 5px;
    width: 80%;
}

.sw-theme-material .step-anchor {
    border: 0px;
    background-color: #f5f5f5;
}

.sw-theme-material .sw-container {
    min-height: 300px;
}

.sw-theme-material .step-content {
    padding: 10px 0;
    border: none;
    background-color: #fff;
    text-align: left;
}

.sw-theme-material ul.step-anchor {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.sw-theme-material ul.step-anchor li {
    float: left;
    display: block;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    display: flex;
}

.sw-theme-material .step-anchor a {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    width: auto;
    padding: 1em 1em;
    text-decoration: none;
    border: 0px;
}

.sw-theme-material ul.step-anchor>li a {
    background: #eee !important;
    color: #aaa !important;
    cursor: default;
    border-radius: 0px !important;
}

.sw-theme-material ul.step-anchor>li.active a {
    background-color: #009688 !important;
    color: #fff !important;
    cursor: default;
    padding: 1em 3em;
}

.sw-theme-material ul.step-anchor li.done a {
    background-color: rgba(92, 184, 92, 0.6);
    color: #fff;
}

.sw-main .tabular-row i.remove-row {
    float: right;
    clear: both;
    color: #d9534f;
    cursor: pointer;
}

.sw-theme-material .sw-container .step-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    overflow-y: auto;
    border: 1px solid #ddd;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    border-top: 0px;
    font-size: 14px;
    color: #555;
    padding: 20px;
}

.sw-theme-material .sw-toolbar {
    padding: 5px;
    border: 1px solid #ddd;
    color: #555;
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
}

.sw-theme-material .sw-toolbar button,
.sw-theme-material .sw-toolbar input {
    border-radius: 0px;
}

.sw-theme-material .step-content h3 {
    font-size: 1.3em;
}

.sw-theme-material .step-content input {
    border-radius: 0px;
}

.sw-theme-material .step-content label {
    font-size: 12px;
    font-weight: normal;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {}