/* VARIABLES & FONTS */
@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-display: auto;
	font-weight: 400;
	src: local("Open Sans"), local("OpenSans"),
		url("../fonts/open-sans-v16-latin-regular.woff2") format("woff2"),
		url("../fonts/open-sans-v16-latin-regular.woff") format("woff"),
		url("../fonts/open-sans-v16-latin-regular.ttf") format("truetype");
}

@font-face {
	font-family: "Open Sans";
	font-style: italic;
	font-display: auto;
	font-weight: 400;
	src: local("Open Sans Italic"), local("OpenSans-Italic"),
		url("../fonts/open-sans-v16-latin-italic.woff2") format("woff2"),
		url("../fonts/open-sans-v16-latin-italic.woff") format("woff"),
		url("../fonts/open-sans-v16-latin-italic.ttf") format("truetype");
}

@font-face {
	font-family: "Open Sans";
	font-style: normal;
	font-display: auto;
	font-weight: 800;
	src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"),
		url("../fonts/open-sans-v16-latin-800.woff2") format("woff2"),
		url("../fonts/open-sans-v16-latin-800.woff") format("woff"),
		url("../fonts/open-sans-v16-latin-800.ttf") format("truetype");
}

:root {
	--vuse-blue: #006eb3;
	--vuse-blue-dark: #005a96;
	--vuse-blue-light: #0083c1;
	--bg-body: #f1f4f9;
	--bg-card: #ffffff;
	--text-main: #1f2937;
	--text-muted: #6b7280;
	--border-main: #e4e4e4;
	--link-color: #31688f;
	--status-error: #ef4444;
	--status-warning: #f59e0b;
	--status-success: #10b981;
	--input-height: 38px;
}

:root {
	--gt-accent: #006eb3;
	--gt-border: #f1f1f1;
	--gt-text-muted: #6b7280;
	--gt-text-dark: #1f2937;
	--gt-bg-even: #fafafa;
	--gt-bg-odd: #ffffff;
	--gt-hover: #f3f4f6;
	--gt-transition: all 0.2s ease;
}

:root {
	--nav-text: #ffffff;
	--nav-width: 260px;
	--header-height: 60px;
}

[data-theme="dark"] {
	--vuse-blue: #60a5fa;
	--vuse-blue-dark: #1e3a8a;
	--vuse-blue-light: #93c5fd;
	--bg-body: #0f172a;
	--bg-card: #1e293b;
	--text-main: #f1f5f9;
	--text-muted: #94a3b8;
	--border-main: #334155;
	--link-color: #60a5fa;
	--status-error: #f87171;
	--status-warning: #fbbf24;
	--status-success: #34d399;
}

input[type="text"],
input[type="number"],
input[type="password"],
input[type="date"],
select,
.vuse-select-display,
.btnFormSalvar,
.btnFormCancel,
.ui-button {
	height: var(--input-height) !important;
}

.ui-datepicker-trigger {
	height: 24px !important;
	margin-left: -32px !important;
	cursor: pointer;
	vertical-align: middle !important;
	position: relative;
	z-index: 2;
}

.geraFormField {
	display: inline-flex !important;
	flex-wrap: nowrap !important;
}

html,
body,
#page {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: var(--text-main);
	background: var(--bg-body);
	font-family: "Open Sans", Verdana;
}

a:link,
a:visited {
	color: var(--link-color);
	text-decoration: none;
}

a img {
	border: 0;
}

button img {
	vertical-align: middle;
}

[class^="icon-"],
[class*=" icon-"] {
	color: inherit;
	vertical-align: middle;
}

/* LAYOUT */
#page-header {
	position: fixed;
	background: #fff;
	height: 70px;
	width: 100%;
	z-index: 9;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] #page-header {
	background: var(--bg-card);
	border-bottom: 1px solid var(--border-main);
}

[data-theme="dark"] #showMenu span {
	background: var(--vuse-blue);
}

