452 lines
9.1 KiB
CSS
452 lines
9.1 KiB
CSS
.filtros-container select,
|
|
.filtros-container input {
|
|
padding: 0.5rem;
|
|
border-radius: 5px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.btn-buscar {
|
|
padding: 0.5rem 1rem;
|
|
margin-right: 0.5rem;
|
|
border: none;
|
|
border-radius: 5px;
|
|
background-color: #f0f0f0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.unidade-selecionarprofissional{
|
|
background-color: #fdfdfdde;
|
|
padding: 20px 10px;
|
|
display: flex;
|
|
border-radius:10px ;
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.unidade-selecionarprofissional input, .unidade-selecionarprofissional select {
|
|
margin-left: 8px;
|
|
border-radius: 8px;
|
|
padding: 5px;
|
|
width: 20%;
|
|
}
|
|
|
|
.unidade-selecionarprofissional select{
|
|
width: 7%;
|
|
}
|
|
|
|
.busca-atendimento{
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin:10px;
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.busca-atendimento select{
|
|
padding:5px;
|
|
border-radius:8px ;
|
|
margin-left: 15px;
|
|
background-color: #0078d7;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.busca-atendimento input{
|
|
margin-left: 8px;
|
|
border-radius: 8px;
|
|
padding: 5px;
|
|
width: 100%;
|
|
}
|
|
|
|
.btn-selecionar-tabeladia, .btn-selecionar-tabelasemana, .btn-selecionar-tabelames {
|
|
background-color: rgba(231, 231, 231, 0.808);
|
|
padding:8px 10px;
|
|
font-size: larger;
|
|
font-weight: bold;
|
|
border-style: hidden;
|
|
}
|
|
|
|
.btn-selecionar-tabeladia{
|
|
border-radius: 10px 0px 0px 10px;
|
|
}
|
|
|
|
.btn-selecionar-tabelames{
|
|
border-radius: 0px 10px 10px 0px;
|
|
}
|
|
|
|
.btn-selecionar-tabeladia.ativo, .btn-selecionar-tabelasemana.ativo, .btn-selecionar-tabelames.ativo{
|
|
background-color: lightcyan;
|
|
border-color: darkcyan;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.legenda-tabela{
|
|
display: flex;
|
|
|
|
margin-top: 30px;
|
|
margin-bottom: 10px;
|
|
gap: 15px;
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.legenda-item-realizado{
|
|
background-color: #2c5e37;
|
|
}
|
|
|
|
.legenda-item-confirmed{
|
|
background-color: #1e90ff;
|
|
}
|
|
.legenda-item-cancelado{
|
|
background-color: #d9534f;
|
|
}
|
|
|
|
.legenda-item-agendado{
|
|
background-color: #f0ad4e;
|
|
}
|
|
|
|
#status-card-consulta-completed, .legenda-item-realizado {
|
|
background-color: #b7ffbd;
|
|
border:3px solid #91d392;
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#status-card-consulta-cancelled, .legenda-item-cancelado {
|
|
background-color: #ffb7cc;
|
|
border:3px solid #ff6c84;
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#status-card-consulta-confirmed, .legenda-item-confirmed {
|
|
background-color: #eef8fb;
|
|
border:3px solid #d8dfe7;
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#status-card-consulta-agendado, .legenda-item-agendado {
|
|
background-color: #f7f7c4;
|
|
border:3px solid #f3ce67;
|
|
padding: 5px;
|
|
font-weight: bold;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.btns-e-legenda-container{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.calendario {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
border-radius: 10px;
|
|
overflow: hidden;
|
|
box-shadow: 0 4px 12px rgb(255, 255, 255);
|
|
border: 10px solid #ffffffc5;
|
|
background-color: rgb(253, 253, 253);
|
|
}
|
|
|
|
.calendario-ou-filaespera{
|
|
margin-top: 0;
|
|
}
|
|
|
|
.container-btns-agenda-fila_esepera{
|
|
margin-top: 30px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 20px;
|
|
margin-left:20px ;
|
|
}
|
|
|
|
.btn-fila-espera, .btn-agenda{
|
|
background-color: transparent;
|
|
border: 0px ;
|
|
border-bottom: 3px solid rgb(253, 253, 253);
|
|
padding: 8px;
|
|
border-radius: 10px 10px 0px 0px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.opc-filaespera-ativo, .opc-agenda-ativo{
|
|
color: white;
|
|
background-color: #5980fd;
|
|
}
|
|
|
|
html[data-bs-theme="dark"] {
|
|
body {
|
|
background-color: #121212;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.calendario {
|
|
background-color: #1e1e1e;
|
|
border: 10px solid #333;
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
.unidade-selecionarprofissional {
|
|
background-color: #1e1e1e;
|
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
|
|
}
|
|
|
|
|
|
.busca-atendimento input {
|
|
background-color: #2c2c2c;
|
|
color: #e0e0e0;
|
|
border: 1px solid #444;
|
|
}
|
|
|
|
.btn-buscar,
|
|
.btn-selecionar-tabeladia,
|
|
.btn-selecionar-tabelasemana,
|
|
.btn-selecionar-tabelames {
|
|
background-color: #2c2c2c;
|
|
color: #e0e0e0;
|
|
border: none;
|
|
}
|
|
|
|
.btn-selecionar-tabeladia.ativo,
|
|
.btn-selecionar-tabelasemana.ativo,
|
|
.btn-selecionar-tabelames.ativo {
|
|
background-color: #005a9e;
|
|
border-color: #004578;
|
|
color: #fff;
|
|
}
|
|
|
|
.legenda-item-realizado {
|
|
background-color: #14532d;
|
|
border-color: #166534;
|
|
}
|
|
|
|
.legenda-item-confirmado {
|
|
background-color: #1e3a8a;
|
|
border-color: #2563eb;
|
|
}
|
|
|
|
.legenda-item-cancelado {
|
|
background-color: #7f1d1d;
|
|
border-color: #dc2626;
|
|
}
|
|
|
|
.legenda-item-agendado {
|
|
background-color: #78350f;
|
|
border-color: #f59e0b;
|
|
}
|
|
|
|
#status-card-consulta-realizado,
|
|
.legenda-item-realizado {
|
|
background-color: #14532d;
|
|
border: 3px solid #166534;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
#status-card-consulta-cancelado,
|
|
.legenda-item-cancelado {
|
|
background-color: #7f1d1d;
|
|
border: 3px solid #dc2626;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
#status-card-consulta-confirmado,
|
|
.legenda-item-confirmado {
|
|
background-color: #1e3a8a;
|
|
border: 3px solid #2563eb;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
#status-card-consulta-agendado,
|
|
.legenda-item-agendado {
|
|
background-color: #78350f;
|
|
border: 3px solid #f59e0b;
|
|
color: #e0e0e0;
|
|
}
|
|
|
|
.btns-e-legenda-container {
|
|
background-color: #181818;
|
|
}
|
|
|
|
.container-btns-agenda-fila_esepera {
|
|
background-color: #181818;
|
|
}
|
|
|
|
.btn-fila-espera,
|
|
.btn-agenda {
|
|
background-color: #2c2c2c;
|
|
color: #e0e0e0;
|
|
border-bottom: 3px solid #333;
|
|
}
|
|
|
|
.opc-filaespera-ativo,
|
|
.opc-agenda-ativo {
|
|
color: #fff;
|
|
background-color: #005a9e;
|
|
}
|
|
}
|
|
|
|
/* Estilo para o botão de Editar */
|
|
.btn-edit-custom {
|
|
background-color: #FFF3CD;
|
|
color: #856404;
|
|
}
|
|
|
|
/* Estilo para o botão de Excluir (Deletar) */
|
|
.btn-delete-custom {
|
|
background-color: #F8D7DA;
|
|
color: #721C24;
|
|
padding: 10px;
|
|
}
|
|
|
|
.cardconsulta{
|
|
display:flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.container-botons{
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#tabela-seletor-container {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 12px;
|
|
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
padding: 6px 12px;
|
|
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
|
|
|
|
font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto;
|
|
width: fit-content;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
#tabela-seletor-container p {
|
|
margin: 0;
|
|
font-size: 23px;
|
|
font-weight: 500;
|
|
color: #4085f6;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#tabela-seletor-container button {
|
|
background: transparent;
|
|
border: none;
|
|
color: #555;
|
|
font-size: 20px;
|
|
cursor: pointer;
|
|
padding: 4px 6px;
|
|
border-radius: 6px;
|
|
transition: all 0.2s ease-in-out;
|
|
}
|
|
|
|
#tabela-seletor-container button:hover {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
color: #000;
|
|
}
|
|
|
|
#tabela-seletor-container i {
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
.input-e-dropdown-wrapper {
|
|
position: relative;
|
|
|
|
|
|
width: 350px;
|
|
margin-left: auto;
|
|
}
|
|
|
|
.busca-atendimento {
|
|
|
|
}
|
|
|
|
.busca-atendimento > div {
|
|
/* Garante que a div interna do input ocupe toda a largura do wrapper */
|
|
width: 100%;
|
|
/* Estilos para o contêiner do ícone e input, se necessário */
|
|
}
|
|
|
|
.busca-atendimento input {
|
|
/* Garante que o input preencha a largura disponível dentro do seu contêiner */
|
|
width: calc(100% - 40px); /* Exemplo: 100% menos a largura do ícone (aprox. 40px) */
|
|
/* ... outros estilos de borda, padding, etc. do seu input ... */
|
|
}
|
|
|
|
|
|
/* 3. O Dropdown: Posicionamento e Estilização */
|
|
.dropdown-medicos {
|
|
/* POSICIONAMENTO: Faz o dropdown flutuar */
|
|
position: absolute;
|
|
|
|
/* POSICIONAMENTO: Coloca o topo do dropdown logo abaixo do input */
|
|
top: 100%;
|
|
left: 0;
|
|
|
|
/* LARGURA: Essencial. Ocupa 100% do .input-e-dropdown-wrapper, limitando-se a ele. */
|
|
width: 100%;
|
|
|
|
/* SOBREPOSIÇÃO: Garante que fique acima de outros elementos (como a Fila de Espera) */
|
|
z-index: 1000;
|
|
|
|
/* ESTILIZAÇÃO: Aparência */
|
|
background-color: #ffffff; /* Fundo branco para não vazar */
|
|
border: 1px solid #ccc; /* Borda leve */
|
|
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra para profundidade */
|
|
border-top: none; /* Deixa o visual mais integrado ao input */
|
|
|
|
/* COMPORTAMENTO: Limite de altura e scroll */
|
|
max-height: 250px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
/* 4. Estilização de cada item do dropdown */
|
|
.dropdown-item {
|
|
padding: 10px 15px;
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
color: #333;
|
|
/* Evita que nomes muito longos quebrem ou saiam da caixa */
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.dropdown-item:hover {
|
|
background-color: #f0f0f0; /* Cor ao passar o mouse */
|
|
color: #007bff;
|
|
}
|
|
|
|
|
|
.input-modal{
|
|
width: 80%;
|
|
}
|
|
|
|
/* Estilo para o botão Excluir nos modais de Agendamento - vermelho escuro */
|
|
.modal-footer .btn-danger,
|
|
button.btn.btn-danger {
|
|
background-color: #c82333 !important;
|
|
border-color: #bd2130 !important;
|
|
color: #ffffff !important;
|
|
}
|
|
|
|
.modal-footer .btn-danger:hover,
|
|
.modal-footer .btn-danger:focus,
|
|
.modal-footer .btn-danger:active,
|
|
button.btn.btn-danger:hover,
|
|
button.btn.btn-danger:focus,
|
|
button.btn.btn-danger:active {
|
|
background-color: #a71d2a !important;
|
|
border-color: #9c1c28 !important;
|
|
color: #ffffff !important;
|
|
}
|