/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background-color: #eee;
  font-family: Arial, Helvetica, sans-serif; }

.container .top-title {
  text-align: center;
  font-size: 40px;
  letter-spacing: 0.1em;
  font-weight: normal;
  line-height: 86px;
  color: #36a4fb;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px; }

.container .summary1 {
  padding-top: 2px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-around; }
  .container .summary1 .item {
    position: relative; }
    .container .summary1 .item:before {
      width: 80px;
      height: 80px;
      content: " ";
      display: block;
      position: absolute; }
    .container .summary1 .item .data {
      margin-left: 90px; }
      .container .summary1 .item .data span {
        display: block; }
        .container .summary1 .item .data span:first-child {
          font-size: 24px;
          line-height: 48px;
          font-weight: bold;
          color: #36a4fb; }
        .container .summary1 .item .data span:last-child {
          font-size: 16px;
          color: #333; }
  .container .summary1 .icon1:before {
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; }
  .container .summary1 .icon2:before {
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; }
  .container .summary1 .icon3:before {
    background-image: url(../images/icon3.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; }
  .container .summary1 .icon4:before {
    background-image: url(../images/icon4.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%; }

.container .body {
  display: flex;
  background-color: #eee;
  padding: 10px 20px; }
  .container .body .leftside {
    width: 580px; }
    .container .body .leftside .pane {
      border: 1px solid #aaa;
      margin-bottom: 20px; }
      .container .body .leftside .pane .pane-title {
        font-weight: bold;
        padding: 4px;
        line-height: 1.2;
        border-bottom: 1px solid #aaa; }
      .container .body .leftside .pane .pane-cont.info {
        padding: 10px;
        display: flex; }
        .container .body .leftside .pane .pane-cont.info .thumb {
          background-image: url(../images/thumb.png);
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% 100%;
          width: 180px;
          height: 180px; }
        .container .body .leftside .pane .pane-cont.info .text {
          padding-left: 10px; }
          .container .body .leftside .pane .pane-cont.info .text .title {
            font-weight: bold;
            line-height: 2em; }
          .container .body .leftside .pane .pane-cont.info .text .form table td {
            line-height: 1.6; }
            .container .body .leftside .pane .pane-cont.info .text .form table td:first-child {
              width: 110px; }
            .container .body .leftside .pane .pane-cont.info .text .form table td .green {
              display: inline-block;
              width: 16px;
              height: 16px;
              border-radius: 8px;
              background-color: green;
              vertical-align: -2px;
              margin-right: 2px; }
      .container .body .leftside .pane .pane-cont.alarm {
        padding: 10px; }
        .container .body .leftside .pane .pane-cont.alarm .item {
          padding-bottom: 16px; }
          .container .body .leftside .pane .pane-cont.alarm .item .text {
            overflow: hidden;
            padding-bottom: 5px; }
            .container .body .leftside .pane .pane-cont.alarm .item .text span {
              display: block; }
              .container .body .leftside .pane .pane-cont.alarm .item .text span:first-child {
                float: left; }
              .container .body .leftside .pane .pane-cont.alarm .item .text span:last-child {
                float: right; }
          .container .body .leftside .pane .pane-cont.alarm .item .bar {
            border: 1px solid #999;
            border-radius: 0.6em;
            height: 1.2em;
            background-color: #fff; }
            .container .body .leftside .pane .pane-cont.alarm .item .bar.bar1:before {
              content: ' ';
              display: block;
              width: 5%;
              height: 100%;
              border-top-left-radius: 0.6em;
              border-bottom-left-radius: 0.6em;
              background-color: red; }
            .container .body .leftside .pane .pane-cont.alarm .item .bar.bar2:before {
              content: ' ';
              display: block;
              width: 54%;
              height: 100%;
              border-top-left-radius: 0.6em;
              border-bottom-left-radius: 0.6em;
              background-color: #feae50; }
            .container .body .leftside .pane .pane-cont.alarm .item .bar.bar3:before {
              content: ' ';
              display: block;
              width: 1%;
              height: 100%;
              border-top-left-radius: 0.6em;
              border-bottom-left-radius: 0.6em;
              background-color: yellow; }
            .container .body .leftside .pane .pane-cont.alarm .item .bar.bar4:before {
              content: ' ';
              display: block;
              width: 40%;
              height: 100%;
              border-top-left-radius: 0.6em;
              border-bottom-left-radius: 0.6em;
              background-color: blue; }
      .container .body .leftside .pane .pane-cont.line1 {
        margin: 10px auto;
        width: 560px;
        height: 240px;
        background-image: url(../images/line01.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
  .container .body .main {
    padding: 0 10px;
    flex-grow: 1; }
    .container .body .main .pane {
      border: 1px solid #aaa;
      margin-bottom: 20px; }
      .container .body .main .pane .pane-title {
        font-weight: bold;
        padding: 4px;
        line-height: 1.2;
        border-bottom: 1px solid #aaa; }
      .container .body .main .pane .pane-cont.line2 {
        width: 100%;
        height: 206px;
        background-image: url(../images/line02.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
      .container .body .main .pane .pane-cont.line3 {
        width: 100%;
        height: 255px;
        background-image: url(../images/line03.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
      .container .body .main .pane .pane-cont.line4 {
        width: 100%;
        height: 255px;
        background-image: url(../images/line04.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
