@charset "UTF-8";
body {
  background-color: #f8f8f8; }

#Message, #flashMessage, #authMessage {
  position: absolute; }

.message {
  clear: both;
  font-size: 140%;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding-left: 16px;
  padding-right: 16px; }
  .message div.MsgHead {
    margin: 0px -16px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ee5f5b;
    color: #ffffff;
    padding: 4px; }
  .message div#BtnClose {
    color: #fff;
    background: #ee5f5b;
    border: 1px solid rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 7px 14px;
    background-image: -webkit-linear-gradient(top, #ee5f5b, #e9322d);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#e9322d));
    background-image: -o-linear-gradient(top, #ee5f5b, #e9322d);
    background-image: linear-gradient(to bottom, #ee5f5b, #e9322d);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 16px auto 4px;
    width: 3em;
    text-align: center; }

body.Locked a, body.Locked input, body.Locked button, body.Locked select, body.Locked div {
  pointer-events: none; }

body.Locked .Unlocked {
  pointer-events: auto; }

body div.container {
  width: 1000px; }

.alignR {
  text-align: right; }

.alignC {
  text-align: center; }

.alignL {
  text-align: left; }

header {
  width: 1000px;
  height: 65px;
  margin: auto; }
  header#title {
    color: white;
    background: #ffcc00; }
    header#title h2#logo {
      display: table-cell;
      vertical-align: middle;
      float: left;
      background-color: transparent;
      background-position: center;
      background-size: 132px;
      background-repeat: no-repeat;
      border-left: solid 2px #ffcc00;
      width: 132px;
      height: 57px;
      padding: 4px;
      margin: 0px;
      background-color: #ffffff; }
      header#title h2#logo img {
        width: 132px;
        height: 55px; }
    header#title div#version {
      display: block;
      float: left;
      width: 64px;
      height: 24px;
      padding-top: 37px;
      padding-bottom: 4px;
      font-size: 12px;
      line-height: 12px;
      background-color: #ffffff;
      color: #000000; }
    header#title div#LampLimit,
    header#title div#LampWarning {
      background-image: url(../img/elewise.edit-icons.png);
      background-size: 260px;
      height: 65px !important;
      width: 65px !important;
      min-width: 65px !important;
      max-width: 65px !important;
      display: block;
      float: left;
      width: 65px;
      height: 65px; }
      header#title div#LampLimit#LampLimit,
      header#title div#LampWarning#LampLimit {
        border-radius: 0 0px 0px 0; }
        header#title div#LampLimit#LampLimit.OnCut,
        header#title div#LampWarning#LampLimit.OnCut {
          background-color: #ffdddd;
          background-position: 0px -195px; }
        header#title div#LampLimit#LampLimit.NotCut,
        header#title div#LampWarning#LampLimit.NotCut {
          background-color: #aa7777;
          background-position: -65px -195px; }
      header#title div#LampLimit#LampWarning,
      header#title div#LampWarning#LampWarning {
        border-radius: 0px 0 0 0px; }
        header#title div#LampLimit#LampWarning.OnCut,
        header#title div#LampWarning#LampWarning.OnCut {
          background-color: #eeee99;
          background-position: 0px -260px; }
        header#title div#LampLimit#LampWarning.NotCut,
        header#title div#LampWarning#LampWarning.NotCut {
          background-color: #999966;
          background-position: -65px -260px; }
    header#title div#LampOnlineConnect {
      display: block;
      float: left; }
      header#title div#LampOnlineConnect > div {
        background-image: url(../img/elewise.status-icons.png);
        background-size: 130px 97.5px;
        width: 65px !important;
        min-width: 65px !important;
        max-width: 65px !important;
        height: 32.5px !important;
        border-radius: 0;
        text-align: center;
        vertical-align: middle; }
      header#title div#LampOnlineConnect div#LampOnline.Online {
        background-color: #22aa22;
        background-position: 0px -32.5px; }
      header#title div#LampOnlineConnect div#LampOnline.Offline {
        background-color: #aa2222;
        background-position: 0px -65px; }
      header#title div#LampOnlineConnect div#LampConnect.OnConnect {
        background-color: #22aa22;
        background-position: -65px -32.5px; }
      header#title div#LampOnlineConnect div#LampConnect.OnDisconnect {
        background-color: #aa2222;
        background-position: -65px -65px; }
    header#title div#Spacer01 {
      display: block;
      float: left;
      width: 80px;
      height: 65px; }
    header#title div#Spacer02 {
      display: block;
      float: left;
      width: 80px;
      height: 65px; }
    header#title div#NoticeIcon {
      display: block;
      float: left;
      width: 90px;
      height: 63px;
      background-color: #fff5cc;
      border-radius: 0;
      user-select: none;
      -moz-user-select: none;
      /* Firefox */
      -webkit-user-select: none;
      /* Safari、Chrome */
      -ms-user-select: none;
      /* IE10 */
      cursor: pointer;
      padding-top: 2px;
      text-align: center;
      font-size: 90%;
      line-height: 125%;
      color: #000000; }
      header#title div#NoticeIcon:hover {
        background-color: #ffe066; }
      header#title div#NoticeIcon div#NoticeButton {
        background-image: url(../img/elewise.edit-icons.png);
        background-size: 130px;
        height: 32.5px !important;
        width: 32.5px !important;
        min-width: 32.5px !important;
        max-width: 32.5px !important;
        background-position: 0px 0px;
        margin: auto; }
        header#title div#NoticeIcon div#NoticeButton.NotYetRead {
          background-position: 0px -260px;
          cursor: pointer; }
        header#title div#NoticeIcon div#NoticeButton.AlreadyRead {
          background-position: -32.5px -260px;
          cursor: pointer; }
    header#title div#LoginUser {
      display: block;
      float: left;
      height: 65px;
      padding-left: 4px;
      overflow: hidden; }
      header#title div#LoginUser div#LoginUserID {
        font-weight: bold;
        color: black; }
      header#title div#LoginUser div#LoginUserName {
        font-weight: bold;
        color: black; }
      header#title div#LoginUser div#ActAs {
        font-weight: bold;
        color: #3333ee; }
    header#title div#ButtonLogout {
      float: right;
      height: 64px;
      width: 64px;
      background-color: #ffffff;
      background-image: url(../img/elewise.menu-icons.png);
      background-size: 128px;
      background-position: -64px -320px;
      border-right: solid 1px #ffcc00; }
      header#title div#ButtonLogout:hover {
        background-color: #ffcc00;
        background-position: 0px -320px; }
      header#title div#ButtonLogout a {
        font-weight: normal;
        display: block;
        clear: both;
        text-decoration: none;
        user-select: none;
        -moz-user-select: none;
        /* Firefox */
        -webkit-user-select: none;
        /* Safari、Chrome */
        -ms-user-select: none;
        /* IE10 */
        height: 64px;
        width: 64px;
        text-indent: -999em; }

div#NoticeMessageBox {
  overflow: auto; }
  div#NoticeMessageBox div.NotifyDate {
    text-align: left; }

