/* || ZK COMPONENT OVERRIDE STYLES */

.btn.disabled, .btn:disabled {
    opacity: .7;
    color: rgba(0, 0, 0, 0.26) !important;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.12) !important;
    border: 1px solid #d9d9d9 !important;
}

.z-datebox,
.z-combobox,
.z-bandbox,
.z-searchbox {
    width: 100%;
    height: 50px;
}

.z-searchbox {
    border-radius: 8px;
}

.z-searchbox-label, .z-searchbox-placeholder {
    line-height: calc(50px - 2px);
}

.z-combobox-readonly > input,
.z-bandbox-readonly > input,
.z-chosenbox-readonly > input {
    border-radius: 8px;
    background: initial;
}

.z-datebox-input,
.z-combobox-input,
.z-bandbox-input {
    height: 50px;
    border-radius: 8px;
}

.z-datebox-button,
.z-combobox-button,
.z-bandbox-button {
    height: 50px;
    border-radius: 0 8px 8px 0;
    border-left-color: transparent;
}

.z-chosenbox {
    width: 100%;
    min-height: 50px;
    border-radius: 8px;
    padding: 0 0 5px;
}

.z-chosenbox-button {
    top: 9px;
}

.z-chosenbox-input {
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 0;
    height: 43px;
}

.z-chosenbox-item {
    border-radius: 6px;

    border: 1px solid #145995;
    background-color: #056dc6;

    padding: 9px;
    margin-top: 5px;
    margin-left: 6px;
}

.single-select-chosenbox .z-chosenbox-item {
    background-color: transparent;
    color: black;
    border: none;
    padding-right: 0;
}

.single-select-chosenbox .z-chosenbox-item-content {
    color: black;
    margin-right: 32px;
}

.single-select-chosenbox .z-chosenbox-button {
    color: #7b7a7a;
}

.z-datebox-icon,
.z-combobox-icon,
.z-bandbox-icon {
    padding-top: 8px;
}

.z-intbox,
.z-decimalbox,
.z-textbox,
.z-searchbox-search {
    width: 100%;
    height: 50px;
    border-radius: 8px;
}

.z-textbox[disabled],
.z-decimalbox[disabled],
.z-intbox[disabled],
.z-longbox[disabled],
.z-doublebox[disabled] {
    border-color: #f5f5f7;
    background-color: #f5f5f7;
    color: rgba(0,0,0,0.9) !important;
}

.z-textbox[disabled]:hover {
    border-color: #f5f5f7;
}

.z-textbox {
    text-transform: uppercase;
}

textarea.z-textbox {
    padding: 16px 8px;
    line-height: 18px;
}

.z-combobox-disabled > input,
.z-datebox-disabled > input,
.z-bandbox-disabled > input,
.z-chosenbox-disabled > input,
.z-searchbox[disabled] {
    color: rgba(0,0,0,0.9) !important;
    border-color: #f5f5f7;
}

.z-combobox-disabled .z-combobox-button,
.z-datebox-disabled .z-datebox-button,
.z-bandbox-disabled .z-bandbox-button,
.z-combobox-disabled .z-combobox-button:hover,
.z-datebox-disabled .z-datebox-button:hover,
.z-bandbox-disabled .z-bandbox-button:hover,
.z-chosenbox-disabled {
    border-color: #f5f5f7;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup, .z-chosenbox-popup, .z-searchbox-popup {
    border-radius: 8px;
}

.z-toolbarbutton {
    color: #404040 !important;
    border: none;
}

.z-toolbarbutton:hover,
.z-toolbarbutton:active,
.z-toolbarbutton:focus {
    background-color: transparent;
    color: #007bff !important;
    border: none;
}

.z-bandpopup .z-listitem {
    height: 50px !important;
    min-height: 50px !important;
}

/* || ZK GRID OVERRIDE STYLES */

.z-row:hover > .z-cell,
.z-row:hover > .z-row-inner {
    background: none;
}

.z-grid {
    border-width: 0;
}

/* || ZK LISTBOX OVERRIDE STYLES */

.z-listbox {
    border-radius: 8px !important;
}

.z-listbox-header {
    background: #056dc6;
}

.z-listheader {
    background: #056dc6;
    border-left: 1px solid #145995;
    border-bottom: 1px solid #145995;
}

