@charset "UTF-8";

/* AJUSTES GERAIS */
*,
*:before,
*:after
{
	border: none;
	box-sizing: border-box;
	font-size: 18px;
	margin: 0;
	outline: none;
	padding: 0;
	position: relative;
	text-decoration: none;
	vertical-align: baseline;
}
html, body
{
	height: 100%;
	width: 100%;
}
label
{
	font-weight: bold;
	text-align: left;
	white-space: nowrap
}
textarea
{
	resize: none;
}
::-webkit-input-placeholder
{
	opacity: 0.5 !important;
}
::-ms-input-placeholder
{
	opacity: 0.5 !important;
}
::-moz-placeholder
{
	opacity: 0.5 !important;
}
:-ms-input-placeholder
{
	opacity: 0.5 !important;
}
:-moz-placeholder
{
	opacity: 0.5 !important;
}
::placeholder
{
	opacity: 0.5 !important;
}
/*
:focus,
::-moz-focus-inner,
:-moz-focusring
{
	border: none;
	outline: none;
	-moz-outline-style: none;
}

button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
*/

/* AJUSTES BOOTSTRAP */
.card,
.card-header,
.card-body
{
	background-clip: padding-box !important;
	overflow: hidden !important;
}
.table .special_cell
{
	padding: 0 1px;
	text-align: center;
	vertical-align: middle;
	width: 1px;
	white-space: nowrap;
}
.table thead tr th,
.table tbody tr td
{
	white-space: nowrap;
}

/* AJUSTES BOOTSTRAP-SELECT */
.force-border-form-control
{
	border: 1px solid #ced4da !important;
	border-radius: .25rem !important;
}

/* IMPLEMENTAÇÕES */
.card-header-dark
{
	background-color: rgb(52,58,64);
	color: rgb(255,255,255);
}
.card-body,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active
{
	background-color: rgb(247,247,249);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active
{
	border-bottom-color: rgb(247,247,249);
}
.border-logo
{
	border-color: rgb(126,50,0) !important;
}
.special_cell > .fa-trash-alt
{
	color: rgb(255,0,0);
}
.required:after
{
	color: rgb(255,193,7);
	content: "\f071";
	font-family:'Font Awesome 5 Pro';
	font-size: 75%;
	font-style: normal;
	font-weight: 900;
	margin-left: 0.5em;
	text-decoration: inherit;
	vertical-align: baseline;
}
.dropdown-item.autocomplete
{
	cursor: pointer;
}
.dropdown-item.autocomplete.active
{
	color: rgb(255,255,255) !important;
}
