/* Site Locator */
.dt-buttons {
    margin-top: 1em;
    text-align: center !important;
}

#top_votecenters_previous {
    margin: 0 .5em;
}

.previous {
    margin: 0 .5em;
}

.next {
    margin: 0 .5em;
}

#top_votecenters_next {
    margin: 0 .5em;
}

#wrapper {
    display: none;
}

#votecenters_next {
    margin: 0 .5em;
}

#votecenters_previous {
    margin: 0 .5em;
}

#votecenters_length {
    display: none;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

tr {
    height: 1em;
}

#votecenters_wrapper {
    margin-top: .5em;
}

#votecenters_wrapper, #votecenters {
    overflow-x: initial;
}

#votecenters_filter {
    padding: .5em 0 .5em;
    height: 4em;
}

    #votecenters_filter label {
        font-size: 1em;
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-content: center;
    }

    #votecenters_filter input {
        padding: 5px;
        border: 1px solid #ccc;
        width: 50%;
        font-size: 1.5em;
    }

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
        }

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

    .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
        border-color: #7abaff
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

    .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
        border-color: #b3b7bb
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

    .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
        border-color: #8fd19e
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

    .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
        border-color: #86cfda
    }

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

    .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
        border-color: #ffdf7e
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

    .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
        border-color: #ed969e
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

    .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
        border-color: #fbfcfc
    }

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #95999c
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #454d55
    }

    .table-dark.table-bordered {
        border: 0
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255,255,255,.075)
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-sm > .table-bordered {
            border: 0
        }

    #main h2 {
        text-align: center;
        font-size: 1em !important;
    }

    #votecenters_length {
        text-align: left;
    }

    #wrapper {
        display: block;
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-md > .table-bordered {
            border: 0
        }

    #votecenters_wrapper {
        padding: 0 1em;
        overflow: scroll;
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-lg > .table-bordered {
            border: 0
        }

    #votecenters_wrapper {
        margin-top: .1em;
    }

    #wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 20px;
    }

    #top-scroll {
        height: 20px;
    }

    ::-webkit-scrollbar {
        -webkit-appearance: none;
        -webkit-overflow-scrolling: auto;
    }

        ::-webkit-scrollbar:vertical {
            width: 12px;
        }

        ::-webkit-scrollbar:horizontal {
            height: 12px;
        }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .5);
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

    ::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }

    #votecenters_wrapper, #votecenters {
        overflow-x: scroll;
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive-xl > .table-bordered {
            border: 0
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

    .table-responsive > .table-bordered {
        border: 0
    }

form#addr #txt_wrp {
    border: 1px solid #cccccc;
    box-shadow: 1px 1px 2px grey;
    /* width: 718px;  680px; */
    height: 38px;
}

    form#addr #txt_wrp .txt {
        /*padding: 5px;*/
        margin-left: .5em;
        /*box-shadow: 1px 1px 2px grey;*/
    }

form#addr input {
    border: 0;
}

#m_InfoTable td:nth-child(2) {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

#m_InfoTable td:nth-child(3) {
    padding-left: 0;
}

#InfoTable {
    width: 100%;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}

    #InfoTable td {
        width: 33%;
    }

        #InfoTable td:hover {
            background-color: #D3D3D3;
            cursor: pointer;
        }

        #InfoTable td:nth-child(2) {
            border-right: 1px solid #cccccc;
            border-left: 1px solid #cccccc;
            font-size: small;
            text-align: left;
            padding: 10px;
        }

        #InfoTable td:nth-child(3) {
            font-size: small;
            text-align: left;
            padding: 10px;
        }

        #InfoTable td:first-child {
            font-size: medium;
            text-align: left;
            padding: 15px;
        }

/*#InfoTable td:nth-child(2), td:nth-child(3) {
        border-right: 1px solid #cccccc;
        font-size: small;
        text-align: left;
        padding: 10px;
    }

    #InfoTable td:nth-child(4) {
        font-size: small;
        text-align: left;
        padding: 10px;
    }

        #InfoTable td:nth-child(2) {
        font-size: small;
        text-align: left;
        padding: 0;
    }*/
/*Site Locator*/
#map_canvas {
    width: 100%; /*70*/
    height: 100%; /*902px;/*788px; /* ;100%/*720px;650px;*/
    /*float: right;*/
    /*padding: 20px;*/
    /*border: 1px solid silver;*/
    /*border-left: 1px solid #003471;
    border-right: 1px solid #003471;
    border-top: 1px solid #003471;
    border-bottom: 5px solid #13b5ea;
    box-shadow: 1px 1px 2px grey;*/
    margin-top: 1px;
    margin-right: -29px;
    position: relative;
}

