﻿
html {
    scroll-behavior: auto !important;
}

.supply-background {
    background-color: white !important;
}

button, select {
    outline: none !important;
}

    button:focus, select:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.inputHover {
    background-color: indigo;
}

.header2 {
    padding: 20px;
}

.top h1, .top p, .top a, .top span {
    color: white;
}

.nav-2 a:hover {
    font-weight: bolder;
}

.top a {
    text-decoration: underline;
}

.top h1 {
    font-size: 3em;
    font-weight: bold;
}

button:hover, select:hover {
    border: 2px solid #201555;
    background-color: #f6f6f6;
}

input[type="checkbox"] {
    border: 1px solid black;
    background-color: light grey;
}

input:hover {
    border: 3px solid #2D3CA3;
    background-color: #D5D8ED;
}

.search-box:hover, .search-box:active {
    border: 1px solid #2D3CA3;
}

#noResultsMessage:hover {
    background-color: white;
}

input[type="checkbox"]:checked {
    accent-color: #2D3CA3;
}

input[type="radio"]:checked {
    accent-color: #2D3CA3;
}

input[type="text"]:hover {
    background-color: white;
}

.fake-hover {
    position: absolute;
    background-color: indigo !important;
    color: white !important;
    pointer-events: none; /* Prevents it from interfering */
}

#priceChartSeries button:hover {
    border: none !important;
    background-color: white;
}

.nav-2 {
    position: fixed;
    left: 0px;
    z-index: 10000;
    display: inline-flex;
    flex-direction: row;
    padding: 10px 10px 10px 10px;
    width: 100%;
    background-color: #F6F6F6;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5vw;
}

    .nav-2 div, .nav-2 a {
        font-size: 1.1em;
        height: 30px;
        padding-bottom: 0.3em;
        text-decoration: none;
        padding-right: 0.9em;
        color: navy;
    }

#nav-2 div .active {
    border-bottom: 0.3em solid #FFD966;
    font-weight: bold;
}

.price {
    
    background: #FFFFFF;
   
}

.xmlLink {
    display: none;
}

.xmlFullscreen {
    display: none;
}

.container {
    width: 86vw;
}



.card {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 25px;
    flex: 1;
    margin-bottom: 10px;
    min-width: 250px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
}

#colourBlue {
    background-color: #C5E8F9;
}


#dayAheadCard, #realTimeCard {
    width: 50%;
}

.inline {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-top: -20px;
    padding-top: 10px;
}


#overview {
    margin-top: 70px;
}


.data {
    justify-content: space-between;
    width: 325px;
}

.left {
    width: 180px;
    vertical-align: central;
}

.data p {
    padding: 4px;
}

.card p {
    font-size: 14px;
}


.highlight-card {
    justify-content: space-between;
    align-items: flex-start;
}

.horizontaldiv {
    display: inline-flex;
    align-self: center;
    margin-right: -5vw;
}

    .horizontaldiv div {
        text-align: left;
    }

.data-ex {
    width: auto;
}

.highlight {
    padding: 20px;
    text-align: center;
    margin-top: -12px;
}

.highlight2 {
    background-color: #eee;
    display: block;
}

.vl {
    border-left: 2px solid #ccc;
    height: auto;
}

.min {
    text-align: right;
}

.data-value-2 {
    font-size: 2.75rem;
    font-weight: 900;
    color: #000;
}

.data-value {
    font-size: 2.75rem;
    font-weight: 500;
    color: #000;
}

.data-unit {
    font-size: 1.75rem;
    margin-left: 5px;
}

.card-block {
    display: block;
    margin-top: -10px;
}

.loading {
    color: grey;
    font-style: italic;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #333;
    animation: spin 1s infinite linear;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}



.main {
    margin-top: 5vh;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    padding: 2em;
    margin-bottom: 50px;
}



#price-unit {
    font-size: 0.5em;
}


.btn {
    padding: 10px 20px;
    border: 2px solid #eeeeee;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    background-color: #f9f9f9;
    font-weight: bold;
}

option {
    text-align: left;
}

