/* #wrapper {
  position: relative;
  z-index: 1;
} */
.text-area {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main-content {
  margin-top: 55px;
}
#range-end,
#range-start {
  background-color: white;
}
.none_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input.pw {
  -webkit-text-security: disc;
}
.echartLeftMenu .card .body {
  padding: 10px;
}
.fixContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* overflow: hidden; */
  z-index: 1;
  background-color: rgba(220, 220, 220, 0.3);
  /* background-color: rgba(220, 0, 220, 0.8); */
}
.selectInfo {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 13px;
}
.leftMenuFix {
  /* height: calc(100vh - 70px);
  width: calc(100vw - 10px); */
  /* height: calc(100vh - 92px); */
}
.projFix {
  top: 0;
  left: 0;
  background-color: rgba(220, 220, 220, 0.3);
}
.timepickerInput ~ .timepicker {
  left: auto !important;
  right: 0 !important;
}
.theme-blue .page-loader-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
}
.myLoading {
  /* color: #377E7F; */
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -999;
  opacity: 0.5;
}

.bg img {
  min-height: 100vh;
  min-width: 100vw;
  /* width: 100%; */
}
.btn-link {
  font-size: 24px;
}
.img-container {
  width: 33.333%;
  margin: 10px auto;
}

.img-container > img {
  display: block;
  width: 100%;
}

.deviceControl {
  margin-top: 10px;
}

.notify-show .hide,
#notifyDialog .hide {
  position: relative;
}
@media screen and (max-width: 767px) {
  #notifyDialog .inputContainer + .inputContainer {
    margin-top: 10px;
  }
  /* 移動裝置瀏覽的時候，右邊需要留一些空間滑動 */
  .deviceMangerContainer {
    padding: 0 40px 0 20px;
  }
}
.fw-b {
  font-weight: bolder;
}
#notifyDialog .inputContainer h6.text-black-50 {
  font-weight: 700;
  margin: 10px 0;
  font-size: 18px;
}
#notifyDialog .notifyContainer {
  padding-top: 0;
}
.notify-show .hide::after,
#notifyDialog .hide::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  top: 0;
  left: 0;
}

.auth-main:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -2;
  background: url(../../../assets/images/imgs/login.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: cover;
}

.inputContainer.hide,
.notify-show.hide {
  display: none;
}

.graphTitle {
  display: none;
}

.demo-card label {
  display: block;
  position: relative;
}

.demo-card .col-lg-4 {
  margin-bottom: 30px;
}

.hidden {
  display: none;
}

.toTxt {
  padding: 5px;
}

@media screen and (min-width: 400px) {
  .date-range-container.date-range-container1 #range-start,
  .date-range-container.date-range-container1 #range-end {
    display: inline-block;
    width: 90px;
    padding: 5px;
    flex: none;
  }
  .dateBtnContainer {
    padding: 0;
  }
}
.dateBtnContainer .dateSelectContainer > span {
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 27px;
  margin-right: 0px;
}

.dateBtnContainer .dateSelectContainer .date_str {
  display: none;
}
@media screen and (max-width: 767px) {
}
.date-range-container.date-range-container1 #range-start,
.date-range-container.date-range-container1 #range-end {
  display: inline-block;
  width: 90px;
  padding: 5px;
  flex: none;
}
.dateBtnContainer {
  padding: 0;
}
.dateBtnContainer .dateSelectContainer .date_str {
  display: none;
}
.dateBtnContainer {
  padding: 0 15px;
}
.dateSelectContainer {
  margin-bottom: 5px;
}
.dateBtnContainer p {
  display: none;
}
@media screen and (max-width: 820px) {
  .date-range-container.date-range-container1 #range-start,
  .date-range-container.date-range-container1 #range-end {
    display: inline-block;
    width: 90px;
    padding: 5px;
    flex: none;
  }
  .dateBtnContainer > .mb-3 {
    /* margin: 0 !important; */
  }
  .dateBtnContainer .dateSelectContainer .date_str {
    /* display: block; */
    display: none;
  }

  .dateBtnContainer .dateSelectContainer > span {
    display: inline-block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 27px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 400px) {
  /* .dateBtnContainer,
  .proj_selected_container {
    width: 50%;
  } */
  .dateBtnContainer {
    width: 40%;
  }
  .proj_selected_container {
    /* width: 60%; */
  }
  .dateBtnContainer p {
    display: none;
  }
}

.visible-hidden {
  opacity: 0;
}
.goBackBtn,
.goBackBtn_1 {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.topIconContainer {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
  color: #3eacff;
}
.graph {
  margin-top: 100px;
  position: absolute;
  margin: auto;
  width: calc(100% - 40px);
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border: 1px solid #666;
}

.graphContainer {
  position: relative;
  height: 360px;
  margin-top: 100px;
}

.legend {
  position: absolute;
  right: 20px;
  top: -110px;
  border: 1px solid #666;
  padding: 10px;
}

.legendSelect {
  background-color: rgba(220, 0, 0, 0.8);
  padding: 3px;
  color: #fff;
  border-radius: 3px;
}

.item-box {
  display: none;
}

.item-box.show {
  display: block;
}

#exportCSV-btn {
  margin-left: 5px;
}

.optionContainer,
.optionContainer_editMode,
.optionContainer_showMode {
  padding: 0;
}

.dygraphContainer {
  position: relative;
  height: 360px;
}

.dygraphContainer > .graph {
  width: calc(100% - 40px);
  margin: auto;
  margin-bottom: 20px;
}

.navbar-fixed-top .navbar-brand {
  padding: 0px;
}

.navbar-fixed-top .navbar-brand img.img-responsive.logo {
  height: 100%;
  width: auto;
}

/* .dashboardContainer .table-responsive {
  padding: 20px 0;
}
.dashboardContainer  .row .left{
  padding-right: 0;
  width: 170px;
}
.dashboardContainer .row .right {
  padding-left: 0;
  width: calc(100% - 170px);
  overflow-x: scroll;
}
.dashboardContainer .row.m0{
  margin: 0;

}
.dashboardContainer td,
.dashboardContainer tt{
  height: 70px;
} */
.basicAutosettingContainer + .advancedAutosettingContainer,
.checkAutosettingContainer + .basicAutosettingContainer {
  margin-top: 20px;
}

.hiden {
  display: none !important;
}
.block {
  display: block !important;
}

.basicAutosettingContainer {
  margin: 20px 0;
}

.table-header {
  padding: 5px 10px;
  background-color: #e9ecee;
}

.table-row.row {
  margin: 0;
}

.table-costome {
  border: 1px solid #e9ecee;
}

.table-row + .table-row {
  border-top: 1px solid #e9ecee;
}

.table-header .clearfix > div + div {
  border-left: 1px solid #e9ecee;
}

.table-body > .table-row > div {
  padding: 10px 5px;
}

.table-costome .timepickerInput1,
.table-costome .timepickerInput,
.table-costome .inputfull {
  width: 100%;
}

.deviceControl-infoContainer {
  margin-top: 10px;
}

#device-info-char {
  /* background-color: #fff; */
}

.device-info-char-container.hide {
  display: none;
}

/* .autockbtn-container{
  border: 1px dashed #666;
  border-radius: 3px;
  padding-top: 10px;
  margin-bottom: 10px;
} */
.autockbtn-container {
  position: relative;
}
.autockbtn-container.locked:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 105%;
  top: -10px;
  left: 0;
}
.checkbox-container {
  position: relative;
  text-align: left;
}

.block-container {
  position: relative;
}
.checkbox-container::after,
.block-container:after {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.allDeviceContainerDashboard > .deviceContainer {
  display: inline-block;
  width: 320px;
  margin: 0 15px;
  vertical-align: middle;
}
.checkbox-container input,
.checkbox-container label {
  cursor: none;
}

.borderStyle {
  border: 1px dashed #666;
  border-radius: 3px;
}

.editautoBtn {
  position: relative;
  z-index: 2;
}

.runNum {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.runNum > li {
  list-style: none;
  width: 40px;
  float: left;
  position: absolute;
}

.input-sm {
  width: 60px;
}

.altera {
  font-size: 20px;
}

.numberinputcontainer > i,
.numberinputcontainer1 > i {
  cursor: pointer;
}

.numberinputcontainer > i,
.numberinputcontainer > input {
  /* display: inline-block; */
  display: block;
  margin: 0px auto;
  vertical-align: middle;
  padding: 0;
}
.numberinputcontainer > input[type='number'],
.numberinputcontainer1 > input[type='number'] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* 標準 */
}
.numberinputcontainer > input[type='number']::-webkit-inner-spin-button,
.numberinputcontainer > input[type='number']::-webkit-outer-spin-button,
.numberinputcontainer1 > input[type='number']::-webkit-inner-spin-button,
.numberinputcontainer1 > input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.basicAutosettingContainer input,
.advancedAutosettingContainer input,
.autosettingContainerWatering input,
.autosettingContainerShd input {
  text-align: center;
}

.numberinputcontainer1 {
  margin: 10px 0;
}

.numberinputcontainer1 > i,
.numberinputcontainer1 > input {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.numberinputcontainer1 > input {
  width: 50%;
}

.notify-containter {
  border-top: 1px solid #eee;
}

.bindingContainer button {
  margin: 0 10px;
}
.positionRelative {
  position: relative;
}

.nav-tabs-mquid-container-outline {
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
}
.nav-tabs-mquid-container-outline.mt0
  .nav-tabs-mquid-container.scrollMode
  .nav-tabs-mquid
  .btn:first-child {
  margin: 0;
}
.nav-tabs-mquid-container-outline.mt0 {
  padding: 0;
}
.qrcodecontainer {
  text-align: center;
}

.qrcodecontainer > img {
  min-width: 250px;
}

.linenotifyimgcontainer {
  text-align: left;
}

.linenotifyimgcontainer > img {
  width: 100px;
}

@media (min-width: 576px) {
  .modal-dialog.auto-modal {
    max-width: 600px;
  }
}

.lineNotifyContainer .modal-footer > .btn {
  font-size: 20px;
}

.notify-containter h4 {
  padding-left: 35px;
}

.navbar-fixed-top .navbar-right .navbar-nav > li:last-child {
  display: inline-block;
}
.nav-tabs-mquid-container.history {
  padding: 0;
  margin: 0;
}
.nav-tabs-mquid-container::-webkit-scrollbar {
  display: none;
}
.nav-tabs-mquid.muti > .btn.btn-owner {
  color: #17a2b8;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  border-color: #17a2b8;
}
.nav-tabs-mquid.muti > .btn.btn-owner.active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.nav-tabs-mquid.muti > .btn.btn-share {
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  border-color: #6c757d;
}
.nav-tabs-mquid.muti > .btn.btn-share.active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
@media screen and (max-width: 768px) {
  .navbar-fixed-top .navbar-right {
    width: calc(100% - 260px);
  }

  .navbar-nav .icon-menu {
    padding: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-fixed-top .navbar-right {
    width: calc(100% - 250px);
  }
}

.moreinfobtn .icon-question {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.moreinfocontent {
  padding: 10px;
}

.sm-text {
  display: inline-block;
  vertical-align: middle;
}

.deleInput {
  text-align: center;
}

.deleInput > .fa + .fa {
  margin-left: 5px;
}

.deleInput > .fa-minus-square,
.deleInput > .fa-plus-square,
.deleInput > .fa-edit {
  color: #d00;
  font-size: 20px;
  cursor: pointer;
}

.deleInput > .fa-plus-square,
.deleInput > .fa-edit {
  color: forestgreen;
}

.autosettingContainer_1 {
  position: relative;
}
.autosettingContainer_1.locked::after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  /* background-color: #fa0; */
  left: 0;
  top: 0;
  z-index: 1;
}
.autosettingContainer_1.locked .btn_submit {
  display: none;
}
.autosettingContainer,
.autosettingContainer_1 .body {
  text-align: center;
}

.autockbtn-container,
.autowhateringckbtn-container {
  text-align: left;
}

.basicAutosettingContainer.add {
  margin: 0;
}

.basicAutosettingContainer.mb0 {
  margin-bottom: 0;
}

#timepicker {
  width: 20%;
  margin: 30px 40%;
  margin-bottom: 0;
  position: absolute;
}

/* .timepicker_wrap {
  top: 60px;
  left: 39%;
  display: none;
  position: absolute;
  background: hsl(0, 0%, 100%);
  border-radius: 5px;
}

.timepicker_wrap {
  top: 55px;
  left: 0;
  display: none;
  position: absolute;
  background: hsl(0, 0%, 100%);
  border-radius: 5px;
  width: 250px;
  z-index: 1;
} */

.hour,
.min,
.meridian,
.sec {
  float: left;
  width: 60px;
  margin: 0 10px;
}

/* .timepicker_wrap .btn {
  background: url(arrow.png) no-repeat;
  cursor: pointer;
  padding: 18px;
  border: 3px dotted hsl(120, 40%, 80%);
  width: 28%;
  margin: auto;
  border-radius: 5px;
}

.timepicker_wrap .prev {
  background-position: 50% -50%;
}

.timepicker_wrap .next {
  background-position: 50% 150%;
}

.timepicker_wrap .ti_tx {
  margin: 10px 0;
  width: 100%;
  text-align: center;
} */

.txt-left {
  text-align: left;
}

/* .timepicker_wrap .in_txt {
  border-radius: 10px;
  width: 70%;
  float: none;
  text-align: center;
  padding-bottom: 8px;
  border: 2px solid hsl(0, 0%, 0%);
  font-family: georgia, helvetica, arial;
  font-weight: 700;
  font-size: 1.5em;
}

.timepicker_wrap>.hour>.ti_tx:after {
  content: '';
  font-size: 1em;
  padding-left: 0.2em;
  font-weight: 700;
}

.timepicker_wrap>.min>.ti_tx:after {
  content: '';
  font-size: 1em;
  padding-left: 0.2em;
  font-weight: 700;
}

.timepicker_wrap>.sec>.ti_tx:after {
  content: '';
  font-size: 1em;
  padding-left: 0.2em;
  font-weight: 700;
}

.timepicker_wrap>.meridian>.ti_tx:after {
  content: '';
  font-size: 1em;
  padding-left: 0.2em;
  font-weight: 700;
} */

.text-left {
  text-align: left;
}

.adsrow {
  margin: 5px 0;
}

@media screen and (min-width: 1024px) {
  .picker-dialog {
    width: 30%;
    margin: auto;
  }
}

.weekDays-selector input {
  display: none !important;
}

.weekDays-selector input[type='checkbox'] + label {
  display: inline-block;
  border-radius: 50%;
  background: #dddddd;
  height: 30px;
  width: 30px;
  margin-right: 3px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.weekDays-selector input[type='checkbox']:checked + label {
  background: #3eacff;
  color: #ffffff;
}

.dateSelectContainer > span {
  display: inline-block;
  text-align: center;
  /* width: 50px; */
  padding: 4px 6px;
  border-radius: 10px;
  background: #3eacff;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  margin-right: 5px;
}

/* #signup-account{
  display: inline-block;
  width: calc(100% - 95px);
} */
#checkAccountBtn {
  margin-top: 0;
  margin-bottom: 10px;
}

.warn-info {
  color: #de4848;
  font-size: 0.9em;
  margin-bottom: 20px;
  margin-top: -20px;
  padding-left: 39px;
}

.blocktag {
  display: block;
  color: #444;
}

.blocktag:hover {
  color: #444;
}

.editInfo,
.editInfo_input {
  cursor: pointer;
}

.btnContainer {
  text-align: right;
  padding: 20px;
}

#editPersonal-form .warn-info {
  margin-top: 0;
}

.personEditInput {
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 4px 6px;
}

input {
  -webkit-text-security: 'disc';
}

#editPersonal-form .email-info {
  padding-top: 20px;
  text-align: left;
}

