﻿/*
    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: 0 0 0 -10px;
}
.wizard ul > li,
.tabcontrol ul > li {
    display: block;
    padding: 0;
    margin: 0 0 10px 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 {
    display: inline;
    float: left;
    width: 30%;
}
.wizard > .steps .number {
    font-size: 1.429em;
    display: block;
}
.wizard > .steps .title {
    display: block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swal-hide-title .wizard > .steps .title,
.swal-hide-number .wizard > .steps .number {
    display: none;
}
.wizard > .steps > ul > li {
    width: 25%;
    position: relative;
}
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
    float: left;
    padding-left: 10px;
    margin-left: 0px;
}
.wizard > .actions > ul > li {
    padding-left: 0;
}
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard > .steps a {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 12px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.8em;
}
.swal-steps-style-1 .wizard > .steps a,
.swal-steps-style-2 .wizard > .steps a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom: 5px solid;
}
.ajax-auth.swal-steps-style-2 .wizard > .steps li::before,
.swal-steps-style-2 .wizard > .steps li .swal-steps-preview-dot {
    content: '';
    border: 5px solid #eee;
    border-color: #eee;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    margin-bottom: -5px;
}
.swal-steps-style-2 .wizard > .steps li .swal-steps-preview-dot.swal-dot-outlined {
    background: #fff !important;
}
.swal-steps-style-0 .wizard > .steps li .swal-steps-preview-dot,
.swal-steps-style-1 .wizard > .steps li .swal-steps-preview-dot {
    display: none;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active{
    background: #eee;
    color: #aaa;
    cursor: default;
    border: 0;
}
.ajax-auth.swal-steps-style-2 .wizard > .steps li.disabled::before,
.swal-steps-style-2 .wizard > .steps li.disabled .swal-steps-preview-dot {
    background: #eee;
}
.swal-steps-style-1 .wizard > .steps .disabled a,
.swal-steps-style-1 .wizard > .steps .disabled a:hover,
.swal-steps-style-1 .wizard > .steps .disabled a:active,
.swal-steps-style-2 .wizard > .steps .disabled a,
.swal-steps-style-2 .wizard > .steps .disabled a:hover,
.swal-steps-style-2 .wizard > .steps .disabled a:active {
    background: transparent !important;
    border-bottom: 5px solid #eee;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active,
.ajax-auth.swal-steps-style-2 .wizard > .steps li.current::before,
.swal-steps-style-2 .wizard > .steps li.current .swal-steps-preview-dot {
    background: #2184be;
    color: #fff;
    cursor: default;
}
.swal-steps-style-1 .wizard > .steps .current a,
.swal-steps-style-1 .wizard > .steps .current a:hover,
.swal-steps-style-1 .wizard > .steps .current a:active,
.tab_content .swal-steps-style-1 .wizard > .steps .current a,
.swal-steps-style-2 .wizard > .steps .current a,
.swal-steps-style-2 .wizard > .steps .current a:hover,
.swal-steps-style-2 .wizard > .steps .current a:active,
.tab_content .swal-steps-style-2 .wizard > .steps .current a {
    background: transparent !important;
    color: #2184be;
    border-bottom: 5px solid #2184be;
}
.swal-steps-style-2 .wizard > .steps li.current::before {
    border-color: #2184be;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active,
.ajax-auth.swal-steps-style-2 .wizard > .steps li.done::before,
.swal-steps-style-2 .wizard > .steps li.done .swal-steps-preview-dot {
    background: #41ad49;
    color: #fff;
}
.swal-steps-style-0 .wizard > .steps .current a,
.swal-steps-style-0 .wizard > .steps .done a,
.swal-steps-style-0 .wizard > .steps .error a {
    color: #fff !important;
}
.swal-steps-style-1 .wizard > .steps .done a,
.swal-steps-style-1 .wizard > .steps .done a:hover,
.swal-steps-style-1 .wizard > .steps .done a:active,
.swal-steps-style-2 .wizard > .steps .done a,
.swal-steps-style-2 .wizard > .steps .done a:hover,
.swal-steps-style-2 .wizard > .steps .done a:active {
    background: transparent !important;
    color: #41ad49;
    border-bottom: 5px solid #41ad49;
}
.swal-steps-style-2 .wizard > .steps li.done::before {
    border-color: #41ad49;
}
.swal-steps-icon .wizard > .steps .done a::after {
    position: absolute;
    font-size: 24px;
    top: 4px;
    right: 8px;
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    color: #fff;
}
.swal-steps-style-1 .wizard > .steps .done a::after,
.swal-steps-style-2 .wizard > .steps .done a::after {
    color: #41ad49;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active,
.ajax-auth.swal-steps-style-2 .wizard > .steps li.error::before,
.swal-steps-style-2 .wizard > .steps li.error .swal-steps-preview-dot {
    background: #ff3111;
    color: #fff;
}
.swal-steps-style-1 .wizard > .steps .error a,
.swal-steps-style-1 .wizard > .steps .error a:hover,
.swal-steps-style-1 .wizard > .steps .error a:active,
.swal-steps-style-2 .wizard > .steps .error a,
.swal-steps-style-2 .wizard > .steps .error a:hover,
.swal-steps-style-2 .wizard > .steps .error a:active {
    background: transparent !important;
    color: #ff3111;
    border-bottom: 5px solid #ff3111;
}
.swal-steps-style-2 .wizard > .steps li.error::before {
    border-color: #ff3111;
}

.ajax-auth.center .wizard > .steps li a {
    text-align: center;
}
.ajax-auth.right .wizard > .steps li a {
    text-align: right;
}
.swal-steps-icon.right  .wizard > .steps .done a::after,
.wizard > .steps.right .done a::after {
    right: auto;
    left: 18px;
}

/* Content */
.wizard > .content,
.wizard > .content > .body {
    /*
    -webkit-transition: height 0.2s ease-in-out;
    -moz-transition: height 0.2s ease-in-out;
    -ms-transition: height 0.2s ease-in-out;
    -o-transition: height 0.2s ease-in-out;
    transition: height 0.2s ease-in-out;
    */
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.wizard > .content {
    display: block;
    clear: both;
    margin: 20px 0 30px;
    min-height: 100px;
    position: relative;
    width: auto;
}
.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}
.wizard > .content > .body {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
}
.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 > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
}
.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 100%;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard > .actions > ul > li {
    margin: 0 0 0 10px;
}
.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: 0 20px;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee;
    color: #aaa;
}
.tab_content .wizard > .actions .disabled a {
    color: #aaa;
}
.tab_content .wizard > .actions a {
    color: #fff;
}

/*
    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,
.tabcontrol > .steps > ul > li > span {
    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,
.tabcontrol > .steps > ul > li.current > span {
    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;
}