/*** 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;
}html, body, #page-wrapper {
	margin: 0;
	padding: 0;
    width: 100%;
	min-height: 100%;
}

body {
	font-family: "Avenir W01", Arial, Helvetica, sans-serif;
	font-size: 1rem;
}

h2 {
    margin: 0;
    font-size: 2rem;
}

table {
	border-spacing: 0px;
}

td {
	padding: 0;
}

a {
    color: #276ab1;
	text-decoration: none;
}

img {
	border: none;
}

#page-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#top-widget-bar-container {
    width: 99%;
}

#site-navigator-container {
	width: 100%;
	font-size: 1.1rem;
}

#content-wrapper {
	width: 100vw;
	min-height: 600px;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #ffffff;
}

#left-content-wrapper {
	width: 25vw;
	max-width: 298px;
    /**
	min-width: 175px;
    */
	padding: 0;
    border-right:1px solid #dfdfdf;
}

#left-content-wrapper a {
	color: #605d5d;
}

#left-content-wrapper a:hover {
	color: #000;
}

#content-area-container {
    width: 70vw;
	background: #fff;
	border-top-right-radius: 5px;
    padding-left: 10px;
}

#bottom-widget-bar-container {
	height: 100px;
	width: 100%;
    background: #fff;
    border-top: 1px solid #dfdfdf;
}

#logo-img {
    width: 15vw;
    max-width: 100px;
    padding: 4px 0;  
}

#logo-banner-img {
    width: 30vw;
    min-width: 300px;
}

#content-area {
    margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
}

#content-area h2, #content-area form {
	flex-basis: 100%;
    margin: 0 0 15px 0;
    color: #000;

}

/**
#content-area form {
	padding: 15px;
	border: solid 1px #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, .32);
	background: #efefef;
}
*/

#content-area form table tbody tr td {
    padding-right: 2px;
 
}

/* Input, Select, and Button Styles */

input, select, button[type=submit], button#new-user {
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    padding: 8px;
    margin: 4px 0;
}

.text-input, .login input[type=text], .login input[type=password] {
    width: 100%;
}

.search-form-field .text-input {
    width: 24vw;
}

.character-multiselection {
    width: 25vw;
	height: auto;
}

.login button {
    padding: 6px 50px;
    background-color: #c1c1c1;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 1.2rem;
}

.search-button {
    background: #c1c1c1;
    font-family: Oswald, sans-serif;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    background-clip: padding-box;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    outline: none;
    border: none;
    width: 110px;
}

.login button:hover, .search-button:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-image: -webkit-linear-gradient(top,#f9f9f9,#f1f1f1);
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    color: #222;
}

.document-control-group input[type=text] {
    border-radius: 0px;
    padding: 0;
    margin-top: 2px;
}

/* Login Page */

.login {
    margin: 20px auto;
    width:50vw;
	max-width: 500px;
    border: none;
}

.login table {
	padding: 20px 10px;
    font-size: 1.2rem;
}

.user-registration-row, .forgot-password-row {
    color: #06C;
    text-align: center;
}

.content-header-widget-bar-center-cell {
	padding: 0;
}


.content-header-widget-bar-center-cell .centered table {
    margin: 0 auto;
}

.widgets-content-header h2 {
    margin-bottom: 27.5px;
	color: #022C66;
	font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 65px;
    text-transform: uppercase;
}

.widgets-content-header h3 {
    color: #a40000;
	font-size: 1.8rem;
    font-weight: 600;
}

/* Site Top Navigation */

.site-navigator-table > tbody > tr {
	display: flex;
	flex-flow: row wrap;
    justify-content: space-around;
}

/*
.site-navigator-table td.site-navigator-cell {
	flex-basis: 10%;
}
*/

.site-navigator-table td {
	padding: 0 3px;	
}

.site-navigator-inactive, .site-navigator-active {
    background-color: inherit;
    border: none;
    /*
	font-size: 2vw;
    */
    font-weight: 600;
}

.site-navigator-active {
    color: #696d70;
    text-transform: uppercase;
}

.site-navigator-active #active-page-title {
    border-bottom: 6px solid white;
}

