#downloadManagerMenu.download-nav-hidden {
	display: none;
}

#downloadManagerWidget .download-item {
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
}

#downloadManagerWidget .download-item:last-child {
	border-bottom: none;
}

#downloadManagerWidget .download-item-label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#downloadManagerWidget .download-item-status {
	display: block;
	color: #666;
	margin-bottom: 4px;
}

#downloadManagerWidget .download-item-status.download-item-status-error {
	color: #a94442;
}

#downloadManagerWidget .download-item .progress {
	height: 8px;
	margin-bottom: 6px;
}

#downloadManagerWidget .download-item-actions button {
	margin-right: 6px;
}

.navbar-default .dropdown-toggle.download-nav-active .glyphicon-download-alt {
	animation: download-nav-pulse 1.2s infinite ease-in-out;
}

@keyframes download-nav-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.3; }
}
