﻿:root {
	--color-primary: orange;
	--color-primary-hover: #f9a100;
	--color-dark: #95A5A6;
	--color-success: #18BC9C;
	--color-success-hover: #14A085;
	--color-info: #3498DB;
	--color-warning: #F39C12;
	--color-warning-hover: #cf850f;
	--color-danger: #E74C3C;
	--color-danger-hover: #C44133;
	--color-link: #005AFF;
	--color-light: #ECF0F1;
	--menu-altura: 51px;
	--color-tarefa-acompanha: lightseagreen;
	--color-tarefa-responsavel: cornflowerblue;
}

/** {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', Arial, 'sans-serif';
	color: #212529;
}*/

	*:disabled {
		background-color: #F8F8F8;
		color: #B8B8B8;
		opacity: 1;
	}

ul, ol, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: var(--color-link);
}

dl dt {
	font-weight: bold;
	margin-bottom: 8px;
}

dl dd {
	margin-left: 40px;
	margin-bottom: 4px;
}

input[type=file] {
	display: none;
}

input[type=text], input[type=password], select, textarea {
	padding: 0.2rem 0.3rem;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	width: 100%;
	box-sizing: border-box;
	outline: none;
}

input[type=range] {
	outline: none;
}

textarea {
	resize: none;
}

label, input[type=text], input[type=password], select, dt, dd {
	font-size: 0.9em;
}

	input[type=text]:focus, input[type=password]:focus, select:focus {
		border-color: #969fa8;
		box-shadow: 0 0 0 0.1rem rgb(44 62 80 / 25%);
	}

	label[for] { /*Estilo será aplicado à toda label com atributo for*/
		margin-left: 5px;
	}

.reset label[for] {
	margin-left: 0;
}

table {
	border-collapse: collapse;
	/* funde/une as bordas paralelas */
	width: 100%;
	font-family: sans-serif;
}

	table > thead th {
		background: var(--color-dark);
		color: #FFF;
		font-weight: normal;
		padding: 0.3em 0.6em;
		text-align: left;
	}

	table > tbody td {
		border-bottom: 1px solid #CCC;
		padding: 0.3em 0.6em;
		font-size: 0.9em;
	}

	table > tbody tr:nth-child(even) {
		background-color: #F5F5F5;
	}

	table > tfoot td {
		background: #D0D0D0;
		color: #FFF;
		font-weight: normal;
		padding: 0.3em 0.6em;
		text-align: left;
	}

hr {
	background-color: #ced4da;
	border: none;
	height: 1px;
}

details > summary {
	cursor: pointer;
}

label:empty {
	height: 17px;
}

#top-menu {
	display: none;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.btn {
	cursor: pointer;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	color: #fff;
	text-decoration: none;
}

	.btn:disabled, .btn.disabled {
		cursor: not-allowed;
		opacity: 0.65;
	}

.btn-primary {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

	.btn-primary:hover {
		color: #fff;
		background-color: var(--color-primary-hover);
		border-color: var(--color-primary-hover);
	}

.btn-small-primary {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
	background-color: var(--color-primary);
}

	.btn-small-primary:hover {
		border-color: var(--color-primary);
		background-color: var(--color-primary-hover);
	}

.btn-warning {
	background-color: var(--color-warning);
	border-color: var(--color-warning);
}

	.btn-warning:hover {
		background-color: var(--color-warning-hover);
		border-color: var(--color-warning-hover);
	}

.btn-small-warning {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
	background-color: var(--color-warning);
}

	.btn-small-warning:hover {
		border-color: #C27D0E;
		background-color: var(--color-warning-hover);
	}

.btn-small-danger {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
	background-color: var(--color-danger);
}

	.btn-small-danger:hover {
		border-color: #B93D30;
		background-color: var(--color-danger-hover);
	}

.btn-small-success {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem;
	background-color: var(--color-success);
}

	.btn-small-success:hover {
		border-color: #009988;
		background-color: var(--color-success-hover);
	}

.btn-custom {
	background-color: #ed3068;
	color: white;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 12px 20px;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
}

	.btn-custom:hover {
		background-color: #c02557;
		color: white;
		scale: 1.1;
	}

#div-mensagem {
	margin-top: 10px;
	background-color: white;
	padding: 5px;
	font-size: 0.85em;
	border-radius: 3px;
}

