﻿/* Media Download Button */
.media-download-button .title {
    font-family: RobotoCondensedRegular;
    text-transform: uppercase;
    color: #FFF;
    background: var(--blue-island);
    padding: 4px;
    cursor: pointer;
    font-size: 12px;
    padding-left: 28px;
    line-height: 14px;
}

.media-download-button span.title::before {
    content: "\e60f";
    font-family: Fedicons;
    position: relative;
    top: 0px;
    left: -12px;
}

.media-download-button span.title.collapsed::before {
    content: "\e608";
}

.media-download-button {
    position: relative;
    top: 22px;
    width: 150px;
}

.media-download-button span {
    display: block;
    padding: 3px 8px;
    text-align: left;
    font-weight: normal;
}

.media-download-button span a:link,
.media-download-button span a:visited {
    font-family: RobotoCondensedRegular;
    font-size: 12px;
    color: #42515A !important;
    font-weight: normal;
}

.media-download-button span.options {
    display: block;
    width: 140px;
    z-index: 20;
    border: 1px solid #ddd;
    position: absolute;
    background-color: white;
}
/* End Media Download Button */

/* Button style */
.button .component {
    background-color: #79bbff;
    padding: 2px 5px 2px 5px;
    display: inline-block;
}

.button .component a,
.button .component a:hover,
.button .component a:visited {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
}
/* End of Button style */

/* Divider styles */
.divider-component {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #CCCCCC;
}
/* End of Divider styles */

/* Contact Card styles */
.ur.full-width-container.contact-card .content.person img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.contact-card .contact-detail {
    padding-top: 10px;
}

/
/* End Contact Card styles */
/* Link List and related styles */
.link-list {
    color: #3688b4;
}

.link-list .date {
    color: #42515a;
    padding-left: 10px;
}
/* End of Link List and related styles */

/* Page List styles */
.page-list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.page-list li {
    margin-bottom: 0.5em;
    list-style: none;
}

.page-list .ur a:link {
    color: #3688B4 !important;
    text-decoration: none;
}

.page-list a:hover {
    text-decoration: underline;
}

.page-list .ur .link h5 {
    display: inline;
    font-weight: normal;
    font-size: inherit;
    margin: 0;
    color: inherit;
}

.page-list .ur .link .date {
    margin-left: 0.25em;
    color: #999999;
    font-style: normal;
}
/* End of Page List styles */

/* Spacing styles */
.margin-top-20 {
    margin-top: 20px;
}
/* End of Spacing styles */


/* ESMS Calendar styles */
/* Main Container */
.report-calendar {
    font-family: Arial, sans-serif;
    margin: 20px 0;
}

.report-calendar-note {
    margin-bottom: 20px;
    font-size: 14px;
}

    .report-calendar-note em {
        font-style: italic;
        color: #333;
    }

/* Year Sections */
.report-calendar-year {
    margin-bottom: 20px;
    page-break-inside: avoid;
}

    .report-calendar-year h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000;
    }

    .report-calendar-year .ts-date {
        font-size: 18px;
        margin-bottom: 10px;
    }

        .report-calendar-year .ts-date strong {
            font-weight: bold;
            color: #000;
        }

/* Table Styling */
.report-calendar-grid {
    width: 100%;
}

    .report-calendar-grid table.greyborder {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #ccc;
    }

    /* Header Row */
    .report-calendar-grid .tdtblhdr {
        background-color: #F5F2ED;
    }

    .report-calendar-grid .tdhdrcol,
    .report-calendar-grid .tdhdrcolR {
        padding: 8px 10px;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
        color: #333;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .report-calendar-grid .tdhdrcolR {
        border-right: none;
    }

    /* Data Cells */
    .report-calendar-grid .dirCol {
        padding: 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        vertical-align: top;
        min-height: 40px;
        width: 25%;
    }

    .report-calendar-grid tr td:last-child {
        border-right: none;
    }

    .report-calendar-grid .dirCol div {
        font-size: 12px;
        color: #333;
        padding: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    /* Links Styling */
    .report-calendar-grid .dirCol a {
        color: #0066cc;
        text-decoration: none;
        margin-left: 5px;
    }

        .report-calendar-grid .dirCol a:hover {
            text-decoration: underline;
        }

/* Archive Section */
.archive {
    margin-top: 20px;
}

    .archive-year {
        font-size: 12px;
        font-weight: bold;
        color: #555555;
    }

/* Responsive Design */
@media screen and (max-width: 768px) {
    .report-calendar-grid table {
        font-size: 12px;
    }

    .report-calendar-grid .tdhdrcol,
    .report-calendar-grid .tdhdrcolR {
        padding: 6px 8px;
        font-size: 11px;
    }

    .report-calendar-grid .dirCol {
        padding: 8px;
    }
}

/* Empty State */
.report-calendar-empty {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px dashed #ccc;
    color: #666;
}

/* End of ESMS Calendar styles */