/*** CSS reset */
.reset {
    margin: 0;
    padding: 0;
}

/*** control links */
.control-link {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

a.control-link:link, a.control-link:visited, a.control-link:active {
    color: Blue;
    text-decoration: none;
}

a.control-link:hover {
    color: Red;
    text-decoration: none;
}

/*** login dialog */
.login {
    margin: 2cm 0 0 2cm;
    padding: 2mm;
    width: 7cm;
    border: dotted 1px black;
}

/*** status indicator */
.status {
    font: 12pt sans-serif;
    font-weight: bold;
    color: Red;
    margin: 5mm 0 2mm 1mm;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    border-bottom: solid 1px black;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
    border: none 0;
    margin: 0;
}

.site-navigator-table tr {
    padding: 0;
    margin: 0;
}

.site-navigator-table td {
    padding: 2px;
    margin: 0;
}

/*** site navigator cell */
.site-navigator-cell {
    padding: 0;
    margin: 0;
}

/*** inactive site navigator cell */
.site-navigator-inactive {
    color: blue;
    background-color: white;
    border: dotted 1px darkblue;
}

/*** disabled site navigator cell */
.site-navigator-disabled {
    color: gray;
    background-color: white;
    border: dotted 1px gray;
}

/*** active site navigator cell */
.site-navigator-active {
    color: white;
    background-color: darkblue;
    border: solid 1px darkblue;
}

/*** site navigator cell associated image */
.site-navigator-image {
    vertical-align: middle;
    margin-right: 4px;
    border: none 0;
}

/*** navigation link */
.nav-link {
    text-decoration: none;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: darkblue;
    background-color: inherit;
}

a.nav-link:hover {
    color: red;
}

/*** document field table */
table.field_table {
    display: none;
    border-width: 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    background-color: #ffffcc;
    color: black;
    border-color: black;
    margin-top: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
}

table.field_table td {
    border-width: 0 0 1px 1px;
    padding: 2px;
    border-style: solid;
    border-color: #bbb;
    vertical-align: text-top;
}

/*** document attachments table */
table.attachments {
}

table.attachments tr td img {
    border: none 0;
}

/*** field name in document page */
.field-name-document {
    font-weight: bold;
}

/*** field name in search page */
.field-name-search {
    color: blue;
}

/*** field contents in search page */
.field-data-search {
    color: black;
}

/*** search history table */
.search-history {
    padding: 0 2px 0 2px;
}

.search-history-container {
    vertical-align: top;
}

.search-history a {
    text-decoration: none;
}

/*** search history table: even row */
.search-history-even {
    background-color: #eeeeff;
}

/*** search history table: odd row */
.search-history-odd {
    background-color: #f8f8f8;
}

/*** search history table: time stamp */
.search-history-timestamp {
    font-size: 8pt !important;
}

/*** search history table: "remember me" marker (td)*/
.search-history-star {
    padding-top: 2px;
    text-align: center;
}

/*** search history table: search item */
.search-history-item {
    width: 10cm;
    vertical-align: middle;
}

/*** search history table: "remember me" marker (img) */
.marker {
    border: none 0;
}

.search-history td {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    vertical-align: text-top;
}

/*** hit highlight */
span.field-hilite {
    background-color: cyan;
}

/*** doesn't seem to be used anymore */
#hitloc {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    background-color: White;
    color: Black;
}

/*** results page query header */
.results-header {
    display: inline-block;
}

.results-header table {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ccffff;
    border: solid 1px blue;
    border-collapse: collapse;
    margin: 5mm 0 5mm 2mm;
}

.results-header thead {
    border-width: 1px;
    color: white;
    background-color: blue;
    padding: 2px;
    border-style: none;
}

.results-header td {
    border-width: 1px;
    padding: 1mm 2mm 1mm 2mm;
    border-style: none;
}

.results-header thead {
    font-weight: bolder;
}

.results-header-fieldname {
    text-align: right;
}

table.results-table a:link, table.results-table a:visited, table.results-table a:active {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Blue;
    text-decoration: none;
}

table.results-table a:hover {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Red;
    text-decoration: none;
}

/*** WebSearch score */
.ws-score {
    color: Red;
    text-align: right;
}

