:root {
  /* Common variables */
  --common-graph-width: calc(100% - (3vw - 20px));
  --common-graph-height: calc(40vh - 60px);
  /* --common-graph-padding: 0.5vw 0.5vw 0vw 0.5vw; */
  --common-graph-padding: 0vw 0.2vw 0vw 0.2vw;

  /* Spot specific variables */
  --spot-graph1-height: calc(38vh - 60px);
  --spot-graph2-height: calc(38vh - 60px);

    /* history specific variables */
  --history-graph1-height: calc(38vh - 60px);
  --history-graph2-height: calc(38vh - 60px);

  /* Predispatch specific variables */
  --predispatch-graph1-height: calc(41.1vh - 55px);
  --predispatch-graph2-height: calc(41.1vh - 55px);

  /* Market Data graphs variables */
  --marketdata-g1-h: calc(37vh - 60px);
  --marketdata-g2-h: calc(37vh - 60px);

  /* Colors */
  --mn-color: #009749;
  --bashboard-bg-color: linear-gradient(to right, #243646, #617e8a);
  --bashboardLeft-bg-color: #415363;

  /* Margins */
  --map-box-mb: 4vh;
  --header-height: calc(min(4rem, 70px) + 10px);
  --right-section-height: calc(100% - 3vh);

  /* Fonts */
  --font-xs: 0.8rem;
  --font-s: 0.9rem;
  --font-ms: 1rem;
  --font-m: 1.1rem;
  --font-xm: 1.2rem;
  --font-l: 1.3rem;
  --font-xl: 1.4rem;
  --font-xxl: 1.5rem;
  --font-xxml: 1.7rem;
  --font-xxxl: 3.0rem;
}
.fontHeader {
  font-size: var(--font-m);
  font-weight: bold;
  border-bottom: 1px solid gray;
}
.width10per {
  width: 10%;
}

.width15per {
  width: 15%;
}
i.fa.fa-download {
  /* font-size: 15px; */
  margin-top: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.dygraph-axis-label {
  color: white;
  /* font-size: 11px; fontsize */
}

#marketdatalegend,
#marketdatadifferencelegend,
#sra_graphlegend,
#sradatalegend,
#sra_graphlegend {
  text-align: center;
  /* margin-top: 10px; */
  color: white !important;
}
/* 
#bidstack_chart {
  margin-top: 20px;
  margin-left: 0%;
  width: 95%;
  height: 375px;
  margin-top: 5px;
} */

#weeklyForecastgraph .dygraph-legend {
  position: absolute;
  /* font-size: 11px !important; */
  /* z-index: 10; */
  width: 650px;
  /* background: white; */
  background-color: none;
  line-height: normal;
  text-align: left;
  overflow: hidden;
  margin-bottom: 22%;
  top: 19px !important;
}

#bidstacklegend {
  text-align: left;
  margin-top: 10px;
  color: #fff !important;
}

#fetch_data_bidstack {
  color: #fff;
}

#batterylegend,
#fcaslegend ,
#fcaslegendHistory {
  text-align: center;
  margin-top: 10px;
  color: #fff !important;
}

#batterydemo,
#batterydemo2,
#fcasdemo {
  margin-top: 20px;
  margin-left: 0%;
  width: 95%;
  height: 375px;
}

#batterydemo2 {
  margin-top: 1%;
}

#batterylegend2 {
  text-align: center;
  margin-top: 10px;
  color: #fff !important;
}

.gentable_header {
  cursor: pointer;
}

/* ST PASA CSS*/
#st_legend {
  text-align: center;
  margin-top: 10px;
}

/* #st_demo {
  margin-top: 20px;
  margin-left: 0%;
  width: 100%;
  height: 375px;
}

#st_demo2 {
  margin-top: 2%;
  margin-top: 20px;
  margin-left: 0%;
  width: 94vw;
  height: 375px;
} */

#st_legend2 {
  text-align: center;
  margin-top: 10px;
}
/*ST PASA CSS End*/

.few .dygraph-legend > span.highlight {
  border: 1px solid grey;
}
.few .dygraph-legend {
  position: absolute;
  top: 90vh;
}
#legend {
  text-align: center;
  margin-top: 10px;
  color: white !important;
}

.custom_legend_stpasa {
  cursor: pointer;
}
.custom_legend_del {
  cursor: pointer;
}
.custom_legend {
  cursor: pointer;
}
.custom_legend_trade30 {
  cursor: pointer;
}
.custom_legend_battery {
  cursor: pointer;
}
.custom_legend_interconnect {
  cursor: pointer;
}

.custom_legend_interconnector {
  cursor: pointer;
}
/* .custom_legend_bid {
  cursor: pointer;
  margin: 0.5%;
  color: #ffffff;
  font-size: 11px; fontsize
} */
.custom_legend_bid {
  cursor: pointer;
  margin: 0.5%;
  color: #000;
  /* font-size: 11px; fontsize */
}
.custom_legend_weeklyForcast {
  cursor: pointer;
}

/* #demo,
#demo2 {
  margin-top: 20px;
  margin-left: 0%;
  width: 100%;
  height: 375px;
}

#demo2 {
  margin-top: 1%;
} */

#legend2 {
  text-align: center;
  margin-top: 10px;
  color: white !important;
}

.weeklyTable {
  /* border: solid 1px #fff; */
  padding: 0.55em;
  border-bottom: 1px solid gray;
  white-space: nowrap;
}

