﻿/* Override default bootstrap 4 colors, fonts, etc. */


.btn-primary {
    background-color: #337AB7;
    border-color: #337AB7;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #337AB7;
        border-color: #155570;
    }


.btn-outline-primary {
    color: #16556E;
    border-color: #16556E;
}

    .btn-outline-primary:hover {
        color: #fff !important;
        background-color: #16556E;
        border-color: #16556E;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(22,85,110, .5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        background-color: lightgray;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #16556E;
        border-color: #16556E;
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #16556E;
}

.bg-primary {
    background-color: #337AB7 !important;
}

.text-primary {
    color: #337AB7 !important;
}

a {
    color: #337ab7;
    text-decoration: none;
}


@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}
