/*** 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: Helvetica, Arial, sans-serif;	
	background: url(images/tile.jpg) repeat-x #4F7F98 ;	
}
table {
	border-spacing:0px;
}
.popup-dialog
{
    display: none;
}
img {
	border:none;
}
 
#page-wrapper {
    width: 100vw;
	max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#left-widget-bar-container {
	width: 100%;
	padding: 0;
	float:left;

}

#left-widget-bar-container table {
}
#content-area-container {

	float:left;
}
#content-area {
}

.clear {
	clear:both;
}
#content-wrapper {
	min-width: 1050px;
	background:#fff;
	border: solid 1px #fff;
	border-radius: 5px;
	margin: 60px 0 0 0;

}
#other-links,
#db-picker {
	width: 100%;
	margin-bottom: 10px;
}
#db-picker-table {
	width:100%;
}
#db-picker-label {
}
#site-navigator-container {
	max-width: 900px;
	height:40px;
	padding: 15px 0 5px 190px;
	text-align:right;
}
#top-widget-bar-container {
	width: 100vw;
	height:40px;
}
#logo {
	margin:0;
}
.top-widget-bar td {
	vertical-align:top;
}
#title {width:650px}
#title h1 {
	color:#ebffff;
	font-size: 20px;
	padding-left: 30px;
	padding-bottom:20px;
	text-transform:uppercase;
}
#title h1 .small {
	font-size:12px;
}
.widget-bars {
	margin:0;
	padding:0;
}
td,
#top-widget-bar-container a,
#widget-id-1,
.left-aligned table, 
.top-widget-bar-left-cell {
	margin:0;
	padding:0;
}
/*** site navigator div: contains site navigator table */
.site-navigator-div
{
    font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table
{
    border: none 0;
    margin: 5px auto;
	font-size: 9pt;
	border-collapse: collapse;
	padding-bottom: 0;
	margin-bottom: 0;
	width:100%;
}

.site-navigator-table tr 
{
    padding: 0;
    margin: 0;
}

.site-navigator-table td 
{
    padding: 0;
    margin: 0;
	font-size:16px;
}

.site-navigator-active,
.site-navigator-inactive {
	padding: 5px;
	margin: 0 6px;
}



/*** site navigator cell */
.site-navigator-cell
{
    margin: 0;
	font-weight: normal;
	border: none;
	padding-bottom: 0 !important;
}
.site-navigator-cell table
{
	border-collapse: collapse;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-navigator-table .site-navigator-cell td
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-navigator-table div {
}

/*** inactive site navigator cell */
div.site-navigator-inactive
{
	background: transparent !important;
	border: none 0;
	font-weight:bold;
}
div:hover.site-navigator-inactive {color:#fff !important; }
/*** disabled site navigator cell */
div.site-navigator-disabled
{
	color: #fff;
	border: none 0;
}
div:hover.site-navigator-disabled {color:#fff !important;}

/*** active site navigator cell */
div.site-navigator-active
{
    color: #fff;
	background:#063a62;
	border-radius: 5px;
	font-weight:bold;
}

/*** site navigator cell associated image */
.site-navigator-image
{
    vertical-align: middle;
    margin-right: 0;
    border: none 0;
	display:none;
}
div.site-navigator-inactive a {
	color:#00599B;
	text-decoration: none;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active,
div:hover.site-navigator-inactive a {
	color:#00599B;
	text-decoration: none;
}
.site-navigator-table a:hover {
	text-decoration:underline !important;
	color:#00599B;
}

.right-aligned {
	float:right;
}
.top-widget-bar {
	width: 100%;
}

/* tooltip */

.help-tip {
	position: relative;
	display: inline-block;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 25px;
	cursor: default;
	font-size: 1rem;
}

#newsearch h2 .help-tip {
	right: -8px;
}
#site-navigator li {
	position:relative;
}

#site-navigator li .help-tip {
	top: 15px;
	right: 15%;
}
.col-1 h2 .help-tip {
	top: 0px;
    right: 40%;
}
.questionmark {
	display:inline-block;
	text-align:center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 26px;
    cursor: default;
}
.questionmark:before,
.help-tip:before {
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p {
    display:block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p {    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px !important;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
	line-height: 1.4;
	z-index: 999;
}

#newsearch h2 .help-tip p {
	width: 200px;
}

.help-tip p:before { /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after { /* Prevents the tooltip from being hidden */
    width:100%;
    height: 0;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/* Sidebar effect */

#left-content-wrapper {
  height: auto;
  width: 20%;
  z-index: 1;
  overflow-x: hidden;
  transition: 0.5s;
  background: #ddd;
  border-top:solid 1px #fff;
  float: left;
}

#left-content-wrapper .closebtn {
  float: right;
  font-size: 23px;
  margin:0;
  color: #fff;
  text-decoration:none;
  display:block;
  padding: 10px 15px;
  background: #a40000;
 
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  /*background-image: linear-gradient(to bottom right, #073a62, #00599b);*/
  background-color: #073a62;
  color: white;
  padding: 10px 15px;
  border: none;
  margin: 1px;
  vertical-align:top;

}

.openbtn:hover {
  background-color: #444;
}

#content-area-container {
  transition: margin-left .5s;
  min-height:100vh;
  background: #fff;
  float:left;
  width: 80%;
}



#searchbox
{
	border-radius: 5px;
	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: #fff;
	background: #063a62;
	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
{
	font-size: 0pt;
	background:  url(images/simple_search.png) top no-repeat;
	color: #063a62;
	height:26px;
	width: 25px;
	font-weight:bold;
	margin: 0 0 0 -2px;
	padding:0;
	border:none;
	vertical-align:top
}
.search {
	width: 515px;
	font-size: 12px;
	float: left;
}
.search table {
	width: 100%;
}

.search select {
	width: 266px;
}
.text-input {
	width: 246px;
	border:solid 1px #CCC;
	padding:10px;
	font-size: 14px;
}
.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
}
#other-links thead,
#db-picker-table thead
{
	font-size: 18px;
	font-weight: bold;
	color: #073a62;
	padding: 0;
	display:block;
	margin:10px 5px 2px 5px;
	border-bottom:solid 1px #073a62;

}
#other-links-ul,
#db-picker-ul
{
	list-style:none;
	font-size: 14px;
	color: #4D4D4D;
	margin: 1px 0 0 0;
	padding: 0;
	border: none 0;
}
#other-links-ul li,
#db-picker-ul li
{
	font-weight: bold;
	display:block;
		padding:4px;
	margin:0 0 2px 0;
	border-bottom: solid 1px #ddd;
}
#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
{
	color: #00599B;
	font-weight:bold;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
}
#other-links-ul a:hover,
#db-picker-ul a:hover
{
	text-decoration: underline !important;
	color: #00599B;
}
#other-links-ul ul {
	padding:0 0 0 20px;
}

/*** TOC entry/ style for apps (non-websearch database)*/
.toc {}

.toc-path {
	font-size:10pt;
    font-weight: bold;
    list-style: none;
}
.toc-item-header {
	color: #293370;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
	margin-left:50px;
	list-style: url(images/contents.png);
 }
.toc-item-header a {
	text-decoration:none;
 }
 
.toc-item {
    font-size: 10pt;
    font-weight: bold;
    list-style: url(images/doc.png);
	padding-top:2px;
}
.toc-item a {
	color: #293370;
	text-decoration:none;
}
.toc-item a:hover {
    color: blue;
}
.item-descr {
	margin:0;
	padding:1mm 0;
	font-weight:normal;
	line-height:1.2;
}
.space-img {
	padding-left:2cm;
}

.app-video-containter {
	width: 93vw;
	max-width: -webkit-fill-available;
}

.app-video-containter h3 {
	padding: 15px 15px 15px 25px;
	margin: 0;
	font-size: 1.3em;
}

/*** WebSearch score */
.ws-score
{
	
	font-size: 9pt;
	color: red;
}
/*** search form: field with focus */
.field-focused 
{
    background-color: #EFEFEF;
}

/*** search form: field without focus */
.field-blurred 
{
    background-color: White;
}

/*** word wheel */
.word-wheel
{
    position: absolute;
    background-color: lightyellow;
}

/*** word wheel: selectable word */
.words-select
{
    min-width: 100px;
}

.words-select:hover 
{
	background: #EFEFEF;
    color: #005DAB;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more 
{
	background: #0043b2;
	font-weight: bold;
    color: White;
    text-align: center;
}

.words-more:hover
{
    cursor: pointer;
    text-align: center;
	background: #0043b2;
	font-weight: bold;
	color: yellow;
}

/*** |< < [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 
{
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table 
{
    border-width: 0;
    border-spacing: 0;
    padding: 0;
	margin: 0;
}

.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-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n
{
    
    font-size: 10pt;
}

/*** hit navigation: m */
.hit-nav-text-m
{
    
    font-size: 10pt;
}

/***  results page navigation */
.res-nav 
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.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-size: 10pt;
}

/*** result page navigation text */
.res-nav-text
{
    
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n
{
    
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m
{
    
    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 
{
    display: inline;
    background-color: lightgray;
    color: black;
    vertical-align: top;
    
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav , .page-hit-nav
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.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-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text
{
    
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n
{
    
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m
{
    
    font-size: 10pt;
}

/*** search form field error message box */
.field-error
{
    
    font-size: 10pt;
    color: Red;
}

#toggle_fields {
	display:block;
	width: 120px;
	text-align:center;
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #0043b2;
	border:solid 2px #0043b2;
	border-radius: 5px;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
	
}

/*** document fields */
.field_table
{
    display: none;
	border-top:solid 1px #ccc;
	border-left: solid 1px #ccc;
	width:100%;
	margin:5px 0;
}
.field_table td {
	padding:3px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
}

/*** shopw/hide fields control */
.toggle-fields
{
    
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
	border: solid 1px gray;
	border-radius: 5px;
}

#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 {
}
.hitbox {
	font-size: 12px;
	margin:0 3px 6px 3px;
}
.numhits {
	background:#0043b2;
	width:20px;
	color:#fff;
	text-align:center;
}
.sresults {
	float:left;
	padding: 5px;
	font-weight: bold;
	border-bottom: solid 1px #e0dfdf
}
.empname {
	background:#e1e5ee;
	width:90px;
}
.effdate a,
.empname a {
	color:#333;
}
.effdate {
	background:#e1e5ee;
	width: 690px;
}
.expdate {
	background:#e1e5ee;
	width: 90px;
}
.hic {
	padding: 5px 5px 5px 30px;
	background:#f8f6f6;

}

.hitbox_header {
	font-size: 12px;
	margin:3px 3px -2px 3px;
}
.sresults_header {
	font-weight: bold;
	border-bottom: solid 5px #CCCCCC;
	background:#e0dfdf;
}
.numhits_header {
	width:20px;
	text-align:center;
	float:left;
	padding: 5px;
	background:#e0dfdf;
	border-bottom: solid 5px #CCCCCC;
}
.empname_header {
	background:#e0dfdf;
	width:90px;
	float:left;
	padding: 5px;
	border-bottom: solid 5px #CCCCCC;
}
.empname_header a {
	color:#333;
}
.effdate_header {
	background:#e0dfdf;
	width: 690px;
	float:left;
	padding: 5px;
	border-bottom: solid 5px #CCCCCC;
}
.expdate_header {
	background:#e0dfdf;
	width: 90px;
	float:left;
	padding: 5px;
	border-bottom: solid 5px #CCCCCC;
}
.hic_header {
	padding: 5px 5px 5px 30px;
	background:#f8f6f6;

}
.query-results,
.results-header-fieldname {
	font-weight:bold;
}
.results-header-fieldname {
	width: 70px;
}

.results-header-fieldname {font-weight: bold;}

.clear {
	clear: both;
}
#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#0043b2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#function-selector span {
	text-decoration:underline;
}
.search-history-box {
	max-height:500px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table.search-history {
	font-size: 11px;
	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: 12px;
	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;
		z-index:990
	
}
.advanced-search {
	
	padding: 5px 0;

}
.advanced-search table td {
	padding:1px 2px;
}
.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%;
}
#users table td {
}
#page-navigation-bottom {
	display:none;
}

#page-navigation-top {
	display:none;
	
}

.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}
#content-area {
	padding:5px 5px 60px 5px;
	font-size:12px;
}
.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;
}