.dygraph-legend-line {
  display: inline-block;
  position: relative;
  bottom: 0.5ex;
  padding-left: 1em;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.fade {
  opacity: 0.5;
}
.few .dygraph-legend > span.highlight {
  border: 1px solid grey;
}
.many .dygraph-legend > span {
  display: none;
}
.many .dygraph-legend > span.highlight {
  display: inline;
}

/* DivTable.com */
.divTable {
  display: table;
  width: 100%;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  border: 0px solid #999999;
  display: table-cell;
  padding: 3px 10px;
}
.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}
.dygraph-title {
  margin-top: 0%;
  /* font-size: 12px; fontsize */
}

.dygraph-label.dygraph-ylabel {
  /* font-size: 12px; fontsize */
  margin-top: 10px;
}

#revenueSRAdatagraph .dygraph-label.dygraph-ylabel {
  /* font-size: 12px; fontsize */
  margin-top: 17px !important;
}
.bat_reg_selected {
  border-bottom: 2px solid white;
}

/* CALENDER Image in Date Input */
input[type="date"]::-webkit-inner-spin-button {
  opacity: 0;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: url(../assets/calendar-2-icon.png) center/80% no-repeat;
  color: #fff;
  opacity: 0.8;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  background: url(../assets/calendar-2-icon.png) center/80% no-repeat;
  opacity: 1;
}


/* Batteries Radio Buttons START*/
/* https://codepen.io/BrianSassaman/pen/iLrpC?editors=1100 */
label.btn span {
  /* font-size: 11px; fontsize */
}

label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #20f81d;
  display: inline;
}
label:hover input[type="radio"] ~ i.fa {
  color: #20f81d;
}

/* Checkboxes */

label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #c8c8c8;
  display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #7aa3cc;
  display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
  color: #7aa3cc;
}

/* 
div[data-toggle="buttons"] label.active{
    color: #7AA3CC;
}

div[data-toggle="buttons"] label {
display: inline-block;
padding: 5px 8px;
margin-bottom: 0;
font-size: 11px; fontsize
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid 
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label:hover {
color: #7AA3CC;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
} */

/* Batteries Radio Buttons END */

/* MARKET SNAPSHOT */

/* info (hed, dek, source, credit) */
.rg-container {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  /* font-size: 11px; fontsize */
  line-height: 1.4;
  margin: 0;
  /* padding: 1em 0.5em; */
  color: #222;
}
.rg-header {
  margin-bottom: 1em;
  text-align: left;
}

.rg-header > * {
  display: block;
}
.rg-hed {
  font-weight: bold;

}
.rg-dek {

}

.rg-source {
  margin: 0;
 
  text-align: right;
}
.rg-source .pre-colon {
  text-transform: uppercase;
}

.rg-source .post-colon {
  font-weight: bold;
}

/* table */
table.rg-table {
  width: 100%;
  margin-bottom: 0.5em;
  
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: -20px;
}
table.rg-table tr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: left;
  color: #fff;
}
table.rg-table thead {
  border-bottom: 3px solid #ddd;
}
table.rg-table tr {
  /* border-bottom: 1px solid #ddd; */
  color: #fff;
}
table.rg-table tr.highlight {
  background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
  background-color: #f6f6f6;
}
table.rg-table th {
  font-weight: bold;
  padding-top: 3px;
  padding: 0.2em;
  font-size: 1em;
}
table.rg-table td {
  padding: 0.2em;
}
table.rg-table .highlight td {
  font-weight: bold;
}
table.rg-table th.number,
td.number {
  text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
  .rg-container {
    max-width: 600px;
    margin: 0 auto;
  }
  table.rg-table {
    width: 100%;
  }
  table.rg-table tr.hide-mobile,
  table.rg-table th.hide-mobile,
  table.rg-table td.hide-mobile {
    display: none;
  }
  table.rg-table thead {
    display: none;
  }
  table.rg-table tbody {
    width: 100%;
  }
  table.rg-table tr,
  table.rg-table th,
  table.rg-table td {
    display: block;
    padding: 0;
  }
  table.rg-table tr {
    border-bottom: none;
    margin: 0 0 1em 0;
    padding: 0.5em;
  }
  table.rg-table tr.highlight {
    background-color: inherit !important;
  }
  table.rg-table.zebra tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table.zebra td:nth-child(even) {
    background-color: #f6f6f6;
  }
  table.rg-table tr:nth-child(even) {
    background-color: transparent;
  }
  table.rg-table td {
    padding: 0.5em 0 0.25em 0;
    border-bottom: 1px dotted #ccc;
    text-align: right;
  }
  table.rg-table td[data-title]:before {
    content: attr(data-title);
    font-weight: bold;
    display: inline-block;
    content: attr(data-title);
    float: left;
    margin-right: 0.5em;
    font-size: 0.95em;
  }
  table.rg-table td:last-child {
    padding-right: 0;
    border-bottom: 2px solid #ccc;
  }
  table.rg-table td:empty {
    display: none;
  }
  table.rg-table .highlight td {
    background-color: inherit;
    font-weight: normal;
  }
}

/*   FOr setting button */

