body {
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
	color: #404040;
	margin: 10px 20px 0px 20px;
}

a:link, a:active, a:visited {
	color: #8a1a1b;
	text-decoration: none;
}

a:hover {
	color: #8a1a1b;
	text-decoration: underline;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #b2b2b2;
	margin-bottom: 0px;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #99cc00;
	margin-bottom: 0px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #99cc00;
	margin-bottom: 0px;
}

select {
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
}

textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 9pt;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

tr.border_bottom td {
	border-bottom: 1pt solid black;
}

tr.border_bottom_inner td {
	border-bottom: 0pt;
}

tr.no_borders td {
	border-left-style: none;
	border-right-style: none;
}

table td {
	border-left: 0px;
	border-right: 0px;
}

tr td {
	vertical-align: middle;
}

.inline {
	display: inline;
}

.
[type="file"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;
}

[type="file"]+label {
	background-color: #000;
	border-radius: 4rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 4rem;
	line-height: 4rem;
	padding-left: 2rem;
	padding-right: 2rem;
	transition: background-color 0.3s;
}

[type="file"]:focus+label, [type="file"]+label:hover {
	background-color: #f15d22;
}

[type="file"]:focus+label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

input[type=submit] {
	background-color: #8a1a1b;
	color: white;
	border-radius: 12px;
}

input[type=submit]:disabled {
	background-color: #cccccc; /* Gray color */
	color: #666666; /* Darker gray for text */
	cursor: not-allowed;
}

.btn-primary {
	background-color: #8a1a1b !important;
	color: white !important;
	border-radius: 12px;
	border-radius: 12px;
}

table.MapaProcessos {
	width: 100%;
	border-spacing: 0px;
	margin: 0;
}

table.MapaProcessos thead.fixed {
	position: fixed;
	top: 0;
}

#map {
	height: 100vh;
	width: 100%;
}

.marker-content {
	background-color: #4285F4;
	color: white;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
}

.custom-file-upload {
	border: 2px solid #000000;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
	background-color: #8a1a1b !important;
	color: white !important;
	border-radius: 12px;
}

.sortable th {
	cursor: pointer;
}

.sortable th.no-sort {
	pointer-events: none;
}

.sortable th::after, .sortable th::before {
	transition: color 0.2s ease-in-out;
	font-size: 1.2em;
	color: transparent;
}

.sortable th::after {
	margin-left: 3px;
	content: '\025B8';
}

.sortable th:hover::after {
	color: inherit;
}

.sortable th.dir-d::after {
	color: inherit;
	content: '\025BE';
}

.sortable th.dir-u::after {
	color: inherit;
	content: '\025B4';
}

.tableFixHead {
	width: 1024px;
	table-layout: fixed;
	border-collapse: collapse;
}

.tableFixHead tbody {
	display: block;
	width: 100%;
	overflow: auto;
	height: 200px;
}

.tableFixHead thead tr {
	display: block;
}

th {
	background: #8a1a1b;
	color: #fff !important;
}

.tableFixHead th, .tableFixHead td {
	padding: 5px 10px;	
}

.is-valid  { outline: 2px solid #28a745; }
.is-invalid{ outline: 2px solid #dc3545; }