.dropShadow {
    border: 1px solid silver;
    box-shadow: 1px 1px 2px grey;
}

    .dropShadow:hover {
        opacity: .7;
    }

.InfoTableBody td, #m_InfoTable .InfoTableBody td {
    padding: 7px;
    /*max-width: 284px;*/
    border-top: 1px solid #cccccc;
    border-collapse: collapse;
    font-size: small;
    /*transition:all 0.2s ease;
        filter: none; 
        -webkit-filter: blur(0px); 
        -moz-filter: blur(0px); 
        -ms-filter: blur(0px);
        filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');*/
}

#m_InfoTable {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    display: inline-block;
    padding-top: 14px;
}

    #m_InfoTable .InfoTableBody {
        padding: 5px;
        font-size: 12px;
        width: 33%;
        border-right: 1px solid lightgray;
        padding-top: 8px;
    }

    #m_InfoTable td:last-child {
        border-right: none;
        padding-right: 12px;
    }

.InfoTableBody:nth-child(odd) {
    background: white;
}

.InfoTableBody:nth-child(even) {
    background: white;
}
/*.InfoTableBody:hover td,
     #m_InfoTable .InfoTableBody:hover td {
        background-color: #DFDFDF;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
         transform: scale(1.2);
    }*/
.SiteLocatorTableHead {
    font-size: small;
    padding-top: 10px;
    /*font-weight: bold;
    text-align: left;
    border: double;
    border-color: #0077be;
    margin-left: 10px;
    width: 223px;*/
}

.divInfoTable {
    padding-left: 10px;
    width: 226px;
}

.searchBox {
    width: 92%;
}
/*#txt_wrp .txt {
    box-shadow: 1px 1px 2px grey;
}*/
#submit {
    height: 36px;
}
/*#iw-container  .iw-title {
   font-family: 'Open Sans Condensed', sans-serif;
   font-size: 22px;
   font-weight: 400;
   padding: 10px;
   background-color: #48b5e9;
   color: white;
   margin: 1px;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
   border: 1px solid rgba(72, 181, 233, 0.6);
    border-radius: 2px 2px 0 0; 
}*/
.searchBox:focus {
    outline: none;
}

#rideApps {
    margin-top: 4px;
}

#lyftLink img, #uberLink img {
    width: 40px;
}

@media all and (max-width: 950px) {
    .divInfoTable {
        padding-left: 0px;
        width: 226px;
    }
}

#titleRow {
    background-color: #003471;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 40px;
    border-bottom: 5px solid #13b5ea;
    /*padding:20px !important;*/
}

    #titleRow img {
        width: 50px;
        height: 50px;
    }

.titleText {
    margin: -5px 0 0 10px;
    display: block;
}

#closestLocations {
    color: #003471;
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #13b5ea;
}

#txtClosest {
    color: #003471;
    width: 95%;
    margin: auto;
    padding-top: 8px;
}

.centered {
    text-align: center;
}

#landing_link {
    font-size: 18px;
    position: absolute;
    background-color: #003471;
    width: 22%;
    /*margin-top: 60px;*/
    bottom: 0;
    padding: 4px;
    clear: both;
    width: 99%;
}

.smallerFont {
    font-size: 15px !important;
}

.bottomLink {
    color: white !important;
}

.subheading {
    margin-top: -25px;
    font-size: 15px;
}
/* Fixed Footer */
#project {
    /*min-height: 100%;
    position: relative;*/
    display: flex;
    flex-flow: column;
    height: 100%;
}

#header {
    flex: 0 1 auto;
}

#body {
    padding-bottom: 0px !important;
    /*height: 100% !important;*/
    /*position: fixed;
    width: 100%;*/
    flex: 1 1 auto;
}

    #body a {
        color: #1a4b83;
    }

        #body a:hover {
            color: #999;
        }

#footer {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 340px;
}

html,
body {
    height: 100% !important;
    margin: 0 !important;
}

.legendBlock {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
    color: #0077be;
}

.legendTable {
    width: 100%;
    font-size: x-small;
    margin-top: -7px;
}

#legendDiv {
    width: 100%;
    margin: auto;
    margin-top: 327px;
    text-align: center;
}

#legendField {
    height: 30px;
}

#legtable {
    width: 52%;
    font-size: medium;
    margin-top: -7px;
}

#mobileTable {
    width: 100%;
    font-size: 13px;
    margin-top: -7px;
}

