/*
 * @link https://www.humhub.org/
 * @copyright Copyright (c) 2018 HumHub GmbH & Co. KG
 * @license https://www.humhub.com/licences
 */

.vcardWrapper {
}

.vcardContent {
    background-color: white;
    width: 370px !important;
    min-width: 370px !important;
    max-width: 370px !important;
	border-radius: 4px !important;
}

.vcardHeader {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%);
    background-size: 370px;
    max-height: 84px !important;
}

.vcardHeader .displayName {
    padding-top: 20px;
    font-size: 18px;
	font-weight: 700;
    color: white
}

.vcardHeader .title {
    font-size: 14px;
	font-weight: 400;
	padding-bottom: 5px;
    color: white
}

.vcardHeader .imageWrapper {
    margin: 8px;
    margin-right: 16px;
    background-color: white;
    padding: 2px;
}

.vcardBody {
    padding: 6px;
    border-top: 1px solid #c5c5c5;
}

.vcardFooter {
    border-top: 1px solid #c5c5c5;
    background-color: #EDEDED;
    height: 45px;
    line-height: 40px;
    padding-left: 6px;
    padding-right: 6px;
}

.vcardPopover {
    width: 370px;
    min-width: 370px;
    max-width: 370px;
    background-color: #EDEDED;
    padding: 0 !important;
	transform: scale(0.85);
}

.vcardPopover .popover-content {
    padding: 0 !important;
	margin-top: -150px!important;
}
