.hide-me {
    display:none;
}

.errors {
    color:red;
    font-weight: bold;
}


/* barva hlavičky */
.table thead th {
    color: #484848 !important;
}

/* jemné zvýraznění statusových sloupců */

.badge-status {
    min-width: 3.25rem;
}

.table td, .table th {
    vertical-align: middle;
    white-space: nowrap;
}

.text-truncate-max {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

