#main .action-panel a:not(.active):focus,
.link,
body #primary a,
body #main a {
	color: #0078c5;
}
#dashboard .panel-wrapper .panel a {
	color: #0078c5;
}
.after-enrol-link,
#entry-right .panel {
	background: #0078c5;
}
body .ui-datepicker td .ui-state-active,
body .ui-datepicker td .ui-state-hover {
	background: #0078c5 !important;
}
.sp-form select:focus,
.sp-form input:focus {
	border-color: #0078c5;
}
.page .ui-datepicker .ui-datepicker-buttonpane button:hover {
    background: #0078c5 !important;
}

/**
 * 16.4 Desktop Small 955px
 */
@media screen and (min-width: 59.6875em) {
    .left-column.top .sp-list:hover {
        border: 1px solid #999;
    }
}