.input-hidden{
    visibility: hidden;
}
.preto-branco {
    filter: grayscale(100);
}

.descricao-divulgacao p{
    margin-bottom: 15px;
}

.preto-branco:hover {
    filter: grayscale(0);
    transition: linear 200ms;
     -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.span-label{
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
}

.loader{
    display: none;
}

.input-estado-civil label{
    width: 100%
}

.wizard ul, .tabcontrol ul {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

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

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

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

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    display: block;
    width: auto;
    margin: 0 .5em .5em;
    padding: 1em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #2184be;
    color: #fff;
    text-align: center;
  }

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

.wizard>.steps .done a, 
.wizard>.steps .done a:hover, 
.wizard>.steps .done a:active{
    background: #9dc8e2;
    color: #fff;
}

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

.wizard>.content>.title, 
.tabcontrol>.content>.title {
    position: absolute;
    left: 9999px !important;
}

.current-info{
    position: absolute;
    left: 9999px !important;
}

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

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

.wizard>.actions a, 
.wizard>.actions a:hover, 
.wizard>.actions a:active{
    background: #2184be;
    color: #fff;
    display: block;
    padding: .5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 10px;
}

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