﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('promt-iconic/font/css/promt-iconic.css');
@import url('promt-iconic/font/css/special-symbols.css');

:root {
    --sidebar-width: 250px;
    --sidebar-thin-width: 72px;
    --sidebar-super-thin-width: .5rem;
    --top-row-height: 4rem;
    --status-line-height: 2.5rem;
    --select-row-bg-color: #CCF6E2;
    --hover-row-bg-color: rgba(223, 247, 234, 0.6);
    --focus-input-border-color: rgb(0 171 91 / 15%);
    --bs-body-font-family: Roboto, "Segoe UI",'Helvetica Neue', Helvetica, Arial, sans-serif;
    --ge-font-size: .875rem;
}


html, body {
    color: #14142B;
    width: 100%;
    height: 100%;
    margin: 0;
}

.y-scroll {
    overflow-y: scroll !important;
}
/*    .y-scroll::-webkit-scrollbar {
        width: 10px;
    }
    .y-scroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 3px #e7e7e7;
        border-radius: 5px;
    }
    .y-scroll::-webkit-scrollbar-thumb {
        background: #dbdbdb;
        border-radius: 10px;
    }
        .y-scroll::-webkit-scrollbar-thumb:hover {
            background: #00ab5b;
        }*/

.y-scroll-auto {
    overflow-y: auto!important;
    scrollbar-gutter: stable;
}

    .pe-scrollbar {
        padding-right: 1rem !important
    }
.text-middle {
    align-items: center;
    display: flex;
}
.text-no-wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    align-items: center;
    display: flex;
}
    .text-no-wrap a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        display: block;
    }
    .text-wrap {
        word-break: break-word;
    }
.text-wrap-all {
    word-break: break-word;
}

.no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.w-max-100 {
    max-width: 100%;
}

.cat {
    min-width: 800px;
    min-height: 480px;
}
.cat-row {
    position: relative;
    display: flex;
    flex-direction: row;
}
.cat-column {
    position: relative;
    display: flex;
    flex-direction: column;
}

.cat-flex-auto {
    flex: 0 0 auto;
}
.cat-flex-shrink {
    flex: 0 1 auto;
}
.cat-flex-100 {
    flex: 1 1 100%;
}
.cat-flex-fixed-240 {
    flex: 0 0 200px;
    width: 100%;
    height: 220px;
}
.cat-flex-fixed-54 {
    flex: 0 0 54px;
    width: 100%;
    height: 54px;
}
.cat-flex-1 {
    flex: 1;
}
.cat-flex-2 {
    flex: 2;
}
.cat-flex-3 {
    flex: 3;
}
.cat-flex-4 {
    flex: 4;
}
.cat-flex-6 {
    flex: 6;
}
.cat-flex-7 {
    flex: 7;
}
.cat-flex-8 {
    flex: 8;
}
.cat-flex-18px {
    flex: 0 0 18px;
    width: 18px;
    display: flex;
}
.cat-flex-20px {
    flex: 0 0 20px;
    width: 20px;
    display: flex;
}
.cat-flex-25px {
    flex: 0 0 25px;
    width: 25px;
    display: flex;
}
.cat-flex-30px {
    flex: 0 0 30px;
    width: 30px;
    display: flex;
}
.cat-flex-40px {
    flex: 0 0 40px;
    width: 40px;
    display: flex;    
}
.cat-flex-60px {
    flex: 0 0 60px;
    width: 60px;
    display: flex;
}
.cat-flex-55px {
    flex: 0 0 55px;
    width: 55px;
    display: flex;
}
.cat-flex-80px {
    flex: 0 0 80px;
    width: 80px;
    display: flex;
}
.cat-flex-h-80px {
    flex: 0 0 80px;
    height: 80px;
}
.cat-flex-100px {
    flex: 0 0 100px;
    width: 100px;
    display: flex;
}
.cat-flex-105-0px {
    flex: 0 0 105px;
    width: 105px;
    display: flex;
}
.cat-flex-110px {
    flex: 0 0 110px;
    width: 110px;
    display: flex;
}

.flex-center-start {
    justify-content: center;
    align-items: flex-start;
}
.flex-center-start2 {
    justify-content: start;
    align-items: center;
}
.flex-center-end {
    justify-content:end;
    align-items:center;
}
.flex-start-end {
    justify-content: end;
    align-items: start;
}
.flex-start-center {
    justify-content: center;
    align-items: start;
}
.flex-end-center {
    justify-content: center;
    align-items: end;
}
.flex-center {
    justify-content: center;
    align-items: center;
}
.flex-between {
    justify-content: space-between;
    align-items: center;
}
.d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cat-flex-80px.ps-2 {
    padding-left: .5rem!important
}

.sz-auto-100 {
    width: auto;
    height: 100%;
}
.sz-shrink-100 {
    max-width: 100%;
    width: auto;
    height: 100%;
}
.sz-100-auto {
    width: 100%;
    height: auto;
}
.sz-100-shrink {
    width: 100%;
    max-height: 100%;
    height: auto;
}
.sz-100-100 {
    width: 100%;
    height: 100%;
}
.sz-max800-auto {
    width: 100%;
    max-width: 800px;
}