[data-theme="dark"] #menu {
	background: #1e293b;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] button i,
[data-theme="dark"] button span {
	color: inherit;
}

#page-content {
	position: relative;
	padding-top: 70px;
	padding-bottom: 10px;
}

#titulo {
	flex-grow: 1;
	font-size: x-large;
	font-weight: bold;
	padding-left: 1em;
	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;
}

#showMenu {
	padding-left: 1em;
	display: block;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

#showMenu input[type="checkbox"] {
	display: block;
	width: 44px;
	height: 36px;
	position: absolute;
	top: -10px;
	left: 8px;
	cursor: pointer;
	opacity: 0;
	z-index: 200;
	-webkit-touch-callout: none;
}

#showMenu span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #004c71;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#showMenu:hover span {
	background-color: #0083c1;
}

#showMenu span:first-child {
	transform-origin: 0% 0%;
}

#showMenu span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#showMenu input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #fff;
}

#showMenu input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#showMenu input:checked~span:nth-last-child(2) {
	transform: rotate(-45deg) translate(0, -1px);
}

#showMenu input:checked~#menu {
	transform: none;
}

#menu {
	position: absolute;
	font-size: 0.85em;
	width: 276px;
	background: linear-gradient(to right, #006eb3 90%, #005e99);
	margin: -100px 0 0 -20px;
	padding: 100px 0 1em 4px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	box-shadow: 1px 4px 5px #ccc;
	transform-origin: 0% 0%;
	transform: translate(-100%, 0);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	height: 90vh;
	overflow: auto;
}

#menu a.ativo,
#menu a.clicado {
	opacity: 1;
}

#menu>div {
	margin-top: 5px;
	position: relative;
}

#menu a,
#menu a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
}

#menu a {
	opacity: 0.7;
	padding: 6px 7px;
	transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

#menu a:hover {
	opacity: 1;
	background: linear-gradient(to right, #0083c1 90%, #0164a1);
	cursor: pointer;
}

#menu .icone_menu {
	grid-template-columns: 1fr 4fr;
	align-items: center;
}

#menu .titulo {
	overflow: hidden;
}

#menu .submenu {
	display: none;
}

#menu .submenu a.clicado {
	background: #024474;
}

#load_dialog_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100001;
	opacity: 0.4;
	background: #000;
	backdrop-filter: blur(2px);
}

#load_dialog_body {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100002;
	width: auto;
	min-width: 200px;
}

#load_dialog_body .msg-container {
	background: var(--bg-card);
	color: var(--text-main);
	padding: 15px 25px;
	border-radius: 12px;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	display: flex;
	align-items: center;
	gap: 15px;
}

#load_dialog_body .msg-content {
	display: flex;
	align-items: center;
	gap: 12px;
	font-weight: 500;
}

#load_dialog_body .status-success {
	border-bottom: 4px solid var(--status-success);
}

#load_dialog_body .status-error {
	border-bottom: 4px solid var(--status-error);
}

#tb_message {
	position: fixed;
	z-index: 2000;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: auto;
	min-width: 300px;
	max-width: 90%;
}

#tb_message #div_message {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	padding-right: 40px;
	border-radius: 10px;
	background: var(--bg-card);
	color: var(--text-main);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--border-main);
	position: relative;
}

#tb_message .close {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	opacity: 0.5;
	cursor: pointer;
	background: url("../icon/fechar.svg") no-repeat center;
	background-size: 12px;
}

#tb_message .close:hover {
	opacity: 1;
}

#tb_message #div_message i {
	font-size: 20px;
}

#tb_message #div_message.warning i {
	color: var(--status-warning);
}

#tb_message #div_message.error i {
	color: var(--status-error);
}

#tb_message #div_message.confirm i {
	color: var(--status-success);
}

#tb_message #div_message.warning {
	border-left: 4px solid var(--status-warning);
}