div.MainWrapper {
  clear: both;
  width: 1000px;
  /**  サイドメニュー  **/ }
  div.MainWrapper div#FirstUser {
    margin: 64px auto;
    width: 500px; }
    div.MainWrapper div#FirstUser h2 {
      font-size: 16px;
      color: #000000;
      background: #ffcc00;
      padding: 4px 8px;
      line-height: 2em;
      border-radius: 4px; }
  div.MainWrapper section#LoginPage {
    margin-top: 1em;
    text-align: center; }
    div.MainWrapper section#LoginPage h1 {
      background-color: transparent;
      text-align: center;
      font-size: 250%;
      margin: 8px auto 12px; }
    div.MainWrapper section#LoginPage img#PortalTitle {
      width: 600px;
      margin: auto; }
    div.MainWrapper section#LoginPage img#TopTitle {
      width: 420px;
      margin: auto; }
    div.MainWrapper section#LoginPage div#LoginBox {
      margin: 12px auto;
      width: 800px;
      text-align: center; }
      div.MainWrapper section#LoginPage div#LoginBox em {
        color: #ff0000;
        font-weight: bold; }
      div.MainWrapper section#LoginPage div#LoginBox img#TopLogo {
        width: 420px; }
      div.MainWrapper section#LoginPage div#LoginBox div#InformationWrapper {
        width: 40em;
        text-align: left;
        margin: auto; }
        div.MainWrapper section#LoginPage div#LoginBox div#InformationWrapper h3 {
          font-size: 12px;
          line-height: 18px;
          padding: 0px;
          margin: 0px; }
          div.MainWrapper section#LoginPage div#LoginBox div#InformationWrapper h3 img#TopInformation {
            width: 8em; }
        div.MainWrapper section#LoginPage div#LoginBox div#InformationWrapper iframe#InformationArea {
          width: 100%;
          height: 7em; }
      div.MainWrapper section#LoginPage div#LoginBox form#LoginForm {
        margin: 16px auto 0px;
        width: auto; }
        div.MainWrapper section#LoginPage div#LoginBox form#LoginForm label,
        div.MainWrapper section#LoginPage div#LoginBox form#LoginForm div.controls {
          display: inline-block; }
        div.MainWrapper section#LoginPage div#LoginBox form#LoginForm label {
          min-width: 10em; }
        div.MainWrapper section#LoginPage div#LoginBox form#LoginForm div.controls select#UserServer {
          width: 20em; }
      div.MainWrapper section#LoginPage div#LoginBox div#ToCustomer {
        text-align: left;
        width: 420px;
        margin: auto;
        font-size: 12px; }
        div.MainWrapper section#LoginPage div#LoginBox div#ToCustomer h3 {
          font-size: 16px;
          font-weight: bold;
          text-decoration: underline;
          line-height: normal;
          margin: auto; }
      div.MainWrapper section#LoginPage div#LoginBox img#CompanyLogo {
        width: 200px;
        text-align: right; }
    div.MainWrapper section#LoginPage div#header, div.MainWrapper section#LoginPage div#footer {
      width: 1000px;
      margin: auto; }
    div.MainWrapper section#LoginPage img#FooterLine {
      margin: auto;
      display: block; }
    div.MainWrapper section#LoginPage div#footer {
      text-align: left;
      font-size: 12px; }
    div.MainWrapper section#LoginPage div.ButtonArea div.GotoLogin {
      cursor: pointer;
      display: inline-block;
      width: 330px;
      height: 180px; }
      div.MainWrapper section#LoginPage div.ButtonArea div.GotoLogin img.TopTextMiddle {
        width: 250px; }
      div.MainWrapper section#LoginPage div.ButtonArea div.GotoLogin img.TopLogoMiddle {
        width: 250px; }
      div.MainWrapper section#LoginPage div.ButtonArea div.GotoLogin img.TopLoginMiddle {
        width: 250px; }
  div.MainWrapper div.MainContents {
    border-left: solid 2px #ffcc00;
    border-right: solid 2px #ffcc00;
    border-bottom: solid 2px #ffcc00;
    width: 924px;
    min-height: 390px;
    float: right;
    margin-right: 7px; }
    div.MainWrapper div.MainContents section {
      padding: 4px; }
      div.MainWrapper div.MainContents section#EditUser fieldset {
        float: left;
        width: 250px;
        padding: 4px; }
        div.MainWrapper div.MainContents section#EditUser fieldset input#UserGrp,
        div.MainWrapper div.MainContents section#EditUser fieldset input#UserPre {
          width: 3em; }
        div.MainWrapper div.MainContents section#EditUser fieldset input#UserNum {
          width: 5em; }
  div.MainWrapper nav.Menu {
    float: right;
    width: 65px; }
    div.MainWrapper nav.Menu ul {
      margin: 0;
      padding: 0; }
      div.MainWrapper nav.Menu ul li {
        background-color: #ffffff;
        background-image: url(../img/elewise.menu-icons.png);
        background-size: 128px;
        height: 64px;
        width: 64px;
        margin: 0px;
        list-style-type: none;
        white-space: nowrap;
        padding: 0;
        border-top: none;
        border-right: solid 1px #ffcc00;
        border-bottom: solid 1px #ffcc00;
        border-left: solid 1px #ffcc00; }
        div.MainWrapper nav.Menu ul li#Trend {
          background-position: -64px 0px; }
          div.MainWrapper nav.Menu ul li#Trend:hover, div.MainWrapper nav.Menu ul li#Trend.active {
            background-position: 0px 0px; }
        div.MainWrapper nav.Menu ul li#Config {
          background-position: -64px -64px; }
          div.MainWrapper nav.Menu ul li#Config:hover, div.MainWrapper nav.Menu ul li#Config.active {
            background-position: 0px -64px; }
        div.MainWrapper nav.Menu ul li#Monitor {
          background-position: -64px -128px; }
          div.MainWrapper nav.Menu ul li#Monitor:hover, div.MainWrapper nav.Menu ul li#Monitor.active {
            background-position: 0px -128px; }
        div.MainWrapper nav.Menu ul li#Data {
          background-position: -64px -192px; }
          div.MainWrapper nav.Menu ul li#Data:hover, div.MainWrapper nav.Menu ul li#Data.active {
            background-position: 0px -192px; }
        div.MainWrapper nav.Menu ul li#Maint {
          background-position: -64px -256px; }
          div.MainWrapper nav.Menu ul li#Maint:hover, div.MainWrapper nav.Menu ul li#Maint.active {
            background-position: 0px -256px; }
        div.MainWrapper nav.Menu ul li#Logout {
          background-position: -64px -320px; }
          div.MainWrapper nav.Menu ul li#Logout:hover, div.MainWrapper nav.Menu ul li#Logout.active {
            background-position: 0px -320px; }
        div.MainWrapper nav.Menu ul li#Admin {
          background-position: -64px -384px; }
          div.MainWrapper nav.Menu ul li#Admin:hover, div.MainWrapper nav.Menu ul li#Admin.active {
            background-position: 0px -384px; }
        div.MainWrapper nav.Menu ul li#Guide {
          background-position: -64px -448px; }
          div.MainWrapper nav.Menu ul li#Guide:hover, div.MainWrapper nav.Menu ul li#Guide.active {
            background-position: 0px -448px; }
        div.MainWrapper nav.Menu ul li#Terms {
          background-position: -64px -512px; }
          div.MainWrapper nav.Menu ul li#Terms:hover, div.MainWrapper nav.Menu ul li#Terms.active {
            background-position: 0px -512px; }
        div.MainWrapper nav.Menu ul li:hover {
          background-color: #ffcc00; }
        div.MainWrapper nav.Menu ul li.active {
          position: relative;
          left: -7px;
          border-left: solid 8px #ffcc00;
          background-color: #ffcc00; }
        div.MainWrapper nav.Menu ul li a {
          font-weight: normal;
          display: block;
          clear: both;
          text-decoration: none;
          user-select: none;
          -moz-user-select: none;
          /* Firefox */
          -webkit-user-select: none;
          /* Safari、Chrome */
          -ms-user-select: none;
          /* IE10 */
          height: 64px;
          width: 64px;
          text-indent: -999em; }
  div.MainWrapper h2 {
    clear: left;
    background-image: url(../img/elewise.title-icons.png);
    background-size: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 20px;
    margin: 0px 0px 4px;
    padding: 2px 2px 0px 22px; }
    div.MainWrapper h2.FloatLeft {
      float: left; }
  div.MainWrapper ul.ColumnSelector {
    display: block;
    float: right;
    padding: 0px;
    margin: 0px 60px;
    border: solid 1px #ffcc00;
    line-height: 20px;
    border-radius: 4px;
    user-select: none;
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chrome */
    -ms-user-select: none;
    /* IE10 */ }
    div.MainWrapper ul.ColumnSelector li {
      list-style-type: none;
      white-space: nowrap;
      display: inline-block;
      margin: 0px;
      padding: 0px 12px;
      line-height: 20px;
      cursor: pointer; }
      div.MainWrapper ul.ColumnSelector li.Selected {
        background-color: #ffcc00; }
    div.MainWrapper ul.ColumnSelector.Disabled {
      cursor: wait; }

div.TableWrapper {
  clear: both;
  width: 916px;
  overflow-x: auto; }
  div.TableWrapper table tr th, div.TableWrapper table tr td {
    border-right: solid 1px #cccccc; }
  div.TableWrapper table#Customers {
    width: auto; }
    div.TableWrapper table#Customers thead {
      user-select: none;
      -moz-user-select: none;
      /* Firefox */
      -webkit-user-select: none;
      /* Safari、Chrome */
      -ms-user-select: none;
      /* IE10 */
      cursor: default; }
      div.TableWrapper table#Customers thead th {
        white-space: nowrap; }
    div.TableWrapper table#Customers tbody tr td.CRowNumber {
      width: 40px;
      text-align: right;
      color: #444444;
      padding-right: 0.25em; }
    div.TableWrapper table#Customers tbody tr td.CCustomerID {
      width: 80px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td.CName {
      min-width: 200px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td.CAlarmCode {
      width: 80px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td.CAlarmClock {
      width: 200px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td.CSetboxVersion {
      width: 100px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td.CNoticeBody {
      width: 300px;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Customers tbody tr td {
      height: 32px !important;
      margin: 0px 4px;
      padding: 0px;
      vertical-align: middle; }
      div.TableWrapper table#Customers tbody tr td.CLogRequestButton, div.TableWrapper table#Customers tbody tr td.CLogDownloadButton, div.TableWrapper table#Customers tbody tr td.CCutWarning, div.TableWrapper table#Customers tbody tr td.CCutLimit, div.TableWrapper table#Customers tbody tr td.CHistoryButton, div.TableWrapper table#Customers tbody tr td.CMaintButton, div.TableWrapper table#Customers tbody tr td.CEventButton, div.TableWrapper table#Customers tbody tr td.CDataButton, div.TableWrapper table#Customers tbody tr td.CMonitorButton, div.TableWrapper table#Customers tbody tr td.CConfigButton, div.TableWrapper table#Customers tbody tr td.CXMLButton, div.TableWrapper table#Customers tbody tr td.CControleButton, div.TableWrapper table#Customers tbody tr td.CTrendButton, div.TableWrapper table#Customers tbody tr td.CNoticeRead, div.TableWrapper table#Customers tbody tr td.COnlineButton, div.TableWrapper table#Customers tbody tr td.CAlarmButton {
        background-image: url(../img/elewise.edit-icons.png);
        background-size: 128px;
        height: 32px !important;
        width: 32px !important;
        min-width: 32px !important;
        max-width: 32px !important;
        cursor: default;
        background-position: 0px 0px; }
        div.TableWrapper table#Customers tbody tr td.CLogRequestButton a, div.TableWrapper table#Customers tbody tr td.CLogDownloadButton a, div.TableWrapper table#Customers tbody tr td.CCutWarning a, div.TableWrapper table#Customers tbody tr td.CCutLimit a, div.TableWrapper table#Customers tbody tr td.CHistoryButton a, div.TableWrapper table#Customers tbody tr td.CMaintButton a, div.TableWrapper table#Customers tbody tr td.CEventButton a, div.TableWrapper table#Customers tbody tr td.CDataButton a, div.TableWrapper table#Customers tbody tr td.CMonitorButton a, div.TableWrapper table#Customers tbody tr td.CConfigButton a, div.TableWrapper table#Customers tbody tr td.CXMLButton a, div.TableWrapper table#Customers tbody tr td.CControleButton a, div.TableWrapper table#Customers tbody tr td.CTrendButton a, div.TableWrapper table#Customers tbody tr td.CNoticeRead a, div.TableWrapper table#Customers tbody tr td.COnlineButton a, div.TableWrapper table#Customers tbody tr td.CAlarmButton a {
          display: block;
          height: 100%;
          width: 100%; }
      div.TableWrapper table#Customers tbody tr td.CAlarmButton.OnAlarm {
        background-position: -32px -160px;
        cursor: pointer; }
        div.TableWrapper table#Customers tbody tr td.CAlarmButton.OnAlarm:hover {
          background-color: #ff0000;
          background-position: 0px -160px; }
      div.TableWrapper table#Customers tbody tr td.COnlineButton.Offline {
        background-position: 0px -224px; }
        div.TableWrapper table#Customers tbody tr td.COnlineButton.Offline:hover {
          background-color: #ddddff; }
      div.TableWrapper table#Customers tbody tr td.COnlineButton.Online {
        background-position: -32px -224px; }
        div.TableWrapper table#Customers tbody tr td.COnlineButton.Online:hover {
          background-color: #0000ff;
          background-position: -32px -192px; }
      div.TableWrapper table#Customers tbody tr td.CNoticeRead.AlreadyRead {
        background-position: -32px -256px; }
      div.TableWrapper table#Customers tbody tr td.CNoticeRead.NotYetRead {
        background-position: 0px -256px; }
      div.TableWrapper table#Customers tbody tr td.CCutWarning, div.TableWrapper table#Customers tbody tr td.CCutLimit {
        background-position: 0px 0px; }
        div.TableWrapper table#Customers tbody tr td.CCutWarning.CCutLimit.OnCut, div.TableWrapper table#Customers tbody tr td.CCutLimit.CCutLimit.OnCut {
          background-position: 0px -96px; }
        div.TableWrapper table#Customers tbody tr td.CCutWarning.CCutLimit.NotCut, div.TableWrapper table#Customers tbody tr td.CCutLimit.CCutLimit.NotCut {
          background-position: -32px -96px; }
        div.TableWrapper table#Customers tbody tr td.CCutWarning.CCutWarning.OnCut, div.TableWrapper table#Customers tbody tr td.CCutLimit.CCutWarning.OnCut {
          background-position: 0px -128px; }
        div.TableWrapper table#Customers tbody tr td.CCutWarning.CCutWarning.NotCut, div.TableWrapper table#Customers tbody tr td.CCutLimit.CCutWarning.NotCut {
          background-position: -32px -128px; }
      div.TableWrapper table#Customers tbody tr td.CCustomerID span.UserGroup {
        color: #cca300; }
      div.TableWrapper table#Customers tbody tr td.CHistoryButton, div.TableWrapper table#Customers tbody tr td.CMaintButton, div.TableWrapper table#Customers tbody tr td.CTrendButton, div.TableWrapper table#Customers tbody tr td.CControleButton, div.TableWrapper table#Customers tbody tr td.CXMLButton, div.TableWrapper table#Customers tbody tr td.CConfigButton, div.TableWrapper table#Customers tbody tr td.CMonitorButton, div.TableWrapper table#Customers tbody tr td.CDataButton, div.TableWrapper table#Customers tbody tr td.CEventButton {
        background-position: 0px 0px; }
        div.TableWrapper table#Customers tbody tr td.CHistoryButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CMaintButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CTrendButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CControleButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CXMLButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CConfigButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CMonitorButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CDataButton.Enable:hover, div.TableWrapper table#Customers tbody tr td.CEventButton.Enable:hover {
          background-color: #ffcc00; }
      div.TableWrapper table#Customers tbody tr td.CTrendButton.Enable {
        background-position: -96px 0px; }
        div.TableWrapper table#Customers tbody tr td.CTrendButton.Enable:hover {
          background-position: -64px 0px; }
      div.TableWrapper table#Customers tbody tr td.CControleButton.Enable {
        background-position: -96px -32px; }
        div.TableWrapper table#Customers tbody tr td.CControleButton.Enable:hover {
          background-position: -64px -32px; }
      div.TableWrapper table#Customers tbody tr td.CXMLButton.Enable {
        background-position: -96px -64px; }
        div.TableWrapper table#Customers tbody tr td.CXMLButton.Enable:hover {
          background-position: -64px -64px; }
      div.TableWrapper table#Customers tbody tr td.CConfigButton.Enable {
        background-position: -96px -96px; }
        div.TableWrapper table#Customers tbody tr td.CConfigButton.Enable:hover {
          background-position: -64px -96px; }
      div.TableWrapper table#Customers tbody tr td.CMonitorButton.Enable {
        background-position: -96px -128px; }
        div.TableWrapper table#Customers tbody tr td.CMonitorButton.Enable:hover {
          background-position: -64px -128px; }
      div.TableWrapper table#Customers tbody tr td.CDataButton.Enable {
        background-position: -96px -160px; }
        div.TableWrapper table#Customers tbody tr td.CDataButton.Enable:hover {
          background-position: -64px -160px; }
      div.TableWrapper table#Customers tbody tr td.CEventButton.Enable {
        background-position: -96px -192px; }
        div.TableWrapper table#Customers tbody tr td.CEventButton.Enable:hover {
          background-position: -64px -192px; }
      div.TableWrapper table#Customers tbody tr td.CMaintButton.Enable {
        background-position: -96px -224px; }
        div.TableWrapper table#Customers tbody tr td.CMaintButton.Enable:hover {
          background-position: -64px -224px; }
      div.TableWrapper table#Customers tbody tr td.CHistoryButton.Enable {
        background-position: -96px -256px; }
        div.TableWrapper table#Customers tbody tr td.CHistoryButton.Enable:hover {
          background-position: -64px -256px; }
    div.TableWrapper table#Customers tbody tr.OnAlarm {
      background-color: #ffdddd; }
    div.TableWrapper table#Customers tbody tr.Offline {
      background-color: #ddddee; }
  div.TableWrapper table#Collects,
  div.TableWrapper table#Events,
  div.TableWrapper table#Histories {
    width: auto; }
    div.TableWrapper table#Collects tr th, div.TableWrapper table#Collects tr td,
    div.TableWrapper table#Events tr th,
    div.TableWrapper table#Events tr td,
    div.TableWrapper table#Histories tr th,
    div.TableWrapper table#Histories tr td {
      border-right: solid 1px #cccccc; }
      div.TableWrapper table#Collects tr th.ColumnHidden, div.TableWrapper table#Collects tr td.ColumnHidden,
      div.TableWrapper table#Events tr th.ColumnHidden,
      div.TableWrapper table#Events tr td.ColumnHidden,
      div.TableWrapper table#Histories tr th.ColumnHidden,
      div.TableWrapper table#Histories tr td.ColumnHidden {
        display: none; }
      div.TableWrapper table#Collects tr th.OnMouse, div.TableWrapper table#Collects tr td.OnMouse,
      div.TableWrapper table#Events tr th.OnMouse,
      div.TableWrapper table#Events tr td.OnMouse,
      div.TableWrapper table#Histories tr th.OnMouse,
      div.TableWrapper table#Histories tr td.OnMouse {
        background-color: #ffe680; }
    div.TableWrapper table#Collects tr.Selected,
    div.TableWrapper table#Events tr.Selected,
    div.TableWrapper table#Histories tr.Selected {
      background-color: #ffdb4d; }
    div.TableWrapper table#Collects thead,
    div.TableWrapper table#Events thead,
    div.TableWrapper table#Histories thead {
      user-select: none;
      -moz-user-select: none;
      /* Firefox */
      -webkit-user-select: none;
      /* Safari、Chrome */
      -ms-user-select: none;
      /* IE10 */
      cursor: default; }
      div.TableWrapper table#Collects thead th,
      div.TableWrapper table#Events thead th,
      div.TableWrapper table#Histories thead th {
        white-space: nowrap; }
    div.TableWrapper table#Collects tbody td,
    div.TableWrapper table#Events tbody td,
    div.TableWrapper table#Histories tbody td {
      height: 28px !important;
      margin: 0px 3.5px;
      padding: 0px;
      vertical-align: middle; }
    div.TableWrapper table#Collects#Collects tbody tr td.CRowNumber,
    div.TableWrapper table#Events#Collects tbody tr td.CRowNumber,
    div.TableWrapper table#Histories#Collects tbody tr td.CRowNumber {
      width: 40px;
      text-align: right;
      color: #444444;
      padding-right: 0.25em; }
    div.TableWrapper table#Collects#Collects tbody tr td.CDateTime,
    div.TableWrapper table#Events#Collects tbody tr td.CDateTime,
    div.TableWrapper table#Histories#Collects tbody tr td.CDateTime {
      display: none; }
    div.TableWrapper table#Collects#Collects tbody tr td.CDate,
    div.TableWrapper table#Events#Collects tbody tr td.CDate,
    div.TableWrapper table#Histories#Collects tbody tr td.CDate {
      width: 100px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Collects tbody tr td.CTime,
    div.TableWrapper table#Events#Collects tbody tr td.CTime,
    div.TableWrapper table#Histories#Collects tbody tr td.CTime {
      min-width: 50px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Collects tbody tr td.CTemperature,
    div.TableWrapper table#Events#Collects tbody tr td.CTemperature,
    div.TableWrapper table#Histories#Collects tbody tr td.CTemperature {
      width: 50px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Collects tbody tr td.CHumidity,
    div.TableWrapper table#Events#Collects tbody tr td.CHumidity,
    div.TableWrapper table#Histories#Collects tbody tr td.CHumidity {
      width: 50px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Collects tbody tr td[class*="CDevice"],
    div.TableWrapper table#Events#Collects tbody tr td[class*="CDevice"],
    div.TableWrapper table#Histories#Collects tbody tr td[class*="CDevice"] {
      width: 70px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      margin-right: 1em; }
    div.TableWrapper table#Collects#Events tbody tr td.CRowNumber,
    div.TableWrapper table#Events#Events tbody tr td.CRowNumber,
    div.TableWrapper table#Histories#Events tbody tr td.CRowNumber {
      width: 40px;
      text-align: right;
      color: #444444;
      padding-right: 0.25em; }
    div.TableWrapper table#Collects#Events tbody tr td.CDateTime,
    div.TableWrapper table#Events#Events tbody tr td.CDateTime,
    div.TableWrapper table#Histories#Events tbody tr td.CDateTime {
      display: none; }
    div.TableWrapper table#Collects#Events tbody tr td.CDate,
    div.TableWrapper table#Events#Events tbody tr td.CDate,
    div.TableWrapper table#Histories#Events tbody tr td.CDate {
      width: 100px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Events tbody tr td.CTime,
    div.TableWrapper table#Events#Events tbody tr td.CTime,
    div.TableWrapper table#Histories#Events tbody tr td.CTime {
      min-width: 50px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 1em; }
    div.TableWrapper table#Collects#Events tbody tr td.CEvent,
    div.TableWrapper table#Events#Events tbody tr td.CEvent,
    div.TableWrapper table#Histories#Events tbody tr td.CEvent {
      width: 810px;
      text-align: left;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Histories tbody tr td.CRowNumber,
    div.TableWrapper table#Events#Histories tbody tr td.CRowNumber,
    div.TableWrapper table#Histories#Histories tbody tr td.CRowNumber {
      width: 40px;
      text-align: right;
      color: #444444;
      padding-right: 0.25em; }
    div.TableWrapper table#Collects#Histories tbody tr td.CDateTime,
    div.TableWrapper table#Events#Histories tbody tr td.CDateTime,
    div.TableWrapper table#Histories#Histories tbody tr td.CDateTime {
      display: none; }
    div.TableWrapper table#Collects#Histories tbody tr td.CDate,
    div.TableWrapper table#Events#Histories tbody tr td.CDate,
    div.TableWrapper table#Histories#Histories tbody tr td.CDate {
      width: 100px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 0.5em; }
    div.TableWrapper table#Collects#Histories tbody tr td.CTime,
    div.TableWrapper table#Events#Histories tbody tr td.CTime,
    div.TableWrapper table#Histories#Histories tbody tr td.CTime {
      min-width: 50px;
      text-align: right;
      white-space: nowrap;
      overflow: hidden;
      padding-right: 1em; }
    div.TableWrapper table#Collects#Histories tbody tr td.CAction,
    div.TableWrapper table#Events#Histories tbody tr td.CAction,
    div.TableWrapper table#Histories#Histories tbody tr td.CAction {
      width: 100px;
      text-align: left;
      white-space: nowrap;
      overflow: hidden; }
    div.TableWrapper table#Collects#Histories tbody tr td.CEvent,
    div.TableWrapper table#Events#Histories tbody tr td.CEvent,
    div.TableWrapper table#Histories#Histories tbody tr td.CEvent {
      width: 710px;
      text-align: left;
      white-space: nowrap;
      overflow: hidden; }

