.sidebar-menu {
    white-space: unset !important;
}
.amcharts-amexport-item a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #000;
}
.imgMenu {
    width: 20px;
    margin-right: 20px;
}
.content-wrapper{
  margin-left: 430px important!
}

.day{
  cursor: pointer;
}
 .slider {
        -webkit-appearance: none;
        appearance: none;
        width: 90%;
        height: 2em;
        background: #D3D3D3;
        outline: none;
        opacity: 0.7;
        -webkit-transition: .2s;
        transition: opacity .2s;
        margin: 0;
      }

      .sliderticks {
        display: flex;
        width: 90%;
        justify-content: space-between;
        padding: 0 calc(2.7% - 2px);
        box-sizing: border-box;
      }

      .sliderticks p {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        width: 1px;
        background: #D3D3D3;
        height: 10px;
        line-height: 40px;
        margin: 0 0 20px 0;
      }
.main-header{
  min-height: 60px !important;
}
.skin-blue-light .main-header .logo {
 min-height: 60px !important;
}
