body {
  background: radial-gradient(circle, #ddd, #eceff1) !important;
}

#q-app[target="old"] {
  background-image: url("../img/greenrock-bg.png");
}

.label-text-style {
  font-size: 22px;
  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-size: 15px;
  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;
}

.factory_block {
  background-color: #f4f8fb;
 /*box-shadow: rgb(0 0 0 / 25%) 0px 5px 18px;*/
  box-shadow: rgba(149, 157, 165, 0.3) 0px 5px 12px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 20px;
  overflow: hidden;
  position: absolute;
}


/*********************************************************************************************************/
/******************									新版									******************/
/*********************************************************************************************************/
.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%;
  }
}

.mycard {
  background-color: white;
  /*border: solid 1px #CCCCCC;*/
  border-radius: 5px;
  /*box-shadow: rgba(0, 0, 0, 0.35) 2.95px 2.95px 2.6px;*/
  box-shadow: rgb(100, 100, 100, 0.2) 0px 7px 29px 0px;
  font-size: 20px;
  font-weight: 600;
}

.overview_content {
  font-size: 20px;
  width: 100%;
  font-weight: 600;
  padding-bottom: 7px;
}

.bold-title {
  font-weight: bold;
}

/* 13MT 溶解爐 位置設定 */
.device-G1-position {
  position: absolute;
  top: 0%;
  left: 1.6%;
}

/* 4MT溶解爐 位置設定 */
.device-G2-position {
  position: absolute;
  top: 50%;
  left: 1.6%;
}

/* 8MT保溫爐 位置設定 */
.device-G3-position {
  position: absolute;
  top: 0%;
  left: 19%;
}

/* 2MT保溫爐 位置設定 */
.device-G4-position {
  position: absolute;
  top: 48%;
  left: 19%;
}

/* 圓形鐘罩式退火爐 位置設定 */
.device-G5-position {
  position: absolute;
  top: 0%;
  right: 6%;
}

/* 隧道式退火爐 位置設定 */
.device-G6-position {
  position: absolute;
  top: 10%;
  left: 45%;
}

/* 380V電錶(發電室) 位置設定 */
.device-G7-position {
  position: absolute;
  top: 33%;
  left: 40%;
}

/* 銅錠加熱功頻爐 位置設定 */
.device-G8-position {
  position: absolute;
  top: 48%;
  right: 4%;
}

.device-G8-position{
  .bottle-array{
    min-width: 94px !important;
    padding-right: 10px;
  }
}

/* 擠型機 位置設定 */
.device-G9-position {
  position: absolute;
  top: 64%;
  right: 24.3%;
}

.device-G9-position{
  .bottle-array{
    min-width: 94px !important;
    padding-right: 10px;
  }
}



/* 集塵變頻 位置設定 */
.device-G10-position {
  position: absolute;
  top: 54%;
  left: 40%;
}

.factory_item_block .factory_item:nth-child(even) {
  background-color: #ffffff;
}

.factory_item_block .factory_item:nth-child(old) {
  background-color: wheat;
}

.factory_item_block .factory_item:hover {
  background-color: #d9d9d9;
}

.factory_item {
  /*padding: 0px 10px;*/
  font-size: 20px;
}

.custom-p-unset {
  padding: unset !important;
}

.custom-table-pagination {
  padding: unset !important;
}

th.ve-table-header-th,
td.ve-table-body-td {
    font-size: 20px !important;
}
    