﻿#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;
}
	
@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;
	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;
	width:20px;
	height:20px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
}

#btnSubmit {
	font-size: 19px;
	float: right;
	width: 245px;
	max-width: 100%;
	height: 60px;
	border: none;
	color: #fff;
	background: #B0CB1F;
	cursor: pointer;
}
#idInput {
	font-size: 15px;
	float: left;
	width: 295px;
	max-width: 100%;
	height: 60px;
	border: none;
	color: #ffffff;
	background: #7f7f7f;
	padding: 0 30px;
}
@media(max-width:767px) {
	#botaoSairCol {
		margin-top: 20px;
	}

	#botaoSairCol #btnSubmit {
		float: none;
	}
	#botaoEntrarCol > div {
		text-align:center;
	}
	#botaoEntrarCol #idInput{
		float:none;
	}

	#botaoEntrarCol #btnSubmit{
		float:none;
	}
}

.panel-title {
	color: #7f7f7f;
	text-decoration:none;
	font-size:15px;
	line-height:40px;
	height:40px;
	width:100%;
}
.panel-heading {
	padding:0 20px;
	height:40px;
		
	cursor:pointer;
	border-radius:0;
}
.panel-body {
	line-height:20px;
	padding:5px 20px;
	border:none !important;
}