<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main aside svg{
    fill: #fff;
}

.dropdown.bootstrap-select{
    border: 1px solid #9c9c9c;
    padding: 0 !important;
    border-radius: 0.25rem;
}

.dropdown.bootstrap-select.form-control-lg button.dropdown-toggle,
.dropdown.bootstrap-select.form-control--lg button.dropdown-toggle{
    padding: 0.5rem 0.75rem !important;
    border-radius: 0.25rem;
    font-weight: normal;
}

.bootstrap-select &gt; .dropdown-toggle:after {
    display: none;
}

.option-subrole {
}

.select-subrole .dropdown-menu {
    width: auto !important;
    left: inherit !important;
    right: inherit !important;
}

.select-subrole .filter-option {
    font-size: smaller !important;
}

footer {
    z-index: 10;
}

.app-config-input{
    max-width: 500px;
}

.dropdown-item &gt; img{
    margin-left: 0;
}

.btn-svg &gt; img {
    margin-right: 8px;
}

a { 
    color: #000;
    text-decoration: none;
}
    a.is-prominent {  
        font-weight: bold;
    }

    a:hover {
        text-decoration: underline;
        color: #000;
    }

.is-unauthenticated main &gt; aside{
    display:none;
}

.is-unauthenticated main &gt; section{
    margin-left: 0;
}

.is-unauthenticated footer.footer-register{
    width: 100%;
}

.is-unauthenticated header.no-gutters img {
    margin-right: auto;
    /*width: 110px !important;
    height: 78px !important;*/
}

h6 { 
    margin: 0;
}

.modal-lg { max-width:none; }

@media (min-width: 1200px) {
    .modal-lg .modal-dialog {
        min-width: 750px;
    }
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    top: 18px;
}

.dropdown-menu small.text-muted {
    display: block;
    width: 150%;
    padding-left: 0 !important;
    word-wrap: break-word;
    white-space: normal
}

.dropdown-menu div.inner.show { overflow-x: hidden; }

/* from bootstrap-utilities v4 */
.text-justify {
    text-align: justify !important;
}

.table &gt; :not(caption) &gt; * &gt; * {
    border-bottom-width: 0;
}

.form-check {
    min-height: 0;
}

.btn-close {
    background-image: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .5;
}

.btn-close:hover {
    color: #000000;
    text-decoration: none;
}

.btn-close:not(:disabled):not(.disabled):hover, .btn-close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.btn-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover, a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.bg-secondary {
    color: #ffffff;
    background-color: #3e4545;
}

a.bg-secondary:hover, a.bg-secondary:focus {
    color: #ffffff;
    background-color: #262a2a;
}

a.bg-secondary:focus, a.bg-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(62, 69, 69, 0.5);
}

.nav-link {
    color: #000000;
}
/****************/


