﻿.portalPage #header_main.isPortal {
    height: 80px;
    background: #ffffff;
    padding: 10px 40px;
}
.portalPage #header_main .uk-navbar.isPortal {
    height: 60px;
}
.portalPage #header_main.isPortal .main_logo_top img {
    max-height: 60px;
    height: 60px;
}
.portalPage #header_main.isPortal .main_logo_top {
    width: auto;
    height: auto;
}
.portalPage #header_main.isPortal .uk-navbar .uk-navbar-nav > li > a,
.portalPage #header_main.isPortal .uk-navbar .uk-navbar-nav > li > a span.md-user-letters {
    background-color: #ffffff !important;
    /*align-items: flex-end;*/
}
/*    .portalPage #header_main.isPortal .uk-navbar .uk-navbar-nav > li > a > i,
    .portalPage #header_main.isPortal .uk-navbar .uk-navbar-nav > li > a span i {
        color: var(--mainFont) !important;
        font-size: 32px;
    }
*/
.page_loaded body.portalPage {
    background: var(--mainBackground_portal);
    padding-top: 100px;
    background-size: cover;
    background-position: right bottom;
}

.portalPage .portal-header-group {
    position: fixed;
    z-index: 1;
    width: inherit;
    height: 75px;
    /*background: linear-gradient(to right, #ffc3a0, #ffbaad);*/
    padding: 20px 10px 10px;
    margin-top: -20px;
}
.portalPage .portal-header {
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #fff;
    margin-top: 20px;
}
    .portalPage .portal-header i {
        font-size: 30px;
        color: #FFFFFF;
    }

.portalPage .portal-sub-header {
    font-size: 25px;
    color: #fff;
    line-height: 40px;
    margin-top: 10px;
}

.portalPage .portal-list {
    margin-top: 20px;
}
.portalPage .portal-list-grid {
}
    .portalPage .portal-list-grid .portal-list-grid-item {
        max-height: 180px;
        padding: 20px 10px;
        box-sizing: border-box;
        border-radius: 20px;
        box-shadow: 0 0 6px 0 var(--mainShadow);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        padding: 10px;
    }
        .portalPage .portal-list-grid .portal-list-grid-item .menu_icon {
            min-height: 60px;
            max-height: 80px;
            display: flex;
            align-content: center;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
            .portalPage .portal-list-grid .portal-list-grid-item .menu_icon i {
                font-size: 50px;
                /* font-size: 45px;*/
            }
                .portalPage .portal-list-grid .portal-list-grid-item .menu_icon i::before {
                }

.portalPage .portal-list-grid-item .menu_title {
    text-align: center;
}
.portalPage .portal-list-grid-item .menu_icon {
    width: 60px;
    padding-right: 0px;
    text-align: center;
}
/*portal-list-item*/
.portalPage .portal-list-item {
    height: 50px;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: var(--mainBorderRadius);
    box-shadow: 0 0 6px 0 var(--mainShadow);
    background-color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
}

.portal-list-main {
    position: relative;
    margin-top: 75px;
    height: calc(100vh - 195px); height: calc(100svh - 195px);
    overflow-y: auto;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .portalPage #header_main.isPortal {
        padding: 10px 10px;
        height: 80px;
    }
        .portalPage #header_main.isPortal .main_logo_top img {
            max-height: 50px;
            height: 50px;
            margin-top: 5px;
        }

    .portalPage body {
        padding-top: 80px;
    }

    .portalPage .portal-body {
        padding: 10px;
    }

    .portalPage .portal-header-group {
        height: 60px;
        width: calc(100% - 40px);
        padding: 0px 20px;
    }

    .portal-list-main {
        position: relative;
        margin-top: 30px;
        height: calc(100vh - 150px); height: calc(100svh - 150px);
        overflow-y: auto;
        position: relative;
    }

    .portalPage .portal-list {

    }

    .portalPage .portal-header {
        font-size: 25px;
        margin-top: 10px;
    }

        .portalPage .portal-header i {
            font-size: 25px;
        }

    .portalPage .portal-sub-header {
        font-size: 16px;
    } 
}

.portalPage .portal_not_menu {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
    .portalPage .portal_not_menu i {
        font-size: 120px;
        color: #bbbcbc;
        margin-bottom: 40px;
    }

    .portalPage .portal_not_menu span {
        color: var(--mainFont);
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }


@media (max-width: 767px) {
    .portalPage .portal_not_menu span {
        color: var(--mainFont);
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
}