section.DeleteHistory {
  float: none; }
  section.DeleteHistory input[type=text] {
    display: inline;
    float: none;
    height: auto;
    line-height: normal;
    width: auto;
    margin: 0px;
    width: 10em; }
  section.DeleteHistory label {
    display: inline; }
    section.DeleteHistory label:after {
      content: ':'; }

div#CustomerPanelArea {
  display: inline-block;
  margin-top: 12px;
  width: 450px;
  min-height: 280px;
  background-color: #eeeeee;
  border-width: 3px;
  border-color: #666666;
  border-style: solid double double solid; }
  div#CustomerPanelArea div.CustomerPanel {
    overflow: auto;
    display: inline-block;
    margin: 8px 0px 0px 8px;
    background-color: #ffffff;
    border-width: 3px;
    border-color: #666666;
    border-style: double solid solid double;
    width: 434px; }
    div#CustomerPanelArea div.CustomerPanel div.CustomerInfo {
      border-bottom: solid 1px #666666;
      font-size: 75%; }
      div#CustomerPanelArea div.CustomerPanel div.CustomerInfo > div {
        display: inline-block; }
    div#CustomerPanelArea div.CustomerPanel div.NoticeArea div.CNoticeBody,
    div#CustomerPanelArea div.CustomerPanel div.NoticeArea div.NoticeDate {
      display: none; }
    div#CustomerPanelArea div.CustomerPanel div.CSetboxOnline,
    div#CustomerPanelArea div.CustomerPanel div.CNoticeRead,
    div#CustomerPanelArea div.CustomerPanel div.COnlineButton,
    div#CustomerPanelArea div.CustomerPanel div.CAlarmButton {
      display: inline-block;
      background-image: url(../img/elewise.edit-icons.png);
      background-size: 144px;
      height: 36px !important;
      width: 36px !important;
      min-width: 36px !important;
      max-width: 36px !important;
      background-position: 0px 0px;
      cursor: default; }
    div#CustomerPanelArea div.CustomerPanel div.CSetboxOnline.Offline {
      background-position: 0px -252px; }
    div#CustomerPanelArea div.CustomerPanel div.CSetboxOnline.Online {
      background-position: -36px -252px; }
    div#CustomerPanelArea div.CustomerPanel div.CNoticeRead.AlreadyRead {
      background-position: -36px -288px; }
    div#CustomerPanelArea div.CustomerPanel div.CNoticeRead.NotYetRead {
      background-position: 0px -288px; }
    div#CustomerPanelArea div.CustomerPanel div.CSetboxVersionArea {
      display: inline-block; }
      div#CustomerPanelArea div.CustomerPanel div.CSetboxVersionArea div.CSetboxVersionUp {
        font-size: 8px;
        line-height: 12px; }
        div#CustomerPanelArea div.CustomerPanel div.CSetboxVersionArea div.CSetboxVersionUp span {
          font-size: 6px; }
    div#CustomerPanelArea div.CustomerPanel.OnAlarm {
      border-color: #ffdddd #ff1111 #ff1111 #ffdddd;
      background-color: #ffdddd; }
      div#CustomerPanelArea div.CustomerPanel.OnAlarm div.CustomerInfo {
        background-color: #ffdddd; }
    div#CustomerPanelArea div.CustomerPanel.Offline {
      border-color: #ddddee #5555aa #5555aa #ddddee;
      background-color: #ddddee; }
      div#CustomerPanelArea div.CustomerPanel.Offline div.CustomerInfo {
        background-color: #ddddee; }
    div#CustomerPanelArea div.CustomerPanel.Selected {
      border-color: #ffcc00 #332900 #332900 #ffcc00; }
      div#CustomerPanelArea div.CustomerPanel.Selected div.CustomerInfo {
        border-color: #ffcc00;
        background-color: #ffcc00; }

