﻿/* Hide mobile filters by default */
.filters-mobile {
    display: none;
}

/* Show on mobile (≤768px) and hide desktop filters */
@media (max-width: 768px) {
    .filters-mobile {
        display: block;
    }

    .filters-desktop {
        display: none;
    }
}

.airframe-view1 {
    display: none;
}

.airframe-view2 {
    display: none;
}

.mobility-result {
    display: none;
}

.mobility-search {
    display: none;
}

.mro-view {
    display: none;
}

.noContentButton {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.bg-light-gray-newssearch {
    background-color: #F3F3F3 !important;
    display: none;
}

.noContent {
    color: #000 !important;
    background-color: transparent !important;
    pointer-events: none;
}

.div-description-ell {
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.aar-footer .bottom-footer {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    background-color: #002842;
}

@media (max-width: 500px) {
    footer.aar-footer .bottom-footer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

footer.aar-footer .bottom-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    footer.aar-footer .bottom-footer .container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        color: #FFFFFF;
        font-size: 14px !important;
    }

        footer.aar-footer .bottom-footer .container nav ul li {
            display: flex;
            justify-content: center;
            border-right: 1px solid #FFFFFF;
        }

            footer.aar-footer .bottom-footer .container nav ul li:last-child {
                border: none;
            }

            footer.aar-footer .bottom-footer .container nav ul li a {
                color: #FFFFFF;
                padding: 5px 10px;
                text-align: center;
                text-decoration: underline;
            }

@media (max-width: 600px) {
    footer.aar-footer .bottom-footer .container nav ul li a {
        padding: 0;
    }
}

footer.aar-footer .bottom-footer .container nav ul li a.copyright {
    text-decoration: none;
}

footer.aar-footer .bottom-footer .container a.copyright {
    color: #FFFFFF;
    cursor: default;
}

footer.onset-footer .bottom-footer .container a.copyright:hover {
        text-decoration: none;
}
#certGrid.ag-theme-alpine {
    background-color: #f5f5f5;
}

.ag-layout-auto-height .ag-center-cols-viewport {
    min-height: 40px !important;
}
.ag-grid-link {
    color: #29588c;
    text-decoration: underline;
}
#partGrid.ag-theme-alpine {
    background-color: #f5f5f5;
}

#partGrid .ag-row .ag-cell {
    line-height: 150% !important;
    word-break: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}

#partGrid .ag-row .ag-cell.ag-column-first {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}