/* /Components/AudioPlayer.razor.rz.scp.css */
/* #31784# layout in app.css (.oi-audio .player-box); nothing component-scoped remains */
/* /Components/RecipientNumberForm.razor.rz.scp.css */
.m-register-btn[b-pp57r5i75s] {
    display: none;
}

/* #31765# compact form inside the TXT ME UPDATES sheet */
.rnf-compact[b-pp57r5i75s]  .txtUpdateClass {
    font-size: 1.1rem;
    padding: 12px 14px;
    margin-bottom: 12px;
}

.rnf-compact[b-pp57r5i75s]  .register,
.rnf-compact[b-pp57r5i75s]  .de-register {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    padding: 12px 22px;
    margin: 0 8px 8px 0;
}

.rnf-compact[b-pp57r5i75s]  .register {
    background: #00a652;
}

.rnf-compact[b-pp57r5i75s]  .de-register {
    background: #e84c3d;
}

.container .register[b-pp57r5i75s] {
    background: #00a652;
    color: #fff;
    font-size: 17px;
    border: none;
    margin: 0 6px;
    padding: 6px 24px;
}

.container .de-register[b-pp57r5i75s] {
    background: #e84c3d;
    color: #fff;
    font-size: 17px;
    border: none;
}

.container[b-pp57r5i75s] {
    background: #fff;
    margin: 8px 0 22px;
    height: 124px
}

    .container .media-left[b-pp57r5i75s] {
        padding-right: 0;
        float: left
    }

    .container .icon-block[b-pp57r5i75s] {
        background: #00a652;
        padding: 28px 62px;
        float: left
    }

    .container .media-body[b-pp57r5i75s] {
        border: 1px solid #c4c4c4;
        height: 126px;
        float: left;
        width: 86.25%
    }

    .container .register[b-pp57r5i75s] {
        background: #00a652;
        color: #fff;
        font-size: 17px;
        border: none;
        margin: 0 6px;
        padding: 6px 24px
    }

    .container .de-register[b-pp57r5i75s] {
        background: #e84c3d;
        color: #fff;
        font-size: 17px;
        border: none
    }

    .container .box-text[b-pp57r5i75s] {
        float: left;
        width: 48%;
        margin-left: 2%;
        margin-top: 5px;
    }

    .container .box-form[b-pp57r5i75s] {
        float: right;
        width: 48.5%;
        margin-top: 12px;
        margin-right: 5px;
    }

    .container h3[b-pp57r5i75s] {
        color: #141416;
        font-size: 28px;
    }

    .container p[b-pp57r5i75s] {
        font-size: 18px;
        color: #555;
        line-height: 23px;
        margin-left: 3px;
    }

.subscribe-footer[b-pp57r5i75s] {
    color: #231f20;
    font-size: 20px;
    text-align: center;
    padding: 0 50px;
    width: 74%;
    margin: -4px auto 15px;
}

.mobile-mob[b-pp57r5i75s] {
    display: none
}

/* #19977# phone: the fixed-height, floated desktop form stacks */
@media (max-width: 768px) {
    .container[b-pp57r5i75s] {
        height: auto;
        margin: 8px 0 16px;
    }

    .container .icon-block[b-pp57r5i75s] {
        padding: 16px;
        width: 100%;
        float: none;
    }

    .container .media-body[b-pp57r5i75s] {
        width: 100%;
        height: auto;
        float: none;
        padding-bottom: 8px;
    }

    .container .box-text[b-pp57r5i75s],
    .container .box-form[b-pp57r5i75s] {
        width: 96%;
        float: none;
        margin: 8px 2% 0;
    }

    .container h3[b-pp57r5i75s] {
        font-size: 20px;
    }

    .container p[b-pp57r5i75s] {
        font-size: 15px;
        line-height: 20px;
    }

    .subscribe-footer[b-pp57r5i75s] {
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
    }
}
/* /Components/SideMenuFaultList.razor.rz.scp.css */

