.tabelagrid{
	padding: 10px;
    border-radius: 6px;
	background-color: #FFFFFF; 
}		

.tabelagrid .table th{
	vertical-align: middle;
	font-size: 13px;
    font-family: 'Roboto-Medium';
    color: #444;
    text-align: left;
	font-weight: normal;
	cursor: pointer;
	padding: 5px 0px 10px 0;
}

.tabelagrid .table tbody tr:hover{
	background: rgba(0, 0, 0, 0.05);
}

.tabelagrid .table tbody tr td{
	padding: 7px 0;
	border: none;
	vertical-align: middle;
	padding-right: 10px;
}

.tabelagrid .table tbody tr td p{
	font-size: 13px;			
	font-family: 'Roboto-Regular';
	font-weight: normal;
	color: #444;
	margin: 0;
}

.tabelagrid .table .fonte-destaque{
	font-family: 'Roboto-Medium';
}

.tabelagrid .grid-title{
	margin-top: 5px;
    font-size: 20px;
    color: #666;
    font-family: 'Roboto-Medium';
    font-weight: normal;
}

.tabelagrid .btn.btn-clear{
	border: none;
	color: #666;
	background-color: transparent;
}

.tabelagrid .btn.btn-clear:hover{
	border: none;
}

.tabelagrid .btn.btn-clear.active{
	box-shadow: none;
    border: none;
}