﻿body {
    font-family: 'Poppins', sans-serif !important;
}

.main {
    background-color: #ffffff;
    min-height: 0 !important;
}

.header {
    display: flex;
    flex-direction: column;
}

.title {
    height: 60px;
    padding-left: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(76,76,76);
}

.logo-imgGEM {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .logo-imgGEM img {
        height: 100%;
        width: 100%;
    }

.logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .logo-img img {
        height: 100%;
        width: 100%;
    }

.loginDisplay {
    background-color: rgb(76,76,76);
}

    .loginDisplay span {
        color: #ffffff !important;
        font-size: 21px;
        font-family: 'Poppins', sans-serif !important;
    }

    .info {
        display: flex;
        align-items: center;
    }

    .loginDisplay.info a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .loginDisplay.info span {
        font-size: 20px;
    }

    .loginDisplay.info ion-icon {
        pointer-events: none;
        font-size: 35px;
        color: #ffffff;
    }

    .loginDisplay.info span, .loginDisplay.info ion-icon{
        margin-right: 10px;
    }

        .loginDisplay.info a:hover {
            background-color: inherit;
            text-decoration: none;
        }

.company-label {
    margin-right: 50px !important;
    font-size: 17px !important;
}

.user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.user-label {
    font-size: 20px !important;
}

.class-label {
    font-size: 14px !important;
}

.menu {
    height: 100px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(160,209,204);
    z-index: 100;
}

.menu .logo-img {
    width: auto;
    height: calc(100% - 10px);
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 60px;
}

.dynamic-menu {
    display: flex;
    align-items: flex-end;
}

.menu-item {
    width: 180px;
    height: 100px;
    font-size: 24px;
}

    .menu-item td {
        background-color: rgb(160,209,204) !important;
    }

        .menu-item td:hover {
            filter: brightness(1.02);
        }

    .menu-item a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        color: #4c4c4c !important;
        font-weight: 500;
    }

        .menu-item a:hover {
            text-decoration: none;
        }


.ctl00_NavigationMenu_0.ctl00_NavigationMenu_8 tr {
    background-color: rgb(179,218,214) !important;
    font-weight: 500;
    font-size: 18px;
}

    .ctl00_NavigationMenu_0.ctl00_NavigationMenu_8 tr:hover {
        filter: brightness(1.02);
    }

.ctl00_NavigationMenu_0.ctl00_NavigationMenu_8 a {
    margin: 0 5px;
    color: #4c4c4c !important;
}

    .ctl00_NavigationMenu_0.ctl00_NavigationMenu_8 a:hover {
        text-decoration: none;
    }

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.scroll-master-container {
    width: 100vw;
    height: 100vh;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.master-container {
    width: 1920px;
    height: 1080px;
    transform-origin: top left;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}