/*** 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";

body {
	margin:0;
	padding:0;
	font-family: proxima-nova, sans-serif;
    color: #082333;
}

table {
    border-spacing:0px;
}

img {
    border:none;
}

#page-wrapper {
	/*
	width: 100vw;
	*/
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

#top-widget-bar-container {
    width: 18vw;
}

#site-navigator-container {
    width: calc(78vw - 20px);
    float: left;
    height: 60px;
    margin-top: 60px;
}
#content-wrapper {
	width: 100vw;
	min-height:700px;
	margin:0 0 0 0;
	padding: 50px 00px 0px 0px;
	clear:both;
	display: flex;
}

#bottom-widget-bar-container {
    width: 100%;
    height: 90px;
    padding: 20px;
    background-color: #082333;
    float: left;
    color: white;
    font-size: .9em;
}

#bottom-widget-bar-container p.bottom-p1 {
    font-size: 1.1rem;
}

#bottom-widget-bar-container a {
    color: white;
}

.bottom-widget-bar-center-cell {
    width: 100%;
}

.bottom-widget-bar-center-cell table {
    margin: 0 auto;
}

.bottom-widget-bar-center-cell p span {
    opacity: .66;
}

.bottom-widget-bar-left-cell, .bottom-widget-bar-right-cell {
    width: 0;
}

#logo-img {
    padding: 20px 20px 0px 20px;
	width: auto;
	max-width: 200%;
	max-height: 110px;
}

#logoHeader-img {
    padding: 10px;
    width: 18vw;
    max-width: 218px;
    min-width: 170px;
}

#tr-widget {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
}

#tr-widget a {
    color: #fff;
    text-decoration: none;
}

/** content-wrapper containers */
#left-content-wrapper {
	width:20vw;
    min-width: 210px;
    max-width: 300px;
	padding: 0;
    background-color: #032b42;
	
}
#left-widget-bar-container {
    width: inherit;
    position: fixed;
}
#content-area-container {
	width: 68vw;
    background: #fff;
    border-top-right-radius: 5px;
    padding-left: 40px;
}

#content-area {
}
#content-area h2{
    font-size: 3rem;
    font-weight: 600;
    color: #a60230;
}
#content-area h2, #content-area form {
	flex-basis: 100%;
    margin: 0 0 20px 0;
}
#right-widget-bar-container {
	display: none;
}

.widgets-content-header h2 {
    margin-bottom: 27.5px;
    color: #a60230;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 65px;
}

.widgets-content-header h3 {
    color: #333;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 600;
}

/* Site Top Navigation */

.site-navigator-cell div {
    padding: 0 10px;
}

.site-navigator-table tr {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.site-navigator-table td {
}
.site-navigator-inactive, .site-navigator-active {
    background-color: inherit;
    border: none;
	padding: 0;
	font-size: 1rem;
    font-weight: 500;
}
.site-navigator-active {
    color: #a60230;
}
.site-navigator-active #active-page-title {
    border-bottom: 2px solid #a60230;
}
.site-navigator-image {
	display: none;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: #a60230;
}

.site-navigator-cell a.nav-link:hover {
    border-bottom: 2px solid #a60230;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

/**
a.nav-link:hover, .sidebar a:hover, #search-hints:hover, .app-list a:hover {
    color: white;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
*/

/* Left Sidebar */

#db-picker-label-container,
#useful-widget-label-container,
#subm-widget-label-container {
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 3px;
}

#subm-utility label, #useful-links label, #db-list-wrapper label {
    background:#8d0229;
}

#subm-widget-label-container, #subm-utility,
#useful-widget-label-container, #useful-links,
#db-picker-label-container, #db-list-wrapper {
    /*
    background-color: #dceced;
    background-image: linear-gradient(135deg, #dceced 0%, #edf5f6 28%, #dceced 95%);
    */
}

#db-picker-label,
#useful-widget-label,
#subm-widget-label {
	margin-top: 20px;
	color: #c0e00b;
    font-size: 1.3rem;
	font-weight: 600;
    text-transform: uppercase;
}

.sidebarHead {
    margin-bottom: 15px;
    padding: 20px !important;
    text-align: center;
}

