@font-face {
  font-family: PingFangHK-Regular;
  src: url('../fonts/pingfang.ttf');
}
.HoverItem {
    position:relative;
    overflow:hidden;
    padding: 4px 4px 4px 4px;
    height:30px;
    font-size: 14px;
}
.HoverItem:before{
    content: "";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(255, 255, 255, 0.78);
    opacity: 0;
    transition:all ease .1s;
}
.HoverItem:hover:before {
    opacity:1;
    color:#fff;
    background-color: #AAAAAA88;
}


.GraphsContainer {
  height: 100%;
  min-width: 800px;
  width: 100%;
  overflow: auto;
  padding: 0px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: white;
}

.GraphContainer {
  height: 400px;
  width: 100%;
  border: solid 1px #dde0e3;
  margin-bottom: 10px;
  padding: 16px 16px 16px 16px;
  border-radius: 4px;
}

.GraphContainer .TopZone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.GraphContainer .TopZone .TitleZone {
  width:100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.GraphContainer .TopZone .TitleZone h {
  width: 172px;
  height: 18px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 6px;
}
.GraphContainer .TopZone .TitleZone p {
  width: 140px;
  height: 14px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}
.GraphContainer .TopZone .TimeZone {
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.GraphContainer .BottomZone {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.GraphContainer .BottomZone .GraphZone {
  direction: rtl;
  flex: 1;
  width: 500px;
  padding-right: 30px;
  overflow-x: auto;
}

.GraphContainer .BottomZone .SelectorZone {
  width: 300px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.GraphContainer .SelectorZone {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Selector {
  width: 50%;
  height: 42px;
  padding-top: 8px;
  padding-left: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}

.Selector .Selector-detail {
  position: absolute;
  max-width: 500px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  left: 30px;
  margin-top: -5px;
  display: none;
}

.Selector .Selector-detail-last {
  margin-top: -40px !important;
}

.Selector:hover .Selector-detail {
  display: block;
}

.Selector-btn .Selector-detail-btn {
  position: relative;
  max-width: 500px;
  padding: 10px 10px 20px 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  margin-top: -10px;
  margin-left: -55px;
  display: none;
}

.Selector-btn .Selector-detail-btn-last {
  /*margin-top: -10px;*/
}

.Selector-btn:hover .Selector-detail-btn {
  display: block;
}

.Selector .Container {
  position: relative;
  border: solid 1px #dde0e3;
  background: #ffffff;
  width: 100%;
  height: 34px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.Selector .Container .Colorbar {
  border-top: solid 1px #dde0e3;
  border-bottom: solid 1px #dde0e3;
  margin-right: 7px;
  width: 6px;
  height: 34px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.Selector .Container .CheckText {
  overflow: hidden;
  color: #57595c;
  width: 100px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}
.Selector .Container .UncheckText {
  overflow: hidden;
  color: #dde0e3;
  width: 100px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.TimeSelector {
  height: 34px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.TimeSelector .Title {
  margin-right:20px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #57595c;
}

.TimeSelector .Selector {
  padding-left: 5px;
  padding-bottom: 3px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-left: 5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  height: 30px;
  border-radius: 4.3px;
  border: solid 1px #dde0e3;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  color: #57595c;
}

.DataitemSelectContainer {
  width: 100%;
  padding: 16px 0px;
}

.DataitemSelectContainer .ColorTitle[classtype=iMonitor]{
  margin-left: 20px;
  padding-bottom: 30px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #FF9100;
}

.DataitemSelectContainer .ColorTitle[classtype=iAccess]{
  margin-left: 20px;
  padding-bottom: 30px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color:#00BFA5;
}

.DataitemSelectContainer .TopZone {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.DataitemSelectContainer  .TitleZone {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.DataitemSelectContainer .TopZone .TitleZone h {
  height: 18px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.DataitemSelectContainer .TopZone .SelectorZone {
  width: 760px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.DataitemSelectContainer .TopZone .Timezone {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.DataitemSelectContainer .BottomZone {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.DataitemSelectContainer .BottomZone .TitleZone {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.DataitemSelectContainer .BottomZone .TitleZone h {
  width: 172px;
  height: 18px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.DataitemSelectContainer .DataitemSelectLiner {
  display: flex;
  padding-bottom: 10px;
}

.DataitemSelectContainer .DataitemSelectLiner .LogTimezone {
  position:absolute;
  right: 0;
}

.DataitemSelectContainer .BottomZone .Timezone {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.LoginGraphZone {
  flex: 1;
  width: 900px;
  padding-right: 30px;
  overflow-x: auto;
}

.lds-dual-ring {
  margin-right: 300px;
  display: inline-block;
  width: 64px;
  height: 200px;
}
.lds-dual-ring:after {
  content: ' ';
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #888;
  border-color: #888 transparent #888 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.PeriodSelector {
  height: 34px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.PeriodSelector .MySelect {
  width:50px;
  height:50px;
}

.PeriodSelector .MySelect .MyOption {
  height:50px;
  padding:30px 30px 30px 30px;

}
.PeriodSelector option:hover {
  background-color: #00FF00;
}



@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.LocationMenu{
  width :160px;
  height :100%;
  position : absolute;
  z-index: 1;
  overflow: auto;
  background-color: #FFFFFF;
  border-radius: 8px 0px 0px 8px;
}

.LocationMenu .LocationCancel{
  width: 14px;
  height: 14px;
  background-image: url('../img/phase3/cancel.png');
}

.GooleMapCustom div {
  border-radius: 8px;
}

.Default_Dashboard_Image{
  background-image: url('../img/phase4/default_image.jpeg');
  -webkit-background-size: cover; /* For WebKit*/
  -moz-background-size: cover;    /* Mozilla*/
  -o-background-size: cover;      /* Opera*/
  background-size: 100% 100%;
}

.DashboardPropertyPannel {
    display: flex;
    flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    width:220px;
}

.inputWithArrow {
    background-image: url('../img/phase3/arrow_right.png'); /* Add your image path */
    background-position: right 10px center; /* Adjust the position as needed */
    background-repeat: no-repeat;
    padding-right: 30px; /* Adjust padding to prevent text overlap */
    border: 0.5px solid #ccc; /* Optional: adds border to input */
    height: 30px; /* Adjust height as needed */
    width:170px;
    padding-left:10px;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.DashboardPropertyPannel .Title {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
    margin-bottom:5px;
}
.DashboardPropertyPannelTitle{
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
    margin-bottom:5px;
}

.inputWithArrow .Title {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.DashboardPropertyPannel .TabContainer {
  height: 24px;
  width:180px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color:'#ff0';
}
.ClockSelectedTab{
  height: 24px;
  padding:3px;
  flex:1;
  color:'white';
  background-color:'#FF9900' !important;
  font-size:11px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.ClockTab {
  height: 24px;
  padding:3px;
  flex:1 ;
  color:'black' !important;
  font-size:11px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.ClockBorder{
  border: solid 1px #000;
  font-size:20px;
  padding: 6px 16px 6px 16px;
}
