/* .wizard > .content{
    background-color: transparent;
    margin: 0;
    min-height:100px;
    padding: 0;
}
.wizard > .content > .body{
    padding: 0;
    float: none;
    position: relative;
    width: 100%;
    height: initial;
}
.wizard > .actions > ul > li{
    margin: 0 0 0 0.5rem;
}

.wizard > .content > .body label.error{
    color: #f86a67;
} */

/* ==========================Start bootstrap wizard ===========================*/
/* .bwizard-buttons .previous {
    border: 1px solid #4fb7fe;
    float: left;
    border-radius: 50px;
    padding: 10px 15px;
    list-style: none;
}
.bwizard-buttons .next {
    border: 1px solid #4fb7fe;
    float:right;
    border-radius: 50px;
    padding: 10px 15px;
    list-style: none;
}
.pager{
    padding: 0;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #4fb7fe;
    border-radius: 15px;
}
.pager li:hover{
    cursor: pointer;
}
#rootwizard .pager li{
    display: inline;

}
#rootwizard .nav-pills li .active span{
    color: #fff;;
    background-color: #5aca82 ;
    text-align: center;
    padding: 8px 15px 11px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
#rootwizard .nav-pills li a span {
    background-color: #eee;
    text-align: center;
    padding: 8px 15px 11px;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.nav-item .nav-link.active, .nav-item .nav-link.active:hover, .nav-item .nav-link.active:focus{
    background-color: transparent;
}
#rootwizard .nav-item .active{
    color: #5aca82;
}
.previous.disabled:hover{
    cursor: not-allowed;
}
#rootwizard .nav-link{
    padding: 0.5rem 1rem 0.5rem 0;
}
.has-error label, .has-error span, .has-error small {
    color: #ff6666 !important;
}
.has-error span.custom_control_description_color,.has-success .custom_control_description_color{
    color:#525252 !important;
}
.help-block {
    font-size: 14px !important;
    display: block;
}
@media (max-width:640px){
    .wizard .steps li{
        width: 100% !important;
    }
} */
/* ==========================end of bootstrap wizard ===========================*/