.dashtitle {
    background-color: darkblue;
    background-image: linear-gradient(to right,darkblue,cyan);
}
/* Staff Overview Table */
.bg-spl-highlight {
    background-color: #ebf0ff;
}
.bg-mtg-highlight {
    background-color: #ebf5ff;
}
.bg-agr-highlight {
    background-color: #f0f0ff;
}


.scm-radio-white {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: beige;
}
.scm-radio-amber {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: darkorange;
}
.scm-radio-green {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: green;
}
.answer-indicator-white {
    border-left: 5px;
    border-left-color: beige;
    border-left-style: solid;
}
.answer-indicator-amber {
    border-left: 5px;
    border-left-color: darkorange;
    border-left-style: solid;
}
.answer-indicator-green {
    border-left: 5px;
    border-left-color: green;
    border-left-style: solid;
}
.answer-indicator-none {
    border-left: 5px;
    border-left-color: grey;
    border-left-style: solid;
}
.answer-alert-white {
    background-color: beige;
}
.answer-alert-amber {
    background-color: darkorange;
}
.answer-alert-green {
    background-color: green;
    color: white;
}
.scm-radio-text-white {
    color: slategray;
}
.scm-radio-text-amber {
    color: darkorange;
}
.scm-radio-text-green {
    color: green;
}
