@font-face {
	font-family: "SF Pro Display";
	font-style: normal;
	font-display: auto;
	font-weight: 400;
	src: local("SF Pro Display"), local("SFProDisplay"),
		url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");
}
@font-face {
	font-family: "SF Pro Display";
	font-style: italic;
	font-display: auto;
	font-weight: 400;
	src: local("SF Pro Display Italic"), local("SFProDisplay-Italic"),
		url("../fonts/SFPRODISPLAYTHINITALIC.OTF") format("opentype");
}
@font-face {
	font-family: "SF Pro Display";
	font-style: normal;
	font-display: auto;
	font-weight: 800;
	src: local("SF Pro Display ExtraBold"), local("SFProDisplay-ExtraBold"),
		url("../fonts/SFPRODISPLAYBOLD.OTF") format("opentype");
}
@font-face {
	font-family: "Vuse";
	src: url("../fonts/Vuse.eot");
	src: url("../fonts/Vuse.eot") format("embedded-opentype"),
		url("../fonts/Vuse.woff2") format("woff2"),
		url("../fonts/Vuse.woff") format("woff"),
		url("../fonts/Vuse.ttf") format("truetype"),
		url("../fonts/Vuse.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

.this-today {
	background: #ebf5ff !important;
	border-radius: 0 !important;
}

.this-feriado {
	background: #ff79018c !important;
	border-radius: 0 !important;
}

.icon {
	font-family: "Vuse" !important;
	width: 1em;
	height: 1em;
}
.icon-logo-useclinica::before {
	content: "\eb1e";
}
html,
body,
#page {
	scroll-behavior: smooth;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: black;
	background: #fff;
	font-family: "SF Pro Display", Helvetica, Arial;
}
a:link,
a:visited {
	color: #04beab;
	text-decoration: none;
}
a img {
	border: 0;
}
button img {
	vertical-align: middle;
}
#page-header {
	position: fixed;
	background: #04beab;
	height: 80px;
	width: 100%;
	box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
	z-index: 9;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
#page-content {
	height: 100%;
	padding-top: 80px;
	position: relative;
}
#logo {
	width: 240px;
	position: relative;
}
#logo::after {
	content: "";
	position: absolute;
	right: 0;
	top: 22%;
	height: 56%;
	width: 1px;
	background-color: hsl(240, 4%, 85%);
}
#menuarrow {
	display: none;
	cursor: pointer;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 10px solid #aaa;
	top: 56px;
	left: 50%;
	margin-left: -10px;
	pointer-events: all;
	transition: all 0.3s ease;
}
#menuarrow.clicado {
	transform: rotate(90deg) translateX(-4px) translateY(5px);
}
#logo i {
	font-size: 6rem;
	font-style: normal;
	color: white;
	padding-left: 2rem;
}
#espaco {
	flex-grow: 1;
}
#titulo {
	padding-left: 2rem;
	padding-top: 3rem;
	margin-left: 240px;
	font-size: 29px;
	font-weight: bold;
	transition-duration: 0.5s;
	opacity: 0;
}
#tabs {
	border: 0;
}
footer {
	font-size: x-small;
	text-align: center;
	padding: 20px;
	color: #7a7979;
	text-shadow: 0 2px 3px #afafaf;
}
#btn_senha.ativo {
	background: #ccc;
}
.senhaForte {
	width: 250px;
	background-color: #fff;
	border: 0;
	border-top: 5px solid #d8d8d8;
	color: #555;
	font-family: "Open Sans", Verdana;
	font-size: 8pt !important;
	margin: 0;
	margin-top: 5px;
	padding: 2px 2px 2px 8px;
	text-align: center;
}
.senhaForte.nivel1 {
	border-color: #eb2300;
}
.senhaForte.nivel2 {
	border-color: #f2ff00;
}
.senhaForte.nivel3 {
	border-color: #55ff00;
}
#menu.reduzido {
	width: 125px;
	font-size: 0.7em;
}
#menu {
	z-index: 8;
	width: 240px;
	background: #fff;
	color: #37383f;
	box-shadow: 0 0.1px 0.3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
	margin: 0;
	padding: 1.2em 0;
	font-weight: normal;
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
	position: fixed;
	top: 80px;
	bottom: 0;
}
#menu .menu,
#menu .submenu a {
	padding-left: 2em;
	line-height: 1.5em;
}
#menu .submenu a {
	padding-left: 3em;
}
#menu .menu:hover,
#menu .submenu a:hover {
	background-color: rgb(20, 21, 26, 0.05);
}
#menu .icone_menu {
	display: flex;
}
#menu .icone_menu > .titulo {
	padding-left: 0.5em;
}
#menu .icone > img {
	height: 1em;
}
#menu .submenu a.clicado {
	color: #04beab;
	background: rgba(4, 190, 171, 0.1);
}
#menu > div {
	margin-top: 5px;
	position: relative;
}
#menu a,
#menu a:visited {
	display: block;
	text-decoration: none;
	color: hsl(230, 7%, 23%);
	text-overflow: ellipsis;
	padding: 6px 7px;
	transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}