.w-200px {
    width: 200px;
    max-width: 200px;
}

h1:focus {
    outline: none;
}
a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    background: #00AB5B;
    border-radius: .5rem;
    border: 2px solid #00AB5B;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2rem;
    letter-spacing: 0.375px;
    color: #fff;
}

.btn-secondary {
    background: #fff;
    border-radius: .375rem;
    border: 2px solid #00AB5B;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.2rem;
    letter-spacing: 0.5px;
    color: #00AB5B;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible,
    .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-visible,
    .show > .btn-primary.dropdown-toggle {
        background: #008746;
        color: #fff;
        border: 2px solid #008746;
    }
        .btn-primary:focus,
        .btn-secondary:focus,
        .btn-primary:focus-visible,
        .btn-secondary:focus-visible,
        .show > .btn-primary.dropdown-toggle:focus {
            outline: 0;
            box-shadow: 0 0 0 0.125rem rgba(155, 229, 193, 1);
        }
        .btn-primary:active:focus, 
        .btn-secondary:active:focus {
            box-shadow: 0 0 0 0.25rem rgb(155 229 193);
        }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #9BE5C1;
    border-color: #9BE5C1;
    opacity: 1;
}
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #9BE5C1;
    background-color: #fff;
    border-color: #9BE5C1;
    opacity: 1;
}
.btn-lg.btn-primary,
.btn-lg.btn-secondary {
    font-size: 1.125rem;
    font-weight:400;
}
.btn-secondary-green {
    background: #FFFFFF;
    border: 2px solid #00AB5B;
    color: #00AB5B;
    font-size: .875rem !important;
    line-height: .875rem;
    padding: 0.4125rem 0.75rem;
    border-radius: 0.375rem;
}

    .btn-secondary-green:active:focus {
        box-shadow: 0 0 0 0.25rem rgb(155 229 193); 
    }


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}


input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    transition: 0.2s all linear;
    outline: none;
    margin-right: 5px;
    position: relative;
    top: 4px;
}

input[type=radio]:checked {
    border: 6px solid #00AB5B;
}
    input[type=radio]:checked:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

.valid.modified[type=radio] {
    outline: 0px solid #26b050;
}
.sort-column-head .form-group {
    width: 100%;
}
.sort-column-head {
    text-align: center;
    justify-content:center;
}

.invalid {
    outline: 1px solid red;
}
.validation-message {
    color: red;
}
#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}
    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.oi-light {
    background-color: transparent;
    border: 0;
}
    .oi-light.active {
        background-color: lightgray;
    }
    .oi-light:hover {
        background-color: transparent;
    }
        .oi-light:hover:focus {
            background-color: transparent;
        }
.oi-transparent {
    border: 0 !important;
    background-color: transparent !important;
    line-height: 1.125rem;
    vertical-align: bottom;
}
    .oi-transparent.active,
    .oi-transparent:hover,
    .oi-transparent:hover:focus {
        color: #00AB5B
    }
    .oi-transparent:focus-visible {
        outline: none;
    }

.oi-btn-ico {
    vertical-align: text-bottom;
    padding-right:.5rem;
}

.input-file-label {
    display: inline-block;
    cursor: pointer;
}
    .input-file-label input[type=file] {
        display: none;
    }
    .input-file-label label {
        cursor: pointer;
    }

.form-group label.col-form-label {
    color: #6E726E;
    font-size: .875rem
}

.separ-right {
    padding-right: 0.25rem !important;
    border-right: 1px solid #d6d5d5;
}

.select-row, 
.cat-column.y-scroll.select-row div[id^="item_row_"]:hover {
    background-color: var(--select-row-bg-color)!important;
} 
.cat-column.y-scroll div[id^="item_row_"]:hover
{
    background-color: var(--hover-row-bg-color);
}

