.ippGrid th span, .ippGrid th a {
	font-weight: inherit !important;
	color: inherit;
}

.ippGrid th span.icone-collapse,
.ippGrid td span.icone-collapse {
	float: right; 
	cursor: pointer;
}

.ippGrid th.ordenavel {
	cursor: pointer;
}

.ippGrid th.ordenavel:before {
	font-family: apps-icons;
    content: "\e90d";
    float: right;
    opacity: .3;
}

.ippGrid th.ordenavel.asc:before {
	content: "\e90f" !important;
	opacity: 1 !important;
}

.ippGrid th.ordenavel.desc:before {
	content: "\e90e" !important;
	opacity: 1 !important;
}

.modalGridHeight{
	max-height: 220px;
}

thead th{
	border: 1px solid rgba(0, 0, 0, .1) !important;
}

.linha-multipla:hover {
	background: #d8eaf5!important;
}

.borda-linha-multipla {
	border-left: 1px double #ccc !important;
}