﻿/*
.btn-outline-white:hover {
    background-color: #a9a589 !important;
}
*/

.btn-primary {
    background-color: #134395 !important;
    border-color: #134395 !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #134395;
}

    .card-primary:not(.card-outline) > .card-header,
    .card-primary:not(.card-outline) > .card-header a {
        color: #fff;
    }

        .card-primary:not(.card-outline) > .card-header a.active {
            color: #1f2d3d;
        }

.card-primary.card-outline {
    border-top: 3px solid #134395;
}

.card-primary.card-outline-tabs > .card-header a:hover {
    border-top: 3px solid #dee2e6;
}

.card-primary.card-outline-tabs > .card-header a.active,
.card-primary.card-outline-tabs > .card-header a.active:hover {
    border-top: 3px solid #134395;
}

.bg {
    /* The image used */
    background-image: url("~/Content/img/footer.svg");
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
