﻿#fPesquisarLista{
	margin-top:20px;
	cursor:pointer;
	font-size:17px;
	width:200px !important;
	height:30px !important;
	border:none !important;
	border-radius: 0 !important;
	color:#fff !important;
	background: -webkit-linear-gradient(#B0CB1F, #88A600) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#B0CB1F, #88A600) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#B0CB1F, #88A600) !important; /* For Firefox 3.6 to 15 */
	background: linear-gradient(#B0CB1F, #88A600) !important; /* Standard syntax */	
}
#fPesquisaLista {
	margin-top:20px;
	margin-right:20px;
	background: none repeat scroll 0 0 #f5f5f5;
	border: medium none;
	color: #7f7f7f;
	float: left;
	font-size: 13px;
	height: 30px;
	padding: 0 10px;
	width: 200px;
}

.tablesaw th {
	background:#B0CB1F;
	color:#FFFFFF;
	height:40px;
	padding-left:10px;
}
.tablesaw td {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	color: #7f7f7f;
	font-family: arial;
	font-size: 15px;
	line-height: 20px;
}
.tablesaw th:last-child {
	padding-right:10px;
}
.tablesaw td:last-child {
	padding-right:10px;
}
@media(max-width:767px) {
	.tablesaw td {
		font-size:14px;
	}
}
.tablesaw-nav-btn.disabled {
	opacity:0 !important;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn{
	background:none;
	content:"";
		
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right::before{
	border:none;
	padding:0 !important;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left::before{
	border:none;
	padding:0 !important;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left > button {
	background: url('/img/btnLeft.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
}
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right > button {
	background: url('/img/btnRight.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	width:20px;
	height:20px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
}