.spotprices-page .nav .nav-item .nav-link.active {
    text-decoration: underline;
}

.spotprices-page .nav .nav-item .nav-link:not(.active) {
    color: #919191;
}

.spotprices-page .hint {
    color: #787878;
    text-align: left;
    padding: 0.65rem 0.65rem 1.3rem;
}

.spotprices-page .fa--spotprice {
    font-size: 20px !important;
    vertical-align: center;
}

.spotprices-page .fa--navbar {
    font-size: 24px !important;
    vertical-align: center;
}
.spotprices-heading {
    font-family: "Arial", sans-serif;
    color: #000000;
    text-align: left;
    margin: 2rem 0rem 2rem 0.65rem;
}

.spotprices-heading h1 {
    font-size: 36px;
    font-weight: bold;
}
.price-box {
    background-color: #0c6bd6;
    padding: 1.2rem;
    color: white;
    font-family: Arial, sans-serif;
    width: 15rem;
    margin: 0rem 0rem 1.2rem 0.65rem;
}

.price-box-small-text {
    font-size: 14px;
    text-align: center;
}

.spotlight-footer {
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.price-box-large-text {
    font-size: 24px;
    text-align: center;
}
.spotprice-table {
    table-layout: fixed;
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.spotprice-table th {
    font-weight: 400;
    line-height: 1.5;
    font-size: 100%;
}
.spotprice-table td {
    font-family: "interstate", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.spotprice-table tr:nth-child(even) {
    background-color: #f2f2f2;
}
.spotprice-table tr:nth-child(odd) {
    background-color: white;
}
.spotprice-table th:first-child,
.spotprice-table td:first-child {
    text-align: left;
    padding-left: 30px;
}
.spotprice-table th:nth-child(2),
.spotprice-table td:nth-child(2) {
    text-align: right;
    padding-right: 30px;
}
.spotprice-table tr:last-child {
    background-color: rgb(85, 85, 85);
}
.spotprice-table tr:last-child td:last-child {
    height: 10px;
    padding: 0px;
}
.spotprices-page .margin-left {
    margin-left: 20px;
}

.spotprices-page .SpotpricePage .article {
    width: 100%;
}

.spotprices-page .no-data {
    padding: 2rem;
    text-align: center;
}

.spotprices-page .no-data .fa {
    color: #f39d2c;
}


@media only screen and (min-width: 760px) {
    .spotprices-page .SpotpricePage .no-data {
        border-radius: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .spotprices-page .content-wrapper {
        padding: 1.3rem;
    }
    #toggle-spotprice,
    .spotlight-footer {
        margin-left: 1.3rem;
    }
}

@media only screen and (min-width: 800px) {
    .spotprices-page .content-wrapper {
        padding: 1.3rem 0;
    }
}

.spotprices-page .hidden {
    display: none;
}

.spotprices-page .navbar {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    background-color: #555555;
    color: #fff;
}

.spotprices-page .navbar li {
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.spotprices-page .navbar .active {
    font-weight: bold;
    border-bottom: thick solid #00487d;
}

.spotprices-page .graph-wrapper {
    padding: 0;
    margin: 1.3rem 0 0;
    height: 40vh !important;
    min-height: 200px;
}

.heading-cell {
    background-color: #555555;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#toggle-spotprice {
    background-color: #e0e0e0;
    border: none;
    color: black;
    padding: 10px 20px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}

#toggle-spotprice:hover {
    background-color: #c0c0c0;
}

.spotprices-page .spotprice-list {
    list-style-type: none;
    padding: 0;
    border-radius: 20px;
}

.spotprices-page .spotprice-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 10px 20px;
}

.spotprices-page .spotprice-list.spotprice-list--summary li {
    padding: 20px;
}

.spotprices-page .spotprice-list li span {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.spotprices-page .spotprice-list li span:first-child {
    text-align: left;
}

.spotprices-page .spotprice-list li span:last-child {
    text-align: right;
}

.spotprices-page .spotprice-list li:first-child {
    background-color: #555555;
    color: #fff;
}

.spotprices-page .spotprice-list li div price {
    padding: 0;
}

.spotprices-page .spotprice-list--summary li span.s-price {
    font-weight: 100;
}

.spotprices-page .spotprice-list li:last-child {
    background-color: #555555 !important;
    color: #fff;
}

.spotprices-page .spotprice-list li:nth-child(even) {
    background: #e8e9eb;
}

.spotprices-page .spotprice-list--summary li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    font-size: 18px;
    background-color: #eb7400 !important;
}

.spotprices-page .spotprice-list--summary li:first-child {
    background-color: #dc1e12 !important;
}

.spotprices-page .spotprice-list--summary li:last-child {
    background-color: #f5a31c !important;
}

.spotprices-page .spotprice-list--summary li span:first-child {
    text-align: left;
}

.spotprices-page .spotprice-list--summary li span:last-child {
    text-align: left;
    font-weight: bold;
}

.spotprices-page .spotprice-list--summary li div:first-child {
    text-align: left;
}

.spotprices-page .spotprice-list--summary li div:last-child {
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.spotprices-page .spotprice__header {
    display: flex;
    color: #787878;
    flex-direction: row;
}

.spotprices-page .spotprice__header > .hint {
    text-align: left;
    flex: 6;
    padding: 0.65rem 0.65rem 1.3rem 0rem;
}

.spotprices-page .spotprice__header > .vat {
    text-align: right;
    display: flex;
    flex-direction: row;
    padding: 0.65rem 0 1.3rem 0.65rem;
}

.spotprices-page .vat__option {
    padding: 0 0 0 0.65rem;
    font-weight: 600;
}

.spotprices-page .vat__option:last-child {
    padding-right: 0;
}

.spotprices-page .spotprice__header > .vat > div:hover {
    cursor: pointer;
}

.spotprices-page .spotprice__header > .vat > div:first-child:hover {
    cursor: inherit;
}

.spotprices-page .vat__option--active {
    color: #555555;
    font-weight: 900;
    text-decoration: underline;
}

@media only screen and (max-width: 991px) {
    .spotprices-page .spotprice__header {
        flex-direction: column;
    }

    .spotprices-page .spotprice__header > .hint {
        text-align: center;
    }

    .spotprices-page .spotprice__header > .vat {
        margin: 0 auto;
        max-width: 50%;
        width: 100%;
    }

    .spotprices-page .spotprice__header > .vat > div {
        flex: 1;
        text-align: center;
    }

    .spotprices-page .vat__option {
        padding: 0 0.65rem;
    }

    .spotprices-page .vat__option:last-child {
        padding-right: 0.65em;
    }
}

@media only screen and (min-width: 760px) and (max-width: 991px) {
    .spotprices-page .spotprice__header > .vat {
        margin: 0 auto;
        max-width: 75%;
        width: 100%;
    }
}

@media only screen and (max-width: 759px) {
    .spotprices-page .spotprice__header > .vat {
        max-width: 100%;
        width: 100%;
        padding: 0.65rem;
        display: flex;
    }

    .spotprices-page .spotprice__header > .vat > div {
        flex: 1;
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .spotprices-page .spotprice-list--summary {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .spotprices-page .spotprice-list--summary li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -webkit-flex-grow: 1;
        -ms-flex: 1 0 auto;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-grow: 1;
        color: #fff;
        font-size: 20px;
        background-color: #eb7400 !important;
    }

    .spotprices-page .spotprice-list--summary li:first-child {
        background-color: #dc1e12 !important;
    }

    .spotprices-page .spotprice-list--summary li:last-child {
        background-color: #f5a31c !important;
    }

    .spotprices-page .spotprice-list--summary li span:first-child {
        text-align: left;
    }

    .spotprices-page .spotprice-list--summary li span:last-child {
        text-align: left;
        font-weight: bold;
    }
}

.spotprices-page .chart-legend {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.spotprices-page .chart-legend ul {
    padding: 0;
    font-size: 14px;
}

.spotprices-page .chart-legend li {
    display: inline;
    line-height: 25px;
    margin-right: 10px;
    margin-left: 10px;
}

.spotprices-page .chart-legend li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    margin-right: 5px;
}
