﻿@charset "UTF-8";
/* CSS Document */

.header1 {
    width: 100%;
    color: white;
    height: 150px;
    background-color: /*bg-header-green*/ #3c948b;
    clear: both;
    border-bottom: 5px solid white;
}

.logo-box {
    width: 20%;
    min-width: 150px;
    height: 130px;
    float: left;
    text-align: center;
}

#logo1 {
    height: 100%;
    padding: 20px 0 20px 0px;
}

.nav {
    position: fixed;
    left: -200px;
    padding-top: 200px;
    width: 200px;
    text-align: center;
    height: calc(100%);
    overflow: auto;
    z-index: 1000;
    background-color: /*bg-footer-darkgray*/ #343434;
    border-right: 2px solid white;
    overflow-y: auto;
}

    .nav ul {
        height: 100%;
        width: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

.nav ul li {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

            .nav ul li a {
                width: 100%;
                display: block;
                vertical-align: bottom;
                align-items: flex-end;
                font-size: 1.1em;
                transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                color: white;
                padding: 20px 0;
                outline: none;
                border-bottom: 1px dashed #ffffff;
                border-bottom: 1px dashed rgba(255,255,255,0.3);
            }

.nav ul li a:hover {
                    background-color: white;
                    color: /*bg-footer-darkgray*/ #343434;
                    outline: none;
                }

#pnlActiveOrganisations a {
    /*height: 150px;*/
}

.user-info, .admin-info {
    background-color: #343434;
    height: 150px;
    position: fixed;
    width: 200px;
    z-index: 10;
    top: 0;
    left: -200px;
    z-index: 9999999;
}


.OptionsLinkButton {
    color: #fff;
    font-size: 1em;
    font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
    outline: none;
    border-radius: 2px;
    background-color: #3c948b;
    cursor: pointer;
    font-weight: normal;
    /*width: 50%;*/
    width: 100px;
    margin-bottom: 3px;
    text-align: center;
    transition: all 0.4s ease;
    padding: 14px;
    text-decoration: none;
    text-decoration-line: none;
    display: inline-block;
}

    .OptionsLinkButton:hover {
        background-color: #fff !important;
        color: #3c948b !important;
        border: 1px solid #3c948b;
        text-decoration: none;
        text-decoration-line: none;
    }


.user-icon, .admin-icon {
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: /*text-field-white-color*/ #fff;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    margin-top: 60px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid /*text-field-white-color*/ #fff;
    outline: none;
}

    .user-icon i, .admin-icon i {
        height: 80px;
        line-height: 80px;
        color: /*bg-header-green*/ #3c948b;
        outline: none;
    }

    .user-icon:hover, .admin-icon:hover {
        transform: scale(1.2);
    }

    .user-icon i:hover, .admin-icon i:hover {
    }



.user-info-display {
    width: 100%;
    height: 190px;
    clear: both;
    cursor: pointer;
}

.user-info-display p, .user-info-display i {
    color: #FFF !important;    
}




.user-info-display i {
    padding: 5px;
    margin: 5px;
    border: 1px solid #FFF;
    border-radius: 50%;
}

.user-info-display-upper{
    height: 119px;
    width: 100%;
    float: left;
    background: #3c948b;
    border-right: 2px solid #FFF;
    line-height: 119px;
}

.user-info-display-lower {
    height: 29px;
    width: 100%;
    float: left;
    background: /*bg-header-green*/ #3c948b;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
}


.user-unit, .admin-unit {
    display: none;
    position: absolute;
    border: 1px solid /*bg-header-green*/ #3c948b;
    left: 150px;
    top: 0px;
    width: 300px;
    text-align: center;
    border-radius: 3px;
    background-color: /*text-field-white-color*/ #fff;
    padding: 10px;
}

.user-unit-mobile {
    display: block !important;
    top: 150px;
    position: absolute;
    height: 40px;
    width: 100%;
    background: #313131;
    border-right: 2px solid #FFF;
    text-align: center;
}
    
    
    .user-unit p, .admin-unit p {
        padding: 10px;
        font-size: 1em;
    }

.logoutbtn {
    outline: 0;
    border: 1px solid rgba(255,255,255,0.3);
    background-color: transparent;
    color: white;
    padding: 10px 40px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-weight: 700;
}

    .logoutbtn:hover {
        color: /*bg-body-lightgray*/ #e1e3e4 !important;
    }





/* Menu*/
#headerContainer {
    width: 100%;
    padding: 0;
    float: left;
    clear: both;
}