.deviceTitleEdit {
  height: 24px;
  overflow: hidden;
}
.deviceTitleContainer .deviceTitleEditInput {
  display: none;
}

.deviceTitleContainer .deviceTitleEdit {
  display: block;
}

.deviceTitleContainer.edit .deviceTitleEditInput {
  display: block;
}

.deviceTitleContainer.edit .deviceTitleEdit {
  display: none;
}

.deviceTitleEdit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.deviceTitleEdit .fa-edit,
.deviceTitleEdit .txt_edit.editor {
  cursor: pointer;
}

.deviceTitleEdit .fa-edit,
.deviceTitleEdit .txt_edit {
  display: inline;
  vertical-align: middle;
  margin-right: 3px;
}

.nav-tabs-mquid {
  margin: 10px 0 20px 0;
}

.nav-tabs-mquid .btn + .btn {
  margin-left: 5px;
}
.nav-tabs-mquid .btn.active {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.shareWith.active {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.tab-content.active .card.member-card {
  background-color: #eee;
}

.body.block {
  position: relative;
}

.body.block:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  position: absolute;
}

.moreDetailSetting {
  cursor: pointer;
  padding: 4px 6px;
  display: inline-block;
}
.share_proj {
  position: relative;
}
.share_proj > .mb-3 > .row > div.ScheduleDateTxt {
  padding: 0 5px;
}
.share_proj div.ScheduleDateTxt.create > .timeString.expried {
  display: none;
}
.share_proj div.ScheduleDateTxt.expried > .timeString.create {
  display: none;
}
.share_proj > .mb-3 > .row > .role_desc {
  /* padding: 0 5px; */
  padding-left: 5px;
}
.share_proj > .mb-3 > .row > .proj_nameTxt {
  padding-right: 5px;
}
.share_proj .fancy-checkbox,
.owner_proj .fancy-checkbox {
  margin-right: 0;
}
.owner_proj .fancy-checkbox input[type='checkbox'] + span:before,
.share_proj .fancy-checkbox input[type='checkbox'] + span:before {
  margin-right: 0;
}
.share_proj .mb,
.owner_proj .mb {
  margin-bottom: 10px;
}

.share_proj .mtb {
  /* margin: 5px 0; */
}

.share_proj h3,
.owner_proj h3 {
  font-size: 14px;
  margin-bottom: 15px;
}
.share_proj_item,
.owner_proj_item {
  box-shadow: 3px 3px 10px #ccc;
  padding: 5px 10px;
  border-radius: 5px;
}
.share_proj_item + .share_proj_item,
.owner_proj_item + .owner_proj_item {
  margin-top: 5px;
}
.timeString,
.role_desc {
  font-size: 12px;
}
.role_desc {
  /* margin-left: 30px; */
}
.proj_lists_container .fancy-checkbox {
  /* font-size: 16px; */
}
.share_proj,
.owner_proj {
  border: 1px dashed #666;
  border-radius: 3px;
  padding: 10px;
}

.owner_proj + .share_proj {
  margin-top: 20px;
}

.projectTitleEdit {
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}

.projectTitleEdit.hiden {
  display: none;
}

.isExpired {
  /* background-color: #ccc; */
  color: #999;
}

.privilegeEditorMangerContainer .table-body {
  width: 2000px;
  overflow: scroll;
}

.privilegeDef {
  width: 80px;
}

.privilegeEditorListContainer {
  display: inline-block;
  vertical-align: middle;
}

.privilegeEditorOptionContainer > #addToTable {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}

.clientList {
  /* max-height: 480px;
  overflow: auto; */
}

.clientItem {
  padding: 10px;
  border-radius: 3px;
  border: 1px dashed #ccc;
  cursor: pointer;
}

.clientItem > div {
  padding: 5px;
}

.clientItem + .clientItem {
  margin-top: 10px;
}

.clientItem > .createTime {
  color: #999;
}

.clientItem > .nickName {
  font-size: 16px;
}

#map {
  min-height: 480px;
}

.markerContainer {
  /* padding: 10px; */
}

.markerTitle {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}

.markerContent .content {
  color: #666;
}

/* .markerContent .content, */
.markerContent .title {
  padding: 10px 0 10px 20px;
  margin: 5px 0;
}
.markerContent .content {
  padding: 5px 0;
}

.markerContent .content .txt {
  color: #444;
  font-weight: bold;
  font-size: 16px;
  min-height: 100px;
}
.markerContent .content .customerMoreGroupInfo .txt {
  min-height: auto;
}

.markerContent + .markerContent {
  margin-top: 10px;
}

.markerContent .title i {
  margin-right: 5px;
}

.contentLine {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.markerTitle .nav-tabs-new {
  font-size: 14px;
}

.markerTitle .nav-tabs-new > li > a {
  padding: 4px 8px;
  border-radius: 4px;
}

.closeContainer {
  font-size: 20px;
  cursor: pointer;
}

.markerContent a.link {
  text-decoration-line: underline;
  color: #3eacff;
  cursor: pointer;
}

.addLink {
  cursor: pointer;
}

/* slide menu */
.slide-toggle {
  display: none;
}

.slidemenu {
  font-family: arial, sans-serif;
  max-width: 600px;
  margin: 0px auto;
  overflow: hidden;
}

.slidemenu label {
  width: 50%;
  text-align: center;
  display: block;
  float: left;
  color: #333;
  opacity: 0.2;
}

.slidemenu label:hover {
  cursor: pointer;
  color: #666;
}

.slidemenu label span {
  display: block;
  padding: 10px;
  margin-top: 10px;
}

.slidemenu label .icon {
  font-size: 20px;
  border: solid 2px #333;
  text-align: center;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50%;
}

/*Bar Style*/

.slider {
  width: 100%;
  height: 5px;
  display: block;
  background: #ccc;
  margin-top: 10px;
  border-radius: 5px;
}

.slider .bar {
  width: 50%;
  height: 5px;
  background: #333;
  border-radius: 5px;
}

/*Animations*/
.slidemenu label,
.slider .bar {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

/*Toggle*/

.slidemenu .slide-toggle:checked + label {
  opacity: 1;
}

.slidemenu #slide-item-1:checked ~ .slider .bar {
  margin-left: 0;
}

.slidemenu #slide-item-2:checked ~ .slider .bar {
  margin-left: 50%;
}

.markEdit {
  position: absolute;
  z-index: 1;
  top: -30px;
  right: 0;
}

.mapmarkdialog .tab-pane {
  position: relative;
}

.markEdit > i {
  cursor: pointer;
  font-size: 24px;
}

.mapmarkdialog input.form-control {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  font-weight: bold;
}

#largeModal.mapmarkdialog .editmode.hiden {
  display: none;
}

.addcontact,
.addcompany,
.addcontactPhone,
.addcontactMail,
.morecontactInfo,
.addMemo,
.addcompanyAddress,
.addcompanyPhone,
.morecompanyInfo,
.addcontactTitle,
.moregroupInfo {
  cursor: pointer;
  display: inline-block;
}

.deleButton,
.deleMemo,
.resetMemo,
.saveMemo,
.editMemo,
.optionButtonContainer {
  font-size: 20px;
  color: #444;
  cursor: pointer;
}

.saveButton {
  font-size: 20px;
  color: #28a745;
}

.optionButtonContainer > i {
  display: block;
  text-align: center;
}

.deleContact {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 24px;
  cursor: pointer;
  color: #f00;
}

.allcontacts .markerContent,
.markerContent-style {
  /* border: 1px solid #dfdfdf; */
  box-shadow: 0 2px 5px rgb(23 25 28 / 14%), 0 2px 10px rgb(23 25 28 / 10%);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  position: relative;
}
/* .allcontacts .markerContent:hover,
.markerContent-style:hover {
  box-shadow: 0 2px 5px rgb(23 25 28 / 14%), 0 2px 10px rgb(23 25 28 / 10%);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
} */

.deleButton,
.saveButton,
.deleMemo,
.editMemo,
.saveMemo,
.resetMemo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}

.memotextarea {
  width: calc(100% - 30px);
}

.morecontactInfoContent {
  border: 1px solid #ccc;
  box-shadow: 5px 5px 20px #ccc;
  border-radius: 3px;
  padding: 0 5px;
  margin-top: 10px;
  position: absolute;
  background: #fff;
  z-index: 4;
  /* top: 10px; */
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
}

.morecontactInfoContent .title {
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.fancy-checkbox-container {
  padding: 10px 5px;
}

.fancy-checkbox-container .fancy-checkbox {
  margin-right: 0px;
}

.moreContactItem,
.moreCompanyItem,
.moreGroupItem {
  cursor: pointer;
  display: inline-block;
  padding: 4px 6px;
  border-radius: 3px;
  border: 1px solid #3eacff;
  color: #3eacff;
  margin: 5px;
}

.markerContent .content .moreContactItem.txt,
.markerContent .content .moreCompanyItem.txt,
.markerContent .content .moreGroupItem.txt {
  color: #3eacff;
}

.morecontactInfoContent-footer,
.morecompanyInfoContent-footer,
.moregroupInfoContent-footer {
  border-top: 1px solid #e9ecef;
}

.addCrmLabel,
.showHideCrmLabel,
.resetSort,
.saveSort {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 4px 6px;
}

.labelOptions > div {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
  font-size: 16px;
}

.mapmarkdialog input.form-control.hiden,
.moreContactItem.hiden,
.moreCompanyItem.hiden {
  display: none;
  background: #fff;
}

.maplabelStyle {
  background-color: #6991fd;
  color: #fff;
  border-radius: 5px;
  padding: 4px 6px;
  font-size: 14px;
}

.draggerContainer .customerMoreContactInfoItem,
.draggerContainer .customerMoreCompanyInfoItem,
.draggerContainer .customerMoreGroupInfoItem {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 3px;
  float: left;
  width: 100%;
}

.customerMoreContactInfoItem > div,
.customerMoreCompanyInfoItem > div,
.customerMoreGroupInfoItem > div {
  padding: 5px 10px;
}

.customerMoreContactInfoItem > div:first-child,
.customerMoreCompanyInfoItem > div:first-child,
.customerMoreGroupInfoItem > div:first-child {
  float: left;
  max-width: 60%;
}

.customerMoreContactInfoItem > div:last-child,
.customerMoreCompanyInfoItem > div:last-child,
.customerMoreGroupInfoItem > div:last-child {
  float: right;
  max-width: 40%;
}

.customerMoreContactInfoItem > div.labelOptions,
.customerMoreCompanyInfoItem > div.labelOptions,
.customerMoreGroupInfoItem > div.labelOptions {
  font-size: 24px;
}

.customerMoreContactInfoItem > div.labelOptions > div,
.customerMoreCompanyInfoItem > div.labelOptions > div,
.customerMoreGroupInfoItem > div.labelOptions > div {
  padding: 0 5px;
}

.customerMoreContactInfoContainer:after,
.customerMoreContactInfoItem:after,
.customerMoreCompanyInfoContainer:after,
.customerMoreCompanyInfoItem:after,
.customerMoreGroupInfoContainer:after,
.customerMoreGroupInfoItem:after {
  content: '';
  clear: both;
  display: block;
}

.customerMoreContactInfoContainer.hideOption .customerMoreContactInfoItem,
.customerMoreCompanyInfoContainer.hideOption .customerMoreCompanyInfoItem,
.customerMoreGroupInfoContainer.hideOption .customerMoreGroupInfoItem {
  width: 50%;
}

.customerMoreContactInfoContainer.hideOption
  .customerMoreContactInfoItem
  .labelOptions,
.customerMoreCompanyInfoContainer.hideOption
  .customerMoreCompanyInfoItem
  .labelOptions,
.customerMoreGroupInfoContainer.hideOption
  .customerMoreGroupInfoItem
  .labelOptions {
  display: none;
}

.showHideCrmLabel {
  display: none;
}

.markerContainer .content,
.markerContainer .title {
  background-color: #fff;
}
.markerContainer .content {
  color: #999;
}
.blueColor {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #007bff;
}

.markerContainer .content.editmode i {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #007bff;
}

.markerContainer .content.editmode {
  color: #444;
  padding-top: 10px;
  padding-bottom: 10px;
}

.markerContainer .content.editmode:not(:last-child) {
  border-bottom: 3px solid #f0f0f0;
}

.draggerContainer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.addcontact,
.addcompany {
  margin-left: 20px;
  display: inline-block;
}

.addcontact i,
.addcompany i {
  font-size: 20px;
  margin-right: 20px;
  color: #007bff;
}

.markerContainer .content.editmode .moreInfoOption i,
.markerContainer .content.editmode .labelOptions i {
  margin-right: 5px;
}

.moreInfoOption {
  padding: 10px 0;
}

.modalTopFixedBar {
  text-align: center;
  width: 100%;
  padding: 20px;
  position: fixed;
  background-color: #fff;
  z-index: 999999;
  top: 1.75rem;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.modalTopFixedBar > button {
  display: inline-block;
  margin-right: 10px;
}

.modalTopFixedBar .title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  font-size: 20px;
  color: #444;
  font-weight: bold;
}

.dele-crm-info {
  color: #f00;
  padding: 5px;
  cursor: pointer;
}

.dele-crm-info i {
  font-size: 16px;
  margin-right: 10px;
}

#basic.listMode .markerContent .content,
#basic.listMode .markerContent .title {
  padding: 4px 6px;
  margin: 3px 0;
  font-size: 14px;
}