.btn-real-time {
    background-color: #FFE599;
    border: 2px solid #FFD966;
    color: black;
}

#map-data {
    min-width: 45%;
    width: auto;
    height: auto;
    display: table;
    padding: 30px;
}

    #map-data a {
        text-decoration: underline;
        padding-bottom: 10px;
    }

#widgets {
    position: absolute;
    left: 0; 
    display: flex;
    bottom: inherit;
    margin-top: -50px;
    padding: 0px 10px 15px 0px;
    font-size: 1.5rem;
    width: 100%; 
    height: 50px;
    font-weight: 600;
    color: black;
    justify-content: space-between;
}

    #widgets span {
        font-size: 1.5rem;
    }

#widget-1 {
    margin-top: -60px;
    text-align: right;
}

    #widget-1 img {
        margin-left: 10px;
        margin-bottom: 5px;
        height: 50px;
        width: 50px;
    }

#widget-2 {
    margin-right: 23vw;
    margin-left: 30px;
    margin-top: 10px;
    display: none;
}

    #widget-2 label {
        top: 0px;
    }

#resize-btn {
    border: none;
    border-radius: 50%;
    background-color: #f9f9f9;
    margin-top: -10px;
    display: none;
}

    #resize-btn img {
        transition: all 0.3s ease;
    }

    #resize-btn:hover img {
        content: url('/assets/ieso/img/heatmap/Full Screen Hover.svg');
        transform: scale(1.1); 
    }

#price-section {
    text-align: left;
}

    #price-section h2 {
        font-size: 3em;
        margin: 0;
    }

    #price-section p {
        font-size: 14px;
        margin-top: 5px;
    }


.lmpGenLoad {
    font-weight: bold;
}

.price-links {
    display: flex;
    justify-content: space-between;
}

    .price-links div {
        width: 100%;
    }


/* Section headings */
h3, #ontario-head {
    font-size: 1.5em;
    margin-bottom: 10px;
    font-weight: bold;
}


hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 20px 0;
}

#middle {
    display: flex;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #ddd;
    margin-bottom: 20px;
    height: 650px;
}

#container1 {
    min-width: 55%;
    width: auto;
    height: 100%;
    border-right: 2px solid #eeeeee;
    position: relative;
    padding: 10px;
    background-color: #f9f9f9;
}

#heatmap {
    height: 100%;
}


#data-1 {
    width: 95%;
}

#zonePrice, #intertiePrice {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize !important;
}

#zonePrice {
    gap: 30px;
}

#intertiePrice {
    margin-bottom: 30px;
    gap: 20px;
}

.column {
    flex: 1 1 50%; 
    margin-bottom: 10px;
}

.entry, .entry1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 1.5;
    width: 100%; 
}

.name {
    text-decoration: underline;
    color: #2D3CA3;
    font-weight: 500;
    cursor: pointer;
}

.priceDiv {
    margin-right: 65px;
}

.priceDivIntertie {
    margin-right: 65px;
}

.price2, .price3 {
    text-align: left; 
    min-width: 30px; 
    text-decoration: none;
    display: inline-block;
    color: black;
}

#mapFooter {
    margin-top: 25px;
    font-size: 12px;
}

#intertieNote {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}

.logo {
    height: 47px;
    width: 47px;
}

.minLogo {
    width: auto;
    height: auto;
}

.search-box {
    align-items: center;
    border: 2px solid #D0D0D0;
    border-radius: 5px;
    padding: 5px 10px;
    min-width: 300px;
    max-width: 400px;
    box-sizing: border-box;
}

    .search-box input[type="text"] {
        border: none;
        outline: none;
        width: 100%;
        padding: 8px;
    }

input:active {
    border: 1px solid black;
}

.search-box button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
}

    .search-box button img {
        width: 20px;
        height: 20px;
    }

#headline h1, h2 {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin: 0;
}


#headline p {
    margin-bottom: 1em;
}

h4 {
    margin-top: 1em;
}

#filters {
    display: inline-flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5em;
}

.center {
    margin: 0 auto;
    width: 70%;
    padding: 10px;
    text-align: center;
}



