/* Busy table styling */
table.b-table[aria-busy='true'] {
    opacity: 0.6;
}

iframe {
    border: 1px solid #ccc;
    width: 100%;
    height: 11in;
}
  
.lookup {
    td {
      padding: 0;
  
      a {
        //   border: 1px solid;
        text-decoration: none;
        display: block;
        padding: 0.5rem 0.75rem;
      }
    }
  }

  input[type=date]{
    min-width:170px;
    max-width:180px;
  }

  .blurText {
    color: transparent;
    text-shadow: 0 0 8px #000;
  }

  .blurImage {
    filter: blur(6px);
  }