.sort-column-head {
    font-weight: 500;
}
    .sort-column-head.active {
        font-weight: 700 !important;
    }
    .sort-column-head a {
        text-decoration: none !important;
    }
        .sort-column-head a:hover {
            cursor: pointer !important;
            text-decoration: underline !important;
        }
    
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-4 {
    padding-left: 1.75rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.filtered {
    background-color: #ffef67;
}
.filtered-found {
    background-color: #fffda2;
}

.filtered-replace {
    background-color: darkorange;
}
.filtered-taboo {
    background-color: #ffef67;
    color: #cd1c28;
}

.filtered-underline {
    background-color: #ffef67;
    text-decoration: underline;
    font-weight:700;
}

.filtered-taboo-underline {
    background-color: #ffef67;
    color: #cd1c28;
    text-decoration: underline;
    font-weight: 700;
}
.tm-segment .filtered {
    background-color: #fffda2;
}

.cover {
    color: #8a2be2;
}

.top-row h3 a {
    color: #6E726E;
    text-decoration: none;
}

    .top-row h3 a:hover {
        color: #6E726E;
        text-decoration: underline;
    }

.form-label,
.form-group label,
.form-select {
    font-size: .875rem;
}
.input-container {
    position: relative;
    display: flex;
    align-items: center
}
.input-control {
    display: inline-block !important;
    padding-right: 2.25rem !important;
}
.input-clear {
    position: absolute;
    right: .5rem;
    z-index: 1000;
    color: darkgray;
}

.doc-filter {
    padding-left: 60px;
    padding-right: calc(60px + 1rem);
}

.column-head {
    padding: 0.5rem 0.5rem;
    font-size: .9rem;
}
.sort-column-head {
    font-weight: 500;
    /*padding: 0.5rem 0.5rem;*/
    font-size: .9rem;
}
    .sort-column-head.p-1 {
        padding: 0.25rem 0.5rem !important;
    }
        .sort-column-head.p-1:last-of-type {
            border-right-width: 0px
        }
    .sort-column-head.slim, 
    .column-head.slim {
        font-size: .8rem;
        padding: 0.25rem 0.25rem !important;
    }

.table-header, .table-header-second {
    background-color: #E5E5E5;
    border: 1px solid #E5E5E5;
    color: #6E726E;
    border-radius: .375rem .375rem 0 0;
    font-size: .875rem;
    font-weight: 500;
}

    .table-header .cat-row > .column-head[class*="0px"],
    .table-header .cat-row > .sort-column-head[class*="0px"],
    .table-header-second .cat-row > .column-head[class*="0px"],
    .table-header-second .cat-row > .sort-column-head[class*="0px"] {
        padding: .65rem .25rem !important;
    }

        .table-header .cat-row > .column-head:not([class*="0px"]),
        .table-header .cat-row > .sort-column-head:not([class*="0px"], [class*="slim"]),
        .table-header-second .cat-row > .column-head:not([class*="0px"]),
        .table-header-second .cat-row > .sort-column-head:not([class*="0px"]) {
            padding: .65rem 1.25rem !important;
        }
        .table-header .cat-row > .column-head:not([class*="0px"]).hidden,
        .table-header-second .cat-row > .column-head:not([class*="0px"]).hidden {
            padding-top: 0 !important;
        }
    .table-header button,
    .table-header-second button {
        color: #6E726E;
    }
    .table-header .cat-row > .column-head[class*="25px"],
    .table-header-second .cat-row > .column-head[class*="25px"] {
        padding: .65rem 2px !important;
    }
.table-header-second {
    border-radius: 0 0 0 0;
}
.ge-font {
    font-size: var(--ge-font-size)!important;
}
.slim .form-control-sm {
    min-height: calc(1.25rem + 2px);
    padding: 0.125rem 0.25rem;
    font-size: .8rem;
    height: 1.4375rem;
}
    .slim .form-control-sm::placeholder {
        font-size: .8rem;
    }
.slim .form-select-sm {
    min-height: calc(.075em + 0.25rem + 2px);
    padding: 0.125rem 0.75rem 0.125rem 0.25rem;
    font-size: .8rem;
}
.slim .clear-btn-sm {
    top: 0.175rem;
}
.slim .form-group .form-control-sm + span.pi-pd-search {
    top: .25rem;
}


.table-cell
{
    border: 1px solid transparent;
    border-width: 1px;
    border-bottom-color: #d9dbe9;
    border-left-color: #d9dbe9;
    /*padding: 0.25rem 0.5rem !important;   */
    padding: .65rem .25rem !important;
    font-size: .875rem;
}
    .table-cell:not([class*="0px"]) {
        padding: .65rem 1.25rem !important;
    }
    .table-cell[class*="25px"] {
        padding: .65rem 2px !important;
    }
    .table-cell[class*="slim"] {
        padding: 0.25rem 0.25rem !important;
        font-size: 0.8rem;
    }
    .table-cell:first-of-type {
        border-left-width: 1px
    }
    .table-cell.settings {
        padding: .25rem !important;
        line-height: 2rem;
        align-items: center;
        display: flex;
    }
    .table-cell.settings span[class^="pi-"] {
        font-size:1.5rem
    }

    .table-cell.selection {
        padding: 0 !important;
    }
        .table-cell.selection label {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    .table-cell.flex-v-align {
        display: flex;
        align-items: center;
    }



    .para-start > .table-cell {
        border-top-width: 1px;
        border-top-color: lightgray;
    }
.para-end > .table-cell {
    border-bottom: 1px solid #80828e;
    margin-bottom: 1px;
}

.text-center {
    justify-content: center;
}
.text-vcenter {
    align-items: center;
    display: flex;
}
.list-row {
    background: #fff;
}
.list-row:nth-child(2n) {
    background: #FCFBFA;
}
.form-floating {
    max-width: 400px;
    margin-bottom: 1.5rem;
}
.form-check-input:checked {
    background-color: #00ab5b;
    border-color: #00ab5b;
}
.text-vcenter .form-check-input {
    margin-top: 0;
}
.sort-column-head .form-check-input {
    margin-left: -1px;
}
.form-floating input.form-control {
    background-position: 1.25rem 50%;
}

.form-floating > .form-control:not(:placeholder-shown) {
    border: 1px solid #a0a3bd;
    border-radius: .5rem;
    padding: 2.5rem 4.5rem 1.25rem 4.5rem;
}
    .form-floating > label {
        padding: 1rem 5rem;
        color: #6E7191;
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
        letter-spacing: 0.75px;
    }
.form-floating input.form-control.no-icon {
    background: none;
}

.form-floating > .form-control.no-icon {
    border: 1px solid #ced4da;
    border-radius: .5rem;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
}
.form-floating > .form-control.no-icon ~ label {
    padding: 1rem 2rem;
    color: #6E7191;
    font-weight: 500;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0.75px;
}
.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.form-control-sm:focus,
.form-select-sm:focus {
    color: #212529;
    background-color: #fff;
    border-color: /*#00AB5B;*/ rgba(206, 207, 205, 1);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--focus-input-border-color) /*0 0 0 0.25rem rgb(13 110 253 / 25%)*/;
}
.form-check-input:checked:focus {
    background-color: #00ab5b;
}

.form-check .table-cell .form-check-input {
    margin-left: 0;
}

.form-select.lang-select,
input.form-control,
.form-select.w-select {
    border-radius: .375rem;
    padding-left: 1rem
}
.form-control-sm {
    display: block;
    width: 100%;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-select-sm {
    color: #212529;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: .25rem .875rem .25rem .5rem;
    background-color: #fff;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.2rem center;
    background-size: 8px 8px;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control-psw {
    border-radius: .25rem;
    line-height: 1.565rem;
}


input.form-control-sm[type="date"] {
    width: 10rem;
    display: inline-flex;
    margin-right: .5rem;
    position: relative;
}

.search-by-date {
    width:26rem;
    text-align:right
}
#searchByDate.active {
    color:#009b4b;
}

.btn.only-icon {
    padding: .375rem .125rem;
}
.form-group {
    position: relative;
}
.clear-btn,
.clear-btn-sm {
    position: absolute;
    border: none;
    background: transparent;
    opacity: .6;
}
.clear-btn {
    top: .5rem;
    right:  .125rem;
}
.clear-btn-sm {
    top: .4rem;
    right: 0rem;
}
.clear-btn:hover {
    opacity: 1;
}
.small-ico {
   width: auto;
}

.clear-link-sm {
    font-size: .9rem;
    font-weight:400;
    color: #212529;
}
    .clear-link-sm:hover,
    .clear-link-sm:active {
        color: #212529;
    }
    .clear-link-sm span[class^="pi-"] {
        vertical-align: text-bottom;
        text-decoration: none;
    }
        .clear-link-sm:hover span[class^="pi-"],
        .clear-link-sm:active span[class^="pi-"] {
            text-decoration: none;
        }

a.disabled {
    pointer-events: none;
    cursor: default;
    color:#b2b5c2;
}

.dropdown-menu {
    font-size: .9rem;
    box-shadow: 1px 1px 10px rgba(0,0,0, .3);
    line-height: 1.75rem;
}
.dropdown-menu.dark-mode {
    background-color: #4e4b66;
    box-shadow: 1px 1px 10px rgba(0,0,0, .2);
    
}
    .dropdown-menu.dark-mode a,
    .dropdown-menu.dark-mode button {
        color: #fff;
    }
        .dropdown-menu.dark-mode a:hover,
        .dropdown-menu.dark-mode button:hover {
            color: #fff;
            background-color: #b9bdd7;
        }

        .dropdown-menu.dark-mode a:active,
        .dropdown-menu.dark-mode button:active {
            color: #fff;
            background-color: #b9bdd7;
        }
        .dropdown-menu.dark-mode a.disabled,
        .dropdown-menu.dark-mode button.disabled {
            color: #fff;
            opacity: .7;
        }
@media (max-height: 720px) {
    .dropdown-menu {
        line-height: 1.375rem;
    }
}
@media (max-height: 680px) {
    .dropdown-menu {
        line-height: 1.125rem;
        font-size:.8rem;
    }
    .dropdown-divider {
        height: 0;
        margin: .125rem 0;
        overflow: hidden;
        border-top: 1px solid rgba(0,0,0,.15);
    }
}

#tsFilterDropdown ~ .dropdown-menu > .dropdown-item {
}
    #tsFilterDropdown ~ .dropdown-menu > .dropdown-item::before {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        width: 2rem;
        font-size: 1.125rem;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        padding-right: 0.25rem;
        content: "\e940"; /*.pi-checkbox-off*/
    }

    #tsFilterDropdown ~ .dropdown-menu > .dropdown-item:last-of-type::before {
        content: "\e931"; /*.pi-filter-slash*/
    }
    #tsFilterDropdown ~ .dropdown-menu > .dropdown-item:nth-last-of-type(2)::before {
        content: "\e92e"; /*.pi-filter-fill*/
    }
    #tsFilterDropdown ~ .dropdown-menu > .dropdown-item.active {
        color: #14142B;
        text-decoration: none;
        background-color: #fff;
    }
        #tsFilterDropdown ~ .dropdown-menu > .dropdown-item.active::before {
            content: "\e930"; /*pi-checkbox-fill*/
            color: #00AB5B;
        }

