*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
:root {
    --primary: #f97316; /* Laranja principal */
    --primary-hover: #ea580c;
    --bg: #fff7ed; /* Fundo levemente alaranjado */
    --text: #431407;
        }

body { 
    margin: 0;   
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-weight: 800;
    /* font-family: 'Inter', sans-serif; */
    background: var(--bg); 
    height: 100vh; 
	width: 100vw; 
    display: flex; 
    align-items: center; 
    justify-content: center; 

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    text-rendering: optimizeLegibility;
  
    font-size: 1rem; /* 16px por padrão */
    line-height: 1.6; /* Espaçamento ideal para leitura */    
}

/* Chrome, Edge, Safari */
input.sem-setas::-webkit-inner-spin-button,
input.sem-setas::-webkit-outer-spin-button {
  -webkit-appearance: none;
    padding: 2px 2px; 
    font-size: 12px;
    width:100%;
	height: 20px;
	position: relative;
	top:-5px;
    border: 0px;
    border-radius: 0px; 
}

.DivGraficos{
    display:flex;
    width:100%;
    align-content:center;
    text-align: center;
    position: relative;
    top: 10px;
    padding: 0px;
    height: calc(100vh - 130px);
    overflow-y: auto;
}
.containerEstatisticas{
    width:100%;
    display: block;
    padding: 5px;
    position: fixed;
    top: 35px;
}

.DivTotais{
    display:flex;
    width:100%;
    align-content:center;
    text-align: center;
    position: relative;
    top: 15px;
}

.DivTextoConsentimento{
    height: 200px;
    padding: 20px;
    text-align: center;
    overflow-y: auto;
}

.DivCheckConsentimento{
    display:flex;
    text-align: center;
    width: 100%;
    position: relative;
    top: -20px;    
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
}

  .app-footer{
	display: flex;
	justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #333;
    height: 40px;
  }

  .app-footer__wrap{
    max-width: 1200px;
    margin: auto;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    /*gap: 6px;*/
    align-items: center;
    text-align: center;
  }

  .app-footer__brand,
  .app-footer__lgpd{
    margin: auto;
    font-size: 11px;
    line-height: 1.35;
  }

  .app-footer__links{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap; /* se faltar espaço, quebra bonito */
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
  }

  .app-footer__link{
    color: inherit;
    text-decoration: none;
    /*padding: 4px 6px;            /* melhora clique no mobile */
    border-radius: 8px;
  }

  .app-footer__link:hover,
  .app-footer__link:focus-visible{
    text-decoration: underline;
    outline: none;
    background: rgba(0,0,0,.04);
  }

  .app-footer__dot{
    opacity: .7;
  }

  .app-footer__sep{
    opacity: .7;
    /*padding: 0 6px;*/
  }

.DivTabelaPacPais{
	height: calc(100vh - 150px);
    overflow: auto;
}

.DivProgPacPais{
    width: 99%;
    display: flex;
    height: calc(100vh - 150px);
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    overflow-y: hidden;
    border-radius: 5px;
}

.PainelBoxNovoAlteraDiarioTerap{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 180px);	
	border-radius: 5px;    
}

.table-bodyRegistrosTerap{
    height: calc(100vh - 220px);
    overflow-y: auto;
    background: #fff;
}

.table-wrapperPacTerap{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 90px);
}

.table-bodyRegEvolucao{
    height: calc(100vh - 220px);
    overflow-y: auto;
    background: #fff;
}


.table-bodyPacTerap{
    height: calc(100vh - 135px);
    overflow-y: auto;
    background: #fff;
}