.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

    .dropdown-toggle::after {
        display: block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
    height: fit-content;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

@keyframes animateArrow {
    0%, 100% {
        right: 16px;
    }

    50% {
        right: 20px;
    }
}

.dropdown-item {
    color: #6b6b6b;
    font-size: 12px !important;
    padding: 16px 96px 16px 16px;
    position: relative;
    transition: background .06s ease-in-out, color .06s ease-in-out;
}

    .dropdown-item:hover:not(.dropdown-item--btn) {
        background-color: #e5a713;
        color: #000000;
    }

        .dropdown-item:hover:not(.dropdown-item--btn):after {
            animation-name: animateArrow;
            animation-duration: .5s;
            animation-iteration-count: infinite;
            opacity: 1;
        }

        .dropdown-item:hover:not(.dropdown-item--btn) svg path {
            fill: #000000;
        }

    .dropdown-item:not(:last-of-type) {
        border-bottom: 1px solid #eff0ee;
    }

.dropdown-item--btn &gt; .btn {
    margin-left: 0 !important;
}

.dropdown-item &gt; *:not(svg) {
    display: inline-block;
    margin-left: 10px;
}

.dropdown-item svg path {
    transition: fill .06s ease-in-out;
}

.dropdown-menu {
    border: none;
    border-radius: 8px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    min-width: 125px;
    left: initial !important;
    padding: 9px 24px 9px 16px;
    right: 0 !important;
    /*top: calc(100% + 8px) !important;*/
    /*transform: none !important;*/
    width: calc(100% - 32px);
}

.dropdown-menu--account .dropdown-item {
    padding: 8px 96px 8px 16px !important;
}

.dropdown-menu--account, .dropdown-menu--actions {
    padding: 16px 0 !important;
    width: auto !important;
}

    .dropdown-menu--actions .dropdown-item:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGQ9Ik0wIDhDMCA5LjU4MjI1IDAuNDY5MTkyIDExLjEyOSAxLjM0ODI0IDEyLjQ0NDZDMi4yMjcyOSAxMy43NjAyIDMuNDc2NzIgMTQuNzg1NSA0LjkzODUzIDE1LjM5MUM2LjQwMDM0IDE1Ljk5NjUgOC4wMDg4NyAxNi4xNTUgOS41NjA3MiAxNS44NDYzQzExLjExMjYgMTUuNTM3NiAxMi41MzggMTQuNzc1NyAxMy42NTY5IDEzLjY1NjlDMTQuNzc1NyAxMi41MzggMTUuNTM3NiAxMS4xMTI2IDE1Ljg0NjMgOS41NjA3MkMxNi4xNTUgOC4wMDg4NyAxNS45OTY1IDYuNDAwMzQgMTUuMzkxIDQuOTM4NTNDMTQuNzg1NSAzLjQ3NjcyIDEzLjc2MDIgMi4yMjcyOSAxMi40NDQ2IDEuMzQ4MjRDMTEuMTI5IDAuNDY5MTkyIDkuNTgyMjUgMCA4IDBDNS44NzkwMyAwLjAwMjQ3MDE1IDMuODQ1NjMgMC44NDYxMTggMi4zNDU4NyAyLjM0NTg3QzAuODQ2MTE4IDMuODQ1NjMgMC4wMDI0NzAxNSA1Ljg3OTAzIDAgOEgwWk05LjEzOCA0LjUyNzMzTDEyLjEzOCA3LjUyNzMzQzEyLjI2MyA3LjY1MjM1IDEyLjMzMzIgNy44MjE4OSAxMi4zMzMyIDcuOTk4NjdDMTIuMzMzMiA4LjE3NTQ0IDEyLjI2MyA4LjM0NDk4IDEyLjEzOCA4LjQ3TDkuMTM4IDExLjQ3QzkuMDEyMjYgMTEuNTkxNCA4Ljg0Mzg2IDExLjY1ODYgOC42NjkwNyAxMS42NTcxQzguNDk0MjcgMTEuNjU1NiA4LjMyNzA2IDExLjU4NTUgOC4yMDM0NSAxMS40NjE5QzguMDc5ODUgMTEuMzM4MyA4LjAwOTc0IDExLjE3MTEgOC4wMDgyMiAxMC45OTYzQzguMDA2NyAxMC44MjE1IDguMDczODkgMTAuNjUzMSA4LjE5NTMzIDEwLjUyNzNMOS43NzI2NyA4Ljk0OTMzQzkuNzk1MzYgOC45MjU5MyA5LjgxMDY5IDguODk2MzggOS44MTY3NiA4Ljg2NDM0QzkuODIyODIgOC44MzIzMSA5LjgxOTM2IDguNzk5MiA5LjgwNjggOC43NjkxMkM5Ljc5NDI0IDguNzM5MDMgOS43NzMxNCA4LjcxMzI5IDkuNzQ2MSA4LjY5NTA4QzkuNzE5MDYgOC42NzY4NyA5LjY4NzI3IDguNjY2OTkgOS42NTQ2NyA4LjY2NjY3SDRDMy44MjMxOSA4LjY2NjY3IDMuNjUzNjIgOC41OTY0MyAzLjUyODYgOC40NzE0QzMuNDAzNTcgOC4zNDYzOCAzLjMzMzMzIDguMTc2ODEgMy4zMzMzMyA4QzMuMzMzMzMgNy44MjMxOSAzLjQwMzU3IDcuNjUzNjIgMy41Mjg2IDcuNTI4NTlDMy42NTM2MiA3LjQwMzU3IDMuODIzMTkgNy4zMzMzMyA0IDcuMzMzMzNIOS42NTQ2N0M5LjY4NzY3IDcuMzMzMzkgOS43MTk5NSA3LjMyMzY1IDkuNzQ3NDIgNy4zMDUzNEM5Ljc3NDg4IDcuMjg3MDMgOS43OTYyOSA3LjI2MDk4IDkuODA4OTMgNy4yMzA0OUM5LjgyMTU3IDcuMiA5LjgyNDg3IDcuMTY2NDQgOS44MTg0MSA3LjEzNDA3QzkuODExOTYgNy4xMDE3IDkuNzk2MDQgNy4wNzE5OCA5Ljc3MjY3IDcuMDQ4NjdMOC4xOTUzMyA1LjQ3QzguMDczODkgNS4zNDQyNiA4LjAwNjcgNS4xNzU4NiA4LjAwODIyIDUuMDAxMDdDOC4wMDk3NCA0LjgyNjI3IDguMDc5ODUgNC42NTkwNiA4LjIwMzQ1IDQuNTM1NDVDOC4zMjcwNiA0LjQxMTg1IDguNDk0MjcgNC4zNDE3NCA4LjY2OTA3IDQuMzQwMjJDOC44NDM4NiA0LjMzODcgOS4wMTIyNiA0LjQwNTg5IDkuMTM4IDQuNTI3MzNaIiBmaWxsPSJibGFjayIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
        background-position: center center;
        background-repeat: no-repeat;
        bottom: 0;
        content: '';
        display: block;
        height: 16px;
        margin: auto;
        opacity: .4;
        position: absolute;
        right: 16px;
        top: 0;
        transition: opacity .06s ease-in-out;
        width: 16px;
    }