div#OperationArea {
  float: right;
  margin-top: 12px;
  width: 400px; }
  div#OperationArea table tr td {
    border: none; }
  div#OperationArea label {
    display: inline; }
  div#OperationArea select#UpdateDay {
    display: inline;
    width: 8em; }
  div#OperationArea select#UpdateHour {
    display: inline;
    width: 6em; }
  div#OperationArea form#noticeForm {
    margin: 12px 0px 0px;
    display: inline; }

div.MsgBox {
  position: fixed;
  border: solid 1px #000000;
  border-top: solid 18px #000000;
  text-align: center;
  padding: 8px;
  display: inline-block;
  min-width: 333.33333px;
  background-color: #ffffff;
  z-index: 99; }
  div.MsgBox div.MsgBoxText {
    margin: 8px auto;
    padding: 8px;
    font-size: 18px;
    pointer-events: auto; }
  div.MsgBox.Notify {
    border-color: #0000aa; }
  div.MsgBox.Information {
    border-color: #008000; }
  div.MsgBox.Warning {
    border-color: #008000; }
  div.MsgBox.Error {
    border-color: #008000; }
  div.MsgBox.ErrorStop {
    border-color: #008000; }
  div.MsgBox.AlignLeft div.MsgBoxText {
    text-align: left; }

div.ButtonArea {
  text-align: center;
  margin: 8px auto;
  clear: both; }
  div.ButtonArea div.MsgButton {
    user-select: none;
    -moz-user-select: none;
    /* Firefox */
    -webkit-user-select: none;
    /* Safari、Chrome */
    -ms-user-select: none;
    /* IE10 */
    margin: 0px 16px;
    padding: 8px;
    border: solid 1px #000000;
    min-width: 4em;
    cursor: pointer;
    text-align: center;
    background-color: #9999ff;
    color: #ffffff;
    font-weight: bold;
    display: inline-block; }
    div.ButtonArea div.MsgButton.IsPortal {
      color: #000000;
      background-color: #ffb786; }
      div.ButtonArea div.MsgButton.IsPortal:hover {
        background-color: #ff893a; }
      div.ButtonArea div.MsgButton.IsPortal:active {
        background-color: #ec6000; }
    div.ButtonArea div.MsgButton:hover {
      background-color: #4d4dff; }
    div.ButtonArea div.MsgButton:active {
      background-color: blue; }
    div.ButtonArea div.MsgButton.Warning {
      background-color: #ff9999; }
      div.ButtonArea div.MsgButton.Warning:hover {
        background-color: #ff4d4d; }
      div.ButtonArea div.MsgButton.Warning:active {
        background-color: red; }
    div.ButtonArea div.MsgButton a {
      text-decoration: none;
      color: #ffffff; }

section#TotalPowerArea {
  padding: 0px; }
  section#TotalPowerArea div#TotalPower {
    width: 100%;
    height: 96px;
    background-color: #000000;
    text-align: center;
    color: #ffffff; }
    section#TotalPowerArea div#TotalPower div#LockButton {
      background-image: url(../img/elewise.edit-icons.png);
      background-size: 144px;
      height: 36px !important;
      width: 36px !important;
      float: left;
      cursor: pointer;
      margin: 1px;
      background-color: #ffffff; }
      section#TotalPowerArea div#TotalPower div#LockButton.Locked {
        background-position: -36px -36px; }
        section#TotalPowerArea div#TotalPower div#LockButton.Locked:hover {
          background-color: #0000ff;
          background-position: 0px -36px; }
      section#TotalPowerArea div#TotalPower div#LockButton.Unlocked {
        background-position: -36px -72px; }
        section#TotalPowerArea div#TotalPower div#LockButton.Unlocked:hover {
          background-color: #ff0000;
          background-position: 0px -72px; }
    section#TotalPowerArea div#TotalPower ul#TotalPowerDigit {
      height: 96px;
      display: inline-block;
      list-style-type: none; }
      section#TotalPowerArea div#TotalPower ul#TotalPowerDigit li {
        list-style-type: none;
        display: table-cell;
        padding: 0px; }
      section#TotalPowerArea div#TotalPower ul#TotalPowerDigit li#TotalPowerPrefix {
        padding-top: 12px;
        font-size: 24px;
        min-width: 5em; }
      section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"] {
        background-image: url(../img/elewise.digits-white.png);
        background-image: url(../img/elewise.digits-orange.png);
        background-size: 192px 1152px;
        height: 96px;
        width: 64px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="0"] {
          background-position: 0px 0px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="1"] {
          background-position: 0px -96px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="2"] {
          background-position: 0px -192px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="3"] {
          background-position: 0px -288px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="4"] {
          background-position: 0px -384px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="5"] {
          background-position: 0px -480px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="6"] {
          background-position: 0px -576px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="7"] {
          background-position: 0px -672px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="8"] {
          background-position: 0px -768px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="D"][Class$="9"] {
          background-position: 0px -864px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="0"] {
          background-position: -64px 0px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="1"] {
          background-position: -64px -96px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="2"] {
          background-position: -64px -192px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="3"] {
          background-position: -64px -288px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="4"] {
          background-position: -64px -384px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="5"] {
          background-position: -64px -480px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="6"] {
          background-position: -64px -576px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="7"] {
          background-position: -64px -672px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="8"] {
          background-position: -64px -768px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="P"][Class$="9"] {
          background-position: -64px -864px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="0"] {
          background-position: -128px 0px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="1"] {
          background-position: -128px -96px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="2"] {
          background-position: -128px -192px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="3"] {
          background-position: -128px -288px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="4"] {
          background-position: -128px -384px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="5"] {
          background-position: -128px -480px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="6"] {
          background-position: -128px -576px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="7"] {
          background-position: -128px -672px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="8"] {
          background-position: -128px -768px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"][Class^="C"][Class$="9"] {
          background-position: -128px -864px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].D_ {
          background-position: 0px -960px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].D {
          background-position: 0px -1056px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].P_ {
          background-position: -64px -960px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].P {
          background-position: -64px -1056px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].C_ {
          background-position: -128px -960px; }
        section#TotalPowerArea div#TotalPower ul#TotalPowerDigit > li[id^="Digit"].C {
          background-position: -128px -1056px; }
      section#TotalPowerArea div#TotalPower ul#TotalPowerDigit li#TotalPowerUnit {
        font-size: 24px;
        vertical-align: bottom;
        min-width: 2em; }

section#CutStatusArea > div {
  width: 750px;
  margin: auto;
  padding: 24px;
  font-size: 32px;
  text-align: center; }