/* The switch - the box around the slider */
.switch_setting {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch_setting input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider_setting {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider_setting:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider_setting {
  background-color: #2196f3;
}

input:focus + .slider_setting {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider_setting:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider_setting.round {
  border-radius: 34px;
}

.slider_setting.round:before {
  border-radius: 50%;
}

.textbox {
  border: none;
  background-color: #55707d;
  /* border-bottom: 1px solid white; */
  /* font-size: 11px; fontsize*/
  /* position: absolute;              NEW */
  /* left: 50%; */
  /* transform: translateX(-50%);     NEW; see note below */
  text-align: center;
  /* width: 80%;
  padding: 20px; */
  /* font-size: 1px; */
}

/* The sidepanel menu */
.sidepanel {
  z-index: 1000;
  height: 89vh;
  width: 0; /*0 width - change this with JavaScript*/
  position: absolute; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  margin-top: 60px;
  /* left: 0px; */
  right: 0px;
  /* background-color: #111; Black */
  background-color: #55707d;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll; 
  padding-top: 25px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */

  /* height: 90%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    margin-top: 63px;
    
    right: 0px;
    background-color: #55707d;
    overflow-x: hidden;
    padding-top: 25px;
    transition: 0.5s;
    border: 3px solid white;
    border-radius: 10px; */
}

/* The sidepanel links */
.sidepanel .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidepanel a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidepanel .closebtn {
  position: absolute;
  top: 6.5vh;
  right: 8px;
  font-size: 25px;
  margin-left: 50px;
}

/* Style the button that is used to open the sidepanel */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  /* background-color:#55707d; */
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slidercheckbox {
  padding: 4px 0px 0px 10px;
}

.sliderheading {
  /* font-size: 11px; fontsize*/
  color: #fff;
  padding: 0px 10px 0px 10px;
  /* padding-left: 30px */

}

.alert-link {
  
  white-space: nowrap;

}

.liborder {
  margin: 15px;
  /* padding-top: 0px; */
  border-radius: 10px;
  border: 1px solid darkgray;
  /* background-color: #959dea; */
}

.settingcard {
  padding: 5px;
}

.widthtextbox {
  /* font-size: 11px; fontsize */
  font-style: normal;
  text-align: center;
  display: block;
}

.rightswitch {
  float: right;

  margin-top: 0px;
}

.important-field {
  /* color: red; */
  color: #f35429;
}

.muteAlerts.hide-alerts .fa-bell-o {
  display: none;
}

.muteAlerts.hide-alerts .fa-bell-slash-o {
  display: initial;
}

.muteAlerts .fa-bell-o {
  display: initial;
}

.muteAlerts .fa-bell-slash-o {
  display: none;
}

.muteAlertsMarket.hide-alerts-market .fa-bell-o {
  display: none;
}

.muteAlertsMarket.hide-alerts-market .fa-bell-slash-o {
  display: initial;
}

.muteAlertsMarket .fa-bell-o {
  display: initial;
}

.muteAlertsMarket .fa-bell-slash-o {
  display: none;
}

.favoriteTextHead {
  /* font-size: 12px fontsize !important; */
  width: 16.66%;
  border-bottom: 1px solid gray;


}
.text 
{
  padding-left: 1px !important;
  padding-right: 1px !important;
}
.favoriteText {
  /* font-size: 11px fontsize !important; */
  padding: 0.55em;
  border-bottom: 1px solid gray;
  word-break: break-word;
}

.editFavorite .runFavorite {
  cursor: pointer;
}

#favorite_table tbody {
  display: block;
  height: 79.5vh;
  /* height: 50px; */
  overflow: auto;
}
#favorite_table thead,
#favorite_table tbody > tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#favorite_table thead {
  width: calc(100% - 1em);
}

/* .shapshot_table td , .shapshot_table th {
  padding: 1px;
} */

.shapshot_table th {
  padding: 1px;
}


.mainCard_body {
  padding: 3px 3px 0px 3px;
}
.cardheader {
  color: white;
  padding: 2px;
}
.card_subheader {
  /* font-size: 12px; fontsize */
  font-weight: bold;
  float: right;
  /* margin-top: -6px; */
}
.SecRowfirst_bodydiv {
  white-space: nowrap;
  padding: 5px 0px 0px 0px;
  margin-top: -10px;
}
.firRowfirst_bodydiv {
  white-space: nowrap;
  /* padding: 5px 0px 0px 5px; */
}

.body_content {
  /* font-size: 11px; fontsize */
  font-weight: bold;
}
.second_bodydiv {
  /* margin: 5px 5px 0px 0px;
    float: right; */
  white-space: nowrap;
}
.secondRowSec_bodydiv {
  white-space: nowrap;
  margin-top: -5px;
}

/* DOWN TO UP */
/* #qld_nsw_up{
margin-top: 20px;
} */

.UParrow {
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-right: 15px;
  margin-top: -20px;
}

.arrowUP {
  /* width: 10px;
  height: 10px; */
  width: 0.51vw;
  height: 1vh;
  border: 2px solid;
  border-color: #ffff00 transparent transparent #ffff00;
  transform: rotate(45deg);
}

.arrowSlidingUP {
  position: absolute;
  -webkit-animation: slideUP 4s linear infinite;
  animation: slideUP 4s linear infinite;
}

.delayUP1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delayUP2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delayUP3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideUP {
  0% {
    opacity: 0;
    transform: translateY(5vw);
  }
  20% {
    opacity: 1;
    transform: translateY(1vw);
  }
  80% {
    opacity: 1;
    transform: translateY(-1vw);
  }
  100% {
    opacity: 0;
    transform: translateY(-5vw);
  }
}
@keyframes slideUP {
  0% {
    opacity: 0;
    transform: translateY(5vw);
  }
  20% {
    opacity: 1;
    transform: translateY(1vw);
  }
  80% {
    opacity: 1;
    transform: translateY(-1vw);
  }
  100% {
    opacity: 0;
    transform: translateY(-5vw);
  }
}

/* UP TO DOWN */
.Downarrow {
  width: 5px;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin-top: -20px;
  margin-right: 89%;
}

.arrowDown {
  /* width: 10px;
  height: 10px; */
  width: 0.51vw;
  height: 1vh;
  border: 2px solid;
  border-color: #ffff00 transparent transparent #ffff00;
  transform: rotate(-135deg);
}

.arrowSlidingDown {
  position: absolute;
  -webkit-animation: slideDown 4s linear infinite;
  animation: slideDown 4s linear infinite;
}

.delayDown1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delayDown2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delayDown3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-5vw);
  }
  20% {
    opacity: 1;
    transform: translateY(-1vw);
  }
  80% {
    opacity: 1;
    transform: translateY(1vw);
  }
  100% {
    opacity: 0;
    transform: translateY(5vw);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-5vw);
  }
  20% {
    opacity: 1;
    transform: translateY(-1vw);
  }
  80% {
    opacity: 1;
    transform: translateY(1vw);
  }
  100% {
    opacity: 0;
    transform: translateY(5vw);
  }
}