.site-navigator-image {
	display: none;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: #000;
    text-transform: uppercase;
}

a.nav-link:hover {
    color: #696d70;
}

.sidebar a:hover, #search-hints:hover, .app-list a:hover {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* Left Sidebar */

#db-picker-label, #useful-widget-label, #subm-widget-label {
    font-size: 1.5rem;
	font-weight: 600;
}

.sidebar, .app {
    font-size: 1.2rem;
}

.sidebar ul, #db-picker-table ul, ul.app-list {
	list-style: square;
}

.sidebar .selected-database {
	color: #000;
}

/* Homepage */
#PageContent {
	width: 100%;
}

.homebox {
}

.homebox p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.2rem;
}

.homebox table {
	width: 96%;
	margin: 0 0 20px 0;
}

.colhead {
	color: #fff;
	background-color: rgb(192,192,192);
}

.homebox table td {
	border-bottom: 1px dotted rgba(211,211,211);
	padding:5px;
}

.homebox table th {
	padding:5px;
	font-weight: 500;
	font-size: 1.2rem;
}

.homebox ul {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: inside none;
}
 
.homebox li {
	margin: 0;
    /*
	padding: 5px; */
}

.homebox table a,
.homelist a {
	color: #605d5d;
    /*
	font-size: 1.2rem;
	font-weight: 600;
    */
}

.homebox table a:hover,
.homelist a:hover {
    text-decoration: underline;
}

/* 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 h3,
#content-area main h3 {
    font-size: 2.6vw;
    color: #000;
    font-weight:600;
	margin: 30px 0 20px 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:#605d5d;
	text-decoration:none;
	font-weight:bold;
}
#aSearchLink:hover,
#aTOCLink:hover {
    color:#000;
	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(30% - 40px);
	padding: 0 20px;
	height: 80px;
	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: #000;
}

.db_buttons_child span {
	text-align:center;
}

.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: #808080;
	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;
}

#homeFold .column {
	width: calc(50% - 20px);
	margin-right: 20px;
}

.foldList {
	list-style:none;
	margin: 0;
	padding: 0;
}

.foldList li {
	padding: 0 0 6px 0;
}


.foldHead {
	font-weight:bold;
}

.foldList a {
	color:#605d5d;
	text-decoration:none;
}

.foldList a:hover {
    color: #000;
	text-decoration: underline;
}

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
}

/* Search Page */

#search-hints {
    width: 100%;
    margin-left: 65%;
    color: #276ab1;
	font-size: 1.2rem;
    font-weight: 500;
}

.help-text {
    width: 35vw;
    font-size: 1rem;
}

.search {
    width: 62%;
    padding: 8px 12px 12px 12px;
}

.advanced-search {
    padding: 5px;
}

.search-form-fieldname {
    text-align: right !important;
    padding-right: 5px;
    color: #605d5d;
    font-weight: 600;
}

#search-support {
    width: 30%;
	margin: 8px 0 0 0;
    display: flex;
    flex-direction: column;
}

#function-selector {
	padding: 1px;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    background: #c1c1c1;
}

#function-selector table {
	width:100%;
}

#function-selector span {
	padding: 1px;
	text-decoration:underline;
}

#search-history, #word-wheel {
    font-size: 1rem;
}

#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;
	background-color: #eee;
	overflow-x: hidden;
	overflow-y: scroll;
}

.search-history td {
    font-family: inherit;
    font-size: .8rem;
}

#words {
    width: 100%;
}

.words-more {
    background-color: #276ab1;
}


/* Results Page */

#excel-download,
#refine-search {

}

.results-header-fieldname {
    padding-right: 4px;
}

.results-container {
	display:flex;
	flex-wrap: wrap;
	margin-top: 30px;
	font-size: .90rem;
    width: 100%;
    /* 
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, .32);
    */
}

.result a {
	display:flex;
	flex-wrap: wrap;
	color:inherit;
}

.result a:hover {
	background:#ebffff !important;
}

.fieldname-header, .resultdiv {
    padding: 6px 10px;
	box-sizing: border-box;
	flex: 1;
	height: auto;
	overflow: auto;
    border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #fff;
}

