.chart-legend {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info > .row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.info > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.info > .row > [class*='col-'] > .box {
  height: 100%;
}

.box-body > .box-item:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}

.quick-look > .box > .box-body {
  padding: 10px 0px !important;
}

.quick-look > .box > .box-body > .box-item {
  padding: 0px 10px;
}

.box.box-solid > .box-body.table-responsive{
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 65vh;
}

.desktop_show{
  display: none;
}

@media screen and (min-width: 1200px){
  .desktop_show{
    display: block !important;
  }
}

.tablet_show{
  display: none;
}

@media (min-width: 768px) and (max-width: 1199px){
  .tablet_show{
    display: block !important;
  }
}

.mobile_show{
  display: none;
}

@media screen and (max-width: 767px){
  .mobile_show{
    display: block !important;
  }
}
