/**
 * Veno File Manager custom CSS
 */


.rowa.odd {
	background: #f5f5f5;
}

.table > tbody > tr a{
	display: block;
}


.table > tbody > tr:hover{
	background: rgba(0,0,0,0.2);

}



.table > tbody > tr a.item.file{
	padding-top: 4px;
	padding-bottom: 4px;
}





td.icon.itemicon {
	width: 40px;
}



.role-superadmin span.hover {
	display: none!important;
}


.role-user span.hover {
	display: none;
}


.role-user a#selectall i.bi.bi-check2-all {
	display: none;
}

.role-user .checkbox.checkbox-primary.checkbox-circle label.round-btn {
	display: none;
}

.role-user .switchview {
	display: none;
}

.role-user .btn-group {
	display: none;
}


.role-user .icon.nowrap.folder-badges {
	display: none;
}


.role-user .ghost.ghost-hidden td.checkb {
	display: none;
}


.zipshare {
	display: none;
}

.role-superadmin .zipshare {
	display: inline;
}

