@charset "UTF-8";

/* AJUSTES GERAIS */
*,
*::before,
*::after
{
	box-sizing: border-box;
}
*
{
	background-clip: padding-box;
	color: inherit;
	cursor: inherit;
	font: inherit;
	line-height: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	vertical-align: baseline;
}
html,
body
{
	background-color: #fff;
	color: #000;
	font-family: 'Arial',sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	height: 100vh;
	line-height: 2.3ex;
	min-height: 100vh;
	min-width: 100vw;
	overflow: hidden;
	width: 100vw;
}
br
{
	line-height: 1rem;
	clear: both;
}
label
{
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
textarea
{
	resize: none;
}
a
{
	cursor: pointer;
}
::-webkit-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::-ms-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::-moz-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
:-ms-input-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
:-moz-placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}
::placeholder
{
	color: #000 !important;
	opacity: .3 !important;
}

/* AJUSTES BOOTSTRAP */
.navbar
{
	height: 3rem;
}
.navbar-brand > img
{
	height: 2rem;
}
.card-header
{
	height: 3rem;
	min-height: 3rem;
}
.card,
.card-header,
.card-body,
.card-footer
{
	background-clip: padding-box !important;
}
.card,
.card-header,
.card-footer
{
	overflow: hidden !important;
}
.card-body
{
	background-color: var(--light);
	overflow: auto !important;
}
.card-footer
{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	height: 3.75rem;
	justify-content: space-between;
	min-height: 3.75rem;
}
.modal-footer
{
	justify-content: space-between;
}
.btn-group-xs > .xs,
.btn-xs
{
	border-radius: .2rem;
	font-size: .875rem;
	line-height: .5;
	padding: .25rem .4rem;
}
.modal
{
	overflow-x: hidden;
	overflow-y: auto;
}

/* IMPLEMENTAÇÕES */
.required:after
{
	color: var(--warning);
	content: '\f071';
	font-family: 'Font Awesome 5 Pro';
	font-size: 75%;
	font-style: normal;
	font-weight: 900;
	margin-left: 0.5em;
}
.btn-narrow
{
	padding: 0.375rem;
}
.btn-narrow .fa-fw
{
	vertical-align: middle;
}