#basic.listMode .markerContent .content.editmode {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .moreInfoOption > .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customerMoreContactInfoItem > div,
  .customerMoreCompanyInfoItem > div {
    padding: 5px 5px;
  }

  .customerMoreContactInfoItem > div.labelOptions > div,
  .customerMoreCompanyInfoItem > div.labelOptions > div {
    padding: 0px;
  }
}

.allmemos > .content {
  border-top: 1px solid #f0f0f0;
}

.allmemos .hiden,
.allgroups .hiden {
  display: none;
}

.content textarea.txt {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.deleMemo,
.editMemo {
  vertical-align: middle;
}

.mapMsgInfo {
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.allgroups .groupLabel {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  border: 1px solid #444;
  color: #444;
  background-color: transparent;
  border-radius: 0.25rem;
  margin-top: 5px;
}

.allgroups .groupLabel + .groupLabel {
  margin-left: 10px;
}

.groupLabel .deleGroupButton {
  position: absolute;
  cursor: pointer;
  right: -12px;
  top: -12px;
  font-size: 20px;
}

.groupLabel .deleGroupButton i {
  background-color: #fff;
}

.deleLink,
.editLink,
.resetLink,
.saveLink {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 4px;
  cursor: pointer;
  font-size: 20px;
}

.editLinkContainer > div + div {
  margin-top: 5px;
}

.basicImgContainer img.img-thumbnail {
  display: block;
  height: 180px;
  text-align: center;
  margin: auto;
}

.basicImgContainer img.noneImg.img-thumbnail {
  width: 120px;
}

.uploadBtn-container {
  text-align: center;
}

.fileUploadBtn {
  margin: 10px 0;
}

.lg-backdrop.in {
  z-index: 1050;
}

.uploadFileInfo {
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.autosetupcheck_watering_valueInfo {
  text-align: center;
}

.autosetupcheck_watering_valueInfo {
  margin: 10px 0;
}

.autosettingContainer_1 .txt-left {
  text-align: left;
}

.mt20 {
  margin-top: 20px;
}
.moreInfoBtn {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 5px 10px;
  cursor: pointer;
}
.moreInfoContent.hiden {
  display: none;
}
.moreInfoContent {
  padding: 10px;
  vertical-align: middle;
  display: inline-block;
}

.H1 {
  font-size: 36px;
}
.H2 {
  font-size: 32px;
}
.H3 {
  font-size: 28px;
}
.H4 {
  font-size: 24px;
}
.H5 {
  font-size: 20px;
}
.H6 {
  font-size: 16px;
}
.S1 {
  font-size: 14px;
}
.N1 {
  font-size: 14px;
  color: #a5a5a5;
}
.device-value.H3 {
  font-size: 26px;
}
.deviceContainer {
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.deviceItem {
  display: inline-block;
  /* width: 320px; */
  width: 310px;
}
.deviceContainer.dropMode,
.deviceContainer.dropMode:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.deviceContainer.dropMode:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  /* background-color: #fff; */
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: move;
}
.deviceName > div,
.deviceName .option {
  -webkit-box-shadow: 3px 3px 15px #999;
  -moz-box-shadow: 3px 3px 15px #999;
  box-shadow: 3px 3px 15px #999;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.deviceName .txt {
  float: left;
  width: 80%;
}
.deviceName .option {
  float: left;
  margin-left: 2px;
  width: calc(20% - 2px);
}
.deviceName a.option {
  cursor: pointer;
}
.deviceName > div,
.deviceName .option {
  border-radius: 3px;
  color: #fff;
  background-color: rgba(70, 90, 91, 0.8);
  /* height: 40px;
  line-height: 30px; */
}

.deviceName .option {
  display: block;
  color: #4eadea;
  text-align: center;
}
.deviceItemDetail {
  float: left;
  width: 50%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.deviceItemDetail.deviceItemDetail-full {
  width: 100%;
}
.imgContainer,
.device-unit-en {
  float: left;
  width: 33.333%;
}
.imgContainer1 {
  float: left;
  width: 50%;
  padding: 5px;
}
.device-value,
.device-unit-cn {
  float: left;
  width: 66.666%;
}
.device-value1 {
  float: left;
  width: 50%;
  font-size: 22px;
  position: relative;
}
.device-value1 > .tooltip_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.device-value1 > .tooltip_2_text {
  font-size: 14px;
  line-height: normal;
}
.border-style-gray {
  border-radius: 3px;
  /* background-color: rgba(255, 255, 255, .8); */
  /* border: 1px solid rgba(204, 204, 204, .8); */
}
.imgContainer-img {
  width: 115px;
  height: 115px;
  position: relative;
  margin: auto;
}
.actBtn {
  cursor: pointer;
}
.imgContainer-img.block:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
/* .imgContainer-img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
} */
.imgContainer-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.imgContainer img {
  display: inline-block;
  margin: auto;
  width: 70%;
  max-height: 100%;
}
.imgContainer1 img {
  display: inline-block;
  margin: auto;
  /* width: 80%; */
  max-height: 100%;
  cursor: pointer;
  vertical-align: top;
}
.itemDetail {
  float: left;
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.device-unit {
  /* padding: 3px; */
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow:ellipsis; */
}
.height55 {
  height: 55px;
  line-height: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.height55_1 {
  height: 55px;
  line-height: 55px;
  position: relative;
}

.deviceItemDetailUpdateTime {
  /* margin-top: 1px; */
  float: left;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.deviceItemDetailUpdateTime1 {
  /* margin-top: 1px; */
  float: left;
  width: 100%;
}
.device_list_navBar_card {
  background-color: transparent;
  margin-bottom: 10px;
  box-shadow: none;
}
.nav-tabs-new > li > a.bgWhite {
  background-color: rgba(255, 255, 255, 0.7);
}
.nav-tabs-new > li > a.active {
  border: 1px solid #01b2c6 !important;
  background-color: #01b2c6;
  color: #fff;
}
.device_list_navBar_card .btn-outline-info.bgWhite {
  background-color: rgba(255, 255, 255, 0.7);
}
.deviceTitleContainer input {
  margin-bottom: 0;
}
.device_list_navBar_card .device_list_body {
  /* padding: 0 20px; */
  padding: 0;
  position: relative;
}
.device_list_navBar_card .nav-tabs-mquid,
.nav-tabs-mquid-container-outline .nav-tabs-mquid {
  margin: 0;
}
/* 天窗樣式 start */
.deviceSkylight {
  width: 66.666%;
}
.device-control {
  float: left;
  width: 33.333%;
}
.deviceStatusInfo {
  margin-top: 5px;
}
.device-control-updateTime {
  float: left;
  width: 100%;
}
.device-control-btn img {
  width: 70%;
  display: inline-block;
  margin: 3px auto;
  cursor: pointer;
}
.deviceSkylight-auto {
  width: 100%;
}
.deviceSkylight-auto > img {
  width: 45%;
}
.skw-heigh {
  height: 200px;
}
.autoBtn {
  cursor: pointer;
}
.allDeviceContainer {
  padding: 0 10px;
  margin: 0;
}
.device-control-btn {
  margin-top: 10px;
}
.m0 {
  margin: 0;
}
/* 天窗樣式 end */
.logoContainer {
  width: 185px;
  height: 50px;
  display: block;
}
.chartInit {
  position: absolute !important;
  z-index: -999;
  visibility: hidden;
  top: 0;
  left: 0;
}
.chartInit_1 {
  position: absolute !important;
  z-index: -999;
  visibility: hidden;
  top: 0;
  left: 0;
}
.caseItem {
  position: relative;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.caseItem .imageContainer {
  float: left;
  width: 30%;
  position: relative;
}
.caseItem .imageContainer img {
  max-height: 250px;
}
.caseItem .caseMemos {
  position: relative;
  float: left;
  width: 70%;
  overflow: hidden;
  animation-duration: 1s;
  padding-left: 5px;
  border-left: 1px solid #ccc;
}
.caseItem .caseMemos.scroll {
  overflow: auto;
}
.caseMemo {
  border: 1px solid #f0f0f0;
  padding: 5px;
  margin-left: 5px;
  width: calc(100% - 5px);
  margin-bottom: 5px;
}
.titleName {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.showMoreMemos {
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 15px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.showMoreMemosTxt {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  cursor: pointer;
  padding: 3px 6px;
  border-radius: 3px;
}
.caseMemoUpdateTime {
  padding: 0px 5px;
  font-size: 12px;
}
.caseMemoContent {
  padding: 0px 5px;
}
.caseMemoContent {
  float: left;
  width: calc(100% - 50px);
  padding: 4px 6px;
}
.caseMemoOption,
.caseMemoOption_editMode,
.caseMemoOption_showMode {
  float: left;
  width: 50px;
  padding: 0px 5px;
}
.caseMemoOption .editMemo,
.caseMemoOption .deleMemo {
  margin-left: 5px;
}
/* .mapDialog .modal-dialog {
  max-width: 80%;
} */

.caseMemoContent .editTxt {
  color: #444;
  font-weight: bold;
}

.caseItemList .positionContainer {
  padding: 5px;
  font-size: 12px;
}
.caseItemList .positionContainer input.positionInput {
  width: calc(100% - 50px);
}

.mapmarkdialog input.positionInput {
  width: 100%;
}
.caseMemoContent .contentTxt {
  cursor: pointer;
}
.savePosition {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  font-size: 20px;
  color: #444;
}
.savePosition.hiden {
  display: none;
}
/* 漸層 :start */
.txtGradient {
  z-index: 2;
  position: absolute;
  height: 50px;
  overflow: hidden;
  background: -moz-linear-gradient(
    bottom,
    rgb(255, 255, 255) 15%,

    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    bottom,
    top,
    color-stop(15%, rgb(255, 255, 255)),
    color-stop(100%, rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 0) 100%
  );

  background: linear-gradient(
    bottom,
    rgb(255, 255, 255) 15%,
    rgba(255, 255, 255, 0) 100%
  );
}
/* 漸層 :end */
.txtGradientMemo {
  width: 100%;
  bottom: 0;
  height: 100px;
  left: 5px;
  right: 0;
  margin: auto;
}
.caseItem .titleName .contentTxt,
.caseItem .titleName .contentInput {
  float: left;
  vertical-align: middle;
  width: calc(100% - 30px);
}
.caseItemEdit,
.caseItemSave,
.mapLink,
.mapCopy,
.caseItemReset {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
}
.mapLink {
  color: #007bff;
}
/* .mapCopy{
  display: none;
} */
.mapCopy,
.mapLink {
  font-size: 22px;
  width: 35px;
  text-align: center;
  margin-left: 0;
}
.addCaseMemo {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 10px 5px;
}
.caseMemos.closeStatus .caseMemo .caseMemoContent .contentTxt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 20px;
}
.deleMapContent {
  text-align: right;
}
.deleMapContent .deleMap {
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
  color: #f00;
  width: 35px;
}
.titleName .leftContent .caseItemEdit {
  float: left;
  font-size: 25px;
  width: 30px;
  text-align: center;
  height: 30px;
  margin-left: 0;
}
.addCase {
  display: inline-block;
  cursor: pointer;
  padding: 4px 6px;
}
.addCaseContainer {
  margin-bottom: 5px;
}
.imgInfo {
  position: relative;
}
.uploadImgLoading {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.uploadImgLoading .myBar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  text-align: center;
}
.memoUpdatime {
  font-size: 12px;
}
.memoContent {
  cursor: pointer;
  margin: 5px 0;
}
.memoContent > * {
  padding: 0;
}
.nav-tabs-mquid .btn-outline-secondary {
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-tabs-mquid .btn-outline-secondary:hover {
  background-color: #6c757d;
}
.nav-tabs-new > li > a.bgWhite:hover,
.nav-tabs-new > li > a.bgWhite:focus {
  background-color: #01b2c6;
}
.shareProjectTitleEdit {
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.page-loading-container {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.page-loading-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50px;
  text-align: center;
}
.page-loading {
  display: inline-block;
}
.imageContainer .m-b-30 {
  margin-bottom: 10px;
}
.header-proj_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.positionContent {
  float: left;
  width: calc(100% - 75px);
}
.positionOption {
  float: left;
  width: 75px;
  text-align: right;
}
.allDeviceContainer {
  /* padding: 0 10px; */
}
.allDeviceSortContainer {
  padding: 10px;
  margin: 0;
}
.deviceSortContainer .txt {
  border-radius: 3px;
  color: #fff;
  background-color: rgba(70, 90, 91, 0.8);
  height: 40px;
  line-height: 30px;
  -webkit-box-shadow: 3px 3px 15px #999;
  -moz-box-shadow: 3px 3px 15px #999;
  box-shadow: 3px 3px 15px #999;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  cursor: move;
}
.allDeviceSortContainerTitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 10px 30px;
  /* display: none; */
}
.allDeviceSortContainer {
  display: none;
  margin: 0;
  padding: 10px;
}
div.CopyItemActive {
  background-color: #ccf8ff;
  color: #555;
}
div.ItemPlaceHolder {
  color: #555;
  background-color: #fff4d9;
}
.linkContent {
  border-top: 1px solid #f0f0f0;
  line-height: 40px;
}
.resultMsgContainer {
  margin: 0;
  margin-bottom: 5px;
}
.resultMsgContainer.success .resultMsg {
  border-radius: 3px;
  border: 2px solid #28a745;
}
.resultMsgContainer.fail .resultMsg {
  border-radius: 3px;
  border: 2px solid #e00;
}
.deviceSortBtn,
.resetDeviceSort,
.saveDeviceSort {
  margin-top: 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
}
.saveDeviceSort .fa-sort {
  margin-right: 5px;
}

.chart {
  height: 500px;
  width: 100%;
}
.chart_1 {
  width: 100%;
}
.chart_top p {
  margin-bottom: 0;
}
.chart_top p.selectDate-mb-3 {
  margin-bottom: 5px;
}
@media (min-width: 375px) {
  .clientOptionContainer p {
    margin: 0;
  }
  .clientOptionContainer {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .mapDialog .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  #data-analysis-container p {
    margin-bottom: 0 !important;
  }
  #data-analysis-container p.selectDate-mb-3 {
    margin-bottom: 8px !important;
  }
  .positionContent,
  .positionOption {
    width: 100%;
    text-align: center;
  }
  .caseItem .caseMemos,
  .caseItem .imageContainer,
  .titleName .leftContent {
    width: 100%;
  }

  .caseItem .imageContainer {
    text-align: center;
  }
  .caseItem .caseMemos {
    border-left: none;
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  .chart {
    width: 540px;
  }
  .chartContainer {
    overflow-x: scroll;
  }
}
.language {
  display: none !important;
}
.optionContainer_editMode > .saveMemo {
  display: none;
}
#ctrl .imgContainer-img > .actBtn.block {
  cursor: default;
}
.nav-tabs-mquid-container {
  overflow-x: auto;
  overflow-y: hidden;
  margin-bottom: 10px;
}
.nav-tabs-mquid {
  width: auto;
  white-space: nowrap;
  display: block;
  position: relative;
}

.nav-tabs-mquid-container.scrollMode .nav-tabs-mquid .btn:first-child {
  margin-left: 20px;
}

.nav-tabs-mquid-container.scrollMode .nav-tabs-mquid .btn:last-child {
  margin-right: 20px;
}
/*chrome 和Safari*/
.nav-tabs-mquid-container::-webkit-scrollbar {
  width: 0 !important;
}

/*IE 10+*/
.nav-tabs-mquid-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/*Firefox*/
.nav-tabs-mquid-container {
  overflow: -moz-scrollbars-none;
}
.nav-tabs-mquid-container .preBar {
  left: 0px;
}
.nav-tabs-mquid-container .nextBar {
  right: 0px;
}
.nav-tabs-mquid-container .optionBar {
  position: absolute;
  cursor: pointer;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  top: 0;
  bottom: 0;
  font-size: 30px;
  font-weight: bold;
  border-radius: 50%;
}
.div-gradient {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 3px 3px 10px #555;
  -moz-box-shadow: 3px 3px 10px #555;
  box-shadow: 3px 3px 10px #555;
}

.weatherContainer,
.weatherItem {
  border: 1px solid #444;
  padding: 4px 6px;
}
.weatherDesc,
.weatherLocation {
  font-weight: 600;
}
.weatherLocation {
  padding: 10px 0;
}

#ls-weather-day {
  padding: 0;
  margin: 0;
}

#ct-7-days ul,
#ct-7-days li {
  list-style: none;
}

#ct-7-days a {
  text-decoration: none;
}

#ct-7-days {
  width: 830px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 3px 3px 15px #ccc; */
}

#ct-7-days #title,
.titleStyle {
  font-size: 16px;
  color: #a3a3a3;
  line-height: 25px;
  height: 25px;
  margin-bottom: 18px;
}

#ct-7-days #link-15 {
  float: right;
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  border-radius: 37px;
  font-size: 12px;
  color: #a3a3a3;
  line-height: 26px;
  height: 26px;
  width: 100px;
  text-align: center;
  margin-right: 30px;
}

#ct-7-days #link-15:hover {
  background: #f0f0f0;
  border: 1px solid #e9e9e9;
  color: #868686;
}

#ct-7-days #ct-weather {
  overflow: hidden;
  position: relative;
}

#ct-7-days .item {
  text-align: center;
  float: left;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

#ct-7-days .item {
  border: 1px solid #ccc;
}

#ct-7-days .item + .item {
  border-left: none;
}