#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#0043b2;
}
.content-footer-widget-bar-center-cell {width:33%;}
.content-footer-widget-bar-left-cell {width:33%;}
.content-footer-widget-bar-right-cell {width:33%;}


#PageContent {
	padding:20px;
}
#PageContent h1 {
	color: #5B5B5B;
	font-size: 18px;
	text-transform: uppercase;
}
#PageContent h2 {
	color: #eabd48;
	font-size: 16px;
	text-transform: uppercase;
}
.hometable {
	width: 100%;
	margin-left: 20px;
}
.colhead {
	color: #fff;
	background-color: rgb(192,192,192);
}
.hometable td {
	border-bottom: 1px dotted rgba(211,211,211);
	padding:5px;
}
.hometable th {
	padding: 5px;
	font-weight: 500;
	font-size: 1rem;
}
.hometable a {
	color:#115678;
	text-decoration: none;
 }

#content-area h2 {
	color: #0043b2;
	font-size: 18px;
	padding:0 10px;
}
.search-button {
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #0043b2;
	border:solid 2px #0043b2;
	border-radius: 5px;
	font-weight:bold;
	margin: 5px 0 5px 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;
}
.registration-dialog-label {text-align:right;}
.character-multiselection {
	width:266px;
}

.results-table {clear:both;}