.header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    /**padding-bottom:30px;*/
}

#TopNavigation {
    visibility: hidden;
    height: 0;
    display: none;
}

#TopBalance {
    visibility: hidden;
    height: 0;
    display: none;
}

#MenuClick {
    visibility: hidden;
    height: 0;
    display: none;
}

#PersonalMenuM {
    visibility: hidden;
    height: 0;
    display: none;
}

.LinkButtonPersonalMenu {
    color: /*text-field-color*/ #000000;
    font-size: 1em;
    line-height: 1.6em;
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border: none;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 0.8em 2.2em;
    background-color: #d7e9d2;
    cursor: pointer;
    font-weight: normal;
    float: right;
    margin-right: 0;
    margin-top: 10px;
}

#LogoOrg {
    width: 100%;
    margin: auto;
}

#Logo {
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,0.2);
    display: block;
}

#PrintLogo {
    visibility: hidden;
    height: 0;
    display: none;
}

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

#orgPersonalMenu {
    visibility: hidden;
    height: 0;
    display: none;
}

@media screen and (max-width: 799px) {
    .menuOrg {
        padding: 0;
        width: 90%;
        max-width: 1000px;
        margin-top: 20px;
        font-size: 16px;
        margin: auto;
    }

    #LogoBox {
        width: 10%;
        height: 150px;
        margin: auto;
        clear: both;
        display: inline-block;
        background-color: rgba(0,0,0,0.2);
    }

    .PersonalMenu {
        width: 100%;
        height: 150px;
        text-align: center;
    }

    .PersonalMenuText {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .PersonalMenuBtnBox {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }

    .PersonalMenuBtn {
        color: /*text-field-color*/ #000000;
        font-size: 1em;
        line-height: 1.6em;
        font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 0.8em 2.2em;
        background-color: #d7e9d2;
        cursor: pointer;
        font-weight: normal;
        text-align: center;
    }

    .PersonalMenuOrg {
        width: 100%;
        min-height: 60px;
        margin-top: 10px;
        text-align: center;
        overflow: auto;
    }

    .PersonalMenuTextOrg {
        width: 100%;
        margin-top: 0;
    }
    /*Organisations*/
    .orgLogoutBtn {
        color: /*text-field-color*/ #000000;
        font-size: .8em;
        line-height: 1em;
        font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 10px;
        background-color: #d7e9d2;
        cursor: pointer;
        font-weight: normal;
        text-align: center;
    }

    .menu {
        padding: 0;
        width: 100%;
    }

    .MainMenu {
        list-style: none;
        width: 100%;
        border-bottom: 1px #4e667d solid;
        border-left: none;
        border-top: none;
        border-right: none;
    }

        .MainMenu li {
            display: inline-block;
            list-style: none;
            text-align: center;
            float: left;
            font-size: 12px;
        }

    .MenuItems {
        text-align: center;
        margin-left: 5%;
    }

    .FirstMenuItem {
        margin-left: 5%;
    }

    .LastMenuItem {
        margin-left: 5%;
    }
}

