.class_loading_label {
  position: fixed;
  top: 0;
  right: 16%;
  z-index: 1000;
  height: 50px;
}

td.highlight {
    background-color: whitesmoke !important;
}

table.dataTable thead th {
  border-bottom: 1px solid #eac60e;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #eac60e;
}

.noborderheadertable.dataTable thead th {
  border-bottom: 0px solid #eac60e;
}

.padremadre_showlink:hover {
     text-decoration:underline !important;
     cursor:pointer !important;
}

.a_showlink:hover {
     text-decoration:underline !important;
     cursor:pointer !important;
}

.a_showhand:hover {
     cursor:pointer !important;
}



@media (min-width: 992px) {
  .help_videos {
    width: 850px;
    height: 749px;
    margin-top: -100px;
    margin-bottom: -100px;
  }
}

@media (max-width: 991px) {
  .help_videos {
    width: 550px;
    height: 485px;
    margin-top: -80px;
    margin-bottom: -80px;
  }
}

@media (max-width: 640px) {
  .help_videos {
    width: 300px;
    height: 264px;
    margin-top: -30px;
    margin-bottom: -50px;
  }
}

.cr-boundary {
  border: 2px solid black;
}