/* RIGHT TO LEFT */

#arrowleftVIC {
  /* width: 5px; */
  /* height: 5px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* float: right; */
  position: absolute;
  left: -7%;
  bottom: 2vh;
  /* top: 33.5%; */
}

.arrowLeft {
  /* width: 10px;
  height: 10px; */
  width: 0.51vw;
  height: 1vh;
  border: 2px solid;
  border-color: #ffff00 transparent transparent #ffff00;
  transform: rotate(-45deg);
}

.arrowSlidingLeft {
  position: absolute;
  -webkit-animation: slideLeft 4s linear infinite;
  animation: slideLeft 4s linear infinite;
}

.delayLeft1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delayLeft2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delayLeft3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(5vw);
  }
  20% {
    opacity: 1;
    transform: translateX(1vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-1vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-5vw);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(5vw);
  }
  20% {
    opacity: 1;
    transform: translateX(1vw);
  }
  80% {
    opacity: 1;
    transform: translateX(-1vw);
  }
  100% {
    opacity: 0;
    transform: translateX(-5vw);
  }
}

/* LEFT TO RIGHT */
#arrowrightVIC {
  /* width: 5px; */
  /* height: 5px; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* float: right; */
  position: absolute;
  /* top: 39%; */
  left: -7%;
  top: 1vh;
  /* right: 11px; */
}

.arrowRight {
  /* width: 10px;
  height: 10px; */
  width: 0.51vw;
  height: 1vh;
  border: 2px solid;
  border-color: #ffff00 transparent transparent #ffff00;
  transform: rotate(135deg);
}

.arrowSlidingRight {
  position: absolute;
  -webkit-animation: slideRight 4s linear infinite;
  animation: slideRight 4s linear infinite;
}

.delayRight1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delayRight2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delayRight3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-5vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-1vw);
  }
  80% {
    opacity: 1;
    transform: translateX(1vw);
  }
  100% {
    opacity: 0;
    transform: translateX(5vw);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-5vw);
  }
  20% {
    opacity: 1;
    transform: translateX(-1vw);
  }
  80% {
    opacity: 1;
    transform: translateX(1vw);
  }
  100% {
    opacity: 0;
    transform: translateX(5vw);
  }
}

.card-text {
  font-size: 8px;
}

.cardtable td {
  padding: 0.1px;
}

.cardtable {
  height: 80px;
}

.headercardtable td {
  text-align: center;
}

#arrowup_nsw_vic {
  margin-right: 50%;
}

#arrowup_tas_vic {
  margin-right: 50%;
}

.td_right {
  /* float: right;
  margin-top: 5px;
  padding-right: 1px; */
  white-space: nowrap;
}

.price_font {
  /* font-size: 17px; fontsize */
  color: black;
  cursor: pointer;
}

.price_text {
  color: black;
  /* position: relative;
  top: -5px; */
}

/* .box_table{
   width: 100%;
   font-size: 12px; fontsize
   height: 100%;
   font-weight: 600;
} */
.sa_price_td_style {
  text-align: center;
  background-color: #ea6f8582;
  border-radius: 6px 0px 6px 6px;
}
.price_td_style {
  text-align: center;
  border-radius: 6px 0px 0px 6px;
}
.mw_font {
  color: black;
 
}

/* Dygraphs CSS shuld be here for dashboard */
.dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 10px);
  z-index: 1000;
  /* margin-top: 5px; */
  /* position: unset; */
}

#marketdatagraph .dygraph-ylabel ,#marketdatadifference  .dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 17px);
  z-index: 1000;
  /* margin-top: 5px; */
  /* position: unset; */
}

#sensitivity_graph .dygraph-ylabel {
  margin-top: 17px;

}
#mt_pasa_divs .dygraph-ylabel {
  margin-top: 17px;

}

.dygraph-axis-label-y {
  position: relative;
  left:  -.8vw;
}
.dygraph-axis-label-y {
  width: 60px;
}
.difference_massage_font_icon {
  color:#a92019;font-size:5rem
}
.difference_massage_font {
  margin-left: -33%;
  text-align: center;

  font-size: 1.5rem;
}
/* Error messager Text Font */
.fontsize_for_error {
  font-size: var(--font-xxxl) !important;
}

/* Predispatch Graphs */

#trade_graph_price {
  width: 95% !important;
  margin-top: 0%;
  height: var(--predispatch-graph1-height) !important;
  position: relative;
  left: calc(3vw - 10px);
}

#trade_graph_demand {
  position: relative;
  left: calc(3vw - 10px);
  width:95% !important;
  height: var(--predispatch-graph2-height) !important;
  /* margin-top: 10px; */
  /* min-height: 109px; */
  /* left: -0.7vw; */
}

#trade_graph_interconnector {
  position: relative;
  left: calc(3vw - 10px);
  width:95%;
  height: var(--predispatch-graph2-height) !important;
  /* margin-top: 0%; */
  /* display: none; */
}


/* Spot Graphs */
#spot_first_graph {
  position: relative;
  left: calc(3vw - 25px);
  width: var(--common-graph-width) !important;
  height: var(--spot-graph1-height) !important;
  /* margin-top: 0%; */
}
#spot_second_graph {
  position: relative;
  left: calc(3vw - 25px);
  width: var(--common-graph-width) !important;
  margin-top: 0%;
  height: var(--spot-graph2-height) !important;
}
#spot_first_graph .dygraph-ylabel {
    position: relative;
    bottom: calc(3vw - 17px);
    /* margin-top: 5px !important; */
}

