/* NDC TABLE */

@media screen and (max-width: 960px) {
    body.ndc-acr .table-responsive {
        border: unset !important;
    }
    body.ndc-acr .table-responsive table {
        min-width: 1000px;
    }
    body.ndc-acr form[id^="views-exposed-form-ndc-page-"] .form-item {
        width: 99%;
    }
    body.ndc-acr form[id^="views-exposed-form-ndc-page-"] .form-submit {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        left: 2%;
        right: 2%;
        text-align: center;
        bottom: -13%;
    }
    body.ndc-acr .feed-icon {
        float: left;
        margin-top: 30px;
    }
    body.ndc-acr .resetContainer{
        margin-top: 0px;
        margin-bottom: 70px;
        margin-left: 5%;
    }
    body.ndc-acr div.maincontainer {
        background: #F5F7F6;
    }
}

@media screen and (max-width: 360px) and (min-width: 250px) {
    body.ndc-acr header.main-header .logo span {
        width: 190px;
        background-size: contain;
    }
    body.ndc-acr header.main-header #block-unfcccndclogin-2, body.ndc-acr header.main-header #block-unfcccacrlogin-2 {
        inset-inline-end: 57px !important;
    }
    footer {
        min-width: unset !important;
    }
}

@media screen and (max-width: 350px) and (min-width: 250px) {
    body.ndc-acr header.main-header.mobile nav#block-unfcccheaderndcacr-2.active .menu--unfccc-header-ndc-acr.mobile li.dropdown ul.dropdown-menu, body.ndc-acr header.main-header.mobile nav#block-unfcccheaderndc.active .menu--unfccc-header-ndc-acr.mobile li.dropdown ul.dropdown-menu, body.ndc-acr header.main-header.mobile nav#block-unfcccheaderacr.active .menu--unfccc-header-ndc-acr.mobile li.dropdown ul.dropdown-menu {
        top: 264px !important;
    }
 }


 @media screen and (max-width: 768px) {
    body.ndc-acr .views-infinite-scroll-content-wrapper tr.processed td {
        white-space: initial;
    }
    body.ndc-acr .view-content table.table td.views-field-field-vd-attachments , body.ndc-acr .view-content table.table td.views-field-field-vd-attachments div{
        height: auto !important;
    }
 }