/* Requerimentos de Dependência — simulador público [rd_simulador] */

.rd-simulador {
    max-width: 640px;
    font-family: inherit;
}

.rd-simulador .rd-aviso {
    font-size: 0.9em;
    color: #555;
    background: #f6f7f7;
    padding: 8px 12px;
    border-left: 3px solid #999;
}

.rd-simulador h4 {
    margin-top: 24px;
    margin-bottom: 8px;
}

.rd-simulador .rd-campo {
    margin-bottom: 12px;
}

.rd-simulador .rd-campo label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.rd-simulador select,
.rd-simulador input[type="text"] {
    width: 100%;
    max-width: 400px;
    padding: 6px 8px;
    box-sizing: border-box;
}

.rd-tabela {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.rd-tabela th,
.rd-tabela td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    text-align: left;
}

.rd-tabela.rd-resumo th {
    background: #f6f7f7;
    width: 60%;
}

.rd-busca-lista {
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    max-height: 220px;
    overflow: auto;
    width: 100%;
    max-width: 400px;
}

.rd-busca-lista li {
    padding: 6px 10px;
    cursor: pointer;
}

.rd-busca-lista li:hover {
    background: #f0f0f1;
}
