
#q-app[target="old"] {
  background-image: url("../img/greenrock-bg.png");
}

.label-text-style {
  font-weight: 600;
  color: #7fd5ff;
  background: #0d244e;
}

.span-text-label {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.span-value-unit {
  font-size: 20px;
  font-weight: 600;
  color: #00ffff;
}

.info-bg {
  background: #0d244e;
}

.text-border-corner {
  position: relative;
  border-image-source: radial-gradient(
    52.5% 80%,
    transparent 0px,
    transparent 100%,
    #2c4167 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
  /*	border-image-outset: 10px;*/
}

.border-box {
  position: relative;
  border-image-source: radial-gradient(
    0% 0%,
    transparent 0px,
    transparent 100%,
    #2c4167 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
}

.border-box::after {
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: -3px;
  content: "";
  border-image-source: radial-gradient(
    56.5% 94.5%,
    transparent 0px,
    transparent 100%,
    #4a7091 100%
  );
  border-image-slice: 1;
  border-width: 3px;
  border-style: solid;
  z-index: 0;
  width: calc(100% + 6px);
}

.layout {
  display: flex;
  width: 100%;
  height: 100%;
}
.layout > div {
  height: 100%;
  flex-grow: 1;
  box-sizing: border-box;
}
.all-station-mapbox {
  display: flex;
  flex-flow: column wrap;
}

.all-station-mapbox > div {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  height: 25px;
  font-weight: bold;
}

.mapbox-label {
  display: flex;
  justify-content: flex-start;
  width: 40%;
}

.mapbox-value {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
  width: 40%;
}

.mapbox-unit {
  display: flex;
  justify-content: flex-start;
  width: 20%;
}

.flex-fcsc {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.flex-frbc {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.flex-frac {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
}

.flex-frcc {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.flex-fcfs {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.flex-frce {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
}

.flex-fs {
  display: flex;
  justify-content: flex-start;
}

.flex-fe {
  display: flex;
  justify-content: flex-end;
}

/*********************************************************************************************************/
/******************									新版									******************/
/*********************************************************************************************************/
.Kanban-def {
  position: relative;
  height: 55vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 50%;
  border-radius: 5px;
}
.text-label-2 {
  font-size: 20px;
  font-weight: 600;
}

/* --  moblie device  -- */
@media all and (max-width: 575.98px) {
  .img-width {
    width: 100%;
  }
}
/* --  tablets and ipads  -- */
@media all and (min-width: 576px) and (max-width: 767.98px) {
  .img-width {
    width: 65%;
  }
}
/* --  laptops  -- */
@media all and (min-width: 768px) and (max-width: 1199.98px) {
  .img-width {
    width: 65%;
  }
}
/* --  desktops  -- */
@media all and (min-width: 1200px) {
  .img-width {
    width: 65%;
  }
}

.q-table-container {
  background-color: #fff;
}

.q-table > thead > tr > th {
  background-color: #2c8ce4;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  color: white;
  border: solid 1px lightgrey !important;
}

.q-table > tbody > tr > td {
  border: solid 1px lightgrey !important;
}

table thead:first-child th {
  background-color: #2c8ce4;
  font-family: Microsoft JhengHei;
  font-weight: bold;
  color: white;
  border: solid 1px lightgrey;
}

.colField {
  font-family: Microsoft JhengHei;
  font-weight: bold;
}

.dialogs .modal-content {
  width: 95%;
  max-height: 90vh;
}

.dialogs-mo .modal-content {
  width: 65%;
}

.mycard {
  background-color: white;
  border: solid 1px #bbbbbb;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.35) 2.95px 2.95px 2.6px;
  margin: 0 15px 0 10px;
  padding: 10px 15px;
  position: relative;
}

.status-signal {
  height: 38px;
  margin: 0 5px 3px 25px;
}

.soft-cursor {
  cursor: pointer;
}

.inputs .q-field-label.q-field-margin {
  padding: 6px 0 0 0;
  margin: 0;
  border: solid 1px rgba(0, 0, 0, 0.7);
}

.inputs.input-orange .q-field-label.q-field-margin {
  background-color: #ec8e00;
  color: white;
}

.inputs.input-blue .q-field-label.q-field-margin {
  background-color: #0082ca;
  color: white;
}

.inputs .q-field-label-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.inputs .q-field-content {
  background-color: white;
  padding: 5px 0 0 0;
  border: solid 1px rgba(0, 0, 0, 0.7);
}

.inputs-bot .q-field-label-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.inputs-bot .q-field-content {
  background-color: white;
  padding: 5px 0 0 0;
  border: solid 1px rgba(0, 0, 0, 0.7);
}

.buttons {
  color: white;
  font-weight: 900;
  width: 115px;
  padding: 5px 0;
  border-radius: 10px;
  border: solid 2px white;
  box-shadow: rgba(100, 100, 111, 0.3) 0px 0px 10px 0px;
  cursor: pointer;
}

.buttons:hover {
  filter: brightness(90%);
}
.buttons:active {
  filter: brightness(110%);
}

.modal-themes {
  background-color: #1c73c2;
  padding: 10px 30px;
}

.m-input,
.m-input input {
  cursor: pointer;
}

.m-input-readonly,
.m-input-readonly input {
  pointer-events: none;
}

.m-icon {
  border-radius: 50%;
  cursor: pointer;
}

.m-icon:hover {
  background-color: #bbbbbb;
}

.m-month {
  border-radius: 10px;
  cursor: pointer;
}

.m-month:hover {
  background-color: #0082ca;
  color: white;
}

.m-month-selected {
  background-color: #0082ca;
  color: white;
}

.dialog-close {
  color: white;
  font-weight: 900;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer !important;
}

.dialog-close:hover {
  background-color: #cccccc;
}

.tab-btn button div {
  color: black;
  font-weight: 800;
}

#electricity2_background {
  width: 100%;
  height: 100%;
  position: relative;
  /* background-image: url("./img/electricity1_background.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover; */
}

#electricity2_background img {
  width: 100%;
  height: 100%;
}
.all_factory {
  border-radius: 10px; 
  padding: 0 5px; 
  display:flex;
}

.factory_block {
 /* width: 270px;*/
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  font-weight: 600;
  padding: 10px;
}



.factory_block .block_title p {
  font-weight: 800;
  margin: 0px;
}

.factory_block .block_title .block_btn {
  position: relative;
  margin: 3px 0px;
  padding: 5px;
}

.factory_block .block_title .material-icons {
  color: #02a5d5;
  margin: 3px;
}

.factory_block .block_body {
  padding: 10px;
}

.factory_block .block_body .block_body_info:nth-child(2) {
  margin: 10px 0px;
}

.factory_block  .material-icons {
  color: #5B5B5B;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  padding: 4px;
  box-shadow: rgb(99 99 99 / 9%) 0px 2px 8px 0px;
}

.detail{
  text-align:center; 
  padding:10px 0 0 0;
}

.ele_meter_title{
  width:90px; 
  text-align:start; 
  color:#9A9A9A;
}
.ele_meter_value{
  width:120px; 
  text-align:end;
  color:#3D6ED7;
}
.ele_meter_unit{
  width:50px;
}
