<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input.error{border:1px solid #f00;}
div._memo{color:#F00;}

.margin-top-20 {margin-top:20px;}

/*
Dashboard toggle-data
*/
.widget.widget-table.toggle-data &gt; .widget-header &gt; div.widget-action .widget-toggle-action:hover [class^="icon-"], .widget-toggle-action:hover [class*=" icon-"] {
	color: #0088cc;
}
.widget.widget-table.toggle-data &gt; .widget-header &gt; div.widget-action .widget-toggle-action [class^="icon-"], .widget-toggle-action [class*=" icon-"] {
	margin-right: 13px;
	margin-left: 0;
}
.widget.widget-table.toggle-data &gt; .widget-header &gt; div.widget-title {
	display: block;
	float: left;
}
.widget.widget-table.toggle-data &gt; .widget-header &gt; div.widget-action {
	display: block;
	float: right;
}

/*
Negotiation speech
*/
.adminComment p strong{
    color: #306D98;
}

/*
Misc
*/
.label.error-msg {
	background-color: #b94a48;
	color: #fff !important;
}

span.error-msg {
	color: #b94a48 !important;
}
.field-checkbtf {
	display: none!important;
}

#environment-notice{
	top: 0;
	width: 100%;
	z-index: 9999;
	overflow-y: scroll;
	text-align: center;
	position: fixed;
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

#environment-close{
	right: 8%;
	opacity: 1;
}

.notice-development{
	rgba(255, 255, 255, 0.5);
	background-color: #2ca02c;
	border: 1px solid #acff00;
	color: #bcff31;
}

.notice-staging{
	rgba(255, 255, 255, 0.5);
	background-color: #fbed50;
	border: 1px solid #e1ad99;
	color: orangered;
}

.notice-test{
	rgba(255, 255, 255, 0.5);
	background-color: #aa1ad2;
	border: 1px solid #ff88fd;
	color: #00ff00;
}</pre></body></html>