* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: white;
	margin: 0px;
	
	display: flex;
	flex-direction: column;
	height: 100vh;
}

::-webkit-input-placeholder {
	font-family: Arial;
	font-weight: normal;
	color: #D3D3D3;
}
::-moz-placeholder {
	font-family: Arial;
	font-weight: normal;
	color: #C2C2C2;
} /* firefox 19+ */
input:-moz-placeholder {
	font-family: Arial;
	font-weight: normal;
	color: #C2C2C2;
}
:-ms-input-placeholder {
	font-family: Arial;
	font-weight: normal;
	color: #D3D3D3;
} /* ie */

/* Login */
.login {
	background: url(/jakarta.faces.resource/img/bg_login.png.jsf);
	background-size: cover;
}

.login .entrada {
	margin-top: 185px;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
}

.login .entrada .logo {
	float: left;
}

.login .entrada .logo img {
	margin-top: 50px;
}

.login .entrada .usuario_bg {
	width: 458px;
	height: 279px;
	float: right;
	background: url(/jakarta.faces.resource/img/login_quadro.png.jsf)
}

.login .entrada .usuario_bg .usuario {
	padding: 30px 90px;
}

.login .entrada .usuario_bg .usuario form {
	width: 280px;
}

.login .entrada .usuario_bg .usuario form input {
	font-size: 14px;
}

.login h2 {
	color: #43749b;
	font-weight: bold;
	font-size: 21px;
}

/* Pagina */
#header {
	color: #727272;
}

#header .logo {
	width: 135px;
	height: 77px;
	float: left;
	text-align: center;
	padding-top: 5px;
}

#header .logo img {
	max-width: 125px;
	max-height: 60px; 
}

#header .separador {
	width: 10px;
	margin-top: 5px;
	height: 77px;
	float: left;
	border-radius: 0 10px;
}

#header .util {
	margin-left: 150px;
	background: #fff url(/jakarta.faces.resource/img/bg_header.png.jsf) no-repeat right top;
	height: 77px;
}

#header .util .info {
	height: 45px;
	padding-top: 10px;
	padding-left: 15px;
}

#header .util .info .usuario {
	color: #245f79;
	font-weight: bold;
}

#header .util .info .title {
	padding-top: 5px;
}

#header .sepMenu {
	position: relative;
	top: 1px;
}

#header .util .botao {
	float: right;
	margin-top: 7px;
	margin-right: 200px;
}

#header .util .botao a,
#header .util .botao a:visited {
	color: #245f79;
	text-decoration: none;
}

#header .util .botao td {
	width: 50px;
	text-align: center;
}

#content {
	margin: 0.5rem;
	flex: auto;
	overflow: auto;
}

#footer {
	background: #3b6588;
	color: #ccc;
	height: 20px;
	padding-top: 2px;
	width: 100%;
}

#footer .center {
	margin-left: auto;
	margin-right: auto;
}

#footer .conteudo {
	width: 1024px;
}

#footer a,
#footer a:visited {
	color: #ccc;
	text-decoration: none;
}

/* Tabelas */
table.semEspaco {
	border-collapse: collapse;
}

.larguraAuto table {
	width: auto !important;
}

.ajusteColLargura table {
	table-layout: auto !important;
}

table.padrao {
	border-collapse: collapse;
}

table.padrao tr:nth-child(2n) {
	background-color: #f7f7f4;
}

table.padrao td,
table.padrao th {
	border: 1px solid #CCC;
	padding: 1px 3px;
}

table.padrao th {
	background-color: #3B6588;
	color: white;
}

/* Cubo */
.cuboVisualizacao {
	border: 1px solid #ccc;
}

.cuboVisualizacao table {
	border-spacing: 0px;
	border-collapse: separate;
}

.cuboVisualizacao table th {
	white-space: nowrap;
}

.cuboVisualizacao table td {
	white-space: nowrap;
}

.cuboVisualizacao table td.cd {
	text-align: right;
}

.cuboVisualizacao table th.total, .cuboVisualizacao table td.total {
	font-style: italic;
}

.cuboVisualizacao table td.total {
	background-color: #4186a7;
	color: white;
}

