@import url("/Portals/_default/cross-styling.css");
@import url("/Portals/_default/council-styles.css");

/*----------------------------------------------------------------------------*/
/* temp accent card styles */
    .accent-card h3 {
        margin-left: 1rem;
    }
   .accent-card  p {
        background-color: #f7f7f7;
        padding: 1.5rem 1rem 1rem;
        margin-top: -2.5rem;
        border-bottom: 0.25rem solid var(--brand-light-blue);
    }

.site--header .site--logo .logo--emblem {
        display: none;
    }
    .utility-nav #dnn_ctl01_ctl02_dnnLogin_loginLink {
  display: none;
}
img {
    max-width: 100% !Important;
    height: auto !IMPORTANT;
}
table.photo-frame img {
    border: 1px solid #eee;
}
/*Jimmy Tweaks feb 2022 */
.module-container.module-container__callout.module-container__callout-branded {
    max-width: 600px;
    margin: 0 auto !important;
}
.module-container.module-container__callout.module-container__callout-branded h2 {
    font-size: 1.7em;
}
.kofc .kofc__detail .etg-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Prayer Request Styles */
.kofc .prayer-request--item {
    max-width: 100% !important;
}

.kofc .prayer-request--content {
    margin: 0;
    height: max-content;
    max-width: 100%;
    width: auto;
}

/* Feedback Comments Styles */
.Feedback_Comments tbody tr td {
    padding: 0 !important;
}

.Feedback_Comments table {
    border-spacing: 0 !important;
}

/* Feedback Labels */
[id^="dnn_ctr"][id*="_Feedback_plEmail_lblLabel"]:before {
    content: 'Contact Email';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

[id^="dnn_ctr"][id*="_Feedback_plName_lblLabel"]:before {
    content: 'Name to Pray For';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

span[id^="dnn_ctr"][id*="_Feedback_plMessage_lblLabel"] {
    font-weight: 700;
}

span[id^="dnn_ctr"][id*="_Feedback_plSubject2_lblLabel"]::before {
    content: 'Council';
    position: absolute;
    background: var(--theme-neutral, #f5f5f5);
    width: max-content;
    font-weight: 700;
}

/* DataGrid */
.DataGrid_Container tr.NormalBold td:nth-child(8) {
    visibility: hidden;
}

.DataGrid_Container tr.NormalBold td:nth-child(8)::after {
    content: "Council"; /* Replaces "Subject" with "Councils" */
    visibility: visible;
}

/* Pending Feedback Subject */
span[id^="dnn_ctr"][id*="_Moderation_dgPendingFeedback_lblSubject_0"] {
    text-align: center;
}





