﻿
.AdminModal-Container {
    position: fixed !important;
    z-index: 100001 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90vw;
    height: 90vh;
    overflow-y: auto;
}

.AdminModal-FlexBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #FFFFFF;
/*    height: 90vh;*/
    padding: 1em;
    column-gap: 1em;
}

    .AdminModal-FlexBox .FlexBox-Item {
        padding: 1em;
/*        height: 85vh;*/
        overflow-y: auto;
        overflow-x: hidden;
    }

/*    .AdminModal-FlexBox :nth-child(2) {
        flex-grow: 2;
    }*/

.AdminModal-GridView {
    color: Black;
    background-color: White;
    border-color: #28AAE0;
    border-width: 1px;
    border-style: Solid;
    width: auto;
    border-collapse: collapse;
}


/****************************************************/
/***** Pro Administrace/RPM/RPMManagement.aspx ******/
.RMPManagement-TitleSection {
    display: flex;
    justify-content: space-between;
}

    .RMPManagement-TitleSection a {
        height: max-content;
        align-self: center;
        margin-right: 0.25em;
    }
/****************************************************/
/****************************************************/

h3 {
    margin: 0.5rem 0 0.75rem 0;
    font-weight: bold;
}

/*.spinner {
    position: fixed;
    top: 25%;
    left: 50%;
    width: 12rem;
    height: 12rem;
    border: 18px solid rgba(0, 0, 0, 0.25);
    border-top: 14px solid #171DD5;
    border-radius: 50%;
    z-index: 2000000000;
    animation: spin 0.85s linear infinite;
    transform: scale(0.2);
}*/

/*@keyframes spin {
    0% {
        transform: rotate(0deg) scale(0.2);
    }

    100% {
        transform: rotate(360deg) scale(0.2);
    }
}*/

.copyConfirmation-bubble {
    display: block;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    font-weight: 500;
    color: #1657F8;
    padding: 7px 17px;
    background: transparent;
    border: 1px solid #D9DFF8;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    z-index: 2000000000;
}