﻿body {
    position: relative;
}

.table-head-app-select-popover {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    display: none;
    min-width: 6em;
    height: 10em;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 5px;
    z-index: 100000;
}

    .table-head-app-select-popover > span {
        display: block;
        font-size: 14px;
        padding: 6px;
    }

    .table-head-app-select-popover > span:hover {
        background: #2222;
    }

.table-head-template-group-select-popover {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    display: none;
    min-width: 6em;
    height: 10em;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 5px;
    z-index: 100000;
}

    .table-head-template-group-select-popover > span {
        display: block;
        font-size: 14px;
        padding: 6px;
    }

    .table-head-template-group-select-popover > span:hover {
        background: #2222;
    }


.app-select-popover {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    display: none;
    min-width: 6em;
    height: 10em;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 5px;
    z-index: 100000;
}

    .app-select-popover > span {
        display: block;
        font-size: 14px;
        padding: 6px;
    }

        .app-select-popover > span:hover {
            background: #2222;
        }

.template-group-select-popover {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
    display: none;
    min-width: 6em;
    height: 10em;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 5px;
    z-index: 100000;
}

    .template-group-select-popover > span {
        display: block;
        font-size: 14px;
        padding: 6px;
    }

        .template-group-select-popover > span:hover {
            background: #2222;
        }



.modal-1000 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    background: #2226;
}

.modal-1000-dialog {
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #2222;
    border-radius: 10px;
    width: 600px;
    padding:1px;
}

.modal-1000-head {
    display: flex;
    position: relative;
    width: 100%;
    height: 52px;
    padding: 8px 16px;
    border-bottom: 1px solid #2222;
    margin-bottom: 8px;
}
.modal-1000-head h5 {
    font-size: 16px;
    padding: 0.25em 0.5em;
}

.modal-1000-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 2em;
    padding: 0.25em 0.5em;
    font-size: 22px;
    font-weight: bold;
}

.modal-1000-body {
    width: 100%;

    padding: 8px;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #0094ff88 !important;
}