﻿.engine-popups-anchor {
    display: none;
}

.uo-popup-root {
    background-color: rgb(190, 190, 190);
    background-color: rgba(190, 190, 190, 0.3);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    z-index: 10000;
}

.uo-popup-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 3em;
}

.uo-popup-window {
    position: relative !important;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
}

.uo-popup-window-header {
}

.uo-popup-window-header>span {
}

.uo-popup-window-header-close-button {
    margin: -1.1em -1em;
    padding: 1.1em;
    line-height: 1em;
    cursor: pointer;
    z-index: 10001;
    float: right;
    text-decoration: none;

}

    .uo-popup-window-header-close-button:hover {
        background-color: whitesmoke;
        text-decoration: none;
    }

    .uo-popup-window-header-close-button>span {
        font-size: 1.3em;
    }

.uo-popup-window-content {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1em;
}

body.uo-disabled {
    overflow: hidden;
}

.uo-popup-window-buttons-group {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    border-top: 1px solid #ccc;
    justify-content: flex-end;
}

.uo-popup-apply-button {
    margin-right: 5px;
    padding: 6px 18px;
}

.uo-popup-cancel-button {
    padding: 6px 18px;
}

.uo-popup-root.uo-fullscreen-popup .uo-popup-container {
    width: 100%;
    flex-basis: 100%;
}

.uo-popup-root.uo-fullscreen-popup .uo-popup-window {
    width: 100%;
    flex-basis: 100%;
    border-width: 0;
    padding: 0;
    background-color: transparent;
}

.uo-popup-root.uo-fullscreen-popup .uo-popup-window-content {
    width: auto;
    overflow: hidden;
}

.uo-popup-root.uo-fullscreen-popup .uo-popup-window-header {
    display: none;
}

.uo-fullscreen-popup .uo-popup-container {
    padding: 0;
}

.uo-fullscreen-popup .uo-popup-window-content {
    padding: 0;
}


.uo-forms-import-container {
    width: 768px;
    height: 432px;
    position: relative;
}

.uo-popup-apply-button.k-state-disabled {
    pointer-events: none;
}