#tb_message #div_message.error {
	border-left: 4px solid var(--status-error);
}

#tb_message #div_message.confirm {
	border-left: 4px solid var(--status-success);
}

#loading {
	position: absolute;
	display: none;
}

#conteudo {
	padding: 5px 15px;
	margin: 10px;
	background: var(--bg-card);
	border: 1px solid var(--border-main);
	display: block;
	width: auto;
	box-sizing: border-box;
}

a:link,
a:visited {
	color: var(--link-color);
	text-decoration: none;
}

.erros {
	padding: 5px;
}

.errotd {
	border: 1px solid red !important;
	background-color: #ecc !important;
}

/* FEEDBACK & ALERTS */
.erro,
.ajuda,
.aviso,
.info {
	border: 1px solid #f7a0b1;
	border-radius: 8px;
	background: #fdecef;
	color: #c42845;
	padding: 0.7em;
	font-size: 1em !important;
}

.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,
.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");
}

/* UTILITY CLASSES */
.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_usuario {
	display: block;
	border: 1px solid #aaa;
	border-radius: 10px;
	color: #006eb3;
	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);
	margin: auto;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#btn_usuario:hover {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.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;
}

.pendenteAprovacao {
	color: #fff;
	background: #cc0000 !important;
}

.canceladoAprovacao {
	color: #cc0000 !important;
}

.botaoAprovar {
	opacity: 0.8;
	background: green !important;
	color: #eee !important;
	border-color: darkgreen !important;
}

.botaoReprovar {
	opacity: 0.8;
	background: red !important;
	color: #eee !important;
	border-color: darkred !important;
}

.botaoAprovar:hover,
.botaoReprovar:hover {
	opacity: 1;
	color: #fff !important;
}

a,
.lnk {
	cursor: pointer;
}

.esc {
	display: none;
}

.lt {
	text-align: left;
}

.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 {
	display: grid;
	grid-gap: 5px 10px;
}

.grid-2c {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px 10px;
}

.grid-3c {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px 10px;
}

.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;
}

.metade {
	width: 50%;
	float: left;
}

.solicitacao {
	position: relative;
	margin: 6px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: -moz-linear-gradient(top,
			#ffffff 0%,
			#e8e8e8 22%,
			#dcdcdc 70%,
			#dcdcdc 100%) !important;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0%, #ffffff),
			color-stop(22%, #e8e8e8),
			color-stop(70%, #dcdcdc),
			color-stop(100%, #dcdcdc)) !important;
	box-shadow: 0 3px 3px #999;
}

.solicitacao .dados {
	padding: 5px;
}

.solicitacao .botoes {
	min-height: 46px;
	text-align: right;
	border-radius: 0 0 5px 5px;
	padding: 3px;
	background: -moz-linear-gradient(top,
			#9a9a9a 0%,
			#afafaf 22%,
			#afafaf 50%,
			#9a9a9a 80%,
			#ababab 100%) !important;
}

.solicitacao .cancelar {
	position: absolute;
	right: 0;
}

.solicitacao .id {
	position: absolute;
	top: -1px;
	left: -1px;
	font-size: small;
	padding: 3px;
	background: -moz-linear-gradient(top,
			#efefef 0%,
			#bcbcbc 70%,
			#bcbcbc 100%) !important;
	border-radius: 5px 0;
	border: 1px solid #dcdcdc;
}

.solicitacao .empresa {
	font-weight: bold;
	text-align: center;
	color: #3383bb;
	text-shadow: 0 2px 2px #ccc;
}

.solicitacao .responsavel {
	display: inline;
	font-size: small;
	line-height: 46px;
}

.solicitacao .tempo {
	text-align: right;
	font-size: small;
	font-style: italic;
}

#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;
}

.atender {
	background: rgb(255, 255, 255);
	border-radius: 5px;
}

.protocolo caption,
.atender caption {
	font-size: x-large;
	border-bottom: 3px solid black;
}

.protocolo th {
	border-right: 1px solid #ccc;
}

.protocolo th,
.protocolo td,
.atender th,
.atender td {
	padding: 5px;
}

.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;
}

.campo-10p {
	width: 10%;
}

.campo-30p {
	width: 30%;
}

.campo-50p {
	width: 50%;
}

.campo-100p {
	width: 100%;
}

.btn {
	cursor: pointer;
}

.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-wrap: wrap;
}

.gtOpcoes,
.gtFiltro {
	position: sticky;
}

.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;
}

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;
}

.lista_pagadores {
	width: 100%;
	border-collapse: collapse;
}

.lista_pagadores .odd,
.lista_coletas .odd {
	background: #ccc;
}

.lista_pagadores thead,
.lista_coletas thead,
.lista_ocorrencia thead,
.log_usuarios thead {
	background: #ddd;
	border-bottom: 1px solid #777;
}

.lista_pagadores tfoot,
.lista_coletas tfoot {
	background: #ddd;
	border-top: 3px solid #777;
}

.link {
	cursor: pointer;
}

.img_infp {
	margin-left: 15px !important;
}

#com_text {
	width: 782px !important;
	height: 91px !important;
}

