/* _content/TTSAzureBlobSearch/Pages/EngDocSearch.razor.rz.scp.css */
body[b-f1ewwc7iie] {

}

.techbulletins[b-f1ewwc7iie] {
    line-height: 1.2;
    font-weight:bold;
}
.tech-bulletins[b-f1ewwc7iie] {
    margin-bottom: 30px;
    text-align: right;
    margin-right: 50px;
}

    .tech-bulletins h2[b-f1ewwc7iie] {
        color: #d32f2f;
        font-size: 16px;
        margin-bottom: 10px;
        border-bottom: 2px solid #d32f2f;
        padding-bottom: 5px;
        cursor: pointer;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .tech-bulletins h2[b-f1ewwc7iie]:after {
            content: '▼';
            position: absolute;
            right: -20px;
            top: 0;
            font-size: 12px;
            transition: transform 0.3s ease;
        }

        .tech-bulletins h2.collapsed[b-f1ewwc7iie]:after {
            transform: rotate(-90deg);
        }

.bulletin-table[b-f1ewwc7iie] {
    width: 50%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
    margin-left: auto;
    transition: all 0.3s ease;
}

    .bulletin-table.hidden[b-f1ewwc7iie] {
        display: none;
    }

    .bulletin-table th[b-f1ewwc7iie] {
        display: none;
    }

    .bulletin-table td[b-f1ewwc7iie] {
        padding: 6px 6px;
        vertical-align: top;
        border-bottom: 1px solid #f0f0f0;
    }

    .bulletin-table tr:hover[b-f1ewwc7iie] {
        background-color: #f8f9fa;
    }

    .bulletin-table tr:last-child td[b-f1ewwc7iie] {
        border-bottom: none;
    }

.date-column[b-f1ewwc7iie] {
    width: 70px;
    font-size: 11px;
    color: #666;
}

.description-column[b-f1ewwc7iie] {
    width: 70%;
    cursor: pointer;
}

.status-column[b-f1ewwc7iie] {
    width: 60px;
    text-align: center;
    font-size: 11px;
}

.status-urgent[b-f1ewwc7iie] {
    color: #d32f2f;
    font-weight: bold;
}

.status-update[b-f1ewwc7iie] {
    color: #ff9800;
    font-weight: bold;
}

.status-info[b-f1ewwc7iie] {
    color: #2196f3;
}

.clickable[b-f1ewwc7iie] {
    cursor: pointer;
}
/* _content/TTSAzureBlobSearch/Shared/MainLayout.razor.rz.scp.css */
.page[b-sqbvrdwokj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-sqbvrdwokj] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-sqbvrdwokj] {
    flex: 1;
}

.footer[b-sqbvrdwokj] {
    margin-top: auto;
}

.sidebar[b-sqbvrdwokj] { /*
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #808080;
    font-weight: bold;
}

.top-row[b-sqbvrdwokj] {/*
    background-color: #f7f7f7;*/
              background-color: #808080;
/*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sqbvrdwokj]  a, .top-row .btn-link[b-sqbvrdwokj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-sqbvrdwokj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sqbvrdwokj] {
        display: none;
    }

    .top-row.auth[b-sqbvrdwokj] {
        justify-content: space-between;
    }

    .top-row a[b-sqbvrdwokj], .top-row .btn-link[b-sqbvrdwokj] {
        margin-left: 0;
    }

    .page[b-sqbvrdwokj] {
        min-height: 100vh;
    }

    main[b-sqbvrdwokj] {
        min-height: calc(100vh - 60px); /* Account for mobile navigation */
    }
}

@media (min-width: 641px) {
    .page[b-sqbvrdwokj] {
        flex-direction: row;
    }

    .sidebar[b-sqbvrdwokj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sqbvrdwokj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-sqbvrdwokj], article[b-sqbvrdwokj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TTSAzureBlobSearch/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8fof6sld14] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8fof6sld14] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8fof6sld14] {
    font-size: 1.1rem;
}

.oi[b-8fof6sld14] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-8fof6sld14] {
/*    font-size: 0.9rem;
*/    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8fof6sld14] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8fof6sld14] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8fof6sld14]  a {
        color: #d7d7d7;
        border-radius: 4px;
/*        height: 3rem;*/
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8fof6sld14]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-8fof6sld14]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8fof6sld14] {
        display: none;
    }

    .collapse[b-8fof6sld14] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
