body {
    padding: 25px;
}

.report-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
}

h1 {
    font-size: 40px;
    font-family: 'Nexa';
    font-weight: 700;
}

.report-header .btn {
    height: 45px;
    padding: 10px 25px;
    margin-left: 30px;
}

@media print {
    .content {
        margin-top: 0;
    }
    .container {
        width: 100%!important;
        max-width: 100%!important;
    }

    .report-section, .report-subsection {
        page-break-inside: avoid;
    }

    .report-section-1 {
        page-break-inside: auto;
    }

    .no-print {
        display: none
    }

    .report-section {
        margin-bottom: 50px;
        margin-top: 30px;
        padding-top: 20px;
    }

    .report-subsection {
        margin-top: 30px;
        padding-top: 20px;
    }

    .table>:not(caption)>*>*, tr, td, th {
        font-size: 14px!important;
    }
}

.report-section {
    margin-bottom: 50px;
    margin-top: 30px;
    /*padding-top: 20px;*/
}

.report-subsection {
    margin-top: 30px;
    /*padding-top: 20px;*/
}

ul {
    list-style-type: none;
    padding-left: 0;
}

.table th {
    box-sizing: content-box;
    background-color: #EAF9FA;
}

.table td {
    background-color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
}

.table>:not(caption)>*>*, tr, td, th {
    border-color: #81D8E4!important;
}

.table-report {
    margin-bottom: 0;
}

.table-report-1 th {
    width: 150px;
}

.table-report-2 .full th {
    width: 150px;
}

.table-report-3 td:nth-child(1) {
    width: 15%;
    text-align: center;
    border: none;
    vertical-align:middle;
}

.table-report-3 td:nth-child(2) {
    width: 15%;
    text-align: center;
    vertical-align:middle;
}

.table-report-3 td:nth-child(3) {
    width: 70%;
}

.table-report-4 {
    max-width: 500px;
}

.table-report-4 th {
    width: 150px;
}


.table-report-8 td:nth-child(1) {
    width: 10%;
    text-align: center;
}

.table-report-8 td:nth-child(2) {
    width: 10%;
    text-align: center;
}

.table-report-8 td:nth-child(3) {
    width: 40%;
}

.table-report-8 td:nth-child(4) {
    width: 40%;
}

.table-report-9, .table-report-10 {
    max-width: 500px;
}


.table-report-9 td:nth-child(1) {
    width: 70%;
}

.table-report-10 td:nth-child(1) {
    width: 70%;
}

.table-report-11 td:nth-child(1) {
    width: 25%;
}

.table-report-11 td:nth-child(2) {
    width: 10%;
}

.table-report-12 td:nth-child(4) {
    text-align: center;
}

.graph {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.graph div {
    height: 250px;
    width: 300px;
    margin-bottom: 30px;
}

.table-report-19 th, .table-report-20 th {
    max-width: 350px;
}

.table-report-19, .table-report-20 {
    max-width: 800px;
}

.table-report-13 th {
    width: 20%;
}

.table-report-13 tr:first-child td {
    text-align: center;
    font-weight: bold;
}

.navbar-nav {
    flex-direction: row!important;
}

@media (max-width: 1200px) {
    .table>:not(caption)>*>*, tr, td, th {
        font-size: 13px;
    }
}


@media (max-width: 992px) {
    h1 {
        font-size: 25px;
    }

    .table>:not(caption)>*>*, tr, td, th {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 20px;
    }

    .report-header .btn {
        height: 45px;
        padding: 10px 20px;
        margin-left: 30px;
    }

    .table>:not(caption)>*>*, tr, td, th {
        font-size: 7px;
    }
}

@media (max-width: 576px) {
    .content {
        margin-top: 100px;
    }

    .table>:not(caption)>*>*, tr, td, th {
        font-size: 5px;
    }
}


@media (max-width: 500px) {
    .breadcrumb-item {
        font-size: 11px;
    }

    .table>:not(caption)>*>*, tr, td, th {
        font-size: 4px;
    }
}