#listcoment {
	width: 805px;
	padding-bottom: 10px;
	max-height: 200px;
	overflow: auto;
}

.listarecursiva {
	list-style-type: none;
	text-align: right;
}

.listarecursiva button {
	position: relative;
	margin-right: 8px;
	margin-bottom: 5px;
}

.title_coment {
	margin-left: -40px;
	padding-left: 0px;
}

.texto_comentario {
	text-align: left !important;
	margin-left: -20px !important;
	padding-left: 0px !important;
}

.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;
}

#nivelAcesso {
	list-style-type: none;
}

.classeValor {
	text-align: right;
}

#newItem {
	font-weight: bold;
	background: #4bff9b url(../imagens/ui-bg_glass_75_adicionar_novo_item_1x400.png) 50% 50% repeat-x !important;
	color: #014309 !important;
}

.itemLock {
	background: transparent url(../icon/senha.png) no-repeat scroll 50% center;
	text-align: right;
}

.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;
	}
}

.badge {
	background: #cd5c5c;
	border-radius: 3px;
	color: #fff;
	z-index: 99;
	font-weight: 600;
	padding: 2px 6px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2),
		inset 0 2px 5px rgba(225, 225, 225, 0.3);
	font-size: 13px;
	margin-left: 5px;
	position: relative;
	display: inline-block;
	top: -1px;
}

.link-sol,
.link-horario {
	cursor: pointer;
	font-weight: bold;
	color: #657af8;
}

.dia-check {
	background: #006eb3;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	color: #fff;
}

.dia-uncheck {
	background: #fff;
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
	color: #000;
}

.dia-programado {
	background: #ddf1fc;
	text-align: center;
	padding: 5px;
	border: 1px solid #006eb3;
	color: #006eb3;
}

.tb-orcamento {
	margin-top: 20px;
}

.tb-orcamento thead {
	background: #787878;
	color: white;
}

.tb-orcamento thead tr th {
	border-right: 1px solid white;
}

.tb-orcamento tr {
	height: 35px;
}

.tb-orcamento tbody .linha-item:hover {
	background: #e2e2e2 !important;
}

.tb-orcamento tbody .linha-etapa,
.tb-orcamento tbody .linha-atv {
	background: #4595c7;
	font-size: 120%;
	border-bottom: 1px solid white;
}

.tb-orcamento tbody .linha-atv {
	background: #d5edfc;
}

.tb-orcamento tbody .linha-item {
	background: #efefef !important;
}

.tb-orcamento tbody .linha-etapa td:first-child,
.tb-orcamento tbody .linha-atv td:first-child {
	padding-left: 10px;
}

