@CHARSET "ISO-8859-1";

.ui-table-header-align-left>div>table>tr>th {
	text-align: left;
}

.subtable-clean>div>table>tbody>tr>td>span {
	display: none;
}

.tableft  ui-corner-all {
	width: 200px;
	margin-top: 15px;
}

#tabVSetor>ul, #tabVPessoa>ul, #tabViewCadastroVinculoFuncional>ul {
	width: 15%;
	margin-top: 15px;
}

#tabViewCadastroVinculoFuncional>ul {
	width: 150px;
	margin-top: 15px;
}

#tabVSetor>.ui-tabs-panels, #tabVPessoa>.ui-tabs-panels,
	#tabViewCadastroVinculoFuncional>.ui-tabs-panels {
	float: left !important;
	width: 80% !important;
}

.img-redonda {
	border-radius: 50%;
}

#fileUploadFoto {
	background-color: #0084b4 !important;
	border-color: #087298 !important;
}

.ui-datatable-empty-message>td {
	content: 'whatever it is you want to add';
}

.ui-column-filter {
	width: 80% !important;
}

.dglPersonalizada {
	background: #c0c0c0;
	top: 30px !important;
	max-height: 700px !important;
}
.dglPersonalizadaH800 {
	background: #c0c0c0;
	top: 50px !important;
	max-height: 800px !important;
}

.ui-dialog-title {
	margin: 0px;
	padding: 0px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0em !important;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
}

.ui-dialog .ui-dialog-content {
	padding-left: 1em;
	padding-top: 0em;
	padding-bottom: 1em;
	position: static;
}

.semEstilo tr td {
	border: none;
}

.ui-fieldset-legend {
	border: none;
}

.ui-selectmanycheckbox label {
	margin: 0px;
}

.botao {
	position: relative;
	width: 170px !important;

}
.ui-button {
	border-radius: 3rem;
	width: 27px;
}
.botao-cancelar {
	background: #6c757d !important;
	color: #FFFFFF !important;
	border: 1px solid #6c757d !important;
}
.botao-voltar {
	background: #6c757d !important;
	color: #FFFFFF !important;
	border: 1px solid #6c757d !important;
}
.botao:before {
	font-family: FontAwesome;
	top: 5px;
	left: 10px;
	position: absolute;
	padding-right: 10px;
}

.botao-novo:before {
	content: "\f067";
}

.botao-voltar:before {
	content: "\f0a8";
}

.botao-salvar:before {
	content: "\f00c";
}

.botao-cancelar:before {
	content: "\f05e";
}

.botao-pesquisar:before {
	content: "\f002";
}

.botao-editar:before {
	content: "\f040";
}

.botao-excluir:before {
	content: "\f1f8";
}

.botao-fechar:before {
	content: "\f00d";
}
.botao-limpar:before {
	content: "\f52c";
}

.botao-avancar:before {
	content: "\f00d";
}

.botao-atualizar:before {
	content: "\f021";
}

.ui-selectonemenu {
	size: 20px;
	width: 90% !important;
}

.ui-selectonemenu-label {
	size: 20px;
	width: 98% !important;
}
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
	white-space: normal;
	word-wrap: break-word;
}

.ui-selectonemenu label.ui-selectonemenu-label {
	white-space: nowrap;
}
.selectonemenu150.ui-selectonemenu {
	width: 150px !important;
}

.selectonemenu250.ui-selectonemenu {
	width: 250px !important;
}

.selectonemenu200.ui-selectonemenu {
	width: 200px !important;
}

.div-Width-100-percent {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

.ui-fileupload-content .ui-progressbar {
	width: 0px;
	height: 0px;
	margin: 0
}
.linha_registro_editado{
   background-color:#b3c9e8;
   background-image:none;
}
.linha_registro_excluido{
   background-color:#d68100;
   background-image:none;
}
.linha_registro_excluido:hover {
   background-color:#edc6ad;
   background-image:none;
}
.ui-datatable tr:hover {
    background-color: #EAEAEA !important;
}
.wrapper .sidebar .logo {
	height: auto !important;
}

.infobox {
	border-radius: .25rem;
	font-size: .80rem;
	padding: .2rem;
	text-align: center;
	min-width: 55px;
	min-height: 15px;
	display: inline-block;
	vertical-align: center;
	color: #fff;
}

.infobox.id {
	padding: 0px 0px !important;
	background-color: #e3f2fd;
	color: #046a96;
	border: 1px solid #046a96;
}

.infobox.success {
	padding: 0px 0px !important;
	background-color: #28a745 !important;
	color: #f6f6f6;

}

.infobox.secundary {
	padding: 0px 0px !important;
	background-color: #9199a9 !important;
	color: #f6f6f6;
}

.infobox i {
	padding-right: 4px;
}

fieldset {
	border:1px solid darkgray;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
fieldset legend {
	display: block;
	font-size: 0.93em;
	margin-block-start: 1.67em;
	margin-block-end: 1.67em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;

}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.text-center {
	text-align: center!important;
}
.border-left {
	border-left: 1px solid #dee2e6!important;
}
.border-right {
	 border-right: 1px solid #dee2e6!important;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 10px;
	margin-left: 10px;
}
.form-group {
	margin-bottom: 1rem;
}
.login {
	width: 720px;
	padding: 45px;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
	border-radius: 0.25rem;
	background-color: #fff;
}

.rounded-pill {
	border-radius: 50rem !important;
}

.bg-success {
	background-color: rgb(40, 167, 69) !important;
}
.bg-error {
	background-color: rgb(245, 198, 203) !important;
}
.bg-secondary {
	background-color: rgb(108, 117, 125) !important;
}

.bg-orange {
	background-color: rgb(255, 152, 0) !important;
}
.badge {
	display: inline-block;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	padding: 0.25em 0.4em;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.team {
	padding: 0;
	padding-top: 18px;
	padding-right: 0px !important;
	position: relative;
}

.team ul li .member {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 12px 18px;
	border-top: 1px solid rgba(145, 153, 169, 0.3);
}
.team ul li .member {
	background: #CCC;
}

.team ul li:nth-child(even) .member {
	background: #FFF;
}

.team ul li:nth-child(odd) .member {
	background: #f9fafb;
}

.p-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}
.layout-dashboard .team ul li .member .team-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.layout-dashboard .team ul li .member .team-box h6 {
	font-size: 13px;
	font-weight: 500;
	margin: 0;
	color: #4c566a;
}

.layout-dashboard .team ul li .member .team-box span {
	font-size: 12px;
	color: #9199a9;
}
.layout-dashboard ul {
	list-style-type: none;
	display: contents;
}
.product-badge {
	border-radius: 2px;
	padding: 0.25em 0.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 0.3px;
	margin: 5px !important;
}
.product-badge.status-outofstock {
	background: #FFCDD2;
	color: #C63737;
}
.product-badge.status-lowstock {
	background: #FEEDAF;
	color: #8A5340;
}
.product-badge.status-instock {
	background: #C8E6C9;
	color: #256029;
}
.product-badge.status-rejected {
	background: #4a504a;
	color: #f3f7f3;
}
