﻿@charset "UTF-8";
/* cyrillic-ext */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/cyrillic-ext.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/cyrillic.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/greek.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/vietnamese.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/latin-ext.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: "Roboto Flex";
    font-display: swap;
    font-weight: 100 900;
    font-stretch: 100%;
    src: url(/app/fonts/_external/roboto-flex/webfonts/latin.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --nav-line: var(--bs-navbar-color);
    --nav-line-hover: var(--bs-navbar-hover-color);
    --form-focus: #80bdff;
    --bg-washed: var(--bs-tertiary-bg);
    --mnu-adm-h: 2rem;
    --mnu-hed-h: 3rem;
    --mnu-nav-h: 3rem;
    --fot-fix-h: 3rem;
    --pge-adm-t: 0px;
    --pge-hed-t: 0px;
    --pge-nav-t: 0px;
    --fot-fix-b: 0px;
    --pge-adm-u: 0px;
    --pge-hed-u: 0px;
    --pge-nav-u: 0px;
    --fot-fix-u: 0px;
    --fa-style-family: "Font Awesome 6 Pro";
    --fa-style-duotone: "Font Awesome 6 Duotone";
    --sb-bg-rgb: 0,0,0;
    --bg-full-rgb: 255,255,255;
    --fa-stroke: var(--bs-body-bg);
}

.portrait-required {
    display: none;
}

@media only screen and (max-height: 400px) and (min-width: 400px) and (orientation: landscape) {
    .portrait-required {
        display: block;
    }
    .portrait-ok {
        display: none;
    }
}

.sec-adm {
    display: none;
}

.mnh-hed .navbar-nav,
.mnu-hed .navbar-nav,
.mnu-nav .navbar-nav {
    --bs-nav-link-padding-y: 0.75rem; /* height 48px; */
}
/*
.mnu-hed .navbar-nav.nav-underline,
.mnu-nav .navbar-nav.nav-underline {
    --bs-nav-underline-border-width: 0.25rem;
    --bs-nav-underline-gap: 0.5rem;
    --bs-navbar-nav-link-padding-x: 0.25rem;
    padding-top: 0.25rem;
}*/

[data-bs-theme=dark] {
    --sb-bg-rgb: 255,255,255;
    --bg-full-rgb: 0,0,0;
}

.cke-d-inline ,
.cke-d-inline-block ,
.cke-d-block {
    display: none;
}
.cke-set .cke-d-inline {
    display: inline;
}
.cke-set .cke-d-inline-block {
    display: inline-block;
}
.cke-set .cke-d-block {
    display: block;
}
.cke-set .cke-d-none {
    display: none;
}

.cke-on-d-inline ,
.cke-on-d-inline-block ,
.cke-on-d-block {
    display: none;
}
.cke-on .cke-on-d-inline {
    display: inline;
}
.cke-on .cke-on-d-inline-block {
    display: inline-block;
}
.cke-on .cke-on-d-block {
    display: block;
}
.cke-on .cke-on-d-none {
    display: none;
}

.vh100-calc {
    height: 100vh;
    position: absolute;
    width: 1px;
    left: -1px;
    top: 0;
}

.js-stuck {
    top: -1px;
}

.sticky-stuck.stuck-shadow {
    box-shadow: var(--bs-box-shadow) !important;
}

.js-map-fs-con {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #000;
}

.js-map-ctrl-help {
    min-width: min(420px,calc(100vw - 20px));
    border-radius: 2px;
}

.js-width-class {
    visibility: hidden
}

.sw-sm.d-sw-sm-none,
.sw-sm .d-sw-sm-none {
    display: none;
}

.d-sw-sm-flex {
    display: none;
}

.sw-sm.d-sw-sm-flex,
.sw-sm .d-sw-sm-flex {
    display: flex;
}

@media screen and (max-width: 400px) {
    .d-xs-hidden {
        display: none;
    }
}

.drgdrpfle-on-d-block {
    display: none;
}

.drgdrpfle-off-d-block {
    display: none;
}

.drgdrpfle-on .drgdrpfle-on-d-block {
    display: block;
}

.drgdrpfle-off .drgdrpfle-off-d-block {
    display: block;
}

@media (pointer: coarse) {
    .drgdrpfle-on .drgdrpfle-on-d-block {
        display: none;
    }

    .drgdrpfle-on .drgdrpfle-off-d-block {
        display: block;
    }
}

.h-title,
.ff-title {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.h-title,
.fw-900 {
    font-weight: 900;
}

.h-title,
.ls-tight {
    letter-spacing: -0.05em;
}

.tw-balance {
    text-wrap: balance;
}


.con-fce {
    position: relative;
    display: inline-block;
    margin-top: -0.75em;
    margin-bottom: -0.75em;
    top: 0.25em;
}

h1.con-fce {
    font-size: 2.5rem;
}

.acc-sum {
    display: flex;
    position: relative;
}

    .acc-sum .acc-fce {
        font-size: 2.5rem;
        margin-right: 0.5rem;
    }

    .acc-sum .acc-dtl {
        min-width: 0;
        display: flex;
        flex-direction: column;
    }

    .acc-sum .acc-nme {
        /*font-size: 1.75rem;*/
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: auto;
    }

    .acc-sum .acc-per {
        /*font-size: 0.875em;*/
        color: color-mix(in srgb, currentColor 75%, transparent);
        margin-left: 3.25rem;
        margin-bottom: 0.25rem;
    }

    .acc-sum .acc-pivsts {
        border-radius: 0.75rem;
        position: absolute;
        bottom: 0.125rem;
        left: 2.75rem;
        width: 4rem;
        color: #fff;
        z-index: 1;
    }

.acc-pivsts.acc-piv {
    background-color: #95da2c;
}

.acc-pivsts.non-piv {
    background-color: #dddddd;
}

.acc-sum .acc-pivsts .ico-piv {
    margin-right: 0.375rem;
}

.acc-sum .acc-pivsts.acc-piv .ico-piv {
    color: #95da2c;
}

.acc-sum .acc-pivsts.non-piv .ico-piv {
    color: #dddddd;
}

.acc-sum .acc-pivsts.acc-piv .ico-piv .ico-sts {
    color: rgb(var(--bs-warning-rgb));
}

    .acc-sum .acc-pivsts.acc-piv .ico-piv .ico-sts:before {
        content: "\f00c";
    }

.acc-sum .acc-pivsts.non-piv .ico-piv .ico-sts {
    color: rgba(var(--bs-danger-rgb),0.25);
}

    .acc-sum .acc-pivsts.non-piv .ico-piv .ico-sts:before {
        content: "\f00d";
    }

.hover-fade-out-con .hover-fade-out {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.hover-fade-out-con:hover .hover-fade-out {
    opacity: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

.z-6 {
    z-index: 6;
}

p {
    margin-bottom: 0.5rem;
}
.text-btn-primary {
    color: var(--bs-btn-primary);
}
.text-right {
    text-align: right !important;
}

.js-blur-val .select2-chosen,
.text-blur {
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,0.75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 3px;
}

.word-break-all {
    word-break: break-all;
}

.user-select-all {
    user-select: all;
}

.pre-space {
    letter-spacing: 2px;
}

    .pre-space:before {
        content: '\23b5';
        position: absolute;
        color: rgba(0,0,0,0.25);
        margin-left: 1px;
    }

:fullscreen .fullscreen-none {
    display: none;
}

.fullscreen-block,
.fullscreen-inline-block {
    display: none;
}

:fullscreen .fullscreen-block {
    display: block;
}

:fullscreen .fullscreen-inline-block {
    display: inline-block;
}

.empty-d-none:empty {
    display: none;
}

.picture-cover-con {
    overflow: hidden;
    position: relative;
}

.picture-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.pending-picture {
    overflow: hidden;
}

    .pending-picture > img {
        filter: blur(10px);
    }

.pending-picture-cover .picture-cover {
    filter: blur(10px);
}

.cur-cde {
    display: inline-block;
    min-width: 2.5rem;
}
.cur-sgn {
    display: inline-block;
    min-width: 1.25rem;
    text-align: right;
}
.cur-nme {
    display: inline-block;
    margin-left: 0.5rem;
}

.mw-none,
.mw-none .container,
.mw-none .container-fluid {
    max-width: none !important;
}

.mw-ex {
    max-width: 1580px;
}

.mw-xl {
    max-width: 1170px;
}

.mw-lg {
    max-width: 830px;
}

.mw-md {
    max-width: 750px !important;
}

@media screen and (min-width: 768px) and (min-height: 521px) {
    .mh-sm-sm {
        max-height: 200px;
    }

    .mh-sm-md {
        max-height: 400px;
    }
}

.mnh-1l { min-height: 1rem; }
.mnh-2l { min-height: 2rem; }
.mnh-3l { min-height: 3rem; }
.mnh-4l { min-height: 4rem; }
.mnh-5l { min-height: 5rem; }
.mnh-6l { min-height: 6rem; }
.mnh-7l { min-height: 7rem; }
.mnh-8l { min-height: 8rem; }
.mxh-1l { max-height: 1rem; }
.mxh-2l { max-height: 2rem; }
.mxh-3l { max-height: 3rem; }
.mxh-4l { max-height: 4rem; }
.mxh-5l { max-height: 5rem; }
.mxh-6l { max-height: 6rem; }
.mxh-7l { max-height: 7rem; }
.mxh-8l { max-height: 8rem; }

.min-0 {
    min-width: 0;
}
.min-1 {
    min-width: 1rem;
}
.min-2 {
    min-width: 2rem;
}
.min-3 {
    min-width: 3rem;
}
.min-4 {
    min-width: 4rem;
}
.min-5 {
    min-width: 5rem;
}

.min-xs {
    min-width: 160px;
}

.min-sm {
    min-width: 320px;
}

@media (min-width: 400px) {
    .min-md {
        min-width: 400px;
    }
}

@media (min-width: 500px) {
    .min-lg {
        min-width: 500px;
    }
}

@media (min-width: 600px) {
    .min-ex {
        min-width: 600px;
    }
}

@media (min-width: 700px) {
    .min-xl {
        min-width: 700px;
    }
}

col.w-30 {
    width: 30%;
}

col.w-33 {
    width: 33%;
}

col.w-40 {
    width: 40%;
}

col.w-45 {
    width: 45%;
}

col.w-55 {
    width: 55%;
}

col.w-60 {
    width: 60%;
}

col.w-65 {
    width: 65%;
}

col.w-66 {
    width: 66%;
}

col.w-70 {
    width: 70%;
}

col.w-80 {
    width: 80%;
}

col.w-85 {
    width: 85%;
}

col.w-90 {
    width: 90%;
}

.column-sm {
    width: 210px;
}

@media (max-width: 399px) {
    .fs-xs-reset {
        font-size: 1rem;
    }
}

.p-last-mb-0 > p:last-child {
    margin-bottom: 0;
}


.has-error .form-control {
    border-color: var(--bs-form-invalid-border-color);
}

.select2-multi-choices-fw .select2-container-multi .select2-choices li,
.select2-multi-choices-fw.select2-container-multi .select2-choices li {
    float: none;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    /*border-color: rgba(var(--bs-info-rgb), 1);*/
    /*box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);*/
    border-color: var(--focus-border);
    box-shadow: var(--focus-ring-box-shadow);
}

.btn-group > :not(.btn-check:first-child) + .btn, 
.btn-group > .btn-group:not(:first-child) {
    margin-left: 1px;
}

.css_RdoCon label.btn.btn-radio,
.css_ChkCon label.btn.btn-radio {
    padding: .75rem .75rem .75rem 2.25rem;
}
.css_RdoCon label.btn.btn-radio span.css_Rdo {
    top: auto;
}

.btn-radio {
    --bs-btn-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-btn-border-color: var(--bs-border-color); /* var(--bs-info);  #d9edf7; */
    --bs-btn-hover-bg: rgba(var(--bs-body-color-rgb), 0.1);
    --bs-btn-hover-border-color: var(--bs-border-color); /* var(--bs-info); /* #ddeff8; */
}

.btn-radio.checked {
    --bs-btn-bg: var(--bs-info-bg-subtle); /* #d9edf7; */
    --bs-btn-border-color: var(--bs-info); /* var(--bs-info);  #d9edf7; */
    --bs-btn-hover-bg: var(--bs-info-bg-subtle);
    --bs-btn-hover-border-color: var(--bs-info); /* var(--bs-info); /* #ddeff8; */
}
/*
.btn-success.focus:not(:focus-visible),
.btn-success:focus:not(:focus-visible),
.btn-success:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-primary.focus:not(:focus-visible),
.btn-primary:focus:not(:focus-visible),
.btn-primary:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-secondary.focus:not(:focus-visible),
.btn-secondary:focus:not(:focus-visible),
.btn-secondary:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-info.focus:not(:focus-visible),
.btn-info:focus:not(:focus-visible),
.btn-info:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-warning.focus:not(:focus-visible),
.btn-warning:focus:not(:focus-visible),
.btn-warning:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-danger.focus:not(:focus-visible),
.btn-danger:focus:not(:focus-visible),
.btn-danger:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-light.focus:not(:focus-visible),
.btn-light:focus:not(:focus-visible),
.btn-light:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn-dark.focus:not(:focus-visible),
.btn-dark:focus:not(:focus-visible),
.btn-dark:not(:disabled):not(.disabled):active:focus:not(:focus-visible),
.btn.focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
    box-shadow: none;
}
*/
.form-control:disabled, .form-control[readonly] {
    background: var(--bs-secondary-bg);
}

.input-group > .btn {
    align-items: center;
    display: inline-flex;
}

.input-group > .form-control-extended:not(:first-child) > .custom-select,
.input-group > .form-control-extended:not(:first-child) > .form-control {
    border-top-left-radius: 0; /* HACK to FIX Chrome disply bug*/
    border-top-left-radius: 0.01px; /* HACK to FIX Chrome disply bug*/
    border-bottom-left-radius: 0;
}

.input-group > .form-control-extended:not(:last-child) > .custom-select,
.input-group > .form-control-extended:not(:last-child) > .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.hidden {
    display: none !important;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

.focus-within-show {
    display: none;
}

.focus-within:focus-within .focus-within-show {
    display: block;
}


.btn-min {
    min-width: 6rem;
}

@media (min-width: 576px) {
    .btn-sm-min {
        min-width: 6rem;
    }
}

.btn-min-md {
    min-width: 8rem;
}

.text-body-bg {
    color: var(--bs-body-bg);
}

.text-comment {
    /*opacity: 0.75;*/
    /*color: color-mix(in srgb, currentColor 75%, transparent);*/
    color: color-mix(in srgb, currentColor 50%, transparent);
}

/*
.btn-link , 
a {
    color: #337ab7;
}
.btn-link.text-muted:hover {
    color: #000!important;
}
.btn-link.text-muted.focus,
.btn-link.text-muted:focus {
    color: #000!important;
}

a:focus {
    text-decoration: underline; BS5
    color: #0056b3;
}
a:hover {
    text-decoration: none; BS5
    color: #337ab7;
}
@media (hover: hover) and (pointer: fine) {
    a:hover {
        text-decoration: underline; BS5
        color: #0056b3;
    }
}

.btn:focus {
    text-decoration: none;
}
*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.card-body > .card-page {
    margin: -1.25rem;
}

.sidebar .sidebar-invisible {
    visibility: hidden;
}

.sidebar-content-inner > .container-fluid > .card-page {
    /*margin-right: -15px;
    margin-left: -15px;*/
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.img-thumbnail {
    display: inline-block;
}

.nav > li {
    position: relative;
}

/*
.navbar-nav > li > a {
    position: relative;
}*/

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    /*xpadding-top: 0.5rem;*/
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.help-block {
    display: block;
}

.dropstart .dropdown-toggle::before,
.dropend .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropdown-toggle::after {
    display: none;
}

.css_PgeCon.container-fluid {
    width: auto;
}


.mnu-nav {
    min-height: 50px;
    min-height: var(--mnu-nav-h);
    /* mobile-blue-nav display: none;*/
    padding-top: 0;
    padding-bottom: 0;
}

.mnh-hed {
    min-height: var(--mnu-hed-h);
}

.mnu-hed {
    min-height: 50px;
    min-height: var(--mnu-hed-h);
    padding-top: 0;
    padding-bottom: 0;
}

.text-white-50 a {
    color: rgba(255,255,255,0.5);
}

.text-white-50 a:focus {
    color: rgba(255,255,255,0.75);
}

@media (hover: hover) and (pointer: fine) {
    .text-white-50 a:hover {
        color: rgba(255,255,255,0.75);
    }
}

.text-black-50 a {
    color: rgba(0,0,0,0.5);
}

.text-black-50 a:focus {
    color: rgba(0,0,0,0.75);
}

@media (hover: hover) and (pointer: fine) {
    .text-black-50 a:hover {
        color: rgba(0,0,0,0.75);
    }
}

.carousel-control {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.75;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.75));
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100) drop-shadow(0px 0px 3px rgba(255, 255, 255, 0.75));
}
/*.bs4 .float-label .btn-form-clear {*/
.select2-container .select2-choice .select2-arrow b,
.select2-container-multi .select2-search-choice-close,
.select2-container.select2-allowclear .select2-choice abbr,
.btn-form-clear,
.btn-pwd-tgl,
.ico-form-srh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}