#menu a:hover {
	cursor: pointer;
}
#menu > div:last-child {
	padding-bottom: 30px;
}
#load_dialog_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100001;
	opacity: 0.5;
	background: #000;
	-webkit-animation: fadein 0.5s;
	-moz-animation: fadein 0.5s;
	-o-animation: fadein 0.5s;
	animation: fadein 0.5s;
}
@-moz-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}
@-webkit-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}
@-o-keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}
@keyframes fadein {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.5;
	}
}
#load_dialog_body {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 100002;
	padding: 0;
}
#load_dialog_fechar {
	position: absolute;
	right: 0;
	top: 2px;
}

#load_dialog_body table {
	border-collapse: 0;
	border-spacing: 0;
}
#load_dialog_body .msg {
	position: relative;
	border-radius: 4px 4px 4px 4px;
	margin: auto;
	text-align: center;
	width: 300px;
	padding: 3px;
}
#load_dialog_body .b {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
}
#load_dialog_body .bgy {
	background: #ff6;
	color: #585858;
	border: 2px solid #770;
}
#load_dialog_body .bgg {
	background: #73be33;
	color: #fff;
}
#load_dialog_body .bgt {
	border: 0;
	background: transparent;
}
#tb_message {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 50%;
	max-width: 50%;
	transform: translate(50%, 0);
}
#tb_message .close {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../icon/fechar.svg") no-repeat;
	cursor: pointer;
}
#tb_message #div_message {
	padding: 10px;
	font-size: small;
	position: relative;
	border-radius: 6px;
	background: #ccc;
	color: #000;
	border: 1px solid #aaa;
	box-shadow: 3px 3px 5px #ccc;
}
#tb_message #div_message.warning {
	background: #fff2ae;
	color: #635a00;
	border-color: #5a4e2e;
}
#tb_message #div_message.error {
	background: #ffb1a9;
	color: #800000;
	border-color: #5a2522;
}
#tb_message #div_message.confirm {
	background: #d1ffb3;
	color: #136300;
	border-color: #405a38;
}
#loading {
	position: absolute;
	display: none;
}
#conteudo {
	padding: 2rem;
	padding-top: 0;
	margin: 10px;
	margin-left: 240px;
	display: inline-block;
}
.erros {
	padding: 5px;
}
.errotd {
	border: 1px solid red !important;
	background-color: #ecc !important;
}
.sucesso,
.erro,
.ajuda,
.aviso,
.info {
	border: 1px solid #aed797;
	border-radius: 8px;
	background: #e9ffe7;
	color: #087a0e;
	padding: 0.7em;
	font-size: 1em !important;
}
.erro {
	border: 1px solid #f7a0b1;
	background: #fdecef;
	color: #c42845;
}
.ajuda {
	border-color: #777;
	background: #090d3e;
	color: white;
}
.info {
	border-color: #a1c6db;
	background: #e5f1f6;
	color: #2b46a6;
}
.aviso {
	border-color: #dad55e;
	background: #fffa90;
	color: #777620;
	padding: 0.7em;
}
.erro span.ui-icon,
.sucesso span.ui-icon,
.ajuda span.ui-icon,
.aviso span.ui-icon {
	float: left;
	margin-right: 0.3em;
}
.erro span.ui-icon {
	background-image: url("tema/images/ui-icons_cc0000_256x240.png");
}
.aviso span.ui-icon {
	background-image: url("tema/images/ui-icons_777620_256x240.png");
}
.max {
	width: 100%;
}
.nowr {
	white-space: nowrap;
}
.sim {
	font-weight: bold;
	color: #0c0;
}
.nao {
	color: #c00;
}
.exp {
	color: #cc0000;
	background: #ffff9a;
}
.inf {
	color: #777;
	font-style: italic;
}
.badge-v1 {
	position: absolute;
	display: inline-block;
	border: 2px solid #ff0000;
	border-radius: 10px;
	padding: 3px;
	top: 30px;
	right: 10px;
	color: #ff0000;
	background: #ff0;
}
.badge {
	position: absolute;
	top: 30px;
	right: 10px;
	padding: 3px 7px;
	border: 1px solid white;
	border-radius: 100px;
	background-color: #fa4949;
	background: -webkit-linear-gradient(top, #fa4949 0%, #ff0000 100%);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.4),
		0 0 1px rgba(0, 0, 0, 0.7) inset, 0 10px 0px rgba(255, 255, 255, 0.11) inset;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font: bold;
	color: white;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}
#btn_sair,
#btn_sair:link,
#btn_sair:visited {
	margin-top: 10px;
	width: 100%;
	color: darkred;
}
#btn_sair:hover {
	color: red;
}
#btn_usuario {
	padding: 3px 6px;
	background: #fff;
	border: 1px solid #aaa;
	font-size: 1em;
	border-radius: 2em;
	color: #278165;
	background-clip: padding-box;
	text-decoration: none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	width: 1.5em;
	line-height: 2em;
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
#btn_usuario:hover,
#btn_usuario.clicado {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 2px 3px rgba(0, 0, 0, 0.5);
}
.bottom-left::after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: -11px;
	left: 0px;
	border-color: #999 transparent;
	border-width: 0 10px 10px;
}
.bottom-right::after {
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
	top: -11px;
	right: 0px;
	border-color: #999 transparent;
	border-width: 0 10px 10px;
}
.carregandoImagem {
	width: 320px;
	height: 240px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	padding: 2px;
	border: 1px solid #000;
	opacity: 0.5;
}
.carregandoImagem img {
	padding: 120px 120px 20px 120px;
}
.carregandoImagem .ui-progressbar .ui-progressbar-value {
	background: #000;
}
a,
.lnk {
	cursor: pointer;
}
.esc {
	display: none;
}
.rt {
	text-align: right;
}
.ce {
	text-align: center;
}
.flex {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.flex > div {
	flex-grow: 1;
}
.grid,
.grid-1c,
.grid-2c,
.grid-3c,
.grid-4c {
	display: grid;
	grid-gap: 5px 10px;
}
.grid-2c {
	grid-template-columns: 1fr 1fr;
}
.grid-3c {
	grid-template-columns: repeat(3, 1fr);
}
.grid-4c {
	grid-template-columns: repeat(4, 1fr);
}
.grid-use-2c {
	grid-column: span 2;
}
.grid-use-3c {
	grid-column: span 3;
}
.grid-use-4c {
	grid-column: span 4;
}
.cabecalho {
	font-weight: bold;
	background: #ddd;
}
h1 {
	border-bottom: 2px dotted #bbb;
	color: #006eb3;
	text-shadow: 0 2px 2px #aaa;
	font-weight: normal;
}
h2 {
	border-bottom: 1px dotted #bbb;
	color: #006eb3;
	text-shadow: 0 2px 2px #aaa;
	font-weight: normal;
}
#tituloform {
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #a16c46;
	margin-bottom: 5px;
	text-shadow: 0 2px 2px #aaa;
	font-size: 1.2em;
	font-weight: normal;
}
#notifDialog {
	width: 350px;
	max-width: 350px;
	color: #555;
}
#notifDialog .notifdata {
	text-align: center;
	background: #ddd;
	min-width: 75px;
}
#notifDialog .notiftext {
	margin: 0 5px;
	text-align: justify;
}
#notifDialog .notif:hover {
	color: #000;
}
#notifDialog .notif {
	flex-wrap: nowrap;
	cursor: pointer;
}
#notifDialog .notificone {
	max-width: 40px;
}
table {
	width: 100%;
	border-collapse: collapse;
}
.lista th,
.lista td {
	border: 1px solid #ccc;
	padding: 5px;
}
.lista tr.odd {
	background: #def;
}
.historico {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}
.lista {
	width: 300px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #1485d6;
}
.lista li {
	overflow: hidden;
	white-space: nowrap;
	padding: 5px;
}
.lista li:hover {
	background: #d1e9fa;
	cursor: pointer;
}
.lista li.selecionado {
	background: #1485d6;
	color: white;
}
.lista ul {
	margin: 0;
	padding: 0;
	margin-left: 5px;
}
.listaform {
	display: none;
	margin-left: 300px;
	padding: 10px;
	border-left: 1px solid #1485d6;
}
.filtro {
	margin: 0;
	padding: 5px;
	border-bottom: 2px solid #1485d6;
}
.filtro th {
	text-align: left;
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
}
#aviso {
	display: none;
}
.campo-1l,
.campo-2l,
.campo-3l,
.campo-4l,
.campo-5l {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.campo-2l {
	-webkit-line-clamp: 2;
}
.campo-3l {
	-webkit-line-clamp: 3;
}
.campo-4l {
	-webkit-line-clamp: 4;
}
.campo-5l {
	-webkit-line-clamp: 5;
}
.btn {
	cursor: pointer;
}
/* geraTabela */
.gtOpcoesBotoes > img {
	margin: 0 10px;
}
.gtOpcoesBotoes.disabled > img {
	filter: grayscale(100%);
	cursor: default;
}
.gtFiltro .gtColuna > .geraFormField {
	margin-top: 20px;
	margin-bottom: 2px;
}
.geraTabela tbody td,
.geraTabela tbody th {
	padding: 2px 5px;
}
.geraTabela .tools {
	display: none;
	width: 20px;
	padding: 0 2px;
}
.geraTabela .toolsButton {
	padding: 0;
	margin: 0;
}
.geraTabela .gtGrupo {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top: 12px solid #006eb3;
	pointer-events: all;
	transition: all 0.3s ease;
}
.geraTabela .borda {
	border: 1px solid #ccc;
}
#menuGrupo {
	position: absolute;
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 5px #aaa;
	transition: all 0.3s ease;
}
#menuGrupo > img {
	padding: 0 5px;
}
#conteudo > .geraTabela thead td,
#conteudo > .geraTabela thead th {
	position: sticky;
	border-collapse: collapse;
	top: 70px;
}
.geraTabela thead td,
.geraTabela thead th {
	padding: 5px;
	background: #fff;
	box-shadow: inset 0 0 0 #000000, inset 0 -1px 0 rgba(0, 0, 0, 0.2);
	text-align: center;
}
#resultado > .geraTabela thead td,
#resultado > .geraTabela thead th {
	position: sticky;
	border-collapse: collapse;
	top: 70px;
}
.even {
	background: #f6f6f6;
}
.odd {
	background: #fff;
}
.geraTabela tbody tr:hover,
.over {
	background: #ffffd0;
}
.gtOpcoes,
.gtFiltroForm,
.gtFiltroColunas {
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.gtOpcoesBotoes {
	text-align: right;
}
.gtOpcoesBotoes,
.gtFiltroColunas {
	flex-grow: 1;
	flex-wrap: wrap;
}
.gtOpcoes,
.gtFiltro {
	position: sticky;
	left: 250px;
}
.ordenavel {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ordenavel li {
	margin: 0 3px 3px 3px;
	padding: 0.4em;
	padding-left: 1.5em;
	font-size: small;
}
.ordenavel li span {
	cursor: move;
	margin-left: -1.3em;
}
.ordenavel .ui-state-highlight {
	height: 1.3em;
}
.direcao {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url("../icon/direcao.png") no-repeat;
}
.direcao.desc {
	background-position: top right;
}
.ui-autocomplete {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.ui-menu .ui-menu-item {
	border-top: 1px solid #eee;
}
.ui-menu-item-wrapper {
	display: block;
}
.month_year_datepicker .ui-datepicker-calendar {
	display: none;
}
.ui-datepicker table {
	font-size: 0.8em;
}
.ui-datepicker-trigger {
	top: 5px;
	position: relative;
}
.ui-tabs-nav {
	background: none;
	border: 0;
}
.ui-tabs-nav li {
	background: url("../imagens/abas_fundo.png") repeat-x scroll 0 0 #ffffff !important;
	border-color: #999 !important;
}
.ui-tabs-nav li.ui-state-hover {
	background: url("../imagens/abas_fundo_hover.png") repeat-x scroll 0 0 #ffffff !important;
	border-color: #83532f !important;
}
.ui-tabs-nav li.ui-state-active,
.alterar_comentario {
	background: url("../imagens/abas_fundo_ativo.png") repeat-x scroll 0 0 #ffffff !important;
	border-color: #83532f !important;
}
.ui-tabs .ui-tabs-nav li a {
	color: #fff;
}
.ui-tabs {
	background: none;
	border: 0;
}
.ui-tabs-panel {
	background: #ffffff !important;
	border: 1px solid #ccc !important;
	box-shadow: 0 0 8px #c4c4c4;
}
.ui-state-default.ui-state-erased {
	color: #bbb;
	background: #fafafa;
}
.ui-button {
	outline: none;
	border: 0;
	line-height: 2;
	font-size: 18px;
	box-shadow: inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
		0px 1px 2px hsla(174, 96%, 32%, 0.25), 0px 1px 4px hsla(174, 96%, 26%, 0.1),
		0px 3px 6px -2px hsla(174, 96%, 26%, 0.25);
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
	color: #04beab;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active {
	border: 0;
	background: #04beab;
	color: #fff;
}
.ui-button:focus {
	box-shadow: inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
		0px 1px 2px hsla(174, 96%, 26%, 0.25), 0px 1px 4px hsla(174, 96%, 26%, 0.1),
		0px 3px 6px -2px hsla(174, 96%, 26%, 0.25), 0px 0px 0px 2px hsl(0, 0%, 100%),
		0px 0px 0px 4px hsla(0, 0%, 0%, 0.5);
}
.ui-button.ui-state-active:hover {
	background-color: #04dcc6;
	color: #fff;
	border: 0;
}
.ui-button.ui-state-active:focus {
	border: 0;
	box-shadow: inset 0px 1px 0px hsla(0, 0%, 100%, 0.15),
		0px 1px 2px hsla(174, 96%, 26%, 0.25), 0px 1px 4px hsla(174, 96%, 26%, 0.1),
		0px 3px 6px -2px hsla(174, 96%, 26%, 0.25), 0px 0px 0px 2px hsl(0, 0%, 100%),
		0px 0px 0px 4px hsl(174, 96%, 38%);
}
.ui-widget-header {
	color: #278165;
}
fieldset,
.fieldSet {
	border: 1px solid #ffffff;
	border-radius: 4px;
	box-shadow: 0 0 5px #e8e8e8;
	padding: 8px 4px 4px 8px;
	margin: 20px 0 15px;
}
fieldset > legend,
.fieldSet > legend {
	background: #ededed;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ffffff),
		color-stop(50%, #f3f3f3),
		color-stop(51%, #ededed),
		color-stop(100%, #ffffff)
	);
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: -o-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: -ms-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f3f3f3 50%,
		#ededed 51%,
		#ffffff 100%
	);
	border-radius: 5px;
	box-shadow: 0 0 5px #e8e8e8;
	-webkit-box-shadow: 0 0 5px #e8e8e8;
	color: #585858;
	margin: -10px 0 0 0;
	padding: 5px;
}
.fieldSetatual {
	box-shadow: 0 0 15px #999999;
}
.fieldSetanterior {
	box-shadow: 0 0 5px #cccccc;
}
.fieldSetproximo {
	opacity: 0.4;
}
.fieldSetatual > legend {
	font-size: 120%;
	font-weight: bold;
}
.link {
	cursor: pointer;
}
.add {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url("../icon/mais.gif") no-repeat;
	margin-left: 0px;
}
.minus {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	display: inline-block;
	background: url("../icon/menos.gif") no-repeat;
}
table.acesso {
	width: auto;
	border: 1px solid #e8e8e8;
	margin-top: 10px;
}
table.acesso thead th {
	background: #e6e6e6;
	border-bottom: 1px solid #e8e8e8;
}
table.acesso tbody th {
	text-align: left;
}
table.acesso tbody th,
table.acesso tbody td,
table.acesso thead th {
	padding: 3px;
}
table.acesso tfoot td {
	font-size: x-small;
	text-align: center;
	border-top: 1px solid #e8e8e8;
	background: #efefef;
	padding: 5px 0;
}
table.acesso label {
	color: #000;
	margin-top: 0;
	font-size: inherit;
}
#checks {
	position: absolute;
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: none;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 3px #ddd;
}
#checks li {
	cursor: pointer;
	padding-right: 3px;
}
#checks li:hover {
	background: #e6e6e6;
}
.contentImgProduto {
	text-align: center;
	cursor: pointer;
}
.toolTipImgs {
	display: none;
}
.ui-menu .addItem a {
	border-top: 2px solid #ddd;
	cursor: pointer;
	background: url("../icon/mais.gif") #eee 1% 50% no-repeat;
	padding-left: 25px !important;
}
.ui-menu .addItem a:hover,
.ui-menu .addItem a.ui-state-active,
.ui-menu .addItem a.ui-state-hover {
	color: rgb(13, 80, 0);
}
#menu-mobile,
#title-mobile,
#title-menu-mobile {
	display: none;
}
.card {
	padding: 10px;
	background: #fff;
	border-radius: 2px;
	display: inline-block;
	margin: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media print {
	.no-print,
	#page-header > div:not(#titulo),
	#menu {
		display: none;
	}
	#page-header {
		box-shadow: none;
	}
	#conteudo {
		margin: 10px;
	}
	#page-content {
		padding: 0;
	}
}