.sidebar {
    font-size: 1.2rem;
}

.sidebar ul, #db-picker-table ul, ul.app-list {
	list-style: none;
}

.sidebar .selected-database {
	color: #f07508;
}

#db-picker {
	/*
	width: 180px;
	padding: 5px;
	border-radius: 5px;
	*/
}
#db-selector-label,
.sidebarHead {
	display: block;
	font-weight: 600;
	padding: 10px;
	color: #c0e00b;
	font-size: 1.3rem;
}
.sidebarList,
#other-links-ul, 
#db-picker-ul,
.datanav ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.sidebarList li,
#other-links-ul li,
#db-picker-ul li,
.datanav ul li {
	padding: 5px 0;
	color: #333;
}
.sidebarList li a,
#other-links-ul li a, #other-links-ul a:visited, #other-links-ul a:active,
#db-picker-ul li span.selected-database,
#db-picker-ul li a, #db-picker-ul a:visited, #db-picker-ul a:active,
.datanav ul li,
.datanav ul li a {
	padding: 5px 0;
	line-height: 1;
	color: #fff;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	border-radius: .25em;
	text-decoration:none;
}

.sidebarList li a:hover,
#other-links-ul li a:hover,
#db-picker-ul li a:hover,
.datanav ul li a:hover {
	text-decoration: underline;
}

#db-picker-ul li span.selected-database {
	text-decoration: underline;
}

/* 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: 22vw;
}
.character-multiselection {
	width: 25vw;
    max-width: 300px;
}

.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: 50%;
	max-width: 460px;
	min-width: 400px;
	border: none;
}
.login table {
	padding: 20px 10px;
    font-size: 1.2rem;
}
.user-registration-row, .forgot-password-row {
    color: #06C;
    text-align: center;
}

/* Home page */

main.home {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 25px;
}
main.home hgroup {
    margin: 0 auto;
}
main.home h2 {
    margin-bottom: 27.5px;
    font-family: 'Palanquin',sans-serif;
    font-weight: 600;
    font-size: 2.5rem !important;
	line-height: 40px;
    text-transform: ;
    letter-spacing: -0.5px;
	text-align:center;
	color: #011d52;
}
main.home h3 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333333;
	font-style: oblique;
    font-weight:600;
	text-align: center;
}
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 button {
    background-image: -webkit-linear-gradient(bottom, #038299 0%, #0073ab 100%);
    font-family: proxima-nova, 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;
}
main.home form#search-archives button:hover {
    background-image: -webkit-linear-gradient(bottom, #a82121 0%, #8d0229 100%);
}

#pTOCLink {
    padding: 0 0 40px 0;
}

#pTOCLink a {
    color: #007cb5;
}

#homeFold {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: solid 1px #efefef;
	width: ;
	margin: 20px auto;
	padding: 50px 0;
}
#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: #f7f5f4;
    border: solid 1px #f7f5f4;
	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: #082333;
}

.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: #082333;
	font-size: 1.3rem;
	font-weight:bold;
	width: 90%;
	text-align:center;
	text-decoration:none;
	z-index:900;
}

.column {
    min-width: 180px;
    min-height: 150px;
    margin: .6%;
    /**
    flex: 1 29%;
    */
	flex-grow: 1;
    border-radius: 3px;
    border: 1px solid #a60230;
}

.column ul li  {
    list-style: none;
}

.column ul li a {
    color: #0073ab;
    line-height: 1.5;
}

.foldList {
	list-style:none;
	margin: 0;
	padding: 0;
}

.foldHead {
	font-weight:bold;
}

.foldList a {
	color:#333;
	text-decoration:none;
}

.foldList a:hover {
	text-decoration: underline;
}

/* Search Page */

#search-hints {
    width: 100%;
    margin-left: 65%;
    color: #2d567a;
	font-size: 1.2rem;
    font-weight: 500;
	text-decoration: underline;
}

.help-text {
    width: 35vw;
    font-size: 1rem;
}

.search {
    width: 80%;
    margin: 0 auto;
    font-size: .9rem;
}

