@charset "ISO-8859-1";

/*############################################################### BUTTON #*/
button, a {
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
	border-radius: 5px;
}

.form a {
	padding: 9px 32px 9px 32px;
	margin: 10px 10px 10px 10px;
}

.btn_pagina {
	border-radius: 12px;
	width: 210px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 12px 20px;
	background: linear-gradient(135deg, var(--cor11), var(--cor12));
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn_pagina:hover {
	background: linear-gradient(135deg, var(--cor1), var(--cor12));
	box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}

.btn_sub {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Bahnschrift; 
	background: var(--cor50);
	font-size: 16px;
	font-weight: bold;
	color: var(--texto2);
}

.margin10 {
	margin: 0px 0px 10px 0px;
}

.btn_margin1 {
	margin: 1px 0px 1px 0px;
}

.btn_sub_auto {
	width: auto;
}

.btn_info {
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background: var(--cor50);
	color: var(--texto2);
}

.btn_sub:hover,.btn_info:hover {
	background: var(--cor51);
	transition: 0.2s;
}

.btn_configuracao {
	font-family: Montserrat;
	font-size: 15px;
	color: #5c5c5c;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	background-size: cover;
	background-repeat: no-repeat;
	width: 180px;
	height: 75px;
	border-radius: 5px;
	text-align: left;
	box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.20);
	filter: grayscale(100%) brightness(150%);
}

.btn_internacao {
	width: 180px;
	height: 54px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Montserrat;
	color: #5c5c5c;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
	text-align: left;
	box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.20);
	filter: grayscale(100%) brightness(150%);
}

.btn_configuracao:hover,
.btn_internacao:hover {
	filter: grayscale(0%) contrast(80%);
	border: none;
}

.btn_solicitar, .btn_relatorio {
	border-radius: 5px;
	width: 180px; /*150*/
	height: 60px; /*60*/
	font-family: Bahnschrift;
	font-size: 14px;
	color: var(--cor6);
	font-weight: bold;
	padding: 8px;
	margin: 0px 10px 10px 0px;
	background: var(--cor14);
	background: linear-gradient(135deg, var(--cor13), var(--cor14));
	box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.2);
}

.btn_solicitar:hover, .btn_relatorio:hover {
	/*background: var(--cor13);*/
	background: linear-gradient(135deg, var(--cor13), var(--cor15));
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
	
}

button:disabled, button[disabled],button:hover:disabled, button:hover[disabled] {
	cursor: not-allowed;
	background: #f3f3f3;
	color:#cccccc;
}

button:disabled img, button[disabled] img, button:hover:disabled img, button:hover[disabled] img {
	filter: invert(86%) sepia(0%) saturate(7%) hue-rotate(280deg) brightness(98%) contrast(86%);
}

.relative {
	position: relative;
}

.novo {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #00AD91;
  color: white;
  padding: 2px 6px 1px 6px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.7; }
  100% { transform: scale(1); opacity: 1; }
}

/*############################################################### INPUT #*/
input, select {
	background: none;
	border: none;
	outline: none;
}

.option option {
  font-family: monospace;
  white-space: pre;
}

.optgroup {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	color: var(--cor6);
}

input::placeholder {
	color: #dfdfdf;
}

.input_pagina {
	border: 1px solid #E2E2E2;
	color: #7a7a7a;
	font-size: 15px;
	font-family: Montserrat;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	height: 33px;
	background: var(--cor5);
}

.select_pagina {
	border: 1px solid #E2E2E2;
	color: #7a7a7a;
	font-size: 15px;
	font-family: Montserrat;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
	height: 33px;
	background: var(--cor5);
}

.input_pagina:hover,
.input_pagina:focus,
.input_pagina:read-only,
.select_pagina:hover,
.select_pagina:focus {
	background: var(--cor53);
	transition: 0.1s;
}

.filtro_input {
	border-radius: 15px;
	border: 2px solid var(--cor1);
	width: 100%;
	padding: 7px 7px 7px 7px;
	text-align: center;
}

.filtro_input:hover,
.filtro_input:focus {
	background: #FFFFFF;
}

.MensagemCampo,
.MensagemCampo:hover,
.MensagemCampo:focus,
.MensagemCampo:read-only {
	background: none;
	border: none;
	font-weight: bold;
}

.input_upper {
	text-transform: uppercase;
}

.input_lower {
	text-transform: lowercase;
}

.input100 {
	width: 100%;
}

.padua_score {
	text-align: center;
	font-size: 20px;
	font-weight: bolder;
	font-family: Montserrat, sans-serif;
	border-radius: 5px;
	padding: 10px;
	width: 200px;
	height: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}

.padua_risco1 {
	border: 3px solid #addad1;
	background: #daf1ed;
	color: #389384;
}

.padua_risco2 {
	border: 3px solid #b5dd6b;
	background: #e5eec7;
	color: #77973c;
}