@media screen {
    .scroll-y-auto {
        overflow-y: auto;
    }

    .scroll-y-over {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .scroll-shadow-y {
        position: relative;
        z-index: 1;
        overflow-y: auto;
        background: var(--bs-body-bg) no-repeat;
        background-image: radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.2), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.2), rgba(0,0,0,0));
        background-position: 0 0, 0 100%;
        background-size: 100% 14px;
    }

        .scroll-shadow-y:before,
        .scroll-shadow-y:after {
            content: "";
            position: relative;
            z-index: -1;
            display: block;
            height: 30px;
            margin: 0 0 -30px;
            background: linear-gradient(to bottom,var(--bs-body-bg),var(--bs-body-bg) 30%,rgba(255,255,255,0));
        }

        .scroll-shadow-y:after {
            margin: -30px 0 0;
            background: linear-gradient(to bottom,rgba(255,255,255,0),var(--bs-body-bg) 70%,var(--bs-body-bg));
        }
}

textarea {
    cursor: auto;
}
/* fix textarea scrollbar cursor */

.modal {
    --bs-modal-color: var(--bs-body-color);
}

@media screen and (min-width: 410px) {
    .modal .modal-dialog.modal-pos-br {
        height: calc(100% - 0.5rem);
        margin-right: 0.25rem;
        margin-top: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .modal .modal-dialog.modal-pos-br > .modal-content {
        position: absolute;
        bottom: 0;
    }
}
@media screen and (min-width: 768px) and (min-height: 521px) {
    .modal-open .modal, .scroll-y-auto, .scroll-y-over {
        overflow-y: auto;
    }

    ::-webkit-scrollbar-corner {
        background: rgba(var(--sb-bg-rgb), 0.025);
    }

    ::-webkit-scrollbar {
        width: 17px;
        height: 17px;
        border-radius: 6px;
        background: rgba(var(--sb-bg-rgb), 0.025);
    }

        ::-webkit-scrollbar:focus {
            background: rgba(var(--sb-bg-rgb), 0.5);
        }

        ::-webkit-scrollbar:hover {
            background: rgba(var(--sb-bg-rgb), 0.05);
        }

        ::-webkit-scrollbar:window-inactive {
            background: rgba(var(--sb-bg-rgb), 0.01);
        }

    ::-webkit-scrollbar-track {
        border-radius: 2px;
    }

    ::-webkit-scrollbar-thumb {
        min-height: 30px;
        border-radius: 6px;
        border: 4px solid transparent;
        background-clip: padding-box;
        background-color: rgba(var(--sb-bg-rgb), 0.15);
    }

        ::-webkit-scrollbar-thumb:hover {
            background-color: rgba(var(--sb-bg-rgb), 0.25);
        }

    /*
    .scroll-dark::-webkit-scrollbar {
        background: rgba(255, 255, 255, 0.15);
    }
    .scroll-dark::-webkit-scrollbar:hover {
        background: rgba(255, 255, 255, 0.2);
    }
    .scroll-dark::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.5);
    }
    .scroll-dark::-webkit-scrollbar-thumb:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }*/

    ::-webkit-scrollbar-button:single-button {
        background-color: rgba(var(--sb-bg-rgb), 0.05);
        background-size: 9px 9px;
        background-position: center 6px;
        background-repeat: no-repeat;
        height: 17px;
        width: 17px;
    }

    .sidebar-mod-sticky-cover .sidebar-content-inner::-webkit-scrollbar-button:single-button:start {
        height: 67px;
        border-top-right-radius: 6px;
        border-top: 50px solid var(--bs-body-bg);
    }

    .js-btn-clear::-webkit-scrollbar-button:single-button:start {
        height: 63px;
        border-top-right-radius: 6px;
        border-top: 46px solid var(--bs-body-bg);
    }

    ::-webkit-scrollbar-button:single-button:hover {
        background-color: rgba(var(--sb-bg-rgb), 0.1);
    }

    /*
    .scroll-dark::-webkit-scrollbar-button:single-button {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .scroll-dark::-webkit-scrollbar-button:single-button:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }*/

    ::-webkit-scrollbar-button:single-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(128,128,128,0.7)'><polygon points='0,50 100,50 50,0'/></svg>");
    }

    ::-webkit-scrollbar-button:single-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(128,128,128,0.7)'><polygon points='0,0 100,0 50,50'/></svg>");
    }

    ::-webkit-scrollbar-button:single-button:horizontal:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(128,128,128,0.7)'><polygon points='0,50 50,100 50,0'/></svg>");
        background-position: 6px center;
    }

    ::-webkit-scrollbar-button:single-button:horizontal:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(128,128,128,0.7)'><polygon points='0,0 0,100 50,50'/></svg>");
        background-position: 6px center;
    }

    /*
    .scroll-dark::-webkit-scrollbar-button:single-button:vertical:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(255, 255, 255, 0.75)'><polygon points='0,50 100,50 50,0'/></svg>");
    }
    .scroll-dark::-webkit-scrollbar-button:single-button:vertical:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(255, 255, 255, 0.75)'><polygon points='0,0 100,0 50,50'/></svg>");
    }
    .scroll-dark::-webkit-scrollbar-button:single-button:horizontal:decrement {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(255, 255, 255, 0.75)'><polygon points='0,50 50,100 50,0'/></svg>");
        background-position: 6px center;
    }
    .scroll-dark::-webkit-scrollbar-button:single-button:horizontal:increment {
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgba(255, 255, 255, 0.75)'><polygon points='0,0 0,100 50,50'/></svg>");
        background-position: 6px center;
    }
    */
}

@media screen {

    .viewport-height {
        height: 100vh;
        height: var(--vh100,100vh);
        min-height: 300px;
    }


    body.bdy-mnu-hed {
        --pge-hed-t: var(--mnu-hed-h);
        --pge-hed-u: var(--mnu-hed-h);
    }


    body.bdy-fot-fix {
        --fot-fix-b: var(--fot-fix-h);
        --fot-fix-u: var(--fot-fix-h);
        padding-bottom: var(--fot-fix-h);
    }

    .bdy-fot-fix footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: var(--fot-fix-h);
        z-index: 997;
        /*overflow: hidden;*/
    }

    body .viewport-height {
        height: calc(100vh - calc(var(--pge-hed-u) + var(--pge-nav-u) + var(--fot-fix-u)));
        height: calc(var(--vh100,100vh) - calc(var(--pge-hed-u) + var(--pge-nav-u) + var(--fot-fix-u)));
    }

    .sec-footer-expand {
        overflow: auto;
        scrollbar-gutter: stable;
        /*transition: height 0.2s ease-in-out 0s;*/
        transition-duration: 0.5s;
        transition-timing-function: ease-in-out;
        transition-property: max-height;
        overscroll-behavior: contain;
    }

    .bdy-fot-fix .sec-footer-expand {
        max-height: 0;
        overflow: hidden;
    }

    .bdy-fot-fix.bdy-fot-exp .sec-footer-expand {
        max-height: 400px;
        max-height: calc(var(--vh100,100vh) - var(--fot-fix-u));
        overflow: auto;
        animation: hide-scroll 0.5s backwards;
    }
}

body.bdy-mnu-nav {
    --pge-nav-t: var(--mnu-nav-h);
    --pge-nav-u: var(--mnu-nav-h);
}

@keyframes hide-scroll {
    from, to {
        overflow: hidden;
    }
}

.sec-pge-loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
    background: rgba(255,255,255,0.25);
    height: 100vh;
    height: var(--vh100,100vh);
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.pge-loading .sec-pge-loading {
    display: flex;
    opacity: 1;
}

.pge-loading .sec-pge-loading-inner {
    background: var(--bs-body-bg);
    width: 5rem;
    height: 5rem;
    text-align: center;
    font-size: 3rem;
    margin: auto;
    border-radius: 50%;
    line-height: 5rem;
}

    .pge-loading .sec-pge-loading-inner i.fa-spinner {
        opacity: 0.5;
    }

.sec-footer > .container-fluid:before,
.sec-footer > .container:before {
    content: "";
    float: left;
    width: 40px;
    height: var(--fot-fix-h);
    /*background: rgba(0,0,0,0.2);*/
}

/* 2024-08-23 remove sidebar-btn-sub 
        .bdy-sde-srh .sec-footer > .container-fluid:before,
        .bdy-sde-srh .sec-footer > .container:before {
            width: 75px;
        } */

@media screen and (min-width: 768px) and (min-height: 521px) {
    body .bdy-fot-fix {
        padding-bottom: var(--fot-fix-h);
    }

    .bdy-fot-fix footer {
        min-height: var(--fot-fix-h);
    }
}

.bdy-fot-fix footer .container-fluid,
.bdy-fot-fix footer .container {
    position: relative;
}

.bdy-fot-fix.bdy-fot-exp footer {
    max-height: 100%;
}
.bdy-fot-fix.bdy-fot-exp footer,
.bdy-fot-fix footer:focus-within {
    z-index: 1040;
}

.bdy-fot-fix footer .js-fot-toggle {
    position: absolute;
    left: 0;
    right: 0;
    height: var(--fot-fix-h);
    z-index: 1;
    text-decoration: none;
}

.bdy-fot-fix footer .js-fot-toggle-ico {
    position: absolute;
    line-height: var(--fot-fix-h);
    left: 15px;
    top: 0;
    /*transform: rotate(0);
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-property: transform;*/
}

    .bdy-fot-fix footer .js-fot-toggle-ico:before {
        /*content: "\f055";*/
        content: "\f0fe";
        font-weight: 300;
    }

.bdy-fot-fix.bdy-fot-exp footer .js-fot-toggle-ico:before {
    /*content: "\f057";*/
    content: "\f146";
    font-weight: 900;
}

/* 2024-08-23 remove sidebar-btn-sub 
    .bdy-fot-fix.bdy-sde-srh footer .js-fot-toggle-ico {
        left: 50px;
    }*/

.bdy-fot-fix .scroll-top-wrapper {
    bottom: calc(var(--fot-fix-h) + 10px);
}

.sec-footer {
    min-height: var(--fot-fix-h);
}

@media screen and (min-width: 768px) and (min-height: 521px) {
    .mnu-nav-mnu {
        display: none;
    }
}

/*@media screen and (min-width: 768px) and (min-height: 521px) {*/

/* bdy-mnu-hed = 50px */
/* bdy-mnu-nav = 40px */
/* bdy-fot-fix = 40px */

.navbar.mnu-hed {
    top: calc(var(--mnu-hed-h) * -1);
    visibility: hidden;
}

.navbar.mnu-nav {
    display: flex;
    top: calc(var(--mnu-nav-h) * -1);
    visibility: hidden;
}

body.bdy-mnu-hed .navbar.mnu-hed {
    top: 0px;
    visibility: visible;
}

body.bdy-mnu-nav .navbar.mnu-nav {
    top: var(--pge-hed-u);
    visibility: visible;
}

body {
    padding-top: calc(var(--pge-nav-u) + var(--pge-hed-u));
    min-width: 360px;
    text-size-adjust: 100%;
}