#catSourcesDropdown ~ .dropdown-menu > .dropdown-item {
}
    #catSourcesDropdown ~ .dropdown-menu > .dropdown-item::before {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        width: 2rem;
        font-size: 1.125rem;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        padding-right: 0.25rem;
        content: "\e940"; /*.pi-checkbox-off*/
    }
    #catSourcesDropdown ~ .dropdown-menu > .dropdown-item.active {
        color: #14142B;
        text-decoration: none;
        background-color: #fff;
    }
        #catSourcesDropdown ~ .dropdown-menu > .dropdown-item.active::before {
            content: "\e930"; /*pi-checkbox-fill*/
            color: #00AB5B;
        }

#catViewDropdown ~ .dropdown-menu > .dropdown-item {
}
    #catViewDropdown ~ .dropdown-menu > .dropdown-item::before {
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        width: 2rem;
        font-size: 1.125rem;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
        padding-right: 0.25rem;
        content: "\e940"; /*.pi-checkbox-off*/
    }
    #catViewDropdown ~ .dropdown-menu > .dropdown-item.active {
        color: #14142B;
        text-decoration: none;
        background-color: #fff;
    }
        #catViewDropdown ~ .dropdown-menu > .dropdown-item.active::before {
            content: "\e930"; /*pi-checkbox-fill*/
            color: #00AB5B;
        }

