/*
    VETERINARIAXX
    DESENVOLVIDO POR DIALWEB.COM.BR
*/

@import url(//fonts.googleapis.com/css?family=Poppins:400,600);

html, body {
    height: 100%;
}

body {
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
	color: #666;
    background: #E5E5E5;
}

body.open {
	overflow: hidden;
}



/* FORMULARIO */
form label, form .label {
    display: block;
    margin-top: 10px;
}

form .label > label {
	margin-top: 0;
}

form label > span, form .label > span {
    font-weight: bold;
}

form input, form select, form textarea {
    display: block;
    height: 45px;
    border: 1px solid #CCC;
    padding: 0 10px;
    width: 100%;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form textarea {
    height: auto;
    padding: 10px;
    resize: none;
}

form input[type=checkbox], form input[type=radio] {
    display: inline;
    padding: 0;
    width: auto;
    height: auto;
}

form button {
    display: block;
    width: 100%;
    height: 45px;
    margin: 20px auto 0 auto;
    padding: 0 35px;
    border: 0;
    background: #DDD;
	border-radius: 3px;
}

form button:hover {
    background: #CCC;
}

form button.green {
    color: #FFF;
    background: #FD9EC5;
}

form button.green:hover {
    background: #59BD60;
}

form label.col, form .label.col {
    float: left;
    width: 50%;
    margin-left: 2%;
}

form label.rel {
	position: relative;
}

form label.rel > .abs {
	position: absolute;
	bottom: 1px;
	right: 1px;
	background: #DDD;
	line-height: 43px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 0 3px 3px 0;
}

form label.col.f, form .label.col.f {
    margin-left: 0;
}

form label.col.small, form .label.col.small {
    width: 18%;
}

form label.col.medium, form .label.col.medium {
    width: 49%;
}

form label.col.large, form .label.col.large {
    width: 80%;
}

form label.col.three, form label.col.smallThree {
    width: 32%;
}

form label.col.four, form label.col.smallFour {
    width: 23.5%;
}

form label.col.largeFour {
    width: 74.5%;
}

form label.col.mediumFour {
    width: 49%;
}

form label.col.largeThree {
    width: 66%;
}


form label.col.five {
    width: 18.4%;
}

form label.col.six {
    width: 15%;
}

form .btnCenter {
    text-align: center;
}

form .btnCenter > button {
    display: inline-block;
    width: auto;
    margin: 20px 1% 0 1%;
}

#frmBuscar {
	margin-bottom: 30px;
}

.buscaInput > .result > a, .buscaInputAdicionar > .result > a {
	display: block;
	padding: 10px;
}

.buscaInput > .result > a:hover, .buscaInputAdicionar > .result > a:hover {
	background: #EEE;
	text-decoration: none;
}

.buscaInput > .selecionado {
	display: none;
	position: relative;
	padding: 10px;
	background: #EEE;
}



/* ALINHAMENTOS */
.alCenter {
    text-align: center;
}

.alRight {
	text-align: right;
}



/* ALERTA */
.alerta {
    color: #1B1E21;
    background-color: #D6D8D9;
    border: 1px solid #C6C8CA;
    margin-bottom: 10px;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alerta.erro {
    color: #721C24;
    background-color: #F8D7DA;
    border-color: #F5C6CB;
}

.alerta.erro > .badge {
    color: #FFF;
    background: #DC3545;
}

.alerta.sucesso {
    color: #155724;
    background: #D4EDDA;
    border-color: #C3E6CB;
}

.alerta.sucesso > .badge {
    color: #FFF;
    background: #28A745;
}

.alerta.atencao {
    color: #856404;
    background: #FFF3CD;
    border-color: #FFEEBA;
}

.alerta.atencao > .badge {
    color: #212529;
    background: #FFC107;
}

.alerta > .badge {
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    text-transform: capitalize;
    margin-right: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}



/* ESTRUTURA */
#carregando {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../imagens/ico_carregando.gif) center center no-repeat rgba(255, 255, 255, .9);
	z-index: 998;
}

h1 {
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
}

h2 > span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: normal;
}

strong {
    font-weight: bold;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    padding: 100px 35px 100px 335px;
}

#content.w100p {
	width: 100%;
	margin: 0;
	padding: 3%;
}

#content.w100p.max {
	max-width: 1100px;
	margin: 0 auto;
}

#content > .boxTitulo {
    line-height: 45px;
    margin-bottom: 20px;
}

#content > .boxTitulo > h1 {
    float: left;
}

#content > .boxTitulo > a {
    float: right;
    background: #CCC;
    padding: 0 35px;
    text-decoration: none;
    text-transform: uppercase;
	margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#content > .boxTitulo > a:hover {
    background: #BBB;
}

#content > .boxTitulo > a.blue {
    background: #A349A3;
    color: #FFF;
}

#content > .boxTitulo > a.blue:hover {
    background: #873D87;
}

#content > .boxTitulo > a > span {
    font-size: 12px;
    margin-right: 5px;
}

#content > .boxBotoes {
	margin-bottom: 30px;
}

#content > .boxBotoes > a {
	float: left;
	line-height: 30px;
	padding: 0 15px;
	margin-right: 20px;
	background: #CCC;
}

#content > .boxBotoes > select {
	width: 100%;
	height: 45px;
	text-align: center;
	padding: 0 20px;
}

#content > .boxBotoes > a:hover, #content > .boxBotoes > a.atual {
	background: #4272D7;
	color: #FFF;
	text-decoration: none;
}

.config-list-toolbar {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 24px;
}

