/* general page setup */
html,
body {
    font-family: Open Sans, sans-serif;
    margin: 0;
    padding: 0;
}

input[type="password"]::-ms-reveal {
    display: none;
}

a {
    font-size: 14px;
}

    a:link {
        color: #3e3e3e;
        text-decoration: none;
        cursor: pointer;
    }

    a:visited {
        color: #3e3e3e;
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        color: #3e3e3e;
        text-decoration: none;
        cursor: pointer;
    }

    a:active {
        color: #3e3e3e;
        text-decoration: none;
        cursor: pointer;
    }

    a.login-link {
        font-size: 15px;
        text-decoration: underline;
    }

.add-pointer {
    cursor: pointer;
}

.add-pointer-copy {
    cursor: copy;
}

.add-space-left {
    margin-left: 7px;
}

.add-space-right {
    margin-right: 7px;
}

.add-space-right-10 {
    margin-right: 10px;
}

.add-hidden {
    visibility: hidden;
    display: none;
}

.add-disabled {
    pointer-events: none;
    color: lightgray;
}

.header-filter-row,
td.header-filter-cell {
    background-color: dimgray;
    text-align: center;
    padding: 4px !important;
}

.header-filter-input {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    width: 90%;
}

table th {
    font-size: 14px;
}

table td {
    font-size: 12px;
}

.table > :not(caption) > * > * {
    padding: 0.4rem;
}

.table-fix-no-bottom-spacing {
    margin-bottom: 0px;
}

.table-column-30 {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.table-column-burger {
    font-size: 14px;
}

/* general framework setup */
.container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 0px;
    height: 80%;
}

.col {
    position: relative;
}

.row {
    --bs-gutter-x: 0rem;
}

/* custom header layouts */
.header {
    height: 75px;
    min-height: 75px;
    max-height: 75px;
    background: #1F2937;
    color: honeydew;
}

    .header a {
        font-size: 12px;
    }

        .header a:link {
            color: honeydew;
            text-decoration: none;
            cursor: pointer;
        }

        .header a:visited {
            color: honeydew;
            text-decoration: none;
            cursor: pointer;
        }

        .header a:hover {
            color: honeydew;
            text-decoration: none;
            cursor: pointer;
        }

        .header a:active {
            color: honeydew;
            text-decoration: none;
            cursor: pointer;
        }

.header-logo {
    width: 75px;
    min-width: 75px;
    max-width: 75px;
}

.header-nav {
    margin: 2px;
}

.header-nav-title {
    font-size: 24px;
    height: 47px;
    min-height: 47px;
    max-height: 47px;
    margin-left: 5px;
}

    .header-nav-title .title-text {
        padding: 4px;
        color: #b59e28;
        display: block;
    }

.header-nav-bar {
    min-height: 25px;
    max-height: 25px;
    margin-left: 5px;
    background: #374151;
    overflow: hidden;
}

    .header-nav-bar .nav-item {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
        padding: 2px;
        padding-top: 2px;
        font-size: 14px;
        border-right: #000 1px solid;
        border-bottom: #000 1px solid;
        margin-left: 4px;
    }

    .header-nav-bar .nav-empty {
        width: auto;
        margin-left: 12px;
        margin-top: 12px;
        font-size: 14px;
    }

    .header-nav-bar .nav-lang {
        width: 50px;
        min-width: 50px;
        max-width: 50px;
        padding: 2px;
        padding-top: 2px;
        font-size: 14px;
        border-left: #000 1px solid;
        border-bottom: #000 1px solid;
        text-align: center
    }

.header-feature {
    margin: 2px;
    width: 194px;
    min-width: 194px;
    max-width: 194px;
}

.header-feature-time {
    height: 46px;
    min-height: 46px;
    max-height: 46px;
}

    .header-feature-time .clock {
        text-align: center;
    }

    .header-feature-time .clock-time {
        padding-top: 2px;
        font-size: 18px;
    }

    .header-feature-time .clock-date {
        font-size: 12px;
    }

.header-feature-user {
    height: 23px;
    min-height: 23px;
    max-height: 23px;
}

    .header-feature-user .user {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }


/* custom content layouts */
.content {
    min-height: calc(100vh - 110px);
    overflow: auto;
}

.content-container {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 25px;
}

    .content-container .icon-label {
        margin-left: 5px;
    }

    .content-container .icon-badge-full {
        color: red;
        border: 1px solid gray;
        border-radius: 1em;
        min-width: 50px;
        max-width: 50px;
    }

    .content-container .icon-badge-free {
        color: green;
        border: 1px solid gray;
        border-radius: 1em;
        min-width: 50px;
        max-width: 50px;
    }

/* specific footer layouts */
.footer {
    position: fixed;
    bottom: 0px;
    height: 25px;
    width: 100%;
    background-color: #374151;
    color: honeydew;
    padding-top: 4px;
    font-size: 12px;
}

    .footer .footer-left {
        padding-left: 10px;
        text-align: left;
    }

    .footer .footer-right {
        float: right;
        padding-right: 10px;
        text-align: right;
    }

/* custom page styles */
.card-header {
    font-weight: bold;
}

.card-no-paddings {
    margin: 0px;
    padding: 0px;
}

.card-body ul {
    border: none;
}

.card-body li {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.card-footer .license-group-functions {
    font-size: 14px;
}

.card-footer.with-paging,
.card-footer.with-confirmation {
    padding: 0px;
}

    .card-footer.with-paging .with-selection {
        padding-top: 3px;
        padding-right: 3px;
    }

.card-footer nav {
    margin: 0px;
    border: 0px;
}

    .card-footer nav ul {
        margin: 2px;
    }


/* group container and list */
.group-container {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    margin-right: 10px;
}

.group-list {
    height: calc(70vh);
}

.group-list-search {
    height: 50px;
    background: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 9px;
    padding-top: 12px;
    font-size: 14px;
}

.group-list-search-span-left {
    width: 75%;
}

.group-list-search-input {
    font-size: 10px;
    height: 24px;
}

.input-group-sm .input-list-search-input {
    font-size: 12px;
    height: 24px;
}

.group-list-search-switch {
    margin-top: 1px;
    margin-right: 6px;
}

.group-list-items {
    height: calc(100% - 50px);
    overflow: auto;
}

.group-list-empty {
    display: none;
    font-size: 14px;
    padding: 5px;
    padding-left: 10px;
    background: rgba(0,0,0,.01);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.groups-input {
    height: 25px;
}

.groups-button {
    height: 25px;
    padding-top: 0px
}

.groups-button-icon {
    font-size: 14px;
}

.group-license-list {
    max-width: calc(100vw - 450px);
}


/* form styles */
form {
    font-size: 12px;
}

.form-control,
.form-select {
    font-size: 12px;
}

.form-row {
    margin-bottom: 5px;
}

.form-labels {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-top: 7px;
}

.form-labels-small {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    margin-top: 7px;
}

.form-labels-medium {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    margin-top: 7px;
}

.form-buttons {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-left: 10px;
}

.form-empty {
    width: 50px;
}

.form-cell-centered {
    text-align: center;
    margin-top: 4px;
}

.form-cell-info-only {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
    margin-top: 4px;
}

.form-confirmation {
    padding: 10px;
    font-size: 14px;
}

.form-confirmation-login {
    padding: 10px;
    font-size: 12px;
    color: red;
}

.login-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.login-card-centered {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-width: 500px;
    width: 100%;
    margin: auto;
    position: relative;
    top: 5%;
    transform: translateY(-50%);
}

.login-form {
    display: flex;
    justify-content: space-between; /* Verteilt die Elemente gleichmäßig */
    align-items: center; /* Zentriert die Elemente vertikal */
    padding: 10px; /* Optional: fügt Padding hinzu */
}

.login-form-title {
    flex: 1; /* Nimmt den verfügbaren Platz ein */
    text-align: left; /* Links ausrichten */
}

.login-form-selector {
    width: 100px;
    text-align: center;
}

.nav-item.active {
    color: #000; /* Aktive Linkfarbe */
    background-color: #f2d600; /* Hintergrundfarbe für aktiven Link */
    margin-left: 0px;
    margin-right: 4px;
}

    .nav-item.active a {
        color: #000; /* Aktive Linkfarbe */
        background-color: #f2d600; /* Hintergrundfarbe für aktiven Link */
        margin-left: 4px;
    }

.nav-lang.active {
    color: #000; /* Aktive Linkfarbe */
    background-color: #f2d600; /* Hintergrundfarbe für aktiven Link */
    margin-left: 0px;
    margin-right: 0px;
}

    .nav-lang.active a {
        color: #000; /* Aktive Linkfarbe */
        background-color: #f2d600; /* Hintergrundfarbe für aktiven Link */
        margin-left: 0px;
        margin-right: 0px;
    }

.no-select {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.no-select-dark {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */

    color: #fff !important;
    background: #666 !important;
}

.bg-atvise {
    color: #000;
    background-color: #f2d600;
}

.setup-center {
    display: flex;
    justify-content: center;
}

.setup-60p {
    width: 60%;
    margin-top: 100px;
}

.cell-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.cell-ellipsis-80 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 90% !important;
    max-width: 90% !important;
}

.form-switch-reverse {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
}

    .form-switch-reverse label {
        margin-right: 55px
    }

/* button styles */
.btn-atvise-submit {
    height: 28px;
    min-width: 200px;
    max-width: 200px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 12px;
    float: right;
    background-color: #f2d600;
    border-color: #f2d600;
    color: #3e3e3e;
}

    .btn-atvise-submit:hover {
        background-color: rgb(242, 214, 0, 0.50);
        border-color: #f2d600;
        color: #3e3e3e;
    }

    .btn-atvise-submit:disabled {
        background-color: rgb(242, 214, 0, 0.50);
        border-color: #f2d600;
        color: #3e3e3e;
    }

    .btn-atvise-submit:active {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

    .btn-atvise-submit:focus {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }


.btn-atvise-cancel {
    height: 28px;
    min-width: 200px;
    max-width: 200px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    margin-right: 25px;
    font-size: 12px;
    float: right;
    background-color: #eee;
    border-color: #bbb;
    color: #3e3e3e;
}

    .btn-atvise-cancel:hover {
        background-color: #ddd;
        border-color: #bbb;
        color: #3e3e3e;
    }

    .btn-atvise-cancel:disabled {
        background-color: #eee;
        border-color: #bbb;
        color: #3e3e3e;
    }

    .btn-atvise-cancel:active {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

    .btn-atvise-cancel:focus {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

.btn-atvise-random {
    height: 24px;
    width: 150px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: #f2d600;
    border-color: #f2d600;
    color: #3e3e3e;
}

    .btn-atvise-random:hover {
        height: 24px;
        width: 150px;
        padding: 0px;
        padding-inline: 0px;
        margin: 0px;
        font-size: 12px;
        background-color: rgb(242, 214, 0, 0.50);
        border-color: #f2d600;
        color: #3e3e3e;
    }

    .btn-atvise-random:focus {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

    .btn-atvise-random:active {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

.btn-atvise-info {
    height: 24px;
    width: 24px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: white;
    border-color: rgb(50, 50, 50, 0.25);
    color: #3e3e3e;
}

    .btn-atvise-info:hover {
        height: 24px;
        width: 24px;
        padding: 0px;
        padding-inline: 0px;
        margin: 0px;
        font-size: 12px;
        background-color: rgb(200, 200, 200, 0.50);
        border-color: rgb(50, 50, 50, 0.25);
        color: #3e3e3e;
    }

    .btn-atvise-info:focus {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

    .btn-atvise-info:active {
        box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
        outline: none;
    }

.header-feature-user .btn-atvise-login {
    height: 18px;
    width: 120px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: dimgray;
    border-color: dimgray;
    color: #ffffff;
    border-radius: 2px;
    background-color: #f2d600;
    border-color: #f2d600;
    color: #3e3e3e;
}

    .header-feature-user .btn-atvise-login:hover {
        background-color: #eee070;
        border-color: #f2d600;
        color: #3e3e3e;
    }

.header-feature-user .btn-atvise-logout {
    height: 18px;
    width: 120px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 12px;
    background-color: #f2d600;
    border-color: #f2d600;
    color: #3e3e3e;
}

    .header-feature-user .btn-atvise-logout:hover {
        background-color: #eee070;
        border-color: #f2d600;
        color: #3e3e3e;
    }

.header-feature-user .btn-atvise-icon {
    height: 18px;
    width: 30px;
    padding: 0px;
    padding-inline: 0px;
    margin: 0px;
    font-size: 16px;
    background-color: dimgray;
    border-color: dimgray;
    color: #ffffff;
    border-radius: 2px;
    background-color: #f2d600;
    border-color: #f2d600;
    color: #3e3e3e;
}

    .header-feature-user .btn-atvise-icon:hover {
        background-color: #eee070;
        border-color: #f2d600;
        color: #3e3e3e;
    }

.centered-button-fix {
    display: flex;
    justify-content: end;
    align-items: center;
}

.centered-icon-fix {
    margin-top: 3px;
    margin-right: 3px;
}

/* form styles */
input: focus, .form-control:focus {
    border-color: gray;
    border-block-color: gray;
    outline: none;
    box-shadow: 2px 2px 2px rgb(50, 50, 50, 0.25);
}

/* move icon */
.move-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
    margin-left: 3px;
}

/* arange icon */
.arange-icon {
    display: inline-block;
    min-width: 15px;
    max-width: 15px;
    font-size: 12px;
}

/* copy icon */
.copy-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.copy-text {
    flex-grow: 1;
    text-align: left;
    cursor: pointer;
}

.copy-text-bold {
    flex-grow: 1;
    text-align: left;
    font-weight: bold;
    cursor: pointer;
}

.copy-icon {
    text-align: right;
    cursor: pointer;
    transition: transform 0.1s ease, opacity 0.1s ease;
}

    .copy-icon:active {
        opacity: 0.75;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px -1px 2px rgba(0, 0, 0, 0.3)
    }

/* column menu (toggle menu) */
.overlay-column-table {
    width: 250px;
    border: 1px solid dimgray;
    margin: 0px;
}

.overlay-information {
    background-color: white;
    box-shadow: 3px 3px 0px dimgray;
    z-index: 1000;
    margin: auto;
    top: 40%;
    left: 35%;
    right: 35%;
    width: 30%;
    transform: translateY(-50%);
    position: absolute;
    background-color: white;
    z-index: 1000;
}

.row-selected {
    background-color: rgb(242, 214, 0, 0.25);
    font-weight: bold;
}

.row-no-selected:hover {
    font-weight: bold;
}

.no-wrap {
    flex-wrap: nowrap;
}

/* new group list css */
.list-group-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.list-group-item-container-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px;
}

    .list-group-item-container-left a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.icon-label {
    margin-right: auto;
}

.list-group-item-container-right {
    display: block;
    text-align: start;
    gap: 5px;
    min-width: 40px;
    max-width: 40px;
}

.group-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.padding-7-7 {
    padding: 7px 7px;
}

/* copy buttons */
.virtual-button {
    float: left;
    border-width: 1px;
    border-color: gainsboro;
    border-style: solid;
    margin-left: 2px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: normal;
    user-select: none;
}

    .virtual-button:active {
        background-color: rgb(242, 214, 0, 0.25);
    }

/* card footer inner elements */
.footer-marked-info {
    float: left;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 25px;
}

.footer-refresh-info {
    float: right;
    display: flex;
    align-items: center;
    height: 25px;
}

.card-footer::after {
    content: "";
    display: table;
    clear: both;
}


.marked-container {
    margin: 0;
    line-height: 1.5;
}

.refresh-container {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 25px;
}

.refresh-message {
    margin: 0;
    font-size: 12px;
}

.add-filter-margin-left {
    margin-left: 45px;
    color: white;
}

/* Hides the dialog tab marker by reducing its dimensions to zero */
/* Avoid using other visibility properties, */
/* as they might cause the marker to be ignored */
.dialogTabMarker {
    max-height: 0 !important;
    max-width: 0 !important;
}
