<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family:"Open Sans";
}
html, body {
	font-family:"Open Sans";
	margin:0;
	padding:0;
	background:#F5F5F5;
}
input:focus {
	outline:none;
    box-shadow: 0 0 5px #0c224d !IMPORTANT;
}
header {
	
	padding:10px 20px;
	background: #0c224d;
	color:#FFF;
	width:100%;
	box-sizing:border-box;
}
a {
	color:#0c224d}
main, header .table {
	max-width:1800px;
	margin:0 auto;
	border-collapse:collapse;
}
input[type='button'], input[type='submit']{
	padding:5px 10px;
	font-size:16px;
	box-sizing: border-box;
	background:#FFF;
	color:#000;
	border:solid 1px #CCC;
	border-radius:3px;
	vertical-align: middle;
}
select, input, textarea {
	padding:5px 10px;
	font-size:16px;
	resize:none;
	box-sizing: border-box;
	background:#FFF;
	color:#000;
	vertical-align:top;
	border:solid 1px #CCC;
	border-radius:3px;
	vertical-align: middle;
}
.Button:hover, input[type='button']:hover, input[type='submit']:hover  {
	cursor:pointer;
	text-decoration:underline;
	background-color:#F1F1F1;
	color:#000;
}
.Button {
	    padding: 5px 10px;
	    font-size: 16px;
	    resize: none;
	    box-sizing: border-box;
	    background: #FFF;
	    color: #000;
	    vertical-align: top;
	    border: solid 1px #CCC;
	    border-radius: 3px;
	    display: inline-block;
	    background-repeat: no-repeat;
	    vertical-align: middle;
	    cursor:pointer;
	    background-size: contain;
	    background-position: center;
}
.button-disable {
    background-color: #CCC !IMPORTANT;
    color: #333 !IMPORTANT;
    cursor: not-allowed !IMPORTANT;
	text-decoration:none !IMPORTANT;
}
#documentsTable,
#globalSearchTable {
	border-collapse: collapse;
	border:solid 1px #CCC;
}
#documentsTable th,
#globalSearchTable th {
	background:#0c224d;
	color:#FFF;
	padding:10px;
}
#documentsTable td,
#globalSearchTable td {
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	padding:5px 10px;
	font-size:15px;
}
#documentsTable tr,
#globalSearchTable tr {
	background:#FFF;
}
#documentsTable tr:hover,
#globalSearchTable tr:hover {
	text-decoration:underline;
	cursor:pointer;
}
#table tr {
	background:#FFF;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
}
#table td {
	padding:3px;
	border:none !IMPORTANT;
}
header a {
	color:#FFF;
}
th {
	text-align:left;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.table, table {
	display:table;
	width:100%;
}
.tr {
	display:table-row;
}
.td {
	display:table-cell;
}
.logo {
	font-size:20px;
	font-weight:bold;
}
.red {
	color:#ED4337 !IMPORTANT; 
}
.pass {
	color:#007f00 !IMPORTANT; 
}
.dialog {
	position:fixed;
	border:solid 1px #CCC;
	background:#F5F5F5;
	height:auto;
	top:20px;
	left:0;
	right:0;
	margin:0 auto;
	z-index:4;
}
ul {
	list-style:none;
}
.ui-state-highlight {
	width:250px;
	height:328px;
	background:yellow;
	display:block;
}
#fadeOut {
	position:fixed;
	background:rgba(0,0,0,.4);
	width:100%;
	height:100%;
	top:0px;
	left:0;
	right:0;
	z-index:2;
}
#lightFadeOut {
	position:fixed;
	background:rgba(255,255,255,.85);
	text-align:center;
	width:100%;
	height:100%;
	top:0px;
	left:0;
	right:0;
	z-index:2;
}
#documentView {
	position:fixed;
	border:solid 1px #CCC;
	background:#F5F5F5;
	height:auto;
	top:20px;
	left:0;
	z-index:3;
	right:0;
	margin:0 auto;
}
#pageView {
	width:100%;
}
#annotateView{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	background: #F5F5F5;
	border: solid 1px #CCC;
	top: 10px;
	padding: 20px;
}
#sortTable li {
	float:left;
}
#Resize {
	overflow-x:hidden;
	overflow-y:scroll;
	width:100%;
	border:solid 1px #CCC;
	background:#aaa;
	margin:0 auto;
	resize: horizontal;
}
.contextmenu {
	background:#F5F5F5;
	box-shadow:0 0 10px #CCC;
	position:fixed;
	z-index:4;
	
}
.titleOverflow {
	overflow: hidden;
	text-overflow: ellipsis; 
	white-space: nowrap;
}
@media screen and (min-width: 1900px) {
    .titleOverflow {
        width:1100px;
    }
}
@media screen and (max-width: 1899px) and (min-width: 1700px) {
    .titleOverflow {
        width:1000px;
    }
}
@media screen and (max-width: 1699px) and (min-width: 1500px) {
    .titleOverflow {
        width:800px;
    }
}
@media screen and (max-width: 1499px) and (min-width: 1200px) {
    .titleOverflow {
        width:680px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 1000px) {
    .titleOverflow {
        width:570px;
    }
}
@media screen and (max-width: 999px) {
    .titleOverflow {
        width:300px;
    }
}
#privacyScreen {
	background:linear-gradient(#0c224d,#FFF);
	position:fixed;
	text-align:center;
	color:#FFF;
	width:100%;
	height:100%;
	left:0;
	top:40px;
	right:0;
	height:100%;
}
.pseduo-link {
	cursor:pointer;
}
.pseduo-link:hover {
	text-decoration:underline;
}

.std-table {
    font-size: 12px;
    border-collapse: collapse;
}
.std-table input[type="button"] {
    font-size: 12px;
    padding: 2px;
}
.std-table tr,
.std-table td {
    border-bottom: 1px solid #cccccc;
}

.sticky {
	position: fixed;
    top: 0px;
	color:#FFF;
    width: 100%;
    background: #0c224d;
    left: 0px;
    padding: 10px 40px 20px 40px;
    box-sizing: border-box;
}</pre></body></html>