#ct-7-days .item.borderLeft {
  border-left: 1px solid #ccc;
}

#ct-7-days .item.borderRightNone {
  border-right: none;
}

#ct-7-days .item.last {
  margin-right: 0;
}

#ct-7-days .item.first .day {
  color: #c2c2c2;
}

#ct-7-days .item.first .date {
  color: #c2c2c2;
}

#ct-7-days .item.first .weather {
  color: #c2c2c2;
}

#ct-7-days .item.first .icon {
  opacity: 0.3;
}

#ct-7-days .item.first .wind {
  color: #c2c2c2;
}

#ct-7-days .item .day {
  font-size: 14px;
  color: #555;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

#ct-7-days .item.holiday .day,
#ct-7-days .item.holiday .date {
  color: #d83023;
}

#ct-7-days .item .date {
  font-size: 12px;
  height: 40px;
  line-height: 18px;
  margin: 0;
}

.dataSource-info {
  font-size: 12px;
  color: #9f9f9f;
  padding: 5px 10px;
  text-align: right;
}

#ct-7-days .item .ct-daytime .weather {
  margin: 0;
}

.ct-daytime {
  height: 30px;
}

#ct-7-days .item .ct-night {
  height: 200px;
}

#ct-7-days .item .icon {
  display: inline-block;
  height: 30px;
  width: 30px;
}

#ct-7-days .item .weather {
  font-size: 14px;
  color: #555;
  line-height: 14px;
  height: 50px;
  margin: 0;
}
#ct-7-days .item .smallVal {
  font-size: 12px;
  color: #9f9f9f;
  line-height: 30px;
  height: 30px;
  margin: 0;
}
#ct-7-days .item .wind {
  font-size: 12px;
  color: #9f9f9f;
  line-height: 30px;
  height: 30px;
  margin: 0;
}

#ct-7-days .item .rain {
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  margin: 0;
}

#ct-7-days #chart-days {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 70px;
  border: 1px solid #ccc;
}

#ls-weather-day:after {
  content: '';
  display: block;
  clear: both;
}
.selectElementCitiesContainer,
.selectElementTownsContainer {
  display: inline-block;
  vertical-align: middle;
}
.selectElementContainer .SumoSelect {
  width: auto;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.tableInfo {
  float: left;
  width: 65px;
  border: 1px solid #ccc;
}
.tableInfo > div.spaceItem.date {
  height: 69px;
  line-height: 84px;
}
.tableInfo > div.spaceItem.chart {
  height: 200px;
  line-height: 200px;
}
.tableInfo > div {
  height: 30.3px;
  line-height: 30.3px;
  text-align: center;
}
.tableInfo > div + div {
  border-top: 1px solid #ccc;
}
#ct-weather {
  float: left;
  width: calc(100% - 65px);
}

.wind,
.rain,
.smallVal {
  border-top: 1px solid #ccc;
}
.hidenDiv {
  opacity: 0;
  position: absolute;
  z-index: -99999999;
  top: 0;
  left: 0;
}
.personalizationContainer li + li {
  margin-top: 10px;
}
.topOptionItem {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.topOptionItemContainer {
  padding: 10px;
}
.ct-7-days-container {
  width: 100%;
  overflow-y: auto;
}
.metismenu .listIcon {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.search-btn-container {
  text-align: right;
}
.selectElementContainer > div {
  float: left;
  width: 50%;
}
.hazardConditions {
  margin-bottom: 5px;
}
.hazardConditions > div {
  display: inline-block;
}
.hazardConditions .hazards {
  float: left;
  padding: 4px 8px;
  border-radius: 3px;
  background-color: #c00;
  color: #fff;
  cursor: pointer;
}
.hazardConditions .hazards + .hazards {
  margin-left: 5px;
}
.weatherImgContainer {
  padding: 5px;
}
.weatherImgContainer img {
  display: block;
  width: 100%;
}
.picker-dialog .picker-title {
  color: #c00;
  font-weight: bold;
}
.picker-fixed {
  z-index: 10001;
}
.selectTimePopContainer .timepickerInput1 {
  width: 100%;
  display: block;
  text-align: center;
}
.deleInput .fa-edit.editer,
.deleInput .fa-plus-square.editer {
  display: none;
}
.deleInput .fa-edit.edite1r,
.deleInput .fa-plus-square.editer1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tempTimeContainer {
  padding: 5px;
  border: 1px solid #ccc;
  margin-bottom: 15px;
  text-align: center;
}
.tempTimeContainer .table-header {
  padding: 5px 0;
}
.tempTimeContainer .row {
  margin: 5px 0;
}
.showTempTimeContainerBtn {
  cursor: pointer;
  text-align: center;
  padding: 10px;
  padding-top: 0;
}

.imgAccountGroupContainer:after {
  content: '';
  display: block;
  width: 0;
  clear: both;
}
.sysInfoGroupContainer {
  position: relative;
}

.allcontacts:after,
.allcompanies:after,
.item-company:after {
  content: '';
  display: block;
  width: 0;
  clear: both;
}
.allcontacts {
  font-size: 0;
}
.allcontacts > .markerContent {
  position: relative;
  font-size: 14px;
  vertical-align: top;
}

.allcontacts .markerContent.hideInfo {
  height: 100px;
  overflow: hidden;
}
.markerContent .txtGradient {
  cursor: pointer;
  width: 100%;
  bottom: 0;
  left: 0;
}

.allcontacts,
.allcompanies {
  margin-left: 5px;
}
.markerContent > .content > .timeInfo {
  display: inline-block;
  vertical-align: middle;
}
.groutTitleContainer {
  position: relative;
}

.closeGroupContainer,
.closeConcactCotainer {
  display: inline-block;
  position: absolute;
  right: 2px;
  top: 2px;
  cursor: pointer;
}
.closeConcactCotainer {
  right: 5px;
  top: 5px;
}
.markerContainer .content.editmode .closeGroupContainer i.icon-close,
.markerContainer .content.editmode .closeConcactCotainer i.icon-close {
  margin-right: 0;
  color: #444;
}
.gwTestBtn {
  cursor: pointer;
}
.allmemos .content,
.alllinks .content,
.caseItemList .conntent {
  color: #444;
}
.item-contact:after,
.item-company:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  clear: both;
}
.item-contact .cardLeftContainer,
.item-company .cardLeftContainer {
  display: none;
  padding: 8px 4px;
}
.item-contact.editmode_1 .cardLeftContainer,
.item-company.editmode_1 .cardLeftContainer {
  display: block;
  float: left;
  width: 40px;
}

.item-contact .cardRightContainer,
.item-company .cardRightContainer {
  float: left;
  width: 100%;
}

.item-contact.editmode_1 .cardRightContainer,
.item-company.editmode_1 .cardRightContainer {
  width: calc(100% - 40px);
}
.optionIcon {
  text-align: center;
}
.optionIcon + .optionIcon {
  margin-top: 5px;
}
.optionIcon > i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #111;
  color: #111;
  display: block;
  margin: auto;
  cursor: pointer;
}
.chk_tmp_phase.fancy-checkbox input[type='checkbox'] + span:before {
  margin-right: 0;
}
.chk_tmp_phase.fancy-checkbox {
  margin-right: 0;
}
.chk_tmp_phasecontainer {
  text-align: center;
}
.selectTimeZoneContainer .SumoSelect {
  width: 100%;
}
.markerContainer:after {
  content: '';
  display: block;
  clear: both;
}
.markerContainer .imgAccountGroupContainer,
.markerContainer .allcontactsContainer,
.markerContainer .allcompanies {
  float: left;
  width: calc((100% - 10px) / 3);
}
@media (max-width: 600px) {
  .markerContent,
  .sysInfoGroupContainer,
  .imgInfo,
  .allcontacts .markerContent,
  .item-company {
    width: 100%;
  }
  .allcontacts > .markerContent {
    margin-left: 0px;
  }
  .markerContainer .imgAccountGroupContainer,
  .markerContainer .allcontactsContainer,
  .markerContainer .allcompanies {
    width: 100%;
  }
  .allcontacts,
  .allcompanies {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1024px) {
  .sysInfoGroupContainer,
  .imgInfo,
  .allcontacts > .markerContent,
  .item-company {
    width: calc((100% - 5px));
  }
}
@media (min-width: 576px) {
  .mapDialog .modal-dialog,
  .autosettingContainer .modal-dialog {
    /* max-width: 80%; */
    /* max-width: 850px; */
  }
}
.showImgBtn-container {
  text-align: right;
  padding: 0 10px;
}
.showImgBtn-container .showImgBtn {
  border: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  padding: 0;
}
.charLoading {
  text-align: center;
}
.fw-n {
  font-weight: normal;
}
.numberinputcontainer1 input {
  text-align: center;
}
@media (min-width: 576px) {
  .overscrollContainer {
    overflow-x: scroll;
  }
  .overscrollContainer .overscroll {
    min-width: 485px;
  }
}
.notify-show {
  margin-top: 15px;
}
.data-crm-li {
  position: relative;
}

.remove-crm-btn,
.restore-crm-btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 4px 6px;
}
.remove-crm-btn {
  right: 65px;
}
.optionSetting {
  text-align: right;
}
.markerContainer .content.editmode .optionSetting i {
  margin-right: 0;
  font-size: 20px;
  color: #444;
  padding: 8px;
  cursor: pointer;
}

