?-font-face {
  font-family: PingFangHK-Regular;
  src: url('../fonts/pingfang.ttf');
}

.GroupListContainer {
  height: 100%;
  min-width: 800px;
  min-width: fit-content;
  width: 100%;
}
.GroupListContainer .BlueTitle {
  margin-top: 24px;
  margin-left: 16px;
  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: #389bff;
}
.GroupListContainer .ColorTitle[classtype=iMonitor]{
  margin-top: 24px;
  padding-bottom: 30px;
  padding-left: 20px;
  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;
  text-align: left;
}

.GroupListContainer .ColorTitle[classtype=iAccess]{
  margin-top: 24px;
  padding-bottom: 30px;
  padding-left: 20px;
  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;
  text-align: left;
}

.GraphsContainer .ColorTitle[classtype=iMonitor]{
  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;
}

.GraphsContainer .ColorTitle[classtype=iAccess]{
  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;
}

.TitleAndSearch{
  padding-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.Content .TitleAndSearch .Empty{
  flex-grow: 1;
}

.Content .TitleAndSearch .ColorTitle{
  padding-left: 20px;
  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: #389BFF;
}

.Content .TitleAndSearch .ColorTitle[classtype=iMonitor]{
  padding-left: 20px;
  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;
}

.Content .TitleAndSearch .ColorTitle[classtype=iAccess]{
  padding-left: 20px;
  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;
}

.Content .TitleAndSearch .GreenTitle{
  padding-left: 20px;
  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;
}

.Content .TitleAndSearch .SearchBox{
  height: 35px;
}

.TrendContainer {
  padding-left: 16px;
  padding-right: 16px;
}

.TrendContainer .Title {
  margin-bottom: 16px;
  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: #57595c;
}

.GroupListContainer .GroupListHead {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
  border-top: solid 1px #dddddd;
}
.GroupListContainer .GroupListHead .EndItem {
  flex: 1;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.GroupListContainer .GroupListHead .HeadItem {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  flex-grow: 0;
  flex-shrink: 0;
}

.GroupListContainer .GroupListHead .HeadItem .TT {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .GroupListHead .EndItem .TT {
  margin-left: 5px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .GroupListEntry {
  min-height: 32px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
  border-top: solid 1px #e8e8e8;
}

.GroupListContainer .GroupListEntry .HeadItem {
  min-height: 40px;
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
}
.GroupListContainer .GroupListEntry .HeadItem .ValueContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

.GroupListContainer .GroupListEntry .HeadItem .ValueContainer .Text {
  margin-left: 5px;
  height: 14px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .GroupListEntry .HeadItem .ValueContainer input {
  width: 232px;
  height: 26px;
  background-color: #f8faff;
  margin-left: 5px;
  padding-left: 5px;
  border-radius: 5px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .GroupListEntry .HeadItem .ValueContainer .TextBlue {
  width: 64px;
  height: 26px;
  color: #389bff;
  padding-top: 5px;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.GroupListContainer .GroupListEntry .HeadItem .ValueContainer .TextRed {
  width: 64px;
  height: 26px;
  color: #cc0000;
  padding-top: 5px;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.ButtonRed {
  cursor: pointer;
  width: 64px;
  height: 26px;
  background-color: #EB5945;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.ButtonBlue {
  cursor: pointer;
  width: 64px;
  height: 26px;
  background-color: #389bff;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.ButtonBlue:hover {
  background-color: #2f91f3;
}
.ButtonGreen {
  cursor: pointer;
  margin-right: 12px;
  width: 64px;
  height: 26px;
  background-color: #7ac943;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.ButtonGreen:hover {
  background-color: #70bb3a;
}
.GroupListContainer .GroupListEntry .HeadItem .ValueContainer .ButtonRed {
  cursor: pointer;
  margin-left: 12px;
  margin-right: 12px;
  width: 64px;
  height: 26px;
  background-color: #eb5945;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.GroupListContainer .GroupListEntry .HeadItem .ValueContainer .ButtonRed:hover {
  background-color: #e04f3c;
}
.GroupListContainer .GroupListEntry .EndItem {
  flex: 1;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.GroupListContainer .GroupListEntry .HeadItem {
  position: relative;
}
.GroupListContainer .GroupListEntry .HeadItem .TT {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 5px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
  position: relative;
}

.DataitemListEntry .HeadItem .TTDetail {
  /*position: absolute;*/
  max-width: 500px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  /*top: 100%;*/
  margin-top: -10px;
  left: 20px;
  display: none;
}

.GroupListContainer .GroupListEntry .HeadItem .TTDetail {
  position: absolute;
  max-width: 500px;
  padding: 10px;
  background: white;
  font-size: 12px;
  border: 1px solid #ccc;
  z-index: 1;
  /*top: 100%;
  margin-top: -10px;*/
  left: 40px;
  display: none;
}

.DataitemListEntry .HeadItem:hover .TTDetail {
  display: block;
}

.GroupListContainer .GroupListEntry .HeadItem:hover .TTDetail {
  display: block;
}

.HeadItem .TTDetail-last {
  margin-top: -40px !important;
}

.GroupListContainer .GroupListEntry .EndItem .TT {
  margin-left: 5px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .GroupListEntry .EndItem .Button {
  cursor: pointer;
  width: 64px;
  height: 26px;
  border-radius: 4.3px;
  border: solid 1px #389bff;
  background-color: #ffffff;
  color: #389bff;
  margin: auto 0;
  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: center;
}

.GroupListContainer .GroupListEntry .EndItem .Button p {
  margin: 0;
}
.GroupListContainer .GroupListEntry:hover {
  background: #efefef;
}
.GroupListContainer .DataItemsContainer {
  border: solid 0.5px #59595933;
  margin: 10px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: flex-start;
  /*max-height: 300px;*/
  overflow: auto;
}

.GroupListContainer .DataItemsContainer .DataitemListHead {
  border: solid 1px #59595933;
  height: 37px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
}
.GroupListContainer .DataItemsContainer .DataitemListHead .EndItem {
  flex: 1;
  min-width: 100px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.GroupListContainer .DataItemsContainer .DataitemListHead .HeadItem {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.GroupListContainer .DataItemsContainer .DataitemListHead .HeadItem .TT {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry {
  height: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: black;
  border-bottom: solid 0.5px #e8e8e8;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry:not(first-child):hover {
  background: #efefef;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .HeadItem {
  padding-left: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .TT {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .EndItem {
  flex: 1;
  min-width: 200px;
  padding-right: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .EndItem .Text {
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .EndItem .Text p {
  margin-top: 5px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #389bff;
  border-bottom: solid 0.5px #389bff;
}

.GroupListContainer .DataItemsContainer .DataitemListEntry .EndItem .Text .Red {
  margin-top: 5px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #eb5945;
  border-bottom: solid 0.5px #eb5945;
}
.GroupListContainer
  .DataItemsContainer
  .DataitemListEntry
  .EndItem
  .Text
  .Green {
  margin-top: 5px;
  height: 16px;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #7ac943;
  border-bottom: solid 0.5px #7ac943;
}
.LimitationLayout {
  margin-top: 5px;
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.LimitationContainer {
  padding: 6px 12px 6px 12px;
  width: auto;
  margin-left: 10px;
  height: 44px;
  border-radius: 3px;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #e8e8e8;
}

.LimitationContainer .SmallText {
  margin-left: 10px;
  height: 32px;
  font-family: PingFangTC;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right;
  white-space: nowrap;
}

.LimitationContainer .BigText {
  margin-top: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: PingFangTC;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
}

.UploadButton {
  cursor: pointer;
  width: 104px;
  height: 30px;
  background-color: #389bff;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.DownloadBlueButton {
  cursor: pointer;
  width: 104px;
  height: 30px;
  background-color: #389bff;
  padding-top: 5px;
  margin-right: 20px;
  margin-left: 20px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.DeleteRedButton {
  cursor: pointer;
  width: 104px;
  height: 30px;
  margin-right: 10px;
  background-color: #eb5945;
  padding-top: 5px;
  color: white;
  border-radius: 4px;
  text-align: center;
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.AddUserButton {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 118px;
  height: 44px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
}

.AddUserButton .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #389bff;
}


.AddDashboardButton {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 44px;
  border-radius: 3px;
  background-color: #FF9900;
  padding : 5px;
    padding-left : 12px;
      padding-right : 20px;
}
.MyDashboardShowTypeButton {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #FFF;
}

.AddDashboardButton .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}



.MyDashboardCategoryButton{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top:12px;
  padding-left:5px;
  padding-right:5px;
  height: 25px;
}
.MyDashboardCategoryButton .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #636363;
}

.MyDashboardCategoryButtonActive{
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top:12px;
  padding-left:5px;
  padding-right:5px;
  border-bottom: 3px solid #FF9900;
  height: 25px;
}
.MyDashboardCategoryButtonActive .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FF9900;
}


.ButtonContainer {
  display: flex;
  /*position: absolute;
  top: 160px;
  right: 30px;
  align-items: center;*/
}

.Button {
  margin-top: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 0px 10px;
  height: 44px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
}
.Button .IconAdd {
  margin-top: 0;
}
.Button .Text {
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #535353;
}
.ViewImg {
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/view_normal.png');
}
.ViewImg:hover {
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/view_super.png');
}
.ViewImg[classtype=iMonitor]:hover {
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/view_imonitor.png');
}
.ViewImg[classtype=iAccess]:hover {
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/view_iaccess.png');
}

.EditImg{
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  width: 18px;
  height: 18px;
  background-image: url('../img/phase3/edit_normal.png');
}
.EditImg:hover{
  cursor: pointer;
  display: flex;
  width: 18px;
  height: 18px;
  background-image: url('../img/phase3/edit_super.png');
}
.EditImg[classtype=iMonitor]:hover{
  cursor: pointer;
  display: flex;
  width: 18px;
  height: 18px;
  background-image: url('../img/phase3/edit_imonitor.png');
}
.EditImg[classtype=iAccess]:hover{
  cursor: pointer;
  display: flex;
  width: 18px;
  height: 18px;
  background-image: url('../img/phase3/edit_iaccess.png');
}
.DuplicateImg{
  margin: 0 10px;
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/duplicate_normal.png');
}
.DuplicateImg[classtype=iMonitor]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/duplicate_imonitor.png');
}
.DuplicateImg[classtype=iAccess]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/duplicate_iaccess.png');
}
.OccupyImg {
  margin: 0 10px;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/occupy_normal.png');
}
.OccupyImg[classtype=iMonitor] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/occupy_imonitor.png');
}
.OccupyImg[classtype=iAccess] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/occupy_iaccess.png');
}
.DataImg {
  margin-right: 20px;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/data_normal.png');
}
.DataImg[classtype=iMonitor] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/data_imonitor.png');
}
.DataImg[classtype=iAccess] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/data_iaccess.png');
}
.MaintainImg {
  margin-right: 20px;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/maintain_normal.png');
}
.MaintainImg[classtype=iMonitor] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/maintain_imonitor.png');
}
.MaintainImg[classtype=iAccess] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/maintain_iaccess.png');
}
.RemoteImg {
  margin-right: 20px;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/remote_normal.png');
}
.RemoteImg[classtype=iMonitor] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/remote_imonitor.png');
}
.RemoteImg[classtype=iAccess] {
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/remote_iaccess.png');
}
.Switch_OnImg{
  cursor: pointer;
  display: flex;
  width: 53px;
  height: 24px;
  background-image: url('../img/phase3/switch_on.png');
}
.Switch_OffImg{
  cursor: pointer;
  display: flex;
  width: 53px;
  height: 24px;
  background-image: url('../img/phase3/switch_off.png');
}
.DownloadImg{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  background-image: url('../img/phase3/download_normal.png');
}
.DownloadImg[classtype=iMonitor]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  background-image: url('../img/phase3/download_imonitor.png');
}
.DownloadImg[classtype=iAccess]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  background-image: url('../img/phase3/download_iaccess.png');
}
.DeleteImg{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  background-image: url('../img/phase3/delete_normal.png');
}
.DeleteImg[classtype=iMonitor]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/delete_imonitor.png');
}
.DeleteImg[classtype=iAccess]:hover{
  cursor: pointer;
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url('../img/phase3/delete_iaccess.png');
}

.Unsupport{
  font-family: PingFangHK-Regular, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #57595c;
}
