/* zmena css */
table.dataTable span.highlight {
    background-color: #FFFF88;
    border-radius: 0.28571429rem;
}

table.dataTable span.column_highlight {
    background-color: #ffcc99;
    border-radius: 0.28571429rem;
}
/* do custom_bootstrap */
.modal-footer {
    background-color: #eeeeee;
    justify-content: flex-start;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.form-control[readonly].flatpickr {
    opacity: 1;
}
form .form-control[readonly] {
    opacity: 1;
}
.custom-form-control.is-invalid ~ .invalid-feedback {
    display: block;
}
.custom-file-input:lang(cs) ~ .custom-file-label::after {
  content: "Procházet";
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/*
GRID VIEW
 */

.tableGrid.row {
    margin: 0;
}
.gridedTable .tableGrid{
    display: none;
}
.gridedTable.gridOn .dataTables_scrollBody .dataTable{
    display: none;
}
.gridedTable.gridOn .tableGrid{
    display: flex;
}
.gridTile {
    height: 100px;
    border: 1px solid gray;
    margin-bottom: 5px;
    margin-top: 5px;
}
.gridedTable:not(.gridOn) .table-toTable,
.gridedTable.gridOn .table-toGrid
{
    display: none;
}
.display-editable0 {
    display: none;
}