/* RSC TODO should be moved elsewhere */
.hidden {
	display:none !important;
}

.grid-sort i {
	display: none;
}

.grid-sort.asc i.sort-asc {
	display: initial;
}

.grid-sort.desc i.sort-desc {
	display: initial;
}

[data-grid] [data-row]{
	/*cursor: pointer;*/
}

[data-grid] [data-field-sort]{
	cursor: pointer;
}

.fa.fa-3 {
    font-size: 4em;
}

/*
[data-row].active, [data-row]:focus, [data-row]:hover
{
    background-color: #f5f5f5 !important;
}
*/
tr[data-row].active, tr[data-row]:focus
{
    background-color: #f5f5f5 !important;
}


.divider::before {
	content: "\00a0";

}

.divider {
	/*border-left: 2px solid #e2e2e2;*/
	display: inline-block;
	margin: 0px 0px 5px 15px;
	padding: 0px 5px 5px 0px;
	border-top: 1px transparent;
	border-bottom: 1px transparent;
	width:0px;
}

.actions {
	margin-top: 0px;

}