#dayFilter {
    width: 350px;
}



.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    padding: 5px 10px;
    max-width: 300px;
    position: relative;
}

    .search-box:focus-within {
        border: 1px solid black;
    }

    .search-box input[type="text"] {
        border: none;
        outline: none;
        width: 100%;
        padding: 8px;
    }

    .search-box button {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        margin-left: 10px;
    }

        .search-box button img {
            width: 20px;
            height: 20px;
        }

.autocomplete-list {
    border: 1px solid black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    min-width: 235px;
    min-width: inherit;
    top: inherit;
    top: 45px;
    left: -1px;
}

    .autocomplete-list div {
        padding: 10px;
        cursor: pointer;
    }

        .autocomplete-list div:hover {
            background-color: #210B70;
            color: white;
        }

#drill-map-data {
    display: none;
}

#data-display-2 p, #data-display-3 p {
    margin: 5px 0;
}

#drill-data {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    line-height: 1.8;
}

    #drill-data div {
        flex: 1;
    }

#price table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0px 20px 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.drill-table-highlight {
    background-color: blue;
}

.table-row-visible {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
}

#price th {
    background-color: #f0f0f0;
    font-weight: bolder;
    padding-right: 30px;
}

#drill-table th, #real-time-table th {
    color: #333; 
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border: 1px solid #ccc; 
}

    #drill-table th button.sort-btn {
        background-color: #D9D9D9;
        border: none;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px;
        width: 15px;
        height: 15px;
        background-image: url('/assets/ieso/img/heatmap/arrow_down.png');
        background-size: cover;
    }

    #drill-table th br {
        display: block;
        margin-bottom: 5px;
    }

#sort-0 {
    margin-top: 20px;
}

#price th, #price td {
    border: 1px solid #B9B9B9!important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1)!important;
    text-align: left!important;
}

#drill-table-container {
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden; 
    position: relative;
    width: 100%;
}

#drill-table {
    display: none;
    width: 100%;
    padding-right: 30px;
    border-collapse: collapse;
}

    #drill-table thead {
        position: -webkit-sticky;
        position: sticky;
        z-index: 2;
        background-color: #f0f0f0;
        top: -1px;
    }

    #drill-table td {
        cursor: pointer;
    }

.sort-btn {
    border: none;
    border-radius: 42%;
    float: right;
    background: url('/assets/ieso/img/heatmap/arrow_up.png') no-repeat center center;
    background-color: #D9D9D9;
    background-size: 12px 12px;
    top: 0px;
    width: 15px;
    height: 20px;
    position: relative;
}

button.sort-up {
    background: url('/assets/ieso/img/heatmap/arrow_up.png') no-repeat center center;
    background-size: 15px 15px;
    border: none;
    border-radius: 42%;
    float: right;
    background-color: #D9D9D9;
    top: 0px;
    width: 15px;
    height: 20px;
    position: relative;
}

button.sort-down {
    background: url('/assets/ieso/img/heatmap/arrow_down.png') no-repeat center center;
    background-size: 15px 15px;
    border: none;
    border-radius: 42%;
    float: right;
    background-color: #D9D9D9;
    top: 0px;
    width: 15px;
    height: 20px;
    position: relative;
}

.custom-legend {
    position: absolute;
    left: initial;
    display: none;
    top: 0;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100px;
    z-index: 1;
}

.custom-legend-2 {
    width: 100px;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 390px;
    background-color: #f9f9f9;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.legend-logo {
    height: auto;
    width: auto;
}

.custom-legend div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.custom-legend-2 div {
    margin-bottom: 6px;
}

.custom-legend div span {
    margin-left: 5px;
}

.custom-legend-2 div span {
    margin-left: 20px;
}

.custom-legend-color {
    width: 12px;
    height: 12px;
    display: inline-block;
}



