/* colors */
.bg-gold {
    background: #958250 !important;
}
.text-gold {
    color: #F4E790 !important;
}
.bg-header {
    background: #111111;
}
.bg-footer {
    background: #111111;
}
.bg-navigation {
    background: #2D4474;
}
.cursor-pointer {
    cursor: pointer !important;
}
.pdf-section {
    background: black !important;
    color: white !important;
    text-align: left !important;
}
.text-fail {
    color: red !important;
    font-style: italic;
}
.water-mark {
    background-image: url("/images/watermark.jpg");
}
.header-home {
    background: url(/images/home.jpg) 50% no-repeat;
    background-size: cover;
}
.mw-800 {
    max-width: 800px !important;
}
.mw-xs { max-width: 576px !important; }
.mw-sm { max-width: 576px !important; }
.mw-md { max-width: 768px !important; }
.mw-lg { max-width: 992px !important; }
.mw-xl { max-width: 1200px !important; }

.extra-small {
    font-size: 12px;
}
.print-color {
    print-color-adjust: exact !important;
}

.fs-7 {
    font-size:14px;
}
.fs-8 {
    font-size:12px;
}
.fs-9 {
    font-size:11px;
}


@media print
{
    .noprint {
        display: none;
    }
    .page-break-after {
        page-break-after: always !important;
    }
    th {
        background: black !important;
        color:white;
    }
}