/*}*/


.fa-img img {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}

.fa-img {
    margin-top: -0.2em;
    margin-bottom: -0.2em;
}

    .fa-img.fa-img-thumbnail img {
        padding: 2px;
        background: var(--bs-body-bg);
        border: 1px solid var(--bs-border-color);
        box-sizing: content-box;
        margin: -3px 0;
    }

.fa-img-circle img {
    border-radius: 50%;
}

.clear {
    clear: both;
}

.mnh-50 {
    min-height: 50%;
}

.mnh-100 {
    min-height: 100%;
}

.mnh-unset {
    min-height: unset !important;
}

.mnh-form-control,
.form-control.form-control-div {
    height: auto;
    min-height: calc(1.5em + 1.25rem + 2px);
}

.table-list > tbody > tr > td,
.form-control-static,
.word-break,
.break-word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.collapse-inner-h4 {
    max-width: calc(100% - (calc(1.275rem + 0.3vw) * 1.5)); /* match h4 font size */
    min-width: min(100%, 400px);
    margin-left: auto;
    /*margin-right: auto;*/
}

@media (min-width: 1200px) {
    .collapse-inner-h4 {
        max-width: calc(100% - (1.5rem * 1.5));
    }
}

.collapse-inner-h5 {
    max-width: calc(100% - (1.25rem * 1.5) ); /* match h5 font size */
    min-width: min(100%, 400px);
    margin-left: auto;
    /*margin-right: auto;*/
}

.p-section p:last-child {
    margin-bottom: 0;
}

.word-break {
    display: inline-block;
}

.font-size-1rem {
    font-size: 1rem;
}

.label-small {
    line-height: 0.75rem;
    font-size: 0.75rem;
}

.large {
    font-size: 112.5%; /* 16px 112.5% = 18px */
}

.medium {
    font-size: 93.75%; /* 16px 93.75% = 15px */
}

.select2-container.slt2-no-invisible.invisible {
    visibility: initial !important;
}

.nav-header,
.nav-text {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
}

.navbar-expand .navbar-nav .nav-header,
.navbar-expand .navbar-nav .nav-text {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}
/*.label-item,*/
.smaller {
    /*font-size: 68.75%; /* 16px 68.75% = 11px */
    font-size: 0.75em; /* 16px 75% = 12px */
}

.label-item {
    /*text-transform: uppercase !important;*/
    opacity: 0.5;
}

@media screen and (max-width: 440px) {
    .medium-xs {
        font-size: 93.75%; /* 16px 93.75% = 15px */
    }
}

.ms-overlap {
    /*margin-left: -17px;*/
    margin-left: calc((var(--bs-gutter-x) + var(--bs-border-radius) + var(--bs-border-width)) * -0.5)
}

.rounded-in,
.rounded-start-in,
.rounded-top-in {
    border-top-left-radius: inherit;
}

.rounded-in,
.rounded-end-in,
.rounded-top-in {
    border-top-right-radius: inherit;
}

.rounded-in,
.rounded-start-in,
.rounded-bottom-in {
    border-bottom-left-radius: inherit;
}

.rounded-in,
.rounded-end-in,
.rounded-bottom-in {
    border-bottom-right-radius: inherit;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
}

.rounded-left-0 {
    border-bottom-left-radius: 0 !important;
}

.rounded-right-0 {
    border-bottom-right-radius: 0 !important;
}

.overflow-limiter {
    min-height: 64px;
    max-height: 64px;
}

.overflow-min {
    height: 64px;
}

.overflow-limit {
    z-index: 1;
    position: relative;
    max-height: inherit;
    overflow: hidden;
}

.overflow-limiter.overflow-on {
    max-height: none;
}

    .overflow-limiter.overflow-on .overflow-limit {
        height: auto;
        min-height: inherit;
        overflow: initial;
    }

.overflow-on .overflow-hide {
    display: none;
}

.overflow-show {
    display: none;
}

.overflow-on .overflow-show {
    display: inline-block;
}

.limiter-on .overflow-pb-2 {
    padding-bottom: 0.5rem;
}

.limiter-visible {
    visibility: hidden;
}

.limiter-d-inline-block,
.limiter-d-block {
    display: none;
}

.limiter-on .limiter-visible {
    visibility: visible;
}

.limiter-on .limiter-d-block {
    display: block;
}

.limiter-on .limiter-d-inline-block {
    display: block;
}

.navbar-limit-nav {
    overflow: hidden;
}

.ctrl-limit {
    min-height: 40px;
    max-height: 40px;
}

.ctrl-limit-xs .ctrl-limit {
    max-height: 40px;
}

@media screen and (min-width: 768px) and (min-height: 521px) {
    .ctrl-limit {
        max-height: 40px;
    }
}

.ctrl-limit.ctrl-limit-open {
    max-height: none;
}

.ctrl-limit .ctrl-limit-show,
.ctrl-limit .ctrl-limit-show-block {
    display: none;
}

.ctrl-limit.ctrl-limit-open .ctrl-limit-show {
    display: inline-block;
}

.ctrl-limit.ctrl-limit-open .ctrl-limit-show-block {
    display: block;
}

.ctrl-limit.ctrl-limit-open .ctrl-limit-hide {
    display: none;
}

.ctrl-limit-main {
    z-index: 1;
    position: relative;
    max-height: inherit;
    overflow: hidden;
    margin-right: 52px; /* BS4 ADD */
}

.no-options .ctrl-limit-main {
    margin-right: 0;
}

.filter-tab-on .ctrl-limit-main {
    margin-left: 20px;
}

.filter-tab {
    z-index: 2;
    position: absolute;
    left: -15px;
}

@media screen and (max-width: 440px) {
    .filter-tab-on .ctrl-limit-main {
        margin-left: 30px;
    }

    .filter-tab {
        left: -5px;
    }
}

.ctrl-limit.ctrl-limit-open .ctrl-limit-main {
    /*position: relative;*/
    height: auto;
    min-height: 40px;
    overflow: initial;
}

.ctrl-limit-2x .ctrl-limit {
    height: 82px;
}

.ctrl-limit-2x .ctrl-limit-main {
    height: 82px;
}

.ctrl-limit-2x .ctrl-limit.ctrl-limit-open .ctrl-limit-main {
    min-height: 82px;
}

.limit-main-primary .ctrl-limit-main {
    background: var(--bs-primary);
}

.limit-main-info .ctrl-limit-main {
    background: var(--bs-info);
}

.pt-fl {
    padding-top: 0.75rem;
}

