@charset "utf-8";
/* CSS Document */
.divSecaoCompras{
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	padding: 10px;
	color:#333333;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;	
	}
.tituloSecaoCompras{
	font-size: 18px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:#c3dde0;
	border-width: 1px;
	padding: 6px;
	border-style: solid;
	border-color: #a9c6c9;	
}
.secaoCompras{		
	border-width: 1px;	
	border-style: solid;
	border-color: #a9c6c9;	
}

.painel{	
		width:100%; background-color:#F5F5F5; border:1; 
}
.post{  
    width:100%; background-color:#F5F5F5; border:1;
    font: normal 1.3em Verdana,sans-serif; 
}

.listaItens{ 
	list-style-type:none; 
}
.itemLista{
	list-style-image:url(../imgs/icones/ico_edit.gif); 
}.tituloTbl {
	font-size: 14px;
	color: #030;
	text-decoration: none;
	background-color: #F7F7F7;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height: 20px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.headerTr {
	color: #333;
	text-decoration: none;
	padding: 1px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}.txtPequeno {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.textoData {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.campoLabelTabela {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
  text-decoration: none;
  height: 20px;
  padding: 1px;
  text-align: left;
  font-weight: normal;
  background-color: #F5F5F5;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999999;
}

.tituloSecao {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #017638;
  height: 20px;
  padding: 3px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C0C0C0;
  background-position: center;
  word-spacing: 0.2em; 
  margin-bottom: 5px;
}

.txt_base {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.headerTabelaItens {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #666666;
  height: 25px;
  vertical-align: middle;
  line-height: 25px;
  /*border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF;*/
  border:1px solid #FFFFFF;
}

.center {
	text-align: center;
	vertical-align: middle;
}


.msg-cinza{
border:solid 1px black;
background:#EFEFEF;
color:#222222;
padding:4px;
}
.msg-light{
border:solid 1px #DEDEDE;
background:#f0efef;
color:#222222;
padding:4px;
}
.msg-light-textoClaro{
border:solid 1px #DEDEDE;
background:#f0efef;
color:#CCCCCC;
padding:4px;
}
.msg-amarelo{
border:solid 1px #bdb100;
background:#fcf9ce;
color:#222222;
padding:4px;
}
.msg-verde{
border:solid 1px #62a45c;
background:#cee6c3;
color:#222222;
padding:4px;
}
.msg-alert{
border:solid 1px #cb2026;
background:#f6cbca;
color:#222222;
padding:4px;
}
.msg-azul{
border:solid 1px #4db2e5;
background:#e3f1fa;
color:#222222;
padding:4px;
}a {
	text-decoration: none;
}

.containerMini {
	margin: 0px 0 40px 0;
	}

#miniflex {
	width: 97%; height:30px;
	float: left;
	font-size: small; /* could be specified at a higher level */
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #333;
	}

#miniflex li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	float: left;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 10px;
	text-decoration: none;
	color: #0066d5;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
}

.pure-table {
    /* Remove spacing between table cells (from Normalize.css) */
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 11px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;/*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible; /*to make ths where the title is really long work*/
    padding: 0.5em 1em; /* cell padding */
}
.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0;
}

.pure-table thead {
    background: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
    background-color: transparent;
}
.pure-table-odd td {
    background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered tr.headerTabelaItens td {
    border: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child td,
.pure-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0;
}

.pure-table-informativa td {
    border-bottom: 1px solid #cbcbcb;
}
.pure-table-informativa td:first-child{
    background:#f8f8f8;
    width:25%;
    font-weight: bold;
}
.pure-table-informativa tbody > tr:last-child td {
    border-bottom-width: 0;
}


/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child td {
    border-bottom-width: 0;
}
/* Usado na tela inicial do sistema */
.disabledmod {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
    opacity: 0.5;
}
input:disabled, select:disabled {
    background: #dbd9d9 !important;
}
/* Usado em OS */
.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-bottom: -4px;
    display: inline-block;
    margin-right: 5px;
}

.red {
    background-color: red;
}

.yellow {
    background-color: yellow;
}

.green {
    background-color: green;
}

.light-gray {
    background-color: #ccc;
}

/* CSS Para Mapa da Zona*/
.posicao {
    min-height: 15px;
    width:100px;
    border:1px solid;
    margin:2px;
    vertical-align: bottom;
    display: inline-block;
    border-radius: 3px;
}

.altura {
    cursor: pointer;
    font-size: 10px;
    height:17px;
    line-height:15px;
    margin:2px auto;
    text-align:center;
    width: 90%; 
    border:1px solid;
    border-radius: 3px;
}

.linha-quadra{
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    margin-bottom:5px; 
    background-color: #f9f9f9;
}

.bloqueado {
    background-color: #d3d3d3;
    opacity: .35;
    cursor: default!important;
}

fieldset.temporario {
    width:110px;
    position: fixed;
    top: 3%;
    left: 87%;
    padding-top: 0px;
}

fieldset.temporario legend, fieldset.saida legend{
  font-size: 0.75em;
}

fieldset.saida {
    width:110px;
    position: fixed;
    top: 3%;
    left: 77%;
    padding-top: 0px;
}

fieldset.comum {
    width: 75%; 
    display: inline-block;
}

.botaofloat {
    width: 350px;
    position: absolute;
    top: 23px;
    left: 2%;
    text-align: center;
}

.refrigeradovazio{
  border: 2px solid #4dc3ff;
  border-radius: 3px;
  height:13px;
}

.refrigeradocheio{
  border: 2px solid #4dc3ff;
  border-radius: 3px;
  background-color: #4dc3ff;
  height:13px;
}

.secovazio{
  border: 2px solid #ffb366;
  border-radius: 3px;
  height:13px;
}

.secocheio{
  border: 2px solid #ffb366;
  border-radius: 3px;
  background-color: #ffb366;
  height:13px;
}

.detalhes{
  display: block;
  font-size: 9px;
  color: #aaa;
  line-height:9px;
  text-align: center;
}

.pes{
  float: left;
  font-size: 9px;
  color: #737373;
}

.pes::after{
  content:"'";
}
/*Fim CSS para Mapa da Zona*/

.requiredField:after {
	content: " *";
	color: red;
}