/* Custom Stylesheet */

/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.icon-block {
	padding: 0 15px;
}

.icon-block .material-icons {
	font-size: inherit;
}

.cor-asterisco-campo-obrigatorio {
	color: red;
}

.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;
}

table.highlight.tabelaVerba > tbody > tr:hover {
	background-color: #9e9e9e;
}

.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_preaprovado {
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	width: 15px;
	background-color: #c9dcf1d2;
}

.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%;
}

.dropdown-content.profile {
	top: 70px !important;
}

ul > li > a:hover {
	text-decoration: underline;
	background-color: white !important;
}

.card.menu {
	min-height: 364px !important;
	border: 2px solid #c9d3dd !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-radius: 10px !important;
}

.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;
}

.chip.retangular {
	height: auto !important;
	line-height: initial !important;
	border-radius: 3px !important;
	margin-bottom: 0px !important;
}

.container.rodape {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
}

.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;
}

.btn.gradient {
	background-image: linear-gradient(
		to bottom,
		transparent,
		rgba(0, 0, 0, 0.3)
	) !important;
}

.collapsible-body .small-padding {
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.pointer {
	cursor: pointer;
}

.content-small {
	padding-left: 15px !important;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
	overflow-y: unset !important;
}

.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;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.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;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	color: #000;
	text-decoration: none;
	opacity: 0.75;
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.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;
}

.btn.outline.lg {
	min-height: 55px;
	min-width: 90px;
	font-size: 18px;
}

/* .btn.outline:hover {
	background-color: #a0a0a0;
} */

.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;
}

/* hr {
	border-color: #fafafa !important;
} */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #edf0f4;
	margin: 1em 0;
	padding: 0;
}

nav {
	height: 71px;
	line-height: 70px;
	border-bottom: 1px solid #edf0f4 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.aleam-text-color {
	color: #22486c;
}

.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;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.badge-pill {
	padding-right: 0.6em;
	padding-left: 0.6em;
	border-radius: 10rem;
}

.position-absolute {
	position: absolute !important;
}

.collapsible-body.filter {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
}

.dropdown-trigger:hover {
	background-color: white !important;
}

.icon-color {
	color: #3b4754;
}

.modal {
	top: 2% !important;
}

.modal.modal-fixed-footer {
	padding: 0;
	max-height: 50%;
}

fieldset > legend > span {
	color: #7a7a7a;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.tituloPagina {
	font-family: "Open Sans";
	margin-top: 4rem;
	font-weight: 600;
	letter-spacing: 1px;
}