.dateSelectContainer {
  margin-left: 10px;
  display: inline-block;
  vertical-align: baseline;
}
.deviceOptionContainer {
  border: 1px solid #ccc;
  border-radius: 5px;
  /* max-height: calc(100vh - 340px); */
  max-height: 250px;
  overflow-y: auto;
}
.deviceOptionContainer_1 {
  /* border: 1px solid #ccc; */
  box-shadow: inset 0 0 10px #ccc;
  border: none;
  border-radius: 5px;
  /* max-height: calc(100vh - 340px); */
  max-height: initial;
  height: 450px;
  overflow-y: auto;
}
.echartContainer {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 500px;
}
.setting-Container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
}
.Yaxis-set-container label + label {
  margin-left: 10px;
}
@media (max-width: 576px) {
  .Yaxis-set-container label + label {
    margin-left: 0px;
  }
  /* #echartContainer, */
  #setting-Container {
    margin-top: 30px;
  }
}
.projectContainer .deviceName .txt {
  width: 100%;
}
.projectContainer .deviceItem {
  width: 100%;
}
.projectContainer .deviceItemDetail {
  cursor: pointer;
}
.deviceItemDetail.active {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.projectContainer .proj_name {
  padding: 5px 10px;
}
.setting-ul li + li {
  margin-top: 10px;
}
.arrowContainer {
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.arrowContainer > .form-control {
  margin-bottom: 0;
}
.arrowContainer > i {
  cursor: pointer;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.projectContainer .proj_name.self {
  color: #01b2c6;
}
.projectContainer .proj_name.share {
  color: #444;
}
.deviceSearch {
  display: inline-block;
}
.dateTypeContainer .btn + .btn {
  margin-left: 5px;
}
.setting-ul li + li {
  margin-top: 10px;
}
.page-title-name {
  font-size: 18px;
}
.selectTimeZoneContainer .SumoSelect {
  width: 100%;
}
.noDataContent {
  margin: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.block-header {
  margin: 10px 0;
}
.intermittentCycleContainer .intermittentCycle {
  max-width: 150px;
}
.checkbox-container_1 {
  margin-top: 15px;
}
.autoBody {
  position: relative;
}
.editautoBtn-container {
  position: absolute;
  top: 8px;
  right: -50px;
}
.msgContent,
.deleMsgContent {
  padding: 5px;
  color: #f00;
}
.connectStatus {
  display: inline-block;
  vertical-align: middle;
  height: 34px;
}
.connectStatus > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 24px;
}
.shareProjectTitle {
  display: inline-block;
  margin: 0 5px;
}
.number_error {
  display: inline-block;
  color: #e00;
}
.checkbox-item,
.checkbox-name,
.checkbox-val,
.checkbox-class {
  display: inline-block;
  vertical-align: middle;
}
.checkbox-container-edit .fancy-checkbox + .fancy-checkbox {
  margin-top: 10px;
}

.gray-cover .deviceItem,
.device-warn .deviceItem {
  position: relative;
  /* -webkit-filter:grayscale(1); */
}
.gray-cover .deviceItem::before,
.device-warn .deviceItem::before {
  content: '';
  display: block;
  width: 100%;
  height: calc(100% - 37px);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: rgba(100, 100, 100, 0.3);
}
.deviceTitleEdit {
  position: relative;
}
.deviceStatus {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0b0;
  position: absolute;
  top: 4px;
  right: 0;
  display: none;
}
.gray-cover .deviceStatus {
  background-color: #b00;
}
.device-warn .deviceStatus {
  background-color: #ffc107;
}
.nameInput {
  margin: 0;
}
.valueInput1 {
  padding: 5px 5px 0 5px;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
}
.valueInput {
  margin: 0;
  /* display: block; */
  vertical-align: middle;
  /* height: 100%; */
}
.btn-style-container {
  margin: 21px 0;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.btn-style-container + .btn-style-container {
  margin-left: 5px;
}

.deviceContainer_1 .deviceTitleEditInput_1 {
  margin: 8px 0;
}
.deviceContainer_1 .deviceTitleEditInput_1 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.deviceContainer_1 .option {
  /* padding: 10px 0; */
  cursor: pointer;
}

.addBtnContainer {
  margin: 10px 0;
}
#device-info-container .pricing li {
  padding: 10px 0;
}
/* .pricing li:nth-last-child(2) {
  padding: 10px 0;
} */
.deleCheckbox {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  font-size: 20px;
  padding: 5px;
}
#jsonContainer {
  display: block;
  width: 100%;
  height: 900px;
}
.elementContainer input {
  text-align: center;
}
.editElementContainerAll {
  padding: 10px 0;
}
.elementContainer {
  border: 1px solid #999;
  background-color: #fff;
  box-shadow: 3px 3px 5px #eee;
  border-radius: 5px;
  margin: 5px 0;
  padding: 5px;
  position: relative;
}
.deleContainer {
  position: absolute;
  top: 3px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
}
.txt-center {
  text-align: center;
}
.elementContainer .fancy-checkbox {
  margin-right: 0;
}
.border-style {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}
.border-style + .border-style {
  border-top: none;
}
.lh35 {
  line-height: 35px;
}
.edit-icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.addImportbody,
.pri_info {
  padding: 0 35px;
  margin-top: 5px;
}
.addImportbody {
  padding: 0 20px;
}
.devInfoContainer {
  /* margin-top: 5px; */
  margin: 5px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 35px;
  width: 300px;
  text-align: center;
}
.pri_info {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 35px;
  width: 300px;
  margin: 5px 15px 0px 15px;
  text-align: center;
}
.selectModelContainer {
  margin-bottom: 10px;
}
.add-import-item-container {
  margin: 15px 0;
}
.importAddItem + .importAddItem {
  /* margin-top: 10px; */
  border-top: none;
}
.titleColor {
  border-radius: 3px;
  color: #fff;
  background-color: rgba(70, 90, 91, 0.8);
}
.input-name-title {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 10px;
}
.importAddItem input.form-control {
  margin: 1rem 0;
}
.importAddItem {
  position: relative;
  margin-top: 10px;
  padding: 5px 0px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(204, 204, 204, 0.8);
}
.indexStrTxt {
  margin: 1rem 0;
}
.deleItemContainer {
  color: #e00;
  font-size: 20px;
  cursor: pointer;
  margin-top: 20px;
  text-align: center;
}
.device-editContainer {
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1;
  right: 20%;
  top: 0;
  cursor: pointer;
}
.deviceName {
  position: relative;
}
.importSubmitDele {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cmd-history-navbar {
  margin-top: 20px;
}
.deviceManageItem,
.deviceManageItemTitle {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 3px 3px 5px #ccc;
}
.deviceManageItemTitle {
  text-align: left;
}
.device-status,
.device-option {
  text-align: center;
}
.deviceManageItem .device-option > .btn + .btn {
  margin-left: 5px;
}
.deviceManageItem {
  margin-top: 5px;
}
.device-name {
  float: left;
  width: 50%;
  font-size: 18px;
  font-weight: 500;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.device-status {
  float: left;
  width: 20%;
  padding: 5px;
}
.device-option {
  float: left;
  width: 30%;
}
.deviceManageItem::after,
.deviceManageItemTitle:after {
  content: '';
  display: block;
  width: 0;
  clear: both;
}

.deviceInfoContainer {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #ccc;
}
.reportListContainer {
  width: 100%;
  height: 690px;
  overflow-y: scroll;
  overflow-x: auto;
}
.deviceItemDetail_space {
  height: 80px;
}
.timezone_td {
  width: 40px;
}
.proj_name_td {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data_src_txt {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* .data_src_td{
  display: inline-block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.report_name_td {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.setting-Container .setting-ul {
  padding: 0;
}
.reportListTableBody {
  font-size: 13px;
}
.tooltip_1,
.tooltip_2,
.tooltip_3,
.tooltip_3_container {
  position: relative;
}

.tooltip_1 .tooltip_1_text {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  z-index: 1;
  font-size: 14px;
}
.tooltip_1 .tooltip_1_text.w50 {
  width: 50px;
}
.iconContainer.tooltip_1 .tooltip_1_text {
  left: -10px;
}

.tooltip_4 {
  position: relative;
}
.tooltip_4 .tooltip_4_text {
  visibility: hidden;
  display: none;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  z-index: 1;
}

.tooltip_4 .tooltip_4_text.w50 {
  width: 50px;
}

.iconContainer.tooltip_4 .tooltip_4_text {
  left: -10px;
}

.tooltip_3_container .tooltip_3_text {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.tooltip_1 .tooltip_1_text_color {
  visibility: hidden;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  right: 0;
  left: 0;
  top: -20px;
  margin: auto;
  z-index: 1;
}
.tooltip_1 .tooltip_1_text_moreinfo {
  visibility: hidden;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  border-radius: 6px;
  padding: 5px;
  /* Position the tooltip */
  position: absolute;
  right: 0;
  left: -15px;
  top: -20px;
  margin: auto;
  z-index: 1;
}

.tooltip_1:hover .tooltip_1_text,
.tooltip_1:hover .tooltip_1_text_color,
.tooltip_4:hover .tooltip_4_text {
  visibility: visible;
}
.mpreindex {
  position: relative;
  z-index: 2;
}
.data_src_td {
  position: relative;
}
.tooltip_2 ~ .tooltip_2_text {
  visibility: hidden;
  /* width: 120px; */
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 4px 6px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 0;
  top: -15px;
}
.optionNameContainer.tooltip_2 ~ .tooltip_2_text {
  top: -30px;
  text-align: left;
}

.tooltip_2:hover ~ .tooltip_2_text,
.tooltip_3:hover ~ .tooltip_3_text {
  visibility: visible;
}

.deviceManageItem.dropMode:hover {
  cursor: move;
}
.devtypeTitle > span {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 10px 0;
  font-size: 18px;
  font-weight: bold;
}
.dropMode {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.nav-tabs-new .nav-item a {
  padding: 10px 15px;
}
.saveDeviceSort-manage {
  position: absolute;
  right: 0;
}
.addSiteBtn {
  position: absolute;
  right: 100px;
  text-align: right;
  margin: 5px 0 0 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.nav-tabs-new {
  position: relative;
}
.bgWhite-info {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 20px;
  border-radius: 5px;
  border-bottom: 1px solid #ccc;
}
.bgWhite-info.opacity {
  background-color: rgba(255, 255, 255, 0.3);
}
.jsonTextArea {
  margin-top: 20px;
  height: 500px;
  width: 100%;
}
.id_container {
  margin: 20px 0;
}
.id_container .btn + .btn {
  margin-left: 5px;
}
.addColor {
  margin-left: 10px;
}
.colorPickerContainer {
  margin-top: 10px;
}
.addColorContainer .colorItem {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #333;
  width: 25px;
  height: 25px;
}
.tab-content > .tab-pane {
  padding-bottom: 10px;
}
.reportSelectorContainer .SumoSelect {
  width: 100%;
}
.set-max,
.set-min {
  width: 80px;
}
.addBtnContainer .btn {
  margin-top: 5px;
}
.requiredInfo {
  margin-top: 5px;
  font-size: 12px;
  color: #e00;
}
.element_id {
  position: absolute;
  top: 10px;
  right: 50px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
}
.report_container {
  float: left;
  width: 100%;
  height: 165px;
  overflow: auto;
}
.rest_start_time {
  padding: 6px 8px;
  margin-left: 10px;
}
#device-info-container
  .card
  > .header
  .device-info-char-container
  .card
  > .header {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  /*STYLES*/
  .device-manage-container {
    width: 60%;
    margin: 0 20px;
  }

  .device-manage-container .device_list_body {
    padding: 0;
  }

  .device-option,
  .device-status {
    width: 180px;
  }

  .device-name {
    width: calc(100% - 360px);
  }
}

@media screen and (min-width: 1200px) {
  /* 如果使用者之視窗寬度 >= 1200px，將會再載入這裡的 CSS。 */
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  /* 如果使用者之視窗寬度介於 768px ~ 979px，將會再載入這裡的 CSS。 */
  .device-manage-container {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  /* 如果使用者之視窗寬度 <= 768px，將會再載入這裡的 CSS。 */
  .device-option {
    margin: auto;
    width: 160px;
  }

  .device-option .btn {
    padding: 0.375rem 0.375rem;
  }

  .device-status {
    width: 70px;
  }
  .device-status-title {
    display: none;
  }

  .device-name {
    width: calc(100% - 235px);
  }

  .reportListContainer {
    height: 300px;
    overflow-x: auto;
  }
  .device-name {
    font-size: 14px;
  }
  .saveDeviceSort-manage,
  .addSiteBtn {
    display: block;
    position: relative;
    text-align: right;
    right: auto;
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 480px) {
  /* 如果使用者之裝置寬度 <= 480px，將會再載入這裡的 CSS。 */
}
@media screen and (min-width: 480px) {
  /* 如果使用者之裝置寬度 >= 480px，將會再載入這裡的 CSS。 */
}
.ScheduleDateTxt,
.role_desc,
.owner_proj_item .timeString {
  color: #a5a5a5;
}
.displayTest:after,
.dashboardDisplay:after {
  content: '';
  display: block;
  clear: both;
}
.dashboardDisplay {
  /* display: block; */
}
.displayTest {
}
.display_1 {
  /* font-size: 30px; */
  color: #000;
}
.display_1 {
  font-size: 0;
}
.display_1 .box1 {
  display: inline-block;
  outline: 1px solid #111;
  background-color: #007bff;
  height: 400px;
  width: 50%;
}
.display_1 .box2 {
  display: inline-block;
  outline: 1px solid #111;
  background-color: #007baf;
  height: 150px;
  width: 50%;
}
.display_1 .box3 {
  display: inline-block;
  outline: 1px solid #111;
  background-color: #002baf;
  height: 200px;
  width: 50%;
}
.display_1 .box4 {
  display: inline-block;
  outline: 1px solid #111;
  background-color: #ff3521;
  height: 400px;
  width: 50%;
}
.displayTest .box {
  border: 1px solid #111;
  line-height: 100px;
  background-color: #ffc107;
  font-size: 36px;
  text-align: center;
}
.box {
  float: left;
  /* overflow-y: auto; */
  /* height: 100px; */
  padding: 0 10px;
  margin-bottom: 0;
}
.box_content {
  /* overflow-y: auto; */
}
.box_min {
  /* height: 205px; */
  margin-bottom: 10px;
}
.box_min > .box_content {
  /* height: 100%; */
}

.box_tall {
  /* height: 420px; */
}
.box_tall > .box_content {
  height: 100%;
}
.box > .card {
  margin-bottom: 0;
  /* font-size: 15px; */
}
.box .header {
  padding-bottom: 0px;
}
.box_auto {
  height: auto;
}
.titleNameStr {
  font-size: 14px;
  color: #444;
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  margin-left: 10px;
}
.dashboardContainer .table {
  margin-bottom: 0;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w25 {
  width: 25%;
}
.box + .box {
  padding-top: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .box {
    /* height: 400px; */
  }

  .box_auto {
    height: auto;
  }
  .w50 {
    width: 100%;
  }
  .w25 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .box {
    /* background-color: #fff; */
  }
  .w50,
  .w25 {
    width: 100%;
  }
}

.cusModal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10001;
  overflow-x: hidden;
  overflow-y: auto;
}
.cusModalContent {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin: auto;
  margin-top: 10px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .cusModalContent {
    width: 100%;
  }
}

.iconContainer {
  width: 45px;
  height: 45px;
}
.iconContainer > svg {
  width: 40px;
  height: 40px;
  display: block;
}
.controlBar .range {
  margin: 20px;
}

.controlBar {
  padding: 0 10px;
}

.range > .rangeCustom {
  width: 200px;
}

.controlBarContainer {
  transform: rotate(-90deg) translate(-160px, 0);
}
.controlBarContainer .iconContainer.lightIcon {
  transform: rotate(90deg) translate(-8px, 0);
  background-image: url('../../assets/images/0f_light/light_intensity.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.controlBarContainer .iconContainer.colorIcon {
  transform: rotate(90deg) translate(-8px, 0);
  background-image: url('../../assets/images/0f_light/light_color_temp.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.lightImgContainer::after {
  content: '';
  display: block;
  clear: both;
}
.lightImgContainer > .imgContainer,
.lightImgContainer > .imgContainer1 {
  float: none;
  width: 66.6666%;
  display: inline-block;
}
.controlBarContainerBox > .controlBarContainer {
  float: left;
  width: 50%;
}
.controlBarContainerBox {
  min-height: 250px;
  float: left;
  width: 45%;
  /* width: 280px; */
  /* margin: auto; */
  border-radius: 10px;
  position: relative;
}
.buttonContainerLight {
  float: left;
  width: 100%;
  text-align: right;
}
.controlBarContainerBox:after {
  content: '';
  display: block;
  clear: both;
}

/* input[type="range"].rangeItem {
  -webkit-appearance: none;
  background-color: #ddd;
  height: 20px;
  overflow: hidden;
}

input[type="range"].rangeItem::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 20px;
}

input[type="range"].rangeItem::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #333;
  border-radius: 50%;
  box-shadow: -210px 0 0 200px #666;
  cursor: pointer;
  height: 25px;
  width: 25px;
  border: 0;
}

input[type="range"].rangeItem::-moz-range-thumb {
  background: #333;
  border-radius: 50%;
  box-shadow: -1010px 0 0 1000px #666;
  cursor: pointer;
  height: 25px;
  width: 25px;
  border: 0;
}

input[type="range"].rangeItem::-moz-range-track {
  background-color: #ddd;
}

input[type="range"].rangeItem::-moz-range-progress {
  background-color: #666;
  height: 15px;
}

input[type="range"].rangeItem::-ms-fill-upper {
  background-color: #ddd;
}

input[type="range"].rangeItem::-ms-fill-lower {
  background-color: #666;
} */

/* 亮度 */
input[type='range']#light_2,
input[type='range'].light_2 {
  -webkit-appearance: none;
  background-color: rgb(248, 248, 248);
  height: 30px;
  overflow: hidden;
}

input[type='range']#light_2::-webkit-slider-runnable-track,
input[type='range'].light_2::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 30px;
}

input[type='range']#light_2::-webkit-slider-thumb,
input[type='range'].light_2::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: rgb(200, 200, 200);
  /* border-radius: 50%; */
  box-shadow: -210px 0 0 200px rgb(221, 221, 221);
  cursor: pointer;
  height: 30px;
  width: 15px;
  border: 0;
}

input[type='range']#light_2::-moz-range-thumb,
input[type='range'].light_2::-moz-range-thumb {
  background: rgb(200, 200, 200);
  /* border-radius: 50%; */
  box-shadow: -1010px 0 0 1000px rgb(221, 221, 221);
  cursor: pointer;
  height: 30px;
  width: 15px;
  border: 0;
}

input[type='range']#light_2::-moz-range-track,
input[type='range'].light_2::-moz-range-track {
  background-color: rgb(248, 248, 248);
}

input[type='range']#light_2::-moz-range-progress,
input[type='range'].light_2::-moz-range-progress {
  background-color: rgb(221, 221, 221);
  height: 15px;
}

input[type='range']#light_2::-ms-fill-upper,
input[type='range'].light_2::-ms-fill-upper {
  background-color: rgb(248, 248, 248);
}

input[type='range']#light_2::-ms-fill-lower,
input[type='range'].light_2::-ms-fill-lower {
  background-color: rgb(221, 221, 221);
}

/* 色溫 */
input[type='range']#color_2,
input[type='range'].color_2 {
  -webkit-appearance: none;
  background-color: rgb(248, 248, 248);
  /* background-color: rgb(235, 235, 0); */
  height: 30px;
  overflow: hidden;
}

input[type='range']#color_2::-webkit-slider-runnable-track,
input[type='range'].color_2::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 30px;
}

input[type='range']#color_2::-webkit-slider-thumb,
input[type='range'].color_2::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: rgb(200, 200, 200);
  /* border-radius: 50%; */
  /* box-shadow: -210px 0 0 200px rgb(248, 248, 248); */
  box-shadow: -210px 0 0 200px rgb(221, 221, 221);
  cursor: pointer;
  height: 30px;
  width: 15px;
  border: 0;
}

input[type='range']#color_2::-moz-range-thumb,
input[type='range'].color_2::-moz-range-thumb {
  background: rgb(200, 200, 200);
  box-shadow: -1010px 0 0 1000px rgb(235, 235, 0);
  cursor: pointer;
  height: 30px;
  width: 15px;
  border: 0;
}

input[type='range']#color_2::-moz-range-track,
input[type='range'].color_2::-moz-range-track {
  background-color: rgb(248, 248, 248);
}

input[type='range']#color_2::-moz-range-progress,
input[type='range'].color_2::-moz-range-progress {
  background-color: rgb(235, 235, 0);
  height: 15px;
}

input[type='range']#color_2::-ms-fill-upper,
input[type='range'].color_2::-ms-fill-upper {
  background-color: rgb(248, 248, 248);
}

input[type='range']#color_2::-ms-fill-lower.actBtn,
input[type='range'].color_2::-ms-fill-lower.actBtn {
  background-color: rgb(235, 235, 0);
}
.rangeContainer > .rangeItem {
  width: 200px;
  padding: 5px 5px;
}
.lightImgContainer {
  float: left;
  width: 55%;
  margin: auto;
  text-align: center;
}
.lightImgContainer > svg {
  display: block;
  width: 100%;
}
.iconContainer .tooltip_1_text {
  font-size: 16px;
}
.controlBarContainer:after {
  content: '';
  clear: both;
  display: block;
}
.controlBarContainer > .iconContainer {
  float: left;
}
.controlBarContainer > .controlBar {
  float: left;
  width: calc(100% - 50px);
  text-align: left;
}
.controlBarContainer .value_txt {
  font-size: 12px;
  transform: rotate(90deg) translate(-5px, -195px);
}
.cusModalHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.cusModalBody {
  min-height: 300px;
}

.cusModalFooter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.allDeviceContainerDashboardMid .updateTime {
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.allDeviceContainerDashboardMid .sensorItemContent {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 5px#ddd;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.allDeviceContainerDashboardMid .danger.sensorItem .sensorItemContent {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.allDeviceContainerDashboardMid .warning.sensorItem .sensorItemContent {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}
.allDeviceContainerDashboardMid .sensorItem {
  float: left;
  width: 16.666%;
  padding: 5px;
  vertical-align: top;
  height: 130px;
}
.allDeviceContainerDashboardMid .sensorItem .sensorName {
  float: left;
  width: 80%;
  font-size: 14px;
  position: relative;
  text-align: center;
}
.sensorItem .sensorName .tooltip_2_text {
  top: 20px;
}
.sensorName_span,
.controlName_span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}
.allDeviceContainerDashboardMid .sensorItem .sensorIcon {
  float: left;
  width: 20%;
}
.allDeviceContainerDashboardMid .sensorItem .sensorIcon img {
  width: 100%;
}
.allDeviceContainerDashboardMid .sensorItem .valueContainer {
  text-align: center;
}
.allDeviceContainerDashboardMid .sensorItem .valueContainer .valueContent {
  display: inline-block;
  font-size: 30px;
  margin-top: 10px;
  font-weight: 500;
}
.allDeviceContainerDashboardMid .sensorItem .valueContainer .valueParam {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
}

.allDeviceContainerDashboardMid .controlItem {
  float: left;
  /* width: 185px; */
  width: 16.666%;
  padding: 5px;
  height: 130px;
}
.allDeviceContainerDashboardMid .controlItemContent {
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 5px#ddd;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.allDeviceContainerDashboardMid .controlItem .controlName {
  text-align: center;
  position: relative;
}
.controlItem .controlName > .tooltip_2_text {
  top: 20px;
}
.allDeviceContainerDashboardMid .controlItem .controlIcon {
  text-align: center;
  position: relative;
}
.allDeviceContainerDashboardMid .controlItem .controlIcon > img {
  width: 63px;
  margin: 5px 0;
  /* cursor: pointer; */
}
.iconContainer {
  position: absolute;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  left: -35px;
}
.iconContainer > img {
  display: block;
  width: 100%;
}
.autoIconContainer {
  width: 50px;
  height: 50px;
  top: 0;
}
.actIconContainer {
  left: 5px;
}
.autoIconContainer {
  right: 5px;
}

.allDeviceContainerDashboardMid .controlItem .valueContainer .valueContent {
  text-align: center;
  margin-top: 5px;
}
.allDeviceContainerDashboardMid .controlItem .valueContainer .valueContentAuto {
  text-align: center;
  margin-top: 10px;
}
.valueContainer {
  /* position: relative; */
}
.allDeviceContainerDashboardMid
  .controlItem
  .valueContainer
  .valueContentAuto
  .autoBtn {
  display: inline-block;
  vertical-align: middle;
}
.valueContentAuto > .autoBtn {
  width: 85px;
}
.valueContentAct {
  float: none;
  width: 100%;
  font-size: 0;
  margin-top: 5px;
}
.valueContentAct .device-control-btn {
  display: inline-block;
  width: 33.333%;
  margin-top: 0;
  text-align: center;
}
.showAuto {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .allDeviceContainerDashboardMid .sensorItem,
  .allDeviceContainerDashboardMid .controlItem {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .allDeviceContainerDashboardMid .sensorItem,
  .allDeviceContainerDashboardMid .controlItem {
    width: 50%;
  }
}
.data-analysis-container .dateSelectContainer {
  margin-left: 0;
}
.fz12 {
  font-size: 12px;
}
.deviceList {
  /* overflow-y: auto; */
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.deviceList .project .proj_name {
  font-weight: 600;
}
.deviceList .devices {
  padding: 10px;
}
.deviceList .devices .devItem {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  box-shadow: 2px 2px 3px #dcd9d9;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* for Chrome、Safari */
  -moz-user-select: none; /* for Mozilla、Firefox */
}
.deviceList .devices .devItem.active {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.deviceList .devices .devItem .optionNameContainer {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 5px;
  width: 100%;
}
.deviceList .devices .devItem .optionNameContainer,
.deviceList .devices .devItem .iconUnchecked,
.deviceList .devices .devItem .iconChecked {
  float: left;
}
.deviceList .devices.deviceSelect .devItem .optionNameContainer,
.deviceList .devices .devItem.active .optionNameContainer {
  width: calc(100% - 40px);
}
.deviceList .devices.deviceSelect .devItem .iconUnchecked {
  color: #9a9a9a;
  padding-left: 5px;
  display: block;
  width: 40px;
  text-align: center;
}
.deviceList .devices.deviceSelect .devItem.active .iconChecked,
.deviceList .devices .devItem.active .iconChecked {
  color: #22af46;
  padding-left: 5px;
  display: block;
  width: 40px;
  text-align: center;
}
.deviceList .devices.deviceSelect .devItem.active .iconUnchecked {
  display: none;
}
.deviceList .devices .checkIcon {
  font-size: 24px;
  display: none;
  margin-top: 3px;
}
.deviceList .devices .devItem + .devItem {
  margin-top: 5px;
}
.echartContainer {
  position: relative;
}
.echartLeftMenu {
  position: absolute;
  /* left: -360px; */
  left: 5px;
  top: 5px;
  width: 360px;
  z-index: 2;
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 15px #ccc;
  background-color: #fff;
  /* display: none; */
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(-0px, 0px);
}

.echart2Container {
  overflow: hidden;
}
.echartLeftMenu .card {
  margin-bottom: 0;
}
.echart2Container .chartContainer {
  /* min-height: 530px; */
}
.chart_top {
  position: relative;
}
.ctrlLeftMenu {
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: -35px;
  width: 40px;
  height: 40px;
  top: 35px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 15px #ccc;
  border-left: none;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  /* .proj_selected_container, */
  .dateBtnContainer,
  .searchContainer,
  .showAllParameterContainer {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dateBtnContainer p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .echartLeftMenu {
    width: 310px;
  }
  .ctrlLeftMenu {
    right: -35px;
  }
}
.Yaxis-set-container.visiable {
  visibility: hidden;
}
.proj_selected > .proj_item {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  padding: 2px 6px;
  line-height: 35px;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  border-radius: 5px;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  white-space: nowrap;
}
.proj_selected_container {
  position: relative;
}
.proj_selected .selectInfo {
  cursor: pointer;
}
.proj_selected > .proj_item + .proj_item {
  margin-left: 3px;
}
.proj_selected > .proj_item.share {
  background-color: #6c757d;
  border-color: #6c757d;
}
.proj_select_list_items {
  /* max-height: 50vh;
  overflow-y: auto; */
}
.proj_select_list {
  padding: 10px 5px;
  /* padding-top: 35px; */
  position: absolute;
  left: 5px;
  top: 5px;
  /* width: 100%; */
  z-index: 4;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 15px #ccc;
}
@media screen and (max-width: 820px) {
  .proj_select_list {
    width: 100%;
  }
  .proj_selected_container .proj_select_list {
    width: auto;
  }
}
.proj_select_list .proj_item {
  border-radius: 3px;
  padding: 5px;
  /* border: 1px solid #ccc; */
  cursor: pointer;
  box-shadow: 2px 2px 3px #dcd9d9;
}
.proj_select_list .proj_item.active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.proj_select_list .proj_item.active.share {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.proj_select_list .proj_item {
  color: #17a2b8;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  border-color: #17a2b8;
  margin-top: 10px;
  padding: 10px 30px 10px 5px;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* for Chrome、Safari */
  -moz-user-select: none; /* for Mozilla、Firefox */
}
.proj_select_list .proj_item.share {
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: none;
  border-color: #6c757d;
}
.proj_select_list > .proj_item_all {
  /* margin: 10px 0; */
  box-shadow: 0px 2px 0px 0px #eee;
  padding: 10px 15px;
}
.proj_select_list .clsIcon {
  position: absolute;
  z-index: 1;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 3px 3px 5px #eee;
  cursor: pointer;
  font-size: 30px;
}
.proj_select_list .clsIcon > i {
  display: block;
  margin: auto;
}

.echartLayout {
  margin: auto;
}
.optionContainer {
  position: relative;
  text-align: center;
}
.optionContainer > .deviceItem {
  position: fixed;
  z-index: 12;
}
.optionContainerFixed {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  background-color: rgba(100, 100, 100, 0.3);
}
.sensorItem .deviceItemDetail {
  width: 100%;
}
.sensorName > .tooltip_2_text,
.controlName > .tooltip_2_text {
  width: 120px;
}
.allDeviceContainerDashboardMid .optionContainer .deviceName > div,
.allDeviceContainerDashboardMid .optionContainer .deviceName .option {
  background-color: rgba(70, 90, 91, 1);
  margin-bottom: 0;
}
.allDeviceContainerDashboardMid .optionContainer .deviceItemDetailUpdateTime,
.allDeviceContainerDashboardMid .optionContainer .deviceItemDetail {
  background-color: rgba(255, 255, 255, 1);
}
#createModal .pay_name {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  margin: 0;
}
.pay_id_txt {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
}
.deviceItemDetail-1 > .value_info {
  padding: 10px;
}
.deviceItemDetail-1 > .value_info > .icon_container {
  text-align: right;
}
.deviceItemDetail-1 > .value_info > .icon_container > img {
  width: 40px;
}
.deviceItemDetail-1 > .value_info > .value_container {
  margin: 20px 0 10px 0;
}
.deviceItemDetail-1 > .value_info > .value_container .value_txt {
  font-size: 40px;
  font-weight: 500;
  display: inline-block;
}
.deviceItemDetail-1 > .value_info > .value_container .value_unit {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.icon_container > .info_txt {
  display: inline-block;
  width: calc(100% - 45px);
  text-align: center;
  vertical-align: middle;
}
.select_group {
  text-align: left;
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* for Chrome、Safari */
  -moz-user-select: none; /* for Mozilla、Firefox */
  padding: 0 10px;
  position: relative;
}
.select_group + .select_group {
  padding-top: 10px;
}

.select_group > .val_container > .val_txt {
  font-size: 36px;
  font-weight: 500;
}
.select_group > .multiselect-custom {
  display: inline-block;
  width: calc(100% - 100px);
}
.select_group > .labelTxt {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}
.select_group > .selectContainer {
  display: inline-block;
  width: calc(100% - 110px);
  vertical-align: middle;
}
.select_group > .selectContainer > .multiselect {
  display: block;
  width: 100%;
}
.selectContainer > .SumoSelect {
  width: 100%;
}
.val_container > .adj_option,
.val_container > .val_txt {
  display: inline-block;
  vertical-align: middle;
}
.val_container input {
  text-align: center;
  border: none;
}
.input-lg {
  width: 100px;
  font-size: 30px;
}
.airConditionerRight {
  /* height: 200px; */
  position: relative;
}
.airConditionerRight .imgContainer,
.airConditionerRight .imgContainer1 {
  float: right;
}
.airConditionerRight .device-value {
  width: 100%;
  height: 65px;
  font-size: 30px;
}
.airConditionerRight .device-unit {
  width: 100%;
  text-align: right;
  padding: 0 15px;
}

/* 溫度顯示 ui start */
.temp_slide {
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
}
.temp_slide .message {
  position: relative;
  margin: 0 auto;
  z-index: 99999;
  text-align: center;
}
.temp_slide_devList {
  padding-top: 15px;
}
.temp_slide_devList .rs-handle.rs-move {
  display: none;
}
.airConditionerRight .device-control-updateTime {
  left: 0;
  right: 0;
  bottom: 15px;
  position: absolute;
  margin: auto;
}
.airConditionerRight::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: 7;
  position: absolute;
  left: 0;
  top: 0;
}
.temp_slide .rs-overlay.rs-transition.rs-bg-color {
  border-top-left-radius: 100%;
}
/* 溫度顯示 ui end */
.selectContainer .btn {
  font-size: 16px;
}
.selectContainer .btn {
  font-size: 16px;
}
.selectContainer
  .multiselect-custom
  + .btn-group
  ul.multiselect-container
  > li
  > a {
  font-size: 16px;
}
.temp_slide .tooltip_2_text {
  left: 0px;
  width: 90px;
  right: 0;
  top: 110px;
  margin: auto;
  z-index: 3;
}
.toggle_all_container {
  text-align: right;
}
.toggle_all_container > .multi-switch {
  display: inline-block;
}
.toggle_container {
  padding: 5px 0;
}
.dev_item_container > .dev_icon {
  float: left;
  width: 50px;
  height: 50px;
  text-align: center;
}
.dev_item_container > .dev_icon > img {
  width: 40px;
  margin: 5px;
}
.toggle_container > .multi-switch {
  display: inline-block;
}
.dev_item_container > .dev_name {
  float: left;
  width: calc(100% - 170px);
  cursor: pointer;
}
.dev_item_container > .dev_name > .dev_name_txt {
  font-size: 14px;
  line-height: 50px;
  padding: 0 10px;
}
.dev_item_container > .dev_toggle {
  float: left;
  width: 120px;
  text-align: right;
}
.dev_item_container > .dev_toggle > .data_value {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.dev_item_container {
  margin: 5px 0;
}
/* 單行文字顯示 */
.single-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dev_switch3 {
  float: left;
  width: 120px;
}
.dev_switch3 > .dev_switch_item {
  float: left;
  width: 33.333%;
}
.dev_switch3 > .dev_switch_item > img {
  width: 100%;
  padding: 3px;
  cursor: pointer;
  -webkit-filter: grayscale(1);
}
.dev_switch3 > .dev_switch_item > img.active {
  -webkit-filter: grayscale(0);
}
.control-slide {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 70px;
  margin: auto;
  text-align: center;
}
.control-slide > .slide-option {
  float: left;
  width: calc(50% - 15px);
  cursor: pointer;
}
.control-slide > .slide-option + .slide-option {
  margin-left: 30px;
}
.button_click:active {
  transform: scale(1.5);
}
/* device_setting start */
.device_setting_container .label_txt {
  margin: 10px 0;
}
.models_container > .select_container {
  margin: 5px 0;
}
.select_container > .select_index {
  float: left;
  width: 10%;
  line-height: 35px;
  text-align: center;
}
.select_container > .select_item {
  float: left;
  width: 60%;
}
.select_container > .select_option {
  float: left;
  width: 30%;
}
.select_option > .select_option_del {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
}
.select_option > .select_option_edit {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-left: 10px;
  cursor: pointer;
}
#edit_model_item_modal .modal-body .options_container {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #e9ecee;
  box-shadow: 0 0 3px inset #e9ecee, 0 0 3px inset #ccc, 0 0 3px #e9ecee;
}
.add_option_btn {
  margin-bottom: 10px;
}
.item_container {
  padding: 15px 0px 10px;
}
.line_txt {
  margin: 10px 0;
  width: 100%;
  height: 2px;
  background-color: #e9ecee;
}
.label_txt {
  padding: 10px 0;
}
.option_row {
  padding-top: 15px;
}
.option_row + .option_row {
  border-top: 1px solid #e9ecee;
}
.select_container .SumoSelect {
  width: 100%;
}
#demoTemplate .table-row.row {
  margin-right: -15px;
  margin-left: -15px;
}
#edit_model_item_modal ::placeholder {
  color: #ccc;
  font-style: italic;
}
.item_container .tooltip_1 .tooltip_1_text {
  padding: 0;
}
#edit_model_item_modal .fancy-checkbox {
  margin-bottom: 1rem;
}
#demoTemplate .tooltip_2_text {
  padding: 0;
}
/* device_setting end */
.logo_icon_container {
  margin: 10px 0;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  box-shadow: 3px 3px 10px #ccc;
  cursor: pointer;
  height: 100px;
  position: relative;
}
.logo_icon_container img {
  display: block;
  max-height: 100px;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-icon {
  position: absolute;
  right: 10px;
  top: -20px;
  width: 40px;
  height: 40px;
}
.loading-icon > .css-spinner.clickable {
  transform: scale(0.4);
}
.timepickerInput_1 {
  width: 100%;
  text-align: center;
}
.select_device_container {
  padding: 5px 0;
}
.list_device_container {
  overflow-y: auto;
  padding: 5px 0;
}
.select_device_container .deviceSelect {
  display: none;
  overflow-y: auto;
}
.selected_dev_title,
.selectList_dev_title {
  cursor: pointer;
}

.selected_dev_title > .fa,
.selectList_dev_title > .fa {
  font-size: 12px;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
}
.selected_dev_title .down,
.selectList_dev_title .down {
  display: inline-block;
}

.selected_dev_title .up,
.selectList_dev_title .up {
  display: none;
}
.selected_dev_title.active .down,
.selectList_dev_title.active .down {
  display: none;
}
.selected_dev_title.active .up,
.selectList_dev_title.active .up {
  display: inline-block;
}
.item_container .input-sm {
  text-align: center;
}
.row_line + .row_line {
  margin-top: 10px;
}
.dev_display {
  margin: 10px 0;
}
.dev_display > .deviceItem {
  box-shadow: 5px 5px 5px #ccc;
}
#registerDevModal .dev_quantity {
  width: auto;
}
.update_timeStr {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.modalNameTxt {
  margin: 10px 0;
}
.models_container .select_container {
  cursor: move;
  background-color: #fff;
  box-shadow: 1px 1px 5px #ccc;
}

.control_container {
  display: none;
  position: absolute;
  z-index: 1;
  border-radius: 10px;
  line-height: normal;
  width: 160%;
  left: 0;
  right: 0;
  top: 55px;
  margin: auto;
  padding: 10px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 5px #666;
}
.control_container > .control_item {
  display: inline-block;
  width: 35px;
  line-height: normal;
}
.control_container > .control_item > img {
  width: 95%;
}
.deviceContainer1 {
  text-align: center;
}
.deviceContainer1 .N1 {
  font-size: 12px;
}
.deviceContainer1 .device-unit1 {
  float: left;
  width: 100%;
  /* margin-top: 5px; */
}
.owner_proj .proj_left,
.share_proj_item .proj_left {
  float: left;
  width: 50%;
}
.owner_proj .proj_right,
.share_proj_item .proj_right {
  text-align: right;
  float: left;
  width: 50%;
}
.deviceContainer1 .device-unit {
  float: left;
  width: 50%;
  /* margin-top: 5px; */
  text-align: center;
}
.deviceContainer1 .deviceItemDetailUpdateTime1 {
  text-align: center;
}
.deviceContainer1_senssor .imgContainer1 img {
  width: 60%;
}
.ScheduleDateTxt > span {
  display: inline-block;
  vertical-align: middle;
}
.create_project_container {
  width: 100%;
}
.create_project_container #account {
  max-width: 100%;
}
.account_container > #account {
  display: inline-block;
  width: 118px;
}
.proj_selected_container {
  /* max-width: 220px; */
  /* width: 220px; */
}
.proj_selected_container .selectInfo {
  margin-bottom: 0;
  font-size: 14px;
}
.proj_selected_container .selectInfo.share {
  color: #fff;
  background-color: #6c757d;
}
.proj_selected_container .proj_select_list_items {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  max-height: 60vh;
  min-width: 125px;
  overflow-y: auto;
}
.proj_selected_container .proj_select_list {
  padding: 0;
}
.dropdownIcon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.dropdownIcon > .up {
  display: none;
}
.proj_selected.active .dropdownIcon > .up {
  display: inline-block;
}
.proj_selected.active .dropdownIcon > .down {
  display: none;
}
.proj_selected_container .proj_select_list {
  left: 0;
  top: 35px;
}
@media screen and (max-height: 450px) {
  .proj_selected_container .proj_select_list {
    left: 0;
    top: -100px;
  }
}
.proj_selected_container .proj_select_list .clsIcon {
  display: none;
}
.proj_selected_container .proj_select_list .bg {
  /* background-color: rgba(0, 0, 0, 0.6); */
  position: fixed;
  top: 0;
  left: 0;
  /* width: 100%;
  height: 100%;
   */
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.proj_selected_container .proj_select_list .proj_item {
  border: 1px solid #fff;
  margin-top: 0;
  box-shadow: none;
}
.item_check_container {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
}
.item_check_container > .check {
  display: none;
}
.proj_selected_container
  .proj_select_list
  .proj_item.active
  .item_check_container
  > .check {
  display: inline-block;
}

/* .proj_selected_container .proj_select_list .proj_item:hover {
  color: #3eacff;
} */
body.fixed {
  overflow: hidden;
}
.selectInfo > .leftContent {
  display: inline-block;
  vertical-align: middle;
  /* width: calc(100% - 25px); */
  width: 100%;
}
.selectInfo > .leftContent > span {
  display: inline-block;
  vertical-align: middle;
}
.selectInfo > .rightConetent {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.selectInfo > .leftContent .proj_name_title {
  width: auto;
}
.selectInfo > .leftContent .proj_name_content {
  width: auto;
}
.proj_selected_container .selectInfo {
  /* width: 100%; */
}
.proj_name_title_content {
  display: inline-block;
}

.proj_selected_container .selectInfo {
  padding-right: 30px;
  position: relative;
}
.proj_selected_container .selectInfo .rightConetent {
  position: absolute;
  right: 10px;
  margin: auto;
}
.col-lg-12.col-md-12.col-sm-12.proj_selected_container1 .proj_select_list {
  left: 15px;
}
.proj_lists_header_name,
.proj_lists_header_createtime {
  cursor: pointer;
}
/* .proj_lists_header_name:hover,
.proj_lists_header_createtime:hover {
  color: #3eacff;
} */
.proj_lists_header_name {
  float: left;
  width: 50%;
  padding-left: 10px;
  margin: 5px 0;
}
.proj_lists_header_createtime {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 5px;
  margin: 5px 0;
}
.proj_lists_header_name .sort_container,
.proj_lists_header_createtime .sort_container {
  display: inline-block;
  vertical-align: middle;
  color: #ccc;
}
.proj_lists_header_name .sort_container.up .iconUp,
.proj_lists_header_createtime .sort_container.up .iconUp {
  color: #333;
}
.proj_lists_header_name .sort_container.down .iconDown,
.proj_lists_header_createtime .sort_container.down .iconDown {
  color: #333;
}
.switchModeItem {
  display: inline-block;
  cursor: pointer;
  padding: 4px 6px;
  background-color: #eee;
}
.switchTimeContainer {
  border-radius: 5px;
  text-align: right;
}
.switchModeItem.active {
  /* color: #3eacff; */
  background-color: #01b2c6;
  color: #fff;
  border-radius: 5px;
}
.proj_select_list_items .tooltip_1 .tooltip_1_text {
  width: auto;
}
.deviceInfoBtn {
  cursor: pointer;
}
#deviceInfoDialog,
#notifyDialog {
  padding-right: 0 !important;
}
#deviceInfoDialog .modal-content {
  background-color: rgba(255, 255, 255, 1);
  position: relative;
}
#deviceInfoDialog .modal-content .card {
  box-shadow: 3px 3px 15px #ddd;
  border: 1px solid #ddd;
}
#deviceInfoDialog .modal-content .clsBtn {
  position: absolute;
  cursor: pointer;
  font-size: 30px;
  right: 10px;
  top: 5px;
}
.autoSetupDialog,
.advSetupDialog {
  z-index: 1100;
}
.autoSetupDialog ~ .modal-backdrop {
  z-index: 1099;
}

#deviceInfoDialogModalLabel,
#largeModalLabel {
  padding: 0;
}
#exampleModal .modal-header {
  position: relative;
}
#exampleModal .modal-header .header_save_btn {
  float: left;
}
#deviceInfoDialog .modal-dialog {
  margin: 0 auto;
}
#deviceInfoDialog .modal-header {
  position: sticky;
  position: -webkit-sticky;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 3px 3px #eee;
}
.deviceInfoContainer_body {
  padding: 10px;
}
.goBackButton {
  float: left;
  width: 40px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 15px 0 5px;
  cursor: pointer;
}
.header_title {
  float: left;
  width: calc(100% - 100px);
  line-height: 30px;
  /* width: 100%; */
  text-align: center;
}
#check_account {
  margin-left: 10px;
}
.device_type_item {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  border: 1px solid #01b2c6;
  color: #01b2c6;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.device_type_item + .device_type_item {
  margin-left: 5px;
}
.device_type_item.active {
  background-color: #01b2c6;
  color: #fff;
}
.shareTitleContainer .shareTitle {
  float: left;
  width: 40%;
}
.shareTitleContainer .switchTimeContainer {
  float: right;
  width: 60%;
}
.user-account {
  position: relative;
}
.closeMenuIcon,
.openMenuIcon {
  display: inline-block;
  cursor: pointer;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #111;
}
.closeMenuIcon:before {
  content: '\f03b';
}
.openMenuIcon:before {
  /* content: "\f0c9"; */
  content: '\f03a';
}

.menuOptionContainer.close {
  position: absolute;
  right: -10px;
  top: -15px;
}
.menuOptionContainer > .btn {
  margin: 0;
  padding: 0;
}
.menuOptionContainer.open {
  position: absolute;
  padding: 5px 0px 5px 10px;
  left: 5px;
  top: 5px;
  z-index: 99999;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #ccc;
}

.contentMenuList {
  padding-top: 10px;
  font-size: 22px;
}
.contentMenuList .contentMenuListItem {
  cursor: pointer;
  color: #3eacff;
  padding: 5px 0;
  position: relative;
}
.contentMenuList .contentMenuListItem:hover:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #3eacff;
}
.contentMenuListItem.tooltip_1 > .tooltip_1_text {
  font-size: 12px;
  top: 0;
  left: 15px;
  z-index: 3;
}
.navbar-btn .btn-toggle-fullwidth {
  display: block;
}
.deviceListContainer .ctrlLeftMenu,
.menuOptionContainer {
  display: none;
}
.navbar-btn .md-size {
  display: none;
}
.deviceListContainer {
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .deviceListContainer {
    position: absolute;
    left: 0;
    top: 62px;
    background-color: #fff;
    box-shadow: 2px 2px 3px #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 1;
  }

  .chartContainer {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .deviceListContainer .ctrlLeftMenu,
  .menuOptionContainer {
    display: block;
  }
  .proj_selected_container1 {
    margin-top: 0px;
  }
  .navbar-btn .md-size {
    display: block;
  }
  .navbar-btn .lg-size {
    display: none;
  }
}
.deviceStatisticsContainer {
  overflow: hidden;
}
.deviceStatisticsContainer > .body > .row {
  position: relative;
}

.menuOptionContainer {
  display: none;
}
/* left menu start*/
@media screen and (min-width: 1200px) {
  /* #main-content {
    width: 100%;
    padding: 0;
  } */
  .navbar-fixed-top .navbar-btn {
    display: block;
  }
  /* #left-sidebar {
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
    left: -250px;
  } */
}
.navbar-fixed-top {
  top: 0px;
}
.theme-blue:before,
.theme-blue:after {
  background: #fff;
}
.theme-blue #wrapper:before,
.theme-blue #wrapper:after {
  background: #fff;
  width: 0px;
}
@media screen and (min-width: 992px) {
  body:before,
  body:after {
    height: 0px;
  }
}
.navbar-btn,
.navbar-fixed-top .navbar-btn button {
  cursor: pointer;
}
.navbar-btn,
.btn-toggle-fullwidth {
  padding: 0;
  margin: 0;
}
.navbar-btn .fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: '\f0c9';
}
.navbar-btn .btn.focus,
.navbar-btn .btn:focus {
  box-shadow: none;
}
#left-sidebar {
  box-shadow: 3px 3px 10px #aaa;
}
.metismenu li {
  position: relative;
}
.metismenu li:hover::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 5px;
  height: 100%;
  width: 3px;
  background-color: #3eacff;
}
/* left menu end*/
.device-info-char .card .header h2 {
  width: 100%;
}