#spot_second_graph .dygraph-ylabel {
    position: relative;
    bottom: calc(3vw - 17px);
    /* margin-top: 5px !important; */
}
#trade_graph_price .dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 17px);
  /* margin-top: 5px !important; */
}
#trade_graph_demand .dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 17px);
  /* margin-top: 5px !important; */
}

#sensitivity_graph_legend .dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 20px) !important;
  /* margin-top: 5px !important; */
}

#secondSubDiv {
  margin-top: -1vh;
}

#historySecondSubDiv {
  margin-top: -1vh;
}



/* history Graphs */
#history_first_graph {
  position: relative;
  left: calc(3vw - 25px);
  width: var(--common-graph-width) !important;
  height: var(--history-graph1-height) !important;
  /* margin-top: 0%; */
}
#history_second_graph {
  position: relative;
  left: calc(3vw - 25px);
  width: var(--common-graph-width) !important;
  margin-top: 0%;
  height: var(--history-graph2-height) !important;
}
#history_first_graph .dygraph-ylabel {
    position: relative;
    bottom: calc(3vw - 17px);
    /* margin-top: 5px !important; */
}

#history_second_graph .dygraph-ylabel {
    position: relative;
    bottom: calc(3vw - 17px);
    /* margin-top: 5px !important; */
}

/* Sensitivity Graph */
#sensitivity_graph {
    position: relative;
    left: calc(3vw - 20px);
    width: calc(100% - 10ch);
    margin-top: 0%;
    height: calc(74vh + 10px);
}

#sensitivity_graph_legend {
  position: absolute;
  /* font-size: 11px; fontsize */
  z-index: 10;
  width: calc(9vw);
  margin-top: 5vh;
  margin-left: 6vw;
  background: transparent;
  line-height: normal;
  text-align: left;

  overflow: hidden;
}
#sensitivitymin_last_updatedate {
  margin-right: 5px;
}
/* Pasa */
#demo, #demo2{
    position: relative;
    left: calc(2vw - 10px);
    width: calc(98% - 10px);
    margin-top: 0%;
    height: var(--common-graph-height) !important;
}
#st_demo{
    position: relative;
    left: calc(2vw - 10px);
    width: calc(98% - 10px);
    margin-top: 0%;
    height: calc(40vh - 80px);
}
#st_demo2{
  position: relative;
  left: calc(2vw - 10px);
  width: calc(98% - 10px - 6rem);
  margin-top: 0%;
  height: calc(40vh - 80px);
}

#st_demo .dygraph-axis-label-y2{
    left:0px;
}

/* bidstacks Graph */
#bidstack_chart {
    position: relative;
    left: calc(3vw - 20px);
    /* width: calc(100% - 10rem); */
    width: 90%;
    margin-top: 0%;
    height: calc(47vh);
    /* border: 1px solid; */
}
#bidstack_2 {
    position: relative;
    left: calc(3vw - 19px);
    /* width: calc(100% - 3rem); */
    width: calc(89% + 7.5ch);
    margin-top: 0%;
    height: calc(27vh);
    /* border: 1px solid; */
}

#bidstackGraphCont .dygraph-axis-label-y{
  width: calc(12ch - 2vw);
  left: 0px;
}

#bidBandBar{
    position: relative;
    left: calc(0vh);
    color: #fff;
    /* overflow-y: hidden; */
    overflow-x: hidden;
    padding-bottom: 1vh;
    min-height: 260px;
    /* border: 1px solid; */
    height: 67vh;
  }
/* SRA Auction */
#sra_graph {
    position: relative;
    left: calc(3vw);
    width:calc(93.5% - 7px - 6rem) !important;
    margin-top: 0%;
    height: calc(40vh - 62px) !important;
}
#sradatagraph {
  position: relative;
  left: calc(3vw - 15px);
  margin-top: 0%;
  height: calc(40vh - 62px) !important;
}
#sradatagraph .dygraph-axis-label-y2{
  left:0px;
}
#sradatagraph .dygraph-y2label{
  margin-top: -1.5vw;
}
#sra_graphlegend, #sradatalegend {
  margin-top: 5px;
}
/* SRA Revenue */
#revenueSRAdatagraph{
    position: relative;
    left: calc(1vw - 10px);
    width: calc(100% - 25px);
    margin-top: 0%;
    height: calc(74vh);
}
#revenueSRA_form{
  padding-top: 2px;
}
#revenueSRAdatagraph .dygraph-axis-label-y2{
  left:0px;
}
#revenueSRAdatagraph .dygraph-y2label{
  margin-top: -1.5vw;
}
#revenueSRAdatalegend {
  text-align: center;
  margin-top: 5px;
  color: white !important;
}

.revenueTable{
  /* border: solid 1px #fff; */
  padding: 0.55em;
  border-bottom: 1px solid gray;
}




#summarySraRevenueHead{
  text-align: center;
}

/* #revenueSRAdatagraph .dygraph-label.dygraph-ylabel {
  margin-top: 15px;
} */

/* #revenueSRAdatagraph_indicator
{
position: absolute; 
top: 50%;
 left: 50%;
} */

#revenueRadiodiv
{
display: -webkit-inline-box;
 width: 100%;
}

#revenueRadiobtngroup
{
margin-top: 3px !important;
/*margin-left: 5%;width: 100%;*/
}

#Periodspan
{
margin-left: 8px;
}

#Customspan
{
margin-left: 8px;
}

