﻿/*
    Common 
*/

.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: 0px 0px;
}

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

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

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



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    background-color: #00afaa;
    display: inline;
    float: left;
    width: 22%;
    height: 114vh;
    padding-top: 130px;
    border-top-right-radius: 200% 100%;
    border-bottom-right-radius: 200% 100%;    
/*    height: 530px; */
}

.wizard > .steps .number
{
    position: absolute;
    font-size: 100px !important;
    color: #ffffff !important;
    opacity: 0.15;
    font-weight: 900 !important; right: 25px;}

.wizard > .steps > ul > li
{
    width: 25%;
}

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

.wizard.vertical > .steps > ul > li
{
    float: none;
    width: 100%;
    border-bottom: 2px solid #fff;
    margin: 0px 40% 0px 40px;
    width: 45%;    
}

.wizard.vertical > .steps > ul > li:last-child { border: none;}

.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    font-size: 30px; 
    font-weight: 500; 
    display: block;
    width: auto;
    margin: 0px;
    padding: 45px 5px 50px 25px;
    text-decoration: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.wizard > .steps a { position: relative;  }
.wizard > .steps a p { 
    padding: 0px !important;
    font-size: 17px !important;
    color: #346094 !important;
    margin-bottom: 0px;
    line-height: 1.2;
    margin-top: 5px;
    position: absolute;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: transparent;
    color: #ffffff;
    cursor: default;
    opacity: 0.5;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: transparent;
    color: #fff;
    cursor: default;
    border-left: 5px solid #346094;
    margin-left: -40px;
    padding-left: 60px; 
    position: relative;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: transparent;
    color: #fff; 
    border-left: 5px solid transparent;}

.wizard > .steps .done a p {  
    padding: 0px !important;
    font-size: 17px !important;
    color: #346094 !important;
    margin-bottom: 0px;
    line-height: 1.2;
    margin-top: 5px;
    position: absolute;
}    

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

.wizard > .content
{
    background: transparent;
    display: block;
    margin: 0.5em;
/*    min-height: 23em;*/
    height: 90vh; 
    overflow: hidden;
    position: relative;
    width: auto;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 5.5% 0.5em 3.5%;
    width: 68%;
}

.wizard > .content > .body
{
    float: left;
    position: absolute;
    width: 100%;
    height: 95%;
    padding: 0px;
    overflow: scroll;
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: 100%;
}

.wizard > .content > .body input
{
    display: block;
    border: 1px solid #ccc;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

.wizard > .content > .body input.error
{
    background: rgb(251, 227, 228);
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}

.wizard > .content > .body label
{
    display: inline-block;
    margin-bottom: 0.5em;
}

.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}

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

.wizard.vertical > .actions { display: block;
    float: left;
    margin: 0 5.5% 0.5em 3.5%;
    width: 61%; }
/*{ display: block;
    float: left;
    margin: 0px auto;
    width: 1040px; }*/    

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

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

.wizard.vertical > .actions > ul > li
{
    margin: 0 0 0 490px;
}
.wizard.vertical > .actions > ul > li:first-child
{
    margin: 0 !important;
}

.wizard > .actions a,
.wizard > .actions a:hover {
    background: transparent;
    color: #00afaa;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #00afaa;
    min-width: 195px;
    text-align: center;    
}

.wizard > .actions a:active {
    background: #00afaa;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    display: block;
    padding: 14px 10px;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #00afaa;
    min-width: 195px;
    text-align: center;    
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
    visibility: hidden; 
    display: none;
}

.wizard > .loading
{
}

.wizard > .loading .spinner
{
}



/*
    Tabcontrol
*/

.tabcontrol > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.tabcontrol > .steps > ul
{
    position: relative;
    margin: 6px 0 0 0;
    top: 1px;
    z-index: 1;
}

.tabcontrol > .steps > ul > li
{
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tabcontrol > .steps > ul > li:hover
{
    background: #edecec;
    border: 1px solid #bbb;
    padding: 0;
}

.tabcontrol > .steps > ul > li.current
{
    background: #fff;
    border: 1px solid #bbb;
    border-bottom: 0 none;
    padding: 0 0 1px 0;
    margin-top: 0;
}

.tabcontrol > .steps > ul > li > a
{
    color: #5f5f5f;
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}

.tabcontrol > .steps > ul > li > a:hover
{
    text-decoration: none;
}

.tabcontrol > .steps > ul > li.current > a
{
    padding: 15px 30px 10px 30px;
}

.tabcontrol > .content
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 35em;
    overflow: hidden;
    border-top: 1px solid #bbb;
    padding-top: 20px;
}