.config-list-toolbar > .boxBotoes {
	align-items: center;
	flex: 1;
	gap: 8px;
	margin: 0;
}

.config-list-toolbar > .boxBotoes.mobHide {
	display: flex !important;
}

.config-list-toolbar > .boxBotoes > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 50px;
	padding: 0 19px;
	border: 1px solid #d8e0e4;
	border-radius: 8px;
	background: #fff;
	color: #52616a;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: background .15s, border-color .15s, color .15s;
}

.config-list-toolbar > .boxBotoes > a:hover,
.config-list-toolbar > .boxBotoes > a.atual {
	border-color: #4272d7;
	background: #4272d7;
	color: #fff;
}

.config-list-toolbar > .boxBotoes > select {
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border: 1px solid #d8e0e4;
	border-radius: 8px;
	background: #fff;
}

.config-list-toolbar > .listing-filter-bar {
	flex: 0 0 auto;
	margin: 0 0 0 auto;
}

.config-list-toolbar .listing-filter-open {
	min-height: 50px;
	padding: 0 19px;
	font-size: 12px;
}

.config-list-toolbar--options-only > .boxBotoes {
	flex: 0 1 auto;
}

.config-result-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.config-result-header .config-table-add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	gap: 8px;
	min-height: 60px;
	margin-left: auto;
	padding: 0 24px;
	background: #fff;
	color: #9f4b69;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.config-result-header .config-table-add:hover,
.config-result-header .config-table-add:focus {
	background: #8f3f5c;
	color: #fff;
}

.config-metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.config-metric {
	display: grid;
	grid-template-columns: 54px 1fr auto;
	align-items: center;
	gap: 16px;
	min-height: 112px;
	padding: 22px;
	border: 1px solid #e0e7ea;
	border-radius: 12px;
	background: #fff;
	color: #5f6d75;
	text-decoration: none;
	box-shadow: 0 4px 14px rgba(42, 58, 66, .05);
	transition: transform .15s, box-shadow .15s, border-color .15s;
}

.config-metric:hover {
	border-color: #b9c9cf;
	text-decoration: none;
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(42, 58, 66, .1);
}

.config-metric__icon {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #eef3fb;
	color: #4272d7;
	font-size: 21px;
}

.config-metric strong {
	display: block;
	margin-bottom: 2px;
	color: #29373e;
	font-size: 27px;
	line-height: 1;
}

.config-metric > .fa-arrow-right {
	color: #a4b0b6;
	font-size: 13px;
}

.config-metric--medicamentos .config-metric__icon {
	background: #eef8f5;
	color: #2b9b86;
}

.config-metric--termos .config-metric__icon {
	background: #fff4e9;
	color: #d8883a;
}

.config-metric--exames .config-metric__icon {
	background: #f7effa;
	color: #9559aa;
}

.config-form-overlay {
	display: none;
	position: fixed;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(19, 25, 31, .74);
	backdrop-filter: blur(4px);
	z-index: 1200;
}

.config-form-overlay.is-open {
	display: flex;
}

.config-form-modal {
	width: min(520px, 100%);
	max-height: calc(100vh - 48px);
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	background: #f7f9fa;
	box-shadow: 0 24px 75px rgba(0, 0, 0, .3);
	overflow: hidden;
}

.config-form-modal--wide {
	width: min(1040px, 100%);
}

.config-form-modal__header {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8eb;
	background: #fff;
}

.config-form-modal__icon {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: #edf3fd;
	color: #4272d7;
	font-size: 18px;
}

.config-form-modal__titles {
	flex: 1;
	min-width: 0;
}

.config-form-modal__eyebrow {
	display: block;
	margin-bottom: 2px;
	color: #7c8990;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
}

.config-form-modal__header h2 {
	margin: 0;
	color: #2c3a41;
	font-size: 21px;
}

.config-form-modal__close {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #edf1f3;
	color: #54636b;
	font: 300 29px/38px Arial, sans-serif;
	cursor: pointer;
}

.config-form-modal__body {
	padding: 24px;
	overflow-y: auto;
}

.config-form-modal__body > .alerta {
	margin-bottom: 16px;
}

.config-modal-form.bgBox {
	margin: 0;
	padding: 24px;
	box-shadow: none;
}

.config-form-modal--wide .config-modal-form textarea {
	min-height: 260px;
}

.config-form-loading,
.config-form-error {
	min-height: 220px;
	display: grid;
	place-items: center;
	color: #718087;
	text-align: center;
}

.config-form-loading span,
.config-form-error span {
	display: block;
	margin-bottom: 10px;
	color: #4272d7;
	font-size: 26px;
}

.bgBox {
    background: #FFF;
    padding: 35px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#assinatura {
	display: block;
	border: 1px solid #666;
}



/* RESULTADOS */
.bgBox.resultados {
    background: transparent;
    padding: 0;
}

.bgBox.resultados > header {
    color: #666;
    background: #FEAEC9;
    line-height: 60px;
    text-transform: uppercase;
}

.bgBox.resultados > footer {
    background: #F5F5F5;
    line-height: 60px;
    border-top: 1px solid #E5E5E5;
    padding: 0 35px;
    text-align: center;
    font-size: 14px;
}

.bgBox.resultados > .resultado {
    background: #FFF;
    padding: 10px 0;
}

.bgBox.resultados > .resultado:hover {
    background: #F5F5F5;
}

.bgBox.resultados > .resultado span {
    font-size: 14px;
}

.bgBox.resultados > .noResult {
    padding: 10px 35px;
    text-align: center;
    background: #FFF;
}

.bgBox.resultados > .resultado > .acoes {
    float: right;
    padding-right: 35px;
}