.search-form-fieldname {
    text-align: right !important;
    padding-right: 5px;
    color: #605d5d;
    font-weight: 600;
}

#search-support {
	font-family: inherit;
	float:left;
	padding: 0;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: 230px;
	border-radius: 3px;
}

#function-selector {
	padding: 3px;
	color: #fff;
	font-size: .9rem;
	font-weight: bold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #aaa;
}

#function-selector table {
	width:100%;
    min-width: 300px;
}

#function-selector span {
	padding: 3px;
	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, #words {
	max-height: 50vh;
	background-color: #eee;
	overflow-x: hidden;
	overflow-y: scroll;
}

#words {
	width: 100%;
}

#words tr td {
	padding-right: 4px;
	padding-left: 4px;
}

/*** field name in search page */
.field-name-search {
	color: #0274be;
}

/*** search history table */
.search-history, #word-wheel {
	width: auto;
	max-width: 300px;
	min-width: 160px;
	background: #eee;
}

.search-history td, #words tr {
    font-family: inherit;
    font-size: .8rem;
	padding: 2px 0;
}

/*** search history table: even row */
.search-history-even {
	background: #f6f6f6;
}

/*** search history table: odd row */
.search-history-odd {
	border-top: solid 1px #333;
}

/*** search history table: search item */
.search-history-item a {
	color: #333;
	text-decoration: none;
}
.search-history-item a:hover {
	text-decoration:underline;
}


/*** word wheel: selectable word */
.words-select {
    color: #0274be;
}
.words-select:hover {
	background: #EFEFEF;
    color: #005DAB;
	text-decoration: underline;
}

/*** word wheel: "more" box */
.words-more {
	color: #0274be;
	background-color: lightgrey;
}
.words-more:hover {
	background-color: #ccc;
	color: #bf8b11;
}

/* Results Page */

#results-wrapper {
    display: flex;
    flex-flow: row wrap;
}
#results-summary {
	width: 100%;
	padding-bottom: 1.5%;
}
#refine-search, #excel-download {
    margin-right: 20px;
}
.results-header-fieldname {
    padding-right: 4px;
}
.results-container {
	display:flex;
	flex-wrap: wrap;
	margin-top: .5%;
	font-size: .90rem;
    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;
	text-decoration: none;
}
.result a:hover {
	background:#ebffff !important;
}
.fieldname-header, .resultdiv {
    padding: 8px 10px;
	box-sizing: border-box;
	flex: 1;
	height: auto;
	overflow: auto;
    border-right: solid 1px #f5f5f5;
	border-bottom: solid 1px #fff;
}
.fieldname-header {
	background: #aaa;
	color: #fff;
    font-weight: bold;
    overflow: hidden;
}
.resultdiv {
	background: #e1e5ee;
	color: #231f20;
    vertical-align: middle;
	font-weight: 600;
}
.results-col-1 {
	flex: .25;
	background: #999;
	color: #fff;
	text-align: center;
}
#vis_hdr_results_title, #vis_results_title {
    flex-basis: 18%;
}
#vis_hdr_results_local, #vis_results_local {
    flex-basis: 18%;
}
#vis_hdr_results_document_type, #vis_results_document_type,
#vis_hdr_results_contract_type, #vis_results_contract_type {
    min-width: 105px;
}
#vis_hdr_results_term_years, #vis_results_term_years {
    max-width: 130px;
}
#wshic-container {
	padding: 5px 10px 20px 10px;
	flex: 100%;
    width: 60vw;;
    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;
}

.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;
}

/* Users Page */

#users {
	display: flex;
    flex-flow: column;
}
.user-row input, .user-row select {
	padding: 3px;
}

.user-table-filter table, .user-table table, .db-usage-report img {
    width: 100%;
}
.user-table-filter {
    background: #fff;
}
.user-table table {
	flex-flow: column;
    font-size: .8rem;
}
.user-table thead {
    background: #276ab1 !important;
    font-weight: 500 !important;
}
.user-table .sort {
}
.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%;
}
.users-username {
	width: auto;
}
.users-fullname, .users-email {
	width: auto;
	max-width: fit-content;
	white-space: normal;
}

.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;
}