.translation-segment img,
.table-cell img {
    margin: 0 2px;
    height: 13px;
}

    .btn-toolbar .toolbar-tab .oi-light {
        border: 1px solid transparent;
        background-color: transparent;
        border-width: 2px !important;
        border-color: transparent !important;
        padding: .625rem 1rem;
        margin-left: 0;
        margin-right: 0;
        color: #6E726E;
        margin-bottom:-1px;
    }
    .btn-toolbar .toolbar-tab .oi-light:first-of-type {
        margin-left: .25rem;
    }

        .btn-toolbar .toolbar-tab .oi-light.active {
            border-bottom-color: #00ab5b !important;
            background-color:#FCFBFA;
            color: #00ab5b;
        }
        .btn-toolbar .toolbar-tab .oi-light:hover {
            border-bottom-color: #3bc976 !important;
            background-color: #FCFBFA;
            color: #00ab5b;
        }
        .btn-toolbar .toolbar-tab .oi-light.active:hover {
            border-bottom-color: #00ab5b !important;
            background-color: #fff;
            color: #00ab5b;
        }
        .btn-toolbar .toolbar-tab .oi-light:disabled {
            background-color: #fff;
            color: rgba(16, 16, 16, 0.3)
        }
.btn-toolbar .toolbar-tab a.oi-light {
    text-decoration: none;
}

        .project-tabs {
            margin-bottom: 1.5rem;
        }

.confirmed {
    color: #187c5b;
}
.not-confirmed {
    color: #cfd2e0;
}
.empty {
    color: #cfd2e0;
}
.wizard-card {
    justify-content: center;
    max-width: 800px;
    margin: 3rem auto;
    padding: 1rem 3rem 2rem 3rem;
    background: #fff;
    border: 1px solid rgba(160, 163, 189, 0.3);
    border-radius: 2rem;
    /*filter: drop-shadow(0px 8px 16px rgba(17, 17, 17, 0.1));*/
}
.green {
    color:#00AB5B;
}
.gray {
    color: #b2b5c2;
}
.wizard-btn-left {
    margin-right: 3.5rem;
}
.wizard-btn-center {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
}
.wizard-btn-center:first-child {
    margin-right: 3.5rem;
    margin-left: 7rem;
}
.wizard-btn-right {
    margin-left: 3.5rem;
}


fieldset.settings {
    min-width: 0;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border: 0;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 1rem;
    padding-top: 0;
    margin-bottom: 1.5rem;
}
.settings legend {
    float: none;
    width: auto;
    padding: 0 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    color:#141514;
}
fieldset.settings label {
    color:#6E726E;
    font-size: .875rem
}

.sublegend {
    font-weight: 500;
    font-size: .875rem;
}

#cat_info {
    flex: 0 0 auto;
    background-color: #fff;
    padding: 0 0.75rem;
    font-size: .875rem;
}
.cat-flex-down,
.cat-flex-up {
   /* min-height: 19rem;*/
}

    .cat-flex-down .dropdown-menu.show,
    .cat-flex-up .dropdown-menu.show {
        column-count: 2;
    }
    .cat-flex-down .dropdown-divider,
    .cat-flex-up .dropdown-divider {
        display: none;
    }
.cat-flex-down #cat_info, 
.cat-flex-up  #cat_info {
    flex-direction: row;
    justify-content: space-between;
}
.cat-flex-right #cat_info {
    flex-direction: column;
    justify-content: normal;
}

.cat-info-item {

}

