/*  html * {
    font-family: sans-serif;
}
img {
    max-width: 30px;
}
.tab-content {
  font-size: 12px;
}
body { padding-top: 70px; }
.navbar :hover {
    color: rgb(51, 204, 204);
  }
.button_small {font-size: 12px;}
 */
 
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: gray;
    color: white;
    text-align: center;
    font-size: 10px;
  }

  #myBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    border: none;
    outline: none;
    background-color: gray;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: cyan;
  }

  a {
    color: rgb(0, 0, 0);
  }

  a:hover {
    color: cyan;
  }

  select {
    padding:5px; 
    border:1px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  textarea {
    padding:5px; 
    border:1px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  input {
    padding:5px; 
    border:1px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  input[type=submit] {
    padding:5px 15px; 
    background:#ffffff; 
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
  }

  input[type=submit]:hover {
    background: gainsboro;
    color: rgb(51, 204, 204);
  }

  /* .table-hover tbody tr:hover td {
    background: rgb(221, 221, 221);
} */
  
  /* .test td {
    color: red;
    width: max-content;
  } */

  th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white;
  }

  .button1 {font-size: 8px;}

  .table-hover-sort-header::-moz-selection{background:0 0}
  .table-hover-sort-header::selection{background:0 0}.tg-sort-header{cursor:pointer}
  .table-hover-sort-header:after{content:'';float:right;margin-top:7px;border-width:0 5px 5px;border-style:solid;
    border-color:#404040 transparent;visibility:hidden}
  .table-hover-sort-header:hover:after{visibility:visible}
  .table-hover-sort-asc:after,.tg-sort-asc:hover:after,.tg-sort-desc:after{visibility:visible;opacity:.4}
  .table-hover-sort-desc:after{border-bottom:none;border-width:5px 5px 0}