.div-mensagem-erro {
	color: var(--color-danger); /*vermelho*/
}

.msgBoxContent .div-mensagem-erro {
	font-size: 0.85em;
	margin-top: 4px;
}

.div-mensagem-sucesso {
	color: var(--color-success); /*verde*/
}

.div-mensagem-alerta {
	color: var(--color-warning); /*laranja*/
}

.div-mensagem-info {
	color: var(--color-info); /*azul*/
}

.login-container {
	margin: 0 auto;
	margin-top: 20vh;
	background-color: var(--color-dark);
	width: 300px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
}

.login-titulo {
	color: white;
	margin-bottom: 21px;
}

.login-container input[type=text], input[type=password] {
	margin-bottom: 12px;
}

.login-container label {
	color: white;
}

.login-container div.container-submit {
	text-align: right;
}

.nao-autorizado-titulo {
	text-align: center;
	margin-top: 20vh;
}

	.nao-autorizado-titulo .btn-primary {
		margin-top: 30px;
		width: 200px;
	}

.menu-principal {
	background-color: var(--color-primary);
}

.menu-item-parent::after {
	content: '›';
	font-weight: bold;
	padding-left: 5px;
}

.img-foto-usuario {
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 50%;
	cursor: pointer;
}

.img-notificoes {
	width: 35px;
	margin: 0 10px;
	cursor: pointer;
}

.img-configuracoes {
	width: 22px;
	cursor: pointer;
}

#li-menu-user {
	display: flex;
	align-items: center;
}

.container {
	margin: 0 auto;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.to-upper {
	text-transform: uppercase;
}

.display-none {
	display: none;
}

.display-flex {
	display: flex;
}

.position-relative {
	position: relative;
}

.box-cinza {
	background-color: #F0F0F0;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 5px;
	min-height: 18px;
}

.box-verde {
	margin-bottom: 6px;
	background-color: #18bc9c;
	color: white;
	border-radius: 3px;
	padding: 5px;
	font-size: 14px;
	display: flex;
	align-items: center;
}

	.box-verde h4 {
		color: white;
	}

.espacador-controles {
	height: 20px;
}

.periodos-relatorio {
	margin-top: 13px;
	margin-bottom: 10px;
	display: flex;
}

	.periodos-relatorio input[type=radio] {
		margin-left: 30px;
		margin-top: -60px;
	}

.periodos-relatorio-produto-sem-sku div {
	display: block;
}

.periodos-relatorio-produto-sem-sku input[type=text] {
	width: 90px;
}

#div-pre-loader {
	display: none;
	text-align: center;
}

#div-pre-loader-popup {
	text-align: center;
}

#div-pre-loader-upload {
	display: flex;
}

	#div-pre-loader-upload img {
		display: none;
		margin-left: 20px;
	}

.popup-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	display: none;
	overflow: auto;
}

	.popup-container .popup-content {
		border-radius: 7px;
		padding: 0 12px 12px 12px;
		box-sizing: border-box;
		margin: 40px auto;
		/*min-height: 200px;*/
		width: 75%;
		background-color: white;
	}

		.popup-container .popup-content .popup-header {
			margin-bottom: 16px;
		}

			.popup-container .popup-content .popup-header h3 {
				padding-top: 14px;
			}

			.popup-container .popup-content .popup-header .close {
				float: right;
				font-size: 1.5em;
			}

				.popup-container .popup-content .popup-header .close:hover {
					cursor: pointer;
					color: #909090;
				}

.popup-notificacoes-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 20;
	display: none;
	overflow: auto;
}

	.popup-notificacoes-container .popup-notificacoes-content {
		border-radius: 7px;
		padding: 0 12px 12px 12px;
		box-sizing: border-box;
		margin: 40px auto;
		/*min-height: 200px;*/
		width: 75%;
		background-color: white;
	}

		.popup-notificacoes-container .popup-notificacoes-content .popup-notificacoes-header {
			margin-bottom: 16px;
		}

			.popup-notificacoes-container .popup-notificacoes-content .popup-notificacoes-header h3 {
				padding-top: 14px;
			}

			.popup-notificacoes-container .popup-notificacoes-content .popup-notificacoes-header .close {
				float: right;
				font-size: 1.5em;
			}

				.popup-notificacoes-container .popup-notificacoes-content .popup-notificacoes-header .close:hover {
					cursor: pointer;
					color: #909090;
				}