.cat-info-item b{
    font-weight:500;
}

.f-inline {
    flex: 0 0 auto;
    line-height: 2rem;
}
.no-arrows,
.no-arrows:hover,
.no-arrows:focus {
    appearance: none;
    -moz-appearance: textfield;
}
    .no-arrows::-webkit-outer-spin-button,
    .no-arrows::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }
.sm-text {
    font-size: .9rem
}

.circle-btn {
    width: 2rem;
    height: 2rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    color: #6E726E;
    line-height:2rem;
}
    .circle-btn.active,
    .circle-btn:hover,
    .circle-btn:hover:focus {
        color: #00AB5B
    }

    .circle-btn:focus-visible {
        outline: none;
    }
    .circle-btn [class^="pi-"] {
        font-size:1rem;
    }
    .btn-primary [class^="pi-"] {
        vertical-align: -.125rem;
    }

.oi[class*="pi-"] {
        font-size:inherit;
        width:auto;
    }
.cat-tab-link span[class*="pi-"] {
    width: auto;
}
.form-group {
    text-align: start;
}

    .form-group label,
    .form-group .text-danger {
        text-align: left;
        font-weight: 500;
        font-size: .875rem
    }

.form-group input {
    border-color: rgba(20, 21, 20, 0.5);
    color: #141514;
    font-size: .875rem;
    border-radius: .375rem;
    position: relative;
    max-width: 40rem;
}

    .form-group input::placeholder,
    input::placeholder {
        color: rgba(20, 21, 20, 0.5);
        font-size: .875rem
    }
[class*="cat-flex-"] .form-group input {
    border-color: rgba(206, 207, 205, 1)
}
.form-group input.w-100 {
    max-width: 100%;
}

.i-email,
.i-pass,
.i-user {
    position: relative;
}
    .i-email input,
    .i-pass input,
    .i-user input {
        padding: .5rem 2.25rem;
        height: 2.5rem;
    }
    .i-email::before,
    .i-pass::before,
    .i-user::before {
        font-size: 1rem;
        top: .5rem;
        font-family: 'icomoon' !important;
        position: absolute;
        color: #6E726E;
        left: .65rem;
        z-index: 10;
    }

    .i-email::before {
        top: .25rem;
        content: "\e94e"; /*.pi-pd-login*/
        font-size: 1.25rem;
    }

    .i-pass::before {
        content: "\e94f"; /*.pi-pd-password*/
    }

    .i-user::before {
        top: .5rem;
        content: "\e90f"; /*.pi-user*/
    }
.cat-segments,
.cat-panel-content{
    background: rgba(229, 229, 229, 0.45);
    border: 1px solid #E5E5E5;
    border-radius: 0px 0px .375rem .375rem;
}
cat-panel-content {
    padding:.25rem;
}
    .cat-segments .cat-row {
    background-color: #fff;
}

        .cat-segments .cat-row:nth-child(2n) {
            background-color: #FCFBFA;
        }

.rtl,
.l-rtl ~ input {
    direction: rtl;
}
.rec {
    width: 6.25rem;
}
@-moz-document url-prefix() {

    .rec {
        width: 5.5rem;
    }
}

