.form-check-input
{
    font-size: 10px;
    margin: 0;
    padding: 0;
    gap:0;
    height:13px;
}
.form-check-label
{
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 13px;
}
body {
    height: 100%;
    width: 100%;
    position: absolute;
    font-size: 16px;
}
.container-fluid,
.row-fluid { height: inherit; }

.leaflet-popup-content {
    margin-top: 20px;
    margin-right: 2px;
    padding-right: 12px;
    width: 500px !important;
    height: 500px !important;
    overflow: auto;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.inset_plot {
    margin-top: 20px;
    width: 400px;
    height: 400px;
    border: 1px;
}

.filter_field {
    height: 30px;
    width: 90%;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    /*float:left;*/
}

.filter_operator {
    height: 30px;
    width: 90%;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    /*float:left;*/
}

.filter_value {
    height: 30px;
    width: 90%;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    /*float:left;*/
}

.info_button {
    background-color: white;
    /*color: #444;*/
    /*cursor: pointer;*/
    padding: 8px;
    width: 20px;
    height: 20px;
    text-align: left;
    border: transparent;
    transition: 0.4s;
    box-shadow: None;
}

.info_button:hover {
    background-color: white;
    /*color: #444;*/
    /*cursor: pointer;*/
    padding: 8px;
    width: 20px;
    height: 20px;
    text-align: left;
    border: transparent;
    transition: 0.4s;
    box-shadow: None;
}

.info_button:focus {
    background-color: white;
    /*color: #444;*/
    /*cursor: pointer;*/
    padding: 8px;
    width: 20px;
    height: 20px;
    text-align: left;
    border: transparent;
    transition: 0.4s;
    box-shadow: None;
}

.smalltable {
    border-collapse: collapse;
    margin: 10px auto 20px auto;
}

.smalltable td, .smalltable th {
    border: 1px solid #ddd;
    padding: 1px 10px 1px 10px;
    text-align: center;
}

.smalltable tr:nth-child(even){
    background-color: #f2f2f2;
}

.smalltable th {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: black;
    color: white;
    text-underline-offset: 3px;
}

.smalltable th a {
    color: white;
}

.documentation_description {
    padding-left: 20px;
}

section {
    padding-left: 30px;
    padding-top: 20px;
}

.doc_placeholder {
    margin-top: -50px;
    position: absolute;
}
.sidebar {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    position: sticky;
    top: 120px;
}

.sidebar a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

/*.dropdown li {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/


.table-responsive {
    border-collapse: collapse;
    margin: 10px auto 20px auto;
}

.table-responsive td, .table-responsive th {
    border: 1px solid #ddd;
    padding: 1px 10px 1px 10px;
    text-align: center;
}

.table-responsive tr:nth-child(even){
    background-color: #f2f2f2;
}

.table-responsive th {
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: black;
    color: white;
    text-underline-offset: 3px;
}

.table-responsive th a {
    color: white;
}