/*** 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;
}@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1rem;
	border-top: solid 9px;
	background:#ededed url(images/bodybg.gif) repeat-x fixed;
	overflow:auto; 
}
table {
	border-spacing:0px;
}
img {
	border:none;
}
a {
	color:#00F;
}

#page-wrapper {
	width: 98vw;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}
.right-aligned {
	text-align:right;
}

#top-widget-bar-container {
}

#site-navigator-container {
}

#content-wrapper {
	margin:0;
	background:#004A8C;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: flex;
	flex-wrap: nowrap;
}
#left-content-wrapper {
	flex: 23%;
	background:#004A8C;
	color:#fff;
}
#content-area-container {
	flex: 77%;
	min-height:600px;
	background-color:white;
}
#content-area {
    padding: 0 20px;
}

#bottom-widget-bar-container {
	height:50px;
}

.top-widget-bar-left-cell {
	width: 100%;
}

#title h1 {
    margin: 0;
	padding: 0 0 0 10px;
	color:#3194C6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7rem;
}

/*** login dialog */
.login {
	width: 400px;
	margin: 0 auto;
	padding:10px;
	background:#efefef;
	border: solid 1px #000;
}
.forgot-password-row,
.user-registration-row {
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}

/*** Quick/mini Search at the top widget */
#quicksearch {
	float:right;
	margin-top:2px;
	margin-left:130px;
	margin-bottom:5px;
}	

#quicksearch-input {	
	font-size: 10pt;
	color:black;
	background:#EDEDED;
	padding: 2px 0 2px 5px;
	border:solid 1px #3B5998;
	margin: 5px 0 0 0;
	border-radius: 5px;
	height:19px;
	width:150px;
}	

#quicksearch-button {
	font-size: 12px;
	padding: 2px 2px;
	color: white;
	background: #CCCCCC;
	border:none;
	border-radius: 3px;
	font-weight:bold;
	margin-top:3px;
	text-transform:uppercase;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
	padding: 0 0 8px 0;
}

.site-navigator-table tbody tr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

/*** site navigator cell */
.site-navigator-cell {}
.site-navigator-cell div {
	padding:5px 0 0 0
}

/*** inactive site navigator cell */
.site-navigator-inactive {
    background-color: inherit;
    border: none 0;
}

/*** active site navigator cell */
.site-navigator-active {
	font-size: 1.3rem;
	font-weight:bold;
    border: none 0;
    background-color: inherit;
	text-decoration:underline;
}

/*** navigation link */
.nav-link {}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: white;
	font-weight:bold;
	font-size: 1.3rem;
}

a.nav-link:hover {
    color: white;
	text-decoration:underline;
}

/* Homepage */

#PageContent {
	display: flex;
	flex-direction: column;
}

#PageContent h1 {
	padding: 0;
	font-size: 1.7rem;
	text-transform: uppercase;
}

#content-area h2 {
	color: #000;
	margin:0;
	padding:0;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.hometable {
	margin: 0 auto;
	width: 98%;
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
}
.colhead {
	color: white;
	background-color: #005DAB;
	font-weight: bold;
}
.hometable td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding:5px;
}
.hometable th {
	padding:5px;
}
.hometable a {
	color:#005DAB;
}
.homelist {
}
.homelist a {
	color:#005DAB;
}

/* Database Picker */

#other-links,
#subm-widget-label-container table {
	width: 100%;
}

#db-picker-label,
#subm-widget-label,
#other-links thead,
#db-picker-table thead {
	color: #fff;
	font-size: 1.3rem;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
	border-bottom: dashed 1px #EB3B36;
	display:block;
}

#other-links-ul,
#db-picker-ul,
#subm-widget ul {
	color: #fff;
	margin: 1px 0 0 0;
	padding:0 0 0 5px;
	border: none 0;
	list-style-type: none;
	list-style-position:inside;
}

#other-links-ul li,
#db-picker-ul li, 
#subm-widget ul li {
	color:#fff;
	margin:0 0 2px 0;
	padding:4px;
}

#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 ul li a, #subm-widget ul a:visited, #subm-widget ul a:active
{
	color: #fff;
	margin:1px 0;
	text-decoration:none !important;
	display:block;
}

#db-picker-ul li span.selected-database {
	color:#fff;
	text-decoration:underline;
}

#other-links-ul a:hover,
#db-picker-ul a:hover,
#subm-widget ul li a:hover {
	text-decoration: underline !important;
}

/*** toc/results navigation ***/
.trn-nav {
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}
.trn-nav table {
    padding: 0;
	margin: 0;
}

/***  results page navigation */
.res-nav {
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

/***  multi-file doc page */
.page {}

/*** multi-file doc page number */
.pageno {
    display: inline;
    background-color: lightgray;
}

/***  multi-file doc page navigation */
.page-nav , .page-hit-nav {
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

/*** show/hide fields control */
.toggle-fields {}
#toggle_fields {
	color: white;
	font-weight:bold;
	text-align:center;
	width: 160px;
	margin: 0;
	padding: 2px 5px;
	border:solid 2px #0043b2;
	border-radius: 5px;
	background: #0043b2;
	display:block;
	text-transform:uppercase;	
}

/*** document fields */
table.field_table {
	font-size: 10pt;
	background-color: #FAFAFA;
	width:100%;
	margin-bottom: 2px;
}

#document {
	margin-top: 1mm;
}

/*** hit in context */
.wshic {
	background: yellow;
	padding: 0 1mm 0 1mm;
}

/*** search form: field with focus */
.field-focused {
    background-color: #EFEFEF;
}

