﻿body {
    margin: 0px;
}

button {
    cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 115%;
    height: 3rem;
    border: none;
    border-radius: 8px;
    color: #fff;
    background-color: #0080cb;
    padding: 0.5rem 3rem;
    letter-spacing: 0.08em;
}

    .download_container button,
    button:hover,
    button button:disabled {
        background-color: #fff;
        border: 1px solid #0080cb;
        color: #0080cb;
    }

.App {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    text-align: left;
    height: 100%;
}

@media screen and (min-width: 60rem) {
    .main-flow-block {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

.site-header {
    background-image: url("../images/bg-site.jpg");
    color: #fff;
}

    .site-header a {
        text-decoration: none;
        color: inherit;
    }

    .site-header .logo-link {
        float: left;
    }

.site-header-panel {
    clear: both;
    background-color: #435084;
}

    .site-header-panel a {
        display: inline-block;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    }

.site-header-membership-link {
    float: right;
}

.site-header-breadcrumbs {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .site-header-breadcrumbs > li {
        display: inline-block;
    }

        .site-header-breadcrumbs > li:first-child a {
            border-bottom: 2px solid #fff;
        }

        .site-header-breadcrumbs > li:not(:first-child) {
            padding-left: 0.5em;
        }

            .site-header-breadcrumbs > li:not(:first-child)::before {
                content: ' > ';
            }

.header_logo {
    margin: 2rem 0 1rem 0;
}

.site-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    float: right;
    margin-top: 4rem;
}

    .site-menu li {
        display: inline-block;
    }

    .site-menu img {
        padding: 0.8rem;
        height: 2rem;
    }

.info {
    display: flex;
    width: 82vw;
    margin: 0 auto;
}

.info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: .7rem;
    width: 12rem;
    padding: 1rem;
    margin: .5rem auto;
    border: 1px #9bb2d1 solid;
    background-color: #eee;
}

.search-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: max-content;
    padding: 1rem;
    margin: 0rem auto 1rem;
    border: 2px #9bb2d1 solid;
    background-color: #eee;
}

    .search-form p {
        margin: 0.5rem;
    }

.search_input {
    width: 100%;
    height: 2rem;
    font-size: 100%;
    padding: 0.5rem;
}

.search_input_title {
    justify-content: flex-start;
    align-content: flex-start;
}

.search_input_wrapper {
    display: flex;
}

@media screen and (max-width: 60rem) {
    .search_input_wrapper {
        flex-direction: column;
    }
}

.search_input::-webkit-input-placeholder {
    font-style: italic;
}

.search-form button {
    width: 10rem;
    margin-left: auto;
}

.download_container {
    background-color: #435084;
    color: #fff;
    display: flex;
    height: max-content;
    border: 2px #9bb2d1 solid;
    padding: 1rem 2rem;
    margin: 2rem auto;
}

    .download_container button {
        margin-top: 0.5em;
        margin-left: auto;
    }

.download-results-form {
    padding-bottom: 1em;
}

    .download-results-form button {
        margin-left: auto;
        padding: 1 2rem;
        align-self: center;
        border-radius: 8px;
        width: max-content;
        height: 3rem;
    }

.results_container_table {
    width: 100%;
    margin: 0 auto;
}

.results_container_controls {
    width: 85vw;
    height: 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
}

    .results_container_controls .select-group {
        justify-content: flex-end;
    }

        .results_container_controls .select-group select {
            margin-left: 0.5rem;
            height: 2rem;
        }

.results_container_page-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 85vw;
    height: 6rem;
}


table tr {
    background-color: #eee;
}

tbody th {
    background-color: #435084;
    border: solid #9bb2d1 1px;
    color: #fff;
    font-size: 120%;
    font-weight: lighter;
}

.row-header {
    background-color: #435084
}

table tr.even,
table tr:nth-child(even) {
    background-color: #fff;
}

td,
th {
    justify-content: flex-start;
    width: 20%;
    padding-left: 2rem;
    text-decoration: none;
}

.row-header {
    background-color: #435084;
    border: solid #9bb2d1 1px;
    color: #fff;
    font-size: 120%;
    font-weight: lighter;
}

.footer_container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #435084;
    color: #d3d6d8;
    height: 2rem;
    margin-top: 6rem;
    font-weight: 100;
}

.site-header,
.footer_container {
    display: none;
}
#table_box_bootstrap{
    width:95%
}