.usercp_nav_myalerts {
	background: none no-repeat left center !important;
}

.usercp_nav_myalerts_delete_all {
	background: url(../../../images/usercp/delete.png) no-repeat left center !important;
}

.usercp_nav_myalerts_delete_read {
	background: url(../../../images/usercp/bin.png) no-repeat left center !important;
}

.newAlerts > a {
	color: red !important;
}

ul.panel_links a.myalerts {
	background-position: 0 -180px;
}

.alert-row__no-alerts td {
	text-align: center;
}

.alert--read.alert {
	opacity: .5;
}

.alert.alert--read td.trow1 {
	background-color: #dde0e2;
}

.alerts--new a {
	color: red !important;
	font-weight: bold;
}

#myalerts_alerts_modal {
	width: 460px;
}

#myalerts_modal_right_btns {
	margin-top: 4px;
}

/* weiche Übergänge */
.menu-item.myalerts-tile{
  transition: background-color .25s ease, color .25s ease, opacity .25s ease;
}

/* MyAlerts Kachel rot, wenn ungelesen */
.menu-item.myalerts-tile.has-unread {
  background-color: rgba(255, 0, 0, 0.30) !important;
  color: #fff;
}

/* Hover auch rot lassen */
.menu-item.myalerts-tile.has-unread:hover {
  background-color: rgba(255, 0, 0, 0.20) !important;
}