/*** search form: field with focus */
.field-focused {
    background-color: lightyellow;
}

/*** search form: field without focus */
.field-blurred {
    background-color: White;
}

/*** word wheel */
.word-wheel {
    position: absolute;
    background-color: lightyellow;
}

.words-header {
    color: white;
    background-color: gray;
}

.words-records, .words-hits {
    text-align: right;
}

/*** word wheel: selectable word */
.words-select {
    min-width: 100px;
}

.words-select:hover {
    background-color: yellow;
    color: red;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more {
    background-color: Blue;
    color: White;
    text-align: center;
}

.words-more:hover {
    background-color: Blue;
    cursor: pointer;
    color: Yellow;
    text-align: center;
}

/*** document */
.document {
    max-width: 16cm;
    background-color: #fcfcfc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

/*** |< < [n of m] > >| style navigation button */
.nav-button {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav-button span {
    display: none;
}

/***  hit navigation */
.hit-nav {
    padding-top: 0;
}

.hit-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** toc/results navigation ***/
.trn-nav {
    padding-top: 0;
}

.trn-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
    background: lightgray;
}

.trn-nav-image {
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text */
.hit-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: cyan;
}

/*** hit navigation: m */
.hit-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: yellow;
}

/***  results page navigation */
.res-nav {
    padding: 0;
    margin: 0;
}

.res-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** result page text cell: displays n of m */
.res-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text */
.res-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page */
.page {
    border: 1px solid lightgray;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*** multi-file doc page number */
.pageno {
    color: black;
    vertical-align: top;
    text-align: center;
    padding: 1mm 0 1mm 0;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav {
    padding: 0;
    margin: 0;
    background-color: lightgray;
}

.page-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** search form field error message box */
.field-error {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: Red;
}

/*** document fields */
.fields {
}

/*** shopw/hide fields control */
.toggle-fields {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
}

/*** div containing hits-in-context */
.wshic-container {
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text {
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic {
    color: black;
    font-weight: bold;
}

/*** widget bars */
.widget-bars {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*** top widget bar */
.top-widget-bar {
    width: 100%;
}

.top-widget-bar-row {
    margin: 0;
    padding: 0;
}

.top-widget-bar-left-cell {
    width: 33%;
}

.top-widget-bar-center-cell {
    width: 34%;
}

.top-widget-bar-right-cell {
    width: 33%;
}

/*** left widget bar */
.left-widget-bar {
}

/*** right widget bar */
.right-widget-bar {
}

/*** bottom widget bar */
.bottom-widget-bar {
    width: 100%;
}

.bottom-widget-bar-row {
    margin: 0;
    padding: 0;
}

.bottom-widget-bar-left-cell {
    width: 33%;
}

.bottom-widget-bar-center-cell {
    width: 34%;
}

.bottom-widget-bar-right-cell {
    width: 33%;
}

.left-aligned {
    float: left;
}

.right-aligned {
    float: right;
}

.centered {
    text-align: center;
}

.top-aligned {
    vertical-align: top;
}

/*** content area */
.content-area {
    margin: 0;
    padding: 0 0 0 5mm;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/*** password feedback (preferences) */
.pw-feedback {
    background: yellow;
    color: red;
    padding: 2px;
    border: solid 1px red;
}

/*** field set (preferences) */
.pref-fieldset {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 5mm 4cm 1mm 2cm;
    padding: 3mm 5mm 1mm 5mm;
    background: aliceblue;
    border: solid 1px darkblue;
}

.pref-fieldset legend {
    font-weight: bolder;
    border: dotted 1px darkblue;
    background: darkblue;
    color: white;
    padding: 1mm 2mm 1mm 2mm;
}

/*** preferences title */
.pref-title {
    text-align: right;
}

#registration-dialog {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

#message-box {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** mini toolbar on the side of each page */
.page-tools {
    float: left;
    background-color: #e6e6e6;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-left: none;
}

/*** pop-up dialogs */
.popup-dialog {
    display: none; /* do not change display style, all dialogs are initially hidden */
}

.registration-dialog-label {
    text-align: right;
}

.fields-list {
    list-style: none;
}

.pw-dialog-label {
    text-align: right;
}

/*** contains page iframe */
.page-iframe-container {
    float: left;
}

.refine-cell {
    text-align: right;
}

.report-error {
    text-align: center;
    color: Red;
}

.missing-field {
    background-color: red;
    color: white;
}

.users-username {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-fullname {
    width: 100px;
    max-width: 100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-email {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.fatal-error-details {
    margin-left: 1cm;
}

.fatal-error-details td {
    padding-right: 2mm;
}

.help-text 
{
	margin: 0;
	padding: 5px;
	width: 10cm;
	color: Black;
	background-color: White;
}

.help-text em 
{
    font-style: normal;
    font-weight: bold;
	color: red;
}

.help-col 
{
    vertical-align: top;
}

#excel-download,
#refine-search {
  width: 200px !important;
  float: right;
}

#excel-download a,
#refine-search a {
  color: #000;
  display: block;
  padding: 8px;
  background: #efefef;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 10px 10px;
  text-decoration: none;
  font-size: 0.9em;
}

#excel-download a:hover,
#refine-search a:hover {
  background: #ccc;
}

#excel-download-label,
#refine-search-label {
  margin-left: 5px;
  vertical-align: top;
}body {
	margin: 0;
	padding:0;
	font-family:"PT Sans", Arial, Helvetica, sans-serif;
	background:#fff ;
}
table {
	border-spacing:0px;
}
.popup-dialog
{
    display: none;
}
img {
	border:none;
}

.top-widget-bar {
	width: 163px;
	margin: 0 auto;
}

#page-wrapper {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
}
#top-widget-bar-container {
	height:140px;
	width: calc(20% - 1px);
	float:left;
	text-align:center;
	background:#efefef;
	border-right:solid 1px #ccc;
}


#logo-img {
	width: 150px;
}

#top-widget-bar-container input {
	border: none;
	font-size: 16px;
	padding: 6px 12px;
	color: #0168b3;
	width: 85%;
	margin-bottom: 12px;
	margin-right: 5px;
	background-color: #cbe1ef;
}
#site-navigator-container {
	margin: 40px 0 0 0;
	width: calc(80% - 1px);
	float:left;
	padding: 0 0 0 1px;
	color: #000000;
	background: #0168b3;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	
}
#content-wrapper {
	min-height:600px;
	min-width: 1050px;
	clear: both;
	display:flex;
	flex-wrap: wrap;
}
#left-widget-bar-container {

}
#left-content-wrapper {
	width: calc(20vw - 1px);
	background:#efefef;
	border-right: solid 1px #ccc;
	
}
#content-area-container {
	margin: 0 auto;
	width: 80vw;
}
.clear {
	clear:both;
}