.bgBox.resultados > .resultado > .acoes > a {
    margin-left: 10px;
    text-decoration: none;
}

.whatsapp-link,
.bgBox.resultados > .resultado > .acoes > a.whatsapp-link {
	color: #1fa855;
}

.historico-compacto {
	background: #f8faf9;
	border: 1px solid #dbe7df;
	border-radius: 6px;
	margin: 8px 0 20px;
	padding: 16px;
}

.historico-compacto__cabecalho {
	align-items: center;
	border-bottom: 1px solid #dbe7df;
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.historico-compacto__cabecalho strong,
.historico-compacto__cabecalho span {
	display: block;
}

.historico-compacto__grade {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.historico-compacto__grade > div > span {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.historico-compacto__grade p {
	margin: 4px 0 0;
}

.historico-compacto__texto {
	max-height: 260px;
	overflow: auto;
}

.historico-compacto__acoes {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

form .ai-summary-button,
.ai-summary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	width: auto;
	height: 38px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid #a993ca;
	border-radius: 8px;
	background: #f4effb;
	color: #65458d;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	cursor: pointer;
}

form .ai-summary-button:hover,
.ai-summary-button:hover {
	border-color: #7653a4;
	background: #7653a4;
	color: #fff;
}

form .ai-summary-button:disabled,
.ai-summary-button:disabled {
	cursor: wait;
	opacity: .7;
}

.ai-summary-result {
	display: none;
	margin-top: 14px;
	padding: 14px 16px;
	border-radius: 9px;
	font-size: 13px;
	line-height: 1.65;
	white-space: pre-wrap;
}

.ai-summary-result.is-loading,
.ai-summary-result.is-ready,
.ai-summary-result.is-error {
	display: block;
}

.ai-summary-result.is-loading {
	background: #f1eef8;
	color: #675b76;
}

.ai-summary-result.is-ready {
	border: 1px solid #cfe4d8;
	background: #f4faf7;
	color: #344d40;
}

.ai-summary-result.is-error {
	border: 1px solid #efd0d0;
	background: #fff5f5;
	color: #8a3e3e;
}

.ai-summary-result strong,
.ai-summary-result div,
.ai-summary-result small {
	display: block;
}

.ai-summary-result strong {
	margin-bottom: 6px;
	color: #2c4036;
	font-size: 14px;
}

.ai-summary-result small {
	margin-top: 10px;
	color: #6d7e75;
	font-size: 11px;
}

.weight-history {
	clear: both;
	margin: 18px 0 6px;
	padding: 16px;
	border: 1px solid #dfe7e9;
	border-radius: 10px;
	background: #f7f9fa;
}

.weight-history__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.weight-history__header h3 {
	margin: 0;
	color: #344249;
	font-size: 16px;
}

.weight-history__header span {
	color: #839098;
	font-size: 11px;
}

.weight-history__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
}

.weight-history__item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 2px 10px;
	padding: 10px 12px;
	border: 1px solid #e1e8ea;
	border-radius: 8px;
	background: #fff;
}

.weight-history__item time {
	color: #7a878e;
	font-size: 11px;
}

.weight-history__item strong {
	color: #98536e;
	font-size: 13px;
	text-align: right;
}

.weight-history__item span {
	grid-column: 1 / -1;
	color: #69777e;
	font-size: 11px;
}

.weight-history__empty {
	grid-column: 1 / -1;
	margin: 0;
	color: #7b878d;
	font-size: 12px;
}

/* Consultas e reavaliações */
body.clinical-page {
	background: #edf1f2;
	color: #536169;
	font-size: 14px;
}

body.clinical-page #content {
	max-width: 1520px;
	margin: 0 auto;
}

body.clinical-page #content > .boxTitulo {
	margin-bottom: 14px;
}

body.clinical-page #content > .boxTitulo > h1 {
	color: #27363d;
	font-size: 27px;
	letter-spacing: -.6px;
}

body.clinical-page #content > .boxTitulo > a {
	min-height: 40px;
	padding: 0 20px;
	border-radius: 8px;
	font-size: 11px;
	line-height: 40px;
}

body.clinical-page form.bgBox {
	padding: 22px 24px;
	border: 1px solid #dde5e8;
	border-radius: 14px;
	box-shadow: 0 7px 22px rgba(42, 57, 65, .06);
}

body.clinical-page form.bgBox > h2 {
	clear: both;
	margin: 18px 0 10px;
	padding: 10px 13px;
	border-left: 4px solid #a349a3;
	border-radius: 0 8px 8px 0;
	background: #f7f2f7;
	color: #3c4850;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
}

body.clinical-page form.bgBox > h2:first-child {
	margin-top: 0;
}

body.clinical-page form label,
body.clinical-page form .label {
	margin-top: 7px;
}

body.clinical-page form label > span,
body.clinical-page form .label > span {
	display: inline-block;
	margin-bottom: 4px;
	color: #5b6870;
	font-size: 11px;
	letter-spacing: .02em;
}

body.clinical-page form input,
body.clinical-page form select {
	height: 39px;
	border-color: #d7e0e3;
	border-radius: 7px;
	background: #fbfcfc;
	font-size: 13px;
}

body.clinical-page form textarea {
	min-height: 74px;
	border-color: #d7e0e3;
	border-radius: 7px;
	background: #fbfcfc;
	font-size: 13px;
	line-height: 1.45;
}

/* Formulário de nova consulta */
body.clinical-page .consulta-form label {
	margin-bottom: 12px;
}

body.clinical-page .consulta-form .col {
	box-sizing: border-box;
}