.tb-orcamento tbody .linha-etapa td:first-child .acoes-etapa div,
.tb-orcamento tbody .linha-atv td:first-child .acoes-atv div {
	display: inline;
}

.tb-orcamento tbody .linha-etapa td:first-child .acoes-etapa,
.tb-orcamento tbody .linha-etapa td:last-child .acoes-etapa,
.tb-orcamento tbody .linha-atv td:first-child .acoes-atv,
.tb-orcamento tbody .linha-atv td:last-child .acoes-atv {
	display: none;
}

.tb-orcamento tbody .linha-etapa .editar-nome-etapa,
.tb-orcamento tbody .linha-atv .editar-nome-atv {
	display: none;
}

.tb-orcamento tbody .linha-item td:first-child .acoes-item {
	display: none;
	position: absolute;
}

.tb-orcamento tbody .linha-item td:first-child .acoes-item div {
	display: inline;
}

.tb-orcamento tbody .linha-item td:first-child {
	padding-left: 10px;
}

.linha-subgrupo,
.linha-grupo {
	font-weight: bold;
}

.tb-orcamento tbody .linha-item .even,
.even {
	background: #f6f6f6;
}

.tb-orcamento tbody .linha-item .odd,
.odd {
	background: #fff;
}

.ui-widget {
	font-family: inherit;
	font-size: 14px;
}

.ui-widget-content {
	background: var(--bg-card);
	border: 1px solid var(--border-main);
	color: var(--text-main);
}

.ui-widget-header {
	background: var(--bg-body);
	border: none;
	border-bottom: 1px solid var(--border-main);
	color: var(--text-main);
	font-weight: 600;
}

.ui-dialog {
	padding: 0;
	border-radius: 12px;
	overflow: hidden !important;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
	border: none !important;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 16px 20px;
	border-radius: 0;
	background: var(--bg-card);
	font-size: 16px;
	border: none !important;
	border-bottom: 1px solid var(--border-main) !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: transparent !important;
	border: none !important;
	right: 15px !important;
	opacity: 0.7;
	transition: opacity 0.2s;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
	opacity: 1;
}

.ui-dialog .ui-dialog-content {
	padding: 20px;
	color: var(--text-main);
}

.ui-dialog .ui-dialog-buttonpane {
	background: var(--bg-body);
	border-top: 1px solid var(--border-main);
	padding: 12px 20px;
	margin-top: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 0 0 10px;
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600 !important;
	cursor: pointer;
	border: 1px solid var(--border-main);
	background: var(--bg-card);
	color: var(--text-main);
	transition: all 0.2s ease-in-out;
}

.ui-dialog .ui-dialog-buttonpane button.ui-state-active,
.ui-dialog .ui-dialog-buttonpane button.btnFormSalvar {
	background: var(--vuse-blue) !important;
	color: white !important;
	border: none !important;
	font-weight: 600 !important;
	box-shadow: none !important;
}

.ui-dialog .ui-dialog-buttonpane button.ui-state-active:hover,
.ui-dialog .ui-dialog-buttonpane button.btnFormSalvar:hover,
.ui-dialog .ui-dialog-buttonpane button.ui-state-active.ui-state-hover,
.ui-dialog .ui-dialog-buttonpane button.btnFormSalvar.ui-state-hover {
	background: var(--vuse-blue-light) !important;
	color: white !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(0, 110, 179, 0.2) !important;
	font-weight: 600 !important;
}

.ui-dialog .ui-dialog-buttonpane button:not(.ui-state-active):not(.btnFormSalvar):hover,
.ui-dialog .ui-dialog-buttonpane button:not(.ui-state-active):not(.btnFormSalvar).ui-state-hover {
	background: var(--bg-body) !important;
	color: var(--text-main) !important;
	border-color: var(--border-main) !important;
	font-weight: 600 !important;
}

.vuse-date-container {
	display: flex;
	align-items: center;
	position: relative;
	flex-grow: 1;
}