#title h1 {
	color: #ffffff;
	font-size: 16px;
	font-family:"Arial Black", Gadget, sans-serif;
	vertical-align:top;
	margin-left: 50px;
	margin-bottom:-80px;
	text-shadow: #333333 7px 3px 2px;
	font-weight:narrow !important;
}
#title .big {
	color: #ffffff;
	font-size: 26px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:narrow !important;
}
#title .small {
	color: #000000;
	font-size: 14px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:narrow !important;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div {
	font-size: 20px;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table
{
	border-collapse: collapse;
	padding-bottom: 0;
	margin-bottom: 0;
	width:900px;
	margin: 0 auto;
}

.site-navigator-table tr {}

.site-navigator-table td 
{
    padding: 0;
}

/*** site navigator cell */
.site-navigator-cell
{
	border: none;
	padding-bottom: 0 !important;
}

.site-navigator-inactive:hover {
	background: #1589c4;
}

.site-navigator-cell table
{
	border-collapse: collapse;
	margin: 0 auto;
	padding-bottom: 0;
}

.site-navigator-table .site-navigator-cell td
{
	margin-bottom: 0;
	padding-bottom: 0;
	padding:1px 2px !important;
}

.site-navigator-table div {
	padding: 5px 15px;
}

/*** inactive site navigator cell */
div.site-navigator-inactive
{
    color: #343439;
	border: none 0;
	background: #0168b3;
}
div:hover.site-navigator-inactive {

	color: #0168b3;
}
/*** disabled site navigator cell */
div.site-navigator-disabled
{
	color: #343439;
	border: none 0;
}
div:hover.site-navigator-disabled {background:#293871; color:#343439 !important;}

/*** active site navigator cell */
div.site-navigator-active
{
    color: #fff;
	background: #1589c4;
	border:none;
	font-size: 20px;
	line-height:40px;
}

/*** site navigator cell associated image */
.site-navigator-image
{
    margin-right: 0;
	display:none;
}
div.site-navigator-inactive a {
	color:#fff;
	text-decoration: none;

}
div:hover.site-navigator-inactive a {
	color: #fff;
	text-decoration: none;
}
.site-navigator-table a:hover {
	text-decoration:underline;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: #fff;
	font-size: 20px;
	line-height: 40px;

	
}

.right-aligned {
	float:right;
}

#searchbox
{
	border-radius: 8px;
	padding: 0;
}

#searchbox table, #searchbox table thead, #searchbox table td, #searchbox table tr, #searchboox table th
{
	border-collapse: collapse;
	padding: 1mm 0 1mm 0;
	margin: 0;
	background: none;
}

#searchbox-input
{
	
	font-size: 9pt;
	color: #000000;
	padding: 2px 0 2px 5px;
	border:none;
	margin: 1px 0 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:19px;
	width:150px;
}

#searchbox-button
{
	background: #7A89C4;
	border:solid #0083BB 2px;
	padding:2px;
}
.search {
	width: 515px;
	font-size: 18px;
	float: left;
}
.search table {
	width: 100%;
}

.srch-sel,
.character-multiselection,
.character-singleselection,
.text-input,
#F-CASE_NUMBER {
	width: 180px;
	border:solid 1px #CCC;
	padding: 8px;
	margin: 0 0 10px 10px;
	font-size: 18px;
}

.srch-sel,
.character-multiselection,
.character-singleselection {
	width: 196px;
}

.srch-sel {
	height: 30px;
}

.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
	max-width: 350px;
}

