﻿/* dnn sets outlines to 0 in default.css to a:hover, a:focus, a:active */

a, a:visited, a:link, a:focus, a:active {
	transition: outline .125s ease-out;
}

*:focus {
	outline-offset: 2px;
}

.ui-button:focus {
	outline: 3px solid orange !important;
}

.navbar-brand-utah a:focus, a:focus {
	outline: 5px solid orange !important;
}

.college-transfer .ui-state-error,
.college-transfer .ui-widget-content .ui-state-error,
.college-transfer .ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}

.college-transfer input[type=password] {
	margin: .25em 0 0 0;
}