﻿/*
    This file is to show how CSS and other static resources (such as images) can be
    used from a library project/package.
*/
.dynamic-table {
  /*border: 2px dashed red;*/
  /*padding: 1em;
	margin: 1em 0;*/
  position: relative; }
  .dynamic-table .title {
    font-size: 1.1em;
    font-variant: small-caps; }
  .dynamic-table table tr {
    /*font-variant: small-caps*/ }
    .dynamic-table table tr th {
      cursor: pointer; }
  .dynamic-table table .pagination {
    margin-block-end: 0; }
  .dynamic-table table .dt-min-width {
    width: 1%; }

.overlay_show {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0px;
  top: 0px;
  cursor: wait; }
  .overlay_show .overlay-content {
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top: 1em; }

.overlay_hide {
  display: none; }

.fa-hidden {
  color: transparent; }
