/* IDE Law logo in ProvenExpert avatar square */
.avatarContainer {
    background: #1a2b4a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatarContainer img.fullmediaquery {
    object-fit: contain;
    padding: 12px;
    background: #1a2b4a;
    width: 157px;
    height: 157px;
}

#profileContactHeader img#userAvatar {
    object-fit: contain;
    background: #1a2b4a;
    padding: 4px;
    border-radius: 4px;
}

.peAvatarLayer .modal-body {
    background: #1a2b4a;
}

.peAvatarLayer #userAvatarBig {
    object-fit: contain;
    background: #1a2b4a;
}

/* Reviews always expanded at the bottom */
#extRatingContainer {
    display: block !important;
}

#erLine {
    display: none !important;
}

#toggleERButton,
.visible-xs.col-xs-3.mt30 > a {
    visibility: hidden;
    pointer-events: none;
}

.socialSharing,
.userSocialLinksBig,
.shareProfile {
    display: none !important;
}
