
 table.dataTable thead {
    background: #007bff;
    color:white;
}

.box{
  /* border: 1px solid; */
  padding: 5px;
  ;
  border-radius: 10px;
}

iframe {
  height:100%; 
  width:100%; 
  border:none;
  position: relative;
  z-index: 1050;
}

body {
  background-color: #dee2e6;
}

/* Match iframe modal backdrop with parent backdrop */
.modal-backdrop {
  background-color: rgba(0,0,0,0.85) !important;
  opacity: 1 !important;
}

.modal {
  position: fixed !important;
  z-index: 1050 !important;
}