#other-links,
#db-picker,
#subm-widget-label-container,
#useful-widget-label-container {
	border: none;
	margin: 0 0 10px 0;
	padding:2px;
}


.sidebarHead {
	font-weight:bold;
}

.left-widget-bar {
	padding-left: 10px;
}

.left-widget-bar table,
#useful-widget-label-container table {
	width: 100%;
}

#subm-widget-label,
#admin-widget-label,
#subms-widget-label,
#db-picker-label, 
#other-links-label,
#useful-widget-label {
	display:block;
	font-weight:bold;
	font-size:1.5em;
	padding: 5px;
	color: #81a66a;
}
#subms-widget ul,
#other-links-ul,
#db-picker-ul,
.sidemenu ul
{
	list-style:none;
	color:  #343439;
	margin: 1px 0 0 0;
	padding: 0;

	
}
#subms-widget ul li,
#other-links-ul li,
#db-picker-ul li,
.sidemenu ul li
{
	display:block;
	padding:4px;
	margin:0 0 2px 0;

}

#content-area .column h2 {
	padding: 0;
}

.foldList {
	list-style:none;
	margin: 0;
	padding: 0;
}

.foldHead {
	font-weight:bold;
}

.foldList a {
	color:#343439;
	text-decoration:none;
}

.foldList a:hover {
	text-decoration: underline;
}

.sidemenu ul li a,
#subms-widget ul li a,
#other-links-ul li a, #other-links-ul a:visited, #other-links-ul a:active,
#db-picker-ul li a, #db-picker-ul a:visited, #db-picker-ul a:active,
#subm-widget li a, #subm-widget a:visited, #subm-widget a:active,
#useful-widget li a, #useful-widget a:visited, #useful-widget a:active, .sidebarList a
{
	color:#343439;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
}
#subms-widget ul li a:hover,
#other-links-ul a:hover,
#db-picker-ul a:hover,
#subm-widget ul li a:hover,
#useful-widget ul li a:hover
{
	text-decoration: underline !important;
	color:#02356C;
}
#other-links-ul ul {
	padding:0 0 0 20px;
}


/*** TOC path list */
ul.toc-path {}
ul.toc-path li {}
ul.toc-path li li {}
/*** TOC entry */
.toc-dbtitle { text-transform:uppercase;
}
.toc{}
/*** TOC image */
.toc-icon {}