.popup-notificacoes-body {
	padding: 10px;
}

	.popup-notificacoes-body p {
		margin: 7px 30px;
	}

.popup-notificacoes-footer {
	text-align: right;
	padding-top: 20px;
}

.th-data {
	width: 215px;
}

.popup-body {
	padding: 10px;
}

	.popup-body p {
		margin: 7px 0;
	}

	.popup-body .container-tabela-duplicados {
		min-height: 300px;
		overflow: auto;
	}

.popup-footer {
	text-align: right;
	padding-top: 20px;
}

.datas-relatorio {
	display: grid;
	grid-template-columns: 140px 140px;
	grid-template-rows: 24px 25px;
	font-size: 0.9em;
	margin: 10px 0 0 50px;
}

	.datas-relatorio input[type=text] {
		width: 82px;
	}

.container-filtro-periodo .datas-relatorio {
	margin: 10px 0 0 10px;
}


.data-monitoramento {
	font-size: 0.9em;
	margin-left: 30px;
	margin-top: 10px;
}

	.data-monitoramento input[type=text] {
		width: 82px;
	}




.upper-case {
	text-transform: uppercase;
}

.label-read-only {
	display: block;
	background-color: #f8f8f8;
	border: solid 1px #ced4da;
	padding: 4px;
	border-radius: 3px;
	color: #b0b0b0;
	font-weight: 300;
}

.display-block {
	display: block;
}

.image-avatar {
	height: 133.33px;
	width: 100px;
	cursor: pointer;
}

.image-avatar-read-only {
	height: 133.33px;
	width: 100px;
}

input[type=file] {
	display: none;
}

.titulo-pagina {
	padding: 20px 0;
}

.titulo-detalhe {
	padding-top: 20px;
}

.crud-container div.container-submit {
	margin: 20px 0;
}

.crud-container input[type=checkbox] {
	margin-right: 7px;
}

.crud-container div.container-permissoes {
	padding: 0 10px;
	margin: 18px 5px 38px 5px;
}

	.crud-container div.container-permissoes > div {
		margin: 16px 5px;
	}

	.crud-container div.container-permissoes > ul {
		margin: 20px 5px;
	}

		.crud-container div.container-permissoes > ul > li {
			margin: 8px 0;
		}

.escaneamento-container {
	display: flex;
	flex-direction: column;
}

	.escaneamento-container .div-scan {
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}

		.escaneamento-container .div-scan .div-scan-child-left {
			margin-top: 18px;
			font-size: 0.835em;
			width: 320px;
		}

		.escaneamento-container .div-scan .titulo-codigo-barras {
			font-size: 1.15em;
		}

		.escaneamento-container .div-scan #txtCodigoDeBarras {
			text-transform: uppercase;
			width: 320px;
			font-size: 3em;
			text-align: center;
		}



.fonte-pequena-tables-listagem {
	font-size: 0.8em;
}

