/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.cor-asterisco-campo-obrigatorio {
	color: red;
}

.cor-background-main {
	background-color: #d8e2e1;
}

.cmm-text-color {
	color: #22486c;
}

.cor-btn-editar {
	background-color: #2196f3;
}

.cor-btn-add {
	background-color: #009688;
}

.cor-btn-pesquisar {
	background-color: #2196f3;
}

.cor-btn-salvar {
	background-color: #2196f3;
}

.cor-btn-cancelar {
	background-color: #f44336;
}

.cor-btn-excluir {
	background-color: #f44336;
}

.cor-btn-voltar {
	background-color: #009688;
}

.cor-menu-1 {
	background-color: #e0e0e0;
}

.cor-menu-2 {
	background-color: #90caf9;
}

.cor-barra-telas {
	background-color: #1e88e5;
}

.cor-barra-principal {
	background-color: #ffffff;
}

.cor-barra-footer {
	background-color: #0d47a1;
}

.cor-borda-principal {
	background-color: #1976d2;
}

.cor-collapsible-pesquisa {
	background-color: #eeeeee;
}

table tr {
	cursor: pointer;
}

@media print {
	.noPrint {
		display: none;
	}
}

table.highlight > tbody > tr:hover {
	background-color: #f1f1f7;
}

.hover:hover {
	text-decoration: underline;
}

