.auto-overflow {
	overflow-y: auto;
}

.q-display {
	height: 80% !important;
}

.q-row {
	height: 90% !important;
}

.list-group-item.list-group-item-action.active {
	background-color: transparent;
	color: #007bff;
}

.long-text {
	word-wrap: break-word;
}

.inherit-height {
    height: inherit;
}

.filter-list {
    height: 140px;
    max-height: 140px;
    overflow-y: scroll
}

.show-optional-bad-input {
    display: block;
}

