/*
    Common
*/
* {
    box-sizing: border-box;
}
.btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
    display: table;
    content: " ";
}
.btn-group-vertical > .btn-group::after, .btn-toolbar::after, .clearfix::after, .container-fluid::after, .container::after, .dl-horizontal dd::after, .form-horizontal .form-group::after, .modal-footer::after, .modal-header::after, .nav::after, .navbar-collapse::after, .navbar-header::after, .navbar::after, .pager::after, .panel-body::after, .row::after {
    clear: both;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
}
::after, ::before {
    box-sizing: border-box;
}
.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;
}

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

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



/*
    Wizard
*/

 .steps
{
    position: relative;
    display: block;
    width: 100%; padding: 5px;
}

.wizard.vertical > .steps
{
    display: inline;
    float: left;
    width: 30%;
}

 .steps > ul > li
{
    width: 20%;
}

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

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

 .steps a
{
    display: block;
    width: auto;
    margin: 0 ;
    text-decoration: none; text-align: center;
 height: 40px; line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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

 .steps .current a,
 .steps .current a:hover,
 .steps .current a:active
{
  
    color: #fff;
    cursor: default;
}

 .steps .done a,
 .steps .done a:hover,
 .steps .done a:active
{
    background: #6fd1bd;
    color: #fff;
}

 .steps .error a,
 .steps .error a:hover,
 .steps .error a:active
{
    background: #ED5565;
    color: #fff;
}

 .content
{
    background: #eee;
    display: block;
    margin: 5px 5px 10px 5px;
    /* min-height: 500px; */
    overflow: hidden;
    position: relative;
    width: auto;

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

.wizard-big .content {
    min-height: 320px;
}
.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}
 .content {
    display: block;
    position: relative;
    width: auto;
    background: rgb(238, 238, 238);
    margin: 5px 5px 10px;
    overflow: hidden;
    border-radius: 5px;
}
 .content > .body
{
    float: left;
    position: absolute;
    width: 95%;
    height: 60vh;
    /* height: 95%; */
    padding: 2.5%;
}

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

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

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

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

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

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

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

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

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

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}

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

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

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

 .actions a,
 .actions a:hover,
 .actions a:active
{
    background: #eaf4ff;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;

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

 .actions .disabled a,
 .actions .disabled a:hover,
 .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

 .loading
{
}

 .loading .spinner
{
}

.tabcontrol ul{display: flex;}

/*
    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;
}

.steps li {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.steps li.done a::after, .steps li.done a:hover::after {
    background-color: #eaf4ff !important;
}
.steps li.current a::after, .steps li.content a:hover::after {
    background-color: #2fa5f4  !important;
}
.steps li.current a, .steps li.current a:hover {
    background-color: #2fa5f4 ;
    color: #ffffff;
}
.number {
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    color: rgb(68, 68, 68);
    background-color: rgb(210, 210, 210);
    text-align: center;
    border-radius: 20px;
}
li.current .number{background: #fff; color: #2fa5f4 ;}
li.done .number{background: #2fa5f4; color: #fff;}
.steps li:not(:last-child) a::after {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 40px;
    height: 40px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    background-color: #e8e8e9;
    box-sizing: content-box;
    border-radius: 0px 5px 0px 50px;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.steps > ul > li i{font-size: 24px; margin: 0 6px;}

.steps li a::after {
    content: "";
    transition: all 0.3s ease-in-out 0s;
}
.steps li a {
    border-radius: 0;
    color: #444444;
    background-color: #e8e8e9;
    display:flex; align-items: center; justify-content: center;
}
::after, ::before {
    box-sizing: border-box;
}
 .steps .done a,  .steps .done a:hover,  .steps .done a:active {
    color: #2fa5f4;
    background: #eaf4ff;
}
.steps li:nth-child(n+2) a {
    margin-left: -20px;
    border-radius: 0px;
}