﻿/* override */
.bandwith-period-toggle, .toggle-drive-system {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 190px;
  align-self: center;
  margin-right: 20px; }
  .bandwith-period-toggle .active-stage, .toggle-drive-system .active-stage {
    color: #fff;
    /*margin-left: 15px;*/
    font-weight: bolder;
    font-size: 14px;
    cursor: pointer; }
  .bandwith-period-toggle .normal-stage, .toggle-drive-system .normal-stage {
    color: #adb7bf;
    /*margin-left: 15px;*/
    cursor: pointer;
    font-size: 14px; }

.filter {
  height: 25px;
  position: relative;
  right: 4.3%;
  margin-bottom: 10px; }
  .filter .btn-vms {
    background-color: #292D35;
    outline: none; }

.refresh {
  position: absolute;
  right: 19px;
  top: 1px;
  z-index: 10; }
  .refresh .resource-refresh-btn {
    height: 34px;
    padding: 0px 30px 0px 20px; }
    .refresh .resource-refresh-btn span.refresh_btn_img {
      background-image: url("/app/images/icons/buttons/refresh16x16.png");
      background-repeat: no-repeat;
      background-position: top left;
      height: 16px;
      width: 16px;
      float: left;
      display: inline-block;
      margin: 5px 8px 0px 0px; }
    .refresh .resource-refresh-btn span.refresh_btn_title {
      display: inline-block; }
    .refresh .resource-refresh-btn span:hover span.refresh_btn_img {
      background-position: top right; }

.globNvrMessage {
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 45%;
  top: 45%; }

.chartErrorMessage {
  font-size: 20px;
  font-weight: bold;
  color: white;
  align-self: center;
  width: 100%;
  text-align: center; }

.full-size {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important; }
  .full-size span {
    color: white; }

.full-size .container {
  height: 70%;
  align-self: baseline; }

.full-size .container .legend {
  height: 350px;
  align-self: baseline;
  position: relative;
  z-index: 999;
  margin-top: 3%; }

#toggle-full-size span {
  color: white; }

.c3-axis-y text, .c3-axis-x text {
  fill: white;
  font-size: 12px; }

.c3 .c3-axis-x path, .c3 .c3-axis-x line,
.c3 .c3-axis-y path, .c3 .c3-axis-y line {
  stroke: #ABB2B9; }

.c3-legend-item text {
  fill: white; }

.c3-chart-text.c3-target.c3-target-Current-Value {
  font-size: 16px; }
  .c3-chart-text.c3-target.c3-target-Current-Value text {
    /*-ms-transform: translate(105px, 2px);
    transform: translate(105px, 2px);*/
  }
.c3-chart-text.c3-target.c3-target-Over-Value {
    font-size: 10px;
}

    .c3-chart-text.c3-target.c3-target-Over-Value text {
        -ms-transform: translate(105px, 2px);
        transform: translate(105px, 2px);
    }


.c3-chart-text.c3-target.c3-target-Max-Value {
  font-size: 16px;
  fill-opacity: 0.5;
  stroke: #878d96 !important;
  fill: #878d96 !important; }

.c3-shapes.c3-shapes-Max-Value.c3-bars.c3-bars-Max-Value {
  fill-opacity: 0.5; }
  .c3-shapes.c3-shapes-Max-Value.c3-bars.c3-bars-Max-Value .c3-shape.c3-shape-0.c3-bar.c3-bar-0, .c3-shapes.c3-shapes-Max-Value.c3-bars.c3-bars-Max-Value .c3-shape.c3-shape-1.c3-bar.c3-bar-1 {
    stroke: #273C4F !important;
    /*fill: rgba(135, 141, 150, 0);*/
    opacity: 0;
    stroke-width: 2; }

.c3-texts.c3-texts-Max-Value .c3-text.c3-text-0, .c3-texts.c3-texts-Max-Value .c3-text.c3-text-1 {
  stroke: none;
  fill: #1F77B4 !important;
  fill-opacity: 1; }

.c3-ygrid-line text {
  -ms-transform: translate(105px, 2px);
  transform: translate(0, 20px); }

.c3-grid text {
  fill: whitesmoke;
  font-size: 14px; }

.c3-chart-arc path {
  stroke-width: 1;
  stroke: #292D36; }

.dashboard-wrapper .ui-grid-header-canvas {
  background-color: #292D35 !important; }

.container {
  width: 50%;
  height: 80%;
  display: flex;
  justify-content: flex-start;
  align-self: baseline; }

.legend span {
  display: inline-block;
  margin-top: 5px;
  margin-left: 7px;
  margin-right: 7px;
  padding: 5px;
  width: 5px;
  height: 5px;
  align-self: center; }

.container .legend {
  color: white;
  min-width: 200px;
  height: 100%;
  overflow: auto;
  padding: 5px;
  flex-direction: column;
  justify-content: flex-start; }

#resource_grid .ui-grid-header-cell .ui-grid-cell-contents {
  text-align: center; }

#resource_grid {
  text-align: center; }

.rHealthStatus div {
  margin-top: 5px; }

#nvr-main-container {
  height: 100%; }

#resource-container {
  height: 100%; }