.cuboVisualizacao table.padrao td,
.cuboVisualizacao table.padrao th {
	border: 0px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

td.permiteQuebra, hr.permiteQuebra {
	white-space: normal !important;
}

td.naoPermiteQuebra, hr.naoPermiteQuebra {
	white-space: nowrap !important;
}

tr.ui-datatable-even, .even {
}

tr.ui-datatable-odd, .odd {
	background-color: #f7f7f4;
}

.ui-datatable th {
	white-space: nowrap;
}

tr.destaque {
	color: #EF8813;
}

tr.destaqueFundo {
	background-color: #F0E68C !important;
}

.col50 {
	width: 50%;
}

.colTop {
	vertical-align: top;
}

.colBottom {
	vertical-align: bottom;
}

.colRight {
	text-align: right;
}

.colCenter {
	text-align: center;
}

.colAcao {
	text-align: center;
	white-space: nowrap;
}

.colAcao a {
	margin-left: 3px;
	margin-right: 3px;
}

.colBusca {
	vertical-align: bottom;
	padding-bottom: 5px;
}

.colInativo {
	width: 55px;
	text-align: center;
}

.colId {
	width: 6em;
}

.colSelecao {
	width: 20px;
}

.colData {
	width: 65px;
	text-align: center;
}

.colDataHora {
	width: 100px;
	text-align: center;
}

.colVlr {
	width: 80px;
	text-align: right;
}

.colQtde {
	width: 50px;
	text-align: right;
}

.colCodigoItem {
	width: 90px;
}

.colCodigoSku {
	width: 90px;
}

.colBotao {
	vertical-align: bottom;
	padding-bottom: 0.4em;
}

.tableSorter {
	text-decoration: none;
}

.tableSorter img {
	vertical-align: middle;
	border-style: none;
}

/* Browse / Crud */
.crudAcao {
	width: 40px;
	text-align: center;
	white-space: nowrap;
}

.browseAcao {
	white-space: nowrap;
	text-align: center;
	width: 30px;
}

.crudAcao a,
.browseAcao a {
	margin-left: 1px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 11.5px !important;
}


.lovInativo {
	text-decoration: line-through;
}

.inativo {
	/*background-color: #FF6060;*/
}

/* Lov */
.otm-lov {
	text-decoration: none;
}

/* Campos */
.entry {
 	margin-bottom: 0.2em;
}

.requiredMark, .ui-outputlabel-rfi {
	color: red;
}

.ui-outputlabel.ui-state-error {
	background: none !important;
	color: black !important;
}

.entry .input > * {
	vertical-align: top;
}

.entryGrid {
	margin-bottom: 0;
}

/* Mensagens */
.messages {
	padding: 0px;
	margin: 0px;
}
.msgInfo, .msgWarn, .msgError, .msgFatal {
	list-style: none;
	font-weight: bold;
}

.msgInfo {
	color: #004C00;
}

.msgWarn {
	color: #FF4000;
}

.msgError {
	color: #CC0000;
}

.msgFatal {
	color: red;
}

/* Geral */
input[type='text'], input[type='file'], input[type='password'], select, textarea {
	background: none;
	padding-left: 1px !important;
	border: 1px solid #BCBEC0 !important;
	/*
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	*/
}

input[type='text']:focus, input[type='checkbox']:focus, input[type='file']:focus, input[type='password']:focus, select:focus, textarea:focus {
	outline: none;
	border: 1px solid #4186A7 !important;
	box-shadow: 0 0 5px #4186A7 !important;
}

input[readonly="readonly"], textarea[readonly="readonly"], .readonly {
	background-color: silver !important;
}

:disabled {
	background-color: lightgray !important;
	color: black !important;
	-moz-user-select: text;
	opacity: 1 !important;
	filter: Alpha(Opacity=100) !important;
}

textarea {
	resize: none;
	overflow: auto;
}

button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"] {
	background: none !important;
	color: #ffffff !important;
	font-weight: normal !important;
	border: 1px solid #3b6588 !important;
	background-color: #3b6588 !important;
	margin-left: 1px !important;
	/*
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
	*/
}