.padua_risco3 {
	border: 3px solid #e6de75;
	background: #fffab0;
	color: #aaa33f;
}

.padua_risco4 {
	border: 3px solid #f18468;
	background: #f8ddd6;
	color: #e0360c;
}

.padua_score:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*############################################################### TEXTAREA #*/
textarea {
	outline: none;
	resize: none;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	color: #646464;
	font-size: 15px;
	font-family: Montserrat;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	background: var(--cor5);
}

textarea:hover, textarea:focus {
	background: var(--cor53);
	transition: 0.1s;
}

textarea::placeholder {
	color: #dfdfdf;
}

.cx_grande {
	width: 650px;
	height: 120px;
}

.cx_medio {
	width: 400px;
	height: 100px;
}

.cx_h60 {
	height: 60px;
}

.cx_h80 {
	height: 80px;
}

.cx_h100 {
	height: 100px;
}

.cx_h120 {
	height: 120px;
}

.cx_h150 {
	height: 150px;
}

.cx_grande:hover,.cx_grande:focus, .cx_medio:hover,.cx_medio:focus, .cx_medica:hover,.cx_medica:focus {
	background: var(--cor5);
	transition: 0.1s;
}

/*############################################################### Gerais #*/
.w60 {
	width: 60%;
}

.margin {
	margin: 0px 20px 20px 0px;
}

/*############################################################### IMG #*/
.icon_btn {
	width: 25px;
	filter: invert(48%) sepia(16%) saturate(10%) hue-rotate(23deg) brightness(96%) contrast(92%);
}

.img100 {
	width: 100%;
}

.img80 {
	width: 80%;
}

/*Imagens Manuais*/
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
	padding-top: 50px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}
.imgModal {
	cursor: pointer;
	box-shadow: 4px 4px 8px rgba(50, 50, 50, 0.2);
}
.modal-content {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s;
}
.close:hover {
    color: #ccc;
}

/*############################################################### TABELA #*/
.tab_lista {
	border-collapse: collapse;
	max-width: 100%;
}

.tab_completo {
	border-collapse: collapse;
	width: 100%;
}

.tab100 {
	width: 100%;
}

.tb_relatorio {
	border-collapse: collapse;
	max-width: 700px;
}

.tab_limite {
	border-collapse: collapse;
	max-width: 1250px;
	overflow-y: hidden;
}

.th_fixo {
	position: sticky;
	top: 0;
}

th {
	font-size: 14px;
	color: black;
	text-align: center;
	background: var(--cor51);
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-radius: 3px;
}

td {
	padding: 2px 4px 2px 4px;
}

.td_center_simples {
	text-align: center;
}

