.fixed-table,
.unfixed-table table {border-spacing: 0px; width:100%;font-family: helvetica;border-collapse: separate;}
.unfixed-table thead tr th i:last-child::before {content: "\f127";}

.unfixed-table thead tr th i[target="up"]:last-child::before {content: "\f148";}
.unfixed-table thead tr th i[target="down"]:last-child::before {content: "\f128";}
.unfixed-table thead tr th i:hover {color:#000000;background:#E0E0E0;cursor: ns-resize;}
.unfixed-table thead tr th i:first-child {cursor: grab;}

.fixed-table thead tr th i[target="up"]:last-child::before {content: "\f148";}
.fixed-table thead tr th i[target="down"]:last-child::before {content: "\f128";}
.fixed-table thead tr th i:last-child:hover {color:#000000;background:#E0E0E0;cursor: ns-resize;}
.fixed-table thead tr th i:first-child:hover {color:#373757;background:none;cursor: default;}






.fixed-table thead tr th i {
		padding: 5px;
		padding: 5px;
		font-family: 'fontawesome';
} 

.fixed-table tfoot tr th i {
		padding: 5px;
		padding: 5px;
		font-family: 'fontawesome';
} 


.fixed-table,
.unfixed-table td, th {
      border:  1px solid #eaeaea;
      padding: 10px;
      min-width: 20px;
      box-sizing: border-box;
      text-align: left;
      font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}
.fixed-table td {
      background:#FFFFFF;
      padding: 5px;
      	
} 

.fixed-table,
.unfixed-table tbody tr:hover {background:rgba(0,0,0,0.1);}
.fixed-table,
.unfixed-table tbody tr td a{}
.fixed-table,
.unfixed-table thead th i{
		padding: 5px;
		padding: 5px;
		font-family: 'fontawesome';
          }
.fixed-table,
.unfixed-table tfoot th i{
		padding-right: 5px;
		font-family: 'fontawesome';
          }

.table-container {
    position: relative;
    height: calc(100vh - 170px);
    width: 100%;
    overflow: auto;
    font-size: 12px;
}
.fixed-table,
.unfixed-table thead {
  background: rgba(255, 255, 255, 1.0);
}
.unfixed-table thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 1.0);
}

.fixed-table,
.unfixed-table thead th:first-child {
  left: 0;
  z-index: 3;
}
.fixed-table,
.unfixed-table thead tr th{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #eaeaea;
    background: rgba(200, 200, 200, 1.0);
}

.unfixed-table tfoot {
  position: -webkit-sticky;
  bottom: 0;
  z-index: 2;
}

.unfixed-table tfoot th {
  position: sticky;
  bottom: 0;
  z-index: 2;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-color: #eaeaea;
  background: rgba(200, 200, 200, 1.0);
}

.unfixed-table tfoot th:first-child {
  z-index: 3;
}

.unfixed-table tbody {
  overflow: auto;
  height: 200px;
}

/* MAKE LEFT COLUMN FIXEZ */
.unfixed-table tbody tr > :first-child {
  position: -webkit-sticky;
  position: sticky; 
  background: rgba(255, 255, 255, 0.8);
  font-weight:normal;
  left: 0; 
}
/* don't do this */
.fixed-table,
.unfixed-table tr > :first-child {}

.fixed-table thead tr th {
      font-weight:600;
      font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
} 
.fixed-table table {
      padding:0px;

}

.fixed-table td {
      font-weight:normal;
      border: 1px solid #eaeaea;
      text-transform: none;
}




.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: #D0D0D0;
  color: black;
}

.modal-header h1 {
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
}

.modal-footer h1 {
    color: #000000;
    font-size: 18px;
    margin: 10px 0;
}


/* Modal Body */
.modal-body {
     padding: 2px 16px;
     color: black;
}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #D0D0D0;
  color: black;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}
/* The Close Button */
.closeModal {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeModal:hover,
.closeModal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 8px 50px 8px 10px;
  border: 1px solid #6c757d;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid #6c757d;
  border-top: 2px solid #6c757d;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
  position: absolute;
  z-index: 10;
  background: #FFFFFF;
  width: -webkit-fill-available;

}