.wapper-agendamento .grid > * {
	min-width: auto;
}
.wapper-agendamento .header-agendamento .controller-inputs__date,
.wapper-agendamento .header-agendamento .controller-inputs__periodo,
.wapper-agendamento .header-agendamento .controller-inputs__view {
	display: flex;
}
.wapper-agendamento .header-agendamento .controller-inputs__date {
	justify-content: center;
	display: flex;
}
@media (max-width: 48rem) {
	.wapper-agendamento .header-agendamento .controller-inputs__periodo {
		order: 1;
	}
	.wapper-agendamento .header-agendamento .controller-inputs__view {
		order: 2;
	}
	.wapper-agendamento .header-agendamento .controller-inputs__date {
		width: 100%;
		min-width: 100%;
		order: 3;
	}
}

.content-agendamento {
	width: 100%;
	/* overflow: hidden; */
}
.content-agendamento .periodo-grade {
	/* overflow-y: scroll; */
	margin: 20px 0;
}
.content-agendamento .periodo-grade table {
	border: 1px solid #f3f3f3;
	table-layout: fixed;
	width: 100%;
	min-width: 680px;
	margin-bottom: 3.2rem;
}
.content-agendamento .periodo-grade table thead {
	width: 100%;
}
.content-agendamento .periodo-grade table thead label {
	font-size: 10pt;
	font-weight: bold;
}
.content-agendamento .periodo-grade table thead p {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
}
.content-agendamento .periodo-grade table tr th {
	border: 1px solid #f3f3f3;
	flex-basis: 100%;
	max-width: 100%;
	min-width: 0;
}
.content-agendamento .periodo-grade tbody tr {
	height: 30px;
}
.content-agendamento .periodo-grade tbody tr :first-child {
	text-align: center;
	vertical-align: top;
}
.content-agendamento .periodo-grade tbody tr td {
	width: 100%;
	border: 1px solid #f3f3f3;
}
.content-agendamento .periodo-grade tbody tr td.btn {
	background: #fff;
	display: table-cell;
	border-radius: 8px;
}
.content-agendamento .periodo-grade tbody tr td.btn.agenda__full,
.content-agendamento .periodo-grade tbody tr td.agenda__full {
	background: rgba(3, 130, 117, 0.5);
}
.content-agendamento .periodo-grade tbody tr td.btn.agenda__marked,
.content-agendamento .periodo-grade tbody tr td.agenda__marked {
	background: #05dcc6;
}

