.wizard,
.tabcontrol {
    display: block;
    width: 100%;
    overflow: hidden
}

.wizard a,
.tabcontrol a {
    outline: 0
}

.wizard ul,
.tabcontrol ul {
    list-style: none!important;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0
}

.wizard>.steps .current-info,
.tabcontrol>.steps .current-info {
    position: absolute;
    left: -999em
}

.wizard>.content>.title,
.tabcontrol>.content>.title {
    position: absolute;
    left: -999em
}

.wizard>.steps {
    position: relative;
    display: block;
    background-color: #eee;
    border-radius: 5px;
    width: 100%
}

.wizard.vertical>.steps {
    display: inline;
}

.wizard>.steps .number {
    font-size: 15px;
}

.wizard>.steps>ul>li {
    font-size: 13px;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left
}

.wizard.vertical>.steps>ul>li {
    float: none;
    width: 100%
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 3px 3px;
    padding: 5px 5px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    color: #aaa;
    cursor: default
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: #2184be;
    color: #fff;
    cursor: default
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: #9dc8e2;
    color: #fff
}

.wizard>.steps .error a,
.wizard>.steps .error a:hover,
.wizard>.steps .error a:active {
    background: #ff3111;
    color: #fff
}


.wizard.vertical>.content {
    display: inline;
    margin: 0 2.5% .5em 2.5%;
}
.wizard > .content{
    min-height: 470px;
    max-height: 470px;
}
.wizard>.content>.body {
    float: left;
    position: relative;
    width: 95%;
    height: 95%;
    margin-left: 2.5%;
    padding: 1.5%
}


.wizard>.actions {
    position: relative;
    display: block;
    margin-top: 5px;
    text-align: right;
    width: 100%
}

.wizard.vertical>.actions {
    display: inline;
    margin: 0 2.5%;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right
}

.wizard>.actions>ul>li {
    margin: 0 .5em
}

.wizard.vertical>.actions>ul>li {
    margin: 0 0 0 1em
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #2184be;
    color: #fff;
    display: block;
    padding: 5px 5px;
    width: 70px;text-align: center;
    font-size: 15px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover,
.wizard>.actions .disabled a:active {
    color: #aaa
}