#Interconnecterdiv
{
margin-left: 15px;
}
#Interconnecterparentspan
{
white-space: nowrap
}

#interconnecteridRevenueSRA
{
border-color: #fff;
 border-radius: 5px;
  margin-left: 5px;
  display: inline-block; 
  background: transparent; 
  /* height: 30px;  */
  border: 1px solid;
  width: 6.5vw;
  /* font-size: 11px; fontsize */
}
#periodDrp {
  margin-left: 0.3vw;  
}
#revenueSRA_period
{
border-color: #fff;
border-radius: 5px; 
margin-left: 5px;
display: inline-block;
background: transparent;
/* height: 30px;  */
border: 1px solid;
width: 6.5vw;
/* font-size: 11px; fontsize  */
}

#customDate
{
display: none;
}
#sraRevenue_start_datediv
{
white-space: nowrap;
display: flex;
}
#sraRevenue_start_date
{
margin: auto;
}

#sraRevenue_start_date
{
background: transparent;
 margin-left: 7px;
}

#sraRevenue_end_date
{
background: transparent; 
margin-left: 7px;
color: white;
}

.favoriteListSraRevenue
{
margin-right: 10px;
background: none;
color:#fff;
border-color: white;
border-radius: 3px;
width: 100px;
margin-bottom: 5px;
}
.SRARevFavorite
{
color: #ffffff;
 margin-right: 5px;
 cursor: pointer;
}

#Intrconnectordiv
{
float: left;
width: 84%;
display: inline-block;
}

#revenueSRAdatagraph
{
position: relative;
left: calc(3vw - 10px);
width: calc(100% - 25px);
margin-top: 0%;
/* height: calc(75vh); */
}
#revenueSRAdatalegend
{
width: 100%;
}
#sraRevenueSummaryTablediv
{
width: 16%;
border: 1px solid;
float: right;
}

#sraRevenueSummaryTable
{
width: 100%;
margin-top: 25px;
width: 100%;
display: none;
}

#sraRevenueSummaryTablebody
{
background-color:#77889945; 
float: right;
margin-right: 26px;
}

#modal-contentSRARevenue
{
background-color: white;
}

#modal-header
{
padding: 10px;
}

#closemodel
{
margin-top: -26px;
font-size: 29px;
}

#closemodelspan
{
color: black;
}
#nameSRARevAddFavoritediv
{
padding: 15px 10px 0px;
}

#nameSRARevAddFavorite
{
/* font-size: 11px; fontsize */
}

#modal-footer
{
padding: 10px 15px 10px; 
}


#N-Q-MNSP1div, #N-Q-MNSP1div, #T-V-MNSP1div, #T-V-MNSP1div, #V-S-MNSP1div, #V-S-MNSP1div
{
  display: none;
}



/* Weekly Forecast */
#weeklyForecastgraph {
    position: relative;
    left: calc(2vw - 10px);
    width: calc(100% - 25px);
    margin-top: 0%;
    height: calc(78vh);
    margin-bottom: 1vh;
}
/* #right_section_weeklyForecastgraph {
  max-height: calc(76vh);
} */


/* Market data */

#marketdata_divtab {
  display: none;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  height: var(--right-section-height) !important;
}
.mdDropDown {
  /* font-size: 11px; fontsize */
  background: none; 
  color:#fff;
  border-color: white;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 5px;
}

.size{
padding: 10px;
}

.mdDropDownParent{
  width: 10%;
  margin-right: 3px;
  min-width: 90px;
}
.custom_legend_marketdata, .custom_legend_marketdata_diff {
  color: #000;
}
#marketdatadifference .dygraph-legend {
  position: absolute;
  right: 0px !important;
  /* font-size: 11px; fontsize */
  z-index: 100;
  width: 16vw;
  color: black;
  background: white;
  line-height: inherit;
  text-align: left;
  overflow: hidden;
  /* display: none; */
  margin-top: 5%;
  top: -20px !important;
  /* margin-bottom: 7%; */
  border-radius: 5px;
  padding: 5px 5px 5px 0px;
}

#marketdatagraph {
  margin-bottom: 1vh;
  margin-top: 10px;
  margin-left: 1.6vw;
  width: var(--common-graph-width) !important;
  height: var(--marketdata-g1-h) !important;
}
.dygraph-axis-label-y2{
  left:0px !important;
}
#marketdatagraph .dygraph-legend {
  position: absolute;
  right: 0px !important;
  /* font-size: 11px; fontsize */
  z-index: 100;
  width: 16vw;
  color: black;
  background: white;
  line-height: inherit;
  text-align: left;
  overflow: hidden;
  /* display: none; */
  margin-top: 5%;
  top: -20px !important;
  /* margin-bottom: 7%; */
  border-radius: 5px;
  padding: 5px 5px 5px 0px;
}
#market_data_indicator1 {
  z-index: 900;
  position: absolute;
  left: 50%;
  top: 7vh;
}

#marketdataform {
  margin-left: 1.5vw;
  margin-top: 10px;
}
#marketdataform1 {
  margin-left: 1.5vw;
  margin-top: 10px;
}
.actionMarketData{
  text-align: left;
  margin-left: 1vw;
}
#single_date2 {
  margin-left: .3vw
}
.marketdataDateField {
    /* padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    background: transparent;
    height: 20px; */
    width: 100%;
}

#runQueryBtn {
  margin-left: .6vw;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 21px;
  /* padding: 0px 12px 2px; */
  line-height: 1.428571429;border-radius: 4px;
}

#runQueryBtn1 {
  margin-left: .6vw;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 38px;
  /* padding: 0px 12px 2px; */
  padding:10px;
  line-height: 1.428571429;border-radius: 4px;
}