.ctrl-mt {
    margin-top: 1px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.ctrl-m {
    margin-right: 2px;
    margin-left: 2px;
}

.scroll-to-fixed-fixed .ctrl-limit {
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.js-dyn-height > .lstpge,
.viewport-height > .lstpge {
    height: 100%;
}

/*
.ses-v-show {
    display: none;
}*/
body:not(.ses-v) .ses-v-show {
    display: none;
}

.ses-v .ses-v-hide {
    display: none;
}

.lstpge-tile section.lstpge-rst {
    display: contents;
}

.lstpge-tile .col-border-none {
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(250px, 1fr) );
    gap: 1rem
}

.lstpge-tile.tile-sm .col-border-none {
    grid-template-columns: repeat( auto-fill, minmax(180px, 1fr) );
}

.lstpge-tile .col-border-none {
    padding: 1rem;
}

@media screen {

    .list-scroll {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

        .list-scroll .list-header {
            position: relative;
            z-index: 5;
        }

        .list-scroll .list-footer {
            position: relative;
            z-index: 1;
        }

        .list-scroll .list-container {
            flex: 1 1 auto;
            min-height: 100px;
            z-index: 1;
        }

        .list-scroll .list-container {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .list-scroll .list-body-container {
            flex: 1 1 auto;
            min-height: 100px;
        }

        .list-scroll .list-body-container {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .list-scroll .list-banner {
            display: none;
            flex: 1 1 auto;
            min-height: 6rem;
            overflow-y: auto;
        }

        .list-scroll .list-body {
            flex: 1 1 auto;
            overflow-y: scroll;
            min-height: 200px;
        }

        .list-scroll.no-min-height .list-body {
            min-height: unset;
        }


    .table-list-col-sticky thead th {
        position: sticky !important;
        z-index: 6; /* 2 -> 6 for scroll shadows */
        top: 0;
    }


    .table-list-col-sticky .scrolled-d thead th {
        box-shadow: 0 6px 6px -6px rgba(0,0,0,0.5);
    }

    /*
    .table-list-col-sticky .scrolled-d thead th {
        box-shadow: 0px -10px 10px 10px rgba(0,0,0,0.5);
        clip-path: inset(0px 0px -10px 0px);
    }

    .table-list-col-sticky .scrolled-d thead th:hover,
    .table-list-col-sticky .scrolled-d thead th:focus-within {
        box-shadow: 0 6px 6px -6px rgba(0,0,0,0.5);
        clip-path: none;
    }
        */

    .table-list-col-sticky thead th.col-sticky {
        z-index: 10; /* 3 -> 10 for scroll shadows + over hover/focus-within search controls */
    }

    .table-list-col-sticky .col-sticky {
        position: sticky !important;
        left: 0;
        background: var(--bs-body-bg); /*  */
    }

    .table-list-col-sticky .col-sticky {
        /*z-index: 1;*/
        z-index: 6; /* 2 -> 6 for scroll shadows */
    }

    .table-list-col-sticky div.col-sticky {
        z-index: 1;
    }

    .table-list-col-sticky .col-ctrls {
        padding-right: 0;
        padding-left: 0;
    }

    /*
    .table-list-col-sticky .scrolled-r .col-sticky {
        box-shadow: 6px 0 6px -6px rgba(0,0,0,0.5);
    }*/
    .table-list-col-sticky .scrolled-r .col-sticky:before {
        content: "";
        position: absolute;
        top: -1px;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: -10px 0px 10px 10px rgba(0,0,0,0.5);
        clip-path: inset(1px -10px 0px 0px);
    }


    .sidebar-content .header-bg-light .list-header {
        /*background: var(--bg-washed);*/
        margin: 0;
        padding: .25rem 0;
    }

    .bg-washed,
    .header-bg-light .table-list > thead > tr.list-headers > th {
        background: var(--bg-washed);
    }

    .header-bg-light .ctrl-limit-main {
        margin-right: 40px;
    }

    .list-scroll .list-body {
        overflow-y: auto;
    }
}

@media print {

    thead th {
        height: 1.1cm;
    }

    .table-list-col-sticky .col-sticky {
        visibility: hidden;
    }

    @page {
        size: auto;
    }

    .fl-scrolls-body {
        overflow: initial;
    }
}

.js-lstpge-banner-off {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}
/*.lstpge-banner-half .js-lstpge-banner-off,*/
.lstpge-banner-on .js-lstpge-banner-off,
.lstpge-banner-side .js-lstpge-banner-off {
    /*
    background-color: #f8f9fa;
    border-color: #f8f9fa;*/
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color);
}

.lstpge-setcol-on,
.lstpge-rstcol-on {
    visibility: hidden;
}

.lstpge-setcol .lstpge-setcol-on,
.lstpge-rstcol .lstpge-rstcol-on {
    visibility: visible;
}
/*.js-lstpge-banner-half ,*/
.js-lstpge-banner-side {
    display: none;
    /*opacity: .25;*/
}

/*.lstpge-banner-half .js-lstpge-banner-half,*/
.lstpge-banner-on .js-lstpge-banner-on,
.lstpge-banner-side .js-lstpge-banner-on {
    /*
    background-color: #e2e6ea;
    border-color: #dae0e5;*/
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}



.lstpge-upd-hide .js-lstpge-upd,
.ctrl-lmttog-hide .lstpge-pge-ctrl-lmttog,
.ctrl-pgersh-hide .lstpge-pge-ctrl-pgersh,
.ctrl-rsttot-hide .lstpge-pge-ctrl-rsttot,
.ctrl-pgs-hide .lstpge-pge-ctrl-pgs,
.ctrl-srl-hide .lstpge-pge-ctrl-srl {
    display: none;
}
/*
.lstpge-container.lstpge-banner-half .list-banner,
.lstpge-container.lstpge-banner-half .list-body-container {
    flex: 1 1 auto;
}*/

/*.lstpge-container.lstpge-banner .lstpge-pge-ctrls ,*/
.lstpge-container.lstpge-banner-side .list-body-fl-scrolls-body-t,
.lstpge-container.lstpge-banner-side .list-body-fl-scrolls-body-b,
.lstpge-container.lstpge-banner-side .list-body-container,
.lstpge-container.lstpge-banner-on .list-body-fl-scrolls-body-t,
.lstpge-container.lstpge-banner-on .list-body-fl-scrolls-body-b,
.lstpge-container.lstpge-banner-on .list-body-container,
.lstpge-container.lstpge-banner-empty .list-body-fl-scrolls-body-t,
.lstpge-container.lstpge-banner-empty .list-body-fl-scrolls-body-b,
.lstpge-container.lstpge-banner-empty .list-body-container {
    display: none;
}
/*
.lstpge-container.lstpge-banner-on .list-body-container {
    height: auto;
}
    */
/*.lstpge-container.lstpge-banner-half .list-banner,*/
.lstpge-container.lstpge-banner-on .list-banner,
.lstpge-container.lstpge-banner-empty .list-banner,
.lstpge-container.lstpge-banner-side .list-banner {
    display: block;
}

/*@media (min-width: 992px) {*/
@media (min-width: 1200px) {
    /*.js-lstpge-banner-half,*/
    .js-lstpge-banner-side {
        display: block;
        /*opacity: 1;*/
    }

    .lstpge-banner-side .js-lstpge-banner-side {
        /*background-color: #dae0e5;
        border-color: #d3d9df;*/
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: var(--bs-btn-active-border-color);
    }

    .lstpge-banner-side .js-lstpge-banner-on {
        color: var(--bs-btn-color);
        background-color: var(--bs-btn-bg);
        border-color: var(--bs-btn-border-color);
    }

    .lstpge-container.lstpge-banner-side .list-body-fl-scrolls-body-t,
    .lstpge-container.lstpge-banner-side .list-body-fl-scrolls-body-b,
    .lstpge-container.lstpge-banner-side .list-body-container {
        display: block;
    }

    .lstpge-container.lstpge-banner-side .list-scroll .list-body-container {
        display: flex;
    }

    .lstpge-container.lstpge-banner-side-xl .list-banner {
        display: block;
    }

    .lstpge-container.lstpge-banner-side-xl .list-container,
    .lstpge-container.lstpge-banner-side .list-container {
        flex-direction: row;
    }

    .lstpge-container.lstpge-banner-side-xl .list-banner,
    .lstpge-container.lstpge-banner-side .list-banner {
        width: 50%;
        order: 1;
        height: 100%;
    }

        .lstpge-container.lstpge-banner-side-xl .list-banner.map-full,
        .lstpge-container.lstpge-banner-side .list-banner.map-full {
            width: 100%;
        }

    .lstpge-container.lstpge-banner-side-xl .list-body-container,
    .lstpge-container.lstpge-banner-side .list-body-container {
        width: 480px;
        min-width: 480px;
    }
}

/*}*/

.label {
    font-size: 100%;
    padding: 0.15em;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.label-error {
    background-color: var(--bs-danger);
    color: #fff;
}

.label-pending,
.label-highlight {
    background-color: var(--bs-warning);
    color: #fff;
}

.label-global {
    background: Blue;
    color: #fff;
}

.checkbox-truncate label,
.css_Ellipsis,
.css_Elp,
.css_ElpTit {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.checkbox-truncate label,
.css_NoWrap,
.css_Elp,
.css_ElpTit {
    white-space: nowrap;
}

.css_Elp,
.css_ElpTit {
    display: block;
}

.grp {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

i.required {
    color: var(--bs-form-invalid-color);
    margin-right: 0.5rem;
}

/*
    .hidden.v isible-xs-inline-block {
        display: none !important;
    }*/

.inline-block {
    display: inline-block;
    position: relative;
}

.edt-fld {
    position: absolute;
    top: -0.25rem;
    margin-left: 20px;
    width: calc(100% - 60px);
}

.js-lst-ctrls-m2m .edt-fld {
    margin-left: 50px;
    width: 170px;
}

.text-left {
    text-align: left;
}

.badge-lowlight {
    opacity: .5;
}
/* BS4 .fade , BS4 */
.text-fade {
    filter: alpha(opacity=25);
    opacity: .25;
}

.img-placeholder-fade {
    filter: alpha(opacity=4);
    opacity: .4;
}

.text-watermark {
    color: #fff;
    text-shadow: 0 0 3px #000;
    filter: alpha(opacity=25);
    opacity: .25;
}

.text-any {
    color: #acdeef;
}

.text-fff,
.text-fff:hover,
.text-fff:focus {
    color: #fff;
}


/*.text-danger,*/
.text-error {
    /*color: #e80000 !important;*/
    color: var(--bs-danger) !important;
}
/*
a.text-danger:hover ,
a.text-danger:focus {
    color: var(--danger-hover) !important;
}*/

/*
.text-info {
    color: var(--info) !important;
}
a.text-info:hover,
a.text-info:focus {
    color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 10%)) !important;
}
    */
/*
.text-success {
    color: var(--success) !important;
}
a.text-success:hover,
a.text-success:focus {
    color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 10%)) !important;
}
    */

.text-yes,
.text-match,
.text-ready {
    /*color: #9AB82D;*/
    color: var(--bs-ready,#9ab82d);
}
/*.text-match {
    color: #8bc54d;
}*/

.text-faint,
.text-faint:hover,
.text-faint:focus {
    color: #ddd;
}
[data-bs-theme=dark] .text-faint,
[data-bs-theme=dark] .text-faint:hover,
[data-bs-theme=dark] .text-faint:focus {
    color: #666;
}

/*.text-yes {
    color: #9bb93c;
}
    */
.text-maybe {
    color: #fed25e;
}

.text-no {
    color: #f47b5e;
}

.text-new {
    color: var(--bs-new,#95da2c);
}

.text-amount {
    display: inline-block;
    min-width: 105px;
    text-align: right;
}

.text-gold {
    color: #ffc80f;
}

.has-error .text-gold {
    color: inherit;
}

.has-error .has-error-hide {
    display: none;
}

/*
.text-warning,
.text-warning:hover,
.text-warning:focus,
a.text-warning:hover,
a.text-warning:focus,
.text-highlight {
    color: var(--warning) !important;
}*/

.rotate-45 {
    display: inline-block;
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-135 {
    display: inline-block;
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate-225 {
    display: inline-block;
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.rotate-315 {
    display: inline-block;
    -o-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

/*
change ico-hf - > fa-3xs
change ico-xs - > fa-2xs
change ico-sm - > fa-xs
*/
.ico-sm { /* match fa-xs FA6 */
    font-size: .75em;
    line-height: .08333em;
    vertical-align: 0.125em;
}

.ico-xs { /* match fa-2xs FA6 */
    font-size: .625em;
    line-height: .1em;
    vertical-align: 0.225em;
}


.ico-hf,
.fa-3xs {
    font-size: 0.5em;
    line-height: .11667em;
    vertical-align: .325em;
}

.fa-4xs {
    font-size: 0.3em;
    line-height: .12em;
    vertical-align: .5em;
}

.fa-ex { /* match fa-xl FA6 */
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}

.ico-mr {
    margin-right: 3px;
}

.ico-stack {
    position: relative;
    line-height: 1em;
}

.pos-initial.col,
.pos-initial {
    position: initial;
}

.badge-tr {
    position: absolute;
    top: 1em;
    transform: translate(-50%, -50%) !important;
    left: 100%;
}

.pos-t,
.pos-tl,
.pos-tr {
    top: 0;
}

.pos-b,
.pos-bl,
.pos-br {
    bottom: 0;
}

.pos-r,
.pos-tr,
.pos-br {
    right: 0;
}

.pos-l,
.pos-tl,
.pos-bl {
    left: 0;
}



.ico-stack .pos-t,
.ico-stack .pos-tr,
.ico-stack .pos-r,
.ico-stack .pos-br,
.ico-stack .pos-b,
.ico-stack .pos-bl,
.ico-stack .pos-l,
.ico-stack .pos-tl,
.ico-stack .pos-m {
    position: absolute;
    z-index: 1;
    line-height: 1;
}

.ico-stack .pos-l,
.ico-stack .pos-r,
.ico-stack .pos-m {
    line-height: inherit;
}


.ico-stack-hide .pos-t,
.ico-stack-hide .pos-tr,
.ico-stack-hide .pos-r,
.ico-stack-hide .pos-br,
.ico-stack-hide .pos-b,
.ico-stack-hide .pos-bl,
.ico-stack-hide .pos-l,
.ico-stack-hide .pos-tl,
.ico-stack-hide .pos-m {
    display: none;
}

.ico-stack .pos-t,
.ico-stack .pos-tl,
.ico-stack .pos-tr {
    /*top: -4px;*/
    top: -0.25em;
    bottom: auto;
}

.ico-stack .pos-b,
.ico-stack .pos-bl,
.ico-stack .pos-br {
    top: auto;
    /*bottom: -4px;*/
    bottom: -0.25em;
}

.ico-stack .pos-l,
.ico-stack .pos-tl,
.ico-stack .pos-bl {
    /*left: -4px;*/
    left: -0.25em;
    right: auto;
}
/*
.ico-stack .pos-r {
    right: 3px;
    left: auto;
}*/
.ico-stack .pos-r,
.ico-stack .pos-tr,
.ico-stack .pos-br {
    left: auto;
    /*right: -4px;*/
    right: -0.25em;
}

.ico-stack .pos-t,
.ico-stack .pos-b,
.ico-stack .pos-m {
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stroke {
    text-shadow: -1px -1px 0 var(--fa-stroke), 1px -1px 0 var(--fa-stroke), -1px 1px 0 var(--fa-stroke), 1px 1px 0 var(--fa-stroke);
}

.fa-stroke.stroke-dark {
    --fa-stroke: var(--bs-dark);
}

.fa-stroke.stroke-light {
    --fa-stroke: var(--bs-light);
}

.btn-primary .fa-stroke {
    --fa-stroke: var(--bs-primary);
}

.btn-secondary .fa-stroke {
    --fa-stroke: var(--bs-secondary);
}

.btn-warning .fa-stroke {
    --fa-stroke: var(--bs-warning);
}

.btn-success .fa-stroke {
    --fa-stroke: var(--bs-success);
}

.btn-light .fa-stroke {
    --fa-stroke: var(--bs-light);
}

.btn-danger .fa-stroke {
    --fa-stroke: var(--bs-danger);
}

.btn-info .fa-stroke {
    --fa-stroke: var(--bs-info);
}

.btn-dark .fa-stroke {
    --fa-stroke: var(--bs-dark);
}


.va-1-5 {
    vertical-align: 0.125rem;
}

.va-1 {
    vertical-align: 0.25rem;
}

.va-n1-5 {
    vertical-align: -0.125rem;
}

.va-n1 {
    vertical-align: -0.25rem;
}

.va-middle-container {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .va-middle-container > .va-middle {
        display: table-cell;
        vertical-align: middle;
    }

.paging-divider {
    padding: 2px 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
}

.button-default-handler {
    overflow: visible !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* 2024-08-23 removed use btn-min 
    .btn-mw {
        min-width: 80px;
    }*/

.btn-circle {
    border-radius: 50%;
}

.btn-search {
    background-color: transparent;
    color: #c0bbb7;
}

/*
.btn.btn-tight {
    padding: 1px 9px 2px;
}
.btn.btn-tight-sides {
    padding: 2px 5px 3px;
}
.btn.btn-tight-inline {
    position: relative;
    padding: 3px 5px 3px;
    margin: -4px 0;
}*/

.btn-transition {
    transition: background-color 1.0s ease-in-out;
}
/*
.badge-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-info {
    background-color: var(--info);
    border-color: hsl(var(--info-hue), var(--info-sat), var(--info-lgt));
}
.btn-info:not(:disabled):not(.disabled).focus,
.btn-info:not(:disabled):not(.disabled):focus {
    background-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 7%));
    border-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 10%));
}
.btn-info:not(:disabled):not(.disabled).active, 
.btn-info:not(:disabled):not(.disabled):active, 
.show > .btn-info.dropdown-toggle {
    background-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 10%));
    border-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 13%));
}
@media (hover: hover) and (pointer: fine) {
    .btn-info:not(:disabled):not(.disabled):hover {
        background-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 7%));
        border-color: hsl(var(--info-hue),var(--info-sat),calc(var(--info-lgt) - 10%));
    }
}
.border-info {
    border-color: var(--bg-info) !important;
}*/
/*
.badge-success,
.btn-success.disabled,
.btn-success:disabled,
.btn-success {
    background-color: var(--success);
    border-color: hsl(var(--success-hue), var(--success-sat), var(--success-lgt));
}

.btn-success:not(:disabled):not(.disabled).focus,
.btn-success:not(:disabled):not(.disabled):focus {
    background-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 7%));
    border-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 10%));
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    background-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 10%));
    border-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 13%));
}

@media (hover: hover) and (pointer: fine) {
    .btn-success:not(:disabled):not(.disabled):hover {
        background-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 7%));
        border-color: hsl(var(--success-hue),var(--success-sat),calc(var(--success-lgt) - 10%));
    }
}
.border-success {
    border-color: var(--bg-success) !important;
}
    */

/* 2024-08-23 removed use btn-warning 
    .btn-highlight {
        background-color: #ff8C00;
        color: #fff;
    }

        .btn-highlight.focus,
        .btn-highlight:focus {
            color: #fff;
            background-color: #ff974c;
        }

    @media (hover: hover) and (pointer: fine) {
        .btn-highlight:hover {
            color: #fff;
            background-color: #ff974c;
        }
    }
        */
.alert {
    overflow-wrap: break-word;
}

.alert-tight {
    padding-top: 9px;
    padding-bottom: 9px;
}

.alert-header {
    border-radius: 0;
    margin-bottom: -1px;
    padding: 0.5rem;
}

    .alert-header.alert-info,
    .alert-header.alert-warning {
        border-top-color: var(--bs-body-bg);
        border-left-color: transparent;
        border-bottom-color: var(--bs-body-bg);
        border-right-color: transparent;
    }

    .alert-header.alert-action {
        border-top-color: var(--bs-border-color);
        border-left-color: transparent;
        border-bottom-color: var(--bs-border-color);
        border-right-color: transparent;
        padding: 0.5rem 1rem;
    }

/*
    .alert-header .container {
        max-width: 866px;
    }*/

.alert .alert-text {
    display: inline-block;
    padding: 0.25rem 0;
    min-height: 2rem;
}

.alert .alert-control {
    padding: 4px 0;
    min-height: 2rem;
}

.alert.alert-icon {
    position: relative;
    padding-left: 2.5rem;
}

.alert-icon-icon {
    position: absolute;
    left: 0.75rem;
    top: 1.25rem;
    line-height: 1em;
}

    .alert-icon-icon.fa-lg {
        line-height: 0.8em;
        left: 0.7rem;
    }

    .alert-icon-icon.fa-ex {
        line-height: 0.7em;
        left: 0.5rem;
    }

.alert-icon.alert-dismissable .close,
.alert-icon.alert-dismissible .close {
    right: auto;
    top: auto;
}

.alert-icon.alert-header {
    position: relative;
    padding: 15px 0;
}

    .alert-icon.alert-header .container {
        position: relative;
        padding-left: 40px;
    }

        .alert-icon.alert-header .container .alert-icon-icon {
            position: absolute;
            left: 10px;
            top: 4px;
        }

.panel-collapse {
    margin-bottom: 10px;
}

    .panel-collapse > .panel-heading {
        margin-bottom: -1px;
    }

.panel-collapsed .panel-collapsed-none {
    display: none;
}

@media screen {
    .btn-collapse {
        position: relative;
        padding-left: 1.5em;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 0;
        line-height: 1.2;
    }
}

.clsclps-collapsed .clsclps-collapsed-invisible,
.clsclps-collapsed-invisible {
    visibility: hidden;
}

.clsclps-expand .clsclps-collapsed-invisible {
    visibility: visible;
}

.clsclps-collapsed .clsclps-expand-invisible,
.clsclps-expand-invisible {
    visibility: visible;
}
.clsclps-expand .clsclps-expand-invisible {
    visibility: hidden;
}

.clsclps-expand-d-block {
    display: none;
}

.clsclps-expand .clsclps-expand-d-block {
    display: block;
}

.clsclps-expand .js-clsclps.clsclps-collapsed .clsclps-expand-d-block {
    display: none;
}
/*
.clsclps-expand > .clsclps-expand-d-block,
.clsclps-expand :not(.clsclps-expand) .clsclps-expand-d-block {
    display: block;
}*/
.clsclps-collapsed .collapsed-none,
.collapsed .collapsed-none {
    display: none;
}

.collapsed-inline,
.collapsed-inline-block {
    display: none;
}

.clsclps-collapsed .collapsed-inline,
.collapsed .collapsed-inline {
    display: inline;
}

.clsclps-collapsed .collapsed-inline-block,
.collapsed .collapsed-inline-block {
    display: inline-block;
}

.js-header-ctrl {
    display: none;
}

@media screen {
    .btn-collapse.focus,
    .btn-collapse:focus,
    .btn-collapse.hover,
    .btn-collapse:hover,
    .btn-no-dec.focus,
    .btn-no-dec:focus,
    .btn-no-dec.hover,
    .btn-no-dec:hover {
        outline: none;
        text-decoration: none;
    }

    .btn-collapse:before {
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        font-variant: normal;
        text-rendering: auto;
        font-style: normal;
        font-family: var(--fa-style-family);
        content: "\f146";
        font-weight: 900;
        position: absolute;
        left: 0;
        /*top: 0;*/
        width: 0.99em;
        text-align: center;
        font-size: 1.25em;
        line-height: 0.99em;
        border-radius: 0.2em;
    }

    .btn-collapse.lh-lg:after ,
    .btn-collapse.lh-lg:before {
        top: 0.6em !important; /* needs fixing for all h1-h6 sizes */
    }

    .btn-collapse.btn:before {
        left: 0.25em;
    }

    .btn-collapse:not(.btn):focus-visible:before {
        box-shadow: var(--focus-ring-box-shadow), inset 0 0 0 2px var(--focus-ring-color);
    }

    .btn-collapse.collapsed:before {
        /*content: "\f055";*/
        content: "\f0fe";
        font-weight: 300;
    }
    .btn-collapse:not(.collapsed):not(.btn):before {
        font-family: var(--fa-style-duotone);
        letter-spacing: normal;
        color: #fff;
        font-weight: 900;
    }
    .btn-collapse:not(.collapsed):not(.btn):after {
        font-family: var(--fa-style-duotone);
        letter-spacing: normal;
        color: var(--bs-btn-primary);
        content: "\f146\f146";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        width: 0.99em;
        text-align: center;
        font-size: 1.25em;
        line-height: 0.99em;
    }

    .btn-collapse.no-collapse:before {
        content: "\f111";
    }

    /* CHECK REMOVE */
    .dropdown-menu > li > .btn-collapse:before {
        right: 10px;
    }

    .nav-link.btn-collapse,
    .btn.btn-collapse {
        padding-left: 2.25em;
        line-height: inherit
    }

    .nav-link.btn-collapse:before,
    .btn.btn-collapse:before {
        font-size: 1.5em;
        top: auto;
        padding-top: initial;
    }

    .row-collapse-ico {
        position: relative;
        cursor: pointer;
    }

    .row-collapse-ico:before {
        text-decoration: none;
        font-family: var(--fa-style-family);

        content: "\f146";
        font-weight: 900;
        display: block;
        position: absolute;

        left: -1rem;
        font-size: 1.25em;
    }

    .collapsed > .row-collapse-ico:before,
    .row-collapse-ico.collapsed:before {

        content: "\f0fe";
        font-weight: 300;
    }
}

.collapsed-visible {
    visibility: hidden;
}

.collapsed .collapsed-visible {
    visibility: visible;
}

.collapsed-show {
    display: none;
}

.collapsed .collapsed-show {
    display: block;
}

.list-group-alt > .list-group-head,
.list-group-edt > .list-group-head,
.list-group-alt > .list-group-item,
.list-group-edt > .list-group-item,
.list-group.no-border > .list-group-item,
.no-border {
    border-color: transparent;
    border-radius: 0;
}

.list-group-alt > .list-group-item,
.list-group-edt > .list-group-item,
.list-group.no-border > .list-group-item,
.list-group-item.no-border {
    padding: .25rem 0;
}

.list-group-alt > .list-group-head {
    padding: 7px 5px;
}

.list-group-edt > .list-group-head {
    border-bottom: 1px solid #ddd;
}

.panel.no-sides {
    border-left-color: transparent;
    border-right-color: transparent;
}

    .panel.no-sides,
    .panel.no-sides .panel-heading,
    .panel.no-sides > .list-group:last-child .list-group-item:last-child,
    .panel.no-sides > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-radius: 0;
    }

.image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    line-height: 2em;
    padding-bottom: 1px;
    color: #fff;
    text-align: center;
}

.thumbnail > .image-overlay {
    margin: 4px;
}

.top-spacer {
    margin-top: 25px;
}

.no-spacer,
.panel-collapse.no-spacer,
.form-group.no-spacer {
    margin-bottom: 0;
}

.min-spacer,
.panel-collapse.min-spacer,
.form-group.min-spacer {
    margin-bottom: 5px;
}

.pge-alr-rmv {
    display: none;
}

.pge-alr-ntf-dms .pge-alr-rmv {
    display: inline-block;
}

.pge-alr-ntf-dms .dismissed-hide,
.pge-alr-ntf-dms .pge-alr-dis {
    display: none;
}

footer {
    background-color: #f5f5f5;
    min-height: 60px;
    width: 100%;
    clear: both;
}

.css_PgeCon {
    position: relative;
    z-index: 1;
    min-height: 300px;
    /*scroll-padding-top: 7rem;*/
    scroll-padding-top: var(--mnu-hed-h);
}

.bdy-sde-srh .css_PgeCon, /**** sec-srh-filters position fixed */
.modal-open .css_PgeCon {
    position: initial;
    z-index: initial;
}

.form-control-extended {
    position: relative;
}

.input-group-sm > .form-control-extended > .custom-select,
.input-group-sm > .form-control-extended > .form-control {
    font-size: .875rem;
    line-height: 1.5;
    padding-left: .5rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.css_Dte {
    /*z-index: 2000;*/
    position: relative;
}

.panel-title small {
    font-size: 85%;
}

/*
.panel-tight > .panel-heading {
    padding: 5px 10px 5px 5px;
}
.panel-tight > .panel-body ,
.panel-tight > div > .panel-body {
    padding: 5px;
}
    */
.edt-container {
    position: relative;
    margin-top: .5rem;
    margin-bottom: .5rem;
    min-height: 2.375rem; /* btn height */
    display: flex;
}

.col-ctrl {
    width: 3.5rem;
    flex-shrink: 0;
    padding-top: 0.625rem;
}

.edt-container .col-val {
    flex-grow: 1;
    margin-top: auto;
    margin-bottom: auto;
}

.btn.btn-sm .badge {
    --bs-badge-font-size: 0.857em;
    margin-top: -1px;
    margin-bottom: -1px;
    top: 0;
}
.btn.btn-tight-sides,
.btn-ctrl,
.col-ctrl .ctrl-edt {
    --bs-btn-padding-x: 0.25rem;
    min-width: 2.75rem;
    min-height: 2.375rem;
}
.btn-ctrl.btn-sm,
.col-ctrl .ctrl-edt.btn-sm {
    --bs-btn-padding-x: 0.2rem;
    min-width: 2.25rem;
    min-height: 1.9375rem; /* 31px */
}
.btn-ctrl.btn-lg,
.col-ctrl .ctrl-edt.btn-lg {
    --bs-btn-padding-x: 0.25rem;
    min-width: 3.5rem;
    min-height: 3rem;
}
.input-group.float-label .btn-ctrl {
    --bs-btn-padding-x: 0.25rem;
    min-width: 3.5rem;
}
.btn-sqr {
    --bs-btn-padding-x: 0.2rem;
    width: 2.5rem;
}
.btn-sqr.btn-sm {
    --bs-btn-padding-x: 0.2rem;
    width: 2rem;
}
.btn-sqr.btn-lg {
    --bs-btn-padding-x: 0.2rem;
    width: 3rem;
}
.input-group.float-label .btn-sqr {
    --bs-btn-padding-x: 0.2rem;
    width: 3.25rem;
}

@media screen and (min-width: 768px) and (min-height: 521px) {
    .form-md-big .btn {
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 1.25rem;
        --bs-btn-border-radius: var(--bs-border-radius-lg);
    }

    .form-md-big .form-control {
        font-size: 1.25em;
        min-height: 3rem;
    }
    .form-md-big .form-control {
        font-size: 1.25em;
        min-height: 3.25rem; /* add .25 for float-label */
    }

    .form-md-big .btn-ctrl {
        --bs-btn-padding-x: 0.25rem;
        min-width: 3.5rem;
        min-height: 3rem;
    }
    .form-md-big .input-group.float-label .btn-ctrl {
        --bs-btn-padding-x: 0.25rem;
        min-width: 4rem;
    }
    .form-md-big .input-group.float-label .btn-sqr,
    .form-md-big .btn-sqr.btn-lg {
        --bs-btn-padding-x: 0.2rem;
        width: 3.375rem;
    }

}

.col-xs .hidden-xs {
    display: none;
}

.col-xs .col-sm-offset-4,
.col-xs .col-md-offset-4 {
    margin-left: 0;
}

.col-xs .col-sm-8,
.col-xs .col-sm-6,
.col-xs .col-sm-4,
.col-xs .col-md-8,
.col-xs .col-md-6,
.col-xs .col-md-4 {
    width: 100%;
}

.col-xs .col-xs-12 {
    width: 100%;
}

.col-xs .col-xs-11 {
    width: 91.6667%;
}

.col-xs .col-xs-10 {
    width: 83.3333%;
}

.col-xs .col-xs-9 {
    width: 75%;
}

.col-xs .col-xs-8 {
    width: 66.6667%;
}

.col-xs .col-xs-7 {
    width: 58.3333%;
}

.col-xs .col-xs-6 {
    width: 50%;
}

.col-xs .col-xs-5 {
    width: 41.6667%;
}

.col-xs .col-xs-4 {
    width: 33.3333%;
}

.col-xs .col-xs-3 {
    width: 25%;
}

.col-xs .col-xs-2 {
    width: 16.6667%;
}

.col-xs .col-xs-1 {
    width: 8.33333%;
}

.col-gutter-min {
    padding-right: 5px;
    padding-left: 5px;
}

.col-gutter-min-right {
    padding-right: 5px;
}

.col-gutter-min-left {
    padding-left: 5px;
}

.ses-lnk-con {
    width: 42px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

    .ses-lnk-con .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.w-00-5 {
    width: 2rem !important; /* 32px */
}

.w-00-75 {
    width: 3rem !important; /* 48px */
}

.w-01 {
    width: 4rem !important; /* 64px */
}

.w-01-25 {
    width: 5rem !important; /* 64px */
}

.w-01-5 {
    width: 6rem !important; /* 96px */
}

.w-01-75 {
    width: 7rem !important; /* 96px */
}

.w-02 {
    width: 8rem !important; /* 128px */
}

.w-02-5 {
    width: 10rem !important; /* 160px */
}

.w-03 {
    width: 12rem !important; /* 192px */
}

.w-03-5 {
    width: 14rem !important; /* 224px */
}

.w-04 {
    width: 16rem !important; /* 256px */
}

.w-04-5 {
    width: 18rem !important; /* 288x */
}

.w-05 {
    width: 20rem !important; /* 320px */
}

.pt-1px {
    padding-top: 1px;
}

.pb-1px {
    padding-bottom: 1px;
}

.ps-1px {
    padding-left: 1px;
}

.pe-1px {
    padding-right: 1px;
}

.mx-emp-0:empty ,
.ms-emp-0:empty {
    margin-left: 0 !important;
}
.mx-emp-0:empty ,
.me-emp-0:empty {
    margin-right: 0!important; 
}

.mx-n1px,
.ms-n1px,
.ml-n1px {
    margin-left: -1px;
}

.mx-n1px,
.me-n1px,
.mr-n1px {
    margin-right: -1px;
}

.my-n1px,
.mt-n1px {
    margin-top: -1px;
}

.my-n1px,
.mb-n1px {
    margin-bottom: -1px;
}

/* 2023-09-22 REMOVED 
.col-max-01,.col-max-02,.col-max-03,.col-max-04,.col-max-05,.col-max-06,.col-max-07,.col-max-08,.col-max-09,.col-max-10,.col-max-11,.col-max-12 ,
.col-min-01,.col-min-02,.col-min-03,.col-min-04,.col-min-05,.col-min-06,.col-min-07,.col-min-08,.col-min-09,.col-min-10,.col-min-11,.col-min-12 {
    position: relative;
}*/
.col-max-01 {
    max-width: 4rem; /* 64px */
}

.col-max-01-5 {
    max-width: 6rem;
}

.col-max-02, .col-edt-xs {
    max-width: 8rem; /* 128px */
}

.col-max-02-5 {
    max-width: 10rem;
}

.col-max-03, .col-edt-min {
    max-width: 12rem; /* 192px */
}

.col-max-03-5 {
    max-width: 14rem;
}

.col-max-04, .col-edt-btw {
    max-width: 16rem; /* 256px */
}

.col-max-04-5 {
    max-width: 18rem;
}

.col-max-05, .col-edt-mid {
    max-width: 20rem; /* 320px */
}

.col-max-06, .col-edt-hlf {
    max-width: 24rem; /* 384px */
}

.col-max-07, .col-edt-max {
    max-width: 28rem; /* 448px */
}

.col-max-08 {
    max-width: 32rem; /* 512px */
}

.col-max-09, .col-edt-ex {
    max-width: 36rem; /* 576px */
}

.col-max-10 {
    max-width: 40rem; /* 640px */
}

.col-max-11 {
    max-width: 44rem; /* 704px */
}

.col-max-12, .col-edt-ful {
    max-width: 48rem; /* 768px */
}

.col-max-fit {
    max-width: fit-content;
}

.col-min-00-5 {
    min-width: 2rem;
}

.col-min-00-75 {
    min-width: 3rem;
}

.col-min-01 {
    min-width: 4rem;
}

.col-min-01-25 {
    min-width: 5rem;
}

.col-min-01-5 {
    min-width: 6rem;
}

.col-min-01-75 {
    min-width: 7rem;
}

.col-mnw-min,
.col-w-min,
.col-min-02 {
    min-width: 8rem;
}

.col-min-02-5 {
    min-width: 10rem;
}

.col-min-03 {
    min-width: 12rem;
}

.col-min-03-5 {
    min-width: 14rem;
}

.col-mnw-mid,
.col-min-04 {
    min-width: 16rem;
}

.col-min-04-5 {
    min-width: 18rem;
}

.col-mnw-max,
.col-min-05 {
    min-width: 20rem;
}
.col-min-05-5 {
    min-width: 22rem;
}
.col-min-06 {
    min-width: min(100vw,24rem);
}

.col-min-07 {
    min-width: min(100vw,28rem);
}

.col-min-08 {
    min-width: min(100vw,32rem);
}

.col-min-09 {
    min-width: min(100vw,36rem);
}

.col-min-10 {
    min-width: min(100vw,40rem);
}

.col-min-11 {
    min-width: min(100vw,44rem);
}

.col-min-12 {
    min-width: min(100vw,48rem);
}

.flex-grow-12,
.flex-basis-400 {
    /*flex-basis: 400px*/
    flex-grow: 12;
}

/*
.col-edt-ful {
    position: relative;
    max-width: 750px;
}
.col-edt-ex {
    position: relative;
    max-width: 560px;
}
.col-edt-max {
    position: relative;
    max-width: 440px;
}
.col-edt-mid {
    position: relative;
    max-width: 310px;
}
.col-edt-btw {
    position: relative;
    max-width: 200px;
}
.col-edt-min {
    position: relative;
    max-width: 180px;
}
.col-edt-xs {
    position: relative;
    max-width: 130px;
}
    */

/*
.col-mnw-max {
    min-width: 310px;
}
.col-mnw-mid {
    min-width: 250px;
}
.col-mnw-min {
    min-width: 150px;
}
.col-w-min {
    min-width: 150px;
}*/
.col-xs .col-auto-w,
.col-auto-w {
    width: auto;
}

.col-stack {
    margin-bottom: 2px;
}

.lbl-mnw-min {
    display: inline-block;
    min-width: 70px;
}

.card-mnh-mid {
    min-height: 150px;
}

.panel-collapse.card-mnh-mid .collapse {
    max-height: 400px;
    overflow-y: auto;
}

.panel-col-md-border-left {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 0;
}

.panel-col-md-border-right {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .no-gutter-md-right {
        padding-right: 0;
    }

    .panel-col-md-border-left:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-left: 1px solid #ebebeb;
        z-index: -1;
    }

    .panel-col-md-border-right:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        right: -1px;
        bottom: 0;
        left: 0;
        border-right: 1px solid #ebebeb;
        z-index: -1;
    }
}

@media (max-width: 991px) /* @grid-float-breakpoint -2 */
{

    .panel-col-md-border-right:before {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #ebebeb;
    }
}

@media screen and (max-width: 375px) {
    .hidden-mob {
        display: none;
    }
}

/* BS4
.navbar-default .navbar-text {
    color: inherit;
}
BS4 */
.navbar-tight {
    min-height: 40px;
}

.navbar-light .btn.navbar-btn.nav-link {
    color: rgba(0,0,0,.5);
}

.navbar-dark .btn.navbar-btn.nav-link {
    color: rgba(255,255,255,.5);
}

.btn.navbar-btn {
    position: relative;
}

    .btn.navbar-btn.nav-link {
        border: none;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

        .btn.navbar-btn.nav-link.focus,
        .btn.navbar-btn.nav-link:focus {
            box-shadow: none;
        }

        .btn.navbar-btn.nav-link:hover:before,
        .btn.navbar-btn.nav-link:hover:before,
        .btn.navbar-btn.nav-link.navbar-btn-collapse:not(.collapsed):before {
            content: "";
            background: var(--bs-navbar-color);
            height: 4px;
            position: absolute;
            bottom: 0;
            left: .5rem;
            right: .5rem;
            border-radius: 3px 3px 0 0;
        }

        .btn.navbar-btn.nav-link:hover:before,
        .btn.navbar-btn.nav-link:hover:before {
            background: var(--bs-navbar-hover-color);
        }

.mnu-hed .btn.navbar-btn.nav-link:hover:before, .mnu-hed .btn.navbar-btn.nav-link:focus:before, .mnu-hed .btn.navbar-btn.nav-link.navbar-btn-collapse:not(.collapsed):before {
    bottom: -5px;
}
/*
.mnu-hed .dropdown-menu {
    margin-top: 0.25rem;
}
    */
.tab-min {
    min-width: 4rem;
    text-align: center;
}

.navbar-nav.navbar-line > .nav-link,
.navbar-nav.navbar-line > .nav-item > .nav-link {
    position: relative
}

.navbar-nav.navbar-line .nav-item.active > .nav-link {
    color: var(--bs-navbar-active-color);
}

.navbar-nav.navbar-line > .nav-link:before, .navbar-nav.navbar-line > .nav-item > .nav-link:before {
    content: "";
    height: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0.125rem;
    right: 0.125rem;
    border-radius: 0.1875rem 0.1875rem 0 0;
}
@media (hover: hover) and (pointer: fine) {
    .navbar-nav.navbar-line > .nav-link:hover:before,
    .navbar-nav.navbar-line > .nav-item > .nav-link:hover:before {
        background: var(--bs-navbar-hover-color);
    }
    /*
    .navbar-nav.navbar-line.navbar-line-info > .nav-link:hover:before,
    .navbar-nav.navbar-line.navbar-line-info > .nav-item > .nav-link:hover:before {
        background: var(--bs-info-text-emphasis);
    }*/
}


/*.navbar-nav.navbar-line > .nav-link:focus:before,
        .navbar-nav.navbar-line > .nav-item > .nav-link:focus:before {
            background: var(--bs-navbar-disabled-color);
        }*/

.dropdown-item.active,
.dropdown-item:active {
    --fa-stroke: var(--bs-dropdown-link-active-bg);
}

.navbar-nav.navbar-line > .nav-item.dropdown.show > .nav-link:before,
.navbar-nav.navbar-line > .nav-item.dropdown > .nav-link.show:before {
    background: var(--bs-navbar-active-color);
}
/*
.navbar-nav.navbar-line.navbar-line-info > .nav-item.dropdown.show > .nav-link:before,
.navbar-nav.navbar-line.navbar-line-info > .nav-item.dropdown > .nav-link.show:before {
    background: var(--bs-info);
}*/

.navbar-nav.navbar-line > .nav-link.active:before,
.navbar-nav.navbar-line > .nav-item.active > .nav-link:before {
    /*background: var(--bs-navbar-color);*/
    background: var(--bs-navbar-active-color);
}
/*
.navbar-nav.navbar-line.navbar-line-info > .nav-link.active:before,
.navbar-nav.navbar-line.navbar-line-info > .nav-item.active > .nav-link:before {
    background: var(--bs-info);
}*/
.show-over .navbar-nav.navbar-line .nav-item.active > .nav-link:not(.show) {
    color: var(--bs-nav-link-color);
}
.show-over .navbar-nav.navbar-line > .nav-link.active:not(.show):before,
.show-over .navbar-nav.navbar-line > .nav-item.active > .nav-link:not(.show):before {
    background: transparent;
}

.navbar-tight .navbar-form {
    margin-top: 3px;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .navbar-inline-block {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}

/*
.form-focused .dropdown-form-focused-open .dropdown-menu {
    display: block;
}*/

.dropdown-menu.dropdown-line .dropdown-item {
    position: relative;
    --bs-dropdown-link-hover-bg: var(--bs-info-bg-subtle);
}
.dropdown-menu.dropdown-line .dropdown-item:not(.text-truncate) {
    white-space: normal !important;
}

.dropdown-menu.dropdown-line .active.dropdown-item {
    /*--bs-dropdown-link-active-bg: var(--bs-tertiary-bg);*/
    --bs-dropdown-link-active-bg: var(--bs-info-bg-subtle);
    --bs-dropdown-link-active-color: var(--bs-dropdown-link-hover-color);
}

.dropdown-menu.dropdown-line .dropdown-item:before {
    content: "";
    display: block;
    width: 0.25rem;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0.1875rem 0.1875rem 0;
}

.dropdown-menu.dropdown-line.line-e .dropdown-item:before {
    left: auto;
    right: 0;
    border-radius: 0.1875rem 0 0 0.1875rem;
}

.dropdown-menu.dropdown-line .dropdown-item:focus-visible {
    outline: none;
}

.dropdown-menu.dropdown-line .dropdown-item:focus:before,
.dropdown-menu.dropdown-line .dropdown-item:hover:before {
    background: var(--bs-dropdown-link-color);
}

.dropdown-menu.dropdown-line .active.dropdown-item:before,
.dropdown-menu.dropdown-line .active .dropdown-item:before {
    background: var(--bs-dropdown-link-hover-color);
}

.dropdown-menu.dd-mxh {
    max-height: calc(var(--vh100, 100vh) - calc(var(--pge-hed-u) + var(--pge-nav-u) + var(--fot-fix-u) + var(--pge-adm-u) + var(--mnu-hed-h)));
    overflow-y: auto;
    overscroll-behavior: contain;
}
.srh-mxh {
    max-height: calc(var(--vh100, 100vh) - calc(var(--pge-hed-u) + var(--pge-nav-u) + var(--fot-fix-u) + var(--pge-adm-u) + var(--mnu-hed-h) + 3rem));
    overflow-y: auto;
    overscroll-behavior: contain;
}


.striped-row div:nth-of-type(odd) .row {
    background-color: rgba(0,0,0,.05);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-tabs-border .nav-link {
    margin-left: .5rem;
}

    .nav-tabs.nav-tabs-border .nav-link:not(.active):not(:hover):not(:focus):not(.tab-btn) {
        border-color: var(--bs-border-color) var(--bs-border-color) transparent;
        background-color: rgba(var(--bs-body-color-rgb), 0.03);
    }

    .nav-tabs.nav-tabs-border .nav-link.tab-btn {
        border-color: transparent;
        --bs-nav-link-padding-x: 0.5rem;
    }

.tabs-scroll-h {
    overflow-x: auto;
    overflow-y: hidden;
}

    .tabs-scroll-h .nav-tabs {
        flex-wrap: nowrap;
        display: inline-flex;
        min-width: 100%;
    }

.nav-md-stacked > li {
    float: none;
}

    .nav-md-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

@media (max-width: 991px) {
    .nav-md-stacked > li {
        float: left;
    }

        .nav-md-stacked > li + li {
            margin-top: 0;
            margin-left: 2px;
        }
}

@media (min-width: 992px) {
    .nav-tabs.nav-md-stacked > li > a,
    .nav-tabs.nav-md-stacked > li > a:focus,
    .nav-tabs.nav-md-stacked > li > a:hover,
    .nav-tabs.nav-md-stacked {
        border: none;
        border-radius: 0;
    }
}

.nav.nav-sm > li > a {
    padding: 3px 10px;
}

.nav.nav-sm > li > .navbar-text {
    display: block;
    margin: 3px 10px;
}

.form-horizontal .control-label,
.control-label {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
}

.form-horizontal.col-xs .control-label,
.form-horizontal .col-xs .control-label,
.col-xs .form-horizontal .control-label {
    /*margin-bottom: 5px;*/
    text-align: left;
}


.navbar-btn,
.navbar-btn.active.focus,
.navbar-btn.active:focus,
.navbar-btn.focus,
.navbar-btn.focus:active,
.navbar-btn:active:focus,
.navbar-btn:focus {
    outline: none;
}


.navbar-btn-square {
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
}

.navbar-tight .navbar-btn-square {
    width: 40px;
    height: 40px;
}

.navbar-btn-square {
    position: relative;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

    .navbar-btn-square > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar-btn-square > a:active,
    .navbar-btn-square > a:focus,
    .navbar-btn-square > a:hover {
        text-decoration: none;
    }

/*
.sidebar .btn-link:focus ,
.sidebar .btn-link:active ,
.sidebar .btn-link:hover {    
*/

/*
    .n avbar-modal-ctrls-lhs {
        float: left;
    }

    .n avbar-modal-ctrls-rhs {
        float: right;
    }

    @media (min-width: 768px) {
        .n avbar-modal-ctrls-lhs {
            min-width: 200px;
        }

        .n avbar-modal-ctrls-rhs {
            min-width: 200px;
        }
    }*/

.js-modal-ctrls {
    display: none;
}

.modal-clr .modal-content {
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.modal-open .js-modal-ctrls {
    display: block;
    z-index: 1051;
    /*padding-right: 15px;*/
}

.modal-dialog:not(.modal-fullscreen) {
    /*margin: var(--mnu-hed-h) auto 0;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

@media (max-width: 409.98px) {
    .modal-dialog:not(.modal-fullscreen) {
        width: 100vw;
        max-width: none;
        /*height: 100%;*/        
        min-height: 100%;
        margin: 0;
        display: flex;
    }
}

@media (max-width: 409.98px) {
    .modal-dialog:not(.modal-fullscreen) .modal-content {
        /*height: 100%;*/
        min-height: 100%;
        border: 0;
        border-radius: 0;
        --bs-modal-margin: 0rem;
    }
}

@media (min-width: 410px) {
    .modal-dialog:not(.modal-fullscreen) {
        margin-left: 5px;
        margin-right: 5px;
        max-width: 510px;
    }
}

.modal-fw {
    width: auto;
    margin-top: 40px;
    margin-bottom: 0;
    max-width: none;
}

    .modal-fw .modal-content {
        border: none;
    }

/*
.b tn-close {
    background: #4c7ef2;
    color: #fff;
}

.modal-dialog .tab-pane .b tn-close,
.modal-dialog .b tn-close {
    position: absolute;
    top: auto;
    right: 10px;
    padding: 3px 4px;
    background: #4c7ef2;
}
    */

.modal-header {
    /*border-radius: 0;*/
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    min-height: calc(var(--mnu-hed-h) + 1rem);
    --bs-modal-title-line-height: 1.2;
    /* 2025-01-29 broken iphone text-wrap: balance;*/
}

/* BS4
.modal-header > .btn {
    margin-top :-3px;
    margin-bottom :-3px;
}
BS4 */
.modal .modal-hide {
    display: none;
}

/*@media (min-width: 330px) {*/
@media (min-width: 410px) {
    .modal-dialog.modal-sm {
        max-width: 400px;
    }

    .modal-dialog.modal-md {
        max-width: 510px;
    }

    .modal-dialog.modal-df {
        max-width: 690px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .modal-dialog.modal-lg {
        max-width: 930px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (min-width: 410px) {

    .modal-dialog.modal-sm {
        width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 520px) {
    .modal-dialog:not(.modal-fullscreen) {
        margin-left: auto;
        margin-right: auto;
    }

    .modal-dialog.modal-md {
        width: 510px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 700px) {
    .modal-dialog.modal-df {
        width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 940px) {
    .modal-dialog.modal-lg {
        width: 930px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sec-dft.sec-pgebdy,
.sec-alt.sec-pgebdy,
.sec-pro.sec-pgebdy {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* 440px */
@media screen and (max-width: 575px) {
    .sec-dft.sec-pgebdy,
    .sec-alt.sec-pgebdy,
    .sec-pro.sec-pgebdy {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.sec-pgecon {
    /* background: Yellow; */
}



/*
.page-conpnl.page-mdl .sec-pgebdy,
.page-conpnl.page-mdl .sec-pgecon {
    height: 100%;
}*/
@media screen and (min-height: 521px) {
    .page-conpnl.page-mdl .sec-pgebdy,
    .page-conpnl.page-mdl .sec-pgecon,
    .viewport-height.page-conpnl .sec-pgebdy,
    .viewport-height.page-conpnl .sec-pgecon {
        height: 100%;
    }
}


.modal > .modal-dialog > .modal-content > .modal-body {
    min-height: 12rem;
    max-height: calc(var(--vh100,100vh) - 120px);
    max-height: calc(var(--vh100,100vh) - calc(var(--bs-modal-border-width)*2) - calc(var(--bs-modal-margin)*2) - calc(var(--mnu-hed-h) + 1rem) );
    overflow-y: auto;
    overflow-x: hidden;
}

.page-conpnl > .sec-pgebdy > .sec-pgecon > .sec-pgecrd {
    display: flex;
    flex-flow: column;
    max-height: 100%;
}


.page-conpnl > .sec-pgebdy > .sec-pgecon > .sec-pgecrd {
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-header-border-color: var(--bs-border-color);
}
    /*.modal > .modal-dialog > .modal-content > .modal-header ,*/
    .page-conpnl > .sec-pgebdy > .sec-pgecon > .sec-pgecrd > .modal-header {
        /*flex: 0 1 auto;*/
        flex: 0 0 auto;
        padding-left: 1rem; /*var(--bs-modal-header-padding);*/
        padding-right: 1rem; /*var(--bs-modal-header-padding);*/
    }
    /*.modal > .modal-dialog > .modal-content > .modal-body,*/
    .page-conpnl > .sec-pgebdy > .sec-pgecon > .sec-pgecrd > .card-body,
    .page-conpnl > .sec-pgebdy > .sec-pgecon > .sec-pgecrd > .sec-pgecdb {
        flex: 1 1 auto;
        overflow-x: hidden;
        overflow-y: auto;
        scroll-padding-top: var(--mnu-hed-h);
    }

.sec-alt { /* , .sec-pro --> */
    /*background: #f2f2f2;*/
    background: var(--bs-tertiary-bg);
}

@media screen and (max-width: 440px) {
    .hidden-xs {
        display: none;
    }
}

@media screen and (max-width: 575px) {

    .page-conpnl .sec-pgebdy > .container,
    .page-conpnl .sec-pgebdy > .container-fluid,
    .page-conpnl .sec-pgebdy > .container-lg,
    .page-conpnl .sec-pgebdy > .container-md,
    .page-conpnl .sec-pgebdy > .container-sm,
    .page-conpnl .sec-pgebdy > .container-xl {
        padding-left: 0;
        padding-right: 0;
    }

        .page-conpnl .sec-pgebdy > .container-fluid > .card {
            border: none;
            border-radius: 0;
            height: 100%;
        }
}

@media screen and (max-width: 550px) {
    .modal {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.nav-edge {
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.nav-tabs.nav-edge {
    padding-left: calc(0.5 * var(--bs-gutter-x));
    padding-right: calc(0.5 * var(--bs-gutter-x));
}

.modal-body-edge,
.modal-body-divider {
    margin-left: -1rem;
    margin-right: -1rem;
}


.navbar-nav.modal-body-edge,
.nav-tabs.modal-body-edge {
    padding-left: 1rem;
    padding-right: 1rem;
}

.modal-body-divider {
    color: var(--bs-modal-header-border-color);
    opacity: 1
}

.container.container-auto {
    width: auto;
}

.page-sm .container,
.page-sm .container-fluid {
    max-width: 430px;
}

.page-md .container,
.page-md .container-fluid {
    max-width: 540px;
}

.page-df .container,
.page-df .container-fluid {
    max-width: 720px;
}

.page-lg .container,
.page-lg .container-fluid {
    max-width: 960px;
}

.page-fw .container,
.page-fw .container-fluid {
    max-width: none;
    width: auto;
}





footer {
    background: #fff;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.mnu-hed {
    /*border-bottom: 1px solid #ddd;*/
    margin-bottom: 0;
}

/*
.mnu-hed ,
.mnu-nav {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}*/

.panel-pro {
    margin-bottom: 0;
}

.sec-pgebdy {
    padding: 15px 0;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

.nav-column .nav-link,
.nav-column .show > .nav-link {
    position: relative;
}
/*
.nav-column .nav-link:hover:before,
.nav-column .nav-link.active:before,
.nav-column .show > .nav-link:before {
    content: "";
    background: var(--nav-line);
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.nav-column .nav-link:hover:before {
    background: var(--nav-line-hover);
}
    */
.dropdown-menu.dropdown-static {
    display: block;
    position: static !important;
    border: 0 !important;
    /*--bs-dropdown-item-padding-x: 0.5rem;
    --bs-dropdown-header-padding-x: 0.25rem;*/
    --bs-dropdown-spacer: 0rem;
}

.nav-menu {
    --bs-nav-link-padding-y: 0.25rem;
    --bs-nav-link-padding-x: 0.5rem;
}

    .nav-menu .divider {
        height: 1px;
        margin: 0.5rem 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.dropdown-header,
.dropdown-wrap li a {
    white-space: inherit;
}
/*
.dropdown-menu > li > a {
    margin: 1px 0;
    padding: 3px 15px;
}

    .dropdown-menu > li > a.btn-info {
        color: #fff;
    }*/
/*
.dropdown-menu > li > a.btn-info.focus ,
.dropdown-menu > li > a.btn-info:focus ,
.dropdown-menu > li > a.btn-info.hover {
    color: #fff;
    background: #33b5ff;
}
@media (hover: hover) and (pointer: fine) {
    .dropdown-menu > li > a.btn-info:hover {
        color: #fff;
        background: #33b5ff;
    }
}
*/
.no-gutter-left,
.no-gutter {
    padding-left: 0;
}

.no-gutter-right,
.no-gutter {
    padding-right: 0;
}


/***************/
/* Custom Form */

.form-changed-visible {
    visibility: hidden;
}

form.form-changed .form-changed-visible {
    visibility: initial;
}

.form-changed-show,
.form-changed-show-inline,
.form-changed-d-inline-block {
    display: none;
}

form.form-changed .form-changed-show {
    display: block;
}

form.form-changed .form-changed-d-inline-block,
form.form-changed .form-changed-show-inline {
    display: inline-block;
}

form.form-changed .form-changed-hide {
    display: none;
}

.ajxlnk-prev-on .ajxlnk-prev-d-none {
    display: none;
}

.ajxlnk-prev-d-inline {
    display: none;
}

.ajxlnk-prev-on .ajxlnk-prev-d-inline {
    display: inline;
}


label .label-checked-show,
label .label-checked-show-inline {
    display: none;
}

label.checked .label-checked-show {
    display: block;
}

label.checked .label-checked-show-inline {
    display: inline-block;
}

label.checked .label-checked-bold {
    font-weight: bold;
}

label.checked .label-checked-hide {
    display: none;
}

.img-checkbox,
a.css_CBTriState,
.css_ChkCon label span.css_Chk,
.css_RdoCon label span.css_Rdo {
    display: inline-block;

    font-family: var(--fa-style-family);
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
}

.img-checkbox,
a.css_CBTriState,
.css_ChkCon label span.css_Chk,
.css_RdoCon label span.css_Rdo {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    background: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-emphasis,var(--bs-border-color));
    border-radius: 3px;
    margin: 1px 3px;
    width: 1.28571em;
}

.img-checkbox {
    border: var(--bs-border-width) solid var(--bs-border-emphasis,var(--bs-border-color));
}

.img-checkbox.img-checkbox-checked {
    background: #fff;
}

.css_RdoCon label span.css_Rdo {
    border-radius: 1em;
}

.css_ChkCon label span.css_Chk:before {
    content: "";
}
/* \f096 */
.css_RdoCon label span.css_Rdo:before {
    content: "";
}
/*\f1db*/ /*\f10c*/
/* wrapper divs */
.css_ChkCon, .css_RdoCon {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.checkbox-block .css_ChkCon,
.checkbox-truncate .css_ChkCon,
.radio-block .css_RdoCon {
    display: block;
}

.check-spaced .css_ChkCon,
.check-spaced.css_ChkCon,
.radio-spaced .css_RdoCon,
.radio-spaced.css_RdoCon {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

div.css_Fea .css_ChkCon {
    float: none;
}

/* input, label positioning */
.css_RdoCon input,
.css_ChkCon input {
    position: absolute;
    /* left: 7px; */
    /* top: 3px; --SmartAdmin-- */
    top: 4px;
    margin: 0;
    /*top: 24px;*/
    opacity: 0 !important;
}

.css_ChkCon input {
    z-index: 0;
}

.css_RdoCon input {
    left: 6px;
    z-index: 0;
}
/*
.css_RdoCon input.css_N {
	left: 7px;    
	top: 7px; 
}

.css_RdoCon input.css_S,
.css_RdoCon input.css_1,
.css_RdoCon input.css_0 {
	position: absolute;
	left: 2px;
	top: 3px;
	margin: 0;
	z-index: 0;
}
    */

.css_RdoCon label,
.css_ChkCon label {
    padding: 0 10px 0 30px;
}

    .css_RdoCon label:not(.btn),
    .css_ChkCon label:not(.btn) {
        font-weight: normal;
        color: color-mix(in srgb, currentColor 75%, transparent);
    }

    .css_RdoCon label.checked:not(.btn),
    .css_ChkCon label.checked:not(.btn) {
        color: inherit;
    }

    .css_RdoCon label.btn-lg,
    .css_ChkCon label.btn-lg {
        padding: 10px 8px;
        margin: 0 5px;
        min-width: 166px;
        font-weight: normal;
    }

        .css_ChkCon.label-only label .css_Chk,
        .css_RdoCon label.label-only span.css_Rdo,
        .css_RdoCon label.btn-lg span.css_Rdo {
            display: none;
        }

    .css_ChkCon.label-only label,
    .css_RdoCon label.label-only {
        padding-left: 0;
    }

.radio-group-label-above .css_RdoSet {
    display: flex;
    justify-content: space-between;
}

.radio-group-label-above .css_RdoCon label {
    min-width: 2rem;
    text-align: center;
    padding: 1.5rem 0 0 0;
}


.radio-group-label-above .css_RdoCon label span.css_Rdo {
    top: 0;
    left: 3px;
}

.radio-group-no-float .css_ChkCon,
.radio-group-no-float .css_RdoCon {
    float: none;
    display: block;
}

.radio-group-no-float.radio-inline-sm .css_ChkCon,
.radio-group-no-float.radio-inline-sm .css_RdoCon {
    display: inline-block;
}

.radio-group-no-float .css_RdoCon label,
.radio-group-no-float .css_ChkCon label {
    padding: 0 0 0 25px;
}

/*
.radio-group-no-float .css_RdoCon label.btn,
.radio-group-no-float .css_ChkCon label.btn {
    padding: 7px 12px 7px 33px;    
    margin: 0 5px;
    text-align: left;
}
.radio-group-no-float .css_RdoCon label.btn span.css_Rdo {
    top: 6px;
    left: 7px;
}
*/

.css_RdoCon label.btn,
.css_ChkCon label.btn {
    padding: .375rem .75rem .375rem 2.25rem;
    text-align: left;
}

.css_RdoCon label.label-only.btn,
.css_ChkCon label.label-only.btn {
    padding-left: .75rem;
}

.radio-group-no-float .css_ChkCon label.btn,
.radio-group-no-float .css_RdoCon label.btn {
    margin: 0;
}

.css_RdoCon label.btn span.css_Rdo {
    top: 6px;
    left: 5px;
}

.checkbox-nocheck > .css_ChkCon label span.css_Chk {
    display: none;
}

.checkbox-nocheck > css_ChkCon {
    padding-top: 0;
}

.checkbox-nocheck > .css_ChkCon label {
    padding: 0;
}

.checkbox .css_ChkCon label {
    padding: 0 10px;
}

div.css_Fea .css_ChkCon label {
    padding: 0;
    height: auto;
    line-height: inherit;
}

.css_ChkCon label,
.css_RdoCon label {
    display: block;
    position: relative;
    z-index: 1;
    /* font-size: 1.3em; */
    /* padding-right: 1em; */
    /* line-height: 1; */
    /* padding: .5em 0 .5em 30px; */
    /* margin: 0 0 .3em; */
    cursor: pointer;
}

    .css_ChkCon label.ctrl-disabled {
        cursor: inherit;
    }


.img-checkbox {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 21px;
    font-size: 16px;
    line-height: 20px;
}

a.css_CBTriState,
.css_ChkCon label span.css_Chk,
span.css_FrmChkT {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    top: 0;
}

a.css_CBTriState {
    position: relative;
    margin: 0 auto;
    padding: 2px;
    text-decoration: none;
}

    a.css_CBTriState.css_CBT {
        background: Yellow;
    }
    /*
a.css_CBTriState.css_CBF {
    background: Red;
}*/

    a.css_CBTriState.css_CBT,
    a.css_CBTriState.css_CBF {
        padding: 0;
    }

.css_Fea .css_ChkCon label span.css_Chk {
    left: -28px;
    top: -4px;
}

.css_RdoCon label span.css_Rdo {
    display: block;
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    /* BS4 top: -2px; */
    /* background-position: -100px -325px; */
}


/*
.css_ChkCon label.hover span.css_Chk, 
.css_ChkCon label.focus span.css_Chk,
a:hover span.css_FrmChkT {
    background-position:  -25px -325px;
}


.css_RdoCon label.hover span.css_Rdo, 
.css_RdoCon label.focus span.css_Rdo {
    background-position: -125px -325px;
}
*/

.css_ChkCon label.hover span.css_Chk,
.css_ChkCon label.focus span.css_Chk,
.css_RdoCon label.hover span.css_Rdo,
.css_RdoCon label.focus span.css_Rdo {
    /*border-color: #96aed2;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0.8rem rgba(0, 150, 235, 0.6);*/
    border-color: var(--focus-border);
    box-shadow: var(--focus-ring-box-shadow);
}

@media (hover: hover) and (pointer: fine) {
    a:hover span.css_FrmChkT {
        /*border: 1px solid #66afe9;*/
        border-color: #96aed2;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 0.8rem rgba(0, 150, 235, 0.6);
    }
}

.css_ChkCon label.ctrl-disabled span.css_Chk,
.css_ChkCon label.ctrl-disabled span.css_Chk,
.css_RdoCon label.ctrl-disabled span.css_Rdo,
.css_RdoCon label.ctrl-disabled span.css_Rdo {
    background: var(--bs-secondary-bg);
}

.img-checkbox.img-checkbox-checked,
a.css_CBTriState.css_CBT,
.css_ChkCon label.checked span.css_Chk,
span.css_FrmChkF {
    background-color: var(--bs-btn-primary,var(--bs-primary));
}

.img-checkbox.img-checkbox-checked:before,
a.css_CBTriState.css_CBT:before,
.css_ChkCon label.checked span.css_Chk:before,
span.css_FrmChkF:before {
    content: "\f00c";
    color: inherit;
    font-weight: 900;
    color: #fff;
}

a.css_CBTriState:before {
    content: "";
    background: #ccc;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1px;
}

.img-checkbox:before {
    content: "\00a0";
    /*background: #fff;*/
}

.img-checkbox.img-checkbox-checked:before {
    /*background: #4c4c4c; */
    /*color: #4c4c4c;*/
    color: #fff;
}

.css_RdoCon label.checked span.css_Rdo:before {
    content: "\00a0";
    color: inherit;
    background: var(--bs-btn-primary,var(--bs-primary));
    display: block;
    border-radius: 1em;
    line-height: 15px;
    margin: 2px;
}
/*"\f192"*/


a.css_CBTriState.css_CBT:before {
    background: none;
}

a.css_CBTriState.css_CBF:before {
    background: none;
}

/*
.css_ChkCon label.checked.hover span.css_Chk:before , 
.css_ChkCon label.checked.focus span.css_Chk:before ,
.css_RdoCon label.checked.hover span.css_Rdo:before ,
.css_RdoCon label.checked.focus span.css_Rdo:before { text-shadow: 0 0 2px #66afe9; }
*/


.has-error .css_ChkCon label span.css_Chk:before,
.has-error .css_ChkCon label,
.has-error .css_RdoCon label span.css_Rdo:before,
.has-error .css_RdoCon label {
    color: #a94442;
    color: var(--bs-form-invalid-color);
}

    .has-error .css_ChkCon label span.css_Chk,
    .has-error .css_RdoCon label span.css_Rdo {
        border-color: #a94442;
        border-color: var(--bs-form-invalid-border-color);
    }


.css_ChkCon label.checked.ctrl-disabled span.css_Chk {
    background-color: #aaa !important;
}
/*.css_ChkCon label.ctrl-disabled span.css_Chk:before {
    color: #aaa !important;
}*/

.css_RdoCon label.ctrl-disabled span.css_Rdo:before {
    background: #aaa;
}

/*
.css_ChkCon label.focus,
.css_RdoCon label.focus,
.css_RdoCon label.css_S.focus,
.css_RdoCon label.css_1.focus,
.css_RdoCon label.css_0.focus {
	outline: 1px dotted #000000;
}
*/

.css_RdoCon label.ctrl-disabled,
.css_ChkCon label.ctrl-disabled {
    color: #aaa;
    cursor: default;
}

label.css_Chk {
    color: #0033cc;
    line-height: 20px;
}

.radio-tight .css_RdoCon {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

    .radio-tight .css_RdoCon label {
        margin: 0;
    }

.checkbox-desc-indent .checkbox .desc-block,
.ps-checkbox-indent {
    padding-left: 30px
}

.checkbox-tight.css_ChkCon,
.checkbox-tight .css_ChkCon {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 24px;
}

.checkbox-tight > label,
.checkbox-tight .checkbox > label {
    margin-bottom: 0;
}

/* Custom Form */
/***************/


.radioset-inline-block .css_RdoSet {
    display: inline-block;
}

.radio-inline-sm .css_ChkCon,
.radio-inline-sm .css_RdoCon {
    float: none;
    display: inline-block;
}

@media (min-width:768px) /* @grid-float-breakpoint -1 */
{
    .absolute-sm {
        position: absolute;
    }

    .no-gutter-sm-left,
    .no-gutter-sm {
        padding-left: 0;
    }

    .no-gutter-sm-right,
    .no-gutter-sm {
        padding-right: 0;
    }
}

/* BS4 
.navbar-fixed-top {
    padding-right: inherit;
    outline: none;
}

.navbar-fixed-top .navbar {
    border-radius: 0;
    border-width: 0;
}
BS4 */

.js-device {
    display: none;
}

@media screen and (max-width: 767px), screen and (max-height: 520px) {
    /*
        .navbar-language {
            display: none;
        }*/

    .js-device {
        position: fixed;
        bottom: 10px;
        right: 10px;
        display: block;
        filter: alpha(opacity=0.1);
        opacity: 0.1;
        z-index: 1;
    }

    /*
        .navbar-fixed-top.navbar-fixed-top-desktop {
            position: relative;
            top: auto;
        }

        .navbar-fixed-top.navbar-fixed-top-desktop .navbar-collapse {
            max-height: none;
        }*/
}

@media (min-width: 768px) {
    .text-right-sm {
        text-align: right;
    }
}

.table-fixed {
    width: 100%;
    table-layout: fixed;
}

.table-feature .feature-label {
    background: var(--bg-washed,#dee2e6);
    border: 1px solid var(--bs-body-bg); /* FIX */
}

.table-feature .feature-option {
    color: #fff;
    background: var(--primary);
    border: 1px solid rgba(255,255,255,0.5);
}

.table-feature .feature-val {
    border: 1px solid var(--bg-washed, #dee2e6);    
}

/*
.table-feature .feature-label,
.table-feature .feature-option {
    margin-top: 0;
}*/

.table-feature {
    padding-top: 1px;
    padding-left: 1px;
}

.table-feature td {
    height: auto;
    padding: 0.5rem;
    margin-top: -1px;
    margin-left: -1px;
    border: 1px solid transparent;
}

.table-headflex tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}


@media (max-width: 767px) /* @grid-float-breakpoint -1 */
{

    .table-headflex tr {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .radio-inline-sm .css_ChkCon,
    .radio-inline-sm .css_RdoCon {
        display: block;
    }

    /* BS4
    .nav ,
    .dropdown-menu { 
        font-size: 16px;
    }
    BS4 */

    .nav-ctrls > li.no-float-xs,
    .no-float-xs {
        float: none !important;
    }

    .pull-right.pull-left-xs {
        float: left !important;
    }

    .text-center-xs {
        text-align: center;
    }
}

.desc-block {
    display: block;
    /*margin-top: 3px; 
    margin-bottom: 3px; */
    color: #999999;
    color: var(--bs-tertiary-color);
    /*opacity: 0.5;*/
}
/*color:#737373;*/
.help-block {
    margin-top: 0;
    margin-bottom: 3px;
}

.hide-error .help-block {
    /*opacity: 0.5;*/
    visibility: hidden;
    position: absolute;
}

.input-prepad {
    color: #999;
    position: absolute;
    height: calc(1.5em + 1.25rem + 2px);
    line-height: calc(1.5em + 1.25rem + 2px);
    /*height: 39px;
    line-height: 39px;*/
    top: 0;
    z-index: 2;
    padding-left: 0.75rem;
}

.input-group-addon {
    background: inherit;
    border-color: #ddd;
}

.input-group-addon-min {
    border-color: transparent;
    background-color: transparent;
}

.css_InpClr,
.input-group-lg > .css_InpClr {
    padding-right: 45px;
}

.css_Date .css_D,
.css_Date .css_M,
.css_Date .css_Y {
    width: 90px;
}

.css_Date .css_M,
.css_Date .css_Y {
    margin-right: 5px;
}

@media (hover: hover) and (pointer: fine) {
    a.css_Srt:hover {
        text-decoration: none;
    }
}

a.css_Srt > span:after {
    display: inline-block;
    font-family: var(--fa-style-family);
    line-height: 1;
    width: 1.28571429em;
    text-align: center;
    color: transparent;
}

a.css_Srt:hover > span:after,
a.css_Srt.css_Act > span:after {
    color: inherit;
}

a.css_Srt > span:after {
    content: '\f0dc';
}

a.css_SrtU > span:after {
    /*content: '\f0de';*/
    content: '\f0d8';
}

a.css_SrtD > span:after {
    /*content: '\f0dd';*/
    content: '\f0d7';
}



.css_JS {
    display: none;
}

.css_EmlFmt table {
    border-collapse: separate;
    border-spacing: 2px;
}

.css_ValDis {
    background: #ffffff;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    line-height: 16px;
    display: inline-block;
}

.css_EdtHedCnt {
    display: table;
    width: 100%;
    height: 26px;
}

.css_EdtHed {
    display: table-cell;
    padding-right: 4px;
    text-align: right;
    vertical-align: middle;
}

.css_EdtHedCntL .css_EdtHed {
    text-align: left;
}

.css_EdtCnt {
    display: table-cell;
    height: 26px;
    vertical-align: middle;
}

.css_AjxSec {
    position: relative;
}

/*
.css_AjxLck
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 url(/app/img/layout/background/bak-loading-ani-50x50.gif) no-repeat center center;
    z-index: 10;
    opacity: 0.3;
}*/

.js-lstpge-srl-on,
.js-lstpge-ctrls {
    display: none;
}

.js-lstpge-srl-off {
    display: inline-block;
}

.js-lstpge-srl .js-lstpge-srl-on {
    display: inline-block;
}

.js-lstpge-srl .js-lstpge-srl-off {
    display: none;
}

.js-lstpge-con .js-waypoint-ctrls {
    position: absolute;
    top: 15px;
    left: 0;
}

.js-waypoint {
    /* position: absolute; */
    /* top: -1750px; */
}

.js-lst-pgn {
    /*position: relative;*/
}

.frm-stp-cur-01 .frm-stp-sub,
.frm-stp-cur-sub .frm-stp-01 {
    display: none;
}

.frm-saving-msg,
.frm-saved-msg,
.frm-save-error-msg {
    display: none;
}

.frm-autosave-sec {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}

.frm-autosave .frm-autosave-sec {
    opacity: 1;
}

.frm-saving .frm-autosave-sec .frm-saving-msg,
.frm-saved .frm-autosave-sec .frm-saved-msg,
.frm-save-error .frm-autosave-sec .frm-save-error-msg {
    display: block;
}

.js-AjxRun-on {
    display: none;
}

.js-AjxRun-off {
    display: inline-block;
}

.js-AjxRun .js-AjxRun-on {
    display: inline-block;
}

.js-AjxRun .table-list .js-AjxRun-on {
    display: none;
}

.js-AjxRun .js-AjxRun-off {
    display: none;
}
.js-AjxRun .js-AjxRun-none {
    display: none;
}

.js-AjxRun .js-AjxRun-fade {
    filter: alpha(opacity=25);
    opacity: .25;
    pointer-events: none;
}

.js-AjxRun .js-edt-inline .js-AjxRun-on {
    display: none;
}

.js-AjxRun .js-edt-inline .js-AjxRun-off {
    display: inline-block;
}

.edt-mode .js-edt-mode-off {
    display: none;
}

.js-edt-mode-on {
    display: none;
}

.edt-mode .js-edt-mode-on {
    display: inline-block;
}

/* Custom Fonts */
/****************/

.css_PnlLnk {
    display: block;
    position: relative;
    text-decoration: none;
    color: #333;
}

a.css_PnlLnk {
    outline: 0;
}

.css_PnlLnk:hover,
.css_PnlLnk:focus {
    text-decoration: none;
    color: #333;
}

    .css_PnlLnk:hover .panel,
    .css_PnlLnk:focus .panel {
        border-color: #bce8f1;
    }

    .css_PnlLnk:hover .panel-heading,
    .css_PnlLnk:focus .panel-heading {
        background: #d9edf7;
        border-color: #bce8f1;
        color: #31708f;
    }

/***************/
/* Icons */

/***************/
/* Country Flags */

.ico-flg-md,
.ico-flg-sm {
    display: inline-block;
    margin-right: 3px;
}

.ico-flg-md {
    background: none;
    width: 24px;
    height: 20px;
    vertical-align: middle;
    margin-top: -2px;
}

.ico-flg-sm {
    background: none;
    width: 16px;
    height: 13px;
}

/* Country Flags */
/***************/


/* Icons */
/***************/

