.ulmpv11-dashboard .card { border-radius: .5rem; box-shadow: 0 6px 18px rgba(0,0,0,0.03); }
.ulmpv11-sort { cursor:pointer; }
.ulmpv11-sort-icon { margin-left:6px; }
.table-responsive { overflow-x:auto; }
#ulmpv11-spinner { margin:6px 0; }

.btn-open-chart-popup
  {
      margin-left:10px !important;
  }
.hidden-import-progress
{
 display: none;
}
.page-id-20 .entry-title {
    display: none !important;
}
  
@media (max-width: 768px) {
  table tbody td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    padding: 0 px ;
  }

  table tbody td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 0px; /* 0.25rem;*/
    /*color: #6c757d;*/
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 0px;
    display: block;
    border-bottom: 1px solid #dee2e6;
  }
  .btn-open-chart-popup
  {
      margin-top:10px !important;
      margin-left:0px !important;
  }
}