/*** WebSearch score */
.ws-score
{
	font-size: 9pt;
}
/*** search form: field with focus */
.field-focused 
{
    background-color: #EFEFEF;
}

/*** search form: field without focus */
.field-blurred {}

/*** word wheel */
.word-wheel {}
/*** word wheel: selectable word */
.words-select {}

.words-select:hover 
{
	background: #EFEFEF;
    color: #005DAB;
}

/*** word wheel: "more" box */
.words-more 
{
	background: #1C426F;
	font-weight: bold;
}

.words-more:hover
{
	background: #1C426F;
	font-weight: bold;
	color: #7A89C4;
}

/*** document */
.document {}
/*** |< < [n of m] > >| style navigation button */
.nav-button {}
.nav-button span {}
/***  hit navigation */
.hit-nav {}
.hit-nav table {}
/*** toc/results navigation ***/
.trn-nav 
{
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table 
{
    padding: 0;
	margin: 0;
}

.trn-nav-image {}


.document-control-label,
#document-control-bar-top .document-control {
	font-size: 14px !important;

}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell {}
/*** hit navigation text */
.hit-nav-text {}
/*** hit navigation: n */
.hit-nav-text-n {}
/*** hit navigation: m */
.hit-nav-text-m {}
/***  results page navigation */
.res-nav 
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.res-nav table {}

/*** result page text cell: displays n of m */
.res-nav-text-cell {}
/*** result page navigation text */
.res-nav-text {}
/*** result page navigation text: n */
.res-nav-text-n {}
/*** result page navigation text: m */
.res-nav-text-m {}
/***  multi-file doc page */
.page {}
/*** multi-file doc page number */
.pageno 
{
    display: inline;
    background-color: lightgray;
    vertical-align: top;
}

/***  multi-file doc page navigation */
.page-nav , .page-hit-nav
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.page-nav table {}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell {}
/***  multi-file doc page text cell */
.page-nav-text {}
/***  multi-file doc page: n */
.page-nav-text-n {}
/***  multi-file doc page: m */
.page-nav-text-m {}

/*** search form field error message box */
.field-error {}

.results-header table {
	width:100%;
}
/*** document fields */
table.field_table {
	font-size: 10pt;
	background-color: #FAFAFA;
	width:100%;
	margin-bottom: 2px;
}

/*** shopw/hide fields control */
.toggle-fields {}
#toggle_fields {
	display:block;
	width: 120px;
	text-align:center;
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #293871;
	border:solid 2px #293871;
	border-radius: 5px;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
}

#document
{
	margin-top: 1mm;
}

/*** div containing hits-in-context */
.wshic-container
{
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text
{
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic
{
	font-weight: normal;
	color: black;
	background: yellow;
	padding: 0 1mm 0 1mm;
}
#widget-id-1-img {
	height:100px;
}

.clear {
	clear: both;
}
#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#293871;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	

}
#function-selector span {
	text-decoration:underline;
}
.search-history-box {
	max-height:350px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table.search-history {
	font-size: 18px;
	width:100%;
}
td.search-history-timestamp {
}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-odd {
}
.search-history-star {
		
}
.search-history-item {
	width: 90%;
}
.search-history-item a {
	color: #333;
	text-decoration:none;
}
.search-history-item a:hover {
	text-decoration:underline;
}
.search-history-odd {
	border-top: solid 1px #333;
}
#function-selector table {
	width:100%;
}
#search-support {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	width:230px;
	padding:2px;
	background:#eee;
	border:solid 1px #ccc;
			position:absolute;
		top:220px;
		left:50%;
		margin-left:230px;
		border-radius: 3px;
	
}
.advanced-search {
	
	padding: 5px 0;

}
.search {
	padding:6px 0;
}
#words {
	padding:5px 0;
	width:100%;
}
#select-word-wheel {
	display:block;
	text-align:center;
}
#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}

#users {
	font-size:12px;
}
#users table {
	width: 100%;
}

#page-navigation-top,
#page-navigation-bottom {
	display:none;
}
.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}

#content-area {
	padding: 10px 20px;
	font-size:18px;
	min-height:600px;
}