.labelRegTerapNome{
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.DivListaPacPai{
    width: 50%;
    position:relative;
    top:10px;
    display: block;
    height: calc(100vh - 75px);
    margin:auto;
}

.DivfrmCadOperCampoPIX{
    display: flex;
    width: 45%;
}

.DivImgCadTerapAdm{
    display: flex;
	width: 90%;
	height:100px;
	margin: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
 }

.DivfrmCadOperAgcc{
    width: 30%;
    display: flex;
}

.DivfrmCadOperCampoAGcc{
    display: flex;
    width: 50%;
}

.DivfrmCadOperCampoBanco{
    display: flex;
    width: 25%;
}

.DivfrmCadOperCampoBloq{
    display: flex;
    width: 50%;
}

.DivfrmCadOperDocRG{
    display: flex;
    width: 50%;
}

.DivfrmCadOperDocCPF{
    display: flex;
    width: 50%;
}

.DivfrmCadOperCampos{
    display: flex;
    width: 100%;
}

.DivfrmCadOperEmail{
    display: flex;
    width: 70%;
}

.DivfrmCadOperTel{
    display: flex;
    width: 30%;
}

.DivfrmCadOperMeioParteA{
    display: block;
    width: 70%;
}

.DivCadOperMeioParteB{
    display: block;
    width: 30%;
}

.DivfrmCadOperFlexBloc{
    display: Flex;
    width: 100%;
}

.DivfrmCadOperCampoFlexBloc{
    display: Flex;
    width: 50%;
}

.labelTabDia{
    width: 100%;
    position: relative;
    top: -3px;
}

.FotoMeuPefil{
    width:90px;
    height:90px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    cursor: pointer;
    object-fit:cover;
    object-position:center;
    display:block;
}

.DivCheckInOut{
    display: flex;
    position: relative;
    top: 10px;
    width: 100%;
    height: calc(100vh - 50px);
    justify-content: center;
    align-items: center;
    margin: auto;
}

.DivFrmCadSenha{
    width: 40%;
    display: block;
    padding: 10px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -10px;
}

.FotoPefil{
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    object-fit:cover;
    object-position:center;
    display:block;
}

.MasterLogo{
    position: relative;
    height: 60px;
    left: -15px;
    top: -6px;
}

.labelDiarioDtInic{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelDiarioDtFim{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelEvolucaoDTInic{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelEvolucaoDTFim{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelProgAgenTerapNome{
    width: 60px;
    position: relative;
    top: -10px;    
}

.labelProgAgenPacPaiNome{
    width: 60px;
    position: relative;
    top: -4px;    
}

.labelProgAgenTerapPac{
    display: inline-block;
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.labelProgAgenTerapUnid{
    width: 55px;
    position: relative;
    top: -10px;
}

.labelProgAgenPacPai{
    width: 55px;
    position: relative;
    top: -4px;
}

#checks {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 20px;
      gap: 2px 3px; /* (linha, coluna) */
      padding: 1px;
      width: 100%;
      height: 90px;
      overflow: auto;
    }

.DivCheckItem{
    display:flex;
    width: 100%;
    height: 15px;
}

.CheckItem{
    transform: scale(1.5);
    accent-color: #E77206;
    width: 10px;
    position: relative;
    cursor:pointer;
    margin:2px;    
    position: relative;
}

.CheckItemDisable{
    transform: scale(1.5);
    accent-color: #E77206;
    width: 10px;
    position: relative;
    margin:2px;    
    position: relative;
    pointer-events: none;
}

.LabelCkeck{
    font-weight: bold;
    width: 90%;
    margin-left:2px;
    cursor:pointer;
    height: 15px;
    font-size: 11px;
}

.LabelCkeckDisable{
    font-weight: bold;
    width: 90%;
    margin-left:2px;
    pointer-events: none;
    height: 15px;
    font-size: 11px;
}

.nInputRegEvoDT{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;
}

.nInputDiarioDTPai{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -5px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;
}

.labelPosRegEvoTerap{
    width: 80px;
    position: relative;
    top: -12px;
}

.labelPosDiarioEspPai{
    width: 80px;
    position: relative;
    top: -5px;
}

.labelPosRegDiarioEsp{
    width: 80px;
    position: relative;
    top: -10px;
}

.labelRegEvoPac{
    width: 55px;
    position: relative;
    top: -12px;
}

.labelDiarioPacPai{
    width: 55px;
    position: relative;
    top: -5px;
}

.labelRegEvoNome{
    display: inline-block;
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.labelRegDiarioNome{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.labelRegEvoDTInic{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelDiarioDTInicPai{
    width: 70px;
    position: relative;
    top: -5px;
}

.labelRegEvoDTFim{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelDiarioDTFimPai{
    width: 70px;
    position: relative;
    top: -5px;
}

.labelRegTreinoPac{
    width: 55px;
    position: relative;
    top: -10px;
}

.labelRegTreinoPacNome{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.lbProgAgendaPaciente{
    width: 60px;
    position: relative;
    top: -10px;
}

.DivGraficoContainer{
    display:flex; 
    width:100%;
}

.DivGraficoTab{
    display:flex; 
    width:40%;
}

.DivGrafImage{
    display:flex; width:60%;
    justify-content: center;
    align-items: center;
    margin:auto;
    height: calc(100vh - 180px);
    overflow: hidden;
}

.ImgPesRegPac{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -13px;    
}

.ImgPesRegDiario{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -7px;    
}

.ImgPesEvolucao{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -13px;    
}

.ImgPesRegTreinoPac{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -20px;    
}

.ImgPesRegTerap{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -10px;    
}

.ImgPesRegTerap_{
    height: 35px;
    cursor: pointer;
    position: relative;
    top: -10px;    
}

.labelDiarioTerapNomePac{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;    
}

.labelPosEvolucaoTerapPacNome{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.labelProgAgendaTerapNome{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.DivTabRegistros{
    width: 50%;
    justify-content: center;
    margin: auto; 
    height: calc(100vh - 190px);   
}

.DivTabRegistrosEvolucao{
    width: 50%;
    justify-content: center;
    margin: auto;    
}

.DivTabRegistrosPac{
    width: 80%;
    justify-content: center;
    margin: auto;    
}

.DivTabRegistrosPacEvolucao{
    width: 70%;
    justify-content: center;
    margin: auto;   
    height: calc(100vh - 150px);
}

.DivTabRegistrosDiarioPais{
    width: 70%;
    justify-content: center;
    margin: auto;   
    height: calc(100vh - 150px);
}

.LabelDados{
	text-align: left;
    font-size: 12px;
	width: 100%;
	white-space: nowrap;
	color: #505050;
    margin-left: 2px;
    margin-top: 2px;    
    position: relative;
    top: -4px;
}
.tableProAgenda {
  display: flex;
  flex-direction: column;
  min-width: 1000px; /* Garante que o scroll apareça em telas menores */
}

.rowProAgenda {
  display: flex;
  border-bottom: 1px solid #eee;
}

.cellProAgenda {
  flex: 1;
  min-width: 150px;
  background: white;
  text-align: center;
  height: 90px;
}

.cellFixProAgenda {
  display: flex;
  background: white;
  text-align: center;
  align-items: center;
  margin: auto;
  justify-content: center;
  height: 90px;
  border-radius: 5px;
}

.DivRegProg{
    display: block;
    width: 150px;
    height: 85px;
    margin: 1px;
    border-radius: 5px;
    box-sizing: border-box; 
    border: 1px solid #BFBFBF;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.fixed-column {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #666565;
  border-right: 2px solid #ddd;
  font-weight: bold;
}

.labelPosProgAgenda{
    width: 55px;
    position: relative;
    top: -10px;
}

.labelPosRegTreino{
    width: 55px;
    position: relative;
    top: -20px;
}

.labelPosRegEstimulo{
    width: 55px;
    position: relative;
    top: -20px;
}

.labelPosProgAgendaTerap{
    width: 55px;
    position: relative;
    top: -10px;
}

.labelPosProgAgendaRegTerap{
    width: 70px;
    position: relative;
    top: -10px;
}

.labelPosProgAgendaRegTerapInic{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelPosProgAgendaRegTerapFim{
    width: 70px;
    position: relative;
    top: -12px;
}

.labelPosEvolucaoTerapPac{
    width: 55px;
    position: relative;
    top: -12px;
}

.labelPosDiarioTerapPac{
    width: 55px;
    position: relative;
    top: -12px;
}

.labelPosProgAgendaRegTerap_{
    width: 55px;
    position: relative;
    top: -12px;
}

.labelPosProgAgendaPac{
    width: 85px;
    position: relative;
    top: -10px;
}

.labelRegTreinoPacEsp{
    width: 80px;
    position: relative;
    top: -20px;
}

.labelRegTreinoPacDTInic{
    width: 70px;
    position: relative;
    top: -10px;
}

.labelRegTreinoPacDTFim{
    width: 70px;
    position: relative;
    top: -10px;
}

.labelPosProgAgendaPacAdm{
    width: 55px;
    position: relative;
    top: -10px;
}

.labelPosProgAgendaPacEvolucao{
    width: 60px;
    position: relative;
    top: -10px;
}

.labelProgAgenda{
    display: inline-block;
    width: 200px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.labelProgAgendaTerap{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.labelProgAgendaTerap_{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
    top: 3px;
}

.DivTabelaPlan{
	margin: 10px;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	text-align:center;	
    height: calc(100vh - 130px);
    overflow: hidden;
}

.imgOlho{
    cursor: pointer;
    position:relative;
    top:-32px;
    left: 95%;    
}

.DivProgAgendaGeral{
    width: 99%;
    display: flex;
    height: calc(100vh - 200px);
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    overflow-y: hidden;
}

.DivProgPacTerap{
    width: 99%;
    display: flex;
    height: calc(100vh - 150px);
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    box-sizing: border-box;
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    overflow-y: hidden;
    border-radius: 5px;
}

.nSelect{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	position: relative;
	top: -3px;
	outline: none;
}

.nSelectPosProgAgenda{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 250px;
    height: 24px;
    position: relative;
    top: -10px;
    padding: 0px;    
}

.nSelectProgAgendaPAcPaiUnid{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 250px;
    height: 24px;
    position: relative;
    top: -4px;
    padding: 0px;    
}

.nSelectProgAgendaPacPai{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 250px;
    height: 24px;
    position: relative;
    top: -3px;
    padding: 0px;    
}

.nSelectDiarioPacPai{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 250px;
    height: 24px;
    position: relative;
    top: -5px;
    padding: 0px;    
}

.nSelectPosProgAgendaPac{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 150px;
    height: 24px;
    position: relative;
    top: -10px;
    padding: 0px;    
}

.nSelectPosRegTreinoPac{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 150px;
    height: 24px;
    position: relative;
    top: -20px;
    padding: 0px;    
}

.nSelectPosProgAgendaPacEvolucao{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 200px;
    height: 24px;
    position: relative;
    top: -12px;
    padding: 0px;    
}

.nSelectPosDiarioEspPai{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 200px;
    height: 24px;
    position: relative;
    top: -5px;
    padding: 0px;    
}

.nSelectPosTreino{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 150px;
    height: 24px;
    position: relative;
    top: -20px;
    padding: 0px;    
}

.nSelectPosEstimulo{
	text-align: left;
    font-size: 12px;
	font-weight: bold;
	color: #666565;
	border: none;
	outline: none;
    width: 150px;
    height: 24px;
    position: relative;
    top: -20px;
    padding: 0px;    
}

.nInputProgAgenda{
	font-size: 11px;
	border: none;
	color:#666565;
    font-weight: bold;
    position: relative;
}

.nLabelProgAgenda{
	font-size: 11px;
	border: none;
	color:#666565;
    font-weight: bold;
    display: inline-block;
    width: 125px;
    left: 2px;    
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    top: 3px;
}

.DivCentralizar{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: space-around;    
}

.DivProgPacDados{
	min-width: 180px;
}

.DivProgPac{
	height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}

.DivTabelaPacTerap{
	height: calc(100vh - 150px);
    overflow-y: auto;
    overflow-x: hidden;
}

.DivProgPacDia{
	width: 50px;
    text-align: center;
    align-items: center;
    margin: auto;
    position: sticky;
    top: 0;
    z-index: 25;
 }

.TopDiaSem{
	position: relative;
	top: 5px;
	text-align: center;
	color: white;
    font-size: 14px;
	font-weight: bold;
    width: 100%;
}

.DivProgSessoes{
	width: 100%;
	display: flex;
	overflow: auto;
}

.DivPesquisa{
    display: flex;
    width: 50%;    
}

.inPesquisa{
    height: 35px;
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
}

.inHoraTerap{
    width: 100%;
    height: 35px;
    font-size: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
    position: relative;
    top: -8px;
}

.DivfrmUnid{
    width: 100%;
    display: block;
    padding: 5px;
    height: calc(100vh - 95px);
    margin-right: 50px;
}

.DivfrmPac{
    width: 100%;
    display: block;
    padding: 5px;
    height: calc(100vh - 95px);
    margin-right: 50px;
}

.nInputColor{
	width: 20%;
	background-color: white;
	height: 20px;
	padding: 1px;
}

.DivCor{
	display: flex;
	width: 30px;
	height: 30px;
	border: 1px solid #777;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	margin: 1px;
	border-radius: 5px;
}

.DivImg{
	width: 50%;
	height:140px;
	margin: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.DivImgCadOper{
	width: 70%;
	height:100px;
	margin: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
}

.DivInput{
	width: 100%;
	display: flex;
	position: relative;
    border: 0px;
    top: 5px;
}

.nInput{
    padding: 2px 2px; 
    font-size: 12px;
    width:100%;
	height: 20px;
	position: relative;
	top:-5px;
	text-transform: uppercase;	
    border: 0px;
    border-radius: 0px; 
}

.nInputMM{
    padding: 2px 2px; 
    font-size: 12px;
    width:100%;
	height: 20px;
	position: relative;
	top:-5px;
    border: 0px;
    border-radius: 0px; 
}

.nInputDT{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -10px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;
}

.nInputRegTreinoDT{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -10px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;
}

.nInputDTTerap{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;    
}

.nInputDTDiario{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;        
}

.nInputDTEvolucaoTerap{
    padding: 0px;
    font-size: 12px;
	height: 20px;
    border-radius: 5px; 
    width: 90px;
    position: relative;
    top: -12px;
    font-weight: bold;
    cursor: pointer;
    margin: 0px;
    border: 0px;    
}

.BlocoDivInput{
	display:block;
	width:98%;
	align-items: center;	
    padding: 3px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 45px;
	margin: 5px;
}

.BlocoDivInputProgAg{
	display:block;
	width:98%;
	align-items: center;	
    padding: 3px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 30px;
	margin: 10px;
}

.BlocoDivInputTreino{
	display:block;
	width:98%;
	align-items: center;	
    padding: 3px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 60px;
	margin: 10px;
}

.BlocoDivInputProgAgPac{
	display:block;
	width:98%;
	align-items: center;	
    padding: 3px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 60px;
	margin: 10px;
}

.BlocoDivInputProgAgPacEvolucao{
	display:block;
	width:98%;
	align-items: center;	
    padding: 3px; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 30px;
	margin: 10px;
}

.BlocoDivEstatistica{
	width:25%;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);    
    align-items: center;
    text-align: center;
    align-content: center;
    margin: 10px;
}

.chartTable{
    position: relative;
    height: 190px;
    overflow-y: auto; 
    margin: 5px;
}

.DivBordaEstatistica{
    display: block;
	width:25%;
    height: calc(100vh - 140px);
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);    
    align-items: center;
    text-align: center;
    align-content: center;
    margin: auto;
    position: relative;
}

.labelGrafico{
    font-weight: bold;
    width: 100%;
    position: relative;
}

.DivGraficoEstatistica{
    padding: 5px;
    display: flex;
	width:100%;
    height: 150px;
    position: relative;
}

.DivGraficoEstatistica canvas{
  flex: 1;              /* ocupa o espaço restante */
  width: 100% !important;
  height: 100% !important;

}

.intoEstatistica{
	margin: auto;
    align-items: center;
    text-align: center;
    align-content: center;
}

.DivLabelCampo{
	width: 100%;
	display: flex;
	height: 14px;
	align-items: center;
}

.nLabelCampo{
	text-align: left;
    font-size: 12px;
	width: 100%;
	white-space: nowrap;
	color: #505050;
	font-weight: bold;
    margin-left: 2px;
    margin-top: 2px;
}

.inInput{
    padding: 5px 5px; 
    margin: 3px 0; 
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 5px;
    width:100%;
    box-shadow: 1px 1px 1px rgb(102, 101, 101);
	height: 25px;
	position: relative;
	top:-10px;
	text-transform: uppercase;	
}

.login-wrapper {
    display: flex;
    max-width: 80%;
    height: calc(100vh - 100px);
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.15);
    overflow: hidden; /* Garante o arredondamento */
}

/* DIV 1: Imagem Lateral */
.side-image {
    flex: 1;
    background: linear-gradient(rgba(249, 115, 22, 0.7), rgba(234, 88, 12, 0.8));
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    color: white;
}

/* DIV 2: Formulário */
.login-content {
    flex: 1;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2 { color: var(--text); 
	font-size: 1rem;
}

p { 
	color: #9a3412;
}

.field { margin-bottom: 0.5rem; }

label { 
    display: block; 
    font-size: 0.85rem; 
    color: #505050
}

.labelCampo { 
    display: block; 
    font-size: 0.85rem; 
    color: #505050;
    font-weight: bold;
}
        
input,select { 
    width: 100%; 
    padding: 0.50rem; 
    border: 1px solid #D9D9D9; 
    border-radius: 5px; 
    box-sizing: border-box; 
    transition: 0.3s;
}

input,select:focus-visible { 
    border-color: #505050; 
    outline: none; 
}

.forgot-link {
	cursor: pointer;
    display: block;
    text-align: right;
    font-size: 0.85rem;
    color: #505050;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.btn-login { 
    width: 100%; 
    background: #f97316; 
    color: white; 
    border: none; 
    padding: 1rem; 
    border-radius: 5px; 
    font-weight: bold; 
    cursor: pointer; 
    transition: background 0.3s;
}

.btn-padrao { 
    width: 150px;
    background: #f97316; 
    color: white; 
    border: none; 
    padding: 1rem; 
    border-radius: 5px; 
    font-weight: bold; 
    cursor: pointer; 
    transition: background 0.3s;
	height: 35px;
}

.btn-add { 
    width: 135px;
    background-color:#BFBFBF;
    border: none; 
    padding: 1rem; 
    border-radius: 5px; 
    font-weight: bold; 
    cursor: pointer; 
    transition: background 0.3s;
	height: 35px;
}

.label-btn-add{
    color:white;
    font-weight: bold;
    position: relative;
    top: -12px;
    cursor: pointer;
}

.img-btn-add{
    position: relative;
    height: 25px;
    left: -130px;
    top: 1px;
}

.btn-add:hover { background: #505050; }

.btn-padrao:hover { background: var(--primary-hover); }

.btn-login:hover { background: var(--primary-hover); }

.password-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.password-wrapper input {
    padding-right: 3rem; /* Espaço para o ícone não cobrir o texto */
}

.toggle-password {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    color: #9a3412; /* Cor combinando com o texto laranja escuro */
    display: flex;
    align-items: center;
    padding: 5px;
    transition: color 0.3s;
}

.toggle-password:hover {
    color: var(--primary);
}

.toggle-password svg {
    width: 20px;
    height: 20px;
}

.ImgLogin{
	width: 50%;
	margin: auto;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Espaço entre cada botão/bloco */
    text-align: center;
    margin: 20px;
	background-color: #431407;
}

.DivBotoes{
	display: grid;
	width:100%;
	height: calc(100vh - 50px);
	grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	gap: 25px;
	align-items: center;
	justify-content: center;
	padding: 25px;
}

.botao-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.botao {
	cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.botao img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.botao:hover {
	background-color: #E6E6E6;
}

.LabelTopTela{
	color: #f97316;
	position: relative;
    font-weight: bold;
	top: 10px;
    text-align: left;
}

.descricao {
    display: flex;
    width: 100%;
    text-align: center;
    height: 30px;
    padding: 5px;
}

.Labeldescricao{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
	color: #f97316;
    line-height: 1;
}


header img {
    height: 40px;
    width: auto;
	margin: auto;
	margin-left: 5px;
}

header h1 {
    text-align: center;
    color: #ff8c00;
    font-size: 16px;
    font-weight: bold;
	width: 100%;
}

.notificacoes {
    position: fixed;
    top: 50px; /* Logo abaixo do header */
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff9e6; /* Tom suave de alerta */
    border-bottom: 1px solid #ffeeba;
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: #856404;
    font-size: 13px;
}

article {
	display: flex;
	width: 100%;
	height: calc(100vh - 80px);
}

iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.componentesHeader{
	display: flex;
	width: 100%;
	text-align: center;
	align-items: center;
	height: 60px;
	margin: auto;
	justify-content: center;
	position: relative;
}

    /* Área inteira do formulário */
    #form-container {
        position: relative;
        border: 1px solid #ccc;
        padding: 15px;
        border-radius: 5px;
        background: #fafafa;
        max-width: 600px;
    }

    /* Container das tabs */
    .tabs{
        display: flex;
        border-bottom: 2px solid #ccc;
		width: 100%;
		overflow-x: auto;
		height: 40px;
		overflow-y: hidden;
        margin: 5px;
    }

    .tabsfrmCadReg {
        display: flex;
        border-bottom: 2px solid #ccc;
		width: 790px;
		overflow-x: auto;
		height: 40px;
		overflow-y: hidden;
        margin: 5px;
    }

    .tabsPac{
        display: flex;
        border-bottom: 2px solid #ccc;
		width: 100%;
		overflow-x: scroll;
		height: 60px;
		overflow-y: hidden;
    }

    .tabsCadOper{
		overflow-x: auto;
		overflow-y: hidden;
        margin: 5px;
        display: flex;
        border-bottom: 2px solid #ccc;
		width: 100%;
		height: 40px;
    }

    .example::-webkit-scrollbar {
        display: none;
    }

    .tab {
        padding: 5px 10px;
        cursor: pointer;
        background: #BFBFBF;
        border: 1px solid #ccc;
        border-bottom: none;
        margin-right: 5px;
        border-radius: 5px 5px 0 0;
		height: 40px;
		display: flex;
    }

    .tab-frmUnid{
        padding: 5px 10px;
        cursor: pointer;
        background: #BFBFBF;
        border: 1px solid #ccc;
        border-bottom: none;
        margin-right: 5px;
        border-radius: 5px 5px 0 0;
		height: 40px;
		display: flex;
    }

    .tab-frmCadReg{
        padding: 5px 10px;
        cursor: pointer;
        background: #BFBFBF;
        border: 1px solid #ccc;
        border-bottom: none;
        border-radius: 5px 5px 0 0;
		height: 40px;
		display: flex;
        margin-right: 2px;
    }

    .tab-frmCadReg.active {
        background: #505050;
        color: white;
        font-weight: bold;
        border-bottom: 2px solid white;
		transition: 0.3s;
    }

    .tab-frmPac {
        padding: 5px 10px;
        cursor: pointer;
        background: #BFBFBF;
        border: 1px solid #ccc;
        border-bottom: none;
        margin-right: 5px;
        border-radius: 5px 5px 0 0;
		height: 40px;
		display: flex;
    }

    .tab-frmUnid.active {
        background: #505050;
        font-weight: bold;
        border-bottom: 2px solid white;
		transition: 0.3s;
    }

    .tab-frmPac.active {
        background: #505050;
        font-weight: bold;
        border-bottom: 2px solid white;
		transition: 0.3s;
    }

	.LabelBtnTab{
		color: white;
        cursor: pointer;
	}

    .ImgBtnTab{
        height: 30px;
        cursor: pointer;
    }

    .tab.active {
        background: #505050;
        font-weight: bold;
        border-bottom: 2px solid white;
		transition: 0.3s;
    }

    /* Conteúdo das tabs */
    .tab-content {
        display: none;
        padding: 15px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 0 5px 5px;
		height: calc(100vh - 125px);
        position: relative;
        top: -5px;
    }

    .tab-content-frmUnid {
        display: none;
        padding: 15px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 5px 5px 5px;
		height: calc(100vh - 150px);
        overflow-y: hidden;
        position: relative;
        top: -5px;
    }

    .tab-content-frmCadReg {
        display: none;
        padding: 5px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 5px 5px 5px;
		height: calc(100vh - 260px);
        overflow-y: hidden;
        margin: 5px;
        position: relative;
        top: -5px;
    }

    .tab-content-frmCadReg.active {
        display: block;
    }


    .tab-content-frmPac-Terap {
        display: none;
        padding: 15px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 5px 5px 5px;
		height: calc(100vh - 160px);
        overflow-y: auto;
    }

    .tab-content-frmPac{
        display: none;
        padding: 15px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 5px 5px 5px;
		height: calc(100vh - 210px);
        overflow-y: auto;
    }

    .tab-content-frmCadOper{
        display: none;
        padding: 15px;
        border: 1px solid #ccc;
        background: white;
        border-radius: 0 5px 5px 5px;
		height: calc(100vh - 205px);
        overflow-y: auto;
    }

    .tab-content-frmCadOper.active{
        display: block;
    }

    .tab-content-frmPac.active{
        display: block;
    }

    .tab-content-frmPac-Terap.active{
        display: block;
    }

    .tab-content-frmUnid.active{
        display: block;
    }

    .tab-content.active{
        display: block;
    }

.FechaDiv{
	width: 25px;
	height: 25px;
	text-align: right;
	cursor: pointer;
	border-top-right-radius:5px;
}	

.labelBtnPadrao{
    position: relative;
    top: -12px;
    color: white;
    cursor: pointer;
}

.imgBtnFechar{
	position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
}

.table-wrapper-Registros {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 190px);
}

.table-wrapper-RegistrosTerap {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 190px);
}

.table-wrapper-RegistrosEvolucao{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 215px);
}

.DivTabRegHoras{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 5px;
    height: calc(100vh - 70px);
}

.table-wrapper-horasTerap{
    width: 750px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 125px);
    position: relative;
    top: -20px;
}

.table-wrapper-RegistrosDiario{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 195px);
}

.table-bodyDiarioTerap{
    height: calc(100vh - 220px);
    overflow-y: auto;
    background: #fff;
}


.table-wrapper-RegistrosDiarioPais{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 125px);
}

.table-wrapper-Evolucao{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 200px);
}

    .table-wrapper{
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
		height: calc(100vh - 125px);
    }

.table-wrapperPacPais{
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
	height: calc(100vh - 90px);
}

    .table-wrapper-Adm{
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
		height: calc(100vh - 190px);
    }

    .table-wrapper-DiarioCoord{
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
		height: calc(100vh - 120px);
    }


    .table-wrapperRegPac{
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
		height: calc(100vh - 180px)
    }


    .table-wrapperTabUnid {
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
		box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
		height: calc(100vh - 215px);
    }

    /* Cabeçalho fixo */
    .table-header {
        display: flex;
        background: #ff8c22;
        font-weight: bold;
        padding: 3px 0;
        position: sticky;
        top: 0;
        z-index: 10;
		height: 25px;
    }

    /* Rodapé fixo */
    .table-footer {
        display: flex;
        background: #333;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        font-weight: bold;
        position: sticky;
        bottom: 0;
        z-index: 10;
		height: 20px;
    }

    /* Área rolável */
    .table-body{
        height: calc(100vh - 235px);
        overflow-y: auto;
        background: #fff;
    }

    .table-bodyDiarioCoord{
        height: calc(100vh - 130px);
        overflow-y: auto;
        background: #fff;
    }


    .table-bodyEvolucao{
        height: calc(100vh - 245px);
        overflow-y: auto;
        background: #fff;
    }


    .table-bodyPac{
        height: calc(100vh - 170px);
        overflow-y: auto;
        background: #fff;
    }

    .table-bodyPacPais{
        height: calc(100vh - 100px);
        overflow-y: auto;
        background: #fff;
    }

    .table-bodyDiario{
        height: calc(100vh - 150px);
        overflow-y: auto;
        background: #fff;
    }

    .table-body-horasTerap{
        height: calc(100vh - 195px);
        overflow-y: auto;
        background: #fff;
    }

    /* Linha */
    .table-row{
        display: flex;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
		height: 40px;
    }

.table-rowDiarioPai{
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    height: 40px;
}

    /* Células */
    .table-cell {
        display:flex;
        text-align: center;
        color: #444;
    }

    .table-cellPacNome{
        display:flex;
        text-align: center;
        color: #444;
        width:85%;
    }

    .table-cellPacAcoes{
        display:flex;
        text-align: center;
        color: #444;
        width:15%;
    }

    .table-row:nth-child(even) {
        background: #fafafa;
    }

#DivMeuPerfil,
#DivGetFoto,
#DivfrmCadUnidade,
#DivfrmCadOperador,
#DivfrmCadTerapeuta,
#DivfrmCadPaciente,
#DivfrmCadEspecialidade,
#DivCadResponsavel,
#DivfrmCadAgendamento,
#DivfrmCadSala,
#DivfrmCadSenha,
#DivfrmCadAdm,
#DivfrmAdmTerapeuta,
#DivPainelRegistros{
    visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.6);
	z-index: 15;
	opacity: 1;
}

.conteudo{
	width:100%;
	display: flex;
	justify-content: center;
}

.PainelBoxNovoAlteraAdm{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:25%;
	height: 160px;	
	border-radius: 5px;
}

.PainelBoxNovoAlteraAdmConvenio{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:25%;
	height: 200px;	
	border-radius: 5px;
}

.DivCadRegistro{
    height: calc(100vh - 130px);
    padding: 5px;
    overflow-y: auto;
}

.PainelBoxNovoAlteraRegistro{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 100px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraEvolucao{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 65px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraEvolucaoAdm{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 175px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraCadEvolucao{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 155px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraDiario{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 65px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraCadDiario{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 115px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraCadDiarioAdm{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:60%;
	height: calc(100vh - 105px);	
	border-radius: 5px;
}

.PainelBoxNovoAlteraFoto{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:40%;
	height: 270px;	
	border-radius: 5px;
}

.PainelBoxNovoAlteraAdmEsp{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:25%;
	height: 250px;	
	border-radius: 5px;
}

.PainelBoxNovoAltera{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:50%;
	border-radius: 5px;
    height: calc(100vh - 70px);
}

.PainelBoxNovoAlteraConsentimento{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:50%;
	border-radius: 5px;
    height: 300px;
}

.PainelBoxNovoAlteraCadSala{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:30%;
	border-radius: 5px;
    height: 200px;
}

.PainelBoxNovoAlteraPerfil{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:50%;
	border-radius: 5px;
    height: calc(100vh - 50px);
}

.PainelBoxNovoAlteraPac{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:50%;
	border-radius: 5px; 
    height: calc(100vh - 65px);
}


.PainelBoxNovoAlteraProgAgenda{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:95%;
	border-radius: 5px;
    height: calc(100vh - 75px);
}

.PainelBoxNovoAlteraProgAgendaTerap{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:95%;
	border-radius: 5px;
    height: calc(100vh - 65px);
}

.PainelBoxNovoAlteraCadRegistro{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:95%;
	border-radius: 5px;
    height: calc(100vh - 65px);
}

.PainelBoxNovoAlteraUnid{
    border: 1px solid #777;  
	box-shadow: 4px 4px 8px rgba(0,0,0,0.3);
    margin: 5px; 
	position:absolute;
	top: 50%;
  	transform: translate(0, -50%);
	background-color:white;
	opacity: 1;	
	width:50%;
	border-radius: 5px;
    height: calc(100vh - 70px)
}

.DestaquePainel{
    text-align: center;
    background-color: #555;
    height: 25px; 
    width:100%;
	display: flex;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}

.LabelDestaque{
	color: white;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	margin: auto;
}

.Fototab{
    width:28px;
    height:28px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    margin-left: 5px;
    margin-right: 10px;    
    position: relative;
    top: -5px;
    object-fit:cover;
    object-position:center;
    display:block;
}

.DivFiltaImgTerap{
    display:flex;
    width: 40px;
    align-items: center;
}

.ImgFotoFiltaTerap{
    position:relative;
    top:-15px;
    width:30px;
    height:30px;
    border-radius: 50%;
    box-shadow: 3px 3px 3px rgb(102, 101, 101);
    margin-left: 5px;
    margin-right: 10px;  
    object-fit:cover;
    object-position:center;
    display:block;
}

.DivFiltaLabelTerap{
    display:flex;
    width: 100%;

}

  .table-container {
    max-width: 100%;
    height: calc(100vh - 101px);
    overflow: auto;
    position: relative;
    border: 1px solid #ccc;
  }

  .table {
    width: 100%;
    display: grid;
    grid-template-columns: 40% 40% 20%;
    position: relative;
  }

  .cell {
    padding: 1px;
    background: white;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    z-index: 0;
  }

  /* Primeira linha fixa */
  .header {
    position: sticky;
    top: 0;
    background: #505050;
    z-index: 5;
    height: 30px;
  }

  /* Primeira coluna fixa */
  .col-fixed {
    position: sticky;
    left: 0;
    background: #505050;
    z-index: 10;
    height: 30px;
  }

  /* Canto superior esquerdo */
  .corner {
    z-index: 15 !important;
  }

@media screen and (max-width: 380px) {

  .side-image { display: none; } /* Esconde imagem no celular */
  .login-wrapper { height: auto; }

    .app-footer{
        height: 70px;
    }

.app-footer__brand{
    font-size: 10px;
}
  .brand-line-break {
    display: block;
   /* margin-top: 4px; /* opcional */
  }

  .LabelCkeckDisable{
    line-height: 1;
 }
 
  .table-wrapper-RegistrosEvolucao {
    height: calc(100vh - 220px);
  }

  .tabsfrmCadReg {
    width: 95%;
  }

  .table-wrapper-RegistrosTerap {
	height: calc(100vh - 220px);
  }

  .DivTabRegistrosEvolucao{
    width: 95%;
  }

  .DivTabRegistros{
    width: 95%;
    height: calc(100vh - 225px);
  }

  .PainelBoxNovoAlteraEvolucao{
    width: 95%;
	height: calc(100vh - 70px);	
  }  

 .LabelCkeck{
    line-height: 1;
 }


  .ImgPesRegTerap_{
    top: -17px;    
  }  

  .table-bodyDiario{
    height: calc(100vh - 225px);
  }    

  .table-wrapper-RegistrosDiarioPais{
    height: calc(100vh - 180px);
  }  

  .nSelectPosDiarioEspPai{
    width: 195px;
    top: -17px;
  }

  .labelDiarioDTInicPai{
    width: 20%;
    line-height: 1;
    top: -10px;
  }  

  .labelDiarioDTFimPai{
    width: 19%;
    line-height: 1;
    top: -10px;
  }  

  .nInputDiarioDTPai{
    width: 28%;
    top: -10px;
  }

  .labelPosProgAgendaRegTerapInic{
    width: 20%;
    line-height: 1;
    top: 2px;
  }

  .labelPosProgAgendaRegTerapFim{
    width: 20%;
    line-height: 1;
    top: 2px;
  }

  .labelDiarioDtInic{
    width: 20%;
    line-height: 1;
    top: 2px;
  }

  .labelEvolucaoDTInic{
    width: 20%;
    line-height: 1;
    top: 2px;
  }

  .labelEvolucaoDTFim{
    width: 20%;
    line-height: 1;
    top: 2px;
  }

  .nInputDTTerap{
    top: 2px;
    width: 28%;
  }
  .nInputDTEvolucaoTerap{
    top: 2px;
    width: 28%;
  }

  .labelPosProgAgendaRegTerap_{
    top: -17px;
  }  

  .nInputDTDiario{
    top: 2px;
    width: 28%;
  }

  .labelDiarioDtFim{
    top: 2px;
    width: 20%;
    line-height: 1;
  }

  .labelPosDiarioTerapPac{
    top: -20px;
  }

  .labelPosEvolucaoTerapPac{
    top: -17px;
  }

  .labelPosEvolucaoTerapPacNome{
    top: -3px;
    width: 215px;
  }

  .labelDiarioTerapNomePac{
    top: -5px;
    width: 215px;
  }

  #checks {
    grid-auto-rows: 35px;
  }

  .table-wrapper-RegistrosDiario{
	height: calc(100vh - 220px);
  }  

  .labelRegTerapNome{
    top: -2px;
    width: 210px;
  }

  .PainelBoxNovoAlteraRegistro{
 	width:90%;
    height: calc(100vh - 100px);
  }  

  .PainelBoxNovoAlteraPerfil{
	width:90%;
    height: calc(100vh - 115px);
  }  

  .nSelectProgAgendaPacPai{
    width: 250px;
  }

  .DivProgPacTerap{
    width: 95%;
    height: 455px;
  }

  .labelProgAgenTerapPac{
    top: 5px;
    width: 250px;
  }

  .labelProgAgenTerapUnid{
    top: -15px;
  }

  .nSelectPosProgAgenda{
    top: -15px;
  }

 .DivTabelaPacTerap{
	height: calc(100vh - 195px);
    overflow-x: auto;
 }    

 .labelProgAgenTerapNome{
    top: -5px;
 }  

  .DivTabRegHoras{
    width: 95%;
  }

  .table-wrapper-horasTerap{
    width: 350px;
  }

  .DivProgPacPais{
    height: 455px;
    overflow: auto;
  }

  .DivTabelaPacPais{
    overflow: auto;
  }  

  .nSelectDiarioPacPai{
    width: 250px;
    top: -5px;
  }  

  .PainelBoxNovoAlteraDiarioTerap{
    width: 95%;
    height: 400px;
  }

  .PainelBoxNovoAlteraCadEvolucao{
    width: 95%;
	height: calc(100vh - 295px);	
  }

  .tab-content-frmCadReg {
    height: calc(100vh - 420px);
  }  

  .DivListaPacPai{
    margin-left: 5%;
    width: 95%;
  }

  .table-wrapperPacPais{
    width: 95%;
  }  

  .PainelBoxNovoAlteraPac{
    width: 90%;
    height: calc(100vh - 85px);
  }  

  .tabsPac {
    height: 40px;
  }

  .DivImg{
    display: flex;
	width: 100%;
	height:140px;
	margin: 10px;
 }  

   .BlocoDivInputProgAg{
    width: 95%;
	height: 60px;
  }

  .BlocoDivInputProgAgPacEvolucao{
    width: 95%;
	height: 85px;
  }

  .labelPosDiarioEspPai{
    top: -17px;
  }

  .ImgPesRegDiario{
    top: -19px;
  }  

  .DivTabRegistrosDiarioPais{
    width: 95%;
    height: calc(100vh - 175px);
  }  

  .PainelBoxNovoAlteraCadDiarioAdm{
    width: 95%;
    height: 415px;
  }

}

@media screen and (min-width: 381px) and (max-width: 600px) {

  .side-image { display: none; } /* Esconde imagem no celular */
  .login-wrapper { height: auto; }

  .DivCheckConsentimento{
    top: 0px;
  }

  .DivTextoConsentimento{
    height: 220px;
  }
  .PainelBoxNovoAlteraConsentimento{
    width: 95%;
    height: 350px;
  }  
    .app-footer{
        height: 50px;
    }

  .brand-line-break {
    display: block;
   /* margin-top: 4px; /* opcional */
  }

  .app-footer__sep{
    margin-left: 50px;  
  }    
    .app-footer__lgpd,
    .app-footer__links{
      font-size: 12px; /* um pouco maior para leitura no celular */
    }

    .app-footer__dot{
      display: none;   /* tira o pontinho no mobile (opcional) */
    }

    .app-footer__links{
      gap: 4px 10px;
    }

 .DivTabelaPacPais{
	height: 455px;
 }  
  .DivProgPacPais{
    overflow: auto;
    height: 455px;
  }  
  .nSelectProgAgendaPacPai{
    width: 250px;
  }

  .PainelBoxNovoAlteraDiarioTerap{
    width: 95%;
    height: 400px;
  }

  .DivFiltaLabelTerap{
    height: 40px;
    overflow: hidden;
  }

  .DivFiltaImgTerap{
    position: relative;
    top: -10px;
  }

  .ImgLogin{
	width: 90%
  }

  .login-content {
    padding: 1rem;
  }  

  header img {
    width: 100px;
	height: 30px;
  }  

  .tab-content {
		height: calc(100vh - 125px);
  }

  .PainelBoxNovoAlteraAdm{
	width:70%;
  }

  .PainelBoxNovoAltera{
	width:90%;
  }  

  .PainelBoxNovoAlteraCadSala{
    width:80%;
  }

  .PainelBoxNovoAlteraUnid{  
    width:90%;
    height: 450px;
  }

  .DivfrmUnid{
    height: 420px;
  }
  .tab-content-frmUnid {
    height: 375px;
  }

  .table-wrapperTabUnid {
    height: 315px;
  }

  .PainelBoxNovoAlteraAdmEsp{
    width:90%;
  }

  .DivPesquisa{
    width: 100%;
  }

  .PainelBoxNovoAlteraFoto{
    height: 300px;
    width: 90%;
  }

  .PainelBoxNovoAlteraProgAgenda{
    width: 90%;
    height: calc(100vh - 80px);
  }

  .imgOlho{
    left: 90%;
  }

  .PainelBoxNovoAlteraPac{
    width: 90%;
    height: calc(100vh - 75px);
  }  

  .tabsPac {
    height: 40px;
  }

  .BlocoDivInputProgAg{
    width: 95%;
	height: 60px;
  }

  .BlocoDivInputTreino{
    width: 95%;
	height: 150px;
  }
  .BlocoDivInputProgAgPac{
    width: 95%;
	height: 125px;
  }

  .BlocoDivInputProgAgPacEvolucao{
    width: 95%;
	height: 85px;
  }


  .DivProgAgendaGeral{
    height: calc(100vh - 238px);
  }  

  .labelProgAgenda{
    display: inline-block;
    width: 250px;
  }

  .labelPosProgAgenda{
    position: relative;
    top: -20px;
  }

  .labelPosProgAgendaPac{
    width: 75px;
    top: -15px;
  }

  .labelPosProgAgendaPacE{
    top: -15px;
  }

  .nSelectPosProgAgenda{
    position: relative;
    top: -15px;
  }

  .PainelBoxNovoAlteraPerfil{
	width:90%;
    height: calc(100vh - 250px);
  }  

  .DivProgPacTerap{
    width: 95%;
    height: 455px;
  }

  .PainelBoxNovoAlteraProgAgendaTerap{
    width: 95%;
    height: calc(100vh - 80px);
  }
 
  .tab-content-frmPac {
    height: calc(100vh - 200px);
  }

  .tab-content-frmPac-Terap {
    height: calc(100vh - 150px);
  }

  .DivTabRegistros{
    width: 95%;
    height: calc(100vh - 235px);
  }

  .table-wrapper-Registros {
	height: calc(100vh - 150px);
  }

  .table-wrapper-RegistrosTerap {
	height: calc(100vh - 230px);
  }

  .ImgFotoFiltaTerap{
    top:0px;
  }

  .nInputDT{
    top: -15px;
    border: 1px solid #ccc;
  }

  .nSelectPosProgAgendaPac{
    top:-15px;
    width: 245px;
  }

  .ImgPesRegPac{
    top: -20px;    
  }

  .nSelectPosTreino{
    width: 240px;
    top: -20px;
  }

  .DivTabRegistrosPac{
    width: 95%;
    height: calc(100vh - 280px);
    overflow: auto;
  }

  .DivTabRegistrosPacEvolucao{
    width: 95%;
    height: calc(100vh - 150px);
    overflow: auto;
  }

  .DivGraficoContainer{
    display: block;
  }

  .DivGraficoTab{
    width: 100%;
    height: 300px;
  }

  .DivGrafImage{
    display:flex; width:100%;
    height: 375px;
    overflow: auto;
  }  

  .table-wrapper {
	height: calc(100vh - 130px);
  }

  .table-wrapperRegPac {
		height: 285px
  }

  .table-wrapper-Adm {
    width: 100%;
	height: calc(100vh - 190px);
  }

  .labelPosProgAgendaPacAdm{
    top: -15px;
  }

  .DivProgPac{
    overflow-x: auto;
  }
  .labelPosProgAgendaTerap{
    top: -15px;
  }

  .labelPosProgAgendaRegTerap{
    width: 69px;
    top: 0px;
  }  

  .labelPosProgAgendaRegTerap_{
    width: 55px;
    top: -13px;
  }  

  .labelProgAgendaTerapNome{
    width: 240px;
    top: 1px;
  }

  .nInputDTTerap{
    width: 92px;
    top: 0px;
 }  

  .labelProgAgendaTerap{
    width: 230px;
  } 

  .labelProgAgendaTerap_{
    width: 230px;
    top: 0px;
  }   

  .ImgPesRegTerap_{
    top: -15px;    
  }  

  .PainelBoxNovoAlteraEvolucao{
    width: 95%;
	height: calc(100vh - 70px);	
  }  

 .DivTabelaPacTerap{
	height: calc(100vh - 155px);
    overflow-x: auto;
 }  

 .PainelBoxNovoAlteraCadRegistro{
    height: calc(100vh - 70px);
 }

  .labelPosProgAgendaPacEvolucao{
    top: -20px;
  } 

  .nSelectPosProgAgendaPacEvolucao{
    top: -30px;
  }

  .table-wrapper-Evolucao {
	height: calc(100vh - 255px);
  }

  .tabsfrmCadReg {
    width: 95%;
  }

  .tab-content-frmCadReg {
    height: 240px;
  }  

  .PainelBoxNovoAlteraRegistro{
 	width:90%;
    height: calc(100vh - 150px);
  }  

  .labelRegTreinoPacDTInic{
    width: 71px;
    top:-20px;
  }

  .labelRegTreinoPacDTFim{
    width: 64px;
    top:-20px;
  }

  .labelRegTreinoPacNome{
    width: 270px;
  }  

  .nSelectPosRegTreinoPac{
    width: 240px;
  }  

  .labelRegTreinoPacEsp{
    width: 85px;
  }  

  .labelPosRegTreino{
    width: 85px;
    top: -20px;
  }

  .labelRegEvoPac{
    top: -12px;
  }

  .labelRegEvoNome{
    width: 270px;
  }

  .labelRegEvoDTInic{
    width: 71px;
    top: -20px;
  }  

  .labelRegEvoDTFim{
    width: 64px;
    top: -20px;
  }  


  .nInputRegEvoDT{
    width: 92px;
    top: -20px;
  }

  .labelPosRegEvoTerap{
    width: 65px;
    top: -30px;
 }  

  .labelProgAgenTerapPac{
    width: 250px;
  }

  .labelEvolucaoDTInic{
    width: 71px;
    top: 2px;
  }

  .labelEvolucaoDTFim{
    width: 64px;
    top: 2px;
  }

  .nInputDTEvolucaoTerap{
    top: 2px;
    width: 92px;
  }

  .nInputDTDiario{
    top: 2px;
    width: 92px;
  }

  .PainelBoxNovoAlteraCadEvolucao{
	width:95%;
	height: 365px;	
  }

  .labelDiarioDtInic{
    width: 71px;
    top: 2px;
  }

  .labelDiarioDtFim{
    top: 2px;
  }

  .PainelBoxNovoAlteraCadDiario{
	width:95%;
	height: 400px;	
  }

  .table-wrapper-RegistrosDiario {
	height: calc(100vh - 210px);
  }  

  .table-wrapper-RegistrosEvolucao {
    height: calc(100vh - 220px);
  }

  .DivImg{
    display: flex;
	width: 100%;
	height:140px;
	margin: 10px;
 }

 .DivImgCadTerapAdm{
    display: flex;
	width: 100%;
	height:140px;
	margin: 5px;
 }

  .MasterLogo{
    height: 50px;
    width: 50px;
    margin: 7px;
  }

  .labelRegTreinoPac{
    top: -12px;
  }

  .nInputRegTreinoDT{
    width: 92px;
    top: -20px;
  }  

  .labelPosRegEstimulo{
    top: -25px;
    width: 85px;
  }

  .nSelectPosEstimulo{
    top: -25px;
    width: 210px;
  }

  .ImgPesEvolucao{
    top: -30px;
  }

  .ImgPesRegTreinoPac{
    top: -25px;
  }

  .labelPosProgAgendaRegTerapInic{
    width: 75px;
    top: 2px;
  }

  .labelPosProgAgendaRegTerapFim{
    width: 67px;
    top: 2px;
  }  

  .labelPosEvolucaoTerapPac{
    top: -10px;
    width: 55px;
  }

  .labelPosDiarioTerapPac{
    top: -10px;
    width: 55px;
  }

  .labelPosEvolucaoTerapPacNome{
    top: 5px;
    width: 230px;
  }

  .labelDiarioTerapNomePac{
    top: 5px;
    width: 230px;
  }

  .labelProgAgenTerapUnid{
    top: -15px;
  }

  .DivFrmCadSenha{
    width: 70%;
  }

  .table-wrapper-horasTerap{
    width: 370px;
  }

  .labelTabDia{
    top: -12px;
  }

  .table-cellPacNome {
    width: 50%;
  }

 .table-cellPacAcoes {
    width: 50%;
  }

  .table-bodyPac{
    height: calc(100vh - 130px);
  }

  .PainelBoxNovoAlteraCadDiarioAdm{
    width: 95%;
    height: 415px;
  }

  .PainelBoxNovoAlteraEvolucaoAdm{
    width: 95%;
    height: 315px;
  }

  .DivTabRegistrosEvolucao{
    width: 95%;
  }

  .tabsCadOper{
    overflow-y: auto;
  }

  .DivfrmCadOperEmail{
    display: flex;
    width: 60%;
  }

  .DivfrmCadOperTel{
    display: flex;
    width: 40%;
  }

 .DivfrmCadOperMeioParteA{
    display: block;
    width: 60%;
 }

 .DivCadOperMeioParteB{
    display: block;
    width: 40%;
 }  

 .DivfrmCadOperCampos{
    display: block;
 }

 .DivfrmCadOperDocRG{
    width: 100%;
 }

 .DivfrmCadOperDocCPF{
    width: 100%;
 }

 .DivfrmCadOperFlexBloc{
    display: block;
 }

 .DivfrmCadOperCampoFlexBloc{
    width: 100%;
 }

 .DivfrmCadOperCampoBloq{
    width: 100%;
    position: relative;
 }

 .DivImgCadOper{
	width: 80%;
	height:100px;
	margin: 5px;
 }

 .DivfrmCadOperCampoBanco{
    width: 100%;
 }

 .DivfrmCadOperAgcc{
    width: 100%;
 }

 .DivfrmCadOperCampoAGcc{
    width: 50%;
 }

 .DivfrmCadOperCampoPIX{
    width: 100%;
 }

 .LabelCkeck{
    line-height: 1;
 }

  #checks {
      grid-auto-rows: 20px;
      gap: 5px 10px; /* (linha, coluna) */
      padding: 5px;
    }

  .PainelBoxNovoAlteraAdmConvenio{
    width: 90%;
  } 

  .table-wrapperPacPais{
    width: 95%;
  }  

  .DivListaPacPai{
    margin-left: 5%;
    width: 95%;
  }

  .labelDiarioPacPai{
    top: -2px;
  }

  .nSelectDiarioPacPai{
    top: -2px;
  }  

  .labelDiarioDTInicPai{
    width: 72px;
  }  

  .nInputDiarioDTPai{
    width: 95px;
  }

  .labelDiarioDTFimPai{
    width: 65px;
  }

  .labelPosDiarioEspPai{
    width: 85px;
    top: -13px;
  }

  .nSelectPosDiarioEspPai{
    top: -13px;
  }

  .ImgPesRegDiario{
    top: -13px;
  }  

  .DivTabRegistrosDiarioPais{
    width: 95%;
    height: calc(100vh - 175px);
  }  

  .table-wrapper-RegistrosDiarioPais{
    height: calc(100vh - 175px);
  }  

 .LabelCkeckDisable{
    line-height: 1;
 }     

 .labelRegTerapNome{
    width: 230px;
    top: 0px;
 }

  .table-wrapper-RegistrosDiario{
    height: calc(100vh - 230px);
  }

  .DivTotais{
    display: block;
  }

  .BlocoDivEstatistica{
	width:100%;
  }

  .containerEstatisticas{
    width:95%;
    overflow: auto;
    height: calc(100vh - 50px);
  }

  .DivGraficos{
    display:block;
    width:100%;
  }

  .DivBordaEstatistica{
	width:95%;
    margin: 10px;
  }

  .chartTable{
    height: 355px;
  }
}