.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 25px;
    top: -5px;
}

    /* Hide the default checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider (the round part of the toggle) */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D5D8ED;
    border: 2px solid #2D3CA3;
    border-radius: 34px;
    transition: .4s;
}

    .slider:hover {
        background-color: #210B70;
    }
    /* The circle inside the slider */
    .slider:before {
        position: absolute;
        content: '';
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 4px;
        background-color: #2D3CA3;
        border-radius: 50%;
        transition: .4s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        /* The checkmark inside the circle (hidden initially) */
        .slider:before::after {
            content: '✔';
            font-size: 18px;
            color: white;
            display: none;
        }

/* Checked state: Move the circle to the right */
input:checked + .slider {
    background-color: white;
}

    /* Checked state: Move the circle, add the checkmark */
    input:checked + .slider:before {
        transform: translateX(14px);
        background-color: #49A942;
        content: '✔';
        color: white;
    }

        /* Display the checkmark when checked */
        input:checked + .slider:before::after {
            display: block;
        }

/* Hover effect for the slider background */
.slider:hover {
    background-color: #210B70; /* Change background color on hover */
    border-color: #210B70; /* Optional: Change border color to match */
}

/* Checked state with hover effect */
input:checked + .slider:hover {
    background-color: #210B70; /* Keep the background green when checked and hovered */
    border-color: #210B70; /* Match the border color */
}

/* Adjust the circle hover effect */
.slider:hover:before {
    background-color: #FFFFFF; /* Lighten the circle on hover */
}

/* Circle when checked and hovered */
input:checked + .slider:hover:before {
    background-color: #49A942; /* Keep the circle consistent when checked */
    color: white; /* Ensure the checkmark remains visible */
}

.fullscreen-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Fullscreen icon */
.fullscreen-icon {
    background-image: url('/assets/ieso/img/heatmap/zoom.png'); /* Replace with the actual path to your icon */
    background-size: contain;
    width: 24px;
    height: 24px;
}

/* Fullscreen chart container */
#heatmap.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#showDetails {
    display: none;
}
/*Zonal chart*/
.center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.filter-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.filter-icon {
    width: 16px;
    height: 16px;
}

.checkbox-group {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

    .checkbox-group label {
        display: flex;
        align-items: center;
        font-weight: normal;
        cursor: pointer;
    }

    .checkbox-group input[type="checkbox"] {
        margin-right: 5px;
    }

.btn-simple {
    background-color: white;
    border: 0px;
}

.date-filter.active {
    background-color: #FFE599;
    border-color: 2px solid #FFD966;
}

.ontarioPriceFilters, .zonalPriceFilters, .zonalLmpPriceFilters {
    display: inline-flex;
}

.zonalPriceFilters, .zonalLmpPriceFilters {
    display: none;
}
/*ontario demand*/
.demandContainer {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: baseline;
    text-align: flex-start;
}

.checkbox-group, .radio-group {
    display: grid;
}


.legend-indicator {
    margin-left: 5px;
    margin-top: 3px;
    width: 25px;
    height: 10px;
}

#legend-ontarioPeaks {
    margin-top: -30px;
    margin-left: 230px !important;
}

.demandForecastFilters, .energySupplyFilters, .compareWithFilter {
    padding: 20px;
    border-left: 1px solid #BBBAB0;
    height: 250px;
}

/*
.compareWithFilter{
 pointer-events: none;
opacity:0.5
}
*/
.compareWithFilterCheck {
    max-width: 250px;
    width: auto;
}

.energySupplyFilters {
    margin-left: 100px;
    padding-left: 50px;
}

.energyContainer {
    display: flex;
    width: 100%;
    align-items: baseline;
    text-align: flex-start;
    justify-content: inherit;
    margin-left: 100px;
}

.highcharts-tooltip-container {
    position: absolute !important;
    z-index: 1000 !important;
    pointer-events: none;
}

#energySupplyChartContainer {
    position: relative;
    overflow: visible !important;
}

.legend-container {
    display: grid;
    align-items: flex-start;
    border: 1px solid grey;
    padding: 5px;
    height: 60px;
}

