
/* ########################## Main Flex Boxes Inside centre box ##############*/

.flexbox_main_body{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.flexbox_Child_L{
  border: 0px solid transparent;
  flex: 1 1 auto;
  padding: 10px 10px 10px 10px;
}

.flexbox_Child_R{
  border: 0px solid transparent;
  flex: 0 0 300px;
  padding: 10px 10px 10px 10px;
  position: sticky;
  top: 50px;
}

.flexbox_Child_R_sec{
  box-shadow: 1px 1px 5px 0px #000000;
  border: 0px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 10px;
  padding: 2px 5px 2px 5px;
  color: #797979;
}

.flexbox_Child_R_sec:hover{
  background-color: #314152;
  color: #ffffff;
  transition: all 0.1s;
}

/* ========= system calc system flex boxes ==================*/

.system_flexbox_main_body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.system_link {
  width: 200px;
  height: 200px;
  box-shadow: 1px 1px 5px 0px #000000;
  text-align: left;
  margin: 20px;
  border: 0px solid transparent;
  border-radius: 10px;
  transition: all 0.1s;
  background-color: #EEEEEE;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}

/* ========= SMALL BOXES ==================*/

.flexbox_Child_R_small{
  border: 0px solid transparent;
  flex: 0 0 50px;
  padding: 10px 10px 10px 10px;
  position: sticky;
  top: 50px;
}

.flexbox_Child_R_sec_small{
  box-shadow: 1px 1px 5px 0px #000000;
  border: 0px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 5px;
  color: #797979;
}

.flexbox_Child_R_sec_small:hover{
  background-color: #314152;
  color: #ffffff;
  transition: all 0.1s;
}

/* ########################## Flex Boxes Inside box ###########################*/

.flexbox_Child_L_body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.flexbox_Child_L_L_sec{
  border: 0px solid transparent;
  flex: 0 0 50%;
  padding: 10px 10px 10px 10px;
  min-width: 400px;
  border-right: 1px solid #bebebe;
}

.flexbox_Child_L_L_sec_small{
  border: 0px solid transparent;
  flex: 0 0 25%;
  padding: 10px 10px 10px 10px;
  min-width: 400px;
  border-right: 1px solid #bebebe;
}

.flexbox_Child_L_M_sec{
  border: 0px solid transparent;
  flex: 0 0 25%;
  padding: 10px 10px 10px 10px;
  min-width: 250px;
  border-right: 1px solid #bebebe;
}

.calc_flexbox_Child_L_R_sec{
  border: 0px solid transparent;
  flex: 1 1 50%;
  padding: 10px 10px 10px 10px;
  min-width: 250px;
}

.calc_flexbox_Child_L_R_sec_large{
  border: 0px solid transparent;
  flex: 1 1 60%;
  padding: 10px 10px 10px 10px;
  min-width: 250px;
}

/* ########################## accordion #######################################*/

.collapsible {
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border-bottom: 1px solid #EEEEEE;
  border-radius: 5px;
}

.tab_inactive{
  background-color: #314152;
  color: #ffffff;
  transition: all 0.8s;
}

.tab_active{
  background-color: #ffc107;
  color: #314152;
  transition: all 0.8s;
}

.collapsible:after {
  font-size: 13px;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}



.content {
  padding: 0 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}

/* ########################## table #######################################*/

table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  color: #000000;
  font-size: 10px;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  padding: 2px;
}

table.GeneratedTable thead {
  background-color: #314152;
  color:#EEEEEE;
}

table.GeneratedTable td:hover {
  border-color: #314152!important;
  cursor: pointer;
}

.table_cell_hr{
  background-color: #EEEEEE;
  color:#212121;
  text-align: left;
}

/* ########################## table 2 Industrial Energy Tariffs ##############*/

table.Tariffable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  color: #000000;
  font-size: 12px;
}

table.Tariffable td, table.Tariffable th {
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  padding: 2px;
}

table.Tariffable thead {
  background-color: #314152;
  color:#EEEEEE;
}


.table_input {
    max-width:80px;
    border:none;
    background:#ffffff;
    text-align:center;
}
.table_unit {
    max-width:60px;
    border:none;
    background:#ffffff;
}

/* ########################## Calendar #######################################*/

.calendar .calendar-header {
  background-color: #f5f5f5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 0;
}

.calendar .calendar-header .year-title {
  font-size: 16px;
}

.calendar .calendar-header .year-title:not(.year-neighbor):not(.year-neighbor2) {
  border-bottom: 2px solid #314152;
}

.calendar .months-container .month-container {
  height: 260px;
  margin-bottom: 10px;
}

.calendar table.month {
  background-color: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}

.calendar table.month th.month-title {
  background-color: #314152;
  color: white;
  padding: 2px;
  font-weight: 400;
}

.calendar table.month th.day-header {
  padding-top: 10px;
  color: #CDCDCD;
  font-weight: 400;
  font-size: 12px;
}

.calendar table.month td.day .day-content {
  padding: 5px;
  border-radius: 100%;
}