section#CutStatusArea div#LimitCutAlert {
  background-color: #ff0000;
  color: #ffffff; }

section#CutStatusArea div#WarningCutAlert {
  background-color: #ffff00; }

section#TotalPowerBlock1 {
  padding: 0px;
  float: left; }
  section#TotalPowerBlock1 select#GraphDevice,
  section#TotalPowerBlock1 div#ThresholdArea {
    margin: 4px;
    clear: none;
    max-width: 180px;
    background-color: #ffffff;
    color: #000000;
    height: 30px;
    line-height: 30px;
    border-radius: 4px; }
  section#TotalPowerBlock1 div#ThresholdArea {
    text-align: right;
    padding-right: 1em;
    background-size: 180px 30px;
    background-repeat: no-repeat;
    font-size: 87.5%; }
    section#TotalPowerBlock1 div#ThresholdArea.OverThreshold {
      background-image: url(../img/threshold-graph-2.png);
      color: #ffffff; }
    section#TotalPowerBlock1 div#ThresholdArea.TightThreshold {
      background-image: url(../img/threshold-graph-1.png); }
    section#TotalPowerBlock1 div#ThresholdArea.NotTightThreshold {
      background-image: url(../img/threshold-graph.png); }

div.Loading {
  min-width: 916px;
  height: 400px;
  margin-top: 42px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }

div#TrendGraph {
  width: 850px;
  height: 400px;
  margin-top: 42px;
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  div#TrendGraph table.jqplot-table-legend,
  div#TrendGraph table.jqplot-table-legend * {
    width: auto; }

section#DeviceControlArea div#DeviceArea {
  border: solid 1px #000000;
  display: inline-block;
  min-height: 280px;
  min-width: 306px;
  background-color: #eeeeee;
  border-width: 3px;
  border-color: #666666;
  border-style: solid double double solid; }
  section#DeviceControlArea div#DeviceArea div.DemandBox,
  section#DeviceControlArea div#DeviceArea div.DeviceBox {
    overflow: hidden;
    display: inline-block;
    margin: 10px 0px 0px 10px;
    background-color: #ffffff;
    border-width: 3px;
    border-color: #666666;
    border-style: double solid solid double; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.BoxHeader,
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.BoxHeader {
      border-bottom: solid 1px #000000; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.BoxHeader div.DeviceNumber,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber {
        display: inline;
        border-right: solid 1px #000000;
        padding: 2px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.BoxHeader div.DeviceNumber.Online,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber.Online {
          background-color: #88ff88; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.BoxHeader div.DeviceNumber.Offline,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber.Offline {
          background-color: #ff8888; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.BoxHeader div.DeviceName,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceName {
        padding: 2px;
        display: inline; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Title,
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Title {
      text-align: center;
      margin-top: 1em;
      font-size: 24px; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut,
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut {
      margin-top: 1em;
      text-align: center; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div {
        display: inline-block;
        background-image: url(../img/elewise.signal-icons.png);
        background-size: 36px;
        background-repeat: no-repeat;
        height: 24px;
        font-size: 24px;
        padding: 8px 0px 4px 36px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div.LimitCut.NotCut,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div.LimitCut.NotCut {
          background-position: 0px -180px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div.LimitCut.OnCut,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div.LimitCut.OnCut {
          background-position: 0px -36px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div.WarningCut,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div.WarningCut {
          margin-left: 18px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div.WarningCut.NotCut,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div.WarningCut.NotCut {
            background-position: 0px -216px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.Cut > div.WarningCut.OnCut,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Cut > div.WarningCut.OnCut {
            background-position: 0px -72px; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea,
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea {
      text-align: right; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div {
        display: inline-block;
        background-image: url(../img/elewise.signal-icons.png);
        background-size: 20px;
        background-repeat: no-repeat;
        height: 16px;
        font-size: 16px;
        padding: 2.66667px 0px 1.33333px 20px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div.DI0.SwitchOff,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div.DI0.SwitchOff {
          background-position: 0px -140px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div.DI0.SwitchOn,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div.DI0.SwitchOn {
          background-position: 0px -60px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div.DI1,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div.DI1 {
          margin-left: 10px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div.DI1.SwitchOff,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div.DI1.SwitchOff {
            background-position: 0px -100px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody div.DIArea > div.DI1.SwitchOn,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.DIArea > div.DI1.SwitchOn {
            background-position: 0px -20px; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea,
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea {
      text-align: center; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea tr,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea tr {
        background-color: transparent; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td,
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td {
        background-image: url(../img/elewise.switches.png);
        background-size: 64px 85.33333px;
        background-repeat: no-repeat;
        background-position: top right;
        padding-top: 12.33333px;
        padding-bottom: 12.33333px;
        padding-right: 64px;
        height: 18px;
        white-space: nowrap;
        max-width: 140px;
        overflow: hidden;
        cursor: pointer;
        margin: 0;
        font-size: 18px;
        text-align: center;
        line-height: 1; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td.SwitchOn,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td.SwitchOn {
          background-position: right -42.66667px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td.SwitchOff,
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td.SwitchOff {
          background-position: right 0px; }
        section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td[class^=DemandCut],
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td[class^=DemandCut] {
          background-size: 48px 64px;
          padding-top: 8px;
          padding-bottom: 8px;
          padding-right: 48px;
          height: 16px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td[class^=DemandCut].SwitchOn,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td[class^=DemandCut].SwitchOn {
            background-position: 0px -32px; }
          section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody table.DOArea td[class^=DemandCut].SwitchOff,
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea td[class^=DemandCut].SwitchOff {
            background-position: 0px 0px; }
  section#DeviceControlArea div#DeviceArea div.DemandBox {
    min-width: 879px; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody > table {
      margin: 0px; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody > table td {
        border: none; }
    section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody td.RecoveryArea {
      padding-right: 0px;
      text-align: center; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody td.RecoveryArea label {
        display: inline; }
      section#DeviceControlArea div#DeviceArea div.DemandBox div.DeviceBody td.RecoveryArea select#RecoveryMinutes {
        width: 140px; }
  section#DeviceControlArea div#DeviceArea div.DeviceBox {
    width: 280px;
    min-height: 220px; }
    section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power {
      text-align: center; }
      section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit {
        height: 56px;
        background-color: #000000;
        display: inline-block;
        list-style-type: none;
        margin: 8px auto; }
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit li {
          list-style-type: none;
          display: table-cell;
          padding: 0px; }
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit li.TotalPowerUnit {
          background-image: none;
          font-size: 14px;
          vertical-align: bottom;
          min-width: 2em;
          color: #ffffff; }
        section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li {
          background-image: url(../img/elewise.digits-white.png);
          background-image: url(../img/elewise.digits-orange.png);
          background-size: 112px 672px;
          height: 56px;
          width: 37.33333px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="0"] {
            background-position: 0px 0px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="1"] {
            background-position: 0px -56px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="2"] {
            background-position: 0px -112px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="3"] {
            background-position: 0px -168px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="4"] {
            background-position: 0px -224px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="5"] {
            background-position: 0px -280px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="6"] {
            background-position: 0px -336px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="7"] {
            background-position: 0px -392px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="8"] {
            background-position: 0px -448px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="D"][Class$="9"] {
            background-position: 0px -504px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="0"] {
            background-position: -37.33333px 0px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="1"] {
            background-position: -37.33333px -56px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="2"] {
            background-position: -37.33333px -112px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="3"] {
            background-position: -37.33333px -168px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="4"] {
            background-position: -37.33333px -224px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="5"] {
            background-position: -37.33333px -280px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="6"] {
            background-position: -37.33333px -336px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="7"] {
            background-position: -37.33333px -392px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="8"] {
            background-position: -37.33333px -448px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="P"][Class$="9"] {
            background-position: -37.33333px -504px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="0"] {
            background-position: -74.66667px 0px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="1"] {
            background-position: -74.66667px -56px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="2"] {
            background-position: -74.66667px -112px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="3"] {
            background-position: -74.66667px -168px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="4"] {
            background-position: -74.66667px -224px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="5"] {
            background-position: -74.66667px -280px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="6"] {
            background-position: -74.66667px -336px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="7"] {
            background-position: -74.66667px -392px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="8"] {
            background-position: -74.66667px -448px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li[Class^="C"][Class$="9"] {
            background-position: -74.66667px -504px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.D_ {
            background-position: 0px -560px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.D {
            background-position: 0px -616px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.P_ {
            background-position: -37.33333px -560px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.P {
            background-position: -37.33333px -616px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.C_ {
            background-position: -74.66667px -560px; }
          section#DeviceControlArea div#DeviceArea div.DeviceBox div.DeviceBody div.Power ul.PowerDigit > li.C {
            background-position: -74.66667px -616px; }
    section#DeviceControlArea div#DeviceArea div.DeviceBox.Locked {
      pointer-events: none;
      background-color: #dddddd; }
    section#DeviceControlArea div#DeviceArea div.DeviceBox.Unlocked div.DeviceBody div.DOArea label:hover {
      background-color: #50a040;
      color: #ffffff; }

section#DeviceViewArea div#DeviceArea {
  border: solid 1px #000000;
  display: inline-block;
  min-height: 280px;
  min-width: 613px;
  border-width: 3px;
  border-color: #666666;
  border-style: solid double double solid; }
  section#DeviceViewArea div#DeviceArea div.DeviceBox {
    width: 700px;
    overflow: auto;
    display: inline-block;
    margin: 10px 0px 0px 10px;
    background-color: #ffffff;
    border-width: 3px;
    border-color: #666666;
    border-style: double solid solid double;
    display: inline-block; }
    section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader {
      border-bottom: solid 1px #000000; }
      section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber {
        display: inline-block;
        border-right: solid 1px #000000;
        padding: 2px;
        width: 70px; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber.Online {
          background-color: #88ff88; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceNumber.Offline {
          background-color: #ff8888; }
      section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceType {
        width: 140px;
        padding: 2px;
        display: inline-block;
        border-right: solid 1px #000000; }
      section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceName {
        width: 210px;
        padding: 2px;
        display: inline-block;
        border-right: solid 1px #000000; }
      section#DeviceViewArea div#DeviceArea div.DeviceBox div.BoxHeader div.DeviceAddress {
        padding: 2px;
        display: inline-block; }
    section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody {
      height: 48px; }
      section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table {
        display: inline-block;
        height: 32px;
        margin: 4px;
        min-width: 150px;
        max-width: 210px;
        border-radius: 4px;
        border: solid 1px #333333; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table.DIArea {
          max-width: 140px; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table.DOArea {
          max-width: 240px; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table.RSSIArea {
          max-width: 160px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table.RSSIArea td.Value {
            min-width: 5em;
            padding-left: 0px;
            text-align: right; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table th {
          border: none;
          border-right: solid 1px #333333;
          height: 32px;
          padding: 0px 4px;
          min-width: 3em;
          text-align: center; }
        section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td {
          vertical-align: middle;
          height: 32px;
          padding: 0px 4px;
          border: none;
          font-size: 16px;
          padding-left: 32px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td[class^=D] {
            background-image: url(../img/elewise.signal-icons.png);
            background-size: 32px;
            background-repeat: no-repeat;
            background-position: 0px -128px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td.DI0.SwitchOff {
            background-position: 0px -224px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td.DI0.SwitchOn {
            background-position: 0px -96px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td.DI1 {
            margin-left: 16px; }
            section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td.DI1.SwitchOff {
              background-position: 0px -160px; }
            section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td.DI1.SwitchOn {
              background-position: 0px -32px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td[class^=DO].SwitchOff {
            background-position: 0px -224px; }
          section#DeviceViewArea div#DeviceArea div.DeviceBox div.DeviceBody table td[class^=DO].SwitchOn {
            background-position: 0px -96px; }

section#LogDownload div#LogfileInformationArea {
  width: 333.33333px;
  height: 120px;
  border: solid 1px #cccccc;
  margin: 30px auto;
  padding: 24px; }
  section#LogDownload div#LogfileInformationArea > div {
    width: 333.33333px;
    height: 100%; }
  section#LogDownload div#LogfileInformationArea div#LogfileDownload div#DLHead {
    padding: 4px;
    background-color: #ffcc00;
    border: solid 1px #ffcc00; }
  section#LogDownload div#LogfileInformationArea div#LogfileDownload div#DLBody {
    padding: 4px;
    border: solid 1px #ffcc00; }
  section#LogDownload div#LogfileInformationArea div#LogfileWaiting {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

section#ConfigEdit div#NotSavedWrapper {
  height: 1.25em;
  margin: 0px;
  padding: 0px; }
  section#ConfigEdit div#NotSavedWrapper div#NotSaved {
    margin: auto;
    width: 12em;
    border: solid 2px #ff0000;
    border-radius: 8px;
    background-color: #ffdddd;
    color: #000000;
    text-align: center;
    font-size: 150%;
    height: 1.25em; }

section#ConfigEdit table#SystemConfig {
  font-size: 125%;
  line-height: 125%; }
  section#ConfigEdit table#SystemConfig td {
    width: 120px; }
    section#ConfigEdit table#SystemConfig td input,
    section#ConfigEdit table#SystemConfig td select {
      width: 120px;
      font-size: 125%;
      text-align: center; }
    section#ConfigEdit table#SystemConfig td input {
      height: 1.25em; }
    section#ConfigEdit table#SystemConfig td select {
      height: 1.8em; }

section#ConfigEdit table#DeviceConfig {
  font-size: 125%; }
  section#ConfigEdit table#DeviceConfig tr {
    cursor: pointer; }
    section#ConfigEdit table#DeviceConfig tr:hover {
      background-color: #ffe680; }
    section#ConfigEdit table#DeviceConfig tr.Selected {
      background-color: #ffdb4d; }
    section#ConfigEdit table#DeviceConfig tr.Edited {
      background-color: #ffeb99; }
    section#ConfigEdit table#DeviceConfig tr td.DeviceNumber {
      text-align: right; }

section#ConfigEdit div#DeviceEditBox {
  font-size: 125%;
  width: 550px;
  min-height: 200px;
  border: solid 2px #ffcc00;
  background-color: #ffffff; }
  section#ConfigEdit div#DeviceEditBox div.EditHead {
    background-color: #ffcc00; }
    section#ConfigEdit div#DeviceEditBox div.EditHead > div {
      display: inline-block;
      padding: 2px; }
    section#ConfigEdit div#DeviceEditBox div.EditHead div.DeviceNumber {
      width: 26.5px;
      text-align: right; }
    section#ConfigEdit div#DeviceEditBox div.EditHead div.DeviceType {
      width: 81.5px; }
    section#ConfigEdit div#DeviceEditBox div.EditHead div.DeviceName {
      width: 219px; }
  section#ConfigEdit div#DeviceEditBox div.EditBody table td {
    padding: 0px;
    vertical-align: middle; }
  section#ConfigEdit div#DeviceEditBox div.EditBody table td.SwitchNumber {
    text-align: center; }
  section#ConfigEdit div#DeviceEditBox div.EditBody table td.SwitchName input {
    width: 100%; }
  section#ConfigEdit div#DeviceEditBox div.EditBody table td.RadioLimit,
  section#ConfigEdit div#DeviceEditBox div.EditBody table td.RadioWarning {
    background-image: url(../img/elewise.check-radio.png);
    background-size: 96px;
    height: 48px !important;
    width: 48px !important;
    background-position: 0px -48px; }
    section#ConfigEdit div#DeviceEditBox div.EditBody table td.RadioLimit.Checked,
    section#ConfigEdit div#DeviceEditBox div.EditBody table td.RadioWarning.Checked {
      background-position: -48px -48px; }
  section#ConfigEdit div#DeviceEditBox div.ColorPickerArea {
    text-align: center; }
    section#ConfigEdit div#DeviceEditBox div.ColorPickerArea div#jq-colorpicker {
      display: inline-block;
      width: 96px;
      height: 48px;
      border: solid 1px #000000;
      text-indent: -999em; }

ol.ManualDescription {
  padding-top: 8px;
  padding-left: 8px; }
  ol.ManualDescription > li {
    font-size: 16px;
    padding-top: 8px; }
    ol.ManualDescription > li:first-child {
      padding-top: 0px; }
  ol.ManualDescription > p {
    padding-left: 8px; }

nav[class^=SubMenu] {
  height: 36px;
  float: right; }
  nav[class^=SubMenu] ul {
    margin: -1px 0px;
    padding: 0; }
    nav[class^=SubMenu] ul li {
      background-image: url(../img/elewise.submenu-icons.png);
      background-size: 108px;
      height: 36px;
      width: 36px;
      margin: 0px;
      list-style-type: none;
      white-space: nowrap;
      padding: 0;
      display: inline-block;
      border-right: none;
      border-bottom: solid 1px #ffcc00;
      border-left: solid 1px #ffcc00;
      border-top: solid 1px #ffcc00;
      background-color: #ffcc00; }
      nav[class^=SubMenu] ul li:hover {
        background-color: #ffcc00; }
      nav[class^=SubMenu] ul li a {
        font-weight: normal;
        display: block;
        clear: both;
        text-decoration: none;
        user-select: none;
        -moz-user-select: none;
        /* Firefox */
        -webkit-user-select: none;
        /* Safari、Chrome */
        -ms-user-select: none;
        /* IE10 */
        height: 36px;
        width: 36px;
        text-indent: -999em; }
  nav[class^=SubMenu].SubMenuUserList li#List, nav[class^=SubMenu].SubMenuAdminList li#List {
    background-position: -72px 0px; }
    nav[class^=SubMenu].SubMenuUserList li#List:hover, nav[class^=SubMenu].SubMenuUserList li#List.active, nav[class^=SubMenu].SubMenuAdminList li#List:hover, nav[class^=SubMenu].SubMenuAdminList li#List.active {
      background-position: 0px 0px; }
  nav[class^=SubMenu].SubMenuUserList li#Admin, nav[class^=SubMenu].SubMenuAdminList li#Admin {
    background-position: -72px -468px; }
    nav[class^=SubMenu].SubMenuUserList li#Admin:hover, nav[class^=SubMenu].SubMenuUserList li#Admin.active, nav[class^=SubMenu].SubMenuAdminList li#Admin:hover, nav[class^=SubMenu].SubMenuAdminList li#Admin.active {
      background-position: 0px -468px; }
  nav[class^=SubMenu].SubMenuUserList li#Alarm, nav[class^=SubMenu].SubMenuAdminList li#Alarm {
    background-position: -72px -36px; }
    nav[class^=SubMenu].SubMenuUserList li#Alarm:hover, nav[class^=SubMenu].SubMenuUserList li#Alarm.active, nav[class^=SubMenu].SubMenuAdminList li#Alarm:hover, nav[class^=SubMenu].SubMenuAdminList li#Alarm.active {
      background-position: 0px -36px; }
  nav[class^=SubMenu].SubMenuUserList li#Update, nav[class^=SubMenu].SubMenuAdminList li#Update {
    background-position: -72px -72px; }
    nav[class^=SubMenu].SubMenuUserList li#Update:hover, nav[class^=SubMenu].SubMenuUserList li#Update.active, nav[class^=SubMenu].SubMenuAdminList li#Update:hover, nav[class^=SubMenu].SubMenuAdminList li#Update.active {
      background-position: 0px -72px; }
  nav[class^=SubMenu].SubMenuUserList li#Notice, nav[class^=SubMenu].SubMenuAdminList li#Notice {
    background-position: -72px -108px; }
    nav[class^=SubMenu].SubMenuUserList li#Notice:hover, nav[class^=SubMenu].SubMenuUserList li#Notice.active, nav[class^=SubMenu].SubMenuAdminList li#Notice:hover, nav[class^=SubMenu].SubMenuAdminList li#Notice.active {
      background-position: 0px -108px; }
  nav[class^=SubMenu].SubMenuUserList li#Add, nav[class^=SubMenu].SubMenuAdminList li#Add {
    background-position: -72px -144px; }
    nav[class^=SubMenu].SubMenuUserList li#Add:hover, nav[class^=SubMenu].SubMenuUserList li#Add.active, nav[class^=SubMenu].SubMenuAdminList li#Add:hover, nav[class^=SubMenu].SubMenuAdminList li#Add.active {
      background-position: 0px -144px; }
  nav[class^=SubMenu].SubMenuTrend li#Trend, nav[class^=SubMenu].SubMenuDevice li#Trend {
    background-position: -72px -576px; }
    nav[class^=SubMenu].SubMenuTrend li#Trend:hover, nav[class^=SubMenu].SubMenuTrend li#Trend.active, nav[class^=SubMenu].SubMenuDevice li#Trend:hover, nav[class^=SubMenu].SubMenuDevice li#Trend.active {
      background-position: 0px -576px; }
  nav[class^=SubMenu].SubMenuTrend li#Device, nav[class^=SubMenu].SubMenuDevice li#Device {
    background-position: -72px -216px; }
    nav[class^=SubMenu].SubMenuTrend li#Device:hover, nav[class^=SubMenu].SubMenuTrend li#Device.active, nav[class^=SubMenu].SubMenuDevice li#Device:hover, nav[class^=SubMenu].SubMenuDevice li#Device.active {
      background-position: 0px -216px; }
  nav[class^=SubMenu].SubMenuConfig li#System {
    background-position: -72px -180px; }
    nav[class^=SubMenu].SubMenuConfig li#System:hover, nav[class^=SubMenu].SubMenuConfig li#System.active {
      background-position: 0px -180px; }
  nav[class^=SubMenu].SubMenuConfig li#Node {
    background-position: -72px -216px; }
    nav[class^=SubMenu].SubMenuConfig li#Node:hover, nav[class^=SubMenu].SubMenuConfig li#Node.active {
      background-position: 0px -216px; }
  nav[class^=SubMenu].SubMenuConfigXML li#EditXML {
    background-position: -72px -288px; }
    nav[class^=SubMenu].SubMenuConfigXML li#EditXML:hover, nav[class^=SubMenu].SubMenuConfigXML li#EditXML.active {
      background-position: 0px -288px; }
  nav[class^=SubMenu].SubMenuConfigXML li#EditGUI {
    background-position: -72px -324px; }
    nav[class^=SubMenu].SubMenuConfigXML li#EditGUI:hover, nav[class^=SubMenu].SubMenuConfigXML li#EditGUI.active {
      background-position: 0px -324px; }
  nav[class^=SubMenu].SubMenuData li#Data {
    background-position: -72px -360px; }
    nav[class^=SubMenu].SubMenuData li#Data:hover, nav[class^=SubMenu].SubMenuData li#Data.active {
      background-position: 0px -360px; }
  nav[class^=SubMenu].SubMenuData li#Event {
    background-position: -72px -396px; }
    nav[class^=SubMenu].SubMenuData li#Event:hover, nav[class^=SubMenu].SubMenuData li#Event.active {
      background-position: 0px -396px; }
  nav[class^=SubMenu].SubMenuMaint li#Edit, nav[class^=SubMenu].SubMenuHistory li#Edit {
    background-position: -72px -432px; }
    nav[class^=SubMenu].SubMenuMaint li#Edit:hover, nav[class^=SubMenu].SubMenuMaint li#Edit.active, nav[class^=SubMenu].SubMenuHistory li#Edit:hover, nav[class^=SubMenu].SubMenuHistory li#Edit.active {
      background-position: 0px -432px; }
  nav[class^=SubMenu].SubMenuMaint li#Log, nav[class^=SubMenu].SubMenuHistory li#Log {
    background-position: -72px -540px; }
    nav[class^=SubMenu].SubMenuMaint li#Log:hover, nav[class^=SubMenu].SubMenuMaint li#Log.active, nav[class^=SubMenu].SubMenuHistory li#Log:hover, nav[class^=SubMenu].SubMenuHistory li#Log.active {
      background-position: 0px -540px; }
  nav[class^=SubMenu].SubMenuMaint li#History, nav[class^=SubMenu].SubMenuHistory li#History {
    background-position: -72px -504px; }
    nav[class^=SubMenu].SubMenuMaint li#History:hover, nav[class^=SubMenu].SubMenuMaint li#History.active, nav[class^=SubMenu].SubMenuHistory li#History:hover, nav[class^=SubMenu].SubMenuHistory li#History.active {
      background-position: 0px -504px; }

