﻿.bg-scheduler-blue {
    background-color: rgb(0, 96, 224);
    color: white;
}

.bg-scheduler-yellow {
    background-color: rgb(255, 194, 32);
    color: white;
}

.border-scheduler-blue {
    border-color: rgb(0, 96, 224);
}

.border-scheduler-yellow {
    border-color: rgb(255, 194, 32);
}

.color-scheduler-blue {
    color: rgb(0, 96, 224);
}

.color-scheduler-yellow {
    color: rgb(255, 194, 32);
}

.color-scheduler-slate {
    color: rgb(102,128,160);
}