/*** Search Page and Word Wheel ***/
.search {
	padding:6px 0;
}
.advanced-search {
	width: 500px;
	padding: 5px 0;

}
.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
}
.text-input {
	width: 150px;
	border: solid 1px #CCC;
	padding: 2px;
}
.character-multiselection {
	max-width: 566px;
}
.advanced-search table td {
	padding:1px 2px;
}
#search-hints {
	width: 200px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 0 5px;
	text-decoration: underline;
	margin-top: -20px;
}
#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:150px;
	left:50%;
	margin-left:230px;
	border-radius: 3px;
}
#function-selector {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding:3px 0;
	background:#0043b2;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#function-selector table {
	width:100%;
}
#function-selector span {
	text-decoration:underline;
}
#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}
#select-word-wheel {
	display:block;
	text-align:center;
}
.search-history-box {
	max-height:380px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table.search-history {
	width:100%;
}
td.search-history-timestamp {}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-item {
	width: 90%;
}
.search-history-item a {
	color: #333;
	text-decoration:none;
	font-size:9pt;
}
.search-history-item a:hover {
	text-decoration:underline;
}
.search-history-odd {
	border-top: solid 1px #333;
}
#words {
	padding:5px 0;
	width:100%;
}
/*** word wheel: selectable word */
.words-select {}
.words-select:hover {
	background: #EFEFEF;
    color: #005DAB;
}

/*** word wheel: "more" box */
.words-more {
	background: #0043b2;
	font-weight: bold;
}

.words-more:hover {
	background: #0043b2;
	font-weight: bold;
}

/* Results Formatting */

#results-wrapper {
	font-size: .9rem;
}

#results-summary table {
	width:90%;
}
.query-results {
	font-weight:bold;
	text-align:left;
}

.results-header-fieldname {
	font-weight:bold;
	text-align: left;
	width:150px;
}
#excel-download,
#refine-search {
	width: 30px;
	float:right;
}
.result {
	margin-bottom:5px;
	clear:both;
	background:url(images/resultbg.gif) repeat-x;
}
.results-container {
	clear:both;
	background:url(images/resulthead-bg.gif) repeat-x;
}
.result-even {}
.resultdiv {
	float:left;
	padding:4px 12px;
	min-height:36px;
	height:auto;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 167px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 12px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 167px;
}
.results-col-1 {
	width:34px !important;
	background:#063a62;
	color:#fff;
	text-align:center;
	padding:4px 3px;
}
#vis_hdr_results_calc-nhits.results-col-1 {
	background:#666;
}
#wshic-container {
	width:800px;
	float:none;
	clear:both;
	min-height:50px;
	padding:5px 0;
}
.results-container {
	clear:both;
}
.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;
}
#vis_results_title,
#vis_hdr_results_title {
	width:575px;
}
#vis_hdr_results_effective_date, #vis_results_effective_date,
#vis_hdr_results_expiration_date, #vis_results_expiration_date {
	width: 105px;	
}
#vis_hdr_results_date,
#vis_results_date {
	width:80px;
}
#vis_hdr_results_case_number,
#vis_results_case_number {
	width: 150px;
}
#vis_hdr_results_council,
#vis_results_council {
	width:105px;
}
#vis_hdr_results_parties,
#vis_results_parties {
	width:489px;
}
#vis_hdr_results_agency,
#vis_results_agency {
	width:469px;
}
#vis_hdr_results_local,
#vis_results_local {
	width:80px;
}
#vis_hdr_results_local_number,
#vis_results_local_number {
	width:80px;
}
#vis_hdr_results_arbitrator,
#vis_results_arbitrator {
	width:219px;
}
#vis_hdr_results_outcome,
#vis_results_outcome {
	width:219px;
}
#vis_hdr_results_state,
#vis_results_state {
	width: 60px;
}
#vis_hdr_results_type_of_document,
#vis_results_type_of_document,
#vis_hdr_results_departmentagency,
#vis_results_departmentagency {
	width:180px;
}
#vis_hdr_results_location, #vis_results_location {
	width:120px;
}
#vis_hdr_results_name, #vis_results_name {
	width:340px;
}
/* Document Nav Styles */
.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
#vis_hdr_results_description, #vis_results_description {
	width: 66%;
}

#users {
	margin:-25px 0 0 -10px;
	font-size: .9rem;
}

.user-table table {
    width: 100%;
	font-size: .8rem;
}

.users-fullname {
    width: auto;
	max-width: fit-content;
	white-space: normal;
}

.users-email {
    width: auto;
	max-width: fit-content;
	white-space: normal;
}

/*** field set (preferences) */
.database-preferences {
	font-size:10pt;
	font-weight:bold;
	margin:-25px 0 0 -10px;
}
.pref-fieldset {
	width:95%;
    background:#FAFAFA;
    border: solid 1px #666;
	margin-left: 0;
}

.pref-fieldset legend {
    background-color: #D6D6D6;
    color: #333;
    border:none 0;
}

.account-settings {font-weight:bold;
}

#update {color:black;
}

.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}
#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#060;
}
.content-footer-widget-bar {width: 100%;}
.content-footer-widget-bar-center-cell {width:33%;}
.content-footer-widget-bar-left-cell {width:34%;}
.content-footer-widget-bar-right-cell {width:33%;}

/*** Styles within the bottom-widget-bar-container */
#bottom-widget-bar-container p {
	padding:0 10px;
}
#bottom-widget-bar-container p, 
#bottom-widget-bar-container a {
	color:#333;
	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%;
}

.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;
}

/* 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;
}
