@charset "utf-8";

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: normal;
}

header {
	padding: 5px 0px;
	margin-bottom: 10px;
	height: 32px;	
	background-color: #fff; 
	color: #808080;	
	box-shadow: 0px 2px 2px #ccc;
}

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
}

#Debito {
	color: red;
}

#Credito {
	color: green;
}

.ui-icon.excel-icone {
  background: url(/javax.faces.resource/Excel-icon.png.xhtml?ln=images) no-repeat;
  height: 16px;
  width: 16px;
}

.ui-icon.laudoHoje {
  background: url(/javax.faces.resource/laudo_dia.png.xhtml?ln=images) no-repeat;
  height: 16px;
  width: 16px;
}

.ui-icon.laudoAtrasado {
  background: url(/javax.faces.resource/laudo_atrasado.png.xhtml?ln=images) no-repeat;
  height: 16px;
  width: 16px;
}

.ui-icon.laudoFuturo {
  background: url(/javax.faces.resource/laudo_futuro.png.xhtml?ln=images) no-repeat;
  height: 16px;
  width: 16px;
}

.ui-icon.word-icone {
  background: url(/javax.faces.resource/Word-icon.png.xhtml?ln=images) no-repeat;
  height: 16px;
  width: 16px;
}

.ui-icon.close-icone {
  background: url(/javax.faces.resource/close-icon.png.xhtml?ln=images) no-repeat;
  height: 24px;
  width: 24px;
}

#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-header {
	height: 40px
}

.ajax-status-login {
	position: fixed;
	top: 75px;
	right: 10px;
	width: 35px;
	height: 35px 
}

.ajax-status {
	position: fixed;
	top: 75px;
	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%;
}

/* 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; 
	margin-left: 20px;   
	width: 400px;	
}

.menu-sistema .ui-menu-parent > a .ui-menuitem-text, .menu-sistema > .ui-menu-list > .ui-menuitem > a > .ui-menuitem-text {
    color: #424242 !important;
}

.menu-sistema .ui-icon-triangle-1-s {
    background: url() no-repeat;
}
/* Menu sistema fim */

/* Configurações de Tabelas de Dados*/
.ui-datatable table {
   border-collapse: collapse;
   empty-cells:show;
   width:100%;
   height:20px;
   font-size: 12px;
   color: black;
   padding: 0px;
   background-color: white; 
   border-collapse: collapse;
   border-spacing: 1px;
   border-bottom-width: 1px;
   border-bottom-color: #a5b6cd;
   border-bottom-style: solid;
   border-width: thin;      
   border-right-style: solid;
   border-left-style: solid;
   border-top-style: solid;
   border-bottom-style: solid;
   border-color: #5b17c5;
   font-family: Arial;
   text-align: center;
}

.ui-datatable .ui-datatable-header,.ui-datatable .ui-datatable-footer {
   text-align: center;
   padding: 4px 5px;
   font-size: 12px;
   background-color: #baa5db;
   border-bottom: 1px solid #1234bb;
   font-weight: bold;
   color: #5b17c5;
   border-top-width: 1px;
   border-top-color: #a5b6cd;
   border-top-style: solid;
}

.ui-datatable .ui-datatable-header {
   font-size: 13px;
   background-color: #baa5db;
   border-bottom: 2px solid #1234bb;
   font-weight: bold;
   color: #5b17c5;
   border-top-width: 2px;
   border-top-color: #a5b6cd;
   border-top-style: solid;
   border-bottom: 0px none;
}

.ui-datatable .ui-datatable-footer {
   border-top: 0px none;
}

.ui-datatable th,.ui-datatable tfoot td {
   text-align: center;
   white-space: nowrap;
   padding: 4px 10px;
   margin: 0px;
   overflow: hidden;
}

.ui-datatable-data,.ui-datatable-data-empty {
   
}

.ui-datatable .ui-datatable-data td,.ui-datatable .ui-datatable-data-empty td
   {
   height: 20px;
   border-width: 1px;
   border-style: solid;
   border-color: inherit;
   padding: 4px 10px;
   margin: 0px;
   overflow: hidden;
}

.ui-panelgrid td {
	height: 24px
}

.grid_laudo1{  
    width: 10%;      
}  
.grid_laudo2{  
    width: 80%;  
}  

.grid_mini1{  
    width: 80%;      
}  
.grid_mini2{  
    width: 20%;  
}

.btn {
  background: #c8dbe6;
  background-image: -webkit-linear-gradient(top, #c8dbe6, #c3cfd6);
  background-image: -moz-linear-gradient(top, #c8dbe6, #c3cfd6);
  background-image: -ms-linear-gradient(top, #c8dbe6, #c3cfd6);
  background-image: -o-linear-gradient(top, #c8dbe6, #c3cfd6);
  background-image: linear-gradient(to bottom, #c8dbe6, #c3cfd6);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 32px; 
  height:32px
}

.semBorda tr, .semBorda td {
	border: none !important;		
}

.colunaVistoria {
	padding: 2px 4px!important;
	vertical-align: top!important;
}

.grid-login {
	background-color: #f2f2f2;
	border-radius: 8px;
	border: 1px solid #ccc;
	margin-top: 8px;
	padding: 10px;
	width: 340px;
}

.column-center {
	text-align: center;	
}

body {
	font-family: "Lato", sans-serif;
}

.sidenav {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #c0c0c0;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidenav .titulo {
	position: absolute;
    top: 25px;
    left: 25px;
    font-size: 24px;
    margin-right: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;    
    text-decoration: none;
    font-size: 25px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    transition: 0.4s;
    overflow: hidden;
}


.ui-datatable .ui-datatable-header {    
    background-color: #e4e8e9!important;
}   

.container {
	width: 97vw;
	height: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}