.comiseo-daterangepicker {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  font-weight: normal;
}
.ui-widget {
}
.cell-active {
  color: #008000;
}
.cell-inactive {
  color: #8b0000;
}
.b-charts-holder {
  *zoom: 1;
  height: 200px;
}
.b-charts-holder:before,
.b-charts-holder:after {
  content: '';
  display: table;
}
.b-charts-holder:after {
  clear: both;
}
.b-charts-holder__main {
  height: 200px;
  padding-top: 40px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 63.95%;
  margin-left: 0%;
  margin-right: 3%;
}
.b-charts-holder__main:before,
.b-charts-holder__main:after {
  content: '';
  display: table;
}
.b-charts-holder__main:after {
  clear: both;
}
.b-charts-holder__main:last-child {
  margin-right: 0%;
}
.b-charts-holder__sub {
  height: 197px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 33.05%;
  margin-left: 0%;
  margin-right: 3%;
}
.b-charts-holder__sub:before,
.b-charts-holder__sub:after {
  content: '';
  display: table;
}
.b-charts-holder__sub:after {
  clear: both;
}
.b-charts-holder__sub:last-child {
  margin-right: 0%;
}
.b-main-chart {
  height: 100% !important;
  margin-right: 0;
}
.b-sub-chart {
  border: 1px solid #c1c1c1;
  height: 100%;
  overflow-y: hidden;
}
.b-sub-chart_description {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #888 !important;
  padding: 15px 25px;
}
.b-diff-bar {
  height: 33%;
  left: 0;
  position: relative;
  width: 0;
}
.b-diff-bar > div {
  padding: 23px 10px;
}
.b-diff-bar_new {
  background-color: #53cdb5;
}
.b-diff-bar_left {
  background-color: #ed796d;
  height: 34%;
}
.b-diff-bar_returning {
  border-bottom: none;
  background-color: #f5d34b;
}
.dygraph-axis-label-y {
  line-height: 14px !important;
  font-size: 14px !important;
  color: #a4a4a4;
}
.dygraph-axis-label-x {
  line-height: 25px !important;
  font-size: 14px !important;
  font-weight: normal;
  color: #a4a4a4;
}
.date-picker-wrapper {
  z-index: 99;
}
