@charset "utf-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
}

header {
	padding: 5px 0px;
	margin-bottom: 20px;
	height: 30px;
	background-color: #2191c0;
	color: #fff;
	box-shadow: 0px 2px 2px #2191c0;
	
}

header>div {
	margin-left: 8px
}

#conteudo {
	padding: 0px 8px
}

footer {
	padding: 0px 8px;
	margin-bottom: 10px
}

h1 {
	font-size: 24px;
	font-weight: 500;
	padding: 0px;
	margin: 0px
}
h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin: 0px
}
h3 {
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
	margin: 0px
}

.texto-tela-inicial {
	font-size: 18px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	color: black;
}

.texto-tela-inicial-rodape {
	font-size: 12px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	color: white;
}

.logo {
	float: right;
}

.case {
  position: relative;
  margin-top: 150px;
  padding: 50px;
  
  text-align: center;
  font-size: 1.4rem; /* 14px */
}

.botoes {
	padding: 5px 0;
	margin-top: 80px;
	
	text-align: center;
}

.botoes > a {
	text-decoration: none;
}

.botao {
  display: inline-block;
  padding: 0.8em 1em;
  margin-left: 5px;
  border-radius: 5px;

  background-color: #2191c0;
  color: #fff;
  border: none;
  width: 280px;
  height: 60px;

  line-height: normal;
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.botao:hover, .botao:focus {
  background-color: #1f8ab8;
  color: #fff;

  text-decoration: none;
}

.botao > img {
	height: 55px;
	width: 65px;
}

.label-botao-inicial {
	color: #fff;
	float: right;
	margin-top: 15px;
	margin-right: 40px;
}

.aviso {
	text-align: center;
}


.rodape {
	text-align: center;
}

#login-dialog {
	width: 290px;
	margin: auto;
	margin-top: 150px;
}

.grid-login {
	background-color: #f2f2f2;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 8px;
	padding: 10px
}

.rotulo {
	width: 150px
}

.ui-panelgrid td {
	height: 34px
}

.ajax-status {
	position: fixed;
	top: 55px;
	right: 10px;
	width: 35px;
	height: 35px;
}

.ui-selectmanycheckbox td {
	border-width: 0px !important;
	padding: 0px !important;
}

.ui-selectmanycheckbox td label {
	padding-right: 10px;
}

.produto-tabela input {
	width: 99%;
}

.setores {
	padding-top: 10px;
	border-radius: 4px;
	background-color: #dfdfdf;
	font-size: 16px;
	box-shadow: 0px 2px 2px #2191c0;
}

.logo-inicio {
	float: right;
	margin-right: 250px;
}
/*
@media only screen and (max-width: 1024px) {
	.imagem-fundo{
		background: url("../teste/fundointerno1.png") no-repeat center
		top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}
@media only screen and (min-width: 1025px) {
	.imagem-fundo{
		background: url("../teste/fundointerno3.png") no-repeat center
		top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}
*/
/* Customiza TabView - início */
.ui-tabs .ui-tabs-panel {
	padding: 0.5em 0.2em !important;
}

.ui-tabs {
	padding: 0px !important;
}

.ui-tabs .ui-tabs-nav {
	margin: -1px !important;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
	padding: 0px !important;
}
/* Customiza TabView - fim */

/* Menu sistema inicio */
.menu-sistema {
	border: 0px !important;
	padding: 0px !important;
	background: none !important;
}

/* PANELGRID */
.ui-panelgrid.panelgrid-noborder .ui-grid-responsive {
	border: none !important;
}

@media (max-width: 640px) {
	.ui-panelgrid.panelgrid-noborder .ui-grid-responsive .ui-grid-row {
		border: none !important;
	}
}

.menu-sistema .ui-menu-parent>a .ui-menuitem-text, .menu-sistema>.ui-menu-list>.ui-menuitem>a>.ui-menuitem-text
	{
	color: #ffffff !important;
}
.menu-sistema .ui-menu-parent>a .ui-menuitem-text
	{
	color: #545454 !important; /* SUB MENU DO MENU PRINCIPAL */
}

.menu-sistema .ui-icon-triangle-1-s {
	background: url(/sarcophagus/javax.faces.resource/seta-para-baixo.png.xhtml?ln=images)no-repeat;
}
/* Menu sistema fim */