[class^="col"] {
    border: 0px solid;
}
#summaryPage{
    max-width: 97%;
    margin-left: 1% !important;
}

body {
    font-size: 1vw !important;
    color: #2d2d2d;
    font-family: helvetica, arial, sans-serif;
    overflow: auto;
    min-width: 960px;
    width: 100%;
}

h1 {
    font-size: 4vw !important;
    line-height: 38px;
    text-align: center;
}

h2 {
    font-size: 1.5vw !important;
}
h3{
    font-size: 2vw !important;
}



.custom-table {
    border: 1px solid;
}

.custom-table-header {
    text-align: center;
    vertical-align: top !important;
    font-size: 2vh;
}

.custom-table-body {
    font-size: 0.7vw;
}

#dashboardMap {
    width: 95%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
}

caption {
    font-size: 1vw;
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
    position: absolute;
    bottom: 6vh;
    left: 15vw;
}

.custom-table td {
    padding: 0 !important;
}

.custom-table td:first-child {
    width: 22% !important;
    padding: 3px !important;
    
}

.custom-table td:not(:first-child) {
    text-align: right;
    padding-right: 2px !important;
}

#dashboardLogo {
    width: 8vw;
    height: 7vh;
    margin-top: 2vh;
}

#dashboard-title {
    border-bottom: 2px solid #5C881A;
    padding: 10px 0 !important;
    color: #5C881A;
}


#table-wrapper{
    max-height: 70vh;
    overflow-y: scroll;
}
#table-wrapper::-webkit-scrollbar{
    /*Your styles here*/
    background-color: #FFF;
    width: 6px;
}
#table-wrapper::-webkit-scrollbar-thumb{
    /*Your styles here*/
    background-color: #ccc;
    border-radius: 3px;
    width: 6px;
}
#table-wrapper::-webkit-scrollbar-thumb:window-inactive{
    /*Your styles here*/
    background-color: #ccc;
    border-radius: 3px;
    width: 6px;
}

.custom-button {
    text-align: center;
    background-color: #DEE7D1;
    border-radius: 0.4vw;
    font-size: 1.2vw;
    font-weight: 500;
    border: 1px solid #797979;
    width: max-content;
    height: -webkit-fill-available;
    margin: 10px 0;
    margin-left: -20px;
}

.custom-button:hover {
    color: #FFF;
    background-color: #858585;
    cursor: pointer;
}

.info-table-header {
    width: 4.5vh;
    position: absolute;
    margin-top: -35px;
    margin-left: auto;
    cursor: pointer;
}

.custom-footer {
    border-top: 1px solid;
}


#ansoniaButton {
    margin-top: 3vh !important;
}
.town-selector{
    width: 98%;
    margin-top: -2vh
}
.town-selector input[type="radio"]:checked+label {
    background: #5C881A;
    color: #FFF;
    border: solid 0.3vh #000;
}

.town-selector input[type="radio"] {
    appearance: none;
    display: none;
}

.town-selector td {
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 0px 3px;
}
#townsSummary td{
    padding: 0px;
}

.town-selector label:hover {
    cursor: pointer;
}

.town-selector label {
    background-color: #e9e9e9;
    font-weight: 500;
    border: solid 0.3vh;
    font-size: 2.3vh;
    margin-top: 0 !important;
    min-width: 9vw;
    width: 9vw;
    height: 8vh;
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;
    overflow: hidden;
}
/*
.town-selector {
    width: min-content;
}*/

/*
[id^="North"]+label{
    padding-top: 0px;
    padding-bottom: 0px;
}
*/
#townsLogo {
    width: 7vw;
    margin-left: 1vw;

}

#towns-table-body{
    font-family: 'Segoe UI',helvetica,arial,sans-serif !important;
    font-size: 2vh;
}

.townDetailImg {
    width: 50vw;
    height: auto;
    margin-left: 5px;
    margin-top: 0px;
}

#townDetail {
    border-left: solid 3px #38424a;
    text-align: left !important;
}

/*
.town-selector td:nth-child(2) label {
    margin-right: 0px;
    margin-left: 0px;
}
*/
#townTableTitle {
    font-size: 2.5vw !important;
    text-align: center;
}