#excel-download,
#refine-search {
	width: 50px;
	float:right;
}
#results-summary table {
	width: 200px;
	float:left;
	text-align:left;
}

#search-hints {
	display:none;
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size: 14px;
	padding: 0 5px;
	color:#0043B2;
	text-decoration:underline;
	margin-top:-70px;
}
#search-hints-dialog.popup-dialog,
.ui-dialog-content,
.ui-widget-content {
	font-size:12px;
	max-width:600px;
	margin:0 !important;
}

.newhints {
	float: right;
	margin-top: -720px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-right: -300px;
	z-index:999

}


#newhintsBox {
	position: absolute;
	top: 10vh;
	left: 20vw;
	width: 60vw;
	height: 80vh;
	overflow:scroll;
	margin: auto;
	border: solid 1px #333;
	background: #fff;
	padding: 20px;
	z-index:999;
	box-shadow: 0 0 8px #333;
	font-size: 1.3em;
	filter: blur(0px) !important;
}

#hints-close {
	width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
	color: red;
	text-decoration:none;
	float:right;
	position: absolute;
	top: 0;
	right: 0;
	text-align:right;
	padding: 20px;
}


#hints-close:before {
    content: "X";
    color: #fff;
	background:red;
	padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
	margin-right: 5px;
}
#newhintsBox h2 {
	padding: 0;
	text-align:center;
}