/*Centraliza os cabeçalhos para tabelas de relatório*/
.alinhamento-cabecalho-tables-listagem thead th {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-tables-listagem tbody td:nth-child(1),
.alinhamento-coluna-tables-listagem tbody td:nth-child(2),
.alinhamento-coluna-tables-listagem tbody td:nth-child(5),
.alinhamento-coluna-tables-listagem tbody td:nth-child(8) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-escaneamento tbody td:nth-child(1),
.alinhamento-coluna-table-escaneamento tbody td:nth-child(2),
.alinhamento-coluna-table-escaneamento tbody td:nth-child(5),
.alinhamento-coluna-table-escaneamento tbody td:nth-child(6),
.alinhamento-coluna-table-escaneamento tbody td:nth-child(9) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-monitoramento tbody td:nth-child(2),
.alinhamento-coluna-table-monitoramento tbody td:nth-child(4),
.alinhamento-coluna-table-monitoramento tbody td:nth-child(7),
.alinhamento-coluna-table-monitoramento tbody td:nth-child(8),
.alinhamento-coluna-table-monitoramento tbody td:nth-child(9),
.alinhamento-coluna-table-monitoramento tbody td:nth-child(12) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de notificações*/
.alinhamento-coluna-table-notificacoes tbody td:nth-child(2) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-upload tbody td:nth-child(1),
.alinhamento-coluna-table-upload tbody td:nth-child(3),
.alinhamento-coluna-table-upload tbody td:nth-child(6),
.alinhamento-coluna-table-upload tbody td:nth-child(7),
.alinhamento-coluna-table-upload tbody td:nth-child(8),
.alinhamento-coluna-table-upload tbody td:nth-child(9),
.alinhamento-coluna-table-upload tbody td:nth-child(10),
.alinhamento-coluna-table-upload tbody td:nth-child(11),
.alinhamento-coluna-table-upload tbody td:nth-child(12) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(2),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(3),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(4),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(5),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(6),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(7),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(8),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(9),
.alinhamento-coluna-table-ponto-eletronico tbody td:nth-child(10) {
	text-align: center;
}

.alinhamento-coluna-table-ponto-eletronico tfoot td:nth-child(7),
.alinhamento-coluna-table-ponto-eletronico tfoot td:nth-child(8),
.alinhamento-coluna-table-ponto-eletronico tfoot td:nth-child(9),
.alinhamento-coluna-table-ponto-eletronico tfoot td:nth-child(10) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-tarefa tbody td:nth-child(3),
.alinhamento-coluna-table-tarefa tbody td:nth-child(4),
.alinhamento-coluna-table-tarefa tbody td:nth-child(5),
.alinhamento-coluna-table-tarefa tbody td:nth-child(8),
.alinhamento-coluna-table-tarefa tbody td:nth-child(9),
.alinhamento-coluna-table-tarefa tbody td:nth-child(10),
.alinhamento-coluna-table-tarefa tbody td:nth-child(11) {
	text-align: center;
}

/*Centraliza as respectivas colunas para tabelas de relatório*/
.alinhamento-coluna-table-relatorio-log-alteracao-datas-solicitacao tbody td:nth-child(2),
.alinhamento-coluna-table-relatorio-log-alteracao-datas-solicitacao tbody td:nth-child(3),
.alinhamento-coluna-table-relatorio-log-alteracao-datas-solicitacao tbody td:nth-child(4),
.alinhamento-coluna-table-relatorio-log-alteracao-datas-solicitacao tbody td:nth-child(5) {
	text-align: center;
}

#tabela-tarefa-anexos thead th:nth-child(1) {
	width: 16px;
}

#tabela-tarefa-anexos thead th:nth-child(3) {
	width: 110px;
}

#tabela-tarefa-anexos thead th:nth-child(4) {
	width: 110px;
}

#tabela-tarefa-anexos thead th:nth-child(5) {
	width: 60px;
}

#nome-produto {
	font-size: 0.955em;
	font-weight: bold;
	display: block;
	margin-top: 7px;
}

	#nome-produto:empty {
		display: block;
		height: 21px;
		margin-top: 7px;
	}

.popup-duplicados-campos {
	text-align: center;
}

	.popup-duplicados-campos .titulo-codigo-barras {
		font-size: 1.7em;
	}

	.popup-duplicados-campos #txtCodigoDeBarrasDuplicados {
		text-transform: uppercase;
		width: 90%;
		font-size: 2.5em;
		text-align: center;
	}

#tabela-relatorio-duplicados thead tr th {
	width: 33.3333%;
}

#tabela-relatorio-duplicados tbody tr td:nth-child(2) {
	text-align: center;
}

#tabela-relatorio-duplicados label {
	margin-left: 5px;
}

/*TABCONTROL*/
.tab-control {
	display: flex;
}

	.tab-control div {
		padding: 15px;
		width: 100%;
		text-align: center;
	}

		.tab-control div:hover:not(.tab-selected) {
			cursor: pointer;
			color: #18BC9C;
		}

.tab-selected {
	border-bottom: 2px solid #18BC9C;
	color: #18BC9C;
	pointer-events: none;
}

.container-tabs-content {
	margin-top: 30px;
}

	.container-tabs-content > div {
		display: none;
	}

		/*Exibe o primeiro container de conteúdo do tabcontrol*/
		.container-tabs-content > div:nth-child(1) {
			display: block;
		}
/*TABCONTROL*/


.container-filtro-ativo-usuario label {
	margin-left: 5px;
	margin-right: 20px;
}

#table-container-grafico {
	width: 100%;
}

	#table-container-grafico thead td {
		background-color: #F0F0F0;
	}

	#table-container-grafico td {
		border-bottom: 0 none white;
		background-color: white;
	}

	#table-container-grafico > tbody > tr > td:nth-child(1) {
		width: 80%;
	}

	#table-container-grafico > tbody > tr > td:nth-child(2) {
		width: 20%;
	}

