<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 0.9em;
}
.ui-widget .ui-widget {
    font-size: 0.9em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #21559a;
    background: #21559a;
}
.ui-selectmenu-button.ui-button {
    padding-right: 0em;
    width: 105%;
}
.nt-browse-header-not-selected {
    background-color: #21559a;
}
.nt-browse-header-not-selected a {
    color: white;
}
.nt-browse-header-selected {
    background-color: #3275ce;
}
.nt-browse-row-footer {
    font-weight: bold;
    font-size: var(--font-size-medium);
    padding: var(--browse-footer-padding);
}
.nt-browse-table {
    margin: 5px 0px 5px;
    border: 1px solid;
    padding: 0px;
	border-color: #888;
    border-spacing: 0px;
}
.ui-widget-header {
    color: white;
    font-weight: bold;
}
.nt-site-header-6 {
    color: black !important;
	font-size: 14pt;
	font-weight: normal;
}
.nt-form-header {
  	font-size: 1.8em;
	font-weight: 500;
	color: black;
}
.nt-browse-header {
    font-size: 1.25em;
}
.nt-small-button {
    height: 2em;
}
.ui-dialog-title {
    color: black;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: .3em 1em;
}
.nt-menu-div {
    height: 2em;
}
.nt-menu-item:hover {
    color: white;
    background: #cccccc;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color: #c5c5c5;
}
.ui-dialog .ui-dialog-titlebar {
    background: #e9e9e9;
}
/*Remove corners from all elements */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-left, .ui-corner-bl, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-tl {
    border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
/* Align main menu */
.nt-menu-div {
    display: inline-block;
}
.nt-contentpanel {
    margin-left: 15px;
}
/* Date picker header */
.ui-datepicker .ui-datepicker-header {
    background-color: #3275ce;
}
.ui-accordion-content {
    max-height: unset;
}
.ui-accordion .ui-accordion-header {
    justify-content: unset;
}
.nt-redtext {
    color: red;
}
:root{
	--browse-footer-text:var(--black);
	--browse-footer-background:var(--lightest-grey);
	--font-size-tab-title: 1.4em;
	--prompt-font-weight: var(--font-weight-bold);
	--letter-spacing: 0.01em;
	--word-spacing: 0.1em;
}
/* Menus */
@media screen and (min-width: 1025px){
.nt-leftpanel-l{width:12%;}
.nt-contentpanel-l{width:84%;}
}
@media screen and (max-width: 600px){
.nt-rightpanel-r{display:none;}
.nt-contentpanel-r{width:100%;}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.nt-rightpanel-r{width:12%;}
.nt-contentpanel-r{width:84%;}
}
@media screen and (min-width: 1025px){
.nt-rightpanel-r{width:12%;}
.nt-contentpanel-r{width:84%;}
}
@media screen and (max-width: 600px){
.nt-leftpanel-lr{display:none;}
.nt-rightpanel-lr{display:none;}
.nt-contentpane-lr{width:100%;}
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
.nt-leftpanel-lr{width:18%;max-width:200px;}
.nt-rightpanel-lr{display:none;}
.nt-contentpanel-lr{width:78%;min-width:calc(100% - 200px);}
}
@media screen and (min-width: 1025px){
.nt-leftpanel-lr{width:19%;max-width:200px;margin-right:0.5em;}
.nt-rightpanel-lr{width:19%;max-width:200px;margin-left:0.5em;}
.nt-contentpanel-lr{width:60%;min-width:calc(100% - 450px);}
}</pre></body></html>