@media (min-width: 576px) {
  #deviceInfoDialog .modal-lg {
    width: 85%;
    max-width: none;
  }
}
.dygraphContainer {
  height: 300px;
}
.deviceContainer1 .deviceItemDetail {
  background-color: transparent;
}
.deviceContainer1 .deviceItemDetail-1,
.deviceContainer1 .deviceItemDetailUpdateTime1 {
  background-color: rgba(255, 255, 255, 0.8);
}
.proj_select_list .tooltip_1 .tooltip_1_text {
  top: 5px;
  right: 0;
  left: initial;
  width: 50%;
}
/* .content_chart_container{
  padding-bottom: 50px;
  overflow-x: auto;
} */

/* width */
.poem::-webkit-scrollbar {
  height: 20px;
}

/* Track */
.poem::-webkit-scrollbar-track {
  background-color: #c8e8f9;
  border-radius: 10px;
  margin: 20px 100px;
}

/* Handle */
.poem::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0074d9;
}

/* Handle on hover */
.poem::-webkit-scrollbar-thumb:hover {
  background: #007bff;
}

.dev_name_content.editMode {
  cursor: text;
}
.edit_dev_name_input {
  font-weight: 600;
  width: auto;
}
.device-name .edit_dev_name_input,
.deviceManageItem.edit .dev_name_container,
.deviceManageItem.edit .tooltip_1_text {
  display: none;
}
.deviceManageItem.edit .tooltip_1_text {
  /* visibility: hidden !important; */
  background: #fa0;
}