.vuse-date-container input {
	padding-right: 32px !important;
	width: 100%;
}

.vuse-date-container i {
	position: absolute;
	right: 10px;
	color: var(--text-muted);
	font-size: 18px;
	pointer-events: none;
	display: flex;
	align-items: center;
	height: 100%;
}

.ui-datepicker {
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	width: 280px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	text-align: center;
	border-radius: 6px;
	border: none !important;
}

.ui-datepicker .ui-state-default {
	background: transparent;
	color: var(--text-main);
}

.ui-datepicker .ui-state-hover {
	background: var(--bg-body);
}

.ui-datepicker .ui-state-active {
	background: var(--vuse-blue) !important;
	color: white !important;
}

.ui-datepicker .ui-datepicker-header {
	background: transparent;
	border: none;
}

.ui-tooltip {
	padding: 8px 12px;
	border-radius: 6px;
	border: none;
	font-size: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .ui-tooltip {
	background: #334155;
}

.ui-widget-overlay {
	background: #000;
	opacity: 0.5 !important;
}

[data-theme="dark"] .ui-widget-header {
	background: #334155;
	border-color: #475569;
}

[data-theme="dark"] .ui-state-default {
	background: transparent;
	color: #f1f5f9;
	border-color: #334155;
}

[data-theme="dark"] .ui-state-hover {
	background: #334155;
	color: #fff;
}

[data-theme="dark"] .ui-dialog .ui-dialog-titlebar {
	background: #1e293b;
	border-bottom: 1px solid #334155;
}

[data-theme="dark"] .ui-datepicker {
	background: #1e293b;
	border: 1px solid #334155;
}

[data-theme="dark"] {
	--gt-border: #334155;
	--gt-text-muted: #94a3b8;
	--gt-text-dark: #f1f5f9;
	--gt-bg-even: #1e293b;
	--gt-bg-odd: #0f172a;
	--gt-hover: #334155;
}

.gtContainer {
	background: var(--bg-card);
	border: 0;
	border-radius: 0;
	margin: 0;
}

.gtOpcoes {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--gt-border);
	margin-bottom: 0;
	box-shadow: none;
}

.gtOpcoesBotoes {
	display: flex;
	align-items: center;
	gap: 16px;
}

.gtAcoesPrincipais {
	display: flex;
	gap: 4px;
	padding-right: 16px;
	border-right: 1px solid var(--gt-border);
}

