﻿.skip-link {
    position: absolute;
    left: -9999px;
}

    .skip-link:focus {
        position: relative;
        left: 0px;
        color: #fff;
        background-color: #0033A0;
        padding: 10px;
    }

.form-floating > .form-control:disabled ~ label {
    color: #000;
}

span.input-group-text {
    background-color: #FeFfFF;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #0033A0;
}

form label {
    color: #000 !important;
}