#manageMarketDataAlertBtn {
  margin-left: .6vw;
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  height: 21px;
  /* padding: 0px 12px 2px; */
  line-height: 1.428571429;border-radius: 4px;
}
.width1vw {
    /* width:1vw; */
  padding-right: 5px;
}
.fullWidthWithheight {
  /* margin-top: 10px; */
  /* width: 100%; */
  margin-left: 1.5vw;
  /* width: var(--common-graph-width) !important; */
  width: 92% !important;

  height: var(--marketdata-g2-h) !important;
}
#marketdatadifference
{
  margin-left: 1.6vw;

}
#diff_price {
    display:none;
    margin-top: .7vh;
    margin-bottom: .7vh;
}



/* #graph_price,
#graph_demand,
#batterydemo,
#batterydemo2,
#fcasdemo{
  position: relative;
  left: calc(2vw - 10px);
} */

#menu_dropdown {
  width: 67.5vw;
}

#main-content-inner {
  display: flex;
  height: calc( 100vh - (min(4rem, 70px) + 10px));
  justify-content: space-evenly;
  /* align-items: center; */
  margin-top: 1.5vh;
}

.prg_cnt{
  display: flex;
  align-items: center;
}

#fcasFirstDiv, #fcasSecondDiv,#fcasSecondHistoryDiv,#fcasFirstDivHistory {
  margin-bottom: 10px;
}

#trade30min_last_updatedate {
  margin-right: 10px;
}

#spot_first_legend, #spot_second_legend{
  /* display: flex;
  justify-content: center;
  flex-wrap: nowrap; */
  height: 4.39vh;
  margin-top: 5px;
}

#history_first_legend,
#history_second_legend {
  /* display: flex;
  justify-content: center;
  flex-wrap: nowrap; */
  height: 4.39vh;
  margin-top: 5px;
}


#overview-regions {
  height: calc(100% - 35px); width: 100%; display: flex; flex-direction: column;

}
#snap-and-timer {
  width: 100%; height: 18%;display: flex; flex-direction: row;position: relative;
}

#snap-div {
  width: 65%;
}
/* Timer Circlular*/
#timer-div {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.item-timer {
  position: relative;
  float: left;
}
.item-timer h4 {
  text-align: center;
  position: absolute;
  line-height: 10vh;
  color: #fff;
  width: 100%;
}
.timerSVG {
 -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.circle_animation {
stroke-dasharray: 440; /* this value is the pixel circumference of the circle */
stroke-dashoffset: 440;
transition: all 1s linear;
}

.overviewHeader {
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: .4vw;
  background-color: #ffffff;
  border-bottom: 1px solid gainsboro;
  /* padding-bottom: 12px; */
  border-radius: 0px;
  width: calc(100% + 2px);
  position: relative;
  top: -1px;
  left: -1px;
  font-weight: 700;
  color: #354a5a;
}

#notices-and-region {
  width: 100%; display: flex; justify-content: space-between;
}
.main-notices {
  display: flex;
  flex-direction: column;
}
.containerNotice {
  /* height: 30vh; */
  width: 100%;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: -0.2vw;
  /* border:1px solid red; */
}
.containerNotice::-webkit-scrollbar {
  display: none;
}
#notices {
  height: 31vh;
  width: 15vw;
  /* flex-direction: column; */
  /* display: flex; */
  margin-top: -1vh;
  /* justify-content: end; */
  /* border: 1px solid; */
  position: relative;
  /* animation: mymove 10s infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: reverse;
   */
  /* overflow: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none; */
}
/* #notices::-webkit-scrollbar { 
  /* display: none; /
} */
#notices:hover {
  animation-play-state: paused;
}
@keyframes mymove {
  /* from {bottom: 0vh;}
  to {bottom: 33vh;} */
  0%, 1.5% {bottom: 0vh;}
  100%  {bottom: 33vh;}
}
.notice {
  /* height: 5.60vh; */
  height: 4rem;

  width: 95%;
  margin: 0.8vh;
  border-radius: .4vw;
  color: #000;
  border-left: 0.6vw solid #243646;
  background: #e8e8e8;
  /* overflow: hidden; */
  padding: 0.2vw 0.2vw 0vw 0.4vw;
}
.notice span{
  /* font-size: 1rem; */
  color: #000;
  font-weight: 570;

}
.notice p {
  font-size: 0.9rem;
  cursor: pointer;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 570;

}
.allNotices {
  float: right;
  margin-right: .5vh;
  width: 15vw;
}
#popout_entire_noticesection {
  float: right;
  margin-right: .5vh;
  cursor: pointer;
}
.inner{
  position:relative;
  top:0px;
}
.outer{
  overflow:hidden;
}
#reg-qld-nsw {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


/* SVG Styles start */
.regionSvg {
  margin-top: 4%;
  width: 95%;
  /* height: 7.6vh; */
  /* height: 4rem; */

}
.regionName {
  font-size:27.778px;
  fill:white;
}
.svgRegionLabels {
  font-size:20.833px;
  fill:rgb(177,177,177);  
}
.svgRegionLablelVal {
  font-size:24.306px;
  fill:white;
}
.svgRegionPrice {
  font-size:16.285px;
  fill:white;
  cursor: pointer;
}
/* SVG Styles END */

#reg-sa-vic {
  height: 10vh;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#inter-sa-vic {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#saSVGDiv {
  width: 40%;
}
#vicSVGDiv {
  width: 40%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.inter-sa-vic {
  width: 90%;
  height: 50%;
  margin-left: 5%;
}
#reg-tas {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#reg-tas-1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#inter-vic-tas {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.ic-progress-svg-front {
  stroke: #FFF;
  stroke-width: 5;
  fill: transparent;
  transform: rotate(-90deg);
  transform-origin: 50px 60px;
  transition-duration: 1500ms;
}

