﻿/*
    Common 
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
} 

.invisible {
    visibility: hidden;
} 
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
} 
.clearfix {
    *zoom: 1;
} 


.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 */
.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%;
    background: #1191c9;
}

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

.wizard > .steps .number
{
    font-size: 1.429em; 
    display: block;
    width: 60px;
    font-size: 37px;
    color: #1191c9;
    padding: 4px 0;
    border-radius: 50%;
    margin: auto;
    background-color: #047bc1;
}



 


.wizard > .steps > ul {
    text-align: center;
    padding: 15px 0;
}
.wizard > .steps > ul > li
{ 
    position: relative;
    margin: 0 20px;
    display: inline-block; 
}

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

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

.wizard.vertical > .steps > ul > li > a,
.wizard.vertical > .steps > ul > li > a:hover{
    text-decoration: none;
}



/*.wizard > .steps a{
    min-height: 68px;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto; 
    padding: 1em 1em;
    padding-left: 25px;
    padding-right: 0;
 
}
*/
/*.wizard > .steps li:after,
.wizard > .steps li:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 17px solid #dddbdb;    
    z-index: 2;
   transition: border-color 0.2s ease;
}

.form-es.wizard > .steps li:after,
.form-es.wizard > .steps li:before{
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
 }*/

/*.wizard > .steps li:before {
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0;
}*/

/*.wizard > .steps li.current:after,
.wizard > .steps li.done:after {
    border-left: 17px solid #00267e;
}

.wizard > .steps li:first-child:before,
.wizard > .steps li:last-child:after{
    display: none;
}
.wizard > .steps li:nth-child(1) a,
.wizard > .steps li:nth-child(2) a, 
.wizard > .steps li:nth-child(4) a,
.wizard > .steps li:nth-child(6) a  {
    line-height: 40px;
}
*/

 
/*.form-es #example-advanced-form-t-0{
     line-height: 1.42857143!important;
}

.form-es.wizard > .steps li:nth-child(1) a,
.form-es.wizard > .steps li:nth-child(3) a,
.form-es.wizard > .steps li:nth-child(7) a,
.form-es.wizard > .steps li:nth-child(2) a,
.form-es.wizard > .steps li:nth-child(4) a,
.form-es.wizard > .steps li:nth-child(6) a{
    padding-top: 24px;
    padding-bottom: 24px;
} */

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

.wizard > .steps .current a span,
.wizard > .steps .current a:hover span,
.wizard > .steps .current a:active span
{
    background: #ffffff;
    color: #1191c9;
    cursor: default;
}

.wizard > .steps .current.error a span{
    background: #ff8a86;
    color: #ffffff;
}


.wizard > .steps a{
    text-transform: uppercase;
}
.wizard > .steps a:hover,
.wizard > .steps a:focus,
.wizard > .steps a:active{
    text-decoration: none;
}
.wizard > .steps .current a{
    color: #ffffff; 
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    /*background: #00267e;*/
    color: #047bc1;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    /*background: #d2322d;*/
    color: #ff8a86;
}

/*.wizard > .steps li.current.error:after{
    border-left-color: #d2322d;
}*/

.wizard > .content
{
    /*background: #eee;*/
    display: block;
    /*margin: 0.5em;*/
    min-height: 31em;
    padding-top: 50px;
    overflow: hidden;
    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: 95%;*/
    /*padding: 2.5%;*/
}

.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 > .actions
{
    position: relative;
    display: block; 
    padding-bottom: 60px;
    text-align: center;
}

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

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

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

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

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{ 
    color: #fff;
    display: block; 
    text-decoration: none;  
    font-family: 'Geometos';
    font-size: 16px;
    padding: 9px 0 9px 50px;
}
 

.actions.clearfix > ul > li:nth-child(1) > a{
    background: url(../images/close-30-30.png) no-repeat;
}
.actions.clearfix > ul > li:nth-child(2) > a{
    background: url(../images/seguir-30-30.png) no-repeat;
}

.etapa-5-form{}

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

.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;
}

fieldset h2{
    padding: 40px 0;
    font-size: 24px;
    color: #6d6e71;
}

@media(max-width: 1199px){
    .wizard > .steps a,
    .wizard > .steps a:hover{
        font-size: 12px;
        padding-left: 19px;
    }
    .wizard > .steps li::after, 
    .wizard > .steps li::before,
    .wizard > .steps li.current::after, 
    .wizard > .steps li.done::after {
        border-left-width: 10px;
        right: -10px;
        border-top-width: 29px;
        border-bottom-width: 29px;
    }
    .wizard > .steps a {
        min-height: 58px;
    }
    .wizard > .steps li:nth-child(2) a, 
    .wizard > .steps li:nth-child(4) a, 
    .wizard > .steps li:nth-child(6) a {
        line-height: 34px;
    }
}
@media(max-width: 991px){
    .wizard > .steps > ul > li{
        margin-left: 0;
    }
    .wizard > .steps a, .wizard > .steps a:hover {
        font-size: 11px; 
    }
    .wizard > .steps li::after, 
    .wizard > .steps li::before, 
    .wizard > .steps li.current::after, 
    .wizard > .steps li.done::after {
        border-left-width: 5px;
        right: -5px; 
    }
    .wizard > .steps > ul > li:first-child{
        max-width: 85px;
    }
    .wizard > .steps > ul > li:nth-child(2){
        max-width: 85px;
    }
    .wizard > .steps a, .wizard > .steps a:hover {
        padding-left: 10px;
    }
    .wizard > .steps a {
        min-height: 100%;
    }
    .wizard > .steps li:nth-child(2) a, 
    .wizard > .steps li:nth-child(4) a, 
    .wizard > .steps li:nth-child(6) a {
        line-height: 141%;
    }
    .wizard > .steps li:nth-child(4) a,
    .wizard > .steps li:nth-child(6) a{
        line-height: 31px;
    }
    .wizard > .steps > ul > li{
        min-height: auto;
    }
    .wizard > .steps li:last-child{
        min-width: 107px;
    }
    .wizard > .steps li:nth-child(5){
        min-width: 110px;
    }
    .wizard > .steps li::after, .wizard > .steps li::before, 
    .wizard > .steps li.current::after, .wizard > .steps li.done::after {
        border-top-width: 27px;
        border-bottom-width: 27px;
    }
}
@media(max-width: 767px){
    .wizard > .steps li{
        min-width: 100%!important;
        margin-bottom: 1px;
    }
    .wizard > .steps a, .wizard > .steps a:hover {
        font-size: 12px;
        text-align: center;
    }
    .wizard > .steps li::after, .wizard > .steps li::before, 
    .wizard > .steps li.current::after, .wizard > .steps li.done::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color:#00267e;
        border-width: 10px;
        margin-left: -10px;
        display: none;
    }
    .wizard > .steps li.current.error::after {
        border-left-color: transparent;
        border-top-color: #d2322d;
    }
    .wizard > .steps li.current::after{
        display: block;
    }
    .wizard > .steps li:nth-child(4) a, .wizard > .steps li:nth-child(6) a {
        line-height: 141%;
    }
}


@media(max-width: 599px){
    fieldset h2{
        font-size: 22px;
    } 
    .form-manitoria .dados-responsaveis .col-xs-8,
    .form-manitoria .dados-responsaveis .col-xs-4{
        width: 100%;
    }
}