﻿

/* INPUT MASONRY */

.apk_output.masonry {

}

.apk_output.masonry > .out_body > div {
    scroll-margin-top: 150px;
}

.apk_output.masonry > .out_body .card-wrapper:not(.opened) > .card {
    cursor: pointer;
}

.apk_output.masonry > .out_body .card-wrapper.opened .card .card-body .card .card-body {
    background-color: #fff;
}

.apk_output.masonry > .out_body .card-wrapper:not(.opened) > .card > .card-body:hover {
    box-shadow: rgba(0,0,0,0.4) 0px 0px 16px -4px inset;
    background-color: rgba(255,255,255,0.7) !important;
}

.apk_output.masonry > .out_body .card-wrapper.opened .card .card-body .card {
    cursor: pointer;
}

.apk_output.masonry > .out_body > div > .card-wrapper:not(.opened) > .card > .card-body > .card-title {
    color: #004275;
}

.apk_output.masonry > .out_body > div > .card-wrapper.opened > .card > .card-body > .card-title {
    color: #004275;
    width: fit-content;
    padding: 0 3rem 0.5rem 0;
    /*border-bottom: 2px solid #004275;*/
}

.apk_output.masonry > .out_body .card .card-body button:hover {
}

.apk_output.masonry > .out_body .card-wrapper.opened .card {
    background: #f0f7ff;
}

.apk_output.masonry > .out_body .card .card-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}


.apk_output.masonry > .out_body .card.border-left-card::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    bottom: 0;
    background: #06c;
}
/* END INPUT MASONRY */

/* OUTPUT KEYVALUEPANEL */

.apk_output.keyvaluepanel {

}

.apk_output.keyvaluepanel > .out_body .subpanel {
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.apk_output.keyvaluepanel > .out_body .subpanel .field {
    flex: 0 0 auto;
    padding: .5rem;
}


/* END OUTPUT KEYVALUEPANEL */

/* OUTPUT TABLE */

.apk_output.table {

}

.apk_output.table .out_body {

}

.apk_output.table .out_body table {

}

.apk_output.table .out_body table thead {

}

.apk_output.table .out_body table thead tr {

}

.apk_output.table .out_body table thead tr th {
    vertical-align: middle;
    background-color: var(--bs-100);
}

.apk_output.table .out_body table thead tr th[role="button"] svg {
    fill: var(--bs-100);
}

.apk_output.table .out_body table thead tr th.active_sort[aria-sort="ascending"],
.apk_output.table .out_body table thead tr th.active_sort[aria-sort="descending"] {
    background-color: hsl(210deg 100% 85%);
}

.apk_output.table .out_body table thead tr th[role="button"],
.apk_output.table .out_body table thead tr th[role="button"],
.apk_output.table .out_body table thead tr th[role="button"] {
    cursor: pointer;
}

.apk_output.table .out_body table thead tr th[role="button"]:hover,
.apk_output.table .out_body table thead tr th[role="button"]:hover,
.apk_output.table .out_body table thead tr th[role="button"]:hover {
    background-color: hsl(210deg 100% 90%);
}

.apk_output.table .out_body table thead tr th[role="button"]:hover svg,
.apk_output.table .out_body table thead tr th[role="button"]:hover svg,
.apk_output.table .out_body table thead tr th[role="button"]:hover svg {
    fill: hsl(210deg 100% 80%);
}

.apk_output.table .out_body table thead tr th[role="button"].init_sort svg,
.apk_output.table .out_body table thead tr th[role="button"].active_sort svg {
    fill: var(--bs-dark);
}

.apk_output.table .out_body table thead tr th[data-coltype="number"] {
    text-align: right;
}

.apk_output.table .out_body table thead tr th[data-coltype="date"] {
    text-align: center;
}

.apk_output.table .out_body table tbody tr.disabled td:first-child {
    cursor: default;
}

.apk_output.table .out_body table tbody tr.disabled td:first-child svg {
    fill: var(--bs-300);
}

.apk_output.table .out_body table tbody tr.selected td:first-child svg {
    fill: var(--bs-primary);
}

.apk_output.table .out_body table tbody tr:not(.disabled) td:first-child:hover svg {
    fill: var(--bs-primary);
}

.apk_output.table .out_body table tbody tr td.action-cell {
    /*display: flex;*/
}

.apk_output.table .out_body table tbody tr td.action-cell span.disabled:hover {
    cursor: not-allowed;
}

.apk_output.table .out_body table tbody tr:not(.disabled) td.action-cell span:not(.disabled) {
    cursor: pointer;
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.icon-success {
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.icon-danger {
    fill: var(--bs-danger-dark) !important;
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.secondary {
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.warning {
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.primary {
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.dark {
}

.apk_output.table .out_body table tbody tr td.action-cell span:not(.disabled):hover svg.info {
}


.apk_output.table .out_body table tbody.whatchable tr td:not(.action-cell) {
    cursor: pointer;
}

.apk_output.table .out_body table tbody tr td.action-cell svg {
}

.apk_output.table .out_body table tfoot {
    border-bottom-color: rgba(0,0,0,0);
}

.apk_output.table tfoot .pagination-wrapper .link-list > li:not(:last-child) {
    border-bottom-width: 0 !important;
}

.apk_output.table .out_body table tfoot tr td nav {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.border-none {
    border: transparent;
}

/* END OUTPUT TABLE */