/* This is specifically for the directional buttons */
/* It augments the external/bootstrap-directional-buttons someone else developed */
.btn.navigation-arrow-box-active:hover {
    /* Keep the button text color from changing */
    text-decoration: none;
}

/* Don't let a hand appear for a cursor when hovering */
.btn.navigation-arrow-box-active, .btn.navigation-arrow-box-inactive {
    cursor: default !important;
}

.btn.navigation-arrow-box-active {
    color:#212529;
    border-color:#F7931E !important;
    background-color:#F7931E !important;
}

.btn.navigation-arrow-box-inactive {
    color:#FFFFFF;
    border-color:#002147 !important;
    background-color:#002147 !important;
}