/* #29993# flyout grows to fit the longest locality name instead of wrapping it
   onto two lines (which read as two separate outages) */
.nav-item[b-nj4xlt4xvx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    min-width: 200px;
    white-space: nowrap;
}

    .nav-item:first-of-type[b-nj4xlt4xvx] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nj4xlt4xvx] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nj4xlt4xvx]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        cursor: pointer;
        padding-right: 1rem;
    }

        .nav-item[b-nj4xlt4xvx]  a:active {
            background-color: var(--ifs-accent, #1bba11);   /* #16335# */
            text-decoration: underline;
            color: white;
        }

        .nav-item[b-nj4xlt4xvx]  a:hover {
            background-color: var(--ifs-accent, #1bba11);   /* #16335# */
            color: white;
        }

        .nav-item[b-nj4xlt4xvx]  a.current-fault:active,
        .nav-item[b-nj4xlt4xvx]  a.current-fault.active {   /* #31732# */
            background-color: #e84c3d;
            text-decoration: underline;
            color: white;
        }

        .nav-item[b-nj4xlt4xvx]  a.current-fault:hover {
            background-color: #e84c3d;
            color: white;
        }

        .nav-item[b-nj4xlt4xvx]  a.planned-fault:active,
        .nav-item[b-nj4xlt4xvx]  a.planned-fault.active {   /* #31732# */
            background-color: #2e72b1;
            text-decoration: underline;
            color: white;
        }

        .nav-item[b-nj4xlt4xvx]  a.planned-fault:hover {
            background-color: #2e72b1;
            color: white;
        }

ul.nav[b-nj4xlt4xvx] {
    background-color: white;
    display: none;
    list-style-type: none;
    padding: 0px;
    margin-top: 3px;
    margin-left: -5px;
}
/* /Pages/Faults.razor.rz.scp.css */

.bg-red[b-8axl9b5o0e] {
    background: #e84c3d
}

.bg-blue[b-8axl9b5o0e] {
    background: #2e72b1
}

.faults-container[b-8axl9b5o0e] {
    font-family: "Open Sans", sans-serif;

}

    /* #31765# the data table is the theme's table.oi-detail; the old .content-info rules are gone */

    .faults-container.content-section .content-heading h2[b-8axl9b5o0e] {
        padding: 20px 20px 23px;
        margin: 0;
        color: #fff;
        font-size: 50px;
    }

    .faults-container.content-section .content-heading .h-icon[b-8axl9b5o0e] {
        margin-right: 31px;
        display: inline-block;
    }


.subscribe-section[b-8axl9b5o0e] {
    background: #fff;
    margin: 8px 0 22px;
    height: 124px
}

.subscribe-footer[b-8axl9b5o0e] {
    color: #231f20;
    font-size: 20px;
    text-align: center;
    padding: 0 50px;
    width: 74%;
    margin: -4px auto 15px;
}

.mobile-mob[b-8axl9b5o0e] {
    display: none
}

/* #19977# phone: smaller heading/table type, footer text fits the width */
@media (max-width: 768px) {
    .faults-container.content-section .content-heading h2[b-8axl9b5o0e] {
        font-size: 26px;
        padding: 12px;
    }

    .faults-container.content-section .content-heading .h-icon[b-8axl9b5o0e] {
        margin-right: 12px;
    }

    .faults-container.content-section .content-heading .h-icon img[b-8axl9b5o0e] {
        max-height: 32px;
    }

    .faults-container.content-section .content-info table th[b-8axl9b5o0e],
    .faults-container.content-section .content-info table td[b-8axl9b5o0e] {
        font-size: 15px;
        line-height: 20px;
        padding: 6px 8px;
    }

    .faults-container.content-section .content-info table th[b-8axl9b5o0e] {
        height: auto;
        padding-left: 8px;
    }

    .subscribe-section[b-8axl9b5o0e] {
        height: auto;
    }

    .subscribe-footer[b-8axl9b5o0e] {
        width: 100%;
        padding: 0 10px;
        font-size: 16px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.main-banner[b-5ijo2ofe8s] {
    border-radius: 15px;
}

.main-banner-container[b-5ijo2ofe8s] {
    width: calc(100% + 30px);
    margin-left: -15px;
    text-align: center;
    display: flex;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

.main-div[b-5ijo2ofe8s] {
    width: 100%;
    border-radius: 15px;
}

.main-paragraph[b-5ijo2ofe8s]{
    margin-top:15px;
    text-align: center;
}

.social-icons[b-5ijo2ofe8s] {
    list-style: none;
    padding: 20px 0 0 0;
}

.social-icons li[b-5ijo2ofe8s] {
    display: inline-block;
    margin: -3px 14px -3px 3px;
}

    .social-icons li a[b-5ijo2ofe8s] {
        color: #1a1a1c;   /* #31732# brand colours come from the icon classes in app.css */
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l8moj9ryp7] {
    background-color: var(--oi-bg, #dadada);   /* #29640# theme page background */
    height: 100vh;
    padding: 15px;
    margin-left:auto;
    margin-right:auto;
}

.sidebar[b-l8moj9ryp7] {
    background-color: white;
    width: 250px;
    height: Calc(100vh - 235px);
    position: sticky;
    top: 0;
    border-radius: 15px;
    z-index: 1009;
}

/* #29860# collapsed right-hand panel keeps only the toggle strip */
.right-sidebar.collapsed[b-l8moj9ryp7] {
    width: 40px;
    min-width: 40px;
}

.top-row[b-l8moj9ryp7] {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    height: 120px;
    margin-bottom: 10px;

    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
}

.bottom-row[b-l8moj9ryp7] {
    background-color: white;
    padding: 15px;
    border-radius: 15px;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 15px 0px 10px 0px;
}

/* #29640# layout of .main (desktop grid / mobile stack) is owned by outageinfo-theme.css;
   the old display:flex here outranked the theme's grid because of scoped-CSS specificity */
.main[b-l8moj9ryp7] {
}

.main-content[b-l8moj9ryp7] {
    background-color: white;
    padding: 15px;
    margin: 0px 15px 0px 15px;
    border-radius: 15px;
    width: 100%;
    overflow: auto;
    height: Calc(100vh - 235px);
}

.top-logo-container[b-l8moj9ryp7] {
    align-self: center;
    overflow: hidden;
}
.top-number-container[b-l8moj9ryp7] {
    flex-grow: 2;
    text-align: right;
    align-self: center;
}

/* #31690# small line under the faults number */
.phone-sub-text[b-l8moj9ryp7] {
    display: block;
    font-size: 0.85rem;
    color: #555;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-34g1ebxd2e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-34g1ebxd2e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-34g1ebxd2e] {
    font-size: 1.1rem;
}

.oi[b-34g1ebxd2e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

/* #29640# sizing, spacing and the coloured dots of the nav entries are owned by
   outageinfo-theme.css (.NavLeftMenu .nav-item / .nav-link); the old fixed heights and
   200px minimum pushed the links past the card's right padding */
.nav-item[b-34g1ebxd2e] {
    font-size: 0.9rem;
}

    .nav-item[b-34g1ebxd2e]  a {
        color: black;
        width: 100%;
        cursor: pointer;
        white-space: nowrap;   /* #31275# label stays on one line */
    }

        /* #16335# tenant accent colour (IfsSite.BaseColor via --ifs-accent) is the highlight
           for the general menu entries; outage entries keep their red/blue meaning */
        .nav-item[b-34g1ebxd2e]  a:active,
        .nav-item[b-34g1ebxd2e]  a.active {
            background-color: var(--ifs-accent, #1bba11);
            text-decoration: underline;
            color: white;
        }

        .nav-item[b-34g1ebxd2e]  a:hover {
            background-color: var(--ifs-accent, #1bba11);
            color: white;
        }

        /* #31732# the selected (route-active) outage entry uses the same red/blue as its hover,
           for the top-level menu and the locality flyout alike, instead of the tenant accent */
        .nav-item[b-34g1ebxd2e]  a.current-fault:active,
        .nav-item[b-34g1ebxd2e]  a.current-fault.active {
            background-color: #e84c3d;
            text-decoration: underline;
            color: white;
        }

        .nav-item[b-34g1ebxd2e]  a.current-fault:hover {
            background-color: #e84c3d;
            color: white;
        }

        .nav-item[b-34g1ebxd2e]  a.planned-fault:active,
        .nav-item[b-34g1ebxd2e]  a.planned-fault.active {
            background-color: #2e72b1;
            text-decoration: underline;
            color: white;
        }

        /* #31732# Font Awesome menu icons: the theme marks the outage entries with coloured
           dots instead (29640 desktop screens), so the glyphs are not shown */
        .nav-item[b-34g1ebxd2e]  .nav-icon {
            display: none;
        }

        .nav-item[b-34g1ebxd2e]  a.planned-fault:hover {
            background-color: #2e72b1;
            color: white;
        }

        /* #29645# menu with no outages: muted, no pointer, no hover highlight */
        .nav-item[b-34g1ebxd2e]  a.empty-menu,
        .nav-item[b-34g1ebxd2e]  a.empty-menu:hover,
        .nav-item[b-34g1ebxd2e]  a.empty-menu:active {
            color: #6c757d;
            background-color: transparent;
            cursor: default;
            text-decoration: none;
        }


/* #29640# the Report tile copy exists for the mobile tile run only */
.btn-fault[b-34g1ebxd2e] {
    display: none;
}

.vertical-nav ul li[b-34g1ebxd2e] {
    position: relative;
}

    .vertical-nav ul li ul[b-34g1ebxd2e] {
        background-color: white;
        display: none;
        list-style-type: none;
        padding: 0px;
        margin-top: 3px;
        margin-left: -5px;
    }

        /* #31799# the visible list sits fully past the trigger's right edge, so it can never cover
           the outage count badge whatever the card width; an invisible bridge (::before) reaches
           back over the trigger so the pointer is always over the entry or its list while crossing -
           the hover never drops. (A fixed 205px covered the badges; 22px outside the card broke the
           hover; a pixel overlap clipped the badge at other widths - Andrew ~114237, Tim.)
           The entry is the positioning parent, so 100% = its right edge. */
        .vertical-nav ul li[b-34g1ebxd2e] {
            position: relative;
        }

        .vertical-nav ul li:hover[b-34g1ebxd2e]  ul.nav.flex-column {
            display: block;
            position: absolute;
            top: 0;
            left: calc(100% + 6px);
            z-index: 20;   /* #31769# above the count badges of the entries below */
            border: 1px solid black;
            border-radius: 15px;
        }

        .vertical-nav ul li:hover[b-34g1ebxd2e]  ul.nav.flex-column::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -40px;   /* covers the 6px gap and reaches 34px back over the trigger */
            width: 40px;
        }


.vertical-nav li ul[b-34g1ebxd2e] {
    display: none;
    margin-top: 10px;
    padding: 0;
}

.vertical-nav li:hover ul[b-34g1ebxd2e] {
    display: block;
}
/* /Shared/NavRightMenu.razor.rz.scp.css */
.navbar-toggler[b-v3zfp9ke92] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-v3zfp9ke92] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v3zfp9ke92] {
    font-size: 1.1rem;
}

.oi[b-v3zfp9ke92] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-v3zfp9ke92] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    width: 200px;
}

    .nav-item:first-of-type[b-v3zfp9ke92] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v3zfp9ke92] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v3zfp9ke92]  a {
        color: black;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-v3zfp9ke92]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: black;
}

.nav-item[b-v3zfp9ke92]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: black;
}
/* /Shared/RegionSelector.razor.rz.scp.css */