@media screen and (min-width: 761px) {
    /*Big screens*/
    .menuOrg {
        float: right;
        padding: 0;
        width: 80%;
        max-width: 800px;
        margin-right: 0;
        margin-top: 5px;
    }

    #LogoBox {
        width: 20%;
        max-width: 20%;
        float: left;
        height: 200px;
    }

    .PersonalMenu {
        width: 60%;
        height: 80px;
        float: right;
        text-align: right;
    }

    .PersonalMenuText {
        width: 60%;
        margin-top: 0;
        margin-left: 10%;
        float: left;
        text-align: right;
    }

    .PersonalMenuBtnBox {
        width: 30%;
        float: right;
    }

    .PersonalMenuBtn {
        color: /*text-field-color*/ #000000;
        font-size: 1em;
        line-height: 1.6em;
        font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 0.8em 2.2em;
        background-color: #d7e9d2;
        cursor: pointer;
        font-weight: normal;
        float: right;
    }

    .PersonalMenuOrg {
        width: 65%;
        min-height: 60px;
        margin-top: 10px;
        float: right;
        text-align: right;
        overflow: auto;
    }

    .PersonalMenuTextOrg {
        width: 60%;
        margin-top: 0;
        margin-right: 10px;
        float: right;
        text-align: right;
    }
    /*Organisations*/
    .orgLogoutBtn {
        color: /*text-field-color*/ #000000;
        font-size: .8em;
        line-height: 1em;
        font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border: none;
        -ms-border-radius: 10px;
        border-radius: 10px;
        padding: 10px;
        background-color: #d7e9d2;
        cursor: pointer;
        font-weight: normal;
        float: right;
        margin-top: 0px;
        margin-left: 10px;
    }

    .menu {
        float: right;
        padding: 0;
        width: 80%;
        margin-right: 0;
        margin-top: 90px;
    }

    .MainMenu {
        list-style: none;
        width: 100%;
        float: right;
        border-left: none;
        border-top: none;
        border-right: none;
        background-color: rgba(0,0,0,0.2);
    }

        .MainMenu li {
            display: inline-block;
            list-style: none;
            text-align: center;
            float: left;
            font-size: 1em;
        }

    .MenuItems {
        float: right;
        text-align: center;
        margin-left: 8%;
    }

    .FirstMenuItem {
        margin-left: 1%;
    }

    .LastMenuItem {
        margin-left: 8%;
    }
}

.adMenu {
    list-style: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    height: 60px;
    background-color: #000;
    color: #fff;
    z-index: 1000;
}

.adminMenu {
    list-style: none;
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    height: 40px;
    background-color: #000;
    color: #fff;
    float: left;
}

    .adminMenu li {
        list-style: none;
        float: left;
        color: #fff;
        width: 20%;
        margin-top: 10px;
        text-align: center;
        text-decoration: underline;
    }


.loggedOutUser {
    width: 20%;
}


.MainMenuLink {
    font-size: .8em;
    font-family: 'MuseoSans500', Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

    .MainMenuLink:visited {
        font-size: .8em;
        font-family: 'MuseoSans500', Helvetica, Arial, sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
        background: none;
        border-left: none;
        border-top: none;
        border-right: none;
        border-bottom: none;
    }

    .MainMenuLink:hover {
        color: black;
        text-decoration: underline;
    }

    .MainMenuLink:active {
        color: black;
    }

    .MainMenuLink.active:hover {
        color: #fff;
        background: none;
    }

/* FOOTER */
.footer {
    position: fixed;
    bottom: -200px;
    height: 200px;
    color: #fff; /*sameer*/
    text-align: center;
    line-height: normal;
    width: 100%;
    margin: auto;
    margin-top: 60px;
    width: 100%; /*Added this*/
    background-color: black;
    transition: all 0.4s ease;
}


    .footer:hover {
        bottom: 0px;
    }

.footer-items {
    border-top: 2px solid white;
    display: table;
    width: 100%;
}

    .footer-items a {
        line-height: 1em;
        display: inline-block;
        text-decoration: none;
        padding: 10px 20px;
        text-align: center;
        color: white;
    }

        .footer-items a:hover {
            background-color: rgba(0,0,0,0.2);
            color: white;
        }

            .footer-items a:hover dpsLogoImage {
            }

.dpsLogoImage {
    border-top: 2px solid white;
    background-color: black;
    display: block;
    text-align: center;
    overflow: hidden;
}

    .dpsLogoImage a {
        display: block;
        padding: 0;
        margin: 0;
    }

    .dpsLogoImage img {
        margin-top: 10px;
    }


.mobile-menu-btn {
    display: block;
    position: fixed;
    left: 0;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
}

    .mobile-menu-btn i {
        background-color: white;
        padding: 20px 5px;
        text-align: center;
        border-radius: 2px;
        border: 3px solid /*bg-header-green*/ #3c948b;
        border-left: 3px solid white;
        margin-left: 1px;
        cursor: pointer;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.footer-menu {
    border-top: 1px solid white;
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    background-color: /*bg-header-green*/ #3c948b;
    color: white;
    text-align: center;
    padding: 4px 0;
    cursor: pointer;
    outline: none;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

    .footer-menu i {
        color: white !important;
    }

.rotated {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}


.myaccountmenu {
    display: none !important;
}