#newhintsBox img {
	max-width: 100%;
}

#newhintsBox .yellow {
	background-color: yellow;
}

#helpdiv h3 {
	border-bottom: solid 1px #000;
	padding:3px 0;
}
#helpdiv p {
	padding: 0 10px;
}
#helpdiv li a {
	color: #00599B;
}
#content-area #helpdiv h2 {
	padding:0;
	color:#00599B;
}
#helpdiv {
	padding:5px;
}
.results-table td {
}
.result {
	margin-bottom:5px;
	clear:both;
	background:url(images/resultbg.gif) repeat-x;
}
.results-container {
	background:url(images/resulthead-bg.gif) repeat-x;
}

.result-even {
}
.resultdiv {
	float:left;
	padding:4px 10px;
	height:30px;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 168px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 10px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 168px;
}

.results-col-1 {
	min-width:40px !important;
	width:40px !important;
	background:#063a62;
	color:#fff;
	text-align:center;
	padding:4px 3px;
}
#vis_hdr_results_calc-nhits.results-col-1 {
	background:#666;
}
.results-col-2 {
	width:160px;
}
.results-col-3 {
}
.results-col-4 {
	width:80px;
}
.results-col-7 {
	width:90px;
}
.results-col-10 {
	width:400px;
}
#wshic-container {
	width:800px;
	float:none;
	clear:both;
	min-height:50px;
	padding:5px 0;
}
.results-container {
	clear:both;
}
#vis_hdr_results_title,
#vis_results_title {
	width:770px;
}
#excel-download {
	margin-bottom: 10px;
}
.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;
}

.fieldname-header .results-col-4 {
	margin-left:26px;
}

/*** Styles within the bottom-widget-bar-container */
#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%;
}

/* 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: 75%;
	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(40% - 40px);
	padding: 0 20px;
	height: 100px;
	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: #085c79;
}

.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: #085c79;
	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;
}

main.home form#search-archives button:hover {
    background:#427c99
}

#aSearchLink {
	color: #a40000;
}

#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	margin: 20px auto;
	padding: 20px 0;
}

.column {
	float:left;
}

#homeFold .column {
	width: 50%;
}

.sidebarHead {
	display: block;
	font-weight: bold;
	padding: 20px 0 10px 20px;
	color: #082e43;
	font-size: 24px;
	margin: 0;
}

.sidebarList {
	list-style: square;
	margin: 0;
}

.sidebarList li {
	padding: 5px 0;
	color: #333;
	font-size: 16px;
}

.sidebarList li a {
	padding: 5px 0;
	line-height: 1;
	color: #115678;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	text-decoration:none;
}

#db-list-wrapper.column {
	width: 90%;
	max-width: 620px;
}

#helplinks {
	list-style:none;
	padding: 0 0 0 10px;
	line-height: 1.5em;
}

#helplinks a {
	font-size: 14px;
	text-decoration:none;
	color: #333;
}
#helplinks a:hover {
	text-decoration: underline;
}

.clearall {
	background:red !important; 
	border: solid 1px maroon !important;
	display: block;
	width: 125px;
	margin: 0 auto;
}


@media only screen and (max-width: 600px) {
	#DOT-OTHER.db_buttons_child,
	#db_buttons a {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
	

	
	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
	}
	
	.bottom-widget-bar {
		display:none;
	}
	#content-wrapper {
		min-width:0px !important;
	}
	.horizontalAD,
	main.home {
		height:auto;
	}
	#left-widget-bar-container {
		z-index:999;
	}
	.db_buttons_child span {
		z-index:900;
	}
	
	.newhints {
	float: right;
	margin-right: 0;
	margin-top: -600px;

}
	
}