﻿/* Featured Tile 050925 EF */
.dashboard-tile.featured {
    border-left: 4px solid;
    border-left: 0px solid;
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

    .dashboard-tile.featured:hover {
        transform: scale(1.0);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }


.dashboard-tile.featured {
    --header-offset: 90px;
    --body-offset: 30px;
    border-left: 0px solid;
    border-radius: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
}

/* Base Ribbon */
.dashboard-tile .ribbon-label {
    position: absolute;
    top: 20px;
    left: -59px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 9px 65px;
    transform: rotate(-45deg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
}

/* Per-color versions */
.dashboard-tile.featured.blue .ribbon-label {
    background: #2196f3;
}

.dashboard-tile.featured.orange .ribbon-label {
    background: #fb8c00;
}

.dashboard-tile.featured.green .ribbon-label {
    background: #4caf50;
}

/* Header */
.dashboard-tile.featured .dashboard-tile-header {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 20px 90px;
}

.dashboard-tile.featured .dashboard-tile-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 2.2rem;
}

    .dashboard-tile.featured .dashboard-tile-title span.caption {
        float: right;
        font-size: 1.43rem;
        font-weight: 500;
    }

/* Body */
.dashboard-tile.featured .dashboard-tile-body {
    font-size: 1.4rem;
    padding: 20px;
}
    .dashboard-tile.featured .dashboard-tile-body table a:hover {
        text-decoration: underline;
    }
    .dashboard-tile.featured .dashboard-tile-body p {
        padding-left: 20px;
    }

    .dashboard-tile.featured .dashboard-tile-body img {
        display: block;
        max-width: 50%;
        height: auto;
        border-radius: 3px;
        margin: 0 0 20px 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

        .dashboard-tile.featured .dashboard-tile-body img.img-left {
            float: left;
            max-width: 33.33%;
            margin: 0 20px 10px 0;
        }

        .dashboard-tile.featured .dashboard-tile-body img.img-right {
            float: right;
            max-width: 33.33%;
            margin: 0 0 10px 20px;
        }

.dashboard-tile.featured.blue {
    border-left-color: #2196f3;
    background: linear-gradient(to right, #90caf9, #cce7ff 83%) !important;
}

    .dashboard-tile.featured.blue::before {
        background: #2196f3;
    }

    .dashboard-tile.featured.blue .dashboard-tile-title {
        color: #0d47a1 !important;
    }

        .dashboard-tile.featured.blue .dashboard-tile-title span.caption {
            color: #1976d2;
        }

    .dashboard-tile.featured.blue .dashboard-tile-body {
        color: #444;
    }

        .dashboard-tile.featured.blue .dashboard-tile-body a {
            color: #08375a;
        }

        .dashboard-tile.featured.blue .dashboard-tile-body a:hover {
            color: #1976d2;
        }


/* Use Poppins for featured tiles */
.dashboard-tile.featured {
    font-family: 'Poppins', sans-serif;
}

    /* Fancy title using Raleway */
    .dashboard-tile.featured .dashboard-tile-title {
        font-family: 'Raleway', sans-serif;
        font-weight: 600;

        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 2rem;
        letter-spacing: 0.6px;
    }

    /* Optional: Switch body to Inter for better readability */
    .dashboard-tile.featured .dashboard-tile-body {
        font-family: 'Inter', sans-serif;
        font-size: 1.7rem;
        line-height: 1.6;
    }

    /* FEATURED - ORANGE */
    .dashboard-tile.featured.orange {
        border-left-color: #fb8c00;
        background: linear-gradient(to right, #ffcc80, #ffe0b2 83%) !important;
    }

        .dashboard-tile.featured.orange::before {
            background: #fb8c00;
        }

        .dashboard-tile.featured.orange .dashboard-tile-title {
            color: #e65100 !important;
        }

            .dashboard-tile.featured.orange .dashboard-tile-title span.caption {
                color: #ef6c00;
            }

        .dashboard-tile.featured.orange .dashboard-tile-body {
            color: #444;
        }

           .dashboard-tile.featured.orange .dashboard-tile-body a {
                color: #5c2e00;
            }
            .dashboard-tile.featured.orange .dashboard-tile-body a:hover {
                color: #ef6c00;
            }

    /* FEATURED - GREEN */
    .dashboard-tile.featured.green {
        border-left-color: #4caf50;
        background: linear-gradient(to right, #a5d6a7, #dcedc8 83%) !important;
    }

        .dashboard-tile.featured.green::before {
            background: #4caf50;
        }

        .dashboard-tile.featured.green .dashboard-tile-title {
            color: #1b5e20 !important;
        }

            .dashboard-tile.featured.green .dashboard-tile-title span.caption {
                color: #2e7d32;
            }

        .dashboard-tile.featured.green .dashboard-tile-body {
            color: #444;
        }
            .dashboard-tile.featured.green .dashboard-tile-body a {
                color: #1a3d20;
            }
                .dashboard-tile.featured.green .dashboard-tile-body a:hover {
                    color: #2e7d32;
                }


    .dashboard-tile.featured.no-ribbon .dashboard-tile-header {
        padding-left: 20px !important;
    }

    .dashboard-tile.featured.no-ribbon .dashboard-tile-body p {
        padding-left: 0 !important;
    }

    .dashboard-tile.featured.no-ribbon {
        --header-offset: 20px;
        --body-offset: 20px;
    }

    .dashboard-tile.featured .dashboard-tile-header {
        padding: 20px 20px 20px var(--header-offset);
    }

    .dashboard-tile.featured .dashboard-tile-body {
        padding: 20px 20px 20px var(--body-offset);
    }

        .dashboard-tile.featured .dashboard-tile-body p {
            padding-left: 0;
        }
        .dashboard-tile.featured .dashboard-tile-body select {
            border-radius: 5px;
            border-width: 2px;
        }

/* Purple */
    .dashboard-tile.featured.purple {
        border-left-color: #6a1b9a;
        background: linear-gradient(to right, #ce93d8, #e1bee7 83%) !important;
    }

        .dashboard-tile.featured.purple .ribbon-label {
            background: #6a1b9a;
        }

        .dashboard-tile.featured.purple .dashboard-tile-title {
            color: #4a148c !important;
        }

            .dashboard-tile.featured.purple .dashboard-tile-title span.caption {
                color: #8e24aa;
            }

        .dashboard-tile.featured.purple .dashboard-tile-body {
            color: #444;
        }

            .dashboard-tile.featured.purple .dashboard-tile-body a {
                color: #4a148c;
            }

                .dashboard-tile.featured.purple .dashboard-tile-body a:hover {
                    color: #8e24aa;
                }

            .dashboard-tile.featured.purple .dashboard-tile-body select {
                border-color: #6a1b9a !important;
                color: #6a1b9a !important;
            }

            .dashboard-tile.featured.purple .dashboard-tile-body .btn {
                border-color: #6a1b9a !important;
                background: #6a1b9a !important;
                color: #fff !important;
            }
    /* Dropdown */
    .dashboard-tile.featured.blue .dashboard-tile-body select {
        border-color: #2196f3 !important;
        color: #2196f3 !important;
    }

    .dashboard-tile.featured.green .dashboard-tile-body select {
        border-color: #2e7d32 !important;
        color: #2e7d32 !important;
    }

    .dashboard-tile.featured.orange .dashboard-tile-body select {
        border-color: #e65100 !important;
        color: #e65100 !important;
    }
    .dashboard-tile.featured .dashboard-tile-body .btn {
        color: #FFF !important;
    }

    /* Dropdown */
    .dashboard-tile.featured.blue .dashboard-tile-body .btn {
        border-color: #2196f3 !important;
        background: #2196f3 !important;
    }

    .dashboard-tile.featured.green .dashboard-tile-body .btn {
        border-color: #2e7d32 !important;
        background: #2e7d32 !important;
    }

    .dashboard-tile.featured.orange .dashboard-tile-body .btn {
        border-color: #e65100 !important;
        background: #e65100 !important;
    }

    .dashboard-tile.featured.teal {
        border-left-color: #00897b;
        background: linear-gradient(to right, #80cbc4, #b2dfdb 83%) !important;
    }

        .dashboard-tile.featured.teal .ribbon-label {
            background: #00897b;
        }

        .dashboard-tile.featured.teal .dashboard-tile-title {
            color: #004d40 !important;
        }

            .dashboard-tile.featured.teal .dashboard-tile-title span.caption {
                color: #00695c;
            }

        .dashboard-tile.featured.teal .dashboard-tile-body {
            color: #444;
        }

            .dashboard-tile.featured.teal .dashboard-tile-body a {
                color: #003d33;
            }

                .dashboard-tile.featured.teal .dashboard-tile-body a:hover {
                    color: #00695c;
                }

            .dashboard-tile.featured.teal .dashboard-tile-body select {
                border-color: #00695c !important;
                color: #00695c !important;
            }

            .dashboard-tile.featured.teal .dashboard-tile-body .btn {
                border-color: #00897b !important;
                background: #00897b !important;
            }

    .dashboard-tile.featured.gray {
        border-left-color: #4c4c4c;
        background: linear-gradient(to right, #eeeeee, #f5f5f5 83%) !important;
    }

        .dashboard-tile.featured.gray .ribbon-label {
            background: #757575;
        }

        .dashboard-tile.featured.gray .dashboard-tile-title {
            color: #424242 !important;
        }

            .dashboard-tile.featured.gray .dashboard-tile-title span.caption {
                color: #616161;
            }

        .dashboard-tile.featured.gray .dashboard-tile-body {
            color: #444;
        }
            .dashboard-tile.featured.gray .dashboard-tile-body a {
                color: #333;
            }

                .dashboard-tile.featured.gray .dashboard-tile-body a:hover {
                    color: #616161;
                }


            .dashboard-tile.featured.gray .dashboard-tile-body select {
                border-color: #757575 !important;
                color: #424242 !important;
            }

            .dashboard-tile.featured.gray .dashboard-tile-body .btn {
                border-color: #757575 !important;
                background: #757575 !important;
            }

.general-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    line-height: 1;
    vertical-align: middle;
    margin-right: 1.5rem;
    border: 2px solid #757575;
    padding: 3px 3px 5px 3px;
    border-radius: 7px;
    color: #FFF;
    background: #757575;
}

.dashboard-tile.featured.blue .general-icon {
    border-color: #2196f3;
    background: #2196f3;
}

.dashboard-tile.featured.green .general-icon {
    border-color: #2e7d32;
    background: #2e7d32;
}

.dashboard-tile.featured.teal .general-icon {
    border-color: #00897b;
    background: #00897b;
}

.dashboard-tile.featured.orange .general-icon {
    border-color: #e65100;
    background: #e65100;
}

.dashboard-tile.featured.gray .general-icon {
    border-color: #757575;
    background: #757575;
}
.featured .table th, .featured .table td {
    font-size: 1.5rem;
}

img.docListIcon {
    width: 100% !important;
    max-width: 35px !important;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 auto !important;
    box-shadow: unset !important;
}

/* Document List */

.featured.document-list-tile .dashboard-tile-header {
    padding: 10px 20px;
}

.featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title {
    display: flex;
    align-items: center;
    font-size: 1.7rem;
}

    .featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title .folder-icon {
        display: inline-block;
        width: 45px;
        height: 45px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 10px;
        text-align: center;
        padding: 10px;
    }

        .featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title .folder-icon span {
            font-weight: 600;
            font-size: 27px;
        }

    .featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title .caption {
        margin-left: auto;
        display: inline;
        vertical-align: top;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        background: linear-gradient(to right, #dcedc8 83%) !important;
    }
.featured.document-list-tile.green .dashboard-tile-header h5.dashboard-tile-title .caption {
    background: linear-gradient(to right, #dcedc8 83%) !important;
}
.featured.document-list-tile.blue .dashboard-tile-header h5.dashboard-tile-title .caption {
    background: linear-gradient(to right, #cce7ff 83%) !important;
}
.featured.document-list-tile.orange .dashboard-tile-header h5.dashboard-tile-title .caption {
    background: linear-gradient(to right, #ffe0b2 83%) !important;
}
.featured.document-list-tile.gray .dashboard-tile-header h5.dashboard-tile-title .caption {
    background: linear-gradient(to right, #f5f5f5 83%) !important;
}
.featured.document-list-tile.teal .dashboard-tile-header h5.dashboard-tile-title .caption {
    background: linear-gradient(to right, #b2dfdb 83%) !important;
}
.featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title .caption > a {
    color: #444 !important;
}

    .featured.document-list-tile .dashboard-tile-header h5.dashboard-tile-title .caption a::after {
        display: none;
    }

.featured.document-list-tile .dashboard-tile-body img {
    float: left;
    width: 100% !important;
    max-width: 125px !important;
    margin: 0 20px 20px 0;
}

.featured.document-list-tile .dashboard-tile-body span.updated {
    display: block;
    font-size: 1.4rem;
    margin-top: 7px;
    color: #000;
    font-weight: 600;
}

    .featured.document-list-tile .dashboard-tile-body span.updated::before {
        content: "Last Updated: ";
    }

.dashboard-tile.featured .dashboard-tile-body .btn.btn-primary {
    color: #fff;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.dashboard-tile.featured .dashboard-tile-body .btn.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important
}

.dashboard-tile.featured .dashboard-tile-body .btn.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca !important;
}

.dashboard-tile.featured .dashboard-tile-body .btn.btn-success:hover {
    color: #fff;
    background-color: #157347 !important;
    border-color: #146c43 !important;
}

.dashboard-tile.featured .dashboard-tile-body .btn.btn-danger {
    color: #fff;
    background-color: #bb2d3b !important;
    border-color: #b02a37 !important;
}
.dashboard-tile.featured .dashboard-tile-body .btn.btn-warning {
    color: #fff;
    background: #fd7e14 !important;
    border-color: #fd7e14 !important;
}
.dashboard-tile.featured .dashboard-tile-body .btn.btn-link {
    font-weight: 400 !important;
    color: #0d6efd !important;
    background: transparent !important;
    border-color: transparent !important;
    text-decoration: underline !important;
}
.dashboard-tile.featured .dashboard-tile-body .text-secondary {
    color: #6c757d !important;
}