.buttonlist_item {
	background: white;
	border: 1px solid #9a9a9a;
	border-radius: 10px;
	color: #9a9a9a;
}

.buttonlist_item.active {
	background: #9a9a9a;
	border: 1px solid #9a9a9a;
	border-radius: 10px;
	color: white;
}

.v7 .buttonlist_item {
	margin: 5px;
	padding: 0 5px;
}

.v7 .buttonlist_item>div:first-child>* {
	background: inherit;
	border: inherit;
	border-radius: inherit;
	color: inherit;
}

.v7 .buttonlist_item.active>div:first-child>* {
	background: inherit;
	border: inherit;
	border-radius: inherit;
	color: inherit;
}

.v7 .buttonlist_item>div:first-child>:first-child {
	background: inherit;
	border: inherit;
	border-radius: inherit;
	color: inherit;
}

.v7 :first-child>.oxtable_userviews_item_name {
	font-size: 14px;
	font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.oxtree_selected>.oxtree_label>.oxtree_labeltab .oxtree_labeltext {
	color: #ff6600;
	font-weight: bold;
}

.oxtree_selcount {
	color: #ff6600;
}

.dialog-height100p {
	height: calc(100% - 12px);
}

.webuinotifications {
    padding: 2px 6px;
}

.topmessages {
    padding: 2px 6px;
}