﻿/*User Preview*/
.userPreview {
    position: relative;
    max-width: 100px;
}

    .userPreview .userMenuIcon {
        position: absolute;
        left: 34px;
        top: 35px;
        background-color: white;
        color: black;
        border-radius: 100%;
        font-size: 8px;
        width: 14px;
        height: 14px;
        padding-left: 3px;
    }
    .userPreview .headerWithName {
        position: relative;
        width: 300px;
    }
    .userPreview .headerNoName {
        position: relative;
        width: 50px !important;
    }

    .userPreview .imageDiv {
        display: inline-block;
        width: 50px;
    }

    .userPreview .previewImage {
        width: 50px;
        height: 50px;
        vertical-align: top;
        object-fit: cover;
        border-radius: 100%;
    }

    .userPreview .nameLevel1 {
        width: 240px;
        display: inline-block;
    }

    .userPreview .nameLevel2 {
        display: inline-block;
        width: 200px;
        vertical-align: top;
    }

    .userPreview .userLevel3 {
        text-align: Left;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
    }

    .userPreview .userType {
        font-size: 0.85em;
        text-align: Left;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
    }

    .userPreview .userPopUp {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        width: 250px;
        border: 2px solid black;
        border-radius: 5px;
        background-color: #cccccc;
        padding: 3px 10px;
        top: 0;
    }

    .userPreview .userImageLarge {
        width: 100%;
    }

        .userPreview .userImageLarge img {
            width: 100%;
        }

    .userPreview .previewUserName {
        text-align: center;
        vertical-align: top;
        overflow: hidden;
    }

        .userPreview .previewUserName a {
            color: white;
        }

    .userPreview .userPopupShow {
        transition-delay: 0.5s;
        visibility: visible !important;
    }

    .userPreview .PopupLeft {
        left: -150px;
    }

    .userPreview .userMenuPopup {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        height: max-content;
        width: 200px;
        top: 25px;
        right: 0;
    }





.UserPreviewLevelDisplay {
    display: inline-block;
    width: 30px;
    vertical-align: top;
}







.UserCard {
    display:block;
    position: absolute;
    visibility: hidden;
    height: max-content;
    top: 25px;
    right: 0;
    width: 350px !important;
    max-width: 370px;
    background-color:white !important;
    font-size:16px;
    z-index:2;
}

.UserPreviewImageMedium {
    width: 45%;
    display:inline-block;
}