#townTitle {
    font-weight: bold;
}
#townsSummary{
    width: 98%;
}
#townHR {
    width: 94%;
    margin-left: 3%;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #5C881A;
    background-color: #5C881A;
    height: 2px;
    opacity: 1;
}

#toTownArrow,
#toSummaryArrow {
    font-size: 5vh;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
}

#toTown,
#toSummary {
    font-size: 3vh;
    text-align: center;
    vertical-align: middle;
}

.custom-arrow-button {
    background-color: #FFF;
    border: none;
}

#townsPage {
    display: none;
}

.content-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.links {
    font-size: 1.063vw;
    color: #5f6971;
    text-decoration: none;
    letter-spacing: -0.11px;
}

.content-social-media {
    display: flex;
    justify-content: end;
    list-style: none;
}

li {
    padding: 5px;
}

.custom-table-body tr {
    cursor: pointer;
}


.uiLogo {
    width: 15vw;
}

.infoIcon {
    width: 4vw;
}

.logoAvangridFooter {
    width: 15vw;
}

.wme {
    width: 14vw;
}

.circleMedia {
    width: 3vw;
}

.squareMedia {
    width: 10vw;
}

.h6Copy {
    font-size: 2vh;
}




#saifiChart {
    width: 95% !important;
    height: 85% !important;
    display: none;
    margin-top: 7vh;
}

#cemiChart {
    width: 95% !important;
    height: 85% !important;
    display: none;
    margin-top: 7vh;
}

#townChart {
    width: auto !important;
    height: 30vh !important;
    border: solid 1px;
}

.townMap{
    width: 100% !important;
    height: 100%;
}
#town-map-div{
    width: auto !important;
    height: 30vh !important;
    border:1px solid; height: 30vh;
}

.subtable-company-level{
    width: 100%;
    border:1px solid;
    font-size: 2vh;
}
.subtable-town-level{
    width: 100%;
    border: 1px solid;
    font-size: 2vh;
}

.subtable-town-level td{
    padding-bottom: 1px !important;
}


.title-towns-detail{
    color: #5C881A;
    font-weight: bold;
    text-align: center;
    font-size: 3vh !important;
}
#company-level-logo{
    display: block;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 4.5vw;
}
.company-level-info{
    display: block;
    margin-left: 20% !important;
    margin-top: 12%;
    width: 2vw !important;
}
#company-level-year span{
    display: inline-block;
    width: 45%;
    text-align: center;
}


.town-level-desc{
    text-align: center !important;
    padding-top: 5px !important;
}

.townLevelKPI{
    padding-left:5px !important;
}

#townsSummary td{
    text-align: left;
    font-family: wf_standard-font, helvetica, arial, sans-serif;
}
.custom-span{
    line-height: 1.2;
}
.custom-span-td{
    line-height: 1.2;
    padding-top: 8px !important;
    white-space: nowrap;
    font-size: 1.8vh;
    margin-left: -1%;
}


/*
@media only screen and (max-width: 900px) {

    #dashboardLogo {
        width: 10vw;
    }

    .town-selector label {
        font-size: 2vh;
        overflow: hidden;
        min-width: 10vh;
        border: solid 0.1vh;
        margin-top: 0px !important;
    }

    body {
        font-size: 1.5vw !important;
    }

    .h6Copy {
        font-size: 1vh;
    }

    #townsLogo {
        width: 14vw;

    }

    #toTownArrow,
    #toSummaryArrow {
        font-size: 3vh;
    }

    #toTown,
    #toSummary {
        font-size: 2vh;
    }

    #ansoniaButton {
        margin-top: 3vh !important;
    }
}
*/
@media only screen and (max-width: 600px) {
    .town-selector label {
        font-size: 2vh;
    }
    
    #townTableTitle {
        font-size: 4.5vw !important;
    }
    #townsLogo {
        width: 8vw;
    }

    .info-table-header {
        width: 2vh;
    }
    #dashboard-title{
        font-size: 6vw !important;
    }
    #dashboardLogo {
        width: 12vw;
    }
    .custom-button {
        font-size: 1.8vw;
    }
}

/*
#townsSummary td{
    border: solid 1px;
}*/
.test{
    display: block;
}
/*
canvas {
    display: block;   
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  */