/**
 * Colonne HubSpot — liste des utilisateurs (admin).
 */

.mdl-hs-users-sync-cell {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
}

.mdl-hs-users-sync-cell--disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.mdl-hs-users-sync-btn {
	display: inline-flex;
	align-items: center;
	padding: 0;
	min-height: 0;
	line-height: 1;
	border: none;
	background: transparent;
	box-shadow: none;
	text-decoration: none;
	color: inherit;
}

.mdl-hs-users-sync-btn:hover,
.mdl-hs-users-sync-btn:focus {
	color: inherit;
	background: transparent;
	box-shadow: none;
}

.mdl-hs-users-sync-btn:focus {
	outline: thin dotted;
	outline-offset: 2px;
}

.mdl-hs-users-sync-icon {
	font-size: 22px;
	width: 22px;
	height: 22px;
}

.mdl-hs-users-sync-icon--yes {
	color: #00a32a;
}

.mdl-hs-users-sync-icon--no {
	color: #d63638;
}

.mdl-hs-users-sync-icon--clickable {
	cursor: pointer;
}

.mdl-hs-users-sync-cell.mdl-hs-users-sync--busy {
	opacity: 0.65;
	pointer-events: none;
}