/*  img4fa*/
.rtl img[src*="o.png"],
.rtl img[src*="c.png"] {
    width: 12px;
    height: 13px;
}
.rtl img[src*="/1o.png"] {
    content: url('../img/1c.png');
}
.rtl img[src*="/1c.png"] {
    content: url('../img/1o.png');
}
.rtl img[src*="/2o.png"] {
    content: url('../img/2c.png');
}
 .rtl img[src*="/2c.png"] {
    content: url('../img/2o.png');
}
 .rtl img[src*="/3o.png"] {
    content: url('../img/3c.png');
}
 .rtl img[src*="/3c.png"] {
    content: url('../img/3o.png');
}
 .rtl img[src*="/4o.png"] {
    content: url('../img/4c.png');
}
 .rtl img[src*="/4c.png"] {
    content: url('../img/4o.png');
}
 .rtl img[src*="/5o.png"] {
    content: url('/../img/5c.png');
}
 .rtl img[src*="/5c.png"] {
    content: url('../img/5o.png');
}
 .rtl img[src*="/6o.png"] {
    content: url('../img/6c.png');
}
 .rtl img[src*="/6c.png"] {
    content: url('../img/6o.png');
}
.rtl img[src*="/7o.png"] {
    content: url('../img/7c.png');
}
.rtl img[src*="/7c.png"] {
    content: url('../img/7o.png');
}
.rtl img[src*="/8o.png"] {
    content: url('../img/8c.png');
}
.rtl img[src*="/8c.png"] {
    content: url('../img/8o.png');
}
.rtl img[src*="/9o.png"] {
    content: url('../img/9c.png');
}
.rtl img[src*="/9c.png"] {
    content: url('../img/9o.png');
}
.rtl img[src*="/10o.png"] {
    content: url('../img/10c.png');
}
.rtl img[src*="/10c.png"] {
    content: url('../img/10o.png');
}
.rtl img[src*="/11o.png"] {
    content: url('../img/11c.png');
}
.rtl img[src*="/11c.png"] {
    content: url('../img/11o.png');
}
.rtl img[src*="/12o.png"] {
    content: url('../img/12c.png');
}
.rtl img[src*="/12c.png"] {
    content: url('../img/12o.png');
}
.rtl img[src*="/13o.png"] {
    content: url('../img/13c.png');
}
.rtl img[src*="/13c.png"] {
    content: url('../img/13o.png');
}
.rtl img[src*="/14o.png"] {
    content: url('../img/14c.png');
}
.rtl img[src*="/14c.png"] {
    content: url('../img/14o.png');
}
.rtl img[src*="/15o.png"] {
    content: url('/../img/15c.png');
}
.rtl img[src*="/15c.png"] {
    content: url('../img/15o.png');
}
.rtl img[src*="/16o.png"] {
    content: url('img/16c.png');
}
.rtl img[src*="/16c.png"] {
    content: url('../img/16o.png');
}
.rtl img[src*="/17o.png"] {
    content: url('../img/17c.png');
}
.rtl img[src*="/17c.png"] {
    content: url('../img/17o.png');
}
.rtl img[src*="/18o.png"] {
    content: url('../img/18c.png');
}
.rtl img[src*="/18c.png"] {
    content: url('../img/18o.png');
}
.rtl img[src*="/19o.png"] {
    content: url('../img/19c.png');
}
.rtl img[src*="/19c.png"] {
    content: url('../img/19o.png');
}
.rtl img[src*="/20o.png"] {
    content: url('../img/20c.png');
}
.rtl img[src*="/20c.png"] {
    content: url('../img/20o.png');
}
.rtl img[src*="/21o.png"] {
    content: url('../img/21c.png');
}
.rtl img[src*="/21c.png"] {
    content: url('../img/21o.png');
}
.rtl img[src*="/22o.png"] {
    content: url('../img/22c.png');
}
.rtl img[src*="/22c.png"] {
    content: url('../img/22o.png');
}
.rtl img[src*="/23o.png"] {
    content: url('../img/23c.png');
}
.rtl img[src*="/23c.png"] {
    content: url('../img/23o.png');
}
.rtl img[src*="/24o.png"] {
    content: url('../img/24c.png');
}
.rtl img[src*="/24c.png"] {
    content: url('../img/24o.png');
}
.rtl img[src*="/25o.png"] {
    content: url('/../img/25c.png');
}
.rtl img[src*="/25c.png"] {
    content: url('../img/25o.png');
}
.rtl img[src*="/26o.png"] {
    content: url('img/26c.png');
}
.rtl img[src*="/26c.png"] {
    content: url('../img/26o.png');
}
.rtl img[src*="/27o.png"] {
    content: url('../img/27c.png');
}
.rtl img[src*="/27c.png"] {
    content: url('../img/27o.png');
}
.rtl img[src*="/28o.png"] {
    content: url('../img/28c.png');
}
.rtl img[src*="/28c.png"] {
    content: url('../img/28o.png');
}
.rtl img[src*="/29o.png"] {
    content: url('../img/29c.png');
}
.rtl img[src*="/29c.png"] {
    content: url('../img/29o.png');
}
.rtl img[src*="/30o.png"] {
    content: url('../img/30c.png');
}
.rtl img[src*="/30c.png"] {
    content: url('../img/30o.png');
}
.rtl img[src*="/31o.png"] {
    content: url('../img/31c.png');
}
.rtl img[src*="/31c.png"] {
    content: url('../img/31o.png');
}
.rtl img[src*="/32o.png"] {
    content: url('../img/32c.png');
}
.rtl img[src*="/32c.png"] {
    content: url('../img/32o.png');
}
.rtl img[src*="/33o.png"] {
    content: url('../img/33c.png');
}
.rtl img[src*="/33c.png"] {
    content: url('../img/33o.png');
}
.rtl img[src*="/34o.png"] {
    content: url('../img/34c.png');
}
.rtl img[src*="/34c.png"] {
    content: url('../img/34o.png');
}
.rtl img[src*="/35o.png"] {
    content: url('/../img/35c.png');
}
.rtl img[src*="/35c.png"] {
    content: url('../img/35o.png');
}
.rtl img[src*="/36o.png"] {
    content: url('img/36c.png');
}
.rtl img[src*="/36c.png"] {
    content: url('../img/36o.png');
}
.rtl img[src*="/37o.png"] {
    content: url('../img/37c.png');
}
.rtl img[src*="/37c.png"] {
    content: url('../img/37o.png');
}
.rtl img[src*="/38o.png"] {
    content: url('../img/38c.png');
}
.rtl img[src*="/38c.png"] {
    content: url('../img/38o.png');
}
.rtl img[src*="/39o.png"] {
    content: url('../img/39c.png');
}
.rtl img[src*="/39c.png"] {
    content: url('../img/39o.png');
}
.rtl img[src*="/40o.png"] {
    content: url('../img/40c.png');
}
.rtl img[src*="/40c.png"] {
    content: url('../img/40o.png');
}
.rtl img[src*="/41o.png"] {
    content: url('../img/41c.png');
}
.rtl img[src*="/41c.png"] {
    content: url('../img/41o.png');
}
.rtl img[src*="/42o.png"] {
    content: url('../img/42c.png');
}
.rtl img[src*="/42c.png"] {
    content: url('../img/42o.png');
}
.rtl img[src*="/43o.png"] {
    content: url('../img/43c.png');
}
.rtl img[src*="/43c.png"] {
    content: url('../img/43o.png');
}
.rtl img[src*="/44o.png"] {
    content: url('../img/44c.png');
}
.rtl img[src*="/44c.png"] {
    content: url('../img/44o.png');
}
.rtl img[src*="/45o.png"] {
    content: url('/../img/45c.png');
}
.rtl img[src*="/45c.png"] {
    content: url('../img/45o.png');
}
.rtl img[src*="/46o.png"] {
    content: url('img/46c.png');
}
.rtl img[src*="/46c.png"] {
    content: url('../img/46o.png');
}
.rtl img[src*="/47o.png"] {
    content: url('../img/47c.png');
}
.rtl img[src*="/47c.png"] {
    content: url('../img/47o.png');
}
.rtl img[src*="/48o.png"] {
    content: url('../img/48c.png');
}
.rtl img[src*="/48c.png"] {
    content: url('../img/48o.png');
}
.rtl img[src*="/49o.png"] {
    content: url('../img/49c.png');
}
.rtl img[src*="/49c.png"] {
    content: url('../img/49o.png');
}
.rtl img[src*="/50o.png"] {
    content: url('../img/50c.png');
}
.rtl img[src*="/50c.png"] {
    content: url('../img/50o.png');
}
.d-hidden {
    visibility: hidden
}
.out-none {
    outline: none !important
}
.c-pointer {
    cursor: pointer
}

