#loaderDecrypting {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 10000;
}
#loader{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.75) url(/img/spinner_green.gif) no-repeat center center;
  z-index: 10000;  
}

.inlogButton{
    background-color:#05B46F !important;
    color:white;
}
.hideWhenKeyFaults,.totPTable{
    display:none;
}
@media only screen and (max-width: 768px) {
    #catListDiv{
        display:none;
    }
    #ww_table td:nth-child(2),#ww_table th:nth-child(2),#ww_table td:nth-child(4),#ww_table th:nth-child(4),#ww_table td:nth-child(11),#ww_table th:nth-child(11) {
       display: none;
    }    
    
        .table-stacked thead {
            display: none; /* Verberg de koppen op mobiele schermen */
        }
        .table-stacked tr {
            display: block; /* Zorg ervoor dat elke rij als een blok wordt weergegeven */
            margin-bottom: 1rem; /* Voeg ruimte toe tussen de "kaarten" */
            border: 1px solid #ddd; /* Voeg een lichte rand toe rond elke rij */
            border-radius: 8px; /* Maak de hoeken afgerond */
            padding: 10px; /* Voeg wat padding toe voor een betere lay-out */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Voeg een lichte schaduw toe */
            background-color: #f9f9f9; /* Lichtgrijze achtergrondkleur */
        }
        .table-stacked td {
            display: block; /* Maak elke cel een blok */
            text-align: right; /* Tekst uitlijnen naar rechts */
            position: relative;
            padding-left: 50%;
            white-space: nowrap; /* Zorg ervoor dat tekst niet afgebroken wordt */
            border-bottom: 1px solid #eee; /* Voeg een lijn toe tussen cellen */
        }
        .table-stacked td:last-child {
            border-bottom: none; /* Verwijder de lijn onder de laatste cel */
        }
        .table-stacked td:before {
            content: attr(data-label); /* Gebruik het attribuut om een kop toe te voegen */
            position: absolute;
            left: 0;
            width: 50%;
            padding-left: 1rem;
            font-weight: bold; /* Maak de koppen vet */
            text-align: left;
            white-space: nowrap;
        }
   
    
}
@media only screen and (min-width: 768px) {
    #catListDiv{
        position: fixed;
        overflow:auto;
        height:85vh;
    }
    #catDataListToggle{
        display:none;
    }
}