<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-widget-overlay {
	background: #000;
	opacity: 0.65;
}

.ui-dialog {
	position: fixed;
	overflow: visible;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	padding: 2px;
	background-color: #fff;
	font-size: 1em;
	color: #5f5f5f;
}

.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ui-dialog-titlebar {
	cursor: move;
	position: relative;
	background-color: #f5f5f5;
	padding: 0;
	text-align: center;
	border: none !important;
	font-weight: 400 !important;
	height: 37px;
	line-height: 37px;
	margin: 0;
	overflow: hidden;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.ui-helper-clearfix {
	display: block;
}

.ui-dialog-content {
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	overflow: visible;
	border: 0;
	padding: .5em 1em;
	background: 0 0;
	overflow: auto;
	zoom: 1;
}

#preview_dialog {
	display: none;
	position: static;
}

#preview_contents {
	width: 100%;
}

#quicklaunch_wrapper {
	float: right;
}

#quicklaunch_wrapper .isIcon {
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #919191;
	width: 26px;
	height: 23px;
	line-height: 23px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	margin-top: 6px;
	margin-right: 5px;
}

#quicklaunch_wrapper span.isIcon:hover {
	color: rgba(95, 95, 95, 1);
}

#quicklaunch_wrapper #toggleSimple.isIcon {
	border: 1px solid;
	border-color: #e7e7e7;
	background: whitesmoke;
	margin-top: 5px;
	font-size: 18px;
	height: 24px;
}

#quicklaunch_wrapper #toggleSimple.isIcon:hover {
	background: #e7e7e7;
}

#div_quicklaunch {
	z-index: 2;
	position: absolute;
	top: 7px;
	right: 6px;
	height: 35px;
	line-height: 35px;
	min-width: 90px;
}

#div_quicklaunch {
	top: 3px;
}

#div_warning_quicklaunch {
	z-index: 2;
	position: absolute;
	top: 3px;
	left: 6px;
	height: 35px;
	line-height: 35px;
	min-width: 35px;
}

#div_warning_quicklaunch #quicklaunch_wrapper #warningIcon {
	-webkit-animation-name: warning_color_animation;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: 3;
	animation-name: warning_color_animation;
	animation-duration: 0.5s;
	animation-iteration-count: 3;
}

#div_warning_quicklaunch #quicklaunch_wrapper #warningIcon:hover {
	color: orange;
}

@-webkit-keyframes warning_color_animation {
	0%   {color:orange;}
	100% {color:#919191;}
}
@keyframes warning_color_animation {
	0%   {color:orange;}
	100% {color:#919191;}
}

.ui-dialog #preview_contents div[class$="page"] {
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.pdf-preview-page {
	width: 49.58333em;
	position: relative;
	margin: 10pt auto 10pt auto;
	overflow: hidden;
	zoom: 1.14;
}

#attachment_items .attachment_balloon {
	max-width: 160px;
	padding: 2px 14px 0 3px;
	margin: 0 4px 4px 0;
	display: block;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 21px;
}

#attachment_items .balloon {
	border: 1px solid #E7E7E7;
	border-radius: 3px;
	background-color: whitesmoke;
	font-size: 12px;
}
</pre></body></html>