/* .btnSmed {
    padding: 10px;
    border-radius: 10px;
    width: 100px;
    height: 80px;
}

#smedEncaminhamentos {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    gap: 20px;
    border: 1px solid #ccc;
    padding: 10px;
} */

.tb_listarEncaminhamentos {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
}

.tb_listarEncaminhamentos tr:first-child {
    background-color: rgb(255,186,73);

}

.tb_listarEncaminhamentos tr:first-child td {
    padding: 5px;
    text-align: center;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.tb_listarEncaminhamentos tr td {
    text-align: center;
    font-size: 12px;
    padding: 5px;
}

.linhaEncaminhamentos {
    border-bottom: 1px solid #ccc;
}

.linhaEncaminhamentos:hover {
    background-color: rgba(255,186,73, .5);
    cursor: pointer;
}

.linhaEncaminhamento {
    /* width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #ccc; */
}

.campoSmedUsuario {
    padding: 10px;
    /* border: 1px solid black; */
}

.campoSmedUsuario-50 {
    width: 50%;
}

.campoSmedUsuario-25 {
    width: 25%;
}

.campoSmedUsuario label {
    width: 100%;
    display: block;
}

.campoSmedUsuario input, select {
    padding: 5px;
    border-radius: 5px;
}

.btnSmedUsuario {
    transition: 0.2s !important;
    padding: 5px !important;
    border-radius: 10px !important;
}