#table-legenda-departamento {
	margin-right: 35px;
}

	#table-legenda-departamento td {
		padding: 0.5em;
		font-weight: bold;
	}

		#table-legenda-departamento td label {
			font-size: 1.3em
		}

	#table-legenda-departamento div {
		width: 2em;
		height: 1em;
	}

.titulo-grafico {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 12px;
	font-weight: bold;
}

.monitoramento-background {
	display: flex;
	justify-content: space-evenly;
	height: 9vh;
	margin-top: 10px;
}

.container-preloader-grafico {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*ORDENADOR*/
.item-ordenacao {
	border-bottom: 1px solid #CCC;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: move;
}

	.item-ordenacao label {
		margin-left: 15px;
		cursor: move;
	}

	.item-ordenacao:hover {
		background-color: #F8F8F8;
	}
/*ORDENADOR*/

.ultima-atualizacao-grafico {
	font-size: 0.95rem;
	margin-top: 10px;
	text-align: center;
	display: block;
}

.produtos-por-departamento {
	font-size: 0.9em;
	margin-bottom: 12px;
}


.container-botoes-relatorio {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

	.container-botoes-relatorio > div {
		margin: 0 7px;
	}

		.container-botoes-relatorio > div > #ddlUsuario {
			width: 185px;
			margin-bottom: 5px;
		}

		.container-botoes-relatorio > div > #ddlDepartamento {
			width: 185px;
			margin-bottom: 5px;
		}

#container-lista-usuarios {
	display: none;
}

.input-data-produto-escaneado {
	width: 73px !important;
	font-size: 1em !important;
}

.input-codigo-produto-escaneado {
	width: 100px !important;
	font-size: 1em !important;
}

.container-filtro-relatorio > div {
	padding: 10px;
}

.div-scan-child-right {
	margin-top: 18px;
	width: 290px;
	font-size: 0.9em;
}

	.div-scan-child-right > div {
		display: flex;
	}

.cor-status-nota-sku-verde {
	background-color: #33cc33 !important;
}

.cor-status-nota-sku-branco {
	background-color: white !important;
}

.cor-status-nota-sku-vermelho {
	background-color: #ff3300 !important;
}


/* Fotografia.cshtml */
#div-relatorio-fotografia th label {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
}

#div-relatorio-fotografia th:nth-child(1) {
	width: 100%;
}

#div-relatorio-fotografia th:nth-child(3) label,
#div-relatorio-fotografia th:nth-child(4) label,
#div-relatorio-fotografia th:nth-child(5) label,
#div-relatorio-fotografia th:nth-child(6) label {
	text-align: center;
	width: 140px;
}

#div-relatorio-fotografia tbody tr td:nth-child(3),
#div-relatorio-fotografia tbody tr td:nth-child(4),
#div-relatorio-fotografia tbody tr td:nth-child(5),
#div-relatorio-fotografia tbody tr td:nth-child(6) {
	border-right: 1px solid #CCC;
}

#textarea-buffer-sku {
	display: none;
}
/* Fotografia.cshtml */

#text-data {
	width: 90px;
}

.text-data {
	width: 90px !important;
}

#div-container-objetos-relatorio {
	display: none;
}

.div-container-monitoramento-top {
	display: flex;
}

	.div-container-monitoramento-top td,
	.div-container-monitoramento-top th {
		text-align: center;
	}

.div-container-monitoramento-left {
	width: 100%;
}

.div-container-monitoramento-right {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
	width: 30%
}

	.div-container-monitoramento-right table {
		width: 200px;
		font-size: 0.8em;
		margin: 10px 10px;
	}

[id^=input-tempo-expedir-sem-fotografar] {
	width: 30px !important;
}

.label-tempo-expedir-sem-fotografar {
	margin-right: 10px;
}

/*Informações de ponto ao lado da foto do menu principal*/
#li-foto-usuario {
	height: 50px !important;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

	#li-foto-usuario div span {
		font-size: 12px;
		font-weight: 300;
		color: white;
	}

	#li-foto-usuario:hover {
		cursor: default;
	}

#span-circulo-status-ponto {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
}

.span-circulo-status-ponto-green {
	background-color: green;
}

.span-circulo-status-ponto-red {
	background-color: red;
}