.td_center {
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.td_espaco {
	padding: 0px 0px 6px 0px;
}

.td_semquebra {
	white-space: nowrap;
}

.td_quebra220 {
	word-wrap: break-word;
	max-width: 220px;
}

.td_quebra200 {
	word-wrap: break-word;
	max-width: 200px;
}

.td_quebra100 {
	word-wrap: break-word;
	max-width: 100px;
}

.td_quebra600 {
	word-wrap: break-word;
	max-width: 600px;
}

.tr_simples {
	font-size: 16px;
}

.tr_bold {
	font-weight: bold;
}

.tr_formatado {
	border-bottom: 1px solid #E2E2E2;
	font-size: 13px;
	color: var(--cor6);
	text-align: center;
}

.tr_left {
	text-align: left;
}

.tr_solicitacao {
	font-size: 13px;
}

.tr_inativo {
	color: #b10909;
}

.tr_formatado:hover {
	background: var(--cor5);
	transition: 0.1s;
	font-weight: bolder;
	cursor: pointer;
}

.td_select {
	font-weight: bold;
	background: var(--cor14);
}

.td_diagnostico {
	font-size: 10px;
}

.tr_separador, .tr_sep_relatorio {
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	font-weight: bolder;
	color: #000000;
	background: var(--cor51);
	border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.tr_sep_relatorio {
	font-size: 12px;
	background: var(--cor51);
}

.tab_separador {
	padding: 10px 10px 10px 10px;
	text-align: left;
	max-width: 100%;
	border: 1px solid #f7f7f7;
	border-radius: 5px;
	float: left;
}

.barra_distribuicao {
	display: flex;
	height: 15px;
	width: 200px;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}

/*############################################################### RADIO #*/
.input_radio[type=radio],
.input_radio[type=checkbox] {
	display: none;
}

.input_radio[type=radio]+.lb_check:before,
.input_radio[type=checkbox]+.lb_check:before {
	content: "\00a0";
	display: inline-block;
	color: #ffffff;
	font: 15px sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 0;
	vertical-align: top;
	width: 22px;
	height: 22px;
	border-radius: 4px;
	border: 1px solid #787878;
	text-align: center;
	background: var(--cor5);
	cursor: pointer;
}

.input_radio[type=radio]:hover+.lb_check:before,
.input_radio[type=checkbox]:hover+.lb_check:before {
	content: "\2713";
	background: var(--cor1);
	transition: 1s;
}

.input_radio[type=radio]:checked+.lb_check:before,
.input_radio[type=checkbox]:checked+.lb_check:before {
	content: "\2713";
	background: var(--cor1);
}

/*############################################################### TEXTO #*/
.txt_bemvindo {
	font-weight: bold;
	font-size: 22px;
}

.txt_novidades {
	color: #00AD91;
	font-weight: bold;
	font-size: 18px;
}

.txt_info {
	padding: 3px 3px 3px 3px;
	margin: 2px;
	font-weight: bold;
	border-radius: 4px;
	float: left;
	font-size: 14px;
}

.txt_obrigatorio {
	color: var(--cor4);
	font-size: 16px;
}

.txt_info2 {
	font-size: 12px;
	background: var(--cor51);
}

.txt_descricao {
	font-weight: bold;
	font-size: 12px;
}

.txt_item {
	font-size: 12px;
	color: var(--cor7);
}

.txt_obs {
	font-size: 13px;
}

.txt_mini_solic {
	font-weight: normal;
	font-size: 12px;
	color: #43925b;
	color: var(--cor54);
}

.permissao_desc {
	font-size: 13px;
	color: var(--cor7);
}

.coluna2 {
	column-count: 2;
	column-gap: 20px;
}

.w100 {
	width: 100%;
}

.justificado {
	text-align: justify;
}

.alignE {
	text-align: left;
}

.alignR {
	text-align: right;
}

.center {
	text-align: center;
}

.font10 {
	font-size: 10px;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.font14 {
	font-size: 14px;
}

.none {
	display: none;
}

/*############################################################### xROLAGEM #*/
.rol_solicitacao {
	overflow: auto;
	max-height: 260px;
	margin-bottom: 10px;
}

.rol_contato {
	overflow: auto;
	max-height: 290px;
	margin-bottom: 10px;
}

.rol_cadastro, .rol_farmacia_etiq {
	overflow: auto;
	max-height: 465px;
}

.rol_extrato {
	overflow: auto;
	max-height: 500px;
}

.rol_interconsulta {
	overflow: auto;
	max-height: 510px;
}

.rol_log {
	overflow: auto;
	max-height: 520px;
}

.rol_permissao {
	overflow: auto;
	max-height: 530px;
}

.rol_listagem, .rol_perm_meu {
	overflow: auto;
	max-height: 565px;
}

.rol_perm_meu, .rol_perm_perfil, .rol_perm_grupo {
	overflow: auto;
	max-height: 560px;
}

.rol_internacao,.rol_rel_tempo {
	overflow: auto;
	max-height: 572px;
}

.rol_usuario, .rol_lista_filtro {
	overflow: auto;
	max-height: 575px;
}

.rol_rel_pesquisar {
	overflow: auto;
	width: 100%;
	max-height: 585px;
}

.rol_alta, .rol_perm_sistema {
	overflow: auto;
	max-height: 615px;
}

.rol_atendimento {
	overflow: auto;
	max-height: 630px;
}

.rol_lista {
	overflow: auto;
	max-height: 660px;
}

.rol_relatorio {
	overflow: auto;
	max-height: 720px;
}

/*############################################################### xCARDS_RELATORIOS #*/
.card_visao {
	float: left;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
	height: 100px;
	box-shadow: 4px 4px 4px rgba(50, 50, 50, 0.20);
	background-position: center;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.card_img1 {
	background-image: url('/public/img/relatorio/qtd_internados.gif');
	filter: brightness(110%);
}

.card_img2 {
	background-image: url('/public/img/relatorio/leitos_fixo.gif');
	filter: brightness(110%);
}

.card_img3 {
	background-image: url('/public/img/relatorio/leitos_extra.gif');
	filter: brightness(110%);
}

.card_img4 {
	background-image: url('/public/img/relatorio/media_perm.gif');
	filter: brightness(110%);
}

.card_img5 {
	background-image: url('/public/img/relatorio/taxa_ocupacao.gif');
	filter: brightness(110%);
}

.card_visao:hover {
	opacity: 0.8;
}

.card_org {
	width: 100%;
	height: 100%;
	padding: 15px 15px 15px 15px;
}

.txt_visao_titulo {
	font-size: 14px;
}
.txt_visao_numero {
	font-size: 45px;
	font-weight: bold;
}

/*############################################################### Link #*/
a, a:link, a:active, a:visited, a:hover{
	text-decoration: none;
}

.lk_manual {
	width: auto;
	background: var(--cor50);
	text-align: center;
	color: var(--cor6);
	padding: 10px;
	margin: 5px;
	border-radius: 15px;
}

.lk_manual:hover {
	background: var(--cor51);
	transition: 1.3;
}