.toolbar-button {
	padding-top: 0.3em;
	padding-bottom: 0.1em;
	margin-right: 0.2em;
	margin-left: 0.2em;
	color: white; 
	cursor: pointer; 
	width: 2.7em; 
	text-align: center;
	user-select: none;
	position: relative;
}

.toolbar-button .overlayText {
    position: absolute;
    z-index: 1;
    background-color: #ffc107;
    font-weight: 700;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 1em;
    color: black
}

.toolbar-button img {
	width: 1.5em;
    height: 1.5em;
    position: absolute;
    bottom: 0.3em;
    right: -0.2em;
}

.toolbar-submenu {
    margin: 0;
    padding-right: 0.5em;
}

.toolbar-button:hover {
	background-color: #494e60;
}

.toolbar-button-caption {
	font-size: 0.65em;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.toolbar-icon {
	padding-left: 0.5em;
	padding-right: 0.5em;
	position: relative;
}

.contextButton {
	display: flex;
	height: 1.2rem;
	padding: 0.3rem;
	font-size: 0.85rem;
	text-align: left;
}

.contextButton:hover {
	background-color: #3f5261;
}

.contextButtonSelected {
	background-color: #20a8d8;
}

