﻿.disabled-group input,
.disabled-group select {
    opacity: 0.5;
    pointer-events: none;
}

.disabled-group label {
    opacity: 0.7;
}

.bg-toolbar-gray {
    background-color: lightgray !important;
}