.legend-group {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

    .legend-group span {
        margin-left: 5px;
        font-size: 14px;
        color: #000;
    }

.fuel-type {
    display: block;
    align-items: center;
    padding: 15px;
}

.fuel {
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
}

.fuel-item {
    display: flex;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 10px;
}

    .fuel-item span {
        margin-left: 5px;
        font-size: 14px;
    }

.color-box {
    width: 20px;
    height: 5px;
    margin-left: 8px;
}

.real-time {
    border-top: 3px solid #999;
    width: 20px;
    height: 3px;
}

.day-ahead {
    border-top: 3px dashed #999;
    width: 20px;
    height: 3px;
}

.color-nuclear {
    background-color: #E75A00;
}

.color-hydro {
    background-color: #1C75BC;
}

.color-wind {
    background-color: #2D3CA3;
}

.color-gas {
    background-color: #49A942;
}

.color-solar {
    background-color: #FFCC33;
}

.color-biofuel {
    background-color: #008080;
}

.color-storage {
    background-color: #6A1F75;
}

.font-14 {
    font-size: 0.875rem;
    line-height: normal;
}

.font-20 {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 400;
}

.font-22 {
    font-size: 1.75rem;
    line-height: normal;
    font-weight: 400;
}

.font-24 {
    font-size: 2.25rem;
    line-height: normal;
}

.font-16 {
    font-size: 1.25rem;
    line-height: normal;
}

#price table tbody td {
    background-color: #fff !important;
}

.ieso-alpha-wht {
    display: none !important;
}

#ieso-page-well, .ieso-page-padding, .power-data .ieso-page-padding {
    padding: 0px 0px 0px 0px !important;
}

.ieso-page-lead {
    padding: 0px 0px 0px 0px !important;
}

.chartTooltip {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 12px;
    font-weight: 400;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: nowrap;
}

@media screen and (min-width: 600px) {
    /*For Tablets*/
    .nav-2 {
        padding-left: 50px;
    }

    .custom-legend, .custom-legend-2 {
        left: 60px;
    }

    .custom-legend {
        top: 10px;
    }

    .custom-legend-2 {
        top: 260px;
    }
}

@media screen and (min-width: 768px) {
    /*For Laptops*/
    .nav-2 {
        padding-left: 50px;
    }

    .custom-legend, .custom-legend-2 {
        left: initial;
    }

    .custom-legend {
        top: 10px;
    }

    .custom-legend-2 {
        top: 325px;
    }
}

@media screen and (min-width: 992px) {
    /*For Large Laptops*/
    .nav-2 {
        padding-left: 120px;
    }

    .custom-legend, .custom-legend-2 {
        left: initial;
    }

    .custom-legend {
        top: 10px;
    }

    .custom-legend-2 {
        top: 325px;
    }

    .container {
        width: 86vw !important;
    }

    .priceDiv {
        margin-right: 40px;
    }

    .priceDivIntertie {
        margin-right: 40px;
    }
}

@media screen and (min-width: 1580px) {
    /*For Big TV's (HD Screens)*/
    .nav-2 {
        padding-left: 250px;
    }

    .custom-legend, .custom-legend-2 {
        left: initial;
    }

    .container {
        width: 80vw !important;
    }

    /* .container {
        width: 1490px !important;
    } */
}



/**for phones*/