.ic-progress-svg-back {
  stroke: rgb(39, 55, 71);
  stroke-width: 5;
  fill: transparent;
}

#saSVGDiv .regionSvg {
  margin-left: 5.5%;
}

/* Interconnector circles id */

/* IC QLD-NSW LRFT */
#ic-qld-nsw-l {
  stroke-dasharray: 0 5000;
}
#ic-qld-nsw-l_Cval {}
#ic-qld-nsw-l_Cval {}
#ic-qld-nsw-l_Directlink {}
#ic-qld-nsw-l_MW1 {}
#ic-qld-nsw-l_MW2 {}
/* IC QLD-NSW RIGHT */
#ic-qld-nsw-r {
  stroke-dasharray: 0 5000;
}
#ic-qld-nsw-r_Cval {}
#ic-qld-nsw-r_Cval {}
#ic-qld-nsw-r_Directlink {}
#ic-qld-nsw-r_MW1 {}
#ic-qld-nsw-r_MW2 {}

/* IC NSW-VIC */
#ic-nsw-vic {
  stroke-dasharray: 0 5000;
}
#ic-nsw-vic_Cval {}
#ic-nsw-vic_Cval {}
#ic-nsw-vic_Directlink {}
#ic-nsw-vic_MW1 {}
#ic-nsw-vic_MW2 {}

/* SA VIC TOP */
#ic-sa-vic-t {
  stroke-dasharray: 0 5000;
}
#ic-sa-vic-t_Cval {}
#ic-sa-vic-t_Cval {}
#ic-sa-vic-t_Directlink {}
#ic-sa-vic-t_MW1 {}
#ic-sa-vic-t_MW2 {}

/* SA VIC BOTTOM */
#ic-sa-vic-b {
  stroke-dasharray: 0 5000;
}
#ic-sa-vic-b_Cval {}
#ic-sa-vic-b_Cval {}
#ic-sa-vic-b_Directlink {}
#ic-sa-vic-b_MW1 {}
#ic-sa-vic-b_MW2 {}

/* IC VIC to TAS */
#ic-vic-tas {
  stroke-dasharray: 0 5000;
}
#ic-vic-tas_Cval {}
#ic-vic-tas_Cval {}
#ic-vic-tas_Directlink {}
#ic-vic-tas_MW1 {}
#ic-vic-tas_MW2 {}

#inter-nsw-vic {
  justify-content: flex-end;
}


#progress_back {
  fill: transparent;
  stroke: white;
  stroke-width: 2%;
  /* dashedarr */
  stroke-dasharray: 1400 5000;
  transform: rotate(-90deg);
  transform-origin: center;
  /* stroke-dashoffset: 200; */
  /* stroke-linecap: round; */
}

#progress_back2 {
  fill: transparent;
  stroke: #abfc2f;
  stroke-width: 3%;
  /* dashedarr */
  stroke-dasharray: 0 5000;
  transform: rotate(-90deg);
  transform-origin: center;
  /* stroke-dashoffset: 200; */
  /* stroke-linecap: round; */
}

#progress_background {
  fill: rgb(65, 83, 99);
}

#progress_front {
  fill: transparent;
  /* stroke: #415363; */
  stroke: var(--bashboardLeft-bg-color);
  stroke-width: 4%;
  stroke-dasharray: calc(2.25% * 3.14) calc(4% * 3.14);
  transform: rotate(calc(2.25% * 3.14));
  transform-origin: center;
  /* transform: rotate(-90deg);
  transform-origin: center; */
}

.ic-arrow-svg {
  transform-origin: 1066.5px 842px;
}

#ic-qld-nsw-l_arrow {
  transform: rotate(180deg);
  fill: red;
}
#ic-qld-nsw-r_arrow {
  transform: rotate(180deg);
  fill: seagreen;
}
#ic-nsw-vic_arrow {
  transform: rotate(0deg);
  fill: seagreen;
}
#ic-sa-vic-t_arrow {
  transform: rotate(0deg);
  fill: seagreen;
}
#ic-sa-vic-b_arrow {
  transform: rotate(180deg);
  fill: red;
}
#ic-vic-tas_arrow {
  transform: rotate(180deg);
  fill: seagreen;
}
#map_last_update
{
  white-space: nowrap;
}

#ic-qld-nsw-l_arrow {}
#ic-qld-nsw-r_arrow {}
#ic-nsw-vic_arrow {}
#ic-sa-vic-t_arrow {}
#ic-sa-vic-b_arrow {}
#ic-vic-tas_arrow {}


/* Region Values */
#qld_gen-avail {}
#qld_demand {}
#qld_price {}

#nsw_gen-avail {}
#nsw_demand {}
#nsw_price {}

#vic_gen-avail {}
#vic_demand {}
#vic_price {}

#sa_gen-avail {}
#sa_demand {}
#sa_price {}

#tas_gen-avail {}
#tas_demand {}
#tas_price {}

#trade_graph_interconnector .dygraph-ylabel {
  position: relative;
  bottom: calc(3vw - 17px);
}

.custom_legend_firstFC 
{
  cursor: pointer;
}
#spotFirstButton
{
  margin-top: 3px;
}
#historyFirstButton
{
  margin-top: 3px;
}
#regionForPriceDemand{
  margin-top: 1px;
}

#regionForPriceDemandHistory {
  margin-top: 1px;
}

#updateAlertsMarket, #addAlertsMarket {
  background: none;
  border: none;
  padding: 0;
  font: inherit; /* Keep the font consistent with surrounding text */
  color: inherit;
  cursor: pointer; /* Keep the pointer to indicate it's clickable */
  text-decoration: none;
}