.botao-vincular-desvincular {
    background-color: #FFF;
    color: #0F62AC;
    font-weight: 700;
}

.botao-editar {
    background-color: #FFF;
    color: #0f62ac;
    font-weight: 700;
}

.botao-excluir {
    background-color: #F42829;
    color: #FFF;
    font-weight: 700;
}

.botao-ok {
    background-color: #00A859;
    color: #FFF;
    font-weight: 700;
}

.botao-detalhes {
    background-color: #FFF;
    color: #0F62AC;
    font-weight: 700;
}

.btn-edit {
    background-color: #0F62AC;
    color: #fff;
    font-weight: 700;
}

.btn-edit:hover {
    color: #fff;
}

.botao-alterar-senha {
    background-color: #FFF;
    color: #96949C;
    font-weight: 700;
}

.botao-cadastrar-novo {
    background-color: #00A859;
    color: #FFF;
    border-radius: 18px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.botao-excluir-elemento {
    background-color: red;
    color: #FFF;
    border-radius: 18px;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.botao-excluir-elemento:hover {
    color: #FFF;
}

.botao-cadastrar-novo:hover {
    color: #FFF;
}

.botao-limpar {
    border-radius: 15px !important;
    border-color: #a51a21;
    font-size: 12px;
    color: #a51a21;
    font-weight: 700;
    text-transform: uppercase;
}

.botao-limpar:hover {
    color: #a51a21;
}