div.dashboard-box {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
}

div#flotTooltip {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 10000;
}

div#flotTooltip .tooltipRow {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

div#flotTooltip .labelXText {
  display: block;
  padding: 0px 4px;
  font-weight: bold;
}

div#flotTooltip .labelMText {
  width: 100px;
  display: inline-block;
  text-align: left;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 3px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: normal;
}

div#flotTooltip .labelSNum {
  width: 60px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
  font-weight: normal;
}

div#flotTooltip .labelMNum {
  width: 100px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
  font-weight: normal;
}

div.chart {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#295593+1,6781bf+34,194387+100 */
  background: rgb(41, 85, 147);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#295593', endColorstr='#194387', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  /*
  width: 100%;
  max-width: 900px;
  min-width: 500px;
  */
  padding: 0px;
  border: 3px solid rgba(255, 255, 255, 1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0px 20px 20px 0px;
}

div.chart.chartDonut .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.chart.chartDonut .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}

div.chart.chartDonut .chart-body .flot-chart {
  display: inline-block;
  width: 450px;
  margin-bottom: 10px;
}

div.chart.chartDonut .chart-body .flot-chart-legends {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px 10px 10px 10px;
}

div.chart.chartDonut .chart-body .flot-chart-legends table {
  display: block;
}

div.chart.chartDonut .chart-body .flot-chart-legends table tbody {
  display: block;
}