.results-col-1 {
	flex: .25;
    min-width: 40px;
    max-width: 65px;
	background: #063a62;
	color: #fff;
	text-align: center;
}

.fieldname-header {
	background: #aaa;
	color: #fff;
    font-weight: bold;
    overflow: hidden;
}

.resultdiv {
	background: #e1e5ee;
	color: #231f20;
    vertical-align: middle;
}

#vis_hdr_results_state, #vis_results_state {
    max-width: 60px;
}

#vis_hdr_results_expiration_date, #vis_results_expiration_date {
    max-width: 130px;
}

#vis_hdr_results_unit_type, #vis_results_unit_type {
    max-width: 160px;
}

#vis_hdr_results_title, #vis_results_title {
    flex-basis: 42%;
}


#wshic-container {
	padding: 2px 0px 30px 0px;
    border-bottom: solid 1px #ccc;
	flex: 100%;
	min-width: 400px;
    font-size: .9rem !important;
}

/*** hit in context */
.wshic
{
	font-weight: normal;
	background: cyan;
	padding: 0 1mm;
	border-radius: 5px;
}

.content-footer-widget-bar-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px;
}

.content-footer-widget-bar-row td {
    
}

.back-to-top-img {
    width: 32px;
    height: 32px;
    position: relative; /* very important */
}

/* stack images one behind other */
.back-to-top-img a > img.top {
    position: absolute;
    z-index: 10;
}

.back-to-top-img a > img.bottom {
    position: relative;
    z-index: 9;
}

.back-to-top-img a > img.top:hover {
    cursor: pointer;
    opacity: 0.1; /* make top image go invisisble  */
    filter: alpha(opacity=10);
    -webkit-opacity: 0.;
    -moz-opacity: 0.1;
}

.user-table-filter table, .user-table table, .db-usage-report img {
    width: 100%;
}

.user-table-filter {
    background: #fff;
   
}

.user-table table {
    font-size: .9rem;
}

.user-table thead {
    background: #276ab1 !important;
    font-weight: 500 !important;
}

.user-table .sort {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: .9rem;
    
}

.user-table-filter input {
    width: 90%;
}

.user-table-filter select, .user-table-filter button {
    width: 99%;
}

.user-table-filter div.centered {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.user-table-filter .alphasel {
    margin: 2px;
    flex-basis: 3.2%;
    color: #276ab1;
}

.user-table-filter .alphasel:hover {
    background-color: #276ab1;
    color: #fff;
}

.user-table-filter .alpha {
    background: #276ab1;
    font-weight: normal;
    margin: 2px;
    flex-basis: 3.3%;
}


.db-usage-report img {
    min-width: 535px;
    height: 100%;
}

.pref-fieldset {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    border: solid 1px #999;
    background: #fff;
}

.pref-fieldset legend {
    border: solid 1px #999;
    background: #999;
}


.bottom-widget-bar-center-cell .centered > table {
    width: 100%;
    font-size: .9rem;
}

.bottom-widget-bar-center-cell .centered > table a {
    color: #999;
    text-decoration: underline;
}

.app-list {
}

.app-list li {
	padding-bottom: 20px;
    color: #333;
}

.app-list li ul li {
	padding: 4px 0;
	font-weight: 500;
}

.app-list a {
	color: #276ab1;
	text-decoration: none;
}

.app-list a:hover {
}
.app-list span {
	padding: 0 4px;
	color: #464545;
	font-style: italic;
}

/* tooltip */

.help-tip {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 25px;
	cursor: default;
}

#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;
    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: 1;
}

#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:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}

