body {
  position: relative;
  height: 100vh;
  background-color: whitesmoke;
  overflow: hidden;
}
body.av-body .dc-chart {
  float: none;
}
body.av-body .widget-holder.filter .dc-chart {
  text-align: center;
}
.av-header {
  color: white;
  background-color: #3D4955;
  height: 50px;
  line-height: 50px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}
.av-header .header-icons {
  font-size: 20px;
}
.av-header .header-icons li {
  padding-left: 20px;
}
.av-header .header-icons li a {
  color: white;
}
.av-header .header-icons li i {
  cursor: pointer;
}
.av-header .header-icons .disabled-item a {
  color: darkgray;
}
.av-header .header-icons .disabled-item i {
  cursor: not-allowed;
}
.av-header .main-left-opener {
  -webkit-transition: -webkit-transform ease-in-out 500ms 0ms;
  -moz-transition: -moz-transform ease-in-out 500ms 0ms;
  -ms-transition: -ms-transform ease-in-out 500ms 0ms;
  -o-transition: -o-transform ease-in-out 500ms 0ms;
  transition: transform ease-in-out 500ms 0ms;
}
.av-header .main-left-opener.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.av-header .logo {
  width: 100px;
  height: 46px;
  background-image: url(../../img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  left: 58px;
}
.left-menu {
  background-color: #6C7D8E;
  width: 250px;
  position: absolute;
  left: 0;
  display: none;
  height: calc(100vh - 50px);
  z-index: 3;
}
.left-menu a {
  color: white;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.left-menu a:hover {
  background-color: #586675;
  text-decoration: none;
}
.left-menu a .left-menu-item-text {
  padding-left: 10px;
}
.inner-left-handle {
  position: absolute;
  top: 50px;
  background-color: #748290;
  color: white;
  width: calc(100vh - 50px);
  height: 15px;
  line-height: 15px;
  transform-origin: right top;
  transform: rotate(-90deg);
  left: calc(-100vh - -50px);
  z-index: 2;
}
.inner-left-handle li {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.inner-left-handle li:hover,
.inner-left-handle li.active {
  background-color: #506171;
}
.inner-left-handle i {
  font-size: smaller;
}
.inner-left {
  padding-top: 20px;
  position: absolute;
  top: 50px;
  left: 15px;
  background-color: #F5F5F5;
  height: calc(100vh - 50px);
  width: 300px;
  box-shadow: 0 0 5px #5F5F5F;
  z-index: 2;
}
.inner-left .menu-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  color: grey;
}
.inner-right-handle {
  position: absolute;
  top: 50px;
  background-color: #748290;
  color: white;
  width: calc(100vh - 50px);
  height: 15px;
  line-height: 15px;
  transform-origin: left top;
  transform: rotate(90deg);
  right: calc(-100vh - -50px);
  z-index: 1;
}
.inner-right-handle li {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.inner-right-handle li:hover,
.inner-right-handle li.active {
  background-color: #506171;
}
.inner-right-handle i {
  font-size: smaller;
}
.inner-right {
  padding-top: 20px;
  position: absolute;
  top: 50px;
  right: 15px;
  background-color: #F5F5F5;
  height: calc(100vh - 50px);
  width: 300px;
  box-shadow: 0 0 5px #5F5F5F;
  z-index: 2;
}
.inner-right .menu-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  color: grey;
}
.inner-range-handle {
  position: absolute;
  bottom: 0;
  background-color: #748290;
  color: white;
  height: 15px;
  line-height: 15px;
  z-index: 1;
}
.inner-range-handle li {
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}
.inner-range-handle li:hover,
.inner-range-handle li.active {
  background-color: #506171;
}
.inner-range-handle i {
  font-size: smaller;
}
.inner-range-handle .inner-range-handle-items {
  margin-bottom: 0;
}
.inner-range {
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  background-color: #F5F5F5;
  height: 110px;
  margin-left: 5px;
  box-shadow: 0 0 5px #5F5F5F;
}
.inner-range .tab-content {
  margin-top: 20px;
}
.inner-range .menu-close {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 5px;
  color: grey;
}
.widget-holder {
  position: relative;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  background-color: white;
  margin: 2px 5px 7px 5px;
}
.widget-holder .widget-header {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #F7F7F7;
}
.widget-holder .widget-header .widget-icon {
  position: absolute;
  top: 0;
  left: 5px;
}
.widget-holder .widget-header .widget-title {
  padding-left: 25px;
}
.widget-holder .widget-content {
  height: 0;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -ms-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
.widget-holder .widget-content .widget-reset-button {
  position: absolute;
  top: 4px;
  right: 8px;
  color: #6D6D6D;
  -webkit-transition: -webkit-transform ease-in-out 300ms 0ms;
  -moz-transition: -moz-transform ease-in-out 300ms 0ms;
  -ms-transition: -ms-transform ease-in-out 300ms 0ms;
  -o-transition: -o-transform ease-in-out 300ms 0ms;
  transition: transform ease-in-out 300ms 0ms;
}
.widget-holder .widget-content .widget-reset-button:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.work-space-area {
  height: calc(100vh - 50px);
  width: 100%;
  padding-top: 2px;
  padding-bottom: 125px;
  overflow-y: auto;
}