body.clinical-page .consulta-form .col.f {
	margin-left: 0;
}

body.clinical-page .consulta-form .col.rel {
	position: relative;
}

body.clinical-page .consulta-form .consulta-sintomas {
	display: grid;
	grid-template-columns: minmax(120px, 15%) minmax(220px, 33%) minmax(120px, 15%) minmax(220px, 33%);
	gap: 0 1.333%;
	clear: both;
}

body.clinical-page .consulta-form .consulta-sintomas > .col {
	float: none;
	width: auto;
	margin-left: 0;
}

body.clinical-page .consulta-form .consulta-sintomas > .clear {
	display: none;
}

body.clinical-page .consulta-form select[name^="anamnese_sintomas"],
body.clinical-page .consulta-form select[name="anamnese_avaliacaocardiologicaanterior"] {
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

body.clinical-page .consulta-form select.opcao-sim {
	border-color: #72c28a;
	background-color: #dcf5e4;
	color: #176b35;
	font-weight: 600;
}

body.clinical-page .consulta-form select.opcao-nao {
	border-color: #e2bd54;
	background-color: #fff2bf;
	color: #765713;
	font-weight: 600;
}

body.clinical-page .consulta-form select option[value="1"] {
	background-color: #dcf5e4;
	color: #176b35;
}

body.clinical-page .consulta-form select option[value="0"] {
	background-color: #fff2bf;
	color: #765713;
}

body.clinical-page form input:focus,
body.clinical-page form select:focus,
body.clinical-page form textarea:focus {
	border-color: #a349a3;
	background: #fff;
	outline: 3px solid rgba(163, 73, 163, .1);
}

body.clinical-page form label.rel > .abs {
	line-height: 37px;
	border-radius: 0 7px 7px 0;
}

@media screen and (min-width: 1201px) {
	body.clinical-page .consulta-form > label.col.small,
	body.clinical-page .consulta-form > .label.col.small {
		width: 24%;
	}

	body.clinical-page .consulta-form > label.col.large,
	body.clinical-page .consulta-form > .label.col.large {
		width: 74%;
	}

	body.clinical-page .consulta-form > label.col.medium,
	body.clinical-page .consulta-form > .label.col.medium {
		width: 49%;
	}

	body.clinical-page .consulta-form > label.col.four {
		width: 23.5%;
	}
}

@media screen and (max-width: 1200px) {
	body.clinical-page .consulta-form .consulta-sintomas {
		grid-template-columns: minmax(140px, 28%) minmax(0, 72%);
		gap: 0;
	}
}

@media screen and (max-width: 650px) {
	body.clinical-page .consulta-form .consulta-sintomas {
		grid-template-columns: 1fr;
	}
}

body.clinical-page .buscaInput > .selecionado {
	padding: 12px 14px;
	border: 1px solid #e0e6e8;
	border-radius: 8px;
	background: #f7f9fa;
}

body.clinical-page .bgBox.resultados {
	overflow: hidden;
	border: 1px solid #dde5e8;
	border-radius: 12px;
	box-shadow: 0 5px 16px rgba(42, 57, 65, .05);
}

body.clinical-page .bgBox.resultados > header {
	background: #f3d6e2;
	color: #664d57;
	font-size: 11px;
	font-weight: 600;
	line-height: 48px;
}

body.clinical-page .bgBox.resultados > .resultado {
	min-height: 54px;
	padding: 7px 0;
	border-bottom: 1px solid #edf1f2;
}

body.clinical-page .bgBox.resultados > .resultado:hover {
	background: #faf7fa;
}

.bgBox.resultados.consultas-lista > header,
.bgBox.resultados.consultas-lista > .resultado.mobHide {
	display: grid !important;
	grid-template-columns:
		120px
		minmax(140px, 1fr)
		minmax(110px, .7fr)
		minmax(150px, 1fr)
		120px;
	align-items: center;
	column-gap: 20px;
	padding-right: 24px;
	padding-left: 24px;
}

.bgBox.resultados.consultas-lista > header > .col,
.bgBox.resultados.consultas-lista > .resultado.mobHide > .col {
	float: none;
	width: auto;
	padding-left: 0;
}

.bgBox.resultados.consultas-lista > .resultado.mobHide > .acoes {
	float: none;
	padding-right: 0;
	white-space: nowrap;
}

.bgBox.resultados.consultas-lista .consulta-secundaria {
	font-size: 12px;
	line-height: 1.35;
}

body.clinical-page form .btnCenter {
	position: sticky;
	bottom: 38px;
	z-index: 5;
	margin: 22px -24px -22px;
	padding: 12px 24px;
	border-top: 1px solid #e2e8ea;
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(8px);
}

body.clinical-page form .btnCenter > button {
	height: 40px;
	margin-top: 0;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 600;
}

.bgBox.resultados > .noResult > a {
    font-weight: bold;
}

.listing-date-fields {
	display: flex;
	gap: 20px;
}

.listing-date-fields > label {
	flex: 1;
}

.listing-filter-bar {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
}

.listing-filter-open {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 16px;
	border: 1px solid #d6dfe3;
	border-radius: 8px;
	background: #fff;
	color: #46565f;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.listing-filter-open:hover,
.listing-filter-open:focus,
.listing-filter-open--active {
	border-color: #2b9b86;
	color: #287f6e;
}

.listing-filter-active {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #2b8c79;
	font-size: 12px;
	font-weight: 700;
}

.listing-filter-overlay {
	display: none;
	position: fixed;
	inset: 0;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(19, 25, 31, .72);
	backdrop-filter: blur(4px);
	z-index: 1150;
}

.listing-filter-overlay.is-open {
	display: flex;
}

.listing-filter-modal {
	width: min(560px, 100%);
	margin: 0;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.listing-filter-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 21px 24px;
	border-bottom: 1px solid #e3e8eb;
}

.listing-filter-modal__eyebrow {
	display: block;
	margin-bottom: 3px;
	color: #7a8890;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
}

.listing-filter-modal__header h2 {
	margin: 0;
	color: #2d3b43;
	font-size: 21px;
}

.listing-filter-close {
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef2f4;
	color: #53616a;
	font: 300 28px/36px Arial, sans-serif;
	cursor: pointer;
}

.listing-filter-modal__body {
	padding: 24px;
	background: #f7f9fa;
}

.listing-filter-modal__body > p {
	margin: 0 0 18px;
	color: #6c7a82;
	font-size: 13px;
}

.listing-filter-modal__body .listing-date-fields {
	margin: 0;
}

.listing-filter-modal__body label {
	margin-bottom: 0;
}

.listing-filter-modal__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 24px;
	border-top: 1px solid #e3e8eb;
}

.listing-filter-modal__footer > div {
	display: flex;
	gap: 9px;
}

.listing-filter-modal__footer button,
.listing-filter-clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.listing-filter-modal__footer button:not(.green) {
	background: #eef2f4;
	color: #53616a;
}

.listing-filter-clear {
	color: #77858d;
}

.listing-pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 18px;
	background: #FFF;
	color: #666;
	font-size: 13px;
}

