#map-container {
    font-family: Lato;
    font-size: 14px;
    margin: 0;
    padding: 0;
    width: 100% !important;
}

#map-container .map-container {
    width: 100%;
    float: left;
    background: #ffffff;
}

#map-container .map-container .map {
    max-width: 800px;
    min-width: 400px;
    width: 100%;
}

#map-container .map-container .legend {
    width: 200px;
    float: right;
    max-height: 430px;
}

#map-container .map-container .legend-wrap {
    display: block;
    float: none;
    width: 100% !important;
    margin: auto;
}

#map-container .map-legend-wrap {
    float: left;
}

#map-container .map-legend-no-wrap {
    float: none;
    margin: auto;
}

#map-container a.map-select:hover {
    cursor: pointer;
}

#map-container table.tbl-data {
    margin-left: auto;
    margin-right: auto;
}

#map-container table.tbl-data td, #map-container table.tbl-data th {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    text-align: right;
}

#map-container table.tbl-data th {
    text-align: center;
    background-color: #E9F5FA;
}

#map-container table.tbl-data th:first-of-type {
    text-align: left;
}

#map-container table.tbl-data td:first-of-type {
    text-align: left;
}

table.tbl-legend {
    table-layout: auto !important;
    width: 100%;
}

table.tbl-legend tr td.ui-icon {
    font-size: 20px;
}

table.tbl-legend tr td {
    text-align: left;
}

table.tbl-legend tr td:last-child span:first-child {
    font-weight: bold;
    padding-left: 5px !important;
    padding-right: 0px !important;
    line-height: 24px !important;
}

table.tbl-legend tr td:last-child span {
    padding-left: 30px !important;
    padding-right: 5px !important;
    display: block;
}

table.tbl-legend tr td p {
    font-style: italic !important;
    padding: 5px 25px 5px 30px !important;
    font-size: .9em !important;
}


#div_legend span.ui-icon {
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#div_legend span.legend-label span:first-child {
    font-weight: bold;
}

#div_legend span.legend-label span:last-child {
    font-size: .9em;
}

@media (max-width: 1086px) {
    .map {
        margin: auto;
        float: none;
    }

    .legend {
        width: 50% !important;
        float: none !important;
        margin: auto;
    }

    .legend-wrap {
        display: block;
        width: 100% !important;
        margin: auto;
    }
}


#map-container .map-select {
    margin: 0px 6px;
    font-size: 17px;
    font-weight: bold;
}

#map-container .map-select.selected {
    margin: 0px 6px;
    font-size: 17px;
    font-weight: bold;
    color: black;
}

.tt_sm {
    padding: 20px 20px 20px 20px !important;
}

.tt_name_sm {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 5px;
}

.tt_custom_sm {
    font-size: 14px;
    font-weight: bold;
}

.tt_custom_sm > p {
    padding-bottom: 5px !important;
}

#h3_state_data {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

/*#h3_state_data_blank {
            background: #E9F5FA !important;
            border: 1px solid #C9DEE8 !important;
            border-radius: 5px !important;
            padding-bottom: 10px;
        }*/

.ui-accordion .ui-accordion-content .div-section-title {
    font-size: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    margin-bottom: 50px !important;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}

.ui-accordion .ui-accordion-content .div-section-title:nth-child(n+2) {
    padding-top: 50px !important;
}

.ui-state-default {
    background: #FFFFFF !important;
    border: 1px solid #C9DEE8 !important;
    border-radius: 5px !important;
    padding: 8px 8px 8px 18px !important;
}

.ui-state-active {
    background: #4DAFDD !important;
    margin-bottom: 0px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none;
}

.ui-state-focus {
    outline: none;
}

#accordion {
    background: #E9F5FA !important;
    border: 1px solid #C9DEE8 !important;
    border-radius: 5px !important;
    padding: 10px 20px 10px 20px !important;
}

#accordion > h3 > label {
    font-size: 17px;
    font-weight: bold;
}

.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-header-active {
    margin: 10px 0 0px 0 !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    color: #ffffff;
}

.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
    color: #ffffff !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    float: right;
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 16px;
    padding-left: 15px;
    color: #ffffff;
    background: #4DAFDD !important;
    border: 1px solid #ffffff !important;
    border-radius: 5px !important;
}

.ui-accordion .ui-accordion-content {
    padding: 35px !important;
}

#map-container a {
    color: #35afdd;
    text-decoration: none;
    outline: 0 none;
    display: inline;
}

#map-container p {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    padding-bottom: 25px;
}

#map-container .bold {
    font-weight: bold !important;
}

#map-container .center {
    text-align: center !important;
}

#map-container h1, #map-container h2, #map-container h3 {
    line-height: 40px;
}

#map-container table, #map-container th, #map-container table, #map-container td {
    border-collapse: collapse;
}