.span-circulo-status-ponto-blue {
	background-color: blue;
}
/*Informações de ponto ao lado da foto do menu principal*/

.div-logoff {
	background: url(/mg01/imagens/logoff.png) /* image */
	center center / 34px 34px /* position / size */
	no-repeat /* repeat */
	var(--color-success);
	display: inline-block;
	border-radius: 50%;
	height: 55px;
	width: 55px;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

	.div-logoff:hover {
		background-color: var(--color-success-hover);
	}

.link-home {
	background: url(/mg01/imagens/home.png) /* image */
	center center / 34px 34px /* position / size */
	no-repeat /* repeat */
	var(--color-success);
	border-radius: 50%;
	height: 44px;
	width: 44px;
	cursor: pointer;
	margin-top: 3px;
}

	.link-home:hover {
		background-color: var(--color-success-hover);
	}

.font-bold {
	font-weight: bold;
}

.div-container-registrar-ponto {
	display: flex;
	justify-content: space-evenly;
}

	.div-container-registrar-ponto #button-marcar-ponto {
		width: 100%;
	}

#div-container-horario {
	display: flex;
}

	#div-container-horario input[type=text] {
		width: 50px;
	}

	#div-container-horario div {
		width: 200px;
	}

.div-container-checkbox-todos-colaboradores {
	margin-bottom: 7px;
}

/*SORTTABLE*/

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
	content: " \25B4\25BE"
}

table.sortable thead tr th {
	white-space: nowrap;
}

/*SORTTABLE*/

.datepicker-day-changer {
	font-size: 14px;
	margin: 0 2px;
	text-decoration: none;
	color: black;
}

#table-tarefa-listar thead tr th:nth-child(3),
#table-tarefa-listar thead tr th:nth-child(4),
#table-tarefa-listar thead tr th:nth-child(5) {
	width: 150px;
}

#table-tarefa-listar thead tr th:nth-child(6) {
	width: 358px;
}

.container-usuario-tarefa > div {
	width: 320px;
	display: inline-block;
	margin: 3px;
	border-radius: 4px;
	background-color: #ebeaea;
	padding: 3px 0;
}

	.container-usuario-tarefa > div > div {
		display: flex;
		align-items: center;
	}

.text-time {
	display: inline-block;
	width: 50px !important;
}

.div-filtro-checks label:first-child {
	display: block;
	margin-bottom: 13px;
}

.div-filtro-checks input[type=radio] {
	margin-left: 30px;
}

.div-filtro-checks label[for] {
	margin-left: 5px;
}

/*NOTIFICAÇÕES*/

.alinhamento-coluna-table-notificacoes thead th:nth-child(2) {
	width: 100px;
}

div.prmenu_container ul li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px !important;
}

/*NOTIFICAÇÕES*/

/*CUSTOM-TOGGLE*/
.custom-toggle {
	-webkit-appearance: none;
	appearance: none;
	height: 20px;
	width: 40px;
	background-color: lightgrey;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 0 2px;
	margin: 0;
	cursor: pointer;
}

	/*Bolinha centro - Selecione*/
	.custom-toggle.circle-default::-webkit-slider-thumb {
		background-color: whitesmoke;
	}

	/*Bolinha esquerda - Responsável*/
	.custom-toggle.circle-left::-webkit-slider-thumb {
		background-color: var(--color-tarefa-responsavel);
	}

	/*Bolinha direita - Acompanhar tarefa*/
	.custom-toggle.circle-right::-webkit-slider-thumb {
		background-color: var(--color-tarefa-acompanha);
	}

	.custom-toggle::-webkit-slider-thumb {
		-webkit-appearance: none;
		appearance: none;
		width: 16px;
		height: 16px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
	}