.dropdown-menu &gt; * {
    width: 100% !important;
}

    .dropdown-menu &gt; * label {
        font-size: 12px !important;
        padding: 9px 0;
    }

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle.btn {
    padding: 0 !important;
}

.dropdown button.btn-close {
    margin-left: 10px;
    margin-right: -10px;
}

.headrow {
    background-color: #6b6b6b;
    border: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 16px;
}

.justify-content-start {
    margin-left: unset;
    padding-left: unset;
}
/*
:valid {
    color: unset;
    border: unset;
    border-color: unset;
}*/


.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .list-group-flush .list-group-item:last-child {
        margin-bottom: -1px;
    }

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #857627;
    background-color: #fff7cd;
}

    .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
        color: #857627;
        background-color: #fff3b4;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #ffffff;
        background-color: #857627;
        border-color: #857627;
    }

.list-group-item-secondary {
    color: #202424;
    background-color: #c9cbcb;
}

    .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
        color: #202424;
        background-color: #bcbebe;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #ffffff;
        background-color: #202424;
        border-color: #202424;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #ffffff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #ffffff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #ffffff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #ffffff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #858585;
    background-color: white;
}

    .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
        color: #858585;
        background-color: #f2f2f2;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #ffffff;
        background-color: #858585;
        border-color: #858585;
    }

.list-group-item-dark {
    color: #161616;
    background-color: #c4c4c4;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #161616;
        background-color: #b7b7b7;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #ffffff;
        background-color: #161616;
        border-color: #161616;
    }

.list-group-item-yale-gold {
    color: #77570a;
    background-color: #f8e6bd;
}

    .list-group-item-yale-gold.list-group-item-action:hover, .list-group-item-yale-gold.list-group-item-action:focus {
        color: #77570a;
        background-color: #f6dda6;
    }

    .list-group-item-yale-gold.list-group-item-action.active {
        color: #ffffff;
        background-color: #77570a;
        border-color: #77570a;
    }

.list-group-item-yale-gold-md {
    color: #7e6e47;
    background-color: #fbf3de;
}

    .list-group-item-yale-gold-md.list-group-item-action:hover, .list-group-item-yale-gold-md.list-group-item-action:focus {
        color: #7e6e47;
        background-color: #f8ebc7;
    }

    .list-group-item-yale-gold-md.list-group-item-action.active {
        color: #ffffff;
        background-color: #7e6e47;
        border-color: #7e6e47;
    }

.list-group-item-yale-parchment {
    color: #817969;
    background-color: #fdf9f0;
}

    .list-group-item-yale-parchment.list-group-item-action:hover, .list-group-item-yale-parchment.list-group-item-action:focus {
        color: #817969;
        background-color: #faf0da;
    }

    .list-group-item-yale-parchment.list-group-item-action.active {
        color: #ffffff;
        background-color: #817969;
        border-color: #817969;
    }

.list-group-item-hyster-yellow {
    color: #857627;
    background-color: #fff7cd;
}

    .list-group-item-hyster-yellow.list-group-item-action:hover, .list-group-item-hyster-yellow.list-group-item-action:focus {
        color: #857627;
        background-color: #fff3b4;
    }

    .list-group-item-hyster-yellow.list-group-item-action.active {
        color: #ffffff;
        background-color: #857627;
        border-color: #857627;
    }

.list-group-item-hyster-red {
    color: #520f11;
    background-color: #e4bfc1;
}

    .list-group-item-hyster-red.list-group-item-action:hover, .list-group-item-hyster-red.list-group-item-action:focus {
        color: #520f11;
        background-color: #dcadb0;
    }

    .list-group-item-hyster-red.list-group-item-action.active {
        color: #ffffff;
        background-color: #520f11;
        border-color: #520f11;
    }