/** Responsive

@media (max-width: 1400px) {
    
    #site-navigator-container {
        padding-top: 60px;
    }
    
    #content-area-container, #page-navigation-bottom  {
        width: 65vw !important;
    }
    
    #search-support {
        width: 33%;
    }
	    
}

@media (max-width: 1229px) {
    
    #site-navigator-container {
        padding-top: 55px;
    }
    
    #content-area-container, #page-navigation-bottom {
        width: 70vw !important;
    }
    
}

@media (max-width: 1141px) {

    #content-area-container, #page-navigation-bottom  {
        width: 71vw !important;
    }
    
    #search-support {
        width: 34%;
    }
    
}

@media (max-width: 1052px) {
    
    #logo-img {
        min-width: 250px;

    }
    
    #site-navigator-container {
        padding-top: 0;
    }
    
    #content-area-container,  #page-navigation-bottom {
        width: 72vw !important;
    }
    
}

@media (max-width: 937px) {

    #site-navigator-container {
        width: 100%;
    }
    
}

@media (max-width: 832px) {

    #content-area-container, #page-navigation-bottom {
        width: 76vw !important;
    }
    
}


@media (max-width: 799px) {
    
    #content-area-container, #page-navigation-bottom {
        width: 70vw !important;
    }
    
    .search {
        width: 60%;
    }
    .advanced-search {
        padding: 0;
    }
    
    .search-history-box {
        max-height: 300px;
    }
    
    #bottom-widget-bar-container {
        height: auto;
    }
    
}

@media (max-width: 640px) {

    #content-area-container, #page-navigation-bottom {
        width: 68vw !important;
    }
    
    .search {
        width: 100%;
    }
    
    #search-support, .search-history-box {
        width: 100%;
    }
    
    .search-history-box {
        max-height: 180px;
    }

}
    

html, body, #page-wrapper, #content-wrapper {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
}

a {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
    font-size: 70px;
    font-weight: lighter;
}

h3 {
	width: 100%;
	margin-top: 0;
	font-size: 40px;
	text-align: center;
}

td {
	padding: 0;
}

#page-wrapper {
    display: flex;
    flex-direction: column;
}

#top-widget-bar-container {
	background-color: #314353;
}

#site-navigator-container {
}

#content-wrapper {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
}

#left-content-wrapper {
	flex-basis: 20%;
	min-width: 190px;
}

#content-area-container {
	flex-basis: 75%;
	flex-grow: 1;
}

#content-area {
	display: flex;
	flex-wrap: wrap;
}

#content-area h2 {
	width: 100%;
}

#right-widget-bar-container {
	display: none;
}

#bottom-widget-bar-container {
	background-color: #1A2732;
}

#logo {
	border-right: 1px dotted white;
}

#logo-img {
	width: 20vw;
	max-width: 310px;
	min-width: 225px;
}

.site-navigator-table {
	width: 72%;
	position: absolute;
	top: 50px;
	right: 0;
}

.site-navigator-table tr {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.site-navigator-table td {
	padding-top: 0;	
	padding-bottom: 0;	
}

.site-navigator-cell {
	flex-basis: 10%;
}

.site-navigator-inactive, .site-navigator-active {
    background-color: inherit;
    border: none;
}

.site-navigator-active {
    color: gray;
}

.site-navigator-image {
	display: none;
}


a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: white;
}

a.nav-link:hover, .sidebar a:hover, #search-hints:hover {
    color: #c1c1c1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar a, #search-hints {
	color: #276AB1;
}

.sidebar ul, #db-picker-table ul {
	list-style: square;
}

#search-hints {
    width: 100%;
    margin-left: 69.5%;
}

.search {
    width: 63%;
	min-width: 320px;
    margin: 10px auto 10px auto;
    background: #efefef;
    padding: 12px;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    box-shadow: 0 0 43px 0 rgba(0, 0, 0, .32);
}

.search-button {
    background: #c1c1c1;
    font-family: Oswald, sans-serif;
    display: inline-block;
    padding: 12px;
    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: 120px;
}

.search-form-fieldname {
    text-align: right !important;
    padding-right: 5px;
}

.search-form-row input {
    width: 95%;
}

.character-multiselection, .character-textentry, .text-input {
    border: solid 1px #C1C1C1;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
    margin: 5px 0;
}

#search-support {
    flex-basis: 30%;
	margin: 10px 5px 0 0;
    font-size: 16px;
}

#function-selector {
	padding: 1px;
	color: #fff;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    background: #c1c1c1;
}

#function-selector table {
	width:100%;
}

#function-selector span {
	padding: 1px;
	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;
	background-color: #eee;
	overflow-x: hidden;
	overflow-y: scroll;
}

.search-history td {
    font-family: inherit;
    font-size: 14px;
}

**/
