﻿.hdrImgContainer {
    background-color: white;
}

.card-header:first-child {
    background-color: white !important;
    border-bottom: 1px solid #dddddd;
}

.fbnButton:focus,
.fbnButton:hover,
.footer-row .fbnButton:focus,
.footer-row .fbnButton:hover,
body .bx-next:hover,
body .bx-prev:hover,
body .bx-next:focus,
body .bx-prev:focus {
    outline-color: #001d4e !important;
    background-color: #001d4e !important;
}

.btnCancel:focus,
.btnCancel:hover {
    color: white !important;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:active,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:active,
.bx-wrapper .bx-prev:focus {
    outline: 3px solid black !important;
    outline-offset: 4px !important;
    border-color: #001d4e !important;
}


body .bx-wrapper .bx-pager.bx-default-pager a:hover,
body .bx-wrapper .bx-pager.bx-default-pager a:focus {
    outline: 2px solid black !important;
    outline-offset: 3px !important;
    background-color: #001d4e !important;
}