.btn-menu {
    padding: 4px 6px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.2rem;
    letter-spacing: 0.375px;
    margin-right: .75rem;
    border-radius: 4px;
}
    .btn-menu:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .btn-menu:hover {
        background-color: #e5e5e5;
        color: #000;
    }
    .btn-menu.dropdown-toggle::after {
        vertical-align: 2.3px;
    }

.filter-block button .oi.pi-checkbox-off {
    color: #cecfcd;
}

.filter-block button .oi.pi-checkbox-fill-on {
    color: #00AB5B !important;
}
.btn-secondary.btn-xs {
    padding: 1px 8px;
    font-size: .875rem;
    border-width: 1px;
    color: #6c757d;
    border-color: #6c757d;
    background-color:transparent;
}
    .btn-secondary.btn-xs:hover {
        padding: 1px 8px;
        font-size: .875rem;
        border-width: 1px;
        color: #6c757d;
        border-color: #6c757d;
        background-color: #f1f1f1;
    }

    .btn-secondary.btn-xs.disabled,
    .oi-light:disabled .btn-secondary.btn-xs {
        color: #adb5bd;
        border-color: #adb5bd;
    }
.replace-btns button.oi-light {
    padding: 1px;
}
.mt-n2 {
    margin-top: -.5rem;
}
.mt-15 {
    margin-top: .15rem;
}
.tm-segment.text-wrap,
.tm-segment-content .text-wrap,
.cat-xsegments .table-cell.text-wrap {
    white-space: break-spaces !important;
}
.cat-dialog {
    --d-width: 640px;
    --d-height: 480px;
    padding: 1.5rem;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.30000001192092896);
    background-color: #fff;
    border-radius: .5rem;
    border: 0!important;
    width: var(--d-width);
    height: var(--d-height);
}

.false-btt {
    padding: 4px 0 3px 0;
}

.opacity-6 {
    opacity: .6;
}

.b-r-0 {
    border-radius:0!important;
}
.b-c-white {
    background-color: #fff;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* sidebar-thin-width for Medium devices*/
@media screen and (max-width: 992px) {
    .sidebar {
        flex: 0 0 var(--sidebar-thin-width)!important;
        width: var(--sidebar-thin-width)!important;
        height: 100%;
        background: rgba(229, 229, 229, 0.5);
    }

    .main-flex {
        flex: 0 0 calc(100% - var(--sidebar-thin-width))!important;
        width: calc(100% - var(--sidebar-thin-width))!important;
    }

    .nav-toggle,
    .logo-txt {
        display: none;
    }
    .nav-link  {
        font-size: 0;
    }
        .nav-link [class^="pi-"]::before, .nav-link [class*=" pi-"]::before {
            font-size: 0;
            font-size: 1.5rem!important;
        }
}
@-moz-document url-prefix() {
        .sidebar-thin .nav-section .nav-item a.nav-link{
            padding: .5rem .25rem .5rem .6875rem;
        }
}

@media (max-width: 1601px) {
    .d-none-max-1600 {
        display: none;
    }
}
@media (min-width: 1600px) {
    .d-none-min-1600 {
        display: none;
    }
}