.z-listhead {
    cursor: pointer;
}

.z-listheader-content {
    white-space: break-spaces;
}

@media (min-width: 992px) {
    .z-listheader-content {
        white-space: break-spaces;
        font-size: 1.1rem;
    }
}

.z-listitem:hover,
.z-listitem:hover > .z-listcell,
.z-listitem.z-listitem-selected,
.z-listitem.z-listitem-selected.z-listitem-focus > .z-listcell,
.z-listitem.z-listitem-selected.z-listitem-focus:hover > .z-listcell,
.z-listitem.z-listitem-selected.z-listbox-odd.z-listitem-focus > .z-listcell,
.z-listitem.z-listitem-selected > .z-listcell,
.z-listitem.z-listitem-selected:hover > .z-listcell {
    background: #f2f2f2;
}

.non-selectable .z-listitem:hover,
.non-selectable .z-listitem:hover > .z-listcell,
.non-selectable .z-listitem.z-listitem-selected,
.non-selectable .z-listitem.z-listitem-selected.z-listitem-focus > .z-listcell,
.non-selectable .z-listitem.z-listitem-selected.z-listitem-focus:hover > .z-listcell,
.non-selectable .z-listitem.z-listitem-selected.z-listbox-odd.z-listitem-focus > .z-listcell,
.non-selectable .z-listitem.z-listitem-selected > .z-listcell,
.non-selectable .z-listitem.z-listitem-selected:hover > .z-listcell {
    background: transparent;
}

.non-selectable .z-listhead,
.non-selectable .z-listitem .z-listcell {
    cursor: auto;
}

.z-listitem.z-listitem-disabled > .z-listcell,
.z-listitem.z-listitem-focus > .z-listcell,
.z-listitem.z-listbox-odd.z-listitem-focus > .z-listcell {
    background: white;
}

.z-listitem {
    height: 77px;
    min-height: 77px;
}

.z-listitem .z-listcell {
    border-top: 1px solid #cfcfcf;
}

.z-listcell-content {
    font-size: 16px;
}

.z-listitem-icon.z-icon-check,
.z-listheader-checkable {
    color: #145995;
}

.z-listbox.ellipsis .z-listcell-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

/* || ZK TREE OVERRIDE STYLES */

.z-tree {
    border-radius: 8px !important;
}

.z-tree-header {
    background: #056dc6;
}

.z-treecol,
.z-treecols-bar {
    background: #056dc6;
    border-left: 1px solid #145995;
    border-bottom: 1px solid #145995;
}

.z-treecols {
    cursor: pointer;
}

.z-treecol-content {
    white-space: break-spaces;
}

@media (min-width: 992px) {
    .z-treecol-content {
        white-space: break-spaces;
        font-size: 1.1rem;
    }
}

.z-treerow:hover,
.z-treerow:hover > .z-treecell,
.z-treerow.z-treerow-selected,
.z-treerow.z-treerow-selected.z-treerow-focus > .z-treecell,
.z-treerow.z-treerow-selected.z-treerow-focus:hover > .z-treecell,
.z-treerow.z-treerow-selected.z-tree-odd.z-treerow-focus > .z-treecell,
.z-treerow.z-treerow-selected > .z-treecell,
.z-treerow.z-treerow-selected:hover > .z-treecell {
    background: #f2f2f2;
}

.non-selectable .z-treerow:hover,
.non-selectable .z-treerow:hover > .z-treecell,
.non-selectable .z-treerow.z-treerow-selected,
.non-selectable .z-treerow.z-treerow-selected.z-treerow-focus > .z-treecell,
.non-selectable .z-treerow.z-treerow-selected.z-treerow-focus:hover > .z-treecell,
.non-selectable .z-treerow.z-treerow-selected.z-tree-odd.z-treerow-focus > .z-treecell,
.non-selectable .z-treerow.z-treerow-selected > .z-treecell,
.non-selectable .z-treerow.z-treerow-selected:hover > .z-treecell {
    background: transparent;
}

.z-treerow.z-treerow-disabled > .z-treecell,
.z-treerow.z-treerow-focus > .z-treecell,
.z-treerow.z-tree-odd.z-treerow-focus > .z-treecell {
    background: white;
}

