.data-bank-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.fa-arrow-down{
    margin: 0.3rem;
}

.list-group > list-group-item > a{
    margin: 0.5rem;
    background-color: black;
}

/* Search box */
/* Styles for wrapping the search box */
.main {
    width: 90%;
    margin: 12px;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Searchable Dropdown */

.dropbtn {
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    border: 1;
    border-color: #a0999982;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #bed6bf;
}

#myInput {
    box-sizing: border-box;
    background: url(../images/searchicon.png);
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#myInput:focus {
    outline: 3px solid #ddd;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.vertical-space-10px {
    padding-bottom: 10px;
}

.horizontal-space-10px {
    padding-right: 10px;
}

.side-panel-text {
    font-size: 0.8rem;
    text-transform: capitalize;
}

.select-all-text {
    font-weight: bold;
}

.page-link {
    cursor: pointer;
}

.see-more {
    cursor: pointer;
}

[open] summary {
    position: absolute;
    bottom: -1.5em;
    left: 0;
}

summary::before {
    content: "More ";
}

[open] summary::before {
    content: "Less ";
}

details {
    display: inline;
}

.more-text {
    position: relative;
    margin-bottom: 2em;
}

.fa-external-link-alt:hover {
    cursor: pointer;
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.aho-filter {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 2px;
    color: #000;
}

.filter-header {
    color: #000;
    font-weight: 200;
}

.filter-header:hover {
    color: #000;
}

.filter-header:active {
    border: none;
    text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.list-group-item {
    padding: 0.35rem 1rem;
    border: none;
}

.card {
    /**border: none;**/
    /**
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px solid #000;
    border-left: 0px;
    **/
}

.card-header {
    background-color: rgb(255, 255, 255);
    padding: 0.25rem 0.25rem;
    /**border-bottom: 0px;**/
}

.card-body {
    padding: 1rem 0.25rem;
    background-color: #f2f2f2;
}
 
.card-body>ul>li {
    list-style-type: none;
    background-color: #f2f2f2;
}

.card-title {
    color: black;
    font-weight: 600;
}

.results-summary {
    margin: 20px;
    text-transform: uppercase;
}

hr {
    margin: 0;
    height: 1px;
    border: none;
    background-color: #333;
}

.filter-title {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    padding-top: 0.7rem;
    color: #fff;
}

img.box-shadow {
    box-shadow: 2.5px 2.5px 10px #222;
    /* Handy for boxes but doesn't work well on transparent images */
}

input.placeholder {
    text-align: center;
}

.geo-grouping-content {
    padding-top: 5px;
}

.geo-cat-link {
    cursor: pointer;
}

.geo-cat-link:hover {
    text-decoration: underline;
}

.fas {
    color: black;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

div.indicators-search {
    padding: 0.4rem;
}

.chk-group-items {
    /**padding-left: 0.95rem;**/
    padding-top: 10px;
    margin-left: 1.4rem;
}

.btn.btn-secondary{
    background-color: #244c7c;
    color: #fff;
}

.btn.btn-filter {
    border-color: #fff6;
}

.panel {
    margin-bottom: 0px;
}

.panel-body{
    padding-top: 0px;
    padding-bottom: 0px;
}

.filter-col, .filter-buttons-pane {
    background-color: #343a3f;
}

.filter-buttons-pane {
    text-align:center;
    padding-bottom: 2rem; 
}

.data-col {
    padding-top: 0.7rem;
    padding-bottom: 2rem;
}

.table .thead-blue th {
    color: #fff;
    background-color: #244c7b;
    border-color: #244c7b;
}

.no-indicator-msg {
    color: #e51d64;
    text-align: center;
    font-weight: 600;
    background-color: #343a3f;
}

.indicator-letters {
    padding-bottom: 0.7rem;
}
 
.form-check{
    padding-bottom: 0.5rem;
}

.start-letter {
    text-decoration: underline;
}

.filter-by-domain {
    font-size: 0.9rem; 
    padding: 0 1rem;
    text-align: end;
}

.search-indicators {
    padding: 0.6rem 1rem;
}

.padding-icon {
    padding-right: 0.2rem;
}

.selections-count {
    float:right; 
    font-weight: 700; 
    color: #000;
    margin-bottom: 0;
}

.data-bank-link {
    border: 0.1rem solid;
    border-radius: 0.5rem;
}