td.details-control {
  color: blue;
  cursor: pointer;
}

.dtbs_menu { padding-left: 15px; }

  @keyframes ldio-loader {
    0% {
      top: 80px;
      left: 80px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 8px;
      left: 8px;
      width: 144px;
      height: 144px;
      opacity: 0;
    }
  }.ldio-loader div {
    position: absolute;
    border-width: 20px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-loader 1s cubic-bezier(0,0.2,0.8,1) infinite;
  }.ldio-loader div:nth-child(1) {
    border-color: #e90c59;
    animation-delay: 0s;
  }
  .ldio-loader div:nth-child(2) {
    border-color: #46dff0;
    animation-delay: -0.5s;
  }
  .loadingio-spinner-ripple {
    width: 200px;
    height: 200px;
    /* display: inline-block; */
    overflow: hidden;
    background: none;
    margin: auto;
    padding: 70px 0;
  }
  .ldio-loader {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-loader div { box-sizing: content-box; }
  /* generated by https://loading.io/ */