#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#060;
}
.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}
.content-footer-widget-bar-center-cell,
.content-footer-widget-bar-left-cell,
.content-footer-widget-bar-right-cell {width:33%;}


#PageContent {
}
#PageContent h1 {
	font-size: 34px;
	font-weight: normal;
	color: #000;
	margin: 0 0 10px 0;
	display:block;
	padding:0 5px 0 5px;
}
#PageContent h2 {
	font-size: 24px;
	font-weight: bold;
	color: #0168b3;
}
.hometable {
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
	width:80%;
	font-size:18px;
	margin-bottom: 20px;
}
.colhead {
	color: white;
	background-color:#02356C;
	font-size: 18px;
	font-weight: bold;
}
.hometable td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding:5px;
}
.hometable th {
	padding:5px;
}
.hometable a {
	color: #02356C;
 }
.homelist {
	font-size: 18px;
}
.homelist a {
	color:#005DAB;
}


#content-area h2 {
	font-size: 24px;
	font-weight: bold;
	color: #81a66a;
	display:block;
	padding: 5px;
	margin: 0;
}
.search-button {
	font-size: 18px;
	padding: 5px 15px;
	color: white;
	background: #2a3472;
	border:solid 2px #2a3472;
	border-radius: 5px;
	font-weight:bold;
	margin: 10px 0;
	text-transform:uppercase;
}
#quicksearch-button {
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #2a3472;
	border:solid 2px #2a3472;
	border-radius: 5px;
	font-weight:bold;
	margin: 5px;
	text-transform:uppercase;
}
.index-button {
	font-size: 12px;
	padding: 2px 5px;
	color: #333;
	background: #ccc;
	border:solid 2px #ccc;
	border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 5px;
}
.character-multiselection-option {
}
.character-multiselection {
	max-width: 550px;
}
.results-table {clear:both;}


#results-summary table {}

.query-results,
.results-header-fieldname {
	font-weight:bold;
	padding-right: 5px;
}

#excel-download,
#refine-search {
	width: 50px;
	float:right;
}

#search-hints {
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size: 18px;
	padding: 0 5px;
	color:#293871 ;
	text-decoration:underline;
	margin-top:-30px;
}

.ui-dialog {
	min-width:300px !important;
	max-width:55% !important;
}
#search-hints-dialog.popup-dialog,
.ui-dialog-content,
.ui-widget-content {
	font-size: .9rem;
	margin:0 !important;
}
.help-text {
	width: 100%;
}

/* Results Formatting */
.result {
	margin-bottom:15px;
	clear:both;
	/*background:url(images/resultbg.gif) repeat-x;*/
}
.results-container {
	margin-right:14px;
	clear:both;
	background:url(images/resulthead-bg.gif) repeat-x;
	/*background:url(images/resulthead-bg.gif) repeat-x;*/
}
.result-even {
}
.resultdiv {
	float:left;
	padding:4px 10px;
	height:24px;
	overflow:hidden;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 200px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 10px;
	height:24px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 200px;
}

.results-col-1 {
	min-width:20px !important;
	width:35px !important;
	background:#063a62;
	color:#fff;
	text-align:center;
	padding:4px 3px;
}
#vis_hdr_results_calc-nhits.results-col-1 {
	background:#666;
}

#vis_results_title,
#vis_hdr_results_title {
	width:762px;
}

#vis_results_uniserv_area,
#vis_hdr_results_uniserv_area {
	width:135px;
}

#vis_results_local_name,
#vis_hdr_results_local_name {
	width:294px;
}


#vis_results_certified_classified,
#vis_hdr_results_certified_classified {
	width:135px;
}

#vis_results_expiration_date,
#vis_hdr_results_expiration_date {
	width:135px;
}

#wshic-container {
	width:800px;
	float:none;
	clear:both;
	min-height:50px;
	padding:5px 0;
}

.result a .resultdiv:hover {
	text-decoration: underline;
}
.result a #wshic-container.resultdiv:hover {
	text-decoration: none;
}
.tocdiv .resultdiv {
	float:none;
	padding:0;
	margin:0;
}
.result a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0;
	z-index:0;
}
.result a:hover {
	background:#ebffff !important;
}