.tabcontrol > .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 95%;
    padding: 2.5%;
}

.tabcontrol > .content > .body ul
{
    list-style: disc !important;
}

.tabcontrol > .content > .body ul > li
{
    display: list-item;
}
@media screen and (max-width: 1440px) { .wizard.vertical > .actions > ul > li { margin: 0 0 0 390px; } } 
@media screen and (max-width: 1280px) { .wizard.vertical > .actions { width: 65%; } } 
@media screen and (max-width: 1024px) {
    .wizard.vertical > .steps > ul > li { width: 55%; margin-left: 30px; }
/*    .wizard.vertical > .actions { width: 690px; }*/
    .wizard.vertical > .actions > ul > li { margin-left: 270px; }  
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active { font-size: 24px; }        
} 
@media (max-width: 992px) { 
/*    .wizard.vertical > .actions { width: 570px; }*/
    .wizard.vertical > .actions > ul > li  { margin-left: 100px; } 
    .wizard > .steps .current a,
    .wizard > .steps .current a:hover,
    .wizard > .steps .current a:active { padding-left: 30px; margin-left: -30px;}  
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active { padding-left: 0px; }  
    .wizard > .steps .disabled a,
    .wizard > .steps .disabled a:hover,
    .wizard > .steps .disabled a:active { border-left: 5px solid transparent; }      
} 
@media screen and (max-width: 768px) { .wizard.vertical > .content {
        display: inline;
        float: left;
        margin: 0 1% 0.5em 1%;
        width: 72%; }
} 
@media screen and (max-width: 640px) { 
    .wizard.vertical > .steps { 
        background-color: #00afaa;
        height: 153px;
        padding-top: 88px;
        border-top-right-radius: initial;
        border-bottom-right-radius:initial;  
        display: block;
        float: none;
        width: 100%;         
    }
    .wizard ul, .tabcontrol ul { padding-top: 0px; }
    .wizard ul > li, .tabcontrol ul > li { display: inline-block; }
    .wizard.vertical > .steps > ul > li { width: 25%; margin: 0px; padding: 9px 0px; border-bottom: none; } 
    .wizard.vertical > .content {     display: block;
    float: none;
    margin: 0 .5em .5em;
    width: auto; height: 55vh; }
    .wizard.vertical>.actions {
        display: block;
        float: none;
        width: 86%; margin: 0px 4%; }    
    .wizard > .steps .number { font-size: 40px !important; right: 50px; } 
    p.selected { display: none; }
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active { font-size: 15px; padding: 14px 10px; text-align: center; }   
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        padding: 12px 10px; margin: 0px; 
        border: none; 
        border-right: 1px solid #ffffff; }  
    .wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active { 
        border: 0px;  }  
    .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active { border: none; }   
    .wizard > .steps li.current { border: none; border-bottom: 5px solid #346094 !important; }  
    .wizard > .steps li.done { border: 0px; border-bottom: 5px solid transparent; }  
    .wizard > .steps li.disabled { border: none; border-bottom: 5px solid transparent; }
    .wizard > .actions a, .wizard > .actions a:hover { font-size: 15px;
    padding: 10px 10px; min-width: 120px; }  
    .wizard.vertical > .actions > ul > li { margin-left: 150px;  }     
}  
@media (max-width: 480px) {  
    .wizard > .actions a, .wizard > .actions a:hover    { 
        font-size: 15px;
        padding: 10px;
        min-width: 100px;    }
    .wizard.vertical>.actions { width: 85%; }
        .wizard.vertical > .actions > ul > li { margin-left: 50px; }
    .wizard > .steps .number {
        right: 30px; } 
    .wizard > .steps a,
    .wizard > .steps a:hover,
    .wizard > .steps a:active { font-size: 15px; padding: 14px 0px; text-align: center; }
    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        padding: 12px 5px; }                  
}    

