/**
 * Associations are visualisations of associated entries in Symphony's backend.
 * They are hidden in Drawers by default and can be expanded on click.
 *
 * @since Symphony 2.3
 */


/*-----------------------------------------------------------------------------
	Vertical drawers
-----------------------------------------------------------------------------*/

#drawer-section-associations .contents {
	padding: 5px 20px;
}

.association {
	min-height: 30px;
	margin-top: 20px;
	color: #666;
}

.association + .association {
	margin-top: 15px;
}

.empty + .empty {
	margin-top:  0;
}

.association:last-of-type {
	padding-bottom: 10px;
}

.association a {
	color: #666;
}

.association a:hover {
	color: #323232;
}

.association:first-of-type header {
	padding-top: 6px;
}

.association header {
	padding-top: 10px;
}

.association header p {
	margin: 0;
	padding: 0;
}

.association header i a {
	color: rgb(169, 169, 169);
	border-bottom: none;
}

.association header i {
	margin-left: 3px;
	float: right;
}

.association .association-section {
	color: #323232;
}

.association-links {
	padding: 10px 0 0;
	margin: 0;
	width: 260px;
}

.association-links li {
	display: block;
	line-height: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.association-links a,
.association-links a:hover {
	width: 260px;
	line-height: 30px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	border-color: #E8E8E8;
}

.association-links li a::before {
	content: "\2192 ";
	margin-right: 3px;
}

.association-links.parent li a::before {
	content: "\2190 ";
	margin-right: 3px;
}

.association-more a {
	color: #a9a9a9;
}

.association-more a::before {
	content: "\00B7\00B7\00B7" !important;
}

.association-new {
	float: right;
	margin-top: -19px;
}