#helpdiv h3 {
	border-bottom: solid 1px #000;
	padding:3px 0;
}
#helpdiv p {
	padding: 0 10px;
}
#helpdiv li a {
	color: #00599B;
}
#content-area #helpdiv h2 {
	text-align:center;
	padding:0;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
}
#helpdiv {
	padding:5px;
}

/*** login dialog */
.login {
	width:400px;
	margin:20px auto;
	background:#efefef;
	padding:10px;
	border:solid 1px #999;
}
.login table {
	width:100%;
}
.forgot-password-row,
.user-registration-row {
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}

/*** field set (preferences) */
.database-preferences {
	font-weight:bold;
}
.pref-fieldset {
    background:#FAFAFA;
    border: solid 1px #666;
}

.pref-fieldset legend {
    background: #ccc;
    color: #333;
}

.account-settings {font-weight:bold;
}

#update {color:black;
}
#bottom-widget-bar-container {
	float:left;
	width:100%;
}
#bottom-widget-bar-container p {
	padding:0 10px;
}
#bottom-widget-bar-container p, #bottom-widget-bar-container a {
	color:#fff;
	font-size:12px;
}
.bottom-widget-bar-left-cell {
	width:50%;
}

.app-list {
}

.app-list li {
	padding-bottom: 20px;
    color: #333;
	font-weight: bold;
}

.app-list li ul li {
	padding: 4px 0;
	font-weight: 500;
}

.app-list a {
	color: #2e5e92;
	text-decoration: none;
}

.app-list a:hover {
	text-decoration: underline;
}
.app-list span {
	padding: 0 4px;
	color: #464545;
	font-style: italic;
}

/* Results Page */
.results-container {
	display:flex;
	flex-wrap: wrap;
}

.result a {
	display:flex;
	flex-wrap: wrap;
}

.resultdiv,
.fieldname-header {
	box-sizing: border-box;
	flex:1;
	flex-basis: min-content;
	height:auto;
	overflow: auto;
}

.results-col-1 {
	flex: .25;
}


#wshic-container {
	padding: 10px 10px 20px 10px;
	flex:100%;
}



/* Home page */

main.home hgroup {
    margin:0 auto
}

#content-area-container main.home h2,
#content-area main.home h2 {
    font-size: 40px;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 0;
    letter-spacing:1px;
	text-align:center;
	color:#041b3c;
}

#content-area-container main.home h3,
#content-area main.home h3 {
    font-size: 24px;
    color: #333;
    font-weight:600;
	margin: 20px 0 30px 0;
	text-align: center;
}

.content-header-widget-bar-row .centered table {
	width: 800px;
	margin: 0 auto;
}

main.home form#search-archives {
    margin: 0 auto 0 auto;
    width: calc(90% - 200px);
	padding: 40px 100px;
    display: block;
    text-align:center;
	background: #ececec;
	border-radius:10px;
	border:solid 1px #ccc;
}

main.home form#search-archives input {
    width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
    height: 60px;
    padding: 10px 30px;
    border-radius: 5px;
    background-clip: padding-box;
    font-size: 24px;
    outline: none;
    border: solid 1px #ccc;
    box-shadow:0px 10px 60px 0px rgba(1,33,92,0.1);
}

main.home form#search-archives input.search {

}


a#addres {
	color: #333;
	font-size: 18px;
	font-weight:bold;
}
}


#aSearchLink {
}

#pTOCLink {
	text-align: center;
	font-weight:bold;
	
}

#aSearchLink,
#aTOCLink {
	color:#082e43;
	text-decoration:none;
	font-weight:bold;
}
#aSearchLink:hover,
#aTOCLink:hover {
	text-decoration:underline;
}

main.home p {
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right:auto
}

main.home.alt-main {
    padding: 0;
    padding-left:250px
}

#db_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 90%;	
	margin:0 auto;
}

.db_buttons_child {
	display:block;
	margin: 5px;
	margin: 0 10px;	
	width: calc(22% - 30px);
	padding: 0 10px;
	height: 90px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	position: relative;
	background: #fff;	
	border: solid 1px #fff;
	border-bottom: none;	
}

