<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This file should be altered only if you are on e-Services AND the e-Services application has not loaded the theme CSS. AKA, you are probably in a sliced environment and setting your slice rundate or slice username. For all other CSS changes you should be making your changes in rfrTheme.fstrCustomCss. */


/* Color submit button on slice screen */

.SelectSliceSubmit {
	background: #5c7356;
}

.SliceForm .SelectSliceSubmit:hover,
.SelectSliceSubmit:focus {
	margin-left: auto;
	background-color: #688261;
	text-decoration: underline;
}

button.SelectSliceInput.SelectSliceSubmit:active {
	background-color: #50644b;
	border-color: #5c7356;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}


/* Color background screen on slice screen */

.SelectSlice {
	background: #EFEFE3;
}


/* Color slice panel's before element #8B5F3A */

.SliceForm.FastPanel::before {
	background-color: #8B5F3A;
	height: 7px;
}


/* Style input fields to look like standard e-Services input fields */

.SelectSliceInput.FieldEnabled {
	border-color: #DCDCC3;
	background: None;
}

.SelectSliceInput.FieldEnabled:focus {
	border-color: #1868A5;
	box-shadow: 0 1px 0 #1868a5;
}</pre></body></html>