.listing-pagination--top {
	margin: 0;
	border-bottom: 1px solid #E8E8E8;
}

.listing-pagination--bottom {
	justify-content: center;
	margin-top: 12px;
	border: 1px solid #E8E8E8;
	border-top: 3px solid #FEAEC9;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.listing-pagination form {
	margin: 0;
}

.listing-pagination form label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	white-space: nowrap;
}

.listing-pagination select {
	width: 68px;
	height: 34px;
	margin: 0;
	padding: 5px 25px 5px 9px;
	border-color: #DDD;
	background-color: #FAFAFA;
	font-weight: bold;
	color: #555;
}

.listing-range {
	display: flex;
	align-items: baseline;
	gap: 3px;
	padding: 7px 12px;
	border-radius: 20px;
	background: #F6F6F6;
	white-space: nowrap;
}

.listing-range strong {
	color: #ED145B;
}

.listing-pagination nav {
	display: flex;
	align-items: center;
	gap: 5px;
}

.listing-pagination nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 8px;
	border: 1px solid #E1E1E1;
	border-radius: 50%;
	background: #FFF;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.listing-pagination nav a:hover,
.listing-pagination nav a.current {
	background: #ED145B;
	border-color: #ED145B;
	color: #FFF;
}

.listing-pagination nav a.pagination-arrow {
	font-size: 20px;
	font-weight: normal;
}

.pagination-ellipsis {
	padding: 0 3px;
	color: #AAA;
}

.pagination-single {
	padding: 7px 0;
	color: #999;
}

.bgBox.resultados .col {
    float: left;
    padding-left: 35px;
}

.bgBox.resultados .col.w65 {
    width: 65px;
}

.bgBox.resultados .col.w100 {
    width: 100px;
}

.bgBox.resultados .col.w100p {
	float: none;
    width: 100%;
	padding: 0 35px;
}

.bgBox.resultados .col.w150 {
    width: 150px;
}

.bgBox.resultados .col.w200 {
    width: 200px;
}

.bgBox.resultados .col.w300 {
    width: 300px;
}

.bgBox.resultados .col.w400 {
    width: 400px;
}

.bgBox.resultados .col.w500 {
    width: 500px;
}



/* DIALOG */
#dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 998;
}

#dialog > .box {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 600px;
	background: #FFF;
	overflow: hidden;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 0 3px #CCC;
	transform: translate(-50%, -50%);
}

#dialog > .box > header {
	padding: 0 5%;
	line-height: 60px;
	font-weight: bold;
	background: #DDD;
}

#dialog > .box > .ctt {
	padding: 5%;
}

#dialog > .box .btnGreen {
	float: left;
	width: 49%;
	height: 60px;
	background: #FD9EC5;
	color: #FFF;
	line-height: 60px;
	margin: 20px 0 0 2%;
	text-decoration: none;
	text-align: center;
}

#dialog > .box .btnGreen:hover {
    background: #59BD60;
	text-decoration: none;
}

#dialog > .box .btnCancelar {
	float: left;
	width: 49%;
	height: 60px;
	background: #CCC;
	line-height: 60px;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
}

#dialog > .box .btnCancelar:hover {
	background: #BBB;
	text-decoration: none;
}



/* LOGIN.PHP */
body.login {
	background: url(../imagens/bgLogin.jpg) center center no-repeat;
}

#login {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: #FFF;
    padding: 30px;
    border-radius: 5px;
	transform: translate(-50%, -50%);
}

#login > .logo {
    margin: 0 auto 10px auto;
    width: 220px;
    height: 60px;
    background: url(../imagens/logo.png);
    text-indent: -999px;
    overflow: hidden;
}

#login > h1 {
    text-align: center;
}



/* HEADER */
#header {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: url(../imagens/bgHeader.jpg) center center no-repeat #FEAEC9;
    background-size: cover;
    min-height: 72px;
    padding: 6px 35px;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 18px rgba(76, 33, 72, .16);
    z-index: 998;
}

#header > .marca {
    display: flex;
    align-items: center;
    gap: 18px;
}

