/* TABELA NAVEGAÇÃO DATAS*/
#DatasTable
{
	width:100%;
	background-color: #e8e8e8;
	border-collapse:collapse;
	text-align:center;
}

#DatasTable{
	font: 18px Arial, Helvetica, sans-serif;
}

#DatasTable tr td{
	line-height:45px;
}

#DatasTable, #DatasTable tr, #DatasTable tr td{
	border: 1px solid #c7c7c7;
}

#btnPrevDate
{
	width:45px;
	height:45px;
	float:left;
}

#btnNextDate
{
	width:45px;
	height:45px;
	float:right;
}

.Excel
{
	background:white url(../img/excel.png) no-repeat; 
	background-size:25px 25px;
	background-position:5px 5px; 
}


/* FIM TABELA NAVEGAÇÃO DATAS*/

.pesqBtn{
	font-size: 14px;
	padding: 4px 10px;
	height: 35px;
	margin: 2px;
	
	background: white url(../img/search-icon.png) no-repeat;
	background-size: 25px 25px;
	background-position: 5px 5px;
	/*35 8 4 = 47*/
}

.pesqLbl{
	
}

.pesqTable 
{
	width: 100%;
}

.pesqTable .semBorder td{
	border-bottom: dashed 0px black;
}

.pesqTable tr td{
	border-bottom: dashed 1px black;
	height: 47px;
}

.pesqLabelResultado{
	font-weight:bold;
	width:100%;
}

.bigLabel{
	font-weight:bold;
	font-size: 17px;
}

.jqx-grid-column-header a{
	height: 100% !important;
	line-height: 37px !important;
}

/*PAINEL DE FILTROS*/

.pesqPanel 
{
	padding: 10px;
	border-bottom: 1px dashed #000;
	border-right: 1px dashed #000;
	border-left: 1px dashed #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-image: -ms-linear-gradient(top, #E0E0E0 0%, #EBEBEB 100%);
	background-image: -moz-linear-gradient(top, #E0E0E0 0%, #EBEBEB 100%);
	background-image: -o-linear-gradient(top, #E0E0E0 0%, #EBEBEB 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E0E0), color-stop(1, #EBEBEB));
	background-image: -webkit-linear-gradient(top, #E0E0E0 0%, #EBEBEB 100%);
	background-image: linear-gradient(to bottom, #E0E0E0 0%, #EBEBEB 100%);
}

.pesqShowHide
{
	width:100%;
	padding-top:5px; 
	padding-bottom: 5px; 
	margin-top: -5px;
	clear:both;
	text-align: center;
}

/* BUTÃO DE EDIÇÃO ECRÃS DE ENVIO */

.btEditar{
	background:white url(../img/search-icon.png) no-repeat; 
	background-size:20px 20px;
	background-position: center;
	height:24px; width:24px;
}

.btApagar{
	background:white url(../img/close_v2.png) no-repeat; 
	background-size:20px 20px;
	background-position: center;
	height:24px; width:24px;
}