@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
* {
  box-sizing: border-box;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  cursor: pointer;
}

select:hover {
  background: #545454 !important;
  transition: all 300ms linear;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

.a11y {
  position: absolute;
  left: -9999px;
  height: 0;
  text-indent: -9999px;
  visibility: hidden;
  overflow: hidden;
}

input[type=password] {
  font-family: "Helvetica" !important;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

.daily_color .label-number__decimal {
  color: #14c8b9 !important;
}

.monthly_color .label-number__decimal {
  color: #ffd893 !important;
}

.yearly_color .label-number__decimal {
  color: #8cf2a6 !important;
}

.table.dataTable .b_b {
  border-bottom: 1px solid #00bbb9;
}

@media (max-width: 1024px) {
  html,
  body,
  #viewport,
  #viewport > main {
    height: auto;
  }
}

@media (max-width: 767px) {
  footer {
    display: none;
  }
}

html {
  background-color: #29282A;
}

body {
  background: #29282A;
  margin: 0;
  padding: 0;
  font-family: "Nanum Gothic", sans-serif;
}

.viewport {
  background-color: #29282A;
}
.viewport__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100px;
  background-color: #FFF;
}
@media (max-width: 767px) {
  .viewport__nav {
    width: 140px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 100;
  }
  .viewport__nav.is-active {
    transform: translateX(0);
  }
}
.viewport__contents {
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  padding-left: 100px;
}
.viewport__contents > .inner {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: content-box;
}
@media (min-width: 1901px) {
  .viewport__contents > .inner {
    max-width: 1705px;
  }
}
@media (max-width: 1900px) {
  .viewport__contents > .inner {
    max-width: 1705px;
  }
}
@media (max-width: 1440px) {
  .viewport__contents > .inner {
    max-width: 1400px;
  }
}
@media (max-width: 1024px) {
  .viewport__contents > .inner {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .viewport__contents > .inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .viewport__contents {
    padding-top: 0;
    padding-left: 0;
  }
}
.viewport__backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
@media (max-width: 767px) {
  .viewport__page-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    color: #aaaaaa;
    z-index: 10;
    background: #29282a;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 767px) {
  .viewport .viewport__page {
    padding-top: 115px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.rows:after {
  content: "";
  display: block;
  clear: both;
}

.report {
  margin-bottom: 0px !important;
}

.m-width_100 {
  max-width: 100% !important;
}

.width_100 {
  width: 100%;
}

.width_90 {
  width: 90%;
}

.width_80 {
  width: 80%;
}

.width_70 {
  width: 70%;
}

.width_60 {
  width: 60%;
}

.width_50 {
  width: 50%;
}

.width_40 {
  width: 40%;
}

.width_30 {
  width: 30%;
}

.width_20 {
  width: 20%;
}

.width_10 {
  width: 10%;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px !important;
}

a:hover,
a:focus {
  color: #ffffff !important;
  text-decoration: none !important;
}

.nav_set_header .widget__header {
  background: transparent !important;
}

.form_input_style .form-control {
  background: #424242;
  border: 1px solid #545454;
  color: #fff;
}

.table_title_color {
  color: #aaaaaa !important;
  background: #29282A !important;
}

.table_title_color tr td {
  vertical-align: middle !important;
}

.odd td {
  color: #ffffff !important;
  background: #29282A !important;
  border-top: 0 !important;
}

.even td {
  color: #ffffff !important;
  background: #302f31 !important;
  border-top: 0 !important;
}

.td_pa_5 .odd td {
  padding: 5px 0 !important;
}

.td_pa_5 .even td {
  padding: 5px 0 !important;
}

.odd td:last-child {
  border-bottom: none !important;
}

.even td:last-child {
  border-bottom: none !important;
}

.table_title_b_b .table_h_title td, .table_title_b_b .table_h_title th { /*border-bottom:1px solid #00bbb9 !important;*/
  color: #c6c6c6 !important;
  font-weight: normal;
}

.back_222 {
  background: #29282A; /*border-bottom:1px solid #00bbb9 !important;*/
}

.fc-content-skeleton td {
  border-color: #29282A !important;
}

.datetimepicker {
  background: transparent !important;
  color: #eeeeee !important;
  text-align: center;
}

.datetimepicker:hover {
  cursor: pointer;
  border-bottom-color: #dddddd;
}

.in_pa th {
  padding: 12px 8px !important;
}

.widget_device td {
  padding: 10px 8px !important;
}

.report__datepicker input {
  background: transparent !important;
  color: #eeeeee !important;
  text-align: center !important;
}

.report__datepicker input:hover {
  cursor: pointer;
  border-bottom-color: #dddddd !important;
}

.report__chart {
  border: 0px !important;
}

.search_btn {
  width: 100px;
  background: #009492 !important;
  color: #ffffff !important;
  border-color: #009492 !important;
}

.search_btn:hover {
  background: #007d7b !important;
  border-color: #007b7b !important;
}

.inver_h_btn {
  width: 100px;
  background: #009492 !important;
  color: #ffffff !important;
  border: 1px solid #009492 !important;
}

.inver_h_btn:hover {
  background: #007d7b !important;
}

.report_btn_s .btn-primary {
  background-color: #009492 !important;
  border: 1px solid #009492 !important;
  transition: all 300ms linear;
}

.report_btn_s .btn-primary:hover {
  background-color: #007d7b !important;
  border: 1px solid #007d7b !important;
}

.report_btn_s .btn-default {
  background: #3f3f41;
  border: 1px solid #545454;
  color: #ffffff;
}

.report_btn_s .btn-default:hover {
  background: #555555;
  border: 1px solid #666666;
}

.report_btn_s button {
  margin-right: 5px;
}

.total_head_div {
  width: 24%;
  float: left;
  color: #f8f8f8;
  padding: 15px;
  margin: 0.5%;
  background: #303032;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.total_head_div .t_p {
  color: #c6c6c6;
  font-size: 16px;
}

.total_head_div .t_p_n {
  text-align: right;
  font-size: 28px;
}

.total_head_div .t_p_n span {
  text-align: right;
  font-size: 16px;
  color: #c6c6c6;
  font-weight: normal;
}

.plant_header_div_l {
  width: 100%;
  float: left;
}

.plant_header_div_r {
  width: 100%;
  float: left;
}

.header_div_t {
  width: 100%;
  float: left;
}

.select_box_s {
  background: #424242 !important;
  border: 1px solid #545454 !important;
  color: #ffffff !important;
}

.highcharts-legend-box {
  fill: rgba(0, 0, 0, 0.2) !important;
}

.highcharts-legend-item text {
  fill: #f8f8f8 !important;
  font-size: 14px !important;
}

.highcharts-legend-item-hidden text {
  fill: #555555 !important;
  font-size: 14px !important;
}

.highcharts-legend-item-hidden path {
  stroke: #555555 !important;
}

.highcharts-background {
  fill: #29282A;
}

.widget_popup {
  width: 100%;
  border: 1px solid #111111;
  padding: 5px 0;
}

.btn_in_div {
  border-radius: 50px;
  background: #333333;
}

.btn_in_div .btn-primary {
  border-radius: 50px !important;
}

.btn_in_div .btn-default {
  border-radius: 50px !important;
  border: none !important;
  box-shadow: none !important;
}

.modal-content {
  background-color: #29282A !important;
}

.modal-header {
  border-bottom: 0 !important;
}

.modal-footer {
  border-top: 0 !important;
}

.modal-header .close {
  color: #ffffff !important;
  opacity: 0.7 !important;
}

.modal-header .close:hover {
  opacity: 1 !important;
}

.modal-body label {
  color: #f8f8f8 !important;
}

.form__elem input {
  font-family: "Nanum Gothic", sans-serif !important;
  font-size: 14px !important;
}

.alert-danger, .alert-success, .alert-info {
  color: #00bbb9 !important;
  border: none !important;
  border-top: 1px solid #00bbb9 !important;
  border-bottom: 1px solid #00bbb9 !important;
  background-color: transparent !important;
  display: inline-block !important;
  width: 100% !important;
  border-radius: 0 !important;
  text-align: center !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.report_total_div, .chart_total_div {
  width: 31.3% !important;
  padding: 20px !important;
  margin: 0 1% !important;
  background: #333333 !important;
  border-left: 3px solid transparent;
  border-radius: 0;
}

.chart_total_div {
  margin: 1% !important;
}

.report_total_div dt, .chart_total_div dt {
  font-weight: normal;
}

.report_total_div dd, .chart_total_div dd {
  font-weight: bold;
  font-size: 19px !important;
}

.summary_unit {
  color: #aaaaaa !important;
  font-size: 15px !important;
  font-weight: normal !important;
}

.report_color0 {
  border-color: #14c8b9 !important;
}

.report_color1 {
  border-color: #ffd893 !important;
}

.report_color2 {
  border-color: #5bc376 !important;
}

.report_color0 dd {
  color: #14c8b9 !important;
}

.report_color1 dd {
  color: #ffd893 !important;
}

.report_color2 dd {
  color: #5bc376 !important;
}

.control_btn {
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  color: #ffffff;
  display: inline-block;
  width: 100%;
}

.control_btn_stop {
  background: #ba423b;
}

.control_btn_stop:hover {
  background: #a73b35;
}

.control_btn_def {
  background: #3f3f41;
  cursor: default;
  color: #666666;
}

.control_btn_def:hover {
  background: #3f3f41;
}

.password_div .form__elem {
  border-bottom: 0 !important;
}

.title_robo {
  font-family: "Roboto", sans-serif !important;
}

.password_btn_submit {
  background: #009492 !important;
  color: #ffffff;
  width: 100%;
  margin-top: 10px;
}

.password_btn_submit:hover {
  background: #007d7b !important;
  color: #ffffff !important;
}

.widget_title_smp {
  color: #14c8b9;
}

.widget_title_rec {
  color: #ffd893;
}

.widget_title_land {
  color: #eeeeee;
  font-weight: bold;
  font-family: Roboto;
}

.widget_title_jeju {
  color: #eeeeee;
  font-weight: bold;
  font-family: Roboto;
}

.table_title_color tr td {
  color: #ffffff;
}

.passw_b_b {
  border-bottom: 1px solid #00bbb9 !important;
}

.dark_dropdown {
  background: #29282A;
  color: #ffffff;
}

.dark_dropdown li a {
  color: #f8f8f8;
}

.dark_dropdown > li > a:hover {
  backbround: #009492 !important;
  color: #ffffff !important;
}

.popup_input .form__elem input {
  width: 49%;
}

.popup_input .form__label {
  width: 50% !important;
}

.popup_input .form_input_style {
  width: 49%;
  display: inline-block;
}

.popup_input .form_input_style select {
  width: 100%;
}

.calendar_total_div {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.value_div_title {
  font-size: 18px;
  color: #00bbb9;
  font-weight: bold;
  padding-left: 14px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

.settings .value_div .form__elem:first-child {
  border-top: none;
}

.settings .value_div .form__elem {
  padding: 10px 14px 20px 14px;
  width: 100%;
  color: #c6c6c6;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.value_align {
  width: 33.3%;
  float: left;
}

.margin_t_5 {
  margin-top: 5px;
}

.value_bar {
  width: 100%;
  height: 1px;
  background: #555555;
  float: left;
}

.settings .value_div .form__input {
  width: 100%;
}

.settings .value_div .form__label {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

#lasee_logo_loading {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%;
  display: inline-block;
  vertical-align: middle;
}

@keyframes font_L {
  from {
    fill: #ffffff;
    opacity: 0.1;
  }
  to {
    fill: #ffffff;
    opacity: 0.6;
  }
}
@keyframes font_T {
  from {
    fill: #009FE8;
    opacity: 0.1;
  }
  to {
    fill: #009FE8;
    opacity: 0.6;
  }
}
.font_L, .font_A, .font_S, .font_E1, .font_E2, .LOGO_tail, .LOGO {
  fill: #ffffff;
  animation-name: font_L;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-fill-mode: backwards;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

.POINT {
  fill: #009FE8;
  animation-name: font_T;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-fill-mode: backwards;
  animation-play-state: running;
  animation-iteration-count: infinite;
}

.margin_0 {
  margin: 0 !important;
}

.padding_0 {
  padding: 0 !important;
}

.margin_l_0 {
  margin-left: 0 !important;
}

.margin_r_0 {
  margin-right: 0 !important;
}

.report_h_align {
  margin-top: 0 !important;
}

.mar_t_align {
  margin-top: 30px !important;
}

.admin_div {
  width: 79%;
}

.admin_div input {
  width: 100%;
}

@media (max-width: 1400px) {
  .report_h_align {
    margin-top: 10px !important;
    width: 100%;
  }
  .report_con_div {
    margin-top: 40px;
  }
  .admin_div {
    width: 74%;
  }
}
@media (max-width: 1200px) {
  .report_total_div {
    width: 100% !important;
    margin: 1% 0 !important;
  }
  .chart_total_div {
    width: 31.3% !important;
    margin: 1% !important;
  }
  .report__definition-item {
    width: 100% !important;
    margin-bottom: 40px !important;
  }
  .admin_div {
    width: 67%;
  }
}
@media (max-width: 1024px) {
  .report_h_align {
    margin-top: 10px !important;
  }
  .report_con_div {
    margin-top: 0;
  }
  .popup_input .form__elem input {
    width: 100% !important;
  }
  .popup_input .form_input_style {
    width: 48%;
  }
  .admin_div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .report_con_div {
    margin-top: 30px;
  }
  .search_btn {
    width: 100%;
  }
  .report_h_align .search_btn {
    margin: 10px 0 0 0;
  }
  .report-tabs {
    padding: 0 !important;
    height: 40px !important;
    margin: 0 !important;
  }
  .value_align {
    width: 100%;
    float: left;
  }
}
@media (max-width: 992px) {
  .total_head_div {
    width: 48%;
  }
  .margin_ll_0 {
    margin-left: 0 !important;
  }
  .margin_rr_0 {
    margin-right: 0 !important;
  }
  .password_div input {
    width: 100%;
  }
  .admin_div {
    width: 100%;
  }
  .chart_total_div {
    width: 100% !important;
    margin: 1% 0 !important;
  }
}
/* scroll bar css _ start */
html {
  scrollbar-arrow-color: #111111;
  scrollbar-Track-Color: #111111;
  scrollbar-base-color: #111111;
  scrollbar-Face-Color: #111111;
  scrollbar-3dLight-Color: #111111;
  scrollbar-DarkShadow-Color: #111111;
  scrollbar-Highlight-Color: #111111;
  scrollbar-Shadow-Color: #111111;
}

/* Chrome, Safari용 스크롤 바 */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 12px;
  height: 12px;
  background: #29282A;
}

::-webkit-scrollbar-track {
  background: #29282A;
}

::-webkit-scrollbar-thumb {
  background: #333333;
}

/* scroll bar css _ end */
.datepicker-dropdown {
  z-index: 999999 !important;
}

.nav-bar {
  padding-top: 0;
  background-color: #131418;
  overflow: hidden;
}
.nav-bar .bi {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.nav-bar:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 10px;
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.55);
  z-index: 10;
}
@media (max-width: 767px) {
  .nav-bar:after {
    z-index: 20;
  }
}
.nav-bar__menu {
  /*padding-bottom: 60px;*/
  padding-bottom: 0;
  overflow-y: auto;
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .nav-bar__menu .mobile-hidden {
    display: none;
  }
}
.nav-bar__anchor {
  position: relative;
  display: block;
  padding: 15px 0;
  /*
  padding-top: 20px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
  */
  color: #aaaaaa;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .nav-bar__anchor {
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: left;
    padding: 15px 5px 15px 20px;
  }
}
.nav-bar__anchor:hover {
  text-decoration: none;
  opacity: 1;
}
.nav-bar__anchor:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-bottom: 1px solid #333333;
}
.nav-bar__anchor:hover:after, .nav-bar__anchor.is-active:after {
  display: none;
}
.nav-bar__anchor:hover {
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: #29282A;
  color: #f8f8f8;
  opacity: 1;
}
.nav-bar__anchor.is-active {
  position: relative;
  z-index: 11;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: #29282A;
  color: #ffffff;
  opacity: 1;
}
.nav-bar__anchor [class^=ico-] {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-right: auto;
  margin-left: auto;
  /*background-size: auto;*/
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .nav-bar__anchor [class^=ico-] {
    display: inline-block;
    width: 16px;
    height: 17px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: 100%;
  }
}
.nav-bar__bottom {
  display: none;
}
@media (max-width: 767px) {
  .nav-bar__bottom {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
  }
  .nav-bar__bottom.btn {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.ico-main {
  background-image: url("../images/ic_menu_main.png");
}
.is-active > .ico-main {
  background-image: url("../images/ic_menu_main_active.png");
}

.ico-dashboard {
  background-image: url("../images/ic_menu_dashboard.png");
}
.is-active > .ico-dashboard {
  background-image: url("../images/ic_menu_dashboard_active.png");
}

.ico-reports {
  background-image: url("../images/ic_menu_reports.png");
}
.is-active > .ico-reports {
  background-image: url("../images/ic_menu_reports_active.png");
}

.ico-admin {
  background-image: url("../images/ic_menu_admin.png");
}
.is-active > .ico-admin {
  background-image: url("../images/ic_menu_admin_active.png");
}

.ico-calendar {
  background-image: url("../images/ic_menu_calendar.png");
}
.is-active > .ico-calendar {
  background-image: url("../images/ic_menu_calendar_active.png");
}

.ico-total {
  background-image: url("../images/report.png");
}
.is-active > .ico-total {
  background-image: url("../images/report_active.png");
}

.ico-notify {
  background-image: url("../images/notice.png");
}
.is-active > .ico-notify {
  background-image: url("../images/notice_active.png");
}

.ico-error {
  background-image: url("../images/ic-error.png");
}
.is-active > .ico-error {
  background-image: url("../images/ic-error-active.png");
}

.ico-inverter-status {
  background-image: url("../images/ic-inverter-status.png");
}
.is-active > .ico-inverter-status {
  background-image: url("../images/ic-inverter-status-active.png");
}

.ico-master {
  background-image: url("../images/ic_menu_master.png");
}
.is-active > .ico-master {
  background-image: url("../images/ic_menu_master_active.png");
}

.ico-diagram {
  background-image: url("../images/ic_menu_diagram.png");
}
.is-active > .ico-diagram {
  background-image: url("../images/ic_menu_diagram_active.png");
}

.nav_bott_btn, .nav_bott_btn:visited {
  background: rgba(255, 255, 255, 0.1);
  color: #aaaaaa;
  opacity: 0.6;
}

.nav_bott_btn:hover, .nav_bott_btn:focus {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  opacity: 1;
}

.header {
  padding-bottom: 10px;
  line-height: 33px;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header__bi {
  float: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .header__bi {
    float: none;
    text-align: center;
    font-size: 1.1em;
    color: #ffffff;
  }
}
.header__bi :hover {
  color: #ffffff !important;
}
.header__right-side {
  float: right;
  display: block;
}
.header__right-side:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .header__right-side {
    display: none;
  }
}
.header__digital-clock {
  float: left;
  margin-right: 40px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .header__digital-clock {
    display: none;
  }
}
.header__controller {
  float: right;
}
.header__controller .btn {
  padding-top: 5px;
  padding-right: 9px;
  padding-bottom: 5px;
  padding-left: 9px;
  color: rgb(255, 255, 255);
  box-shadow: none !important;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.header__controller .btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .header__controller {
    float: none;
    text-align: center;
  }
}
.header__btn-nav {
  display: none;
}
@media (max-width: 767px) {
  .header__btn-nav {
    position: absolute;
    top: 10px;
    left: 2.5%;
    display: inline-block;
    font-size: 1.5em;
  }
}
.header__btn-nav-right {
  display: none;
}
@media (max-width: 767px) {
  .header__btn-nav-right {
    position: absolute;
    top: 10px;
    right: 2.5%;
    display: inline-block;
    font-size: 1.5em;
  }
}
.header__btn-meta {
  display: none;
}
@media (max-width: 767px) {
  .header__btn-meta {
    position: absolute;
    top: 10px;
    right: 2.5%;
    display: inline-block;
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  .header .location {
    display: block;
    width: 95%;
    margin-top: 8px;
    margin-left: auto;
    margin-bottom: 8px;
    margin-right: auto;
  }
}

.dashboard {
  margin-right: -10px;
  padding-top: 10px;
  padding-bottom: 45px;
  margin-top: -5px;
  font-size: 0;
}
@media (max-width: 767px) {
  .dashboard {
    margin-right: 0;
  }
}
.dashboard__widget {
  height: 420px;
  width: 329px;
  margin-top: 15px;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.dashboard__widget--tight .widget__contents {
  height: 417px;
  margin-top: -20px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.dashboard__widget--weather .weather-icon {
  font-size: 40px;
  color: #7cc8e2;
}
.dashboard__widget--weather .weather-wind-icon {
  font-size: 40px;
  text-align: left;
  color: #69a9c0;
}
.dashboard__widget--weather .weather:after {
  content: "";
  display: block;
  clear: both;
}
.dashboard__widget--weather .weather__heading {
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 15px;
  margin-left: -16px;
  margin-bottom: 13px;
  border-radius: 0 13px 13px 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
}
.dashboard__widget--weather .weather__total-heading {
  background: #69a9c0; /* Old browsers */
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 15px;
  margin-left: -16px;
  margin-bottom: 0px;
  border-radius: 0 13px 13px 0;
  font-size: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  box-shadow: -3px 0 6px rgba(0, 0, 0, 0.3);
}
.dashboard__widget--weather .weather__meta {
  float: left;
  width: 60px;
  text-align: right;
}
.dashboard__widget--weather .weather__total-meta {
  float: left;
  width: 70px;
  text-align: right;
}
.dashboard__widget--weather .weather__info {
  float: right;
  width: 222px;
  margin-top: 15px;
  margin-right: 0px;
}
.dashboard__widget--weather .weather__total-info {
  float: right;
  width: 202px;
  margin-top: 0;
  margin-right: 0;
}
.dashboard__widget--weather .weather__definition.usage-definition dt,
.dashboard__widget--weather .weather__definition.usage-definition dd {
  border-top: 1px solid #ccc;
}
.dashboard__widget--weather .weather__definition.usage-definition dt:nth-of-type(1),
.dashboard__widget--weather .weather__definition.usage-definition dd:nth-of-type(1) {
  margin-top: 8px;
}
.dashboard__widget--weather .weather__definition.usage-definition dt {
  width: 42%;
  font-size: 18px;
}
.dashboard__widget--weather .weather__definition.usage-definition dd {
  width: 58%;
  font-size: 36px;
}
.dashboard__widget--weather .weather__definition.usage-definition .usage-unit {
  width: 50px;
  margin-left: 0;
}
.dashboard__widget .power-usage-bar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.dashboard__widget .power-usage-bar__item {
  position: relative;
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 12px;
  padding-right: 18px;
  border-top: 1px solid #ccc;
}
.dashboard__widget .power-usage-bar__item:after {
  content: "";
  display: block;
  clear: both;
}
.dashboard__widget .power-usage-bar__item:first-child {
  border-top: 0;
}
.dashboard__widget .power-usage-bar__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.dashboard__widget .power-usage-bar__label:after {
  content: "";
  display: block;
  clear: both;
}
.dashboard__widget .power-usage-bar__name {
  float: left;
}
.dashboard__widget .power-usage-bar__amount {
  float: right;
}
.dashboard__widget .power-usage-bar__gage {
  margin-top: 4px;
}
.dashboard__widget .power-usage-bar__usage {
  position: absolute;
  top: 12px;
  right: 20px;
  line-height: 16px;
  color: #bbbcbc;
  text-align: right;
}
.dashboard__widget .power-usage-bar__usage b {
  color: #3d7eaf;
  margin-right: 4px;
}
.dashboard__widget .error-info__scrollable {
  height: 369px;
  margin-top: -20px;
  margin-left: -16px;
  margin-right: -16px;
}
.dashboard__widget .error-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.dashboard__widget .error-info__item {
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 12px;
  padding-right: 18px;
  /*border-top: 1px solid #555;*/
  position: relative;
}
.dashboard__widget .error-info__item:nth-child(even) {
  background: #302f31;
}
.dashboard__widget .error-info__state {
  display: inline-block;
  padding: 3px 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}
.dashboard__widget .error-info__state.level1 {
  color: #5bc376; /* Old browsers */
  border: 1px solid #5bc376;
}
.dashboard__widget .error-info__state.level2 {
  color: #ffd893; /* Old browsers */
  border: 1px solid #ffd893;
}
.dashboard__widget .error-info__state.level3 {
  color: #ffa628; /* Old browsers */
  border: 1px solid #ffa628;
}
.dashboard__widget .error-info__state.level4 {
  background: #cc0024; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5002a 50%, #cc0024 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5002a", endColorstr="#cc0024",GradientType=0 ); /* IE6-9 */
}
.dashboard__widget .error-info__state.level5 {
  background: #7E3096; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7E3096 50%, #B145D8 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7E3096", endColorstr="#B145D8",GradientType=0 ); /* IE6-9 */
}
.dashboard__widget .error-info__date {
  color: #9e9f9f;
  font-size: 13px;
}
.dashboard__widget .error-info__label {
  color: #e6e6e6;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.dashboard__widget .error-total-info__scrollable {
  height: 369px;
  margin-top: -20px;
  margin-left: -16px;
  margin-right: -16px;
}
.dashboard__widget .error-total-info__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.dashboard__widget .error-total-info__item {
  padding-top: 12px;
  padding-left: 18px;
  padding-bottom: 12px;
  padding-right: 18px;
  /*border-top: 1px solid #ccc;*/
  position: relative;
}
.dashboard__widget .error-total-info__item:first-child {
  border-top: 0;
}
.dashboard__widget .error-total-info__item:nth-child(even) {
  background: #302f31;
}
.dashboard__widget .error-total-info__state {
  display: inline-block;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 3px;
  padding-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  font-size: 11px;
}
.dashboard__widget .error-total-info__state.level1 {
  color: #5bc376; /* Old browsers */
  border: 1px solid #5bc376;
}
.dashboard__widget .error-total-info__state.level2 {
  color: #ffd893; /* Old browsers */
  border: 1px solid #ffd893;
}
.dashboard__widget .error-total-info__state.level3 {
  color: #ffa628; /* Old browsers */
  border: 1px solid #ffa628;
}
.dashboard__widget .error-total-info__state.level4 {
  background: #cc0024; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5002a 50%, #cc0024 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5002a", endColorstr="#cc0024",GradientType=0 ); /* IE6-9 */
}
.dashboard__widget .error-total-info__state.level5 {
  background: #7E3096; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7E3096 50%, #B145D8 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7E3096", endColorstr="#B145D8",GradientType=0 ); /* IE6-9 */
}
.dashboard__widget .error-total-info__date {
  color: #9e9f9f;
  font-size: 13px;
}
.dashboard__widget .error-total-info__label {
  color: #eeeeee;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.dashboard__widget .status-info .status-header {
  padding-top: 10px;
  padding-bottom: 5px;
}
.dashboard__widget .status-info .status-body {
  padding: 8px;
}
.dashboard__widget .amount-info .amount-header {
  padding-top: 10px;
  padding-bottom: 5px;
}
.dashboard__widget .amount-info .amount-body {
  padding-left: 20px;
  padding-right: 20px;
}

.main-inner {
  height: calc(100vh - 25px);
  overflow: hidden;
  max-width: 100% !important;
  padding-left: 30px !important;
  padding-right: 0;
  margin: 0;
}

.main-wrap {
  background: url(../images/main_bg.jpg) no-repeat center center/cover;
  height: calc(100vh - 25px);
  overflow: auto;
  position: relative;
}
.main-wrap::-webkit-scrollbar {
  display: none;
}

.main-bg {
  width: 100%;
  margin: 2% 0 0;
}
.main-bg .plant_svg {
  width: 77%;
  position: relative;
  padding-top: 10vh;
  padding-left: 2.5vw;
}
.main-bg .plant_svg .card {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(74, 70, 78, 0.7);
  border: 2px solid rgba(0, 187, 119, 0.4);
  border-radius: 18px;
  padding: 1.5% 0.5% 1%;
  width: 26.5%;
  color: #fff;
}
.main-bg .plant_svg .card h4 {
  font-weight: bold;
  font-size: 1vw;
  margin-bottom: 1.5vh;
}
.main-bg .plant_svg .card h4 i {
  margin: 0 1vw 0 0.5vw;
  color: #ccc;
}
.main-bg .plant_svg .card .card_content {
  position: relative;
  background: #373638;
  border-radius: 15px;
  font-size: 0.75vw;
  list-style: none;
  margin: 0;
  padding: 3% 5% 2%;
  box-shadow: 0 5px 5px rgba(4, 119, 118, 0.3);
}
.main-bg .plant_svg .card .card_content .card_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1vh;
}
.main-bg .plant_svg .card .card_content .card_list .card_title {
  font-size: 0.85vw;
}
.main-bg .plant_svg .card .card_content .card_list strong {
  font-size: 1vw;
  margin-right: 5px;
}
.main-bg .plant_svg .card .card_content .card_list strong.n_strong {
  margin-right: 0;
}
.main-bg .plant_svg .card.BL-1 {
  top: -3%;
  left: 3%;
}
.main-bg .plant_svg .card.BL-2 {
  top: 45%;
  left: 0;
}
.main-bg .plant_svg .card.BL-3 {
  top: 3%;
  left: 41%;
}
.main-bg .plant_svg .card.BL-4 {
  top: 26%;
  left: 62%;
}
.main-bg .plant_svg .card.BL-5 {
  top: 50%;
  left: 45%;
}
.main-bg .plant_svg .card.BL-6 {
  top: 85%;
  left: 8%;
}
.main-bg .plant_svg .card.BL-7 {
  top: 72%;
  left: 88%;
}
.main-bg .plant_svg .card.BL-8 {
  top: 87%;
  left: 52%;
}
.main-bg .plant_svg .plant_name {
  line-height: 1.6;
  font-family: "Noto Sans KR";
  position: absolute;
  bottom: 19%;
  left: 10.5%;
  font-size: 2.6vw;
  color: #f7f7f7;
  opacity: 8%;
  font-weight: bolder;
}
.main-bg .whole_data_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.main-bg .whole_data {
  position: relative;
  margin-left: auto;
  margin-bottom: 15px;
  padding: 1.7% 0.6% 0.8% 1%;
  width: 25%;
  background: #333;
  border-radius: 50px 0 0 50px;
}
.main-bg .whole_data::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 80%;
  top: 10%;
  left: 0;
  border-radius: 5px;
  background: #00bbb7;
}
.main-bg .whole_data h4 {
  font-size: 1.2vw;
  font-weight: bold;
  margin-bottom: 2vh;
  padding-left: 5%;
}
.main-bg .whole_data ul {
  font-family: "Roboto", sans-serif;
  border-radius: 20px 0 0 40px;
  background: #2e2e2e;
  list-style: none;
  margin: 0;
  color: #fff;
  font-size: 1vw;
  padding: 4% 4% 0.5%;
}
.main-bg .whole_data ul li {
  margin-bottom: 0.5vh;
  padding-left: 0.5vw;
}
.main-bg .whole_data.pv_data .pv_title span {
  font-size: 0.6vw;
}
.main-bg .whole_data.pv_data .pv_value {
  text-align: right;
  font-size: 0.8vw;
}
.main-bg .whole_data.pv_data .pv_value strong {
  font-size: 1.6vw;
  color: #00bbb7;
  margin-right: 7px;
}
.main-bg .whole_data.weather_data {
  margin-bottom: 0;
  width: 25%;
}
.main-bg .whole_data.weather_data .weather_list_title .weather_title {
  font-size: 0.9vw;
  color: #ccc;
}
.main-bg .whole_data.weather_data .weather_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1vw solid #404040;
  padding-bottom: 0.5vh;
}
.main-bg .whole_data.weather_data .weather_list:nth-last-of-type(1) {
  border: none;
  padding-bottom: 1vh;
}
.main-bg .whole_data.weather_data .weather_list .weather_title {
  flex: 1;
  display: inline-block;
}
.main-bg .whole_data.weather_data .weather_list .weather_title span {
  font-size: 0.7vw;
}
.main-bg .whole_data.weather_data .weather_list .weather_value {
  flex: 1;
  display: flex;
  text-align: right;
  font-size: 0.8vw;
}
.main-bg .whole_data.weather_data .weather_list .weather_value strong, .main-bg .whole_data.weather_data .weather_list .weather_value p {
  flex: 1;
  text-align: center;
  font-size: 1vw;
  color: #ffd893;
  border-left: 0.1vw solid #404040;
}
.main-bg .whole_data.weather_data .weather_list .weather_value p {
  color: #ccc;
  font-size: 1.2vw;
}
.main-bg .whole_data.weather_data::after {
  background: #ffd893;
}

.report {
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 0;
  background-color: #29282A;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .report.viewport__page {
    padding-top: 110px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.report > .inner, .report__inner {
  padding-top: 35px;
  padding-right: 40px;
  padding-left: 40px;
  padding-bottom: 35px;
  /*border:1px solid #dcdddd;*/
  background-color: #29282A;
}
@media (max-width: 1024px) {
  .report > .inner, .report__inner {
    padding: 14px 14px;
  }
}
.report__header {
  padding-bottom: 15px;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #555555;*/
}
.report__heading {
  margin-left: 0;
  font-size: 20px;
  line-height: 35px;
  font-family: "NanumSquare", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: bottom;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .report__heading {
    text-align: center;
    display: block;
    margin-left: 0;
  }
}
.report__datepicker {
  padding: 0;
  float: right;
}
.report__datepicker.datepicker {
  float: right;
}
.report__datepicker .input-group {
  width: 297px;
  margin-right: 0;
  float: left;
}
.report__datepicker .input-group-addon {
  color: #FFF;
}
.report__datepicker .form-wrapper {
  display: inline-block;
  width: 120px;
  float: left;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .report__datepicker {
    margin: 0 auto;
    width: 100%;
    float: none;
    text-align: right;
  }
  .report__datepicker .form-wrapper {
    margin-top: 14px;
    width: 100%;
    display: block;
  }
  .report__datepicker .input-group {
    margin-top: 14px;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
  }
  .report__datepicker .search_btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .report__datepicker {
    width: 100%;
    float: left;
  }
  .report__datepicker:after {
    content: "";
    display: block;
    clear: both;
  }
  .report__datepicker .input-group {
    margin-top: 14px;
    width: 100%;
    margin-left: 0;
    float: left;
    margin-bottom: 5px;
  }
  .report__datepicker .btn-group {
    margin-top: 14px;
    display: inline-block;
  }
  .report__datepicker .form-wrapper {
    margin-top: 14px;
    width: 100%;
    display: block;
  }
  .report__datepicker .btn-submit {
    margin-top: 14px;
    width: 100%;
    display: block;
    float: left;
  }
}
.report .info_he_title {
  border-bottom: 1px solid #00bbb9;
  padding-bottom: 10px;
  font-weight: bold;
}
.report__definition {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.report__definition:after {
  content: "";
  display: block;
  clear: both;
}
.report__definition-item {
  float: left;
  width: 33.3%;
  padding: 0 1%;
}
.report__definition-item .definition__entry dt {
  width: 45%;
  color: #c6c6c6;
  line-height: 25px !important;
  padding-left: 5px !important;
}
.report__definition-item .definition__entry dd {
  width: 55%;
  color: #ffffff;
  text-align: right;
  padding-right: 5px;
  line-height: 25px !important;
}
.report__definition-item .definition__entry dd span {
  color: #aaaaaa;
}
@media (max-width: 1024px) {
  .report__definition-item {
    width: 100%;
    margin-top: 44px;
    float: none;
  }
}
.report__chart {
  height: 325px;
  border: 1px solid #dedede;
  width: 90%;
  padding: 10px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
.report__chart .chart-wrapper {
  position: relative;
}
.report__chart .chart-wrapper .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29282A;
  text-align: center;
  z-index: 2;
}
.report__chart .chart-wrapper .loading img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .report__chart {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .report__chart {
    width: 100%;
    padding: 0;
    border: none;
  }
  .report__chart h3 {
    margin-bottom: 14px;
  }
}
.report__summary {
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
.report__summary:after {
  content: "";
  display: block;
  clear: both;
}
.report__summary-card {
  position: relative;
  float: left;
  width: 24.25%;
  margin-left: 1%;
  margin-bottom: 0;
}
.report__summary-card:after {
  content: "";
  display: block;
  clear: both;
}
.report__summary-card--single dt, .report__summary-card--single dd {
  float: none;
  text-align: right;
}
@media (max-width: 1440px) {
  .report__summary-card {
    width: 49%;
    margin-top: 1%;
  }
  .report__summary-card:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .report__summary-card {
    width: 100%;
    margin-left: 0;
  }
}
.report__summary-card dl {
  float: right;
  width: 100%;
  /*padding-left: 55px;*/
}
.report__summary-card dl:after {
  content: "";
  display: block;
  clear: both;
}
.report__summary-card dl, .report__summary-card dt, .report__summary-card dd {
  margin-top: 0;
  margin-bottom: 0;
}
.report__summary-card dt {
  float: left;
}
.report__summary-card dd {
  float: right;
}
.report__summary-card dt, .report__summary-card dd {
  font-size: 16px;
  line-height: 25px;
}
.report__summary-card:first-child {
  margin-left: 0;
}
.report__summary-card.card-box .bg-icon {
  position: absolute;
  top: 20px;
  left: 10px;
  width: 50px;
  height: 50px;
  margin-right: 6px;
}
.report__summary-card.card-box .bg-icon i {
  font-size: 20px;
  line-height: 38px;
}
.report__copyright {
  padding-right: 40px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #777777;
}
.report .error-tab {
  width: auto;
  margin-top: 0;
}
@media (max-width: 767px) {
  .report .error-tab {
    width: 100%;
    text-align: center;
  }
  .report .error-tab .btn-group {
    width: 100%;
    text-align: center;
  }
  .report .error-tab .btn-group .btn {
    float: none;
  }
}
.report .status-tab {
  width: auto;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .report .status-tab {
    width: 100%;
    text-align: right;
    margin-top: 24px;
  }
}

div.dataTables_wrapper div.dataTables_paginate {
  text-align: center;
  float: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0px;
  border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  padding: 0px;
  background-color: #302f31 !important;
  background: #302f31 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  width: 100%;
  overflow-x: auto;
}

.nav.nav-tabs {
  box-shadow: none;
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  .nav.nav-tabs {
    padding-top: 20px !important;
  }
}

.tab-content {
  padding-top: 0px !important;
  margin-bottom: 20px !important;
}

@media (max-width: 767px) {
  .report-tabs > li > a {
    line-height: 40px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 767px) {
  .table-report thead th,
  .table-report thead td,
  .table-report tbody th,
  .table-report tbody td {
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .table-log-inv thead th,
  .table-log-inv thead td,
  .table-log-inv tbody th,
  .table-log-inv tbody td {
    font-size: 14px !important;
  }
}

.total {
  margin-bottom: 40px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .total.viewport__page {
    padding-top: 110px;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .total > .inner, .total__inner {
    padding: 14px 14px;
  }
}
.total__header {
  margin-right: 10px;
  padding: 5px;
  background-color: #FFF;
  border-bottom: 1px solid #cccccc;
}
.total__heading {
  margin-left: 40px;
  font-size: 20px;
  line-height: 35px;
  font-family: "NanumSquare", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .total__heading {
    text-align: center;
    display: block;
    margin-left: 0;
  }
}

.settings {
  padding: 25px 10px;
}
.settings .widget {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  float: none;
  box-shadow: none;
  margin-bottom: 35px;
  box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .settings .widget {
    padding: 10px 15px;
  }
}
.settings .widget__header {
  background-image: none;
}
.settings .form__fieldset {
  position: relative;
  padding-bottom: 0;
}
.settings .form__fieldset:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #29292B;
}
.settings .form__elem {
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  padding-left: 40px;
  border-bottom: 1px solid #555555;
  color: #c6c6c6;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.settings .form__elem:first-child {
  margin-top: 4px;
  border-top: 1px solid #00bbb9;
}
@media (max-width: 767px) {
  .settings .form__elem {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.settings .form__elem-content {
  display: inline-block;
}
.settings .form__elem-checkbox {
  position: relative;
  margin-top: 7px;
}
.settings .form__elem-checkbox--inline {
  display: inline-block;
  vertical-align: baseline;
}
.settings .form__elem-buttons {
  text-align: center;
}
.settings .form__elem-buttons button {
  /*width:80px;*/
  width: 150px;
  height: 36px;
  background: #009492;
  /*padding-top:6px;
  padding-bottom:5px;*/
  color: #FFF;
  font-size: 14px;
}
.settings .form__elem-buttons--header {
  position: absolute;
  top: 6px;
  right: 0;
}
.settings .form__btn-submit {
  background-color: #6ab8d6;
  /*box-shadow:-1px -1px 7px rgba(0,0,0,.75);*/
}
.settings .form__btn-reset {
  margin-left: 14px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c5c5c+0,4a4a4a+100 */
  background: #5c5c5c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5c5c5c 0%, #4a4a4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.settings .form__label {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.settings .form__label--row2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2%;
}
@media (max-width: 1024px) {
  .settings .form__label--row2 {
    top: auto;
    margin-top: 0;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .settings .form__label {
    width: 100%;
  }
}
.settings .form__label-dash {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  color: #727171;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .settings .form__label-dash {
    margin: 0;
  }
}
.settings .form__input {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: #434343;
  border: 1px solid #525252;
  -webkit-appearance: none;
}
.settings .form__input--notify {
  width: 75px;
  text-align: center;
}
.settings .form__input--notify_sun {
  width: 115px;
  text-align: center;
  margin-bottom: 4px;
  font-size: 13px;
  padding-top: 4px;
  padding-right: 4px !important;
  padding-bottom: 4px;
  padding-left: 4px !important;
}
.settings .form__input--number {
  width: 130px;
}
@media (max-width: 767px) {
  .settings .form__input {
    padding: 6px;
    text-align: center;
  }
}
.settings .form__input[readonly] {
  background: transparent;
  border-color: transparent;
}
.settings .form [type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
.settings .form [type=checkbox]:disabled ~ label:before {
  border-color: #CCC;
}
.settings .form [type=checkbox]:checked ~ label:before {
  background-color: #00bbb9;
  border-color: #00bbb9;
}
.settings .form [type=checkbox]:checked ~ label:after {
  content: "\F00C";
  font-family: "fontawesome";
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 0;
  padding-left: 2px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}
.settings .form [type=checkbox] ~ label {
  position: relative;
  z-index: 0;
  padding-left: 25px;
}
.settings .form [type=checkbox] ~ label:before {
  content: "";
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #00bbb9;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: 0 !important;
  margin-top: 2px;
}
.settings .form [type=checkbox][readonly] {
  background-color: #ccc;
  border-color: #ccc;
}
.settings .form [type=checkbox][readonly] ~ label {
  color: #ccc;
}
.settings .form .btn-group {
  width: 250px;
}
.settings .form .btn-group .btn {
  width: 190px;
  color: #FFF;
  background-color: #009492;
}
.settings .form .ico-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/ic_circle_arrow.png");
}

.calendar-body {
  min-height: 300px;
}
.calendar-body .loading {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #29282A;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29282A;
  text-align: center;
  z-index: 2;
}
.loading img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}

.calendar-event {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14c8b9 !important;
  clear: both;
  opacity: 1;
  position: relative;
}
.calendar-event .icon {
  color: #fe3232;
  height: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .calendar-event .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
  }
}
.calendar-event .text {
  color: #f8f8f8;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  .calendar-event .text {
    display: none;
    font-size: 9px;
  }
}
.calendar-event .text .cal_num {
  color: #14c8b9 !important;
  font-weight: bold;
  font-size: 18px;
}
.calendar-event .text .cal_unit {
  color: #bbbbbb !important;
}

.fc-bgevent {
  opacity: 0.9 !important;
  border-color: #29282A !important;
  background: #3f3f41 !important;
}

.fc-bgevent:hover {
  background: #444444 !important;
  cursor: pointer;
}
.fc-bgevent:hover .text {
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  .calendar-event p {
    display: none;
  }
}
@media (min-width: 1200px) {
  .calendar-event .icon {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background-image:url('../images/bg-login.jpg');*/
  background-image: url("../images/bg-login-back.jpg");
  background-size: auto 130%;
  background-position: top center;
  background-repeat: no-repeat;
}
.login__bi {
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
}
.login__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 380px;
  /*padding:25px 12px;
  border:1px solid #69acc5;
  background-color:#FFF;
  box-shadow: 0 0 15px rgba(0,0,0,.75);*/
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .login__inner {
    width: 90%;
  }
}
.login__heading {
  padding-left: 0;
  font-size: 26px;
  color: #128cbe;
  text-align: center;
}
.login__heading img {
  width: 160px;
  margin-bottom: 10px;
}
.login__divide {
  height: 2px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: 15px;
  margin-bottom: 30px;
}
.login__form {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}
.login__form:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .login__form {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.login__form [type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
.login__form [type=checkbox]:checked ~ label:before {
  background-color: #00bbb9;
  /*border-color: #198bb2;*/
  border: 1px solid #00bbb9;
  color: #ffffff !important;
}
.login__form [type=checkbox]:checked ~ label:after {
  content: "\F00C";
  font-family: "FontAwesome";
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  height: 18px;
  left: 0;
  padding-left: 2px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}
.login__form [type=checkbox] ~ label {
  position: relative;
  z-index: 0;
  padding-left: 25px;
  color: #ffffff;
  font-weight: normal !important;
}
.login__form [type=checkbox] ~ label:before {
  content: "";
  background: transparent;
  border-radius: 0;
  border: 1px solid #00bbb9;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: 0 !important;
  margin-top: 2px;
}
.login__input-elem {
  float: left;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .login__input-elem {
    width: 100%;
  }
}
.login__input-checkbox {
  clear: both;
  padding-top: 18px;
}
.login__input-checkbox:after {
  content: "";
  display: block;
  clear: both;
}
.login__input-checkbox > div:nth-of-type(1) {
  float: right;
}
.login__input-checkbox > div:nth-of-type(2) {
  float: right;
}
.login__btn-help {
  position: absolute;
  bottom: 6px;
  right: 6px;
  z-index: 10;
}
.login__input {
  width: 100%;
  padding: 10px;
  outline: none;
  font-family: sans-serif;
  margin-top: 10px;
  border-radius: 100px;
  border: none;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  text-align: center;
  /*box-shadow: inset 3px 3px 5px rgba(0,0,0, .08);*/
  font-size: 14px;
  -webkit-appearance: none;
}
.login__input:focus, .login__input:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
.login__input:first-of-type {
  margin-top: 0;
}
.login__input[type=password] {
  /*padding-right:30px;*/
}
.login__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.login__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.login__submit-elem {
  float: left;
  width: 100%;
}
.login__submit-elem > button {
  width: 100%;
  padding: 10px;
  background-color: #009492;
  border-radius: 100px;
  color: #FFF;
  margin-top: 10px;
  font-weight: bold;
  /*box-shadow:2px 2px 5px rgba(0,0,0,.55);*/
}
.login__submit-elem--forget {
  height: 34px;
}
@media (max-width: 767px) {
  .login__submit-elem {
    width: 100%;
    margin: 0;
  }
}
.login__notify {
  margin-bottom: 30px;
  color: #cccccc;
  font-size: 13px;
  letter-spacing: -0.05em;
  float: left;
  text-align: center;
  width: 100%;
  font-weight: bold;
}
.login__notify span {
  color: #cccccc;
  font-weight: bold;
}
.login__footer {
  text-align: center;
  margin-top: 30px;
  color: #aaaaaa;
  font-size: 13px;
  letter-spacing: -0.05em;
  float: left;
  width: 100%;
}
.login__footer a:hover {
  color: #00bbb9;
}

/* 계통도 _ start */
.t_c th {
  text-align: center !important;
}

.diagram_outline {
  width: 1613px;
  height: 70vh;
  position: relative;
  overflow-x: hidden;
}

.inv_total_chart {
  width: 300px;
  height: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 9.5%;
  background: #302f31;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
}

.inv_total_title {
  width: 100%;
  padding: 5px 0;
  margin-bottom: 7px;
  text-align: center;
  border-bottom: 1px solid #00bbb9;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.inv_total_l {
  width: 50%;
  text-align: left;
  padding: 3px 0 3px 10px;
  float: left;
  color: #aaaaaa;
}

.inv_total_r {
  width: 50%;
  text-align: right;
  padding: 3px 10px;
  float: left;
  color: #00bbb9;
}
.inv_total_r span {
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.inv_total_r:last-child, .dia_info_r:last-child, .dia_info .dia_info_title {
  margin-bottom: 7px;
}

.dia_lbs {
  width: 6%;
  display: inline-block;
  float: left;
}

.dia_lv_resist {
  display: block;
  width: 15px;
  position: relative;
  margin: 10px auto;
}

.lbs_sign {
  width: 15px;
  position: relative;
  margin: 10px auto;
}
.lbs_sign img {
  width: 80%;
}

.diagram_title {
  position: absolute;
  top: 20%;
  right: -400%;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

.dia_mof {
  border: 2px solid #ffffff;
  padding: 3px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
}

.dia_info {
  position: relative;
  width: 300px;
  height: 100%;
}

.dia_info_div {
  width: 230px;
  font-size: 13px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: absolute;
  top: -230%;
  left: 90px;
  color: #ffffff;
  font-weight: bold;
  background: #302f31;
}

.dia_info_title {
  width: 100%;
  font-size: 15px;
  text-align: center;
  padding: 7px 0 3px 0 !important;
  background: #282729;
  color: #00bbb9;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.dia_vcb_bar {
  width: 91.7%;
  height: 5px;
  background: #00bbb9;
  position: absolute;
  top: 186px;
  left: 3%;
}

.dia_vcb {
  clear: both;
}
.dia_vcb .dia_vcb_bar_start {
  width: 5px;
  height: 100px;
  background: #00bbb9;
  margin-left: 2.85%;
}
.dia_vcb .dia_vcb_bar_start .vcb_div .dia_info_bar {
  width: 200px;
  position: absolute;
  top: 65px;
  left: 5px;
}
.dia_vcb .dia_vcb_bar_start .vcb_div .dia_info_div {
  position: absolute;
  top: 45px;
  left: 110px;
}
.dia_vcb .sign_b {
  margin: 10px 0 10px 2.15%;
  width: 26px;
}
.dia_vcb .sign_b p {
  top: 40%;
  right: -230%;
}
.dia_vcb .dia_lbs_bar_b_bottom {
  width: 5px;
  height: 120px;
  background: #00bbb9;
  margin-left: 2.85%;
}
.dia_vcb .sign_resist {
  width: 100% !important;
  margin: 10px 0 10px 2.15%;
}
.dia_vcb .sign_resist_img {
  width: 40px !important;
}
.dia_vcb.vcb_2 {
  width: 100%;
  left: 51.85%;
  top: 191px;
  position: absolute;
}
.dia_vcb.vcb_2 .dia_vcb_bar_start {
  margin-left: 42.55%;
}
.dia_vcb.vcb_2 .dia_vcb_bar_start .dia_info_bar {
  left: -200px;
}
.dia_vcb.vcb_2 .dia_vcb_bar_start .dia_info_div {
  left: -109%;
}
.dia_vcb.vcb_2 .sign_b {
  margin-left: 42%;
}
.dia_vcb.vcb_2 .sign_b p {
  left: -230%;
}
.dia_vcb.vcb_2 .dia_lbs_bar_b_bottom {
  margin-left: 42.55%;
}
.dia_vcb.vcb_2 .sign_resist {
  margin: 10px 0 10px 41%;
}
.dia_vcb.vcb_2 .dia_acb::before {
  left: 50%;
}
.dia_vcb.vcb_2 .dia_acb .vcb_2_tr {
  left: -280px;
}
.dia_vcb.vcb_2 .dia_acb .vcb_2_tr_bar {
  left: -50px;
}

.dia_info_bar {
  width: 300px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 5px;
  background: #999999;
}

.dia_tr_event .dia_info_bar {
  width: 50px;
  left: 40px;
}

#inv-cb-dialog:hover {
  background: #302F31;
  color: #00bbb9;
}
#inv-cb-dialog:visited {
  background: #282729;
  color: #00bbb9;
}

.dia_info_l {
  width: 53%;
  float: left;
  padding: 3px 10px 3px 0;
  text-align: right;
  color: #aaaaaa;
}

.dia_info_r {
  width: 47%;
  float: left;
  padding: 3px 0 3px 10px;
  text-align: left;
  color: #aaaaaa;
}

.dia_lv_tr {
  width: 100%;
  display: inline-block;
}

.dia_acb {
  width: 40%;
  float: left;
  position: relative;
  margin-left: 2.85%;
}
.dia_acb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background: #00bbb9;
}
.dia_acb.border_50 {
  border: none !important;
  margin-left: 0;
}
.dia_acb.border_50:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 50%; /* or 100px */
  border-top: 5px solid #00bbb9;
}

.lv_tr_align {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.tr_sign {
  width: 40px;
  position: absolute;
  top: -50px;
  left: -17px;
}
.tr_sign img {
  width: 100%;
}

.pv-lvr {
  width: 40px;
  position: absolute;
  top: -50px;
  right: 305px;
}
.pv-lvr img {
  width: 100%;
}

.sang3_sign {
  width: 40px;
  margin: 10px auto;
}
.sang3_sign img {
  width: 100%;
}

.acb_info_middle_bar .dia_acb_right {
  position: absolute;
  left: 100%;
  top: 0;
}
.acb_info_middle_bar .dia_acb_right .dia_info_bar {
  width: 30px;
  top: 13px;
}
.acb_info_middle_bar .dia_acb_right .dia_info_div {
  left: 35px;
}
.acb_info_middle_bar .dia_acb_left {
  position: absolute;
  right: 100%;
  top: 0;
}
.acb_info_middle_bar .dia_acb_left .dia_info_bar {
  width: 30px;
  top: 13px;
  left: auto;
  right: 5px;
}
.acb_info_middle_bar .dia_acb_left .dia_info_div {
  right: 35px;
  left: auto;
}

.acb_sign {
  width: 110px;
  display: table;
  margin: 10px auto;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.acb_sign p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.acb_sign_l {
  float: left;
  width: 21px;
}
.acb_sign_l.acb_sign_left {
  margin-left: 3px;
}
.acb_sign_r {
  float: right;
  width: 21px;
}
.acb_sign_r.acb_sign_right {
  margin-right: 3px;
}

.invcb_sign {
  width: 332px;
  display: table;
  margin: 10px auto;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.dia_tr_event {
  position: initial !important;
}
.dia_tr_event .dia_info_div {
  top: auto;
  bottom: 7%;
}
.dia_tr_event .dia_info_l, .dia_tr_event .dia_info_r {
  width: 50%;
}

.point_wrap {
  border: 1px solid rgba(100, 200, 150, 0.5019607843);
}
.point_wrap .inv_total_title, .point_wrap .dia_info_title {
  background: linear-gradient(to bottom, #00bbb9, #64c896);
  color: #fff;
  font-weight: 500;
}
.point_wrap .inv_total_r, .point_wrap .dia_info_l {
  color: #64c896;
}

.dia_lbs_bar, .dia_lbs_bar_bottom {
  width: 5px;
  height: 30px;
  background: #00bbb9;
  margin: 0 auto;
}

.lv_tr_bar {
  width: 5px;
  height: 20px;
  background: #00bbb9;
  margin: 0 auto;
}

.dia_tr_bar {
  width: 5px;
  height: 30px;
  background: #00bbb9;
  margin: 0 auto;
  position: relative;
}

.acb_info_top_bar {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-left: 5px solid #00bbb9;
  border-right: 5px solid #00bbb9;
  position: relative;
}

.acb_info_bar_l {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: #00bbb9;
}

.acb_info_bar_r {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 40px;
  height: 5px;
  background: #00bbb9;
}

.inv_info_bar_l {
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 115px;
  height: 5px;
  background: #00bbb9;
}

.inv_info_bar_r {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 115px;
  height: 5px;
  background: #00bbb9;
}

.acb_info_middle_bar {
  width: 90px;
  height: 20px;
  margin: 0 auto;
  border-left: 5px solid #00bbb9;
  border-right: 5px solid #00bbb9;
  position: relative;
}

.acb_info_middle_b_bar {
  width: 90px;
  height: 10px;
  margin: 0 auto;
  border-left: 5px solid #00bbb9;
  border-right: 5px solid #00bbb9;
  position: relative;
}
.acb_info_middle_b_bar.acb_info_middle_b_bar2 {
  height: 5px;
  margin-top: 16px;
}

.inv_info_top_bar {
  width: 310px;
  height: 15px;
  margin: 0 auto;
  border-left: 5px solid #00bbb9;
  border-right: 5px solid #00bbb9;
  position: relative;
}

.inv_info_div_outline {
  width: 82.5%;
  height: 100%;
  display: table;
  margin: 0 auto;
}

.inv_info_div_l {
  width: 231px;
  float: left;
  font-size: 13px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  background: #302f31;
}

.inv_info_div_r {
  width: 231px;
  float: right;
  font-size: 13px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  background: #302f31;
}

.inv_info_div_l .dia_info_div, .inv_info_div_r .dia_info_div {
  position: relative;
  left: auto;
  top: auto;
  box-shadow: none;
}

.jb_div {
  width: 95%;
}
.jb_div .inv_info_div_l {
  width: 280px;
}
.jb_div .inv_info_div_r {
  width: 280px;
}
.jb_div .dia_info_div {
  width: 280px;
}

.sign_resist_div {
  width: 124px !important;
}

.scale-1 {
  transform: scaleX(-1);
}

.jb_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jb_wrap span {
  width: 80px;
  display: block;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 10px 5px;
  color: #aaa;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.main_diagram .inv_total_chart {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
.main_diagram .dia_lbs_r {
  position: absolute;
  top: 1px;
  right: 0;
  margin-right: 2.45%;
}
.main_diagram .dia_lbs_r .dia_info_bar {
  left: -100px;
  width: 100px;
}
.main_diagram .dia_lbs_r .dia_info_div {
  left: -328px !important;
}
.main_diagram .dia_lbs_r .diagram_title {
  left: -230%;
}
.main_diagram .dia_lbs .dia_lbs_bar {
  height: 60px;
}
.main_diagram .dia_lbs .dia_lbs_bar .dia_info_bar {
  top: 46px;
}
.main_diagram .dia_lbs .dia_info_div {
  top: 30px;
  left: 110px;
}
.main_diagram .dia_lbs .sign_b {
  width: 26px;
}
.main_diagram .dia_lbs .sign_b p {
  top: 40%;
  right: -65px;
}
.main_diagram .vcb_2 {
  top: 272px;
}
.main_diagram .dia_vcb_bar_start {
  height: 65px;
}
.main_diagram .dia_vcb_bar_start .dia_info_bar {
  top: 23px !important;
}
.main_diagram .dia_vcb_bar_start .dia_info_div {
  top: 8px !important;
}
.main_diagram .dia_tr_bar {
  height: 80px;
}
.main_diagram .acb_info_top_bar {
  border: none;
  height: 5px;
}
.main_diagram .acb_info_top_bar .acb_info_bar_l {
  width: 45px;
  right: 50%;
}
.main_diagram .acb_info_top_bar .acb_info_bar_r {
  width: 45px;
  left: 50%;
}
.main_diagram .inv_info_div_outline {
  margin: 0 auto 30px;
}
.main_diagram .inv_info_div_outline .title_c p {
  font-size: 12px;
}
.main_diagram .vcb_1_bottom_l .acb_info_middle_bar, .main_diagram .vcb_1_bottom_l .acb_info_middle_b_bar, .main_diagram .vcb_1_bottom_l .inv_info_top_bar, .main_diagram .vcb_2_bottom_l .acb_info_middle_bar, .main_diagram .vcb_2_bottom_l .acb_info_middle_b_bar, .main_diagram .vcb_2_bottom_l .inv_info_top_bar {
  border-right: none;
}
.main_diagram .vcb_1_bottom_r, .main_diagram .vcb_2_bottom_r {
  position: absolute;
  top: 85px;
  right: 166px;
}
.main_diagram .vcb_1_bottom_r .inv_info_div_outline, .main_diagram .vcb_2_bottom_r .inv_info_div_outline {
  width: 136%;
}
.main_diagram .vcb_1_bottom_r .acb_info_middle_bar, .main_diagram .vcb_1_bottom_r .acb_info_middle_b_bar, .main_diagram .vcb_1_bottom_r .inv_info_top_bar, .main_diagram .vcb_2_bottom_r .acb_info_middle_bar, .main_diagram .vcb_2_bottom_r .acb_info_middle_b_bar, .main_diagram .vcb_2_bottom_r .inv_info_top_bar {
  border-left: none;
}
.main_diagram .acb_info_middle_b_bar, .main_diagram .sign_resist_div, .main_diagram .acb_info_middle_b_bar, .main_diagram .inv_info_top_bar, .main_diagram .inv_info_div_outline {
  display: none;
}
.main_diagram .vcb_1_bottom_l, .main_diagram .vcb_2_bottom_l {
  margin-bottom: 60px;
}
.main_diagram .vcb_1_bottom_r, .main_diagram .vcb_2_bottom_r {
  right: 266px;
}

.sub2_dia_acb .acb_info_middle_bar, .sub2_dia_acb .acb_info_middle_b_bar, .sub2_dia_acb .inv_info_top_bar {
  border: none !important;
  width: 5px;
  height: 40px;
  background: #00bbb9;
  margin: 0 auto;
}
.sub2_dia_acb .acb_div {
  top: -62%;
}
.sub2_dia_acb .acb_info_middle_b_bar {
  height: 10px;
}
.sub2_dia_acb .inv_info_top_bar {
  height: 11px;
}
.sub2_dia_acb .invcb_sign .acb_sign_l {
  float: none;
}
.sub2_dia_acb .inv_info_div_l {
  margin: 0 auto;
  float: none;
  display: flex;
}
.sub2_dia_acb .acb_sign p {
  left: 100%;
}
.sub2_dia_acb .acb_sign .acb_sign_l {
  float: none;
}

.dia_acb_blank {
  width: 6%;
  height: 5px;
  background: transparent;
  float: left;
  position: relative;
}

.vcb_1.on .dia_lbs_bar_bottom, .vcb_1.on .dia_lbs_bar_b_bottom, .vcb_1.on .dia_tr_bar, .vcb_1.on .acb_info_bar_l, .vcb_1.on .acb_info_bar_r, .vcb_1.on .inv_info_bar_r, .vcb_1.on .inv_info_bar_l, .vcb_2.on .dia_lbs_bar_bottom, .vcb_2.on .dia_lbs_bar_b_bottom, .vcb_2.on .dia_tr_bar, .vcb_2.on .acb_info_bar_l, .vcb_2.on .acb_info_bar_r, .vcb_2.on .inv_info_bar_r, .vcb_2.on .inv_info_bar_l, .vcb_1_top.on .dia_lbs_bar_bottom, .vcb_1_top.on .dia_lbs_bar_b_bottom, .vcb_1_top.on .dia_tr_bar, .vcb_1_top.on .acb_info_bar_l, .vcb_1_top.on .acb_info_bar_r, .vcb_1_top.on .inv_info_bar_r, .vcb_1_top.on .inv_info_bar_l, .vcb_2_top.on .dia_lbs_bar_bottom, .vcb_2_top.on .dia_lbs_bar_b_bottom, .vcb_2_top.on .dia_tr_bar, .vcb_2_top.on .acb_info_bar_l, .vcb_2_top.on .acb_info_bar_r, .vcb_2_top.on .inv_info_bar_r, .vcb_2_top.on .inv_info_bar_l, .vcb_1_middle.on .dia_lbs_bar_bottom, .vcb_1_middle.on .dia_lbs_bar_b_bottom, .vcb_1_middle.on .dia_tr_bar, .vcb_1_middle.on .acb_info_bar_l, .vcb_1_middle.on .acb_info_bar_r, .vcb_1_middle.on .inv_info_bar_r, .vcb_1_middle.on .inv_info_bar_l, .vcb_2_middle.on .dia_lbs_bar_bottom, .vcb_2_middle.on .dia_lbs_bar_b_bottom, .vcb_2_middle.on .dia_tr_bar, .vcb_2_middle.on .acb_info_bar_l, .vcb_2_middle.on .acb_info_bar_r, .vcb_2_middle.on .inv_info_bar_r, .vcb_2_middle.on .inv_info_bar_l, .vcb_1_bottom_l.on .dia_lbs_bar_bottom, .vcb_1_bottom_l.on .dia_lbs_bar_b_bottom, .vcb_1_bottom_l.on .dia_tr_bar, .vcb_1_bottom_l.on .acb_info_bar_l, .vcb_1_bottom_l.on .acb_info_bar_r, .vcb_1_bottom_l.on .inv_info_bar_r, .vcb_1_bottom_l.on .inv_info_bar_l, .vcb_1_bottom_r.on .dia_lbs_bar_bottom, .vcb_1_bottom_r.on .dia_lbs_bar_b_bottom, .vcb_1_bottom_r.on .dia_tr_bar, .vcb_1_bottom_r.on .acb_info_bar_l, .vcb_1_bottom_r.on .acb_info_bar_r, .vcb_1_bottom_r.on .inv_info_bar_r, .vcb_1_bottom_r.on .inv_info_bar_l, .vcb_2_bottom_l.on .dia_lbs_bar_bottom, .vcb_2_bottom_l.on .dia_lbs_bar_b_bottom, .vcb_2_bottom_l.on .dia_tr_bar, .vcb_2_bottom_l.on .acb_info_bar_l, .vcb_2_bottom_l.on .acb_info_bar_r, .vcb_2_bottom_l.on .inv_info_bar_r, .vcb_2_bottom_l.on .inv_info_bar_l, .vcb_2_bottom_r.on .dia_lbs_bar_bottom, .vcb_2_bottom_r.on .dia_lbs_bar_b_bottom, .vcb_2_bottom_r.on .dia_tr_bar, .vcb_2_bottom_r.on .acb_info_bar_l, .vcb_2_bottom_r.on .acb_info_bar_r, .vcb_2_bottom_r.on .inv_info_bar_r, .vcb_2_bottom_r.on .inv_info_bar_l {
  background: #959caf;
}
.vcb_1.on .border_50_r:before, .vcb_1.on .border_50:before, .vcb_2.on .border_50_r:before, .vcb_2.on .border_50:before, .vcb_1_top.on .border_50_r:before, .vcb_1_top.on .border_50:before, .vcb_2_top.on .border_50_r:before, .vcb_2_top.on .border_50:before, .vcb_1_middle.on .border_50_r:before, .vcb_1_middle.on .border_50:before, .vcb_2_middle.on .border_50_r:before, .vcb_2_middle.on .border_50:before, .vcb_1_bottom_l.on .border_50_r:before, .vcb_1_bottom_l.on .border_50:before, .vcb_1_bottom_r.on .border_50_r:before, .vcb_1_bottom_r.on .border_50:before, .vcb_2_bottom_l.on .border_50_r:before, .vcb_2_bottom_l.on .border_50:before, .vcb_2_bottom_r.on .border_50_r:before, .vcb_2_bottom_r.on .border_50:before {
  border-top: 5px solid #959caf;
}
.vcb_1.on .acb_info_top_bar, .vcb_1.on .acb_info_middle_bar, .vcb_1.on .acb_info_middle_b_bar, .vcb_1.on .inv_info_top_bar, .vcb_2.on .acb_info_top_bar, .vcb_2.on .acb_info_middle_bar, .vcb_2.on .acb_info_middle_b_bar, .vcb_2.on .inv_info_top_bar, .vcb_1_top.on .acb_info_top_bar, .vcb_1_top.on .acb_info_middle_bar, .vcb_1_top.on .acb_info_middle_b_bar, .vcb_1_top.on .inv_info_top_bar, .vcb_2_top.on .acb_info_top_bar, .vcb_2_top.on .acb_info_middle_bar, .vcb_2_top.on .acb_info_middle_b_bar, .vcb_2_top.on .inv_info_top_bar, .vcb_1_middle.on .acb_info_top_bar, .vcb_1_middle.on .acb_info_middle_bar, .vcb_1_middle.on .acb_info_middle_b_bar, .vcb_1_middle.on .inv_info_top_bar, .vcb_2_middle.on .acb_info_top_bar, .vcb_2_middle.on .acb_info_middle_bar, .vcb_2_middle.on .acb_info_middle_b_bar, .vcb_2_middle.on .inv_info_top_bar, .vcb_1_bottom_l.on .acb_info_top_bar, .vcb_1_bottom_l.on .acb_info_middle_bar, .vcb_1_bottom_l.on .acb_info_middle_b_bar, .vcb_1_bottom_l.on .inv_info_top_bar, .vcb_1_bottom_r.on .acb_info_top_bar, .vcb_1_bottom_r.on .acb_info_middle_bar, .vcb_1_bottom_r.on .acb_info_middle_b_bar, .vcb_1_bottom_r.on .inv_info_top_bar, .vcb_2_bottom_l.on .acb_info_top_bar, .vcb_2_bottom_l.on .acb_info_middle_bar, .vcb_2_bottom_l.on .acb_info_middle_b_bar, .vcb_2_bottom_l.on .inv_info_top_bar, .vcb_2_bottom_r.on .acb_info_top_bar, .vcb_2_bottom_r.on .acb_info_middle_bar, .vcb_2_bottom_r.on .acb_info_middle_b_bar, .vcb_2_bottom_r.on .inv_info_top_bar {
  border-left: 5px solid #959caf;
  border-right: 5px solid #959caf;
}
.vcb_1.on .dia_acb::before, .vcb_2.on .dia_acb::before, .vcb_1_top.on .dia_acb::before, .vcb_2_top.on .dia_acb::before, .vcb_1_middle.on .dia_acb::before, .vcb_2_middle.on .dia_acb::before, .vcb_1_bottom_l.on .dia_acb::before, .vcb_1_bottom_r.on .dia_acb::before, .vcb_2_bottom_l.on .dia_acb::before, .vcb_2_bottom_r.on .dia_acb::before {
  background: #959caf;
}
.vcb_1.on .sub2_dia_acb .acb_info_middle_bar, .vcb_1.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_1.on .sub2_dia_acb .inv_info_top_bar, .vcb_2.on .sub2_dia_acb .acb_info_middle_bar, .vcb_2.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_2.on .sub2_dia_acb .inv_info_top_bar, .vcb_1_top.on .sub2_dia_acb .acb_info_middle_bar, .vcb_1_top.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_1_top.on .sub2_dia_acb .inv_info_top_bar, .vcb_2_top.on .sub2_dia_acb .acb_info_middle_bar, .vcb_2_top.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_2_top.on .sub2_dia_acb .inv_info_top_bar, .vcb_1_middle.on .sub2_dia_acb .acb_info_middle_bar, .vcb_1_middle.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_1_middle.on .sub2_dia_acb .inv_info_top_bar, .vcb_2_middle.on .sub2_dia_acb .acb_info_middle_bar, .vcb_2_middle.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_2_middle.on .sub2_dia_acb .inv_info_top_bar, .vcb_1_bottom_l.on .sub2_dia_acb .acb_info_middle_bar, .vcb_1_bottom_l.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_1_bottom_l.on .sub2_dia_acb .inv_info_top_bar, .vcb_1_bottom_r.on .sub2_dia_acb .acb_info_middle_bar, .vcb_1_bottom_r.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_1_bottom_r.on .sub2_dia_acb .inv_info_top_bar, .vcb_2_bottom_l.on .sub2_dia_acb .acb_info_middle_bar, .vcb_2_bottom_l.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_2_bottom_l.on .sub2_dia_acb .inv_info_top_bar, .vcb_2_bottom_r.on .sub2_dia_acb .acb_info_middle_bar, .vcb_2_bottom_r.on .sub2_dia_acb .acb_info_middle_b_bar, .vcb_2_bottom_r.on .sub2_dia_acb .inv_info_top_bar {
  background: #959caf;
}
.vcb_1.on .vcb_div .dia_info_bar, .vcb_2.on .vcb_div .dia_info_bar, .vcb_1_top.on .vcb_div .dia_info_bar, .vcb_2_top.on .vcb_div .dia_info_bar, .vcb_1_middle.on .vcb_div .dia_info_bar, .vcb_2_middle.on .vcb_div .dia_info_bar, .vcb_1_bottom_l.on .vcb_div .dia_info_bar, .vcb_1_bottom_r.on .vcb_div .dia_info_bar, .vcb_2_bottom_l.on .vcb_div .dia_info_bar, .vcb_2_bottom_r.on .vcb_div .dia_info_bar {
  background: #a73b35;
}
.vcb_1.on .vcb_div .dia_info_div, .vcb_2.on .vcb_div .dia_info_div, .vcb_1_top.on .vcb_div .dia_info_div, .vcb_2_top.on .vcb_div .dia_info_div, .vcb_1_middle.on .vcb_div .dia_info_div, .vcb_2_middle.on .vcb_div .dia_info_div, .vcb_1_bottom_l.on .vcb_div .dia_info_div, .vcb_1_bottom_r.on .vcb_div .dia_info_div, .vcb_2_bottom_l.on .vcb_div .dia_info_div, .vcb_2_bottom_r.on .vcb_div .dia_info_div {
  border: 1px dashed #a73b35;
}
.vcb_1.on .vcb_div .dia_info_div .dia_info_title, .vcb_2.on .vcb_div .dia_info_div .dia_info_title, .vcb_1_top.on .vcb_div .dia_info_div .dia_info_title, .vcb_2_top.on .vcb_div .dia_info_div .dia_info_title, .vcb_1_middle.on .vcb_div .dia_info_div .dia_info_title, .vcb_2_middle.on .vcb_div .dia_info_div .dia_info_title, .vcb_1_bottom_l.on .vcb_div .dia_info_div .dia_info_title, .vcb_1_bottom_r.on .vcb_div .dia_info_div .dia_info_title, .vcb_2_bottom_l.on .vcb_div .dia_info_div .dia_info_title, .vcb_2_bottom_r.on .vcb_div .dia_info_div .dia_info_title {
  position: relative;
}
.vcb_1.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_2.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_1_top.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_2_top.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_1_middle.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_2_middle.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_1_bottom_l.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_1_bottom_r.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_2_bottom_l.on .vcb_div .dia_info_div .dia_info_title::after, .vcb_2_bottom_r.on .vcb_div .dia_info_div .dia_info_title::after {
  content: "close";
  color: rgba(167, 59, 53, 0.2);
  font-size: 80px;
  font-weight: bolder;
  position: absolute;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
}
.vcb_1.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_2.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_1_top.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_2_top.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_1_middle.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_2_middle.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_1_bottom_l.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_1_bottom_r.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_2_bottom_l.on .vcb_div .dia_info_div .dia_info_title::before, .vcb_2_bottom_r.on .vcb_div .dia_info_div .dia_info_title::before {
  content: "";
  background: url("../images/sign_close.png") no-repeat center center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 3%;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.6));
}

.vcb_1_top.on .dia_lbs_bar, .vcb_1_top.on .dia_vcb_bar_start, .vcb_2_top.on .dia_lbs_bar, .vcb_2_top.on .dia_vcb_bar_start {
  background: #959caf;
}

.vcb_div.on .dia_info_bar {
  background: #a73b35;
}
.vcb_div.on .dia_info_div {
  border: 1px dashed #a73b35;
}
.vcb_div.on .dia_info_div .dia_info_title {
  position: relative;
}
.vcb_div.on .dia_info_div .dia_info_title::after {
  content: "close";
  color: rgba(167, 59, 53, 0.2);
  font-size: 80px;
  font-weight: bolder;
  position: absolute;
  top: 108px;
  left: 50%;
  transform: translateX(-50%);
}
.vcb_div.on .dia_info_div .dia_info_title::before {
  content: "";
  background: url("../images/sign_close.png") no-repeat center center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 3%;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.6));
}

/* 팝업 */
#inv-cb-dialog-table {
  padding: 0 !important;
}
#inv-cb-dialog-table .table-responsive {
  border: none !important;
  margin-bottom: 0 !important;
}
#inv-cb-dialog-table .modal-dialog {
  width: 96%;
}
#inv-cb-dialog-table .report, #inv-cb-dialog-table header {
  margin: 0 !important;
  padding: 0 !important;
}
#inv-cb-dialog-table .table-striped > tbody > tr {
  background: #29282A !important;
  border-bottom: 1px solid #333333 !important;
}
#inv-cb-dialog-table .table-striped > tbody > tr:nth-of-type(odd) {
  background: #29282A !important;
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back1 {
  background: rgba(20, 111, 110, 0.05);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back2 {
  background: rgba(20, 111, 110, 0.1);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back3 {
  background: rgba(20, 111, 110, 0.2);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back4 {
  background: rgba(20, 111, 110, 0.3);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back5 {
  background: rgba(20, 111, 110, 0.4);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back6 {
  background: rgba(20, 111, 110, 0.5);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back7 {
  background: rgba(20, 111, 110, 0.6);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back8 {
  background: rgba(20, 111, 110, 0.7);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back9 {
  background: rgba(20, 111, 110, 0.8);
}
#inv-cb-dialog-table .table-striped > tbody > tr > td.back10 {
  background: rgba(20, 111, 110, 0.9);
}

#error-plant-table td {
  white-space: nowrap;
}

/* 계통도 _ end */
.device .je-header {
  margin-bottom: 10px;
}
.device .json-editor-btntype-properties, .device .json-editor-btntype-editjson {
  display: none !important;
}
.device .form-control, .device .control-label {
  color: white;
}
.device .well {
  background-color: #29292b;
}
.device .nav-stacked {
  color: white;
}
.device .widget {
  width: 100%;
  height: auto;
  padding: 30px 40px;
  float: none;
  box-shadow: none;
  margin-bottom: 35px;
  box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767px) {
  .device .widget {
    padding: 10px 15px;
  }
}
.device .widget__header {
  background-image: none;
}
.device .form__fieldset {
  position: relative;
  padding-bottom: 0;
}
.device .form__fieldset:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: #29292B;
}
.device .form__elem {
  padding-top: 14px;
  padding-right: 40px;
  padding-bottom: 14px;
  padding-left: 40px;
  border-bottom: 1px solid #555555;
  color: #c6c6c6;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.device .form__elem:first-child {
  margin-top: 4px;
  border-top: 1px solid #00bbb9;
}
@media (max-width: 767px) {
  .device .form__elem {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.device .form__elem-content {
  display: inline-block;
}
.device .form__elem-checkbox {
  position: relative;
  margin-top: 7px;
}
.device .form__elem-checkbox--inline {
  display: inline-block;
  vertical-align: baseline;
}
.device .form__elem-buttons {
  text-align: center;
}
.device .form__elem-buttons button {
  /*width:80px;*/
  width: 150px;
  height: 36px;
  background: #009492;
  /*padding-top:6px;
  padding-bottom:5px;*/
  color: #FFF;
  font-size: 14px;
}
.device .form__elem-buttons--header {
  position: absolute;
  top: 6px;
  right: 0;
}
.device .form__btn-submit {
  background-color: #6ab8d6;
  /*box-shadow:-1px -1px 7px rgba(0,0,0,.75);*/
}
.device .form__btn-reset {
  margin-left: 14px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5c5c5c+0,4a4a4a+100 */
  background: #5c5c5c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5c5c5c 0%, #4a4a4a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.device .form__label {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
}
.device .form__label--row2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -2%;
}
@media (max-width: 1024px) {
  .device .form__label--row2 {
    top: auto;
    margin-top: 0;
    transform: none;
  }
}
@media (max-width: 1024px) {
  .device .form__label {
    width: 100%;
  }
}
.device .form__label-dash {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  color: #727171;
  font-weight: bold;
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .device .form__label-dash {
    margin: 0;
  }
}
.device .form__input {
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: #434343;
  border: 1px solid #525252;
  -webkit-appearance: none;
}
.device .form__input--notify {
  width: 75px;
  text-align: center;
}
.device .form__input--notify_sun {
  width: 115px;
  text-align: center;
  margin-bottom: 4px;
  font-size: 13px;
  padding-top: 4px;
  padding-right: 4px !important;
  padding-bottom: 4px;
  padding-left: 4px !important;
}
.device .form__input--number {
  width: 130px;
}
@media (max-width: 767px) {
  .device .form__input {
    padding: 6px;
    text-align: center;
  }
}
.device .form__input[readonly] {
  background: transparent;
  border-color: transparent;
}
.device .form [type=checkbox] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
  outline: 0 !important;
}
.device .form [type=checkbox]:disabled ~ label:before {
  border-color: #CCC;
}
.device .form [type=checkbox]:checked ~ label:before {
  background-color: #00bbb9;
  border-color: #00bbb9;
}
.device .form [type=checkbox]:checked ~ label:after {
  content: "\F00C";
  font-family: "fontawesome";
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  height: 16px;
  left: 0;
  padding-left: 2px;
  padding-top: 1px;
  position: absolute;
  top: 1px;
  width: 16px;
}
.device .form [type=checkbox] ~ label {
  position: relative;
  z-index: 0;
  padding-left: 25px;
}
.device .form [type=checkbox] ~ label:before {
  content: "";
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #00bbb9;
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 18px;
  outline: 0 !important;
  margin-top: 2px;
}
.device .form [type=checkbox][readonly] {
  background-color: #ccc;
  border-color: #ccc;
}
.device .form [type=checkbox][readonly] ~ label {
  color: #ccc;
}
.device .form .btn-group .btn {
  width: 190px;
  color: #FFF;
  background-color: #009492;
}
.device .form .ico-arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/ic_circle_arrow.png");
}

.btn {
  display: inline-block;
  border-radius: 0;
  transition: all 300ms linear;
}
.btn-gray {
  background: #776b66; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9f9094 40%, #776b66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: #776b66;
  color: #FFF;
}
.btn-cyan {
  background: #01bbff;
  background: linear-gradient(to bottom, #2ac6ff 40%, #01bbff 100%);
  color: #FFF;
}
.btn-cyan:active, .btn-cyan:hover {
  background: #01bbff;
}
.btn-green {
  background: #64aba9; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #64aba9 40%, #48918e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-color: rgb(25, 160, 186);
  color: #FFF;
}
.btn-pink {
  background: #ec407a;
  background: linear-gradient(to bottom, #ec407a 40%, #ac306a 100%);
}
.btn-pink:hover, .btn-pink:active {
  background: #ec407a;
}

.location, .total-location {
  position: relative;
  display: inline-block;
  width: 320px;
  margin-left: 2.6%;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 34px;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #545454;
}
.location .ico-arrow, .total-location .ico-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  z-index: 10;
  display: inline-block;
  transform: translateY(-50%) rotate(135deg);
  border-top: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
}
.location__select-box, .total-location__select-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0px;
  padding-left: 12px;
  padding-right: 28px;
  border: none;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none;
  color: #fff;
  background-color: #424242;
  outline: 0;
  cursor: pointer;
}
.location__select-box-total, .total-location__select-box-total {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0;
  padding-left: 12px;
  padding-right: 28px;
  border: none;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.65);
  background-color: whitesmoke;
  outline: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .location, .total-location {
    display: block;
    width: 95%;
    margin-top: 8px;
    margin-left: auto;
    margin-bottom: 8px;
    margin-right: auto;
  }
}

.definition__heading {
  font-size: 18px;
  margin-bottom: 8px;
}
.definition__entry {
  margin: 0;
  font-size: 12px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.definition__entry:after {
  content: "";
  display: block;
  clear: both;
}
.definition__entry dt, .definition__entry dd {
  float: left;
  margin-top: 2px;
  font-size: 15px;
}
.definition__entry dt {
  width: 130px;
  padding-left: 10px;
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  clear: left;
}
.definition__entry dd {
  width: 210px;
  padding-left: 8px;
  margin-left: 0;
}

.usage-definition {
  position: relative;
  white-space: nowrap;
  margin-bottom: 0;
  z-index: 1;
  font-size: 0;
  border-top: 1px solid #303030;
}
.usage-definition:after {
  content: "";
  display: block;
  clear: both;
}
.usage-definition:first-child {
  border-top: none;
}
.usage-definition dt, .usage-definition dd {
  display: inline-block;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  vertical-align: middle;
  line-height: 28px;
}
.usage-definition.is-primary dt, .usage-definition.is-primary dd {
  border-top: 0;
  padding: 0;
  margin-top: 0;
}
.usage-definition.is-primary dt {
  width: 30%;
}
.usage-definition.is-primary dd {
  width: 70%;
  text-align: right;
  font-weight: normal;
}
.usage-definition.is-primary dd:only-child {
  width: 100%;
}
.usage-definition__title {
  width: 35%;
  color: #c6c6c6;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.usage-definition__data {
  width: 65%;
  color: #eeeeee;
  font-style: normal;
  text-align: right;
  font-size: 0;
}
.usage-definition__data span:not(.label-number__decimal) {
  font-size: 22px;
  letter-spacing: -0.1em;
  vertical-align: middle;
  font-weight: bold;
}
.usage-definition__data span.info {
  font-size: 14px;
  color: #eeeeee;
  letter-spacing: -0.1em;
  vertical-align: middle;
  font-weight: normal;
  word-break: break-all;
  white-space: normal;
}
.usage-definition__data:only-child {
  width: 100%;
}
.usage-definition__data .big-text {
  font-size: 32px !important;
}

.usage-unit {
  display: inline-block;
  width: 32px;
  margin-left: 7px;
  color: #aaaaaa;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 24px;
  vertical-align: bottom;
}

.label-number__decimal {
  font-weight: bold !important;
  display: inline-block;
  color: #eeeeee;
  font-size: 32px;
  letter-spacing: -3px;
  line-height: 39px;
  vertical-align: middle;
  text-align: right;
}
.label-number__decimal--zero {
  color: #5bc3af;
  opacity: 0.2;
  font-style: normal;
}
.label-number__decimal--floating {
  margin-left: 3px;
  letter-spacing: 1px;
  font-size: 24px;
  /*line-height: 38px;*/
  vertical-align: bottom;
  font-weight: bold;
}

.rounded-gage {
  display: block;
  position: relative;
  height: 17px;
  background-color: #e6e7e7;
}
.rounded-gage__frame {
  position: relative;
  z-index: 2;
  height: 100%;
  background-image: url("../images/bg-rounded-gage.png");
  background-repeat: repeat-x;
  background-size: auto 17px;
}
.rounded-gage__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: 1;
}

.highcharts-container {
  margin-right: auto;
  margin-left: auto;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget__contents, .widget__header {
  padding-right: 16px;
  padding-left: 16px;
}

.widget {
  width: 329px;
  height: 417px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: top;
  font-size: 14px;
  background-color: #29292B;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.widget .btn-setting-group {
  position: absolute;
  right: 15px;
  transform: translateY(-90%);
  display: none;
}
@media (max-width: 1024px) {
  .widget {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .widget {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.widget__header {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfeff3+0,ffffff+50,dfeff3+100 */
  background: linear-gradient(to bottom right, #454545, #29292B);
  /*background-repeat:repeat-x;
  background-size:auto 100%;*/
}
.widget__heading {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  font-weight: 800;
  line-height: 27px;
  text-shadow: 2px 2px 2px #29282A;
}
.widget__sub-heading {
  font-size: 17px;
  font-weight: bold;
  color: #9e9f9f;
}
.widget__btn-more {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 8px;
  font-size: 13px;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 14px;
  transform: translateY(-50%);
  cursor: pointer;
}
.widget__btn-more:hover {
  text-decoration: none;
  transition: all 300ms linear;
}
@media (max-width: 767px) {
  .widget__btn-more {
    width: 80px;
  }
}
.widget__total-btn-more {
  display: block;
  position: relative;
  float: right;
  padding: 3px 8px;
  font-size: 13px;
  color: #888888;
  border: 1px solid #888888;
  border-radius: 14px;
  margin-top: 5px;
}
.widget__total-btn-more:hover {
  text-decoration: none;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
@media (max-width: 767px) {
  .widget__total-btn-more {
    width: 80px;
  }
}
.widget__btn-more {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 3px 8px;
  font-size: 13px;
  color: #888888;
  border: 1px solid #888888;
  border-radius: 14px;
  transform: translateY(-50%);
}
.widget__btn-more:hover {
  text-decoration: none;
  color: #f8f8f8;
  border-color: #f8f8f8;
}
.widget__btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}
.widget__btn-close:hover {
  border-radius: 50%;
  background-color: rgba(148, 162, 176, 0.1);
}
.widget__btn-up {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 36px;
  height: 36px;
  font-size: 30px;
  color: #b6bbc1;
  transform: translateY(-90%);
}
.widget__btn-up:hover {
  border-radius: 50%;
  background-color: rgba(148, 162, 176, 0.1);
}
.widget__btn-down {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 36px;
  height: 36px;
  font-size: 30px;
  color: #b6bbc1;
  transform: translateY(-90%);
}
.widget__btn-down:hover {
  border-radius: 50%;
  background-color: rgba(148, 162, 176, 0.1);
}
.widget__contents {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.widget__contents.full-width {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.widget__contents--align-right {
  text-align: right;
}
.widget__contents .list-wrapper {
  position: relative;
  height: 377px;
}
.widget__contents .chart-wrapper {
  height: 377px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  overflow-y: auto;
  padding-bottom: 10px;
}
.widget__contents .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29282A;
  text-align: center;
  z-index: 2;
}
.widget__contents .loading img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.widget__contents .empty {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29292B;
  color: #777777;
  text-align: center;
  z-index: 2;
}
.widget__contents .empty p {
  font-weight: normal;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #777777 !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_active {
  color: #ffffff !important;
}

.text_right {
  text-align: right !important;
}

.color_wh {
  color: #ffffff !important;
}

.form-control.bordered {
  border-bottom: none;
  border: 1px solid #545454;
}

.status {
  color: #aaaaaa;
  margin: 0;
  padding: 9px 15px;
  font-size: 0;
}
.status em {
  font-style: normal;
}
.status dl {
  white-space: nowrap;
}
.status dt,
.status dd {
  display: inline-block;
  margin: 0;
  font-size: 15px;
  vertical-align: middle;
}
.status dt {
  width: 35%;
  white-space: nowrap;
}
.status dd {
  width: 65%;
  text-align: left;
  white-space: nowrap;
}
.status dd em {
  font-size: 24px;
  color: #ffff32;
}
.weather .status dd {
  width: 93px;
}

.status dt.is-invisibility {
  display: none;
}
.status dt.is-invisibility + dd {
  width: 100%;
}
.status.is-margin {
  padding-top: 0px;
  margin-bottom: 22px;
}
.status.price_header {
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.status.price_header dd, .status.price_header dt {
  font-family: Roboto;
  font-size: 20px;
  font-weight: bold;
}
.weather .status {
  padding: 0;
  padding-right: 20px;
  margin-top: 20px;
}

.status__chart {
  margin-top: 13px;
  height: 168px;
  margin-bottom: 18px;
}
.status__label-unit {
  display: inline-block;
  white-space: nowrap;
  width: 30px;
  text-align: left;
}
.list .status__label--red {
  color: #d5001d;
}
.list .status__label--blue {
  color: #7cc8e2;
}
.status__label--stop {
  color: #cef0ff;
}
.status__label--stop:before {
  background-color: #008cd5;
}
.status__label--stop:after {
  background-color: #0076b2;
}
.status__label--over {
  color: #cef0ff;
}
.status__label--over:before {
  background-color: #d57400;
}
.status__label--over:after {
  background-color: #b26100;
}
.status__label--warning {
  color: #cef0ff;
}
.status__label--warning:before {
  background-color: #d5001d;
}
.status__label--warning:after {
  background-color: #b20019;
}
.status__gage {
  position: relative;
  height: 14px;
  margin-top: 2px;
  background-color: #434343;
}
.status__gage:first-child {
  margin-top: 0;
}
.status__gage-mask {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-image: url("../images/ptn-status.png");
}
.status__gage-fill {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.status__gage-fill--blue {
  background-color: #7cc8e2;
}
.status__gage-fill--yellow {
  background-color: #f1e919;
}
.status__gage-fill--red {
  background-color: #d5001d;
}
.status--primary dd em {
  color: #b0f220;
  font-size: 37px;
  font-weight: bold;
}
.status--primary dd small {
  font-size: 60%;
}
.status--chart dt, .status--chart dd {
  float: none;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.status--chart dt.price_header, .status--chart dd.price_header {
  margin-top: 0px;
  font-weight: bold;
  font-size: 18px;
}
.status--chart .status__chart {
  height: 124px;
  margin-bottom: 0;
}
.status--gage dt {
  width: 25%;
  padding-right: 10px;
  text-align: center;
  white-space: normal;
  color: #cdcdcd;
}
.status--gage dd {
  width: 75%;
}
.status--errors [class^=status__label--] {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 83px;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
}
.status--errors [class^=status__label--]:before, .status--errors [class^=status__label--]:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
}
.status--errors [class^=status__label--]:before {
  top: 0;
  bottom: 50%;
}
.status--errors [class^=status__label--]:after {
  top: 50%;
  bottom: 0;
}
.status--errors dt,
.status--errors dd {
  width: 100%;
  text-align: left;
}
.status--errors dt {
  color: #ccc;
}
.status--errors dd {
  margin-top: 4px;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_scrollTools {
  width: 8px;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  border-radius: 0;
  background-color: #e6e6e6;
}
.mCSB_scrollTools_onDrag {
  background-color: #000;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  border-radius: 0;
  background-color: rgba(107, 107, 107, 0.3);
  background-image: url("../images/bg-scrollbar.png");
  background-repeat: no-repeat;
  background-position: center;
}
.mCSB_scrollTools .mCSB_dragger_onDrag {
  background-color: rgba(107, 107, 107, 0.3) !important;
}
.mCSB_scrollTools .mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(107, 107, 107, 0.3) !important;
}

table.dataTable thead td,
table.dataTable tfoot td,
table.dataTable.no-footer {
  border-bottom: none;
}

table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 1px solid #00bbb9;
}

div.dataTables_processing {
  z-index: 1;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(odd) {
  background-color: #efefef;
}

table.dataTable.table-striped.DTFC_Cloned tbody tr:nth-of-type(even) {
  background-color: #efefef;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  /*border-bottom: 1px solid #dddddd !important;*/
}

.highcharts-grid path, .highcharts-xaxis path {
  stroke: rgba(255, 255, 255, 0.1);
}

.highcharts-axis-labels text {
  fill: rgba(255, 255, 255, 0.5) !important;
}

dd, dt {
  line-height: 1.15;
}

.card-box {
  margin-bottom: 0;
  padding: 20px 10px;
}

.widget-bg-color-icon .bg-icon {
  width: 50px;
  height: 50px;
  margin-right: 6px;
}
.widget-bg-color-icon .bg-icon i {
  font-size: 20px;
  line-height: 38px;
}

.btn {
  padding: 6px 12px;
  height: 36px;
}

.btn-thin {
  padding: 2px 6px;
}

.tbody {
  color: inherit;
}

.datepicker > div {
  display: inline-block;
}