.custom-toggle-container {
	width: 104px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.custom-toggle-container > .label-toggle {
		font-size: 0.7em;
		text-align: center;
	}
/*CUSTOM-TOGGLE*/

.div-container-legenda-tarefa {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.div-container-legenda-tarefa > div {
		display: flex;
		align-items: center;
	}

/*DOT*/
.dot {
	height: 15px;
	width: 15px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 3px 0 4px;
}

.dot-tarefa-responsavel {
	background-color: var(--color-tarefa-responsavel);
}

.dot-tarefa-acompanha {
	background-color: var(--color-tarefa-acompanha);
}
/*DOT*/

/*CANDYBOX*/
.candybox {
	margin: 1px;
	padding: 1px;
	border: 1px solid transparent;
	border-radius: 3px;
	cursor: pointer;
}

	.candybox:hover {
		border: 1px solid lightgrey;
		background-color: #F0F0F0;
	}

.candybox_popup {
	height: 300px;
	width: 300px;
	background-color: navajowhite;
	position: absolute;
}
/*CANDYBOX*/

.td-icon-file {
	font-size: 0;
}

	.td-icon-file img {
		height: 30px;
		width: 30px;
	}

.div-container-solicitacoes-tarefa-participantes {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

	.div-container-solicitacoes-tarefa-participantes p {
		background-color: white;
		border-radius: 3px;
		border: 1px solid #CCC;
		padding: 8px;
		margin: 10px 40px;
		color: #505050;
		font-size: 0.9em;
	}


.popup-comunicacao-tarefa > div > span {
	font-weight: 500;
}

.popup-comunicacao-tarefa > .box-cinza {
	font-size: 0.9em;
	background-color: white;
	margin-top: 3px;
}

.popup-comunicacao-tarefa > label {
	font-weight: 500;
}

.titulo-nova-tarefa-urgente {
	background: tomato;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	border-radius: 3px;
}

.div-container-dias-da-semana {
	margin: 12px 18px 0 18px;
	padding: 10px;
}

	.div-container-dias-da-semana div:nth-child(1) {
		margin-bottom: 10px;
	}

#ul-servicos {
	margin-top: 8px;
}

	#ul-servicos li {
		padding: 2px;
	}

.produto-nao-fotografado {
	background-color: #E2D027;
}

	.produto-nao-fotografado ul li {
		font-weight: 500;
	}

		.produto-nao-fotografado ul li a {
			color: #6B6710;
		}

.tippy-box[data-theme~="custom"] {
	background-color: #f7f7f7;
	color: black;
	border: 1px solid #ededed;
	border-radius: 9px;
	font-weight: normal;
	padding: 0.4em;
}

body > #div-container-table-relatorio {
	margin: 0 20px 20px 20px;
}

#select-status {
	width: 237px;
}

#container-tabs-monitoramento .box-cinza {
	padding: 10px;
}

#text-data-solicitacao {
	width: 90px;
}


/*DEPARTAMENTOS PERMITIDOS NA TELA DE ESCANEAMENTO*/
#ul-departamentos-permitidos, #ul-departamentos-cadastrados {
	min-height: 20px;
	padding: 1px;
	background-color: #E8E8E8;
	border-radius: 0.25em;
}

	#ul-departamentos-permitidos li, #ul-departamentos-cadastrados li {
		margin: 5px 5px;
		cursor: move;
	}

#div-container-departamentos {
	display: flex;
}

.container-permissoes #div-container-departamentos div {
	width: 300px;
	margin-top: 10px
}

	.container-permissoes #div-container-departamentos div label {
		font-weight: 500;
	}

#div-container-departamentos > div > div {
	height: 50vh;
	overflow-y: auto;
}

	#div-container-departamentos > div > div::-webkit-scrollbar {
		width: 6px;
	}

	#div-container-departamentos > div > div::-webkit-scrollbar-track {
		background-color: #F1F1F1;
	}

	#div-container-departamentos > div > div::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	}

#h4-titulo-permissoes-departamento {
	margin-top: 18px;
	padding: 0 5px;
}
/*DEPARTAMENTOS PERMITIDOS NA TELA DE ESCANEAMENTO*/

.box-branco {
	background-color: white;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 15px;
	min-height: 18px;
}

#table-ocorrencias thead tr th:nth-child(4) {
	width: 57px;
}

.label-titulo-box {
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.badge-default {
	font-size: 0.7em;
	padding: 4px;
	border-radius: 6px;
	border: 1px solid #CCC;
	margin: 5px;
	display: inline-block;
	background-color: white;
}

.div-container-badges-relatorios > h5 {
	margin-bottom: 10px;
}

.color-red {
	color: red;
}

.color-green {
	color: green;
}

.div-container-formularios {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.div-container-form-140 {
	width: 140px;
	margin: 25px;
}

.div-container-form-330 {
	width: 330px;
	margin: 25px;
}

div[class^='div-container-form-'] input[type='checkbox'], div[class*='div-container-form-'] input[type='checkbox'] {
	margin-left: 6px;
	margin-top: 8px;
}

#label-drop-area {
	display: block;
	background-color: #FFFDF9;
	border: 1px dashed #ced4da;
	padding: 30px;
	border-radius: 5px;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
	margin-right: 5px;
}

	#label-drop-area:hover {
		background-color: #fff6e4;
	}

	#label-drop-area img {
		border-radius: 5px;
		width: 50px;
		opacity: 0.8;
	}

	#label-drop-area > span {
		display: block;
	}

