<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
/* styles for the ldp forms start */
.form-dark div label.control-label {
	background: #006566;
	color: #fff;
}

form.form-dark div.label-textbox input {
	background-color: #006566;
}

.form-light div label.control-label {
	background: transparent;
}

label.control-label {
	position: absolute;
	top: -12px;
	left: 10px;
	background: #fff;
	padding: 0 10px;
}

.ou-form div fieldset {
	display: block;
}

.form-dark button[type=reset].hidden {
	display: none;
}

.form-light button[type=reset].hidden {
	display: none;
}

.ou-form button[type=reset].hidden {
	display: none;
}

.form-dark div label.control-label span.required {
	display: none;
}

.form-light div label.control-label span.required {
	display: none;
}

.ou-form div label.control-label span.required {
	display: none;
}

.ou-form textarea.form-control {
	background: #fff;
    color: #000;
    border-color: #fff;
}

/* .ou-form div fieldset legend {
	display: none;
}
 */

.ou-form div fieldset div label input {
	margin-right:5px;
}
.ou-form input[type="checkbox"] {
	margin-right: 5px;
}
.ou-form button[type="reset"] {
	display: none;
}
.ou-form form {
	margin-bottom: 3rem;
}

/* styles for the ldp forms end */



.nested-table {
	padding: 0px !important;
}
.nested-table table {
	margin-bottom: 0px !important;
}
.nested-table table thead tr {
	background-color: #006666;
}
.sidebar-text {
    color: white;
    padding: 20px;
    display: block;
}
#oualerts-active-alert-display.oualerts-top-fixed {
	position: relative;
}



















</pre></body></html>