.usercp_nav_myalerts {
    background: url(../../../images/usercp/transmit_blue.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_all {
    background: url(../../../images/usercp/delete.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_read {
    background: url(../../../images/usercp/bin.png) no-repeat left center;
}

.newAlerts > a {
    color: var(--primary) !important;
    transition: color 0.3s ease;
}
.newAlerts > a:hover {
    color: var(--secondary) !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: var(--dark);
}

.alerts--new a {
    color: var(--primary) !important;
	font-weight: normal;
    transition: color 0.3s ease;
}
.alerts--new a:hover {
	color: var(--secondary) !important;
}

.myreactions_alert {
    height: 15px;
}
