/* Own Style CSS for JavaFloodOne */

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
* {
    font-family: Helvetica, 'Roboto,' Arial, sans-serif !important;
    color: rgb(26, 32, 112);
}

.navbar-light .navbar-brand {
    color: rgb(26, 32, 112) !important;
}

.navbar-light .navbar-brand:hover {
    color: rgb(26, 32, 112) !important;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(26, 32, 112) !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(26, 32, 112) !important;
}

.dropdown-menu .dropdown-item {
    color: rgb(26, 32, 112);
}

.carousel-inner {
    margin-top: 16vh;
    margin-bottom: 8vh;
}

.nav-tabs .nav-link {
    color: #6c757d !important;
    ;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #cecece #cecece #dee2e6;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: rgb(26, 32, 112) !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.bg-grey {
    background-color: #dddddd;
}

section {
    min-height: 420px;
}

.mainBlue {
    color: rgb(26, 32, 112) !important;
}

#mainInfo {
    margin-top: 15vh;
}

.highcharts-figure,
.highcharts-data-table table {
    /* min-width: 360px;
    max-width: 800px;
    margin: 1em auto; */
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.shadow {
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15) !important;
}

.tab-content {
    height: 100%;
    /* padding: 2rem; */
    background-color: white;
    text-align: justify;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.tab-content h5 {
    font-weight: bold;
    color: rgb(26, 32, 112);
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.disclaimer {
    margin-bottom: 4em;
}

footer {
    padding-top: 6em;
    padding-bottom: 5em;
    background-color: rgb(26, 32, 112);
}

.footer h2 {
    color: white !important;
}

.footer p {
    color: white;
}