#header .logo {
    display: block;
    width: 165px;
    height: 45px;
    background: url(../imagens/logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

#header .marca-subtitulo {
    padding-left: 18px;
    border-left: 1px solid rgba(99, 53, 94, .25);
    color: #63355e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#header > .usuario {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 5px 12px 5px 6px;
    background: rgba(255, 255, 255, .38);
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 28px;
}

#header > .usuario > .foto {
    width: 42px;
    height: 42px;
}

#header > .usuario > .foto > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .75);
}

#header > .usuario > .nome {
    color: #583052;
    line-height: 1.15;
    font-weight: bold;
}

#header > .usuario > .nome > small {
    display: block;
    margin-top: 4px;
    color: #7e5b79;
    font-size: 11px;
    font-weight: 400;
}



/* MENU */
#menu {
    position: fixed;
    width: 300px;
    height: calc(100% - 72px);
    top: 72px;
    left: 0;
    background: #FFF;
    padding: 50px 35px;
	overflow-y: auto;
}

#menu > a {
    display: block;
    position: relative;
    line-height: 46px;
    margin: 2px 0;
    padding: 0 12px;
    border-radius: 7px;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

#menu > a:hover {
    color: #873D87;
    background: #f9edf5;
    transform: translateX(2px);
}

#menu > a.ativo {
    color: #FFF;
    background: linear-gradient(135deg, #A349A3, #d36f9c);
    box-shadow: 0 5px 14px rgba(163, 73, 163, .24);
    font-weight: 600;
}

#menu > a.ativo::before {
    content: "";
    position: absolute;
    top: 11px;
    bottom: 11px;
    left: -35px;
    width: 4px;
    background: #A349A3;
    border-radius: 0 4px 4px 0;
}

#menu > a > span {
    min-width: 20px;
    text-align: center;
    margin-right: 10px;
}

#icoMobMenu {
	display: none;
	position: fixed;
	top: 12px;
	right: 35px;
	width: 40px;
	height: 40px;
	background: url(../imagens/ico_mobMenu.png);
	text-indent: -999px;
	overflow: hidden;
	z-index: 999;
}

#icoMobMenu.open {
	background-position: 0 -40px;
}



/* INDEX.PHP */
#pgIndex .colA {
	float: left;
	width: 49%;
}

#pgIndex .colB {
	float: left;
	width: 49%;
	margin-left: 2%;
}



/* AGENDA.PHP */
#agenda > .desc {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

#agenda > .desc > .mes {
	display: inline-block;
	margin: 0 50px;
	font-size: 24px;
	font-weight: bold;
}

#agenda > .dia {
	float: left;
	position: relative;
	width: 14%;
	border: 1px solid #CCC;
	margin: 0.14%;
	text-align: center;
}

#agenda > .dia.noBorder {
	border: 0;
}

#agenda > a.dia:hover {
	background: #EEE;
	text-decoration: none;
}

#agenda > .dia > .ext {
	background: #CCC;
	font-size: 13px;
	letter-spacing: 5px;
	line-height: 20px;
}

#agenda > .dia > .infos {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#agenda > .dia > .infos > .dia {
	font-size: 24px;
	font-weight: bold;
}

#agenda .cor {
	background: #FEC5D8 !important;
}

#agenda .cor:hover {
	background: #FEAEC9 !important;
}

.resultados .cor {
	background: #FEC5D8 !important;
}

.resultados .cor:hover {
	background: #FEAEC9 !important;
}



/* CONFIGURACOES.PHP */
#pgConfiguracoes #campos > div > label.small {
	width: 11%;
}

#pgConfiguracoes #campos > div > a {
	float: left;
	margin-top: 35px;
	margin-left: 2%;
	width: 5%;
	background: #C1392B;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}

#pgConfiguracoes #campos > div > a:hover {
	background: #A23124;
	text-decoration: none;
}

#pgConfiguracoes #campos > div > a.noRemove {
	background: #CCC;
}



/* EXAMES.PHP */
#pgExames #anexos > div > label.large {
	width: 93%;
}

#pgExames #anexos > div > a {
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	width: 5%;
	background: #C1392B;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 45px;
}

#pgExames #anexos > div > a:hover {
	background: #A23124;
	text-decoration: none;
}

#pgExames #anexos > div > a.noRemove {
	background: #CCC;
}



/* PACIENTES.PHP */
#pgPacientes .fotosProd {
	float: left;
	width: 10%;
	margin-top: 10px;
}

#pgPacientes .camposProd {
	float: left;
	width: 88%;
	margin-left: 2%;
}

#boxFoto {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 999;
}

#boxFoto > a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

#boxFoto > a:hover {
	text-decoration: none;
	opacity: 1;
}

#boxFoto > .foto {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 900px;
	max-height: 90%;
	padding: 50px;
	background: #FFF;
	transform: translate(-50%, -50%);
	border-radius: 10px;
}

#boxFoto > .foto > img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

#pgPacientes .visualizarPaciente {
	position: relative;
}

#pgPacientes .visualizarPaciente > .foto {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 267px;
	height: 150px;
	overflow: hidden;
}

#pgPacientes .visualizarPaciente > .foto > a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

#pgPacientes .visualizarPaciente > .foto > a > img {
	display: block;
	width: 100%;
}



/* IFRAME */
#boxIframe {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
}

#boxIframe > a {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 48px;
	color: #FFF;
	text-decoration: none;
	opacity: .8;
}

#boxIframe > a:hover {
	text-decoration: none;
	opacity: 1;
}