button[type="button"]:hover, button[type="reset"]:hover, button[type="submit"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover,
button[type="button"]:focus, button[type="reset"]:focus, button[type="submit"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="button"]:focus {
	outline: none;
	background: #4186a7 !important;
	border: 1px solid #4186a7 !important;
}

button[type="button"]:disabled, button[type="reset"]:disabled, button[type="submit"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
	background: none;
	color: silver !important;
	background-color: #5E6368 !important;
}

button[type="button"].destaqueFundo, button[type="reset"].destaqueFundo, button[type="submit"].destaqueFundo, input[type="reset"].destaqueFundo, input[type="submit"].destaqueFundo, input[type="button"].destaqueFundo {
	background-color: #FF6060 !important;
	border-color: #FF6060 !important;
}

a:hover,
a:focus {
	outline: none;
	color: #007AB6;
}

a.fa {
	text-decoration: none !important;
	font-size: 11.5px !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.ui-button .ui-button-text {
	padding: 0 10px;
}

.ui-button-text-icon-left .ui-button-text {
	padding: 0 10px 0 25px;
}

.ui-datepicker-trigger.ui-button-icon-only .ui-button-text {
	padding: 1px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Tahoma, Geneva, sans-serif !important;
	font-size: 12px !important;
}

.ui-inputfield {
	box-shadow: none !important;
	font-weight: normal !important;
	padding: 1px;
}

.ui-menu {
	background-color: #F7F7F4 !important;
	background: linear-gradient(#E8E8E6, #F7F7F4) !important;
	padding: 0 !important;
}

.ui-menu-list {
	background-color: #F7F7F4;
}

.ui-tree {
	width: 100% !important;
}

/* O PF5 tira os scrolls do webkit */
.ui-datatable-scrollable-body::-webkit-scrollbar,
.ui-treetable-scrollable-body::-webkit-scrollbar {
    -webkit-appearance: none !important;
    width: 15px !important;
    border: 1px solid white !important;
    background-color: #F1F1F1 !important;
}

.ui-datatable-scrollable-body::-webkit-scrollbar-thumb,
.ui-treetable-scrollable-body::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    border: 1px solid white !important;
    background-color: #BCBCBC !important;
}

.no-border,
.no-border .ui-datagrid-content {
	border: none !important;
}

.no-border table.ui-datagrid-data {
	border-collapse: collapse;
}

a img {
	border-style: none;
}

fieldset {
	border: 1px solid #BBBBB9;
}

legend {
	color: white;
	background-color: #3b6588;
	font-weight: bold;
	padding: 1px 4px;
}

.comEspaco {
	padding: 10px;
}

.box {
	border: 1px solid #BBBBB9;
}

.boxEscuro {
	border: 1px solid #007AB6;
}

.boxFundo {
	background-color: #DCE7F7;
}

.boxFundoClaro {
	background-color: #F7F8F9;
}

.numeric {
	text-align: right;
}

.date {
	text-align: center;
}

.fundoVerde {
	background-color: lightgreen !important;
}

.fundoAmarelo {
	background-color: #FFFF99 !important;
}

.fundoVermelho {
	background-color: #FF6060 !important;
}

.txtVerde {
	color: lightgreen !important;
}

.txtAmarelo {
	color: #FFFF99 !important;
}

.txtVermelho {
	color: red !important;
}

.txtPreto {
	color: #000000 !important;
}

.barraBotao {
	margin-top: 10px;
	margin-bottom: 10px;
}

.barraBotaoPP {
	text-align: right;
}

.postit {
	background-color: #FEFABC;
}

.barraBotaoPPCrudMini {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ui-tooltip {
	background-color: #FFFFCC;
}

.ui-paginator.ui-paginator-bottom {
	background-color: #FFFFFF !important;
	border: none !important;
}

.ui-paginator.ui-paginator-bottom .ui-state-default {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	border: none !important;
}

.ui-paginator.ui-paginator-bottom .ui-state-active {
	background-color: #FFFFFF !important;
	border: none !important;
	font-weight: bold;
	color: #4186A7 !important;
}

.ui-paginator .ui-icon {
	background-image: url(/jakarta.faces.resource/images/ui-icons_000000_256x240.png.jsf?ln=primefaces-otimiza&v=15.0.4) !important;
}

fieldset.larguraAuto {
	display: inline-block;
}