@CHARSET "UTF-8";

/* *{ */
/* 	border: 1px solid; */
/* } */
.semEstoque {
	color: red !important;
}

.estoqueBaixo {
	color: blue !important;
}

.passouValidade {
	background: gray !important;
}

.pertoValidade {
	background: yellow !important;
}

*:focus {
	outline: 1px solid red !important;
}

.btVermelho {
	background-color: #d9534f !important;
}

.textoVermelho {
	color: red;
}

.textoAzul {
	color: blue;
}

@
keyframes blinker { 50% {
	color: red;
}

}
.blink {
	animation: blinker 2s infinite;
}

.titulo {
	font-size: 4vw;
}

.printMe {
	display: none;
}

@media print {
	.noPrint {
		display: none !important;
	}
	.printMe {
		display: inline !important;
	}
}

.redondo {
	border-top-left-radius: 0.6vw;
	border-bottom-left-radius: 0.6vw;
	border-top-right-radius: 0.6vw;
	border-bottom-right-radius: 0.6vw;
}

.ui-autocomplete {
	display: flex !important;
}

.myUpload .ui-fileupload-content {
	display: none;
}

.myUpload .ui-fileupload-buttonbar {
	background: none;
	border: none;
	padding: 0;
}

body .ui-panelgrid .ui-panelgrid-cell {
	padding: 2px;
}

.ui-button.ui-state-default, .ui-datatable tbody.ui-datatable-data .ui-button.ui-state-default
	{
	border: 0;
	background: #333333;
}

body .ui-datatable .ui-datatable-header {
	background: lightgray;
}

.ui-datatable thead th {
	background-color: #BDBDBD !important;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
	.ui-datatable tfoot th {
	padding: 0 !important;
	border-width: 1px !important;
	border-style: solid !important;
}

.ui-datatable tbody.ui-datatable-data tr.ui-widget-content.ui-datatable-odd
	{
	background-color: #dedede;
}

.ui-datatable td {
	padding: 3px !important;
}

.ui-spinner .ui-spinner-input {
	text-align: left;
}

.ui-menu-dynamic {
	width: 50% !important;
}

body .ui-fieldset {
	border: 1px solid;
}

.ui-menubutton{
	width: 100%;
}

.ui-float-label {
  margin-top: 10px !important;
}