.btn {
	/* definimos o quão arredondado irá ficar nosso box */
	border-radius: 18px;
	/* Declaração para aparecer no Firefox */
	-moz-border-radius: 18px;
	/* Para exibir nos outros navegadores como Chrome, safari, opera*/
	-webkit-border-radius: 18px;
	/*background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,.3));*/
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.blackIcon {
	color: #000;
}

.greenIcon {
	color: green;
}

.rBlueIcon {
	color: royalblue;
}

.whiteIcon {
	color: #ffffff;
}

.iconMenu {
	font-size: 3rem;
}

.nav_per {
	color: #fff;
	background-color: #ee6e73;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.nav_per i.material-icons {
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
}

nav .brand-logo {
	position: absolute;
	color: #000;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0;
}

nav .brand-logo.left {
	left: 5rem;
}

.breadcrumb {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.breadcrumb::before {
	color: black;
}

td,
th {
	padding: 6px 1px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	border-radius: 2px;
}

.collapsible-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
	padding: 1rem;
	background-color: #fff;
	border-bottom: 0.5px solid #ddd;
}

.collapsible-header i {
	width: 2rem;
	font-size: 1.2rem;
	display: inline-block;
	text-align: center;
	margin-right: 1rem;
}

.col .row {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.row {
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 3px;*/
	margin-top: -3px;
}

.cor-fonte-pesquisa {
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;
}

.page-footer {
	padding-top: 0px;
}

.page-footer .footer-copyright {
	overflow: hidden;
	min-height: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 0px;
}

.container {
	margin: 0 auto;
	max-width: 1280px;
	width: 95%;
}

.status_reembolso_solicitado {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #4b0082;
}

.status_reembolso_nsolicitado {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #ff4500;
}

.status_pendente_analise {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #000000;
}

.status_em_analise {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #0000ff;
}

.status_aprovado {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #008000;
}

.status_corrigir {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #ff0000;
}

.status_cancelado {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #ffff00;
}

.status_devolvido_com_pendencia {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #ffff00;
}

.status_devolvido_sem_pendencia {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #008000;
}

.imageThumbP {
	height: 55px;
	width: 55px;
	border: none;
	margin: 10px 10px 0 0;
	padding: 1px;
	border-radius: 50%;
}

.back-escurecido {
	color: grey;
	opacity: 0.4;
}

.load {
	top: 0px !important;
	left: 0px !important;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	display: flex !important;
	flex-direction: column;
	align-items: center !important;
	justify-content: center !important;
	opacity: 1 !important;
	z-index: 99999 !important;
}

.lds-dual-ring {
	opacity: 1;
}

.lds-dual-ring:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid black;
	border-color: #00897b transparent #00897b transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.lsd-message {
	position: relative;
	padding: 0.5rem 0.75rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background-color: #00897b;
	color: white;
	border-color: #00897b transparent #00897b transparent;
}

/*Classes Menu Principal */

.btn-floating.halfway-fab.menu {
	width: 54px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

.card.menu {
	height: 205px !important;
	border: 2px solid #c9d3dd !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 10px !important;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #edf0f4;
	margin: 1em 0;
	padding: 0;
}

.scroll {
	height: 230px !important;
	overflow-y: auto;
	margin-top: -15px;
	margin-bottom: 20px;
}

.scroll > ul {
	padding-top: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

ul > li > a:hover {
	text-decoration: underline white;
	background-color: inherit;
}

.dropdown-content.profile {
	top: 70px !important;
}

.container.rodape {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
}

.btn.outline {
	border: 2px solid #e0e0e0 !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 30px !important;
	color: black;
	background-color: white;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.cmm-text-color {
	color: #22486c;
}

.texto-titulo-pagina {
	font-family: Open Sans;
	margin-top: 58px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

.texto-acao-pagina {
	color: #798da3;
}

.form-pesquisa {
	margin-top: 40px !important;
	margin-bottom: 55px !important;
}

.form-acao-item {
	margin-top: 58px;
	margin-bottom: 15px;
}

.form-acao-altura {
	max-height: 300px;
}

.div-form-acao {
	padding-left: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	overflow-y: unset;
}

.titulo-form-acao {
	margin-bottom: 18px;
}

.linha-form-acao {
	margin-left: -15px;
	margin-right: -24px;
}

.pointer {
	cursor: pointer;
}

.color-btn-form {
	color: #3b4754;
}

.color-rodape {
	color: white;
	background-color: #47a2ac;
}

.margin-botoes {
	margin-left: 30px;
}

fieldset > legend > span {
	color: #7a7a7a;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.btn.outline-file {
	border: 2px solid #cecece !important;
	border-radius: 4px !important;
	text-transform: none !important;
	line-height: 36px !important;
	max-height: 41px;
	color: black;
	background-color: rgb(226, 225, 225);
	margin-top: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.outline.lg {
	min-height: 55px;
	min-width: 90px;
	font-size: 18px;
}

.noShadow {
	box-shadow: none !important;
}

.heigtRowTable {
	height: 31px;
}

/*HEADER*/

.tag_header {
	height: 75px !important;
	height: fit-content;
	background: linear-gradient(
		135deg,
		#47a3ab,
		#47a3ab,
		rgb(9, 127, 177)
	) !important;
	box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.18);
}

/*Header com opções home, alterar, senha e sair*/
.tag_header_2 {
	height: 75px !important;
	height: fit-content;
	background: linear-gradient(
		135deg,
		#47a3ab,
		#47a3ab,
		rgb(9, 127, 177)
	) !important;
}

.tag_header_portal {
	height: 75px !important;
	height: fit-content;
	background: linear-gradient(
		135deg,
		#47a3ab,
		#47a3ab,
		rgb(9, 127, 177)
	) !important;
	box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.18);
	justify-content: space-between;
	padding: 20px;
	align-items: center;
	display: flex;
	padding-bottom: 10px;
}

.tag_header_portal_small {
	height: 45px !important;
	height: fit-content;
	justify-content: space-between;
	padding: 20px 70px 0px 0px;
	background: linear-gradient(
		135deg,
		#47a3ab,
		#47a3ab,
		rgb(9, 127, 177)
	) !important;
	box-shadow: 0px 5px 6px 2px rgba(0, 0, 0, 0.18);
	align-items: center;
	display: flex;
	padding-bottom: 10px;
}

.texto_header {
	color: white;
}

.texto_grande_header {
	font-style: normal;
	font-weight: 600;
	line-height: 63px;
}
.icon-center {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 100%;
	width: 100%;
	text-decoration: none !important;
}

.texto_pequeno_header {
	position: relative;
	top: 6px;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	margin-left: 6px;
}

.div_texto_header {
	margin-left: 10px;
}

.flex_linha {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.div_logo {
	margin-left: 96px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.div_logo_portal {
	margin-left: 96px;
	padding-top: 1rem;
	margin-right: 20px;
	align-items: center;
	flex-grow: 1;
}

.div_logo_portal_2 {
	align-items: center;
	padding: 15px 0px 0px 0px;
}

.div_logo_portal_2 > a.iconesPortal {
	margin-right: 5px;
	padding: 5px;
}

.linha_separacao {
	height: 40px;
	border-left: 1px solid white;
	margin: 10px;
	margin-right: 0px;
}

.flex_texto {
	align-items: center;
}

.badge {
	display: inline-block;
	padding: 0.35em 0.65em;
	font-size: 0.25em;
	font-weight: 0;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	position: absolute;
	top: 0 !important;
	left: 100% !important;
	border-radius: 50rem !important;
	transform: translate(-50%, -50%) !important;
}

span.badge {
	min-width: 1rem;
	padding: 0px 2px 0px 2px;
	margin-left: 9px;
	margin-top: 3px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
}

/* Nova Tabela */

.table-container {
	width: 100%;
	border-collapse: collapse;
}

.table tbody tr td .btn-tabela {
	display: inline-block;
}

@media (max-width: 1000px) {
	.table-1000 thead {
		display: none;
	}

	.hide-data {
		display: none !important;
	}

	.table-1000 tbody,
	.table-1000 tr,
	.table-1000 td {
		display: block;
		width: 100%;
	}

	.table-1000 tr {
		margin-bottom: 10px;
	}

	.table-1000 tbody tr td {
		text-align: right;
		padding-left: 30% !important;
		position: relative;
		border-bottom: solid 1px #cccccc;
	}

	.table-1000 td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: 0;
		text-align: left;
		font-weight: bold;
		font-size: small;
		width: 30%;
		height: 100%;
		padding-left: 5px;
		background-color: #e1e0e1;
		vertical-align: sub;
	}

	.table-1000-reduzida {
		border: solid 2px #cccccc !important;
		border-radius: 4px !important;
	}

	.table-1000 .cor-branca {
		background-color: white;
	}

	.table-1000 .cor-cinza {
		background-color: #f9f9f8;
	}
}

@media (max-width: 852px) {
	.table thead {
		display: none;
	}

	.hide-data {
		display: none !important;
	}

	.table tbody,
	.table tr,
	.table td {
		display: block;
		width: 100%;
	}

	.table tr {
		margin-bottom: 10px;
	}

	.table tbody tr td {
		text-align: right;
		padding-left: 30% !important;
		position: relative;
		border-bottom: solid 1px #cccccc;
	}

	.table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: 0;
		text-align: left;
		font-weight: bold;
		font-size: small;
		width: 30%;
		height: 100%;
		padding-left: 5px;
		background-color: #e1e0e1;
		vertical-align: sub;
	}

	.table-reduzida {
		border: solid 2px #cccccc !important;
		border-radius: 4px !important;
	}

	.cor-branca {
		background-color: white;
	}

	.cor-cinza {
		background-color: #f9f9f8;
	}
}

@media (max-width: 600px) {
	.table-600 thead {
		display: none;
	}

	.table-600 tbody,
	.table-600 tr,
	.table-600 td {
		display: block;
		width: 100%;
	}

	.table-600 tr {
		margin-bottom: 10px;
	}

	.table-600 tbody tr td {
		text-align: right;
		padding-left: 50%;
		position: relative;
		border-bottom: solid 1px #cccccc;
	}

	.table-600 td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: 0;
		text-align: left;
		font-weight: bold;
		font-size: small;
		width: 50%;
		height: 100%;
		padding-left: 5px;
		background-color: #e1e0e1;
		vertical-align: sub;
	}

	.table-600-reduzida {
		border: solid 2px #cccccc !important;
		border-radius: 4px !important;
	}

	.cor-branca {
		background-color: white;
	}

	.cor-cinza {
		background-color: #f9f9f8;
	}
}

@media (max-width: 500px) {
	.table-small thead {
		display: none;
	}

	.table-small tbody,
	.table-small tr,
	.table-small td {
		display: block;
		width: 100%;
	}

	.table-small tr {
		margin-bottom: 10px;
	}

	.table-small tbody tr td {
		text-align: right;
		padding-left: 50%;
		position: relative;
		border-bottom: solid 1px #cccccc;
	}

	.table-small td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		top: 0;
		text-align: left;
		font-weight: bold;
		font-size: small;
		width: 50%;
		height: 100%;
		padding-left: 5px;
		background-color: #e1e0e1;
		vertical-align: sub;
	}

	.table-small-reduzida {
		border: solid 2px #cccccc !important;
		border-radius: 4px !important;
	}

	.cor-branca {
		background-color: white;
	}

	.cor-cinza {
		background-color: #f9f9f8;
	}
}

/*Medias para o header*/

@media (max-width: 1025px) {
	.texto_pequeno_header_home {
		display: none;
	}

	.linha_separacao_salas {
		display: none;
	}

	.div_texto_header_salas {
		display: none;
	}
}

@media (max-width: 850px) {
	.linha_separacao_home {
		display: none;
	}

	.div_texto_header_home {
		display: none !important;
	}

	.div_logo_home {
		margin: 0px !important;
	}

	.tag_header_home {
		justify-content: center !important;
	}

	.menu_deslizante {
		position: absolute !important;
		left: 0;
	}
}

@media (max-width: 640px) {
	.name_home {
		display: none !important;
	}
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.noRadius {
	border-radius: 0px;
}

.min-height-15 {
	min-height: 15px;
}

.min-height-2rem {
	min-height: 2rem;
}

/* Styles repetitivos de telas principais */

.noShadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.noPadding {
	padding: 0 !important;
}

.aleam-text-color {
	color: #22486c;
}

.titulo-pagina {
	font-family: Open Sans;
	margin-top: 58px;
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 1px;
}

.cardInvisible {
	box-shadow: none;
	padding: 1.6rem 0rem 0rem 0rem;
}

.icon-color {
	color: #3b4754;
}

.formAcaoDeletar {
	max-height: 300px;
}

.formAcaoEditar {
	max-height: 1000px !important;
}

.divformAcao {
	padding-left: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 5px !important;
	overflow-y: unset;
}

.tituloForm {
	margin-bottom: 18px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.alert {
	position: relative;
	padding: 5px 5px 5px 15px;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
}

.alert-dismissible {
	padding-right: 4rem;
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 17px 8px 5px;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-primary hr {
	border-top-color: #9fcdff;
}

.alert-primary .alert-link {
	color: #002752;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-secondary hr {
	border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
	color: #202326;
}

.alert-success {
	color: #155724;
	background-color: #d1e7dd;
	border-color: #c3e6cb;
}

.alert-success hr {
	border-top-color: #b1dfbb;
}

.alert-success .alert-link {
	color: #0b2e13;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-info hr {
	border-top-color: #abdde5;
}

.alert-info .alert-link {
	color: #062c33;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-warning hr {
	border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
	color: #533f03;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-danger hr {
	border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
	color: #491217;
}

.alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light hr {
	border-top-color: #ececf6;
}

.alert-light .alert-link {
	color: #686868;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert-dark hr {
	border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
	color: #040505;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.title_header {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
	margin-top: 10 !important;
}

.title_header_p {
	line-height: 10px !important;
	margin-left: 0px;
	margin-left: 0px !important;
}