.gtOpcoesBotoes .btn {
	padding: 6px;
	border-radius: 4px;
	transition: var(--gt-transition);
	background: transparent;
	border: 1px solid var(--gt-text-muted) !important;
	color: var(--gt-text-muted);
	opacity: 0.7;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.gtOpcoesBotoes .btn i {
	font-size: 16px;
}

.gtOpcoesBotoes .btn img {
	filter: none;
}

[data-theme="dark"] .gtOpcoesBotoes .btn {
	color: var(--gt-text-dark);
	border-color: var(--gt-text-dark) !important;
}

[data-theme="dark"] .gtOpcoesBotoes .btn img {
	filter: brightness(0) invert(1);
}

.gtOpcoesBotoes .btn:hover {
	background: var(--gt-hover);
	opacity: 1;
}

.btn-adicionar {
	background: transparent !important;
	color: var(--gt-accent) !important;
	border: 1px solid var(--gt-accent) !important;
	padding: 6px 14px !important;
	border-radius: 4px !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	display: flex !important;
	align-items: center !important;
	gap: 6px !important;
	cursor: pointer;
	transition: var(--gt-transition);
	margin-right: 1rem;
}

[data-theme="dark"] .btn-adicionar {
	color: #38bdf8 !important;
	border-color: #38bdf8 !important;
}

.btn-adicionar:hover {
	background: var(--gt-accent) !important;
	color: white !important;
}

[data-theme="dark"] .btn-adicionar:hover {
	background: #38bdf8 !important;
}

.btn-adicionar img {
	height: 14px;
	transition: filter 0.2s;
}

.gtFiltro {
	background: var(--gt-bg-even);
	border: none;
	border-bottom: 1px solid var(--gt-border);
	padding: 20px 15px;
	margin: 0 -15px;
	box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
	margin-bottom: 0;
}

.gtFiltroForm {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: flex-end;
}

.gtFiltroBotao button {
	padding: 8px 20px;
	transition: opacity 0.2s;
	cursor: pointer;
}

.geraTabela {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin-top: 8px;
	background: var(--gt-bg-odd);
}

.geraTabela thead th {
	background-color: var(--gt-bg-odd);
	color: var(--gt-text-muted);
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.05em;
	padding: 14px 12px;
	text-align: left;
	position: sticky;
	top: 60px;
	z-index: 1;
	box-shadow: inset 0 -1px 0 var(--gt-border);
}

.geraTabela thead th:not(.tools):not(:last-child) {
	box-shadow: inset -1px -1px 0 var(--gt-border);
}

.geraTabela tbody td {
	padding: 12px;
	border-bottom: 1px solid var(--gt-border);
	color: var(--gt-text-dark);
	font-size: 13.5px;
}

.geraTabela tbody td:before {
	display: none;
}

.geraTabela tbody tr.even {
	background-color: var(--gt-bg-even);
}

.geraTabela tbody tr.odd {
	background-color: var(--gt-bg-odd);
}

.geraTabela tbody tr:hover {
	background-color: var(--gt-hover) !important;
}

[data-theme="light"] .geraTabela tbody tr:hover {
	background-color: #ffffe0 !important;
}

.gtNavPage {
	color: var(--gt-text-muted);
}

.gtNavPage b {
	color: var(--gt-text-dark);
}

.gtNavPage .btn:hover {
	border-color: var(--gt-border);
}

.gtNavPage .btn img {
	filter: none;
}

[data-theme="dark"] .gtNavPage .btn {
	color: var(--gt-text-dark);
}

[data-theme="dark"] .gtNavPage .btn img {
	filter: brightness(0) invert(1);
}

.toolsButton.visible {
	width: 40px;
	text-align: center;
}

.gtGrupo {
	width: 24px !important;
	height: 24px !important;
	border: none !important;
	background: transparent url('../../interface/icon/menu.svg') no-repeat center !important;
	background-size: 14px !important;
	opacity: 0.5;
	transition: opacity 0.2s;
}

[data-theme="dark"] .gtGrupo {
	filter: brightness(0) invert(1);
}

.gtGrupo:hover {
	opacity: 1;
}

#menuGrupo {
	border-radius: 4px;
	border: 1px solid var(--gt-border);
	padding: 4px;
	background: var(--bg-card);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	gap: 4px;
}

[data-theme="dark"] #menuGrupo img {
	filter: brightness(0) invert(1);
}

.geraTabela tfoot th {
	padding: 16px 12px;
	background: var(--gt-bg-odd);
	border-top: 2px solid var(--gt-border);
	text-align: right;
	font-weight: 700;
	color: var(--gt-text-dark);
}

.direcao {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.direcao.asc {
	border-bottom: 4px solid var(--gt-accent);
}

.direcao.desc {
	border-top: 4px solid var(--gt-accent);
}

[data-theme="dark"] {
	#menuFiltro {
		background: transparent;
	}
}

#page-header {
	background: var(--vuse-blue);
	border-bottom: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: var(--header-height);
	z-index: 90;
	color: white;
}

#logo {
	width: var(--nav-width);
	height: var(--header-height);
	background: #fff;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

[data-theme="dark"] #logo {
	background: #1e293b;
}

#logo img {
	height: 36px;
}

[data-theme="dark"] #logo img {
	filter: brightness(0) invert(1);
}

#showMenu span {
	background: white !important;
	height: 3px;
	border-radius: 2px;
	z-index: 91;
}

