﻿/* Common styling for grants in MyPrivatePages, MyAssociationPages and Grants */
.filter a { /*uses in MyAssociationPages*/
    color: var(--text-color);
    text-decoration: underline;
    font-size: 80%;
    float: right;
    margin-right: 15px;
}

.filter-text { /*uses in MyAssociationPages*/
    font-size: 75%;
    margin-bottom: 10px;
}

.span-text { /*uses in MyAssociationPages*/
    font-size: 80%;
}

.grant-description-text { /*uses in MyAssociationPages*/
    font-size: 12px;
    font-weight: 500;
}

.grants-filter select { /*uses in MyAssociationPages*/
    width: 80%;
    border-radius: 5px;
    color: var(--text-color-black);
    font-size: 80%;
    padding: 4px;
}

.info-text { /*uses in MyAssociationPages*/
    padding: 20px;
}

.nav-tabs-header > li.active > a, .nav-tabs-header > li.active > a:focus, .nav-tabs-header > li.active > a:hover {
    text-decoration: underline;
    background-color: var(--secondary-color);
}

.nav-tabs-header { /*uses in MyAssociationPages*/
    display: flex;
    list-style: none;
    margin-left: -30px;
}

    .nav-tabs-header li a { /*uses in MyAssociationPages*/
        color: var(--text-color);
        cursor: default;
        background-color: var(--secondary-color);
        border: none;
        text-decoration: none;
        position: relative;
        display: block;
        padding-right: 15px;
        margin-bottom: -15px;
    }

.grant-finished-ul { /*uses in MyAssociationPages*/
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 600px) {
    .nav-tabs-header {
        display: block;
    }

        .nav-tabs-header li a {
            margin-top: 5px;
        }
}

.grants-header-label {
    padding: 10px;
    display: flex;
    justify-content: center;
    background: rgba(225, 225, 225, 0.2);
    font-size: 16px;
    font-weight: normal;
}

.file-list {
    list-style: none;
    padding-inline-start: 0;
}

.file-upload {
    display: flex;
    margin: 15px;
}

    .file-upload > label {
        margin-left: 1em;
        min-width: 5em;
        font-weight: normal;
    }

.grant-apply-periods {
    color: #333;
    font-size: small;
    line-height: 1.4;
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.periods-list {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.period-item {
    background: #eee;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

#complement-followup-application-dialog .panel-danger {
    margin-top: 20px;
}

.grant-export-btn {
    background: url(../Images/pdf16x16.png?v1425) no-repeat;
    text-decoration: underline;
    padding-top: 0 !important;
    margin-top: 20px;
    background-position: 0 2px;
    height: 18px;
    padding-left: 24px;
    white-space: nowrap;
    font-size: inherit !important;
    color: inherit
}
