.app-content .wizard
{
    width: 100%;
}
.app-content .wizard .content
{
    margin-right: 0 !important;
}
.app-content .wizard > .steps
{
    position: relative;

    display: block;

    width: 100%;
}
.app-content .wizard > .steps .current-info
{
    position: absolute;
    right: -99999px;
}
.app-content .wizard > .steps > ul
{
    display: table;

    width: 100%;
    margin: 0;
    padding: 0;

    table-layout: fixed;
    list-style: none;
}
.app-content .wizard > .steps > ul > li
{
    position: relative; 

    display: table-cell;

    width: auto;

    text-align: center;
    vertical-align: top;
}
.app-content .wizard > .steps > ul > li a
{
    position: relative;

    display: block; 

    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 52px;
}
.app-content .wizard > .steps > ul > li:before
{
    position: absolute;
    z-index: 9;
    right: 0; 

    display: block;

    content: '';
}
.app-content .wizard > .steps > ul > li:after
{
    position: absolute;
    z-index: 9;
    left: 0; 

    display: block;

    content: '';
}
.app-content .wizard > .steps > ul > li:first-child:before
{
    content: none;
}
.app-content .wizard > .steps > ul > li:last-child:after
{
    content: none;
}
.app-content .wizard > .steps > ul > li.current > a
{
    cursor: default; 

    color: #333;
}
.app-content .wizard > .steps > ul > li.current .step
{
    color: #967adc; 
    border-color: #967adc;
    background-color: #fff;
}
.app-content .wizard > .steps > ul > li.disabled a
{
    cursor: default; 

    color: #999;
}
.app-content .wizard > .steps > ul > li.disabled a:hover
{
    cursor: default; 

    color: #999;
}
.app-content .wizard > .steps > ul > li.disabled a:focus
{
    cursor: default; 

    color: #999;
}
.app-content .wizard > .steps > ul > li.done a
{
    color: #999;
}
.app-content .wizard > .steps > ul > li.done a:hover
{
    color: #999;
}
.app-content .wizard > .steps > ul > li.done a:focus
{
    color: #999;
}
.app-content .wizard > .steps > ul > li.done .step
{
    color: #fff; 
    border-color: #967adc;
    background-color: #967adc;
}
.app-content .wizard > .steps > ul > li.error .step
{
    color: #da4453; 
    border-color: #da4453;
}
.app-content .wizard > .steps .step
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 50%;

    display: inline-block;

    margin-right: -24px;

    text-align: center; 

    background-color: #fff;
}
.app-content .wizard > .content
{
    position: relative;

    width: auto;
    margin: 0; 
    padding: 0;
}
.app-content .wizard > .content > .title
{
    position: absolute;
    right: -99999px;
}
.app-content .wizard > .content > .body
{
    padding: 0 20px;
}
.app-content .wizard > .content > iframe
{
    width: 100%;
    height: 100%; 

    border: 0 none;
}
.app-content .wizard > .actions
{
    position: relative;

    display: block;

    padding: 20px;
    padding-top: 0; 

    text-align: left;
}
.app-content .wizard > .actions > ul
{
    float: left;

    margin: 0; 
    padding: 0;

    list-style: none;
}
.app-content .wizard > .actions > ul:after
{
    display: table;
    clear: both; 

    content: '';
}
.app-content .wizard > .actions > ul > li
{
    float: right;
}
.app-content .wizard > .actions > ul > li + li
{
    margin-right: 10px;
}
.app-content .wizard > .actions > ul > li > a
{
    display: block;

    padding: 7px 12px;

    color: #fff;
    border: 1px solid transparent; 
    border-radius: 2px;
    background: #967adc;
}
.app-content .wizard > .actions > ul > li > a:hover
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.app-content .wizard > .actions > ul > li > a:focus
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
}
.app-content .wizard > .actions > ul > li > a:active
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
}
.app-content .wizard > .actions > ul > li > a[href='#previous']
{
    color: #333;
    border: 1px solid #ddd; 
    background-color: #fcfcfc;
}
.app-content .wizard > .actions > ul > li > a[href='#previous']:hover
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.app-content .wizard > .actions > ul > li > a[href='#previous']:focus
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
}
.app-content .wizard > .actions > ul > li > a[href='#previous']:active
{
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
}
.app-content .wizard > .actions > ul > li.disabled > a
{
    color: #999;
}
.app-content .wizard > .actions > ul > li.disabled > a:hover
{
    color: #999;
}
.app-content .wizard > .actions > ul > li.disabled > a:focus
{
    color: #999;
}
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:hover
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.app-content .wizard > .actions > ul > li.disabled > a[href='#previous']:focus
{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.app-content .wizard.wizard-circle > .steps > ul > li:before,
.app-content .wizard.wizard-circle > .steps > ul > li:after
{
    top: 43px;

    width: 50%;
    height: 5px;

    background-color: #967adc;
}
.app-content .wizard.wizard-circle > .steps > ul > li.current:after
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-circle > .steps .step
{
    font-size: 1.3rem;
    line-height: 40px;

    width: 50px;
    height: 50px;

    border: 5px solid #f3f3f3;
    border-radius: 50%;
}
.app-content .wizard.wizard-notification > .steps > ul > li:before,
.app-content .wizard.wizard-notification > .steps > ul > li:after
{
    top: 39px;

    width: 50%;
    height: 2px;

    background-color: #967adc;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current .step
{
    line-height: 36px; 

    color: #967adc;
    border: 2px solid #967adc;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current .step:after
{
    border-top-color: #967adc;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current:after
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after
{
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-notification > .steps > ul > li.done .step
{
    color: #fff;
}
.app-content .wizard.wizard-notification > .steps > ul > li.done .step:after
{
    border-top-color: #967adc;
}
.app-content .wizard.wizard-notification > .steps .step
{
    font-size: 1.3rem;
    line-height: 40px;

    width: 40px;
    height: 40px;

    border-radius: 15%;
    background-color: #f3f3f3;
}
.app-content .wizard.wizard-notification > .steps .step:after
{
    position: absolute;
    right: 50%;
    bottom: 0;

    width: 0;
    height: 0;
    margin-right: -8px;
    margin-bottom: -8px;

    content: '';

    border-top: 8px solid #f3f3f3; 
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}
.app-content .wizard.vertical > .steps
{
    display: inline;
    float: right;

    width: 10%;
}
.app-content .wizard.vertical > .steps > ul > li
{
    display: block;

    width: 100%;
}
.app-content .wizard.vertical > .steps > ul > li:before,
.app-content .wizard.vertical > .steps > ul > li:after
{
    background-color: transparent;
}
.app-content .wizard.vertical > .steps > ul > li.current:before,
.app-content .wizard.vertical > .steps > ul > li.current:after
{
    background-color: transparent;
}
.app-content .wizard.vertical > .steps > ul > li.current ~ li:before
{
    background-color: transparent;
}
.app-content .wizard.vertical > .steps > ul > li.current ~ li:after
{
    background-color: transparent;
}

@media (max-width: 768px)
{
    .app-content .wizard > .steps > ul
    {
        margin-bottom: 20px;
    }
    .app-content .wizard > .steps > ul > li
    {
        display: block;
        float: right;

        width: 50%;
    }
    .app-content .wizard > .steps > ul > li > a
    {
        margin-bottom: 0;
    }
    .app-content .wizard > .steps > ul > li:first-child:before
    {
        content: '';
    }
    .app-content .wizard > .steps > ul > li:last-child:after
    {
        content: '';

        background-color: #967adc;
    }
    .app-content .wizard.vertical > .steps
    {
        width: 15%;
    }
}

@media (max-width: 480px)
{
    .app-content .wizard > .steps > ul > li
    {
        width: 100%;
    }
    .app-content .wizard > .steps > ul > li.current:after
    {
        background-color: #967adc;
    }
    .app-content .wizard.vertical > .steps
    {
        width: 20%;
    }
}
