﻿.btn-danger {
    background-color: #B60202 !important;
    border-color: #B60202 !important;
}

    .btn-danger:hover {
        background-color: #880000 !important;
        border-color: #880000 !important;
    }

.btn-primary {
    background-color: #003375 !important;
    border-color: #003375 !important;
}

    .btn-primary:hover {
        background-color: #004593 !important;
        border-color: #004593 !important;
    }

.btn-secondary {
    background-color: #00B0F0 !important;
    border-color: #00B0F0 !important;
}

    .btn-secondary:hover {
        background-color: #009cdb !important;
        border-color: #009cdb !important;
    }

.alert-notification {
    background-color: #0064CC !important;
    color: white !important;
}

.alert-success {
    background-color: #006736 !important;
    color: white !important;
}

.alert-danger {
    background-color: #b60202 !important;
    color: white !important;
}

    .alert-danger.text-danger {
        color: white !important;
    }

.alert-notification_text {
    font-weight: 400 !important;
}

.alert {
    color: white !important;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.8;
}

    .hr-text::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }

    .hr-text::after {
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 2em;
        line-height: 1.5em;
        background-color: #fff;
        font-weight: bold;
    }


ul.attachment li a.deleteBioItem {
    text-align: right;
    float: right;
    color: #808080;
}

ul.attachment li a.deleteOwnershipItem {
    text-align: right;
    float: right;
    color: #808080;
}

ul.attachment li a {
    font-weight: bold;
    color: #0b60cd !important;
    font-size: smaller;
}

ul.attachment li {
    font-size: 1em;
}

.panel-heading a:before, .panel-heading1 a:before {
    color: #0b60cd !important;
}

td:has(> .summary), .currency, #total-span {
    text-align: right;
}


a {
    color: #003476 !important;
}

a.card-link {
    font-weight: 500 !important;
}