.list-group-item-hyster-gray {
    color: #202424;
    background-color: #c9cbcb;
}

    .list-group-item-hyster-gray.list-group-item-action:hover, .list-group-item-hyster-gray.list-group-item-action:focus {
        color: #202424;
        background-color: #bcbebe;
    }

    .list-group-item-hyster-gray.list-group-item-action.active {
        color: #ffffff;
        background-color: #202424;
        border-color: #202424;
    }

.list-group-item-hyster-gray-dk {
    color: #232323;
    background-color: #cbcbcb;
}

    .list-group-item-hyster-gray-dk.list-group-item-action:hover, .list-group-item-hyster-gray-dk.list-group-item-action:focus {
        color: #232323;
        background-color: #bebebe;
    }

    .list-group-item-hyster-gray-dk.list-group-item-action.active {
        color: #ffffff;
        background-color: #232323;
        border-color: #232323;
    }

.list-group-item-hyster-gray-xd {
    color: #161616;
    background-color: #c4c4c4;
}

    .list-group-item-hyster-gray-xd.list-group-item-action:hover, .list-group-item-hyster-gray-xd.list-group-item-action:focus {
        color: #161616;
        background-color: #b7b7b7;
    }

    .list-group-item-hyster-gray-xd.list-group-item-action.active {
        color: #ffffff;
        background-color: #161616;
        border-color: #161616;
    }

.list-group-item-hyster-gray-md {
    color: #656565;
    background-color: #eeeeee;
}

    .list-group-item-hyster-gray-md.list-group-item-action:hover, .list-group-item-hyster-gray-md.list-group-item-action:focus {
        color: #656565;
        background-color: #e1e1e1;
    }

    .list-group-item-hyster-gray-md.list-group-item-action.active {
        color: #ffffff;
        background-color: #656565;
        border-color: #656565;
    }

.list-group-item-hyster-gray-lt {
    color: #737373;
    background-color: whitesmoke;
}

    .list-group-item-hyster-gray-lt.list-group-item-action:hover, .list-group-item-hyster-gray-lt.list-group-item-action:focus {
        color: #737373;
        background-color: #e8e8e8;
    }

    .list-group-item-hyster-gray-lt.list-group-item-action.active {
        color: #ffffff;
        background-color: #737373;
        border-color: #737373;
    }

.list-group-item-hyster-gray-xl {
    color: #7d7d7d;
    background-color: #fbfbfb;
}

    .list-group-item-hyster-gray-xl.list-group-item-action:hover, .list-group-item-hyster-gray-xl.list-group-item-action:focus {
        color: #7d7d7d;
        background-color: #eeeeee;
    }

    .list-group-item-hyster-gray-xl.list-group-item-action.active {
        color: #ffffff;
        background-color: #7d7d7d;
        border-color: #7d7d7d;
    }


.list-group-flush-HYG .list-group-item-HYG {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .list-group-item-HYG:last-of-type {
        margin-bottom: -1px;
        border-bottom: 3px solid #e5a713;
    }

.list-group-item-HYG {
    color: #7d7d7d;
    background-color: #fbfbfb;
}

    .list-group-item-HYG.list-group-item-action:hover, .list-group-item-HYG.list-group-item-action:focus {
        color: #7d7d7d;
        background-color: #eeeeee;
    }

    .list-group-item-HYG.list-group-item-action.active {
        color: #ffffff;
        background-color: #6b6b6b;
        border: none;
        border-color: #7d7d7d;
        font-size: 12px;
        font-weight: 400;
        padding: 6px 16px;
        margin: 4px 4px;
    }


div.input-group-append &gt; span.input-group-text {
    padding-bottom: 7px; /* this is just a fix */
}
/* should be print css */


/*.input-group-sm &gt; .custom-select, .input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-append &gt; .btn, .input-group-sm &gt; .input-group-append &gt; .input-group-text, .input-group-sm &gt; .input-group-prepend &gt; .btn, .input-group-sm &gt; .input-group-prepend &gt; .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}*/

/*.input-group-sm &gt; .custom-select, .input-group-sm &gt; .form-control, .input-group-sm &gt; .input-group-append &gt; .btn, .input-group-sm &gt; .input-group-append &gt; .input-group-text, .input-group-sm &gt; .input-group-prepend &gt; .btn, .input-group-sm &gt; .input-group-prepend &gt; .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}*/

/*.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}*/

.input-group-sm &gt; .custom-select, .input-group-sm &gt; .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}

.mt-n1 {
    margin-top: -0.75rem !important;
}


element.style {
}

input[type=checkbox].form-check-input {
    margin-top: 0.15rem;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, *::before, *::after {
    box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.form-check-input:checked:disabled {
    cursor: default;
    background-color: rgba(59, 59, 59, 0.3);
    color: rgb(170, 170, 170);
    border-color: rgba(118, 118, 118, 0.3);
}

</pre></body></html>