/* Default stylesheet for Azure AD User list */

.contact-type-button {
	background-color: #c1cde8;
	border-radius: 120px;
	width: 38px;
	height: 38px;
	text-align: center;
}

.contact-card {
	border: 1px solid rgba(0,0,0,0.25);
}

.display-contact-cards .contact-card .user-img-container {
	background-color: #f9f9f9;
	margin-bottom: 1rem;
}

.contact-card .user-img-container img {
	margin-bottom: 0;
}

.button svg {
	max-width: 14px;
	max-height: 14px;
	vertical-align: middle;
}

.display-contact-cards .user-image {
	margin-bottom: 0.5rem;
}

.display-contact-list .user-info h2,
.display-contact-list .user-info > small {
	margin-left: 1rem;
}

.az-search-form {
	margin-bottom: 2rem;
	padding: 1.5rem;
	background-color: #f9f9f9;
}

.az-search-form .az-label-wrap {
	display: block;
}

.az-search-form .az-label-wrap label {
	font-size: 1.1rem;
}

.az-search-form button {
	margin: 0;
	vertical-align: bottom;
}

.userlistwrapper tr.dtrg-group td {
    background-color: #f4f5f8;
    font-weight: 600;
    color: #333;
    border-bottom: 2px solid rgba(0,0,0,0.35);
    padding-top: 18px;
    padding-bottom: 3px;
    font-size: 0.9rem;
}
.dtfh-floatingparent {
    font-size: 0.813rem;
    height: 4em !important;
    overflow: initial !important;
}
.dtfh-floatingparent table {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.userlistwrapper .dataTable tbody {
    border: 1px solid #e9e9e9;
    border-top: 0;
}
#departmentfilter {
    width: auto !important;
}