#contact_form_franq{

}

#contact_form_franq #progress-franq {
    margin-bottom: 30px;
    overflow: hidden;

    counter-reset: step;
}
#contact_form_franq #progress-franq li h4 {
    font-size: 16px;
}
#contact_form_franq #progress-franq li:not(:first-of-type) h4{
    color: #b3b3b3;
}
#contact_form_franq #progress-franq li {
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    float:left;
    width: 20%;
    position: relative;
    color: #484848;
}
#contact_form_franq #progress-franq li:before {
    content: counter(step);
    counter-increment: step;
    display:block;
    line-height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    background: #a3a3a3;
    width: 40px;
    margin: 0px;
    padding: 8px 14px;
}
#contact_form_franq #progress-franq li:after {
    content: '';
    width: 100%;
    background: #a3a3a3;
    height: 2px;
    position: absolute;
    top: 20px;
    left:-100%;
    z-index: -1;
}

#contact_form_franq #progress-franq li:first-child:after {
    content: none;
}
#contact_form_franq #progress-franq li:first-child:before {
    background: rgb(159, 11, 11);
    color: white;
}
#contact_form_franq #progress-franq li.ativo:before, #contact_form_franq #progress-franq li.ativo:after {
    background: rgb(159,11,11);
    color: white;
}
#contact_form_franq #progress-franq li.ativo h4{
    color:#333;
}
#contact_form_franq fieldset:not(:first-of-type){
    display: none;
}
#form-solicitacao {
    text-align:left;
}
#form-solicitacao .checkbox-inline{
    margin: 0;
}
#form-agendamento .checkbox-inline{
    margin: 0;
    text-align: left;
}
#form-solicitacao input[type="radio"], input[type="checkbox"]{
    margin: 10px 0 0;
}
.tpl-minimal-tabs>li>a {
    border: 1px solid #ccc ;
}
.tab-formularios > .tpl-minimal-tabs {
    width: 100%;
}
i.fa.fa-fw.excluir{
    color: #e04545;
    cursor: pointer;
}
i.fa.fa-fw.editar{
    color: #337ab7;
    cursor: pointer;
}