div.chart.chartDonut .chart-body .flot-chart-legends table tr {
  display: block;
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendColorBox {
  display: inline-block;
  width: 20px;
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendLabel {
  display: inline-block;
  width: calc(100% - 20px - 10px);
  color: #fff;
  font-size: 13px;
  margin: 0px 5px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelXText {
  display: block;
  padding: 0px 4px;
  font-weight: bold;
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelMText {
  width: 100px;
  display: inline-block;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: bold;
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelSNum {
  width: 60px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: bold;
}

div.chart.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelMNum {
  width: 100px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: bold;
}

div.chart.chartDonut .chart-body .flot-chart-legends table .legendColorBox>div {
  border: none !important;
}

div.chart.chartDonut .chart-body .flot-chart-legends table .legendColorBox>div>div {
  border-width: 10px !important;
  border-radius: 3px;
}

div.chart.chartDonut .chart-body .pieLabel {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  font-size: 10px;
}

div.chart.chartBar .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.chart.chartBar .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}

div.chart.chartBar .chart-body .flot-chart {
  display: inline-block;
  width: 450px;
  margin-bottom: 10px;
}

div.chart.chart-bar-group .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.chart.chart-bar-group .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}

div.chart.chart-bar-group .chart-body .dan-chart {
  margin: 0px;
  padding: 0px 10px;
  color: #fff;
}

div.chart.chart-bar-group .chart-body .dan-chart .table {
  display: block;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr {
  display: block;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .th.empty {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname .labelXText {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname .labelXDesc {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px 0px 8px 0px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox {
  height: 42px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsboxheader {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px 0px 8px 0px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsboxheader .th.groupname {
  margin-left: 8px;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart {
  vertical-align: top;
  height: 100%;
  margin-left: 8px;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0px;
  text-align: left;
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope {
  vertical-align: bottom;
  position: relative;
  margin: 0px 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

div.chart.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope .minibar-value {
  position: absolute;
  bottom: 1px;
}

.flot-chart {
  height: 400px;
  display: block;
}

.flot-chart--sm {
  height: 100px;
}

.flot-chart-legends {
  text-align: center;
  margin: 20px 0 -10px;
}

.flot-chart-legends table {
  display: inline-block;
}

.flot-chart-legends .legendColorBox>div>div {
  border-radius: 50%;
}

.flot-chart-legends .legendLabel {
  padding: 0 8px 0 3px;
  color: rgba(0, 0, 0, 0.7);
}

.flot-tooltip {
  position: absolute;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.85);
  display: none;
  font-size: 0.95rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.flot-pie {
  cursor: pointer;
}

/* PETR CHARTS */

.dashboard-container {
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

div.dashboard-boxPetr {
  float: left;
  margin-bottom: 20px;
  padding: 0px 20px;
}

div#flotTooltip {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

div#flotTooltipPetr {
  min-width: 150px;
  max-width: 900px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  padding: 5px;
  border-radius: 3px;
  border: 1px solid rgb(73, 73, 73);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 10000;
}

div#flotTooltip .tooltipRow {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

div#flotTooltipPetr .PetrTooltip {
  color: #000;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

div#flotTooltip .labelXText {
  display: block;
  padding: 0px 4px;
  font-weight: bold;
}

div#flotTooltipPetr .PetrTooltip .team {
  width: 140px;
  padding: 0px 0px;
  margin: 0px 1px;
  font-weight: normal;
  float: left;
}

div#flotTooltip .labelMText {
  width: 100px;
  display: inline-block;
  text-align: left;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 3px;
  margin: 0px 3px;
  font-size: 11px;
  font-weight: normal;
}

div#flotTooltipPetr .PetrTooltip .team .th {
  font-size: 85%;
  font-weight: bold;
  border-bottom: 1px solid rgb(117, 117, 117);
  padding: 0px 1px 0px 0px;
  margin: 0px 3px;
  text-align: center;
}

div#flotTooltipPetr .PetrTooltip .team .tr {
  position: relative;
  padding: 0px 1px 0px 0px;
  margin: 0px 3px;
}

div#flotTooltipPetr .PetrTooltip .team .td-left {
  width: 80%;
  display: inline-block;
  font-size: 75%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}

div#flotTooltipPetr .PetrTooltip .team .td-right {
  width: 20%;
  display: inline-block;
  font-size: 75%;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  text-align: right;
}

div#flotTooltipPetr .PetrTooltip .team .tr-chart {
  height: 3px;
  border-bottom: none;
  padding: 0px 1px 0px 0px;
  margin: 0px 3px;
}

div#flotTooltip .labelSNum {
  width: 60px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
  font-weight: normal;
}

div#flotTooltip .labelMNum {
  width: 100px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
  font-weight: normal;
}

.chartPetr-black {
  color: #000;
}

div.petr-chart-table {
  font-size: 12px;
  color: #000;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

div.petr-chart-table .chart-info {
  font-size: 14px;
  width: 200px;
  height: 40px;
  margin: 10px auto;
  text-align: center;
  padding: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 40px;
  z-index: 1000;
}

div.petr-chart-table .chart-table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start;
  margin: 3px;
}

div.petr-chart-table .chart-table-row .chart-table-entity {
  flex-grow: 1;
  position: relative;
  width: 140px;
  min-height: 100px;
  display: inline-block;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0px 2px;
  padding: 2px 5px;
  border: 1px solid rgba(231, 231, 231, 0.301);
  border-radius: 3px;
  color: #fff;
}

div.petr-chart-table .chart-table-row .chart-table-entity-white {
  background-color: #EEEEEE;
  /* color: rgb(0, 0, 0); */
  color: #337ab7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.petr-chart-table .chart-table-row .chart-table-entity .e-code {
  margin: 10px auto;
  font-size: 220%;
  font-weight: bold;
  white-space: nowrap;
}

div.petr-chart-table .chart-table-row .chart-table-entity .e-rec {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
  font-size: 90%;
}

div.petr-chart-table .chart-table-row .chart-table-entity .e-name {
  font-size: 120%;
}

div.petr-chart-table .chart-table-row .chart-table-team-container {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0px 2px;
  padding: 2px 5px;
  border: 1px solid rgba(231, 231, 231, 0.301);
  border-radius: 3px;
}

div.petr-chart-table .chart-table-row .chart-table-team-container-white {
  background-color: rgb(255, 255, 255);
  /* color: rgb(0, 0, 0); */
  color: #337ab7;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

div.petr-chart-table .chart-table-row .chart-table-team {
  width: 140px;
  margin: 0px 3px;
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-th {
  border-radius: 3px;
  font-size: 110%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-th-white {
  background-color: #EEEEEE;
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-tr {
  width: 100%;
  font-size: 85%;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-tr .td-left {
  width: 80%;
  display: inline-block;
  text-align: left;
  padding: 1px 1px 1px 3px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.301);
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-tr .td-right {
  width: 20%;
  display: inline-block;
  text-align: right;
  padding: 1px 3px 1px 1px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.301);
}

div.petr-chart-table .chart-table-row .chart-table-team .chart-table-tr-chart {
  height: 3px;
  margin: 0px;
  padding: 0px;
}

div.chartPetr {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#295593+1,6781bf+34,194387+100 */
  background: rgb(41, 85, 147);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#295593', endColorstr='#194387', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

  /* width: 100%;
  max-width: 360px;
  min-width: 340px; */

  padding: 0px;
  border: 3px solid rgba(255, 255, 255, 1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0px 10px 20px 0px;
}

div.chartPetr-white {
  background-color: rgb(255, 255, 255);
  /* color: rgb(0, 0, 0); */
  color: #337ab7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: none;
}

div.chartPetr.chartDonut .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
  position: relative;
}

div.chartPetr.chartDonut .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}

div.chartPetr.chartDonut .chart-body .chart-info {
  position: absolute;
  width: 200px;
  height: 40px;
  top: 77px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 40px;
  z-index: 1000;
  display: none;
}

div.chartPetr.chartDonut .chart-body .chart-hole {
  position: absolute;
  width: 182px;
  height: 182px;
  left: 79px;
  top: 134px;
  border-radius: 50%;
  background-color: #4a6193;
  color: #fff;
  text-align: center;
  font-weight: normal;
  border: 4px solid #fff;
  z-index: 900;
  display: none;
}

div.chartPetr.chartDonut .chart-body .hole-hover:hover {
  background-color: #5976b5;
  cursor: pointer;
}

div.chartPetr.chartDonut .chart-body .chart-hole .hole-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.chartPetr.chartDonut .chart-body .chart-hole .hole-text div {
  margin: 10px auto;
  font-size: 220%;
  white-space: nowrap;
}

div.chartPetr.chartDonut .chart-body .hole-text .hole-icon i {
  font-size: 22px;
  font-weight: normal;
}


div.chartPetr.chartDonut .chart-body .chart-link {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 17px;
  top: 77px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: none;
}

div.chartPetr.chartDonut .chart-body .chart-link:hover {
  background-color: #fff;
}

div.chartPetr.chartDonut .chart-body .chart-link i {
  font-size: 22px;
  margin: 10px 0px 0px 2px;
  color: #fff;
}

div.chartPetr.chartDonut .chart-body .chart-link:hover i {
  color: #506faf;
}


div.chartPetr.chartDonut .chart-body .flot-chart {
  display: inline-block;
  width: 360px;
  margin-bottom: 10px 0px 10px 0px;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends {
  display: inline-block;
  width: 320px;
  vertical-align: top;
  margin: 0px 10px 10px 10px;
  padding-left: 5px;

}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table {
  display: block;
  margin-top: 10px;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table tbody {
  display: block;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table tr {
  display: block;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendColorBox {
  display: inline-block;
  width: 20px;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendLabel {
  display: inline-block;
  width: calc(100% - 20px - 10px);
  color: #fff;
  font-size: 11px;
  margin: 3px 5px;
  padding: 3px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelXText {
  display: block;
  padding: 0px 0px 0px 9px;
  font-weight: normal;
  text-align: left;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelMText {
  width: 140px;
  display: inline-block;
  text-align: left;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  font-size: 12px;
  font-weight: bold;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelSNum {
  width: 60px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table td.legendLabel .labelMNum {
  width: 60px;
  display: inline-block;
  text-align: right;
  /*background-color: rgba(0, 0, 0, 0.2);*/
  padding: 0px 5px;
  margin: 0px 3px;
  font-size: 12px;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table .legendColorBox>div {
  border: none !important;
}

div.chartPetr.chartDonut .chart-body .flot-chart-legends table .legendColorBox>div>div {
  border-width: 10px !important;
  border-radius: 3px;
}

div.chartPetr.chartDonut .chart-body .pieLabel {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 16px;
  font-size: 9px;
}

div.chartPetr.chartBar .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.chartPetr.chartBar .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
}

div.chartPetr.chartBar .chart-body .flot-chart {
  display: inline-block;
  width: 450px;
  margin-bottom: 10px;
}

div.chartPetr.chart-bar-group .chart-body {
  display: block;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

div.chartPetr.chart-bar-group .chart-body .chart-title {
  color: #fff;
  padding: 10px 20px;
  margin: 0px 0px 10px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 120%;
}

div.chartPetr.chart-bar-group .chart-body .chart-title .chart-table-css {
  float: right;
  cursor: pointer;
  margin-left: 15px;
}

div.chartPetr.chart-bar-group .chart-body .chart-title .chart-table-css-black {
  float: right;
  cursor: pointer;
  display: none;
}

div.chartPetr.chart-bar-group .chart-body .chart-title-white {
  background-color: #EEEEEE;
  /* color: rgb(0, 0, 0); */
  color: #337ab7;
  border: 1px solid rgba(231, 231, 231, 0.301);
  border-radius: 3px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart {
  margin: 0px;
  padding: 0px 10px;
  color: #fff;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table {
  display: block;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr {
  display: block;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .th.empty {
  display: inline-block;
  width: 150px;
  vertical-align: top;
  margin: 0px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname {
  display: inline-block;
  width: 150px;
  margin: 0px 0px 8px 0px;
  height: 42px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.15);
  text-align: left;
  padding: 0px 5px 0px 5px;
  border: none;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname .labelXText {
  width: 50%;
  line-height: 20px;
  float: left;
  font-size: 100%;
  font-weight: bold;
  border: none;
  margin: 0px 0px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname .labelXTextRight {
  width: 50%;
  line-height: 20px;
  float: left;
  font-size: 80%;
  font-weight: normal;
  text-align: right;
  border: none;
  margin: 0px 0px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .th.entityname .labelXDesc {
  width: 100%;
  font-size: 90%;
  line-height: 20px;
  font-weight: normal;
  border: none;
  margin: 0px 0px;
  clear: both;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px 0px 8px 0px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox {
  height: 42px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsboxheader {
  display: inline-block;
  width: 450px;
  vertical-align: top;
  margin: 0px 0px 8px 0px;
  font-size: 110%;
  line-height: normal;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsboxheader .chart-info {
  font-size: 14px;
  width: 200px;
  height: 40px;
  margin: auto auto;
  text-align: center;
  padding-top: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 40px;
  z-index: 1000;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsboxheader .th.groupname {
  margin-left: 8px;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart {
  vertical-align: top;
  height: 100%;
  margin-left: 8px;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope {
  height: 100%;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0px;
  text-align: left;
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope {
  vertical-align: bottom;
  position: relative;
  margin: 0px 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

div.chartPetr.chart-bar-group .chart-body .dan-chart .table .tr .chartsbox .td.minichart .minichart-envelope .minibar-envelope .minibar-value {
  position: absolute;
  bottom: 1px;
}

.flot-chartPetr {
  height: 300px;
  display: block;
}

.flot-chart--sm {
  height: 100px;
}

.flot-chart-legends {
  text-align: center;
  margin: 20px 0 -10px;
}

.flot-chart-legends table {
  display: inline-block;
}

.flot-chart-legends .legendColorBox>div>div {
  border-radius: 50%;
}

.flot-chart-legends .legendLabel {
  padding: 0 8px 0 3px;
  color: rgba(0, 0, 0, 0.7);
}

.flot-tooltip {
  position: absolute;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.85);
  display: none;
  font-size: 0.95rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0.7rem 1rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.flot-pie {
  cursor: pointer;
}



/* wChart */


/* wChart */


div.wChartWindow {
  position: absolute;
  background-image: linear-gradient(135deg,
      rgba(41, 85, 147, 1) 1%,
      rgba(103, 129, 191, 1) 34%,
      rgba(25, 67, 135, 1) 100%);
  color: rgb(255, 255, 255);
  padding: 5px;
  border: 3px solid rgba(255, 255, 255, 1);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 13px;
  z-index: 10000;
}

div.wChartWindow .wRow {
  position: relative;
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div.wChartWindow .wRow .wLabel {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

div.wChartWindow .wRow .wLabel .chart-switch {
  padding-right: 15px;
  cursor: pointer;
  opacity: 0.6;
}

div.wChartWindow .wRow .wLabel .chart-switch:hover {
  opacity: 1;
}

div.wChartWindow .wRow .wClose {
  position: relative;
  width: 60px;
  height: 20px;
  right: 0px;
  text-align: center;
}

div.wChartWindow .wRow .wClose span:hover {
  color: red;
  cursor: pointer;
}

div.wChartWindow .wRow .wClose span {
  padding-right: 5px;
}

div.wChartWindow .wRow .wClose .wMinMaxHidden {
  display: none;
}

div.chartGroup {
  background: transparent;
  margin: 5px auto;
  min-width: 560px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}

div.chartGroup .tabs-info {
  display: none;
}

div.chartGroup .tabsContainer {
  width: 120px;
  height: 200px;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
}

div.chartGroup .tabsContainer::-webkit-scrollbar {
  width: 5px;
}

div.chartGroup .tabsContainer::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}

div.chartGroup .tabsContainer::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  border: none;
}

div.chartGroup ul.tabs {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
}

div.chartGroup ul.tabs li {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
  border-radius: 3px 0px 0px 3px;
  display: block;
  padding: 10px 10px 10px 0px;
  margin-bottom: 3px;
  cursor: pointer;
  white-space: normal;
  text-align: right;
  font-size: 90%;
}

div.chartGroup ul.tabs li.onclick {
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0.6) 50%, rgba(255, 0, 0, 0.2) 100%);
}

div.chartGroup ul.tabs li:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}

div.chartGroup ul.tabs li.current {
  /* color: rgb(0, 0, 0); */
  background-color: rgba(255, 255, 255, 0.4);

}

div.chartGroup .tab-content {
  display: none;
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 0px 3px 3px 0px;
  padding: 10px;
}

div.chartGroup .tab-content.current {
  display: inherit;
}

div.wChart {
  min-width: 450px;
  max-width: 90vw;
  margin: 0px auto;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
}

div.wChart2 {
  min-width: 450px;
  max-width: 90vw;
  margin: 0px auto;
  /* max-height: 50vh; */
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
}

div.chartGroup .wChart::-webkit-scrollbar,
div.wChart2::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

div.chartGroup .wChart::-webkit-scrollbar-track,
div.wChart2::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
}

div.chartGroup .wChart::-webkit-scrollbar-thumb,
div.wChart2::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  border: none;
}

div.w-chart-row {
  width: 450px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding: 1px 0px;
}




div.w-chart-row2 {
  min-width: 400px;
  max-width: 90vw;
  display: flex;
  justify-content: flex-start;
  /* align-items: flex-start; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.4); */
  padding: 10px 0px;
  color: #ffffff;
  line-height: 20px;
}

div.w-chart-row3 {
  min-width: 400px;
  max-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /* border-top: 1px solid rgba(0, 0, 0, 0.4); */
  margin: 0px auto;
  color: #ffffff;
  line-height: 20px;
}

div.w-chart-row2 .w-chart-label-group,
div.w-chart-row3 .w-chart-label-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

div.w-chart-row2 .w-chart-label-text,
div.w-chart-row3 .w-chart-label-text {
  color: white;
  font-size: 90%;
}

div.w-chart-row2 .w-chart-label-color,
div.w-chart-row3 .w-chart-label-color {
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  margin-right: 3px;
  margin-left: 10px;
}

div.w-chart-row-item {
  margin-right: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}

div.w-chart-row-item2 {
  margin-right: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div.w-chart-row-item3 {
  margin-right: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div.w-chart-row-item4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

div.w-chart-row2 .w-chart-item-group1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

div.w-chart-row2 .w-chart-item-group2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

div.w-chart-row2 .w-chart-item-group3 {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  margin-right: 15px;
}

div.w-chart-row2 .w-chart-item-group4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid white;
  padding-top: 10px;
  margin-top: 10px;
}

div.w-chart-row2 .w-chart-item-group5 {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

div.w-chart-row2 .w-chart-item-group6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

div.w-chart-row2 .w-chart-item-group7 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

div.w-chart-row2 .w-chart-item-group8 ,
div.w-chart-row3 .w-chart-item-group8 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.w-chart-donut {
  width: 200px;
  height: 200px;
}

svg.shadow {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .7));
}

.w-chart-circle-animation {
  transform: rotate(-90deg);
  transform-origin: center;
}

.svg-circle {
  width: 200px;
  height: 200px;
}

.svg-circle2 {
  width: 100px;
  height: 100px;
}

.svg-rect {
  width: 500px;
  height: 40px;
}

.svg-rect2 {
  width: 300px;
  height: 30px;
  margin-bottom: 5px;
}

.svg-rect3 {
  width: 300px;
  height: 20px;
  margin-bottom: 5px;
}

.svg-rect4 {
  height: 15px;
}

.svg-polyline-point-title:hover {
  cursor: pointer;
  fill: teal;
  stroke-width: 1;

}

div.w-chart-row:first-child {
  border: none;
}

div.w-chart-text {
  padding-right: 3px;
  white-space: normal;
  width: 150px;
  text-align: left;
}

div.w-chart-text2 {
  white-space: nowrap;
  text-align: center;
}

div.w-chart-text3 {
  white-space: nowrap;
  text-align: left;
  padding-left: 15px;
}

div.w-chart-text4 {
  white-space: nowrap;
  text-align: left;
  padding-right: 15px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

div.w-chart-text5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0px 15px;
  margin: 0px 0px 0px 20px;
  width: 350px;
}

div.w-chart-text5 .labelXText {
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);

}

div.w-chart-text5 .labelXDesc {
  font-size: 90%;
}

div.w-chart-text6 {
  font-size: 80%;
  padding-left: 15px;
  width: 80px;
  text-align: left;
}
div.w-chart-text7 {
  font-size: 80%;
  padding-left: 15px;
  width: 140px;
  text-align: left;
}

div.w-chart-item-w,
div.w-chart-item-b {
  position: relative;
  width: 200px;
}

div.w-chart-item-w {
  height: 40px;
}

div.w-chart-item-b {
  height: 18px;
  /* margin-top: 2px; */
  margin-bottom: 2px;
}

div.w-chart-item-w .w-chart-chart,
div.w-chart-item-b .w-chart-chart {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: baseline;
  height: 100%;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  border-radius: 4px;
}

div.w-chart-row .w-chart-val {
  width: 100px;
  text-align: right;
  margin-right: 10px;
  height: 20px;
}


div.w-chart-item-w .w-chart-chart .pointLeft,
div.w-chart-item-w .w-chart-chart .pointRight {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: rgb(245, 239, 239);
  display: none;
  border-radius: 8px;
  border: 2px solid rgb(0, 0, 0);
}

div.w-chart-item-w .w-chart-chart span,
div.w-chart-item-b .w-chart-chart span {
  text-align: center;
  line-height: normal;
  font-size: 9px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}

div.w-chart-item-w .w-chart-chart .w-span-base,
div.w-chart-item-b .w-chart-chart .w-span-base {
  font-size: 110%;
}

div.wchartMinGroup {
  position: absolute;
  min-width: 600px;
  min-height: 46px;
  background-color: rgb(255, 255, 255);
  display: flex;
  /* flex-direction: row-reverse; */
  flex-wrap: wrap-reverse;
  z-index: 11000;
  overflow: hidden;
  border-top: 1px solid rgb(255, 0, 0);
  box-shadow: 0px -1px 10px 0px rgb(255, 0, 0, 0.75);
  /* border-bottom: 5px solid rgb(255, 0, 0); */
  /* box-shadow: 0px -5px 25px 0px rgba(255,0,0,0.6); */
  padding-top: 3px;
}

div.tab-chart-content {
  width: 450px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) rgba(0, 0, 0, 0.15);
  margin: 0px 2px;
  padding: 2px 5px;
  /* border: 1px solid rgba(231, 231, 231, 0.301);
  border-radius: 3px; */
}

div.tab-chart-content::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

div.tab-chart-content::-webkit-scrollbar-thumb {
  background: rgb(255, 255, 255);
}

div.tab-chart-column {
  padding: 5px;
  border: 1px dotted rgba(255, 255, 255, 0.001);
  border-radius: 3px;
  margin: 0px 15px 20px 0px;
  color: rgba(255, 255, 255, 0.5);
}

div.tab-chart-column:hover {
  border: 1px solid rgba(216, 216, 216, 0.301);
  border-radius: 3px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  color: rgb(255, 255, 255);
}

div.tab-chart-column:hover .tab-chart-column-th {
  /* background-color: rgba(255, 255, 255, 0.2); */
  border-radius: 3px;
  color: rgb(255, 255, 255);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

div.tab-chart-column-th {
  text-align: center;
  white-space: nowrap;
  font-size: 130%;
  padding: 5px;
  color: rgba(255, 255, 255, 0.8);
}

div.tab-chart-data-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(216, 216, 216, 0.301);
  border-radius: 3px;
  padding: 5px;
}

div.tab-chart-data-row:hover {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  border-bottom: 1px solid rgb(255, 255, 255);
}

div.tab-chart-data-row:last-child {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.001);
}

div.tab-chart-data-row:last-child:hover {
  border-bottom: 1px solid rgb(255, 255, 255);
}

div.tab-chart-data-row .tab-chart-data-name {
  margin-left: 3px;
  white-space: nowrap;
}

div.tab-chart-data-row .tab-chart-data-value {
  font-size: 80%;
  padding-left: 15px;
  margin-right: 3px;
  white-space: nowrap;
}

div.BiTvaChartTool {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 3px;
}

.clipboard-screenshot.ui-dialog {
  box-shadow: 0px 0px 15px rgb(255, 255, 255);
}

.clipboard-screenshot.ui-dialog,
.clipboard-screenshot.ui-dialog .ui-dialog-titlebar,
.clipboard-screenshot.ui-dialog .ui-dialog-content,
.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane,
.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane button {
  background: none;
  background-image: none;
  background-color: #5798d9;
  border: 1px solid #808080;
  border-radius: 4px;
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.clipboard-screenshot-wait.ui-dialog .ui-dialog-content {
  background-color: #ff482f;
}

.clipboard-screenshot.ui-dialog .ui-dialog-content {
  margin: 5px 0px;
}

.clipboard-screenshot.ui-dialog .ui-dialog-titlebar,
.clipboard-screenshot.ui-dialog .ui-dialog-content,
.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane,
.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane button {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}

.clipboard-screenshot.ui-dialog .ui-dialog-title {
  float: none;
  font-size: 120%;
}

.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane button:hover {
  background-color: #2fff39;
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

.clipboard-screenshot.ui-dialog .ui-dialog-buttonpane button.btn-close:hover {
  background-color: #00b81f;
  box-shadow: 5px 5px 10px rgb(0, 0, 0);
}

.clipboard-screenshot {
  z-index: 200000;
}

div.wChartWindow .wRow .wLabel .chart-switch-disabled {
  cursor: wait;
}

.dashboard-box.colorbkg {
  background: rgb(41, 85, 147);
  background: -moz-linear-gradient(-45deg, rgba(41, 85, 147, 1) 1%, rgba(103, 129, 191, 1) 34%, rgba(25, 67, 135, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(41, 85, 147, 1) 1%, rgba(103, 129, 191, 1) 34%, rgba(25, 67, 135, 1) 100%);
  background: linear-gradient(135deg, rgba(41, 85, 147, 1) 1%, rgba(103, 129, 191, 1) 34%, rgba(25, 67, 135, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#295593', endColorstr='#194387', GradientType=1);
  padding: 20px;
}

.dashboard-box.colorbkg div.chart {
  border: none;
  background: none;
  box-shadow: none;
  width: 100%;
}