/* Mypanel minimal */
body {
    background-color: #ffffff;
    font-family: Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    text-align: center;
    vertical-align: middle;
    align-content: center;
    font-size: 13px;
    font-weight: 500;
}

#mainTable {
    border: 0px solid blue;
    border-collapse: separate;
    table-layout: auto;
    border-spacing: 2px;
}

#filterTable {
  font-size: 14px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #ddd;
  min-width: 360px;
}

.clearable-input {
  display: inline-block;
  position: fixed;
  margin-left: -200px;
  top: 4px;
  left: 50%;
}

.clearable-input > [data-clear-input] {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 20px;
  padding: 0 0.2em;
  line-height: 1em;
  cursor: pointer;
}


.center {
    margin-left: auto;
    margin-right: auto;
}

tr:nth-child(even) {
    background-color: #f7f7f7;
}

tr:nth-child(odd) {
    background-color: #eaeaea;
}

tr:hover {
    background-color: #ddd;
}

.header {
    font-size: 15px !important;
    height: 35px !important;
}

.heading {
    background-color: #cccccc !important;
    font-weight: bold !important;
}

.subheading {
    background-color: #eeeeee;
}

th {
    padding-top: 2px;
    padding-bottom: 2px;
}

td, th {
    padding-left: 4px;
    padding-right: 4px;
    height: 21px;
    border-radius: 3px;
}

.fixed-bottom-left {
  position: fixed;
  text-align: left;
  bottom: 10px;
  left: 10px;
  border: 1px solid #b8b8b8;
}

/* Tooltip */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  background-color: #464646;
  color: white;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 175px;
  background-color: #555;
  color: #fff;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* The container */
.container {
    display: block;
    position: relative;
    padding: 15px 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* --- Spinning loading button --- */
.loader {
    /* margin: 100px auto; */
    font-size: 4px;
    bottom: 2px;
    left: -34px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.centeredSpinner {
    position: fixed;
    top: 20%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.centeredModal {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}

/* Animations */
.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.7s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #072336, 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.5), -1.8em -1.8em 0 0em rgba(7,35,54, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.7), 1.8em -1.8em 0 0em #072336, 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.5), 1.8em -1.8em 0 0em rgba(7,35,54, 0.7), 2.5em 0em 0 0em #072336, 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.5), 2.5em 0em 0 0em rgba(7,35,54, 0.7), 1.75em 1.75em 0 0em #072336, 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.5), 1.75em 1.75em 0 0em rgba(7,35,54, 0.7), 0em 2.5em 0 0em #072336, -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.5), 0em 2.5em 0 0em rgba(7,35,54, 0.7), -1.8em 1.8em 0 0em #072336, -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.5), -1.8em 1.8em 0 0em rgba(7,35,54, 0.7), -2.6em 0em 0 0em #072336, -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.5), -2.6em 0em 0 0em rgba(7,35,54, 0.7), -1.8em -1.8em 0 0em #072336;
    }
}

@keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #072336, 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.5), -1.8em -1.8em 0 0em rgba(7,35,54, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.7), 1.8em -1.8em 0 0em #072336, 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.5), 1.8em -1.8em 0 0em rgba(7,35,54, 0.7), 2.5em 0em 0 0em #072336, 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.5), 2.5em 0em 0 0em rgba(7,35,54, 0.7), 1.75em 1.75em 0 0em #072336, 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.5), 1.75em 1.75em 0 0em rgba(7,35,54, 0.7), 0em 2.5em 0 0em #072336, -1.8em 1.8em 0 0em rgba(7,35,54, 0.2), -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.5), 0em 2.5em 0 0em rgba(7,35,54, 0.7), -1.8em 1.8em 0 0em #072336, -2.6em 0em 0 0em rgba(7,35,54, 0.2), -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.5), -1.8em 1.8em 0 0em rgba(7,35,54, 0.7), -2.6em 0em 0 0em #072336, -1.8em -1.8em 0 0em rgba(7,35,54, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(7,35,54, 0.2), 1.8em -1.8em 0 0em rgba(7,35,54, 0.2), 2.5em 0em 0 0em rgba(7,35,54, 0.2), 1.75em 1.75em 0 0em rgba(7,35,54, 0.2), 0em 2.5em 0 0em rgba(7,35,54, 0.2), -1.8em 1.8em 0 0em rgba(7,35,54, 0.5), -2.6em 0em 0 0em rgba(7,35,54, 0.7), -1.8em -1.8em 0 0em #072336;
    }
}