#filterVotingPeriod {
    margin: auto;
    padding-top: 12px;
}

.filterSecRow {
    font-size: 13px;
    padding-left: 23px;
}

.mobileSecRow {
    font-size: 10px;
}

.main_contentLarge {
    width: 60%;
    margin: auto;
    /*margin: 0 !important;*/
}

/*Overrides Nov 2020 and new css*/
.main_content {
    width: 100% !important;
    /*padding: 20px;*/
    padding: 0 !important;
    margin: 0 !important;
}

#locationsDiv {
    width: 24%;
    float: left;
}

#leftDiv {
    position: relative;
    width: 25%;
    float: left;
    margin-top: 1px;
    height: 100%;
    box-shadow: 10px 0 5px -2px #aaa;
    z-index: 1;
    /*min-width: 440px;*/
}

div#content {
    height: 100%;
    /*width:77%*/
}

::-webkit-scrollbar {
    width: 5px;
}

#InfoTable_previous #InfoTable_next {
    font-size: 14px;
    color: white;
}

#InfoTable tbody tr td {
    border-bottom: 1px solid lightgrey;
    padding: 4px;
}

#wordFilters {
    /*border-bottom: 2px solid #13b5ea;*/
    width: 95%;
    margin: auto;
    color: #003471;
}

.filterOptions {
    /*float: left;*/
    display: inline-block; /*table-cell;*/
    border: 1px solid grey;
    padding-bottom: 1px; /*padding: 10px;*/
    width: 166px;
    text-align: center;
    font-size: 11px; /*14px;*/
    cursor: pointer;
}

.smallerBox {
    width: 113px;
}

.hidden {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.tick {
    background-color: white !important;
}

.check {
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

input[type=checkbox]:checked + label {
    color: white;
    font-style: normal;
}

.selectedCheckbox {
    background-color: #003471;
}

#heading {
    margin-top: -8px;
}

form {
    height: auto !important;
    margin: auto;
    padding: 2px;
    width: 95% !important;
}

.moreFilters {
    font-size: 14px;
    float: right;
    padding: 3px;
    cursor: pointer;
    color: #1a4b83;
    text-decoration: underline;
}

.moreFilterOptions {
    font-size: 14px;
    float: right;
    padding: 3px;
    cursor: pointer;
    text-decoration: underline;
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 4px;
    margin: 10px;
    border: 3px solid #000;
    width: 150px;
    position: absolute;
    bottom: 20px;
    left: 25%;
    z-index: 99;
}

    #legend h3 {
        margin-top: 0;
    }

    #legend img {
        vertical-align: middle;
    }

.legendElements {
    font: 400 11px Roboto, Arial, sans-serif;
}

#InfoTable_wrapper {
    /*height: 68%;
    overflow-y: scroll;*/
    margin-top: -6px;
    /*overflow-x: auto;*/
}

#InfoTable_paginate {
    margin-top: -12px;
    cursor: pointer;
    width: 44%;
}

#InfoTable_previous {
    color: white !important;
}

#InfoTable_next {
    color: white !important;
}

#InfoTable_info {
    padding: 9px;
    color: white;
    width: 50%;
    height: 23px;
    font-size: 12px !important;
}

#legendControls {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #000;
}

.leftpadding {
    padding-left: 10px;
}

#main {
    position: relative;
    height: 100%;
}

#mapMobile {
    height: 100%;
    float: left;
    width: 75%;
    /*min-width: 561px;
    display: inline-block;
    position: absolute;*/
}

.legendArrow {
    float: right;
    cursor: pointer;
    margin-top: -26px;
}

.dataTables_scrollBody {
    scrollbar-width: thin;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    background: lightgrey;
}

::-webkit-scrollbar-thumb {
    background: grey;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.addressText {
    font-size: 20px;
    width: 95%;
    margin: auto;
    padding-bottom: 4px;
    padding-top: 7px;
    font-weight: bold;
    color: #003471;
}

#DaysOpenText {
    /*padding-bottom: 4px;*/
    margin-top: 6px;
    font-size: 14px;
}

#filterDiv {
    padding-top: 4px;
    width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#waitTimeText {
    /*padding-bottom: 4px;*/
    font-size: 14px;
}

#resize_wrapper {
    position: absolute;
    top: 7.2em;/*11.3em;/*12.4em ;*//*15.1em; /*18.28em;*/
    left: 0em;
    right: 0em;
    bottom: 4.5em;
}

#topLeftDivContent {
    margin-bottom: -10px;
}

.election_title_text > div,
.election_content > div {
    padding-left: 20px;
}