.db_buttons_child.selected {
	background:#ececec;
	border: solid 1px #ccc;
	border-bottom: solid 1px #ececec;
	margin-bottom:-1px;

}

.db_buttons_child.selected span {
	color: #0168b3;
}

.db_buttons_child span {
	text-align:center;
}

#AFT-CUR.db_buttons_child {

	color: #993113;
}

.db_buttons_child:hover {
	background: #ececec;	
	background-position: bottom right;
	background-size: 100px 100px;
	border: solid 1px #ccc;
	border-bottom: solid 1px #ececec;
	margin-bottom:-1px;	
}

.db_buttons_child:hover span {
}

.db_buttons_child span {
	position:absolute;
	bottom: 20px;
	color: #0168b3;
	font-size: 1.5rem;
	font-weight:bold;
	width: 90%;
	text-decoration:none;
	z-index:900;
}

main.home {
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 20px 0;
}

#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

.column {
	float:left;
}

main.home form#search-archives button {
    background-image: -webkit-linear-gradient(bottom, #ab0000 0%, #810000 100%);
    font-family: Oswald, sans-serif;
    display: inline-block;
    margin: 30px 15px 15px;
    padding: 15px 5px;
    border-radius: 3px;
    background-clip: padding-box;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: none;
        width: calc(76.5% - 10px);
	max-width:400px;
	cursor:pointer;
}

#addres {
    background-image: -webkit-linear-gradient(bottom, #427c99 0%, #34657d 100%);
    font-family: Oswald, sans-serif;
    display: block;
    margin: 30px auto 15px auto;
    padding: 15px 5px;
    background-clip: padding-box;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: none;
    width: calc(100% - 10px);
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}	
#addres:hover {
	background:#1a323d

}

main.home form#search-archives button:hover {
    background:#427c99
}

#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	width: 80vw;
	margin: 20px auto;
	padding: 20px 0;
}

.column {
	float:left;
}

#homeFold .column {
	width: calc(50% - 20px);
	margin-right: 20px;
}

/* homepage popup (one time) */
#my-welcome-message {
  width: 40%;
  height: auto;
  min-height:300px;
  padding: 40px;
  position: absolute;
  top: 18%;
  left: 30%;
  border: solid 5px #073a62;
  box-shadow: 0px 5px 16px #333;
  z-index: 9999;
  background:rgba(255, 255, 255, 0.98);
  font-size: 1.5em;
}

#my-welcome-message h2 {
	font-size: 2em;
}

#fvpp-close {
	width: 100%;
	text-align:center;
	display:block;
	cursor: pointer; 
}
#fvpp-close,
#fvpp-close:after {
	content: " Close";
	color: #006699;
	font-size: 16px;
	font-weight:bold;
}

/* DB Page */

#dbpage {
	list-style:none;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	display:flex;
	flex-wrap: wrap;
	align-items:baseline;
	border-bottom: solid 1px #efefef;
}

#dbpage li {
	width: calc(28% - 24px);
	margin: 10px;
	display:block;
	height:60px;
	background: #eee;
	font-weight: normal;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
	border: solid 1px #ccc;	
	color: #ccc;
	font-size: 12px;
}

#dbpage li a {
	margin: 0 0 0 0;
	text-decoration:none;
	color: #333;
	font-size: 18px;
	display: block;
	font-weight:bold;
	margin-bottom: 5px;
}

#dbpage li:hover a {
	color: #0a1f61;
}
#dbpage li:hover {
	background:#fff;
	color: #0a1f61 !important;
	cursor: pointer;
}


.sidebarList {}

@media only screen and (max-width: 600px) {
	#db_buttons a {
		width: 18% !important;
	}

	
	main.home form#search-archives input {
		width: 90%;
	}
	
	#content-area-container main.home h2, 
	#content-area main.home h2 {
		line-height:60px;
	}
	
	#PageContent {
		padding: 0 5px;
	}
	
	#homeFold {
		width: 100vw;
	}
	
	.content-footer-widget-bar,
	.content-header-widget-bar {
		margin: 0 ;
		height:30px;
	}
	
	.content-header-widget-bar {
		display:none;
	}
	
	#db-picker-label, #other-links-label {
		font-size: 1em;
	}
	
	#left-content-wrapper {
		z-index:999
	}
}