#label-drop-area-preview {
	height: 100px;
	width: 100px;
	border: 1px dashed #ced4da;
	border-radius: 10px;
	font-size: 0.8em;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	margin-right: 5px;
}

	#label-drop-area-preview:hover {
		background-color: #FFFDF9
	}

.link-style {
	color: var(--color-link);
	text-decoration: underline;
}

#div-container-fotos-preview {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.div-container-foto-preview {
	position: relative;
	height: 101px;
	width: 101px;
	margin-right: 5px;
}

.image-foto-preview {
	position: relative;
	height: 100px;
	width: 100px;
	border: 1px solid #ced4da;
	border-radius: 10px;
}

.div-excluir-foto-preview {
	position: absolute;
	top: 6px;
	right: 5px;
	height: 18px;
	width: 18px;
	border-radius: 10px;
	background-color: white;
	cursor: pointer;
	border: 1px solid #ced4da;
	text-align: center;
	line-height: 19px;
	font-size: 0.7em;
}

	.div-excluir-foto-preview:hover {
		background-color: #e6e9ec;
		color: gray;
	}

.label-titulo-interval {
	display: inline-block;
}

.div-container-text-interval input[type=text] {
	width: 50px;
	margin-right: 16px;
}

.div-modelo-card {
	display: flex;
	background-color: #F0F0F0;
	margin: 7px 0;
	border-radius: 6px;
	border: 1px solid #CCC;
}

	.div-modelo-card label {
		display: block;
		font-size: 0.8em;
		pointer-events: none;
	}

	.div-modelo-card:hover {
		cursor: pointer;
		background-color: #E8E8E8;
	}

		.div-modelo-card:hover img {
			opacity: 0.5;
		}

.label-sub-titulo-card {
	font-weight: bold;
}

.h3-nome {
	margin-left: 3px;
}

.div-modelo-card .img-modelo-foto {
	height: 218px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.div-modelo-card .h3-nome {
	margin-left: 10px;
}

.div-container-foto {
	display: flex;
}

.width-100-percent {
	width: 100%;
}

#div-detalhe-modelo label {
	display: block;
}

.div-container-fotos-detalhe img {
	margin: 2px;
}

.count-on-summary {
	font-size: 14px;
	margin-left: 4px;
}

.div-card-estudio {
	background-color: #F0F0F0;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 14px;
	min-height: 18px;
	cursor: pointer;
	margin-bottom: 10px;
}

	.div-card-estudio:hover {
		background-color: #F8F8F8;
	}

.label-endereco {
	font-size: 0.8em;
	display: inline-block;
	cursor: pointer;
}

.h4-estudio {
	margin-bottom: 7px;
}

.breadcrumb-estudio-selecionado {
	color: #989898;
	font-size: 0.8em;
}

.container-box-horario {
	display: flex;
	flex-wrap: wrap;
}

.box-horario {
	font-weight: bold;
	margin: 7px;
	display: inline-block;
	background-color: #F0F0F0;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 5px 28px;
	cursor: pointer;
	font-size: 0.9em;
}

	.box-horario * {
		cursor: pointer;
	}

	.box-horario:hover {
		background-color: #F8F8F8;
	}

.label-data-sessao-fotos {
	font-weight: bold;
	font-size: 0.9em;
}

.container-dados-mensagem-confirmacao-horario div {
	margin: 7px 0;
}

.div-voltar {
	background: url(/imagens/back-button.png) /* image */ center center / 34px 34px /* position / size */ no-repeat /* repeat */;
	display: inline-block;
	height: 55px;
	width: 55px;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.div-container-manter-logado {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

	.div-container-manter-logado a {
		font-size: 0.8em;
	}

#container-image {
	width: 100vw;
	height: calc(100vh - 50px);
	background: url(https://www.system-superproducao.com.br/elencomania/imagens/modelos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.3;
}