﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
    display: block;
    position: relative;
    margin: 0rem 0rem;
    padding: 0rem 0rem;
    font-family: Roboto !important;
    font-size: 12pt !important;
    font-weight: 400;
    height: 100vh;
    background-color:#EEE;
    overflow:hidden;    
}

/* Layout */
.appModule {
    top: 52.5px;
    background: #EEE;
    padding: 0.75rem;    
}
.appModuleContainer {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.appModuleTitle {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.25rem 0rem;
}
    .appModuleTitle img {
        width: 32px;
        height: 32px;
        margin-right: 0.75rem;
    }
    .appModuleTitle label {
        font-size: 1.1rem;
        font-weight: 500;
        padding: 0.25rem 0rem;
    }
.appModuleActions {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.25rem;
}
.appModuleSearch {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.25rem;
}
.appContent {
    position: relative;
    margin: 0rem 0.75rem;
    padding: 0 0.5rem;
    border-radius: 0.5rem;
    background-color: #FFF;
    border: 1px solid #CCC;
}
.appContentContainer {
    position: relative;
    padding: 0rem 0.5rem;
    background-color: #FFF;
}
.appContentHeaderContainer {
    display: flex;
    position: sticky;
    top: 0px;
    background-color: #FFF;
    z-index: 800;
}
.appContentHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 0.75rem;
    padding: 0.75rem;
    border-bottom: 1px solid #DDD;
}
.appcontentHeaderItem {
    display: flex;
    align-items: center;
}
    .appcontentHeaderItem > *, .appcontentHeaderItem a > * {
        margin-right: 1rem;
    }
    .appcontentHeaderItem .end {
        margin-right: 0rem;
    }
    .appcontentHeaderItem > label, .appcontentHeaderItem > a label {
        font-size: 1rem;
        font-weight: 500;
    }
.appContentPopUpContainer {    
    padding: 1rem;    
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: #FFF;
    border-radius:0.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;    
}
.appContentPopUp {
    display:flex;
    align-items:center;
    justify-content:center;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0, 0.75);
}
.appContentPopUpHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0rem;
}
    .appContentPopUpHeader label {
        font-size: 1.1rem;
        color: #065ad6;
        font-weight: 500;
    }
    .appContentPopUpHeader > * {
        
    }
.appContentBlock {
    display: flex;
    position: relative;
    background-color: #FFF;
}
.appContentBlockSection {
    width: 50%;    
}
.appContentBlockSectionTitle {
    display: block;
    font-size: 1.05rem;
    font-weight: 500;
    padding: 0.5rem 0rem;
    margin-top: 0.5rem;
    color: #065ad6;
}
.appContentBlockSectionHeader {
    display: flex;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 0.75rem;    
    padding-bottom:0.5rem;
    z-index: 999;
}
    .appContentBlockSectionHeader div {
        display: flex;
        align-items: center;
    }
    .appContentBlockSectionHeader div > * {
        margin-right: 1rem;
    }
.appContentBlockSectionContent {
    padding: 0rem 0.5rem;    
    z-index: 888;
}    
    form .form-action {
        display: flex;
        position: relative;
        width: 100%;
        padding: 0.75rem 0rem;
        align-items: center;
        justify-content: center;
    }
.login-window-container {
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: RGB(0, 0, 0, 0.05);
}
.login-window {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 360px;
    padding: 1rem 1.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: RGB(255, 255, 255);
}
.login-window-head {
    position: absolute;
    width: 64px;
    height: 64px;
    top: -2.5rem;
    border-radius: 64px;
    background-color: #065ad6;
}
    .login-window-head img {
        width: 100%;
        height: 100%;
        padding: 0.8rem;
        filter: invert(100%);
    }
.login-window-title {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    width: 100%;
    text-align: center;
}
.login-window-title label {
    font-size: 1.3rem;
    font-weight: 700;
}
/* Menus */
.menu-container {
    display: flex;
    position: relative;
    overflow: auto;
}
.menu-group {
    margin: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    background-color: #FFF;
}
    .menu-group .menu-title {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        font-weight: 500;
    }
    .menu-group .menu-collection {
        display: flex;
        margin: 0.25rem 0rem;
        padding: 0rem;
        align-items: center;
        justify-content: start;
        list-style: none;
    }
.menu-collection .menu-item {
    padding: 0.5rem;
    margin-right: 1rem;
    min-width: 104px;
    border: 1px solid;
    border-color: rgb(206, 212, 218);
    border-radius: 1rem;
}
    .menu-collection .menu-item a {
        display: flex;
        flex-direction: column;
        padding-top: 0.5rem;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #888;
    }
        .menu-collection .menu-item a img {
            width: 32px;
            height: 32px;
            filter: invert(50%);
        }
        .menu-collection .menu-item a label {
            padding-top: 0.5rem;
            font-size: 1rem;
            font-weight: 500;
        }
    .menu-collection .menu-item:hover {
        background-color: #065ad6;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
        color: #FFF;
        cursor: pointer;
    }
        .menu-collection .menu-item:hover img {
            filter:invert(100%);
            cursor: pointer;
        }
        .menu-collection .menu-item:hover label {
            color: #FFF;
            cursor: pointer;
        }

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #909090;
    border-radius: 1px;
}
::-webkit-scrollbar-thumb {
    background: #065ad6;
    border-radius: 10px;
}
    ::-webkit-scrollbar-thumb:hover {
        background: #065ad6;
        cursor: pointer;
    }

/* Input Controls */

.adyformrow {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    width:100%;
    padding: 0.5rem 0rem;
}
    .adyformrow.end {
        justify-content: end;
    }
    .adyformrow.start {
        justify-content: start;
    }
.adyformcontrol {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
}
    .adyformcontrol label {
        margin-right: 0.5rem;
        font-weight: 500;
        padding: 0rem 0.5rem;
    }
    .adyformcontrol.end {
        margin-right: 0rem;
    }