div.MyPaging {
  user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chrome */
  -ms-user-select: none;
  /* IE10 */
  float: right;
  clear: right; }
  div.MyPaging div {
    display: inline-block;
    margin: 0px 8px; }
    div.MyPaging div label {
      display: inline; }
      div.MyPaging div label:after {
        content: ":"; }
  div.MyPaging div.SearchWrapper select,
  div.MyPaging div.SearchWrapper input[type=text] {
    display: inline;
    float: none;
    height: auto;
    line-height: normal;
    width: auto;
    margin: 0px; }
  div.MyPaging div.SearchWrapper input[type=text] {
    width: 10em; }
  div.MyPaging div.SearchWrapper label:after {
    content: none; }
  div.MyPaging div.PageNumberWrapper select#PageNumber {
    display: inline;
    height: auto;
    line-height: normal;
    width: auto;
    text-align: right;
    margin: 0px; }
  div.MyPaging div.PageNumberWrapper div.MovePage {
    cursor: pointer;
    margin: 0px; }
  div.MyPaging div.LinesPerPageWrapper ul#LinesPerPage {
    display: inline;
    padding: 0px;
    margin: 0px; }
    div.MyPaging div.LinesPerPageWrapper ul#LinesPerPage li {
      display: inline;
      list-style: none;
      padding: 4px;
      border-radius: 2px;
      margin: 0px;
      cursor: pointer; }
      div.MyPaging div.LinesPerPageWrapper ul#LinesPerPage li.Selected {
        cursor: default;
        background-color: #ffcc00; }
