@keyframes kn-skeleton {
    to {
        background-position-x: -200%;
    }
}

@keyframes kn-skeleton-bar {
    0% {
        background-color: rgba(115, 115, 115, 0.2);
    }

    50% {
        background-color: rgba(115, 115, 115, 0.1);
    }

    100% {
        background-color: rgba(115, 115, 115, 0.2);
    }
}

.kt-wrapper {
    margin: 1rem 0;
}

.table-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.table-row .column-25, .table-row .column-50, .table-row .column-100 {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.table-row .column-25 > input, .table-row .column-50 > input, .table-row .column-100 > input {
    width: 100%;
    max-width: 15rem
}

.table-row .column-25 > select, .table-row .column-50 > select, .table-row .column-100 > select {
    width: 100%;
    max-width: 10rem
}

.table-row .column-25 {
    flex: 0 0 auto;
    width: 25%;
}

.table-row .column-50 {
    flex: 0 0 auto;
    width: 50%;
}

.table-row .column-100 {
    flex: 0 0 auto;
    width: 100%;
}

.table-row input[data-full-search] {
    margin-left: auto;
}

table.kalipso-table {
    margin-bottom: 0;
    font-size: 0.7rem;
    color: #727272;
}

table.kalipso-table thead, table.kalipso-table tfoot {
    background: #f5f5f5;
}

table.kalipso-table thead th.sort {
    position: relative;
    cursor: pointer;
}

table.kalipso-table thead th.sort:before {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuMDMgMTMuOTJIMTEuMDNWNUwxMy4wNCA0Ljk3VjEzLjkySDE3LjAzTDEyLjAzIDE4LjkyWiIgLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    right: 0.5rem;
    top: calc(50% - 0.6rem);
    opacity: 0.2;
    transition: 0.1s ease-out;
}

table.kalipso-table thead th.sort:after {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    content: '';
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuMDMgOS45N0gxMS4wM1YxOC44OUwxMy4wNCAxOC45MlY5Ljk3SDE3LjAzTDEyLjAzIDQuOTdaIiAvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-size: 1.2rem;
    right: 0rem;
    top: calc(50% - 0.6rem);
    opacity: 0.2;
    transition: 0.1s ease-out;
}

table.kalipso-table thead th.sort.asc:before {
    opacity: 1;
}

table.kalipso-table thead th.sort.desc:after {
    opacity: 1;
}

.kalipso-pagination {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.kalipso-pagination ul {
    list-style-type: none;
    margin: 0.4rem;
    padding: 0;
    display: flex;
}

.kalipso-pagination ul li {
}

.kalipso-pagination ul li + li {
    margin-left: 0.2rem
}

.kalipso-pagination ul li a {
    user-select: none;
    padding: 0.4rem 0.8rem;
    background: #ededed;
    color: #696868;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.8rem;
}

.kalipso-pagination ul li a:not([disabled]):hover {
    color: #000000;
    background: #dddddd;
}

.kalipso-pagination ul li a.active {
    background: #cacaca;
}

.kalipso-pagination ul li a[disabled] {
    pointer-events: none;
    user-select: none;
    opacity: 0.5
}

.kalipso-pagination ul li:first-child a {
}

.kalipso-pagination ul li:last-child a {
}

.kalipso-pagination ul li:not(:last-child) a {
}

.kalipso-information {
    font-weight: bold;
    font-size: 0.8rem;
    display: block;
}

.no_result_info {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}

.kalipso-table>:not(:first-child) {
    border-top: 1px solid currentColor;
}

.kt-skeleton-bar {
    position: relative;
    display: block;
    background-color: rgba(115, 115, 115, 0.2);
    height: 1.2rem;
    width: 100%;
    border-radius: 0.2rem;
    animation: kn-skeleton-bar 1s infinite;
}

.kt-skeleton-bar:after {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0.5) 18%, rgba(255, 255, 255, 0) 33%);
    background-size: 200% 100%;
    animation: kn-skeleton 1s infinite;
}

.kn-loading-body {
    cursor: progress;
}

@media (max-width: 991px) {
    .table-row .column-25 {
        width: 50%;
    }

    .table-row .column-50 {
        width: 100%;
    }

    .kalipso-information {
        font-size: 0.6rem ;
        text-align: center;
    }

    .kalipso-pagination {
        justify-content: center;
    }

    .kalipso-pagination ul li a {
        font-size: 0.7rem;
        padding: 0.4rem 0.6rem
    }
}