#appserver-container {
  height: 100%; }

.curr-device-header {
  width: 100%;
  height: 15%;
  /*border: 1px solid green;*/
  display: flex;
  flex-direction: column; }
  .curr-device-header .curr-device-main-info {
    width: 100%;
    height: 50%;
    display: flex; }
    .curr-device-header .curr-device-main-info .curr-device-back-btn {
      display: block;
      margin: auto;
      width: 1%;
      font-size: 24px;
      color: #CFD4D8;
      align-self: center; }
    .curr-device-header .curr-device-main-info .header-title-box {
      color: #CFD4D8;
      width: 95%;
      font-size: 24px;
      font-weight: bold;
      margin: auto;
      align-self: center; }
  .curr-device-header .curr-device-additional-info {
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    color: #CFD4D8;
    margin-left: 4%;
    font-weight: bold; }

.curr-device-boby-container {
  width: 100%;
  height: 85%;
  /*border: 1px solid white;*/
  display: flex;
  flex-direction: column; }
  .curr-device-boby-container .chart-raw-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-grow: 1; }
    .curr-device-boby-container .chart-raw-container .chart-box {
      border: 1px solid #545556;
      margin: 3px;
      width: 50%;
      background: #292D36; }
      .curr-device-boby-container .chart-raw-container .chart-box .chart-header {
        width: 100%;
        height: 10%;
        background: #295286;
        display: flex; }
        .curr-device-boby-container .chart-raw-container .chart-box .chart-header .chart-resize {
          width: 160px;
          color: #CFD4D8;
          align-self: center;
          text-align: left; }
          .curr-device-boby-container .chart-raw-container .chart-box .chart-header .chart-resize span {
            padding-left: 15px; }
        .curr-device-boby-container .chart-raw-container .chart-box .chart-header .chart-title {
          color: #CFD4D8;
          font-weight: bold;
          width: calc(100% - 320px);
          align-self: center;
          text-align: center; }
      .curr-device-boby-container .chart-raw-container .chart-box .chart-body {
        height: 90%;
        display: flex;
        /*overflow: auto;*/ }

.chart-align-self {
  align-self: center; }

.sourse-body-container .filter-box-sites {
  display: block;
  left: 0px !important;
  top: -4px !important;
  height: 39px;
  width: 310px;
  border: 1px solid #1a2028;
  border-bottom: 0px; }

.sourse-body-container .filter-box-sites .alighn-left {
  display: block;
  float: none !important;
  border: 1px solid #383d43;
  margin-left: 0px !important; }

.sourse-body-container .vms-search-with-btn {
  border-bottom: 1px solid #1a2028; }

.sourse-body-container .vms-search-with-btn form {
  margin: 0px 0px 0px 1%;
  width: 98%;
  border: 1px solid #383d43; }
  .sourse-body-container .vms-search-with-btn form input {
    height: 30px; }