#showMenu input {
	z-index: 92;
}

#menuFiltro {
	padding: 10px 12px;
	position: sticky;
	top: 0;
	background: var(--vuse-blue-dark);
	z-index: 100;
	margin-bottom: 10px;
}

#inputMenuFiltro {
	width: 100%;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 10px 12px;
	color: white;
	font-size: 13px;
	outline: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

#inputMenuFiltro::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

#inputMenuFiltro:focus {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.05);
}

#menu {
	background: var(--vuse-blue-dark);
	width: var(--nav-width);
	margin-top: -60px;
	padding: 70px 0 20px 0;
	box-shadow: none;
	border-right: none;
	height: calc(100vh + 60px);
	overflow-y: auto;
	z-index: 80;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), box-shadow 0.5s ease;
	box-sizing: border-box;
}

#showMenu input:checked~#menu {
	box-shadow: 15px 0 40px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] #showMenu input:checked~#menu {
	box-shadow: 15px 0 40px rgba(0, 0, 0, 0.6);
}

#menu a {
	color: var(--nav-text);
	opacity: 0.8;
	padding: 12px 16px;
	margin: 4px 12px;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 8px;
	border-left: none !important;
}

#menu a:hover {
	background: rgba(255, 255, 255, 0.08);
	opacity: 1;
}

#menu a.clicado,
#menu a.ativo {
	background: rgba(255, 255, 255, 0.12);
	opacity: 1;
	font-weight: 600;
	color: white;
}

[data-theme="dark"] #menu a.clicado,
[data-theme="dark"] #menu a.ativo {
	background: var(--vuse-blue-light);
	color: #0f172a;
}

#menu a.clicado:has(+ .submenu) {
	border-radius: 8px 8px 0 0;
	margin-bottom: 0;
}

#menu .icone_menu {
	display: flex;
	align-items: center;
	gap: 12px;
}

#menu .icone img {
	height: 20px;
	width: auto;
	filter: brightness(0) invert(1);
}

[data-theme="dark"] #menu a.clicado .icone img,
[data-theme="dark"] #menu a.ativo .icone img {
	filter: brightness(0);
}

#menu .submenu {
	background: rgba(0, 0, 0, 0.1);
	padding: 4px 0;
	margin: 0 12px 8px 12px;
	border-radius: 0 0 8px 8px;
	border-left: none;
}

[data-theme="dark"] #menu .submenu {
	background: rgba(255, 255, 255, 0.03);
}

#menu .submenu a {
	margin: 2px 0;
	padding: 8px 16px 8px 42px;
	font-size: 13px;
	opacity: 0.7;
	border-radius: 4px;
}

#menu .submenu a:hover {
	background: rgba(255, 255, 255, 0.05);
}

#menu .submenu a.clicado {
	background: transparent;
	color: white;
	font-weight: 600;
	box-shadow: none;
	opacity: 1;
}

[data-theme="dark"] #menu .submenu a.clicado {
	color: var(--vuse-blue-light);
}

#btn_usuario {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: white;
	width: 36px;
	height: 36px;
	line-height: 34px;
	border-radius: 50%;
	transition: background 0.2s;
}

#btn_usuario:hover {
	background: var(--vuse-blue-light);
	border-color: white;
}

#btn_notif img {
	filter: brightness(0) invert(1);
	opacity: 0.85;
	width: 28px;
	height: 28px;
}

#btn_notif:hover img {
	opacity: 1;
}

#btn_sair {
	margin-top: 40px;
	background: rgba(0, 0, 0, 0.1) !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#btn_sair:hover {
	background: #c23b3b !important;
	color: white !important;
}

#page-content {
	background: var(--bg-body);
	padding-top: var(--header-height);
}

#conteudo {
	margin: 20px;
	background: var(--bg-card);
	border-radius: 12px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	min-height: calc(100vh - 100px);
}

[data-theme="dark"] #conteudo {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}