.deviceManageItem.edit .edit_dev_name_input {
  display: block;
}
.chartContainer {
  position: relative;
}
.touchMoveContainer {
  position: sticky;
  text-align: center;
  bottom: -10px;
  left: 0;
  right: 0;
  text-align: center;
}
.touchMoveContainer > .IonsContainer {
  background-color: #ddd;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 16px;
  display: inline-block;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  #wrapper #left-sidebar {
    left: -250px;
  }
  .layout-fullwidth #wrapper #left-sidebar {
    left: 5px;
  }
  .offcanvas-active #wrapper #left-sidebar {
    left: 5px;
  }
}

.allDeviceContainer {
  font-size: 0;
}
.deviceContainer {
  /* display: inline-block; */
}
.devInfoContainer {
  font-size: 14px;
}

/* new project list start */
.proj_selected_container.devListCustom {
  padding-right: 155px;
  width: 100%;
  position: relative;
  margin: 10px 0;
  z-index: 10;
}
.proj_selected_container.devListCustom .proj_item {
  cursor: pointer;
}
.proj_selected_container.devListCustom > .proj_item {
  float: left;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.proj_selected_container.devListCustom > .proj_item.owner {
  color: #17a2b8;
  border-color: #17a2b8;
}
.proj_selected_container.devListCustom > .proj_item.owner.active {
  color: #fff;
  background-color: #05b0ca;
}
.proj_selected_container.devListCustom > .proj_item.share {
  color: #6c757d;
  border-color: #6c757d;
}
.proj_selected_container.devListCustom > .proj_item.share.active {
  color: #fff;
  background-color: #6c757d;
}
.proj_selected_container.devListCustom > .proj_item + .proj_item {
  margin-left: 5px;
}
.proj_selected_container.devListCustom > .projDropdownContainer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  border: 1px solid #c2c2c2;
  box-shadow: 3px 3px 15px #ccc;
}
.proj_selected_container.devListCustom .dropDownButton {
  position: absolute;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  padding: 7px 10px;
  box-shadow: 3px 3px 5px #c2c2c2;
  z-index: 6;
}
.proj_selected_container.devListCustom .dropDownButton .projectSelectText {
  display: inline-block;
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /* Limit the Text line */
  -webkit-line-clamp: 1;
  border-radius: 5px;
}
.proj_selected_container.devListCustom .dropDownButton .down {
  font-size: 18px;
  vertical-align: top;
}
.proj_selected_container.devListCustom
  .projDropdownContainer
  .projDropdownContainer_items {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  max-height: 60vh;
  min-width: 125px;
  overflow-y: auto;
}
.proj_selected_container.devListCustom .projDropdownContainer .proj_item {
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 5px;
}
.proj_selected_container.devListCustom .proj_item .item_check_container .check {
  display: none;
}
.proj_selected_container .proj_item.active .item_check_container .check {
  display: inline-block;
}
.proj_selected_container .owner.proj_item.active {
  color: #fff;
  background-color: #17a2b8;
}
.proj_selected_container .share.proj_item.active {
  color: #fff;
  background-color: #6c757d;
}
.projDropdownContainer .bg {
  background-color: rgba(0, 0, 0, 0.3);
}
.projectSelectText.owner {
  color: #fff;
  background-color: #17a2b8;
}
.projectSelectText.share {
  color: #fff;
  background-color: #6c757d;
}
.proj_selected_container.devListCustom .shareProjectTitle {
  float: left;
  margin-top: 6px;
}
.proj_selected_container.devListCustom.visibleCom {
  visibility: hidden;
  position: absolute;
}
/* new project list end */

.Yaxis-set-container .fancy-checkbox input[type='checkbox'] + span:before {
  margin-right: 5px;
}

.device-control-btn .lightMode_btn {
  font-size: 14px;
  width: 36px;
  line-height: 36px;
  height: 36px;
  border-radius: 4px;
  color: #999;
  box-shadow: 3px 3px 15px #999;
  cursor: pointer;
  margin: auto;
}
.device-control-btn .lightMode_btn.line2 {
  line-height: 18px;
}

.discord_bind_container {
  /* display: block; */
  margin-top: 10px;
}
.dropSelect {
  width: 100%;
}
.display-block {
  display: block;
}
.select-label {
  margin-top: 10px;
}

.table-body > .table-row > div:first-child.col-3 {
  align-items: center;
  justify-content: center;
  display: flex;
}
.numberinputcontainer {
  text-align: center;
}
.numberinputcontainer > i {
  padding: 5px 0;
}
#discord_channel_id {
  /* width: 180px;
  display: inline-block; */
  text-align: center;
}

.owner_btns {
  display: inline-block;
  vertical-align: middle;
  padding: 1px;
}

.binding_process_container {
  text-align: left;
  padding-left: 20px;
}
.binding_process_container > .binding_process_item + .binding_process_item {
  margin-top: 10px;
}
.binding_process_infoBtn {
  margin: 5px 0 10px 0;
}
.binding_process_infoBtn_content,
.binding_process_infoBtn_content label {
  /* cursor: pointer; */
  display: inline-block;
}

.discordContainer #discord_channel_id,
.discordContainer .rebind_btn,
.discordContainer .bindingInfoContainer,
.discordContainer .cancel_edit,
.discordContainer.edit .discord_workspace_name,
.discordContainer.edit .discord_channel_name,
.discordContainer.edit #discord_channel_id_txt,
.discordContainer.edit .test_btn,
.discordContainer.edit .cancel_bind_btn,
.discordContainer.edit .re_bind_btn,
.discordContainer .project_selector_container .project_selector {
  display: none;
}
.project_selector_container {
  margin-bottom: 15px;
}
/* 沒有綁定過，開始綁定隱藏 */
.discordContainer.edit.first .re_bind_btn,
.discordContainer.edit.first .cancel_edit,
.discordContainer.edit .project_selector_container .project_txt {
  display: none;
}
.discordContainer.edit .project_selector_container .project_selector {
  display: inline;
}

.discordContainer.edit .bindingInfoContainer,
.discordContainer.edit .cancel_edit {
  display: block;
}
.discordContainer.edit #discord_channel_id,
.discordContainer.edit .rebind_btn {
  display: inline-block;
}
.discordContainer.edit #discord_channel_id {
  width: auto;
}

.discordStepImgContent {
  display: inline-block;
  padding: 5px;
  width: 50%;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .discordStepImgContent {
    width: 100%;
  }
}

.discordStepImgContainer {
  text-align: center;
}
.discordStepImgContainer img {
  border: 1px solid #ccc;
  display: block;
  width: 100%;
}
.binding_process_container .discordStepImgContainer {
  display: none;
}
.binding_process_container.showing .discordStepImgContainer {
  display: block;
}
.binding_process_infoBtn_content_txt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
}

.showImg {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #007bff;
}
.showImg > i {
  display: inline-block;
  vertical-align: middle;
}
.discordStepImgContentVideo {
  width: 100%;
}
.binding_process_item {
  font-size: 16px;
}
.binding_process_item > .fa-arrow-right {
  display: inline-block;
  margin: 0 5px;
}
.binding_process_item_info {
  list-style: none;
}
.rebind_btn_container {
  display: inline-block;
}
.multiselect.dropdown-toggle.btn.btn-default {
  border-bottom-color: rgb(206, 211, 217);
  border-left-color: rgb(206, 211, 217);
  border-right-color: rgb(206, 211, 217);
  border-top-color: rgb(206, 211, 217);
}
#proj_selector_modal
  ~ .btn-group
  button.multiselect.dropdown-toggle.btn.btn-default {
  width: 175px;
}
@media screen and (max-width: 450px) {
  .hide_col {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .hide_col ~ .text-left.col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
#dateTimeSelect {
  width: 120px;
}
.proj_selected_container {
  display: block;
  width: auto;
}
.deviceSearchContainer {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 45%;
}
.left_container {
  position: relative;
}
/* .proj_selected_container,
.deviceSearchContainer {
  display: inline-block;
  width: 45%;
} */
