/*================================================================================
	Item Name: Robust - Responsive Admin Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.has-success .form-control {
    border-color: #00c292;
    box-shadow: none !important;
}

.has-warning .form-control {
    border-color: #fec107;
    box-shadow: none !important;
}

.has-error .form-control {
    border-color: #fb9678;
    box-shadow: none !important;
}

.has-error .form-control {
    border-bottom: 1px solid #fb9678;
}

.has-warning .form-control {
    border-bottom: 1px solid #fec107;
}

.has-success .form-control {
    border-bottom: 1px solid #00c292;
}
    .has-success .form-control:focus ~ label,
    .has-success .form-control:valid ~ label {
        color: #00c292;
    }

.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
    color: #fb9678;
}
.has-success .bar:before,
.has-success .bar:after {
    background: #00c292;
}

.has-error .bar:before,
.has-error .bar:after {
    background: #fb9678;
}



.has-error .form-control span {
     color: #fb9678;
   
}

.help-block {
    color: #fb9678;
}
/*Form-Wizard*/
.wizard-steps {
    display: table;
    width: 100%;
}

    .wizard-steps > li {
        display: table-cell  !important;
        padding: 10px 20px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        background: #265136;
        color: #ffffff;
    }

        .wizard-steps > li span {
            border-radius: 100%;
            border: 1px solid rgba(120, 130, 140, 0.13);
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            padding-top: 9px;
            margin-right: 8px;
            text-align: center;
            color: #ffffff;
        }

        .wizard-steps > li h4 {
            color: #ffffff;
        }

        .wizard-steps > li span {
            color: #ffffff;
            border-color: #ffffff;
        }

.wizard-content {
    padding: 25px;
    border-color: rgba(120, 130, 140, 0.13);
    margin-bottom: 30px;
}

.wizard-steps > li.current,
.wizard-steps > li.done {
    background: #f7a81e;
    color: #ffffff;
}

    .wizard-steps > li.current span,
    .wizard-steps > li.done span {
        border-color: #ffffff;
        color: #ffffff;
    }

    .wizard-steps > li.current h4,
    .wizard-steps > li.done h4 {
        color: #ffffff;
    }

.wizard-steps > li.done {
    background: #00c292;
}

.wizard-steps > li.error {
    background: #fb9678;
}

.wiz-aco .pager {
    margin: 0px;
}

 
.wizard-steps > li {
    display: block;
}

.dropdown .mailbox,
.dropdown .dropdown-tasks {
    left: -94px;
}
@media (max-width: 767px) 
{
    .wizard-steps > li {
        display: block !important;
    }
}