.z-treerow {
    height: 77px;
    min-height: 77px;
    max-height: 77px;
}

.z-treerow .z-treecell {
    border-top: 1px solid #cfcfcf;
}

.z-treecell-content {
    font-size: 16px;
}

.z-tree.ellipsis .z-treecell-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.z-tree-footer {
    border-top: none;
}

.z-treefoot {
    height: 67px;
    min-height: 67px;
    max-height: 67px;
}

/* || ZK SIMPLE TREE OVERRIDE STYLES */

.simple-tree.z-tree {
    border-radius: 0 !important;
    border: none !important;
}

.simple-tree .z-tree-header {
    background: transparent;
}

.simple-tree .z-treecol,
.simple-tree .z-treecols-bar {
    background: transparent;
    border-left: none;
    border-bottom: none;
}

.simple-tree .z-treerow {
    height: initial;
    min-height: initial;
    max-height: initial;
}

.simple-tree .z-treerow .z-treecell {
    border-top: 1px solid #c7c7c7;
}

.simple-tree .z-treecol-content {
    color: rgba(0,0,0,0.9);
    font-weight: bold;
    font-size: 16px;
}

.z-treecell-content {
    line-height: 24px;
}

.simple-tree .z-tree-icon {
    display: none;
}

.simple-tree .z-treecell-text {
    margin-left: 0;
}

.simple-tree .z-tree-icon, .z-tree-line {
    width: 8px;
}

/* || ZK SIMPLE LISTBOX OVERRIDE STYLES */

.simple-list.z-listbox {
    border-radius: 0 !important;
    border: none !important;
}

.simple-list .z-listbox-header {
    background: transparent;
}

.simple-list .z-listheader {
    background: transparent;
    border-left: none;
    border-bottom: none;
}

.simple-list .z-listitem {
    height: initial;
    min-height: initial;
    max-height: initial;
}

.simple-list .z-listitem .z-listcell {
    border-top: 1px solid #c7c7c7;
}

.simple-list .z-listheader-content {
    color: rgba(0,0,0,0.9);
    font-weight: bold;
    font-size: 16px;
    padding-left: 0;
}

.simple-list .z-listcell-content {
    line-height: 24px;
    padding-left: 0;
}

/* || ZK COMBOBUTTON OVERRIDE STYLES */

.z-combobutton {
    height: 48px;
    border-radius: .25rem;
    font-weight: 600;
}

.z-combobutton-content {
    display: flex;
    height: 48px;
    background-color: #056dc6;
    border: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 600;
}

.z-combobutton-text {
    margin: auto;
    font-weight: 600;
}

.z-combobutton-button {
    border-left: 1px solid #030a1a21;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-weight: 600;
}

.z-combobutton:focus {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
    outline: 0;
}

.z-combobutton:hover .z-combobutton-content,
.z-combobutton:active .z-combobutton-content,
.z-combobutton:visited .z-combobutton-content,
.z-combobutton:focus .z-combobutton-content {
    display: flex;
    height: 48px;
    background-color: #2763b7;
    border-color: #2763b7;
}

.z-combobutton-button:hover,
.z-combobutton-button:active,
.z-combobutton-button:visited,
.z-combobutton-button:focus {
    display: flex;
    height: 48px;
    background-color: #1e52a2;
    border-color: #1e52a2;
}

/* || ZK COMBOBUTTON OVERRIDE STYLES EXTENSION */

.combo-secondary .z-combobutton-content {
    background-color: #013476;
}

.combo-secondary .z-combobutton-button {
    border-left: 1px solid rgba(2, 7, 19, 0.31)
}

.combo-secondary.z-combobutton:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
}

.combo-secondary.z-combobutton:hover .z-combobutton-content,
.combo-secondary.z-combobutton:active .z-combobutton-content,
.combo-secondary.z-combobutton:visited .z-combobutton-content,
.combo-secondary.z-combobutton:focus .z-combobutton-content {
    background-color: #012866;
    border-color: #012866;
}

.combo-secondary .z-combobutton-button:hover,
.combo-secondary .z-combobutton-button:active,
.combo-secondary .z-combobutton-button:visited,
.combo-secondary .z-combobutton-button:focus {
    background-color: #001a4a;
    border-color: #001a4a;
}