html {
    font-size: 16px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    div.expandDataTable {
        display: none;
    }
}

html {
    min-height: 100%;
}

header {
    text-align: left;
    background-color: #000;
    background-image: url('../img/bpw_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 180px;
    display: flex;
    flex-flow: column nowrap;
    z-index: 1;
}

div.logo {
    position: relative;
    z-index: 2;
    background-color: transparent;
    height: 180px;
    display: flex;
    gap: 10px;
}

h1 {
    color: #777;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    white-space: normal;
    word-break: break-word;
    font-family: "Segoe UI";
}

    h1.header-title {
        color: white !important;
        margin-top: 20px;
    }

@media only screen and (max-width: 1160px) {
    h1.header-title {
        font-size: 32px;
        line-height: 32px;
        margin-top: 30px;
    }

    div.expandDataTable {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    h1.header-title {
        font-size: 24px;
        line-height: 24px;
        margin-top: 30px;
    }

    div.expandDataTable {
        display: block;
    }
}

@media only screen and (max-width: 640px) {
    h1.header-title {
        font-size: 14px;
        line-height: 18px;
        margin-top: 40px;
    }
}

h2 {
    color: #000;
    font-family: "Segoe UI";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

h3, .disclaimer {
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

h4 {
    color: #000;
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

body {
    margin-bottom: 1px;
    font-family: "Segoe UI" !important;
}

thead {
    display: table-row-group;
    background: #595959;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 400;
    line-height: 22px;
}

tfoot {
    display: table-header-group;
}

a:link, a:visited, a:active {
    color: #c8122c;
}

a:hover {
    color: #820c1d;
}

div.container-fluid {
    padding: 40px 40px 0px;
}

div#container-pie,
div#container-bar {
    width: 100%;
    overflow: visible !important;
}

div.dt-buttons {
    margin-bottom: 20px;
}

#bpwTable, div.dt-info {
    margin-left: 0%;
    width: inherit !important;
    color: #000;
    font-family: Montserrat !important;
    font-size: 14px;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px;
}

    #bpwTable.dataTable tbody tr:nth-child(odd) {
        background-color: #f1f1f1 !important;
    }

    #bpwTable.dataTable tbody tr:hover {
        background-color: #D3DFEE !important;
    }

        #bpwTable.dataTable tbody tr:hover > .sorting_1 {
            background-color: #D3DFEE !important;
        }

.leftCol {
    text-align: left;
}

.rightCol {
    text-align: right
}

.dt-input {
    width: 250px;
}

.comChart,
.highcharts-data-table table {
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Montserrat !important;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 0.5em;
}

.highcharts-data-table thead {
    background: #595959;
    color: #fff;
    font-weight: 400;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.highcharts-tooltip {
    font-size: x-large;
}

text.highcharts-title {
    display: none;
    font-size: x-large !important;
}

text.highcharts-subtitle {
    display: none;
    font-size: large !important;
}

text.highcharts-credits, #bar-chart, button#refreshChart {
    display: none;
}

#bar-chart {
    margin-top: 20px;
}

g.highcharts-legend.highcharts-no-tooltip,
g.highcharts-axis-labels.highcharts-xaxis-labels,
g.highcharts-axis-labels.highcharts-yaxis-labels,
g.highcharts-label {
    font-size: large;
}

label {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

    label.small {
        color: #565C65;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
    }

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../img/select.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 8px;
    padding-right: 30px;
    color: #565C65;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

input {
    margin-bottom: 20px;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 308px;
}

button {
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 5px;
    border-color: #C8122C;
    background: #C8122C;
    border-width: 0px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

    button.reset, button#showChart {
        border: 2px solid #C8122C;
        color: #C8122C;
        background: #fff;
    }

    button#showChart {
        width: 168px;
    }

    button.RefineSearch {
        margin-top: 21px;
        border: 2px solid #C8122C;
        color: #C8122C;
        background: #fff;
    }

    button.NewSearch {
        margin-top: 21px;
    }

div.buttonsSearch {
    display: flex;
    gap: 22px;
    width: 400px;
}

div.buttonsIndex {
    display: flex;
    gap: 32px;
    width: 310px;
}

div.buttonsBar {
    display: flex;
    gap: 32px;
    width: 220px;
}

img.icon {
    position: relative;
    height: 15px;
    margin-right: 8px;
}

g.highcharts-axis-labels.highcharts-xaxis-labels {
    color: #000;
    text-align: right;
    font-family: "Segoe UI";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

g > text {
    color: #000;
    font-family: "Segoe UI";
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
}

div.line-rect-top {
    width: 239px;
    height: 4px;
    flex-shrink: 0;
    background: #000;
}

div.line-rect {
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    background: #000;
    margin-bottom: 10px;
}

footer {
    font-size: 14px !important;
}

div.bottom-line-rect {
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    background: #fff;
    margin-bottom: 10px;
}

div.bottom-disclaimer {
    padding: 40px 40px 40px;
    font-family: Montserrat;
}

div.bottom-k {
    width: 100%;
    background-color: black;
    display: flex;
    padding: 40px 40px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

div.bottom-k-table {
    width: 100%;
    display: table;
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

    div.bottom-k-table a:link,
    div.bottom-k-table a:visited,
    div.bottom-k-table a:hover,
    div.bottom-k-table a:active {
        color: #fff !important;
    }

div.bottom-k-table-row {
    width: 100%;
    display: table-row;
}

div.bottom-k-table-row-lc {
    width: 400px;
    display: table-cell;
}

div.bottom-k-table-row-rc {
    display: table-cell;
}

span.bottom-k-header {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
}