
.app-serverminder-check .fa-check {
    font-size: 15px;
}

.app-serverminder-check .fa-times {
    font-size: 15px;
    color: orange;
}

.app-serverminder-check input:checked ~ .fa-times {
    display: none;
}

.app-serverminder-check input:not(:checked) ~ .fa-check {
    display: none;
}

.app-serverminder-check input[type="checkbox"] {
    display: none;
}

.app-serverminder-icon-pad {
    padding-top: 6px;
    padding-bottom: 9px;
}

.app-serverminder-sticky-header {
    background-color: #CCC;
    /* Stick to the top */
    position: sticky;
    top: 72px;

    /* Displayed on top of other rows when scrolling */
    z-index: 9999;
}