#spinner {position: absolute;top: 50%;left: 50%;width: 200px;height: 200px;margin: -100px;}
.table {cursor: pointer;}
.more {margin-left: 2rem; text-align: justify;display: none;}
th:first-child, td:first-child {text-align: left;}

.form-check .form-check-input {  /* bootstrap beállítás felülírása */
    margin-left: -.5rem !important;
    margin-right: .5rem;
}
/* .footer {position: fixed; bottom: 2rem;} */


/* .ui-tooltip {padding: 1rem;color: black;border-radius: .5rem;background: #cdfc93;font-size: 1.5rem;box-shadow: 0 0 .5rem black;} */
/* .blink {animation: blink 1s steps(1, end) infinite;} */
/*
@keyframes blink {
 0% {opacity: 1;}
 50% { opacity: 0;}
 100% { opacity: 1;}
}
*/