/* Header & Footer & Content */
.subheader .entity-info {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ebedf3;
}
.subheader .entity-nadpis {
    margin-bottom: 5px;
}
.subheader .entity-buttons {
    padding-top: 15px;
}
.subheader .entity-buttons:empty {
    display: none !important;
}
.header .breadcrumb-toolbar {
    display: flex;
}

.table-card .card-header .main-filter input {
    width: 300px;
}
table .datatable-cell.action-cell {
    width: 150px;
    text-align: right;
}
.datatable-pager > .datatable-pager-nav > li > .datatable-pager-link.datatable-pager-link-active {
    background-color: #E1F0FF !important;
    color: #3699FF !important;
}
.datatable-pager > .datatable-pager-nav > li > .datatable-pager-link.datatable-pager-link-active:hover {
    background-color: #3699FF !important;
    color: #ffffff !important;
}

/* Table */
tr.navigation td {
    padding: 20px 0;
}
tr.navigation td .navigator {
    text-align: right;
    font-size: 14px;
}
td.table-action-column {
    width: 100px;
}

.table thead tr th {
    font-size: 13px;
    font-weight: 600;
}
.table thead .wicket_orderNone > a, .table thead .wicket_orderUp > a, .table thead .wicket_orderDown > a, .table thead .sorting_asc_disabled > a, .table thead .sorting_desc_disabled > a {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    padding-right: 20px;
}
.table thead .wicket_orderUp > a {
    background-image: url("/assets/media/misc/sort_asc-c5a17c55643239f9b4f37903bc9aa051.png?v=1");
}
.table thead .wicket_orderDown > a {
    background-image: url("/assets/media/misc/sort_desc-781f12af6c692bd9d6b3ba0f41540422.png?v=1");
}
.table thead .wicket_orderNone > a {
    background-image: url("/assets/media/misc/sort_both-8dfdc44abdcac4036dbea61a3bc51983.png?v=1");
}
.table thead tr th, .table thead tr th a {
    color: #808080;
    font-weight: 600;
}
.table thead tr th.sorting_desc > a, .table thead tr th.sorting_asc > a, .table thead tr th a:hover {
    color: #000;
}

/* Sekcie */
.section-panel-content .grid {
    padding: 0 !important;
}

/* Form */
.form-group {
    margin-bottom: 1rem;
}
.read-mode .form-group {
    margin-bottom: 0 !important;
}
.form-footer {
    border-top: 1px solid #EBEDF3;
    padding: 2rem 0 0 0;
    margin-top: 2rem;
}
.form-control-static {
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.5;
}
.read-mode .col-form-label, .read-mode .form-control-static {
    padding-top: calc(0.2rem + 1px);
    padding-bottom: calc(0.2rem + 1px);
}
.form-group.has-error .invalid-block {
    font-size: .928571rem;
    margin-top: .25rem;
    color: #F64E60;
}
.form-group.has-error .fc input, .form-group.has-error .fc select {
    border-color: #F64E60;
}
.card.card-custom > .card-header {
    min-height: 50px;
}
.section-panel.gutter-b {
    margin-bottom: 10px;
}

/* FEEDBACK */
ul.feedbackPanel {
    margin: 0;
    padding: 0;
    padding-bottom: 2rem;
}

ul.feedbackPanel li {
    list-style-type: none;
    border-radius: 0px;
    margin-bottom: 3px;
    padding: 8px 35px 8px 14px;
    border: none;
}
ul.feedbackPanel li.feedbackPanelSUCCESS {
    background-color: #C9F7F5 !important;
    color: #1BC5BD
}
ul.feedbackPanel li.feedbackPanelINFO {
    background-color: #E1F0FF !important;
    color: #3699FF
}
ul.feedbackPanel li.feedbackPanelERROR {
    background-color: #FFE2E5 !important;
    color: #F64E60
}
/* koniec FEEDBACK */

/* Layout */
.flow-layout {
    display: flex;
}

/* WIzard */
.wizard .wizard-nav .wizard-step.active .wizard-label, .wizard .wizard-nav .wizard-step.active .wizard-label .wizard-bar {
    color: #3699FF !important;
}
.wizard .wizard-content {
    padding: 0 4.25rem 2rem 4.25rem;
}
.wizard .wizard-buttons {
    border-top: 1px solid #EBEDF3;
    padding: 2rem 0 0 0;
    margin-top: 2rem;
    text-align: right;
}