.reports_filter {
    display: block;
    margin: 10px auto;
    text-align:center;
}

.page {
    position:relative;
    top: 0px;
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    padding: 1cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
    /*background-image: url('../images/nea_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;*/
}
.page[size="A4"] {
    width: 21cm;
    height: 29.7cm;
}
.page[size="A4"][layout="landscape"] {
    width: 29.7cm;
    height: 21cm;
}


.first_page_title {
    font-size: 26px;
    color: #29b6f6;
    text-align: center;
}

.bulletin_number_container {
    background-color: #646161;
    color: white;
    font-weight: bold;
    font-size: 18px;
    height: 1cm;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    align-items: center;
}

.page table, .page th, .page td {
    border: 1px solid black;
    border-collapse: collapse;
    font-size: 13px;
    text-align: center;
}
.page table {
    width: 100%;
}
.page table th {
}

#reports_container .reports {
    width: 21cm;
    margin: auto;
}
@media only screen and (max-width: 916px) {
    #reports_container .reports {
        width: 100%;
    }
}
@media only screen and (max-width: 521px) {
    #reports_container .reports img{
        display: none;
    }
    #reports_container .reports label{
        text-align: center;
    }
}

.report_type_container label {
    width: 100%;
    background-color: #eae8e8;
    height: 60px;
    margin: 10px;
    line-height: 3;
    border-radius: 8px !important;
    text-align:left;
    font-weight: bold;
    border: unset !important;
}

.page_content .dropdown-item.active, .page_content .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: rgba(222, 224, 226, 0);
}

.page_content .bootstrap-select .filter-option {
    /*background-color: #c1c7cb38;*/
    border: 2px solid #1f5e7738;
    border-radius: 8px;
}

.date_container {
    width: 21cm;
    margin: 5px auto;
    display: flex;
}
@media only screen and (max-width: 916px) {
    .date_container {
        width: 100%;
    }
}
.date_container input {
    border: 2px solid #1f5e7738;
    border-radius: 8px;
    height: 36px;
}


.reports_filter form button {
    margin-top: 8px;
}

.download_wrapper {
    width: 21cm;
    margin: 5px auto;
    text-align: left;
}
.download_wrapper i {
    font-size: 24px;
}

.download_wrapper i.fa-file-excel-o {
    color: #019801;
}

.download_wrapper i.fa-file-pdf {
    color: #e04111;
}

.substance_tr {
    height: 50px;
    background-color: #f2f2f2;
}
.substance_tr th {
    font-size: 16px;
}

.report_table td {
    height: 25px;
    font-size: 14px;
}

.first_row {
    height:60px;
    font-size:18px;
    background-color: #1f5e7730;
}

.first_row th {
    font-size:18px;
}
#reports_container .hidden {
    display: none;
}

.annual_reports_class .report_files_container {
    margin-top: 30px;
}
.annual_reports_class .report_files_container div {
    width: 100%;
    text-align: center;
    height: 37px;
    background-color: #ff8d00;
    color: white;
    padding-left: 25px;
    border-radius: 8px;
    margin-bottom: 13px;
    vertical-align: middle;
    line-height: 40px;
}

.annual_reports_class .report_files_container a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.report_footer {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 90px;
    background-color: #dedede;
    width: 100%;
    border-top: 2px solid #1c5f75;
}
.report_footer span {
    padding-top: 20px;
    padding-right: 20px;
    color: #1c5f75;
    font-weight: bold;
    width: 205px;
}
.report_footer_logo {
    padding-top: 14px;
    margin-right: 3px;
    margin-left: 3px;
}

.report_footer_logo img {
    height: 60px;
}
.report_footer_notes {
    padding-top: 5px;
    word-wrap: break-word;
    width: 320px;
    font-size: 13px;
}
.report_footer_verification {
    position: absolute;
    right: 0px;
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
    width: 181px;
}
.report_footer_verification .red {
    color: red;
}
.report_footer_verification .green {
    color: green;
}