﻿.sarah-wizard {
    width: 100%;
    display: table;
    margin-top: 50px;
    margin-bottom: 25px;
    counter-reset: section;
    text-align: center;
    padding-top: 10px;
    background-color: #f2f2f2;
}

.sarah-wizard div.item-wizard {
    display: table-cell;
    font-size: 15px;
    color: #fff;
    height: 35px;
    width: 20%;
    margin-bottom: 0px;
}

.sarah-wizard div.item-wizard > a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 35px;
    letter-spacing: 2px;
    padding-top: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
}

.sarah-wizard div.nr-item-wizard::before {
    counter-increment: section;
    content: counter(section);
    width: 65px;
    height: 65px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
    background-color: #ccc;
    border-radius: 32px;
    margin: auto;
}

.divSeta i.glyphicon {
    font-size: 3em;
}

.divSeta i.bi {
    font-size: 3em;
}

.item-wizard-icon {
    font-size: 15px;
    height: 35px;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.sarah-wizard div.item-wizard-icon > span {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    height: 35px;
    letter-spacing: 2px;
    padding-top: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

.div-icon {
    height: 65px;
}

.ativo {
    color: #646464;
}

.inativo {
    color: #ccc;
}

div.nr-item-wizard.ativoBola::before {
    background-color: #646464;
}

.ativoBg {
    background-color: #646464;
}

.inativoBg {
    background-color: #ccc;
}

.breadcrumb {
    padding: 40px 4px 20px 16px;
    list-style: none;
    border-radius: 4px;
    background-color: initial;
    margin-bottom: 0;
}

.breadcrumb a {
    font-weight: bold;
    font-size: medium;
}

.fonte-preta {
    color: #000;
    font-weight: bold;
}

.divNumero {
    width: 80%;
    float: left;
    padding: 0 0 0 20%;
}

.divSeta {
    width: 20%;
    float: right;
    padding: 5px;
    height: 65px;
}