.content-agendamento .periodo-grade .legenda {
	z-index: 99;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 35px;
	gap: 25px;
	background: #ffffff;
	font-weight: 500;
	font-size: 14px;
	box-shadow: 0px -2px 25px rgba(0, 0, 0, 0.05);
}
.content-agendamento .periodo-grade .legenda .item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.content-agendamento .periodo-grade .legenda .item .marker {
	background: #ffffff;
	border: 1px solid #b4b4b4;
	width: 24px;
	height: 24px;
	border-radius: 7px;
}
.content-agendamento .periodo-grade .legenda .item .marker.half {
	background: #05dcc6;
}
.content-agendamento .periodo-grade .legenda .item .marker.full {
	background: rgba(3, 130, 117, 0.5);
}
.content-agendamento .periodo-list {
	margin: 20px 0;
}
.content-agendamento .periodo-list .day {
	margin: 20px;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.content-agendamento .periodo-list .day .date {
	font-size: 16px;
}
.content-agendamento .periodo-list .day .date span {
	font-size: 22px;
	font-weight: 600;
}
.content-agendamento .periodo-list .day .hour {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
}
.content-agendamento .periodo-list .day .hour .rounder-circle {
	width: 10px;
	height: 10px;
	background: #0066cc;
	border-radius: 10px;
	margin-right: 3px;
}
.content-agendamento .periodo-list .day .item {
	display: flex;
	flex-direction: row;
	gap: 15px;
	padding: 10px 20px;
	background: #ffffff;
	box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.06);
	border-radius: 12px;
}
.content-agendamento .periodo-list .day .item .line {
	background-color: #05dcc6;
	min-height: 100%;
	width: 4px;
}
.content-agendamento .periodo-list .day .item .data {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.content-agendamento .periodo-list .day .item .data .item-wrapper {
	display: inline-flex;
}
.content-agendamento .periodo-list .day .item .data .item-wrapper .left {
	width: 100px;
	color: #73757d;
	font-size: 12px;
}
.content-agendamento .periodo-list .day .item .data .item-wrapper .content {
	font-weight: 600;
	font-size: 14px;
}
.content-agendamento .day-grade {
	margin: 20px 0;
	/* overflow-y: scroll; */
}
.content-agendamento .day-grade table {
	width: 100%;
}
.content-agendamento .day-grade table thead th {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.content-agendamento .day-grade table thead th .card-perfil {
	display: flex;
	align-items: center;
}
.content-agendamento .day-grade table thead th .card-perfil figure {
	width: 36px;
	min-width: 36px;
	height: 36px;
	min-height: 36px;
	overflow: hidden;
	flex-shrink: 2;
	border-radius: 50%;
	margin: 0;
}
.content-agendamento .day-grade table thead th .card-perfil figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-agendamento .day-grade table thead th .card-perfil .data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 10px;
}
.content-agendamento .day-grade table thead th .card-perfil .data span {
	text-align: start;
	font-size: 12px;
	letter-spacing: 0.01em;
}
.content-agendamento .day-grade table thead th .card-perfil .data span.name {
	font-size: 12px;
	font-weight: 600;
	text-transform: capitalize;
}
.content-agendamento .day-grade table tr th:first-child,
.content-agendamento .day-grade table td:first-child {
	width: 95px;
	min-width: 95px;
	position: sticky;
	background: #ffffff;
	left: 240px;
	line-height: 95px;
	border: none;
}
/* .content-agendamento .day-grade table tr th:nth-child(2),
  .content-agendamento .day-grade table td:nth-child(2) {
	margin-left: 95px;
  } */
.content-agendamento .day-grade table tr {
	display: flex;
}
.content-agendamento .day-grade table tr th,
.content-agendamento .day-grade table tr td {
	border: 1px solid #fafafa;
	width: 350px;
	min-width: 350px;
	height: 50px;
	max-height: 50px;
	text-align: center;
}
.content-agendamento .day-grade table tbody tr td {
	display: flex;
	background-color: #ffffff;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.content-agendamento .day-grade table tbody tr td.no-working {
	background-color: #f8f8f8;
	cursor: not-allowed;
}
.content-agendamento .day-grade table tbody tr td.schedule {
	background: #e9f4f5;
	color: #038275;
	border: 1px solid #e9f4f5;
}
.content-agendamento .day-grade table tbody tr td.schedule span.name {
	font-size: 14px;
	font-weight: 600;
}
.content-agendamento .day-grade table tbody tr td.schedule span.horario {
	font-size: 12px;
}

.cursor-pointer {
	cursor: pointer;
}

.content-agendamento .periodo-list .flex-direction-row {
	flex-direction: row;
}

.content-agendamento .periodo-list .justify-between {
	justify-content: space-between;
}