#boxIframe > .iframe {
	position: absolute;
	top: 5%;
	left: 50%;
	width: 900px;
	height: 90%;
	background: #FFF;
	transform: translateX(-50%);
	border-radius: 10px;
}

#boxIframe > .iframe > iframe {
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 10px;
}

body.modalAberto {
	overflow: hidden;
}

/* MODAL DE VISUALIZAÇÃO */
.visualizacao-overlay {
	display: none;
	position: fixed;
	inset: 0;
	padding: 4vh 20px;
	background: rgba(19, 25, 31, .72);
	backdrop-filter: blur(4px);
	z-index: 1100;
	overflow-y: auto;
}

.visualizacao-modal {
	width: min(920px, 100%);
	max-height: 92vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background: #f7f9fa;
	border-radius: 16px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
	overflow: hidden;
}

.visualizacao-modal__header {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 22px 26px;
	background: #fff;
	border-bottom: 1px solid #e3e8eb;
}

.visualizacao-modal__icone {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	display: grid;
	place-items: center;
	border-radius: 13px;
	background: #e7f5f2;
	color: #248b78;
	font-size: 21px;
}

.visualizacao-modal__titulos {
	min-width: 0;
	flex: 1;
}

.visualizacao-modal__eyebrow {
	display: block;
	margin-bottom: 2px;
	color: #73818a;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
}

.visualizacao-modal__titulos h2 {
	margin: 0;
	color: #27343b;
	font-size: 23px;
	line-height: 1.2;
}

.visualizacao-modal__titulos p {
	margin: 4px 0 0;
	color: #718089;
	font-size: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.visualizacao-modal__fechar {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #eef2f4;
	color: #53616a;
	font: 300 30px/40px Arial, sans-serif;
	cursor: pointer;
}

.visualizacao-modal__fechar:hover,
.visualizacao-modal__fechar:focus {
	background: #dde5e8;
	color: #25323a;
}

.visualizacao-modal__conteudo {
	padding: 24px 26px 30px;
	overflow-y: auto;
}

.resumo-ia-modal__resultado {
	min-height: 180px;
	padding: 22px;
	border: 1px solid #e4e8eb;
	border-radius: 10px;
	background: #f8fafb;
	line-height: 1.65;
	white-space: pre-wrap;
}

.resumo-ia-modal__resultado strong,
.resumo-ia-modal__resultado small {
	display: block;
}

.resumo-ia-modal__resultado strong {
	margin-bottom: 12px;
	color: #63355e;
	font-size: 18px;
}

.resumo-ia-modal__resultado small {
	margin-top: 18px;
	color: #777;
	white-space: normal;
}

.visualizacao-secao {
	margin-bottom: 20px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e4e9ec;
	border-radius: 12px;
}

.visualizacao-secao h3 {
	margin: 0 0 16px;
	color: #2d3b43;
	font-size: 15px;
}

.visualizacao-grade {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px 24px;
}

.visualizacao-campo {
	min-width: 0;
}

.visualizacao-campo--largo {
	grid-column: 1 / -1;
}

.visualizacao-campo span {
	display: block;
	margin-bottom: 4px;
	color: #7a8890;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.visualizacao-campo strong {
	display: block;
	color: #2d3940;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.visualizacao-documento__texto {
	color: #344249;
	font-size: 14px;
	line-height: 1.65;
}

.visualizacao-aviso {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	padding: 13px 16px;
	border-radius: 10px;
	background: #fff7df;
	color: #79601e;
	font-size: 13px;
}

.visualizacao-anexos {
	display: grid;
	gap: 8px;
}

.visualizacao-anexos a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 11px 13px;
	border-radius: 8px;
	background: #f1f5f6;
	color: #287d6d;
	text-decoration: none;
}

.visualizacao-assinatura {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 26px 0 4px;
	color: #56646c;
	font-size: 12px;
	text-align: center;
}

.visualizacao-assinatura img {
	width: 150px;
	max-height: 70px;
	object-fit: contain;
	margin-bottom: 5px;
}

.visualizacao-assinatura strong {
	color: #344249;
	font-size: 13px;
}

.visualizacao-modal__rodape {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 26px;
	background: #fff;
	border-top: 1px solid #e3e8eb;
}

.visualizacao-modal__acoes {
	display: flex;
	gap: 10px;
}

.visualizacao-acao,
.visualizacao-modal__cancelar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 40px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}

.visualizacao-acao {
	background: #2b9b86;
	color: #fff;
}

.visualizacao-modal__cancelar {
	background: #eef2f4;
	color: #506069;
}

.visualizacao-carregando,
.visualizacao-erro {
	min-height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	color: #6f7e86;
	text-align: center;
}

.visualizacao-carregando > span,
.visualizacao-erro > span {
	color: #2b9b86;
	font-size: 28px;
}

