﻿.annual-report .btn-light {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

    .annual-report .btn-light:hover, .annual-report .btn-light:focus {
        color: #212529;
        background-color: transparent;
        border-color: transparent;
        outline: none;
    }

.annual-report .card-year-title {
    padding-bottom: 10px;
}

    .annual-report .card-year-title h4 {
        font-size: 16px;
        padding: 10px 0 0 0;
    }

.annual-report .year-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f6fa;
    padding: 12px 10px 12px;
    gap: 10px;
}

    .annual-report .year-title h5 {
        color: #006289;
        font-size: 16px;
    }

.annual-report .card-year-title h6 {
    padding: 0;
    margin: 0;
}

.annual-report .card-title {
    margin-bottom: 5px;
}

.annual-report .btn-light img {
    width: 30px;
}

.annual-report .card-year-title h5 {
    color: #006289;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.annual-report h5.card-subtitle {
    font-size: 16px;
}


.theadPH {
    background: #006289;
    color: white;
}

.dataTables_filter label {
    display: inline-block !important;
    margin-bottom: .5rem !important;
    width : 100% !important;
}