/**
 * CSS for body.single-state pages = State pages
 */

#main-content-start h2 {
    margin-bottom: 24px;
}

.mb-5 {
    padding: 0px 0px 0px;
}

/* the Select2 filters and text filter for the download tables */

#downloads-individual-filters {
}

#downloads-individual-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 12px;
}

#downloads-individual-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    /* default has 1px border on selection pills, causes box height to change by 2px */
}

#downloads-individual-filters .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(0, 0, 0, .05);
    color: #000000;
}

#downloads-individual-filters .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000000;
    border-right: none;
    width: auto;
}

#downloads-individual-filters input[type="text"] {
    border-color: rgb(170, 170, 170);
}


/* some table formatting */

#downloads-individual_wrapper,
#downloads-missing_wrapper {
    /*so mobile users can scroll across the data tables*/
    overflow-x: scroll;
}

body.single-state table a.btn {
    white-space: nowrap;
    border-radius: 0;
}

body.single-state table thead th {
    white-space: nowrap;
}


/* MAPTITUDE BAR looks like the hiring bar, but in fact is a separate entity specific to State pages */

body.single-state div.maptoollink-bar {
    background-color: #2B614F;
    color: white;
    box-shadow: 0px 9px 15px #00000029;
}

body.single-state div.maptoollink-bar {
    padding-top: 2em;
    padding-bottom: 2em;

    margin-top: 2em;
}

body.single-state div.maptoollink-bar h2 {
    color: white;
}

body.single-state div.maptoollink-bar h2 span.h-bar {
    background-color: white;
}

body.single-state div.maptoollink-bar p:last-of-type {
    margin-bottom: 0;
}