@media screen and (max-width: 700px) {
	.config-form-overlay {
		align-items: flex-end;
		padding: 0;
	}

	.config-form-modal,
	.config-form-modal--wide {
		width: 100%;
		max-height: 96vh;
		border-radius: 15px 15px 0 0;
	}

	.config-form-modal__body {
		padding: 16px;
	}

	.config-modal-form.bgBox {
		padding: 18px;
	}

	.config-metrics {
		grid-template-columns: 1fr;
	}

	.config-metric {
		min-height: 96px;
		padding: 18px;
	}

	.listing-filter-overlay {
		align-items: flex-end;
		padding: 0;
	}

	.listing-filter-modal {
		width: 100%;
		border-radius: 14px 14px 0 0;
	}

	.listing-filter-modal__body .listing-date-fields {
		flex-direction: column;
		gap: 14px;
	}

	.listing-filter-modal__footer {
		align-items: stretch;
		flex-direction: column-reverse;
	}

	.listing-filter-modal__footer > div {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.visualizacao-overlay {
		padding: 0;
	}

	.visualizacao-modal {
		width: 100%;
		min-height: 100%;
		max-height: none;
		border-radius: 0;
	}

	.visualizacao-modal__header,
	.visualizacao-modal__conteudo,
	.visualizacao-modal__rodape {
		padding-left: 18px;
		padding-right: 18px;
	}

	.visualizacao-modal__icone {
		width: 42px;
		height: 42px;
		flex-basis: 42px;
	}

	.visualizacao-modal__titulos h2 {
		font-size: 20px;
	}

	.visualizacao-grade {
		grid-template-columns: 1fr;
	}

	.visualizacao-campo--largo {
		grid-column: auto;
	}
}

body.iframe {
	background: transparent;
}

body.iframe > #header, body.iframe > #menu, body.iframe #icoMobMenu {
	display: none;
}

body.iframe > #content {
	padding: 50px;
}

body.iframe > #content > .boxTitulo > a {
	display: none;
}

body.iframe .bgBox {
	box-shadow: none;
	padding: 0;
	border-radius: 0;
}

body.iframe .bgBox.resultados {
	display: none;
}



/* CLIENTE */
body.cliente > #header, body.cliente > #menu {
	display: none;
}

body.cliente > #content {
	padding: 50px;
	max-width: 1200px;
	margin: 0 auto;
}



/* FOOTER */
#footer {
    position: fixed;
	bottom: 0;
	left: 0;
    width: 100%;
	height: 30px;
    background: url(../imagens/bgFooter.jpg) center center no-repeat #FEAEC9;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 998;
}










.mobHide {
	display: block !important;
}

.mobShow {
	display: none !important;
}










@media screen and (max-width: 1200px) {
	.bgBox.resultados.consultas-lista > header,
	.bgBox.resultados.consultas-lista > .resultado.mobHide {
		display: none !important;
	}

	.config-list-toolbar > .boxBotoes.mobHide {
		display: none !important;
	}

	.config-list-toolbar > .boxBotoes.mobShow {
		display: block !important;
	}

	.listing-date-fields {
		display: block;
	}

	.listing-date-fields > label + label {
		margin-top: 15px;
	}

	.listing-pagination {
		flex-wrap: wrap;
	}

	.listing-pagination nav {
		display: flex;
		flex-wrap: wrap;
	}

	.mobHide {
		display: none  !important;
	}
	
	.mobShow {
		display: block !important;
	}
	
	#icoMobMenu {
		display: block;
	}
	
	form label.col, form .label.col {
		float: none;
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	form .btnCenter > button {
		display: block;
		width: 100%;
		margin: 20px 0 0 0;
	}
	
	.bgBox.resultados > header, .bgBox.resultados > footer {
		display: none;
	}

	.bgBox.resultados > header.config-result-header {
		display: flex;
		padding: 10px 0 10px 20px;
		line-height: 1;
	}

	.config-result-header .col {
		display: block;
		width: auto !important;
		padding: 0;
	}
	
	.bgBox.resultados > .resultado {
		border-bottom: 1px solid #CCC;
	}
	
	#header > .usuario {
		display: none;
	}

	#header .marca-subtitulo {
		display: none;
	}
	
	#menu {
		display: none;
		width: 100%;
		overflow-y: scroll;
		padding: 35px;
		z-index: 998;
	}
	
	#content {
		padding: 100px 3% 35px 3%;
	}
	
	#content > .boxTitulo > h1 {
		float: none;
		text-align: center;
	}
	
	#content > .boxTitulo > a {
		float: none;
		display: block;
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	
	#login {
		width: 94%;
	}
	
	#pgIndex .colA, #pgIndex .colB {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	#pgIndex .colB {
		margin-top: 30px;
	}
	
	#pgExames #anexos > div > a {
		float: none;
		display: block;
		width: 100%;
	}
	
	#boxIframe > .iframe {
		width: 94%;
	}
	
	#boxIframe > a {
		top: 6%;
		right: 15px;
		padding: 5px;
		background: #FFF;
		z-index: 1;
		color: #666;
		opacity: 1;
	}
	#agenda > .desc {
		font-size: 16px;
	}
	
	#agenda > .desc > .mes {
		display: block;
		margin: 0;
	}
	
	#agenda > .dia {
		float: none;
		display: block;
		margin: 0 0 10px 0;
		width: 100%;
	}
	
	#agenda > .dia > .infos {
		position: static;
		padding: 10px 0;
		transform: none;
	}
	
}

@media screen and (max-width: 650px) {
	.historico-compacto__cabecalho {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.historico-compacto__grade {
		grid-template-columns: 1fr;
	}

	.historico-compacto__acoes {
		width: 100%;
		align-items: stretch;
		flex-direction: column;
	}

	.historico-compacto__acoes .ai-summary-button {
		width: 100%;
	}

	.weight-history__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.weight-history__list {
		grid-template-columns: 1fr;
	}

	body.clinical-page form.bgBox {
		padding: 16px;
	}

	body.clinical-page form .btnCenter {
		bottom: 30px;
		margin: 20px -16px -16px;
		padding: 10px 16px;
	}

	.listing-pagination {
		flex-direction: column;
		align-items: stretch;
		padding: 12px;
	}

	.listing-pagination form label,
	.listing-pagination nav {
		justify-content: center;
	}

	.listing-range {
		justify-content: center;
	}

	.listing-pagination nav a {
		min-width: 32px;
		height: 32px;
	}
}