@media (max-width: 768px) {
    body {
        font-size: 12px;
    }

    .highcharts-yaxis-title {
        font-size: 12px !important; /* Reduce font size */
        transform: translateX(-10px) rotate(270deg) !important; /* Adjust position */
        white-space: nowrap !important; /* Prevent unnecessary line breaks */
    }

    #overview {
        margin-top: 70px;
    }

    .row {
        flex-direction: column;
    }

    /*nav-2 {
        padding-left: 50px;
    }*/
    .horizontaldiv {
        align-self: unset;
        margin-right: 0px;
    }

    h3 {
        font-size: 16px;
    }

    .card:first-child {
        display: flex;
        flex-direction: column;
    }

    .minLogo {
        width: 60px;
        height: 60px;
        margin-left: 260px;
        margin-top: -80px;
    }

    .data {
        margin-bottom: 20px;
    }

    .card {
        min-width: 350px;
        padding: 15px;
    }

    .peakTrackerNote {
        margin-bottom: 20px;
    }

    .card p, .price p {
        font-size: 10px;
    }

    .highlight {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: -12px;
        text-align: initial;
    }

    .vl {
        border-top: 1px solid #ccc;
        margin: 10px 10px 10px 0px;
        height: 1px;
        border-left: none;
        width: auto;
    }

    .data-value-2 {
        font-size: 1.5em;
        font-weight: 900;
        color: #000;
        line-height: normal;
    }

    .data-value {
        font-size: 1.5rem;
        font-weight: 600;
        color: #000;
        line-height: normal;
    }

    .data-unit {
        font-size: 1em;
        margin-left: 0px;
        line-height: normal;
    }

    .inline {
        display: block;
        height: 100%;
        margin-top: 0px;
        padding-top: 0px;
    }

    .main {
        padding: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .realTimeDayAhead {
        width: 270px;
    }

    #filters {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 10px;
        margin-bottom: 0px;
    }

    .btn {
        width: 100%;
        font-size: 0.8em;
        margin-bottom: 5px;
    }

    #today, #today-2 {
        padding-left: 0px;
    }

    #dayFilter {
        width: 100%;
    }

    .search-box {
        width: auto;
        font-size: 10px;
        max-width: 350px
    }

    #container1 {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    #middle {
        display: block;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        border: 1px solid #ddd;
        margin-bottom: 20px;
        height: auto;
    }

    .custom-legend, .custom-legend-2 {
        top: 10px;
        left: 5px;
        width: 65px;
        font-size: 8px;
        padding: 5px;
    }

    .custom-legend-color {
        width: 10px;
        height: 10px;
    }

    .custom-legend-2 {
        top: 300px;
    }

    #widgets {
        width: 80%;
    }

    #widget-2 {
        margin: 0px 0px 0px 0px;
    }

    .autocomplete-list {
        z-index: 1000;
    }

    #globalAdjustments {
        display: none;
    }

    #map-data {
        margin-top: 0px;
        padding: 10px;
        width: 100%;
        display: hidden;
    }

    #showDetails {
        display: block;
        border-bottom: 6px solid #2D3CA3;
        width: 100%;
        background-color: #f9f9f9;
    }

    #showHide {
        background-color: #2D3CA3;
        color: white;
        margin-left: 15px;
        border: none;
    }

    .center {
        width: 100%;
    }

        .center button {
            padding: 10px;
        }

        .center span, .center label {
            font-size: 0.875em;
        }

    .overflow {
        overflow-x: auto;
    }

    #intertiePrice {
        display: block;
        margin-bottom: 0px;
    }

    #mapFooter {
        margin-top: 5px;
    }

    #right-column1 {
        margin-left: 0px;
    }

    .filter-group {
        display: table;
        text-align: left;
    }

    .ontarioPriceFilters {
        display: ruby;
    }

    #showOntarioDemandDiv {
        margin-left: 20px;
    }

    .demandForecastFilters, .energySupplyFilters, .compareWithFilter {
        border-left: none;
        padding: 0px;
        margin-left: 0px;
        height: auto;
    }

    .demandForecastFilters, .compareWithFilter {
        height: auto;
    }

    .demandContainer {
        display: table;
    }

    .energyContainer {
        display: table;
        margin-left: 0px;
    }

    .legend-container {
        display: flex;
        width: auto;
        max-width: 250px;
        height: 30px;
    }

    .fuel {
        display: table;
        width: auto;
    }

    .fuel-type {
        display: flex;
        padding: 5px;
    }

    .font-14 {
        font-size: 0.875em;
        line-height: normal;
    }

    .font-20 {
        font-size: 1.5em;
        line-height: normal;
        font-weight: 400;
    }

    .font-24 {
        font-size: 1.5em;
        line-height: normal;
    }

    .font-16 {
        font-size: 1em;
        line-height: normal;
    }
}

.highcharts-tooltip,
.highcharts-tooltip > div {
    position: absolute !important;
    z-index: 9999 !important;
    pointer-events: none; /* optional for performance */
}
