/*** no inherit ***/

html {
	
}


body {
	margin: 0;
	padding:0;
	font-family: Rubik,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;	
}
table {
	border-spacing:0px;
}
.popup-dialog
{
    display: none;
}
img {
	border:none;
}
 
#page-wrapper {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

#content-wrapper {
	width: 100%;
	display:flex;
	flex-wrap: wrap;


}

#bottom-widget-bar-container {
	float:left;
	height:50px;
	width:100%;
}

#left-content-wrapper {
	width: 20%;

}
#content-area-container {
	width: 80%;
	background: #fff;
}


.clear {
	clear:both;
}
.sidemenu,
#other-links,
#db-picker {
	margin:10px 10px;
	padding:2px;
}
#site-navigator-container {
	width:85%;
	height:66px;
	margin:0 0 20px 0;
	background: rgba(0,64,133);
	border-top: solid 16px rgba(207,62,62);
}
#top-widget-bar-container {
	width: 15%;
	background: rgba(0,64,133);
	height: 66px;
	border-top: solid 16px rgba(207,62,62);	
}

.top-widget-bar-center-cell .centered table {
	width: 110px;
	margin: 10px auto 0 auto;
}
/*** site navigator div: contains site navigator table */
.site-navigator-div
{
    font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;

}
#logo-img {
	width: 110px;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table
{
    border: none 0;
    margin: 10px 0;
	border-collapse: collapse;
	width:100%;
}

.site-navigator-table tr 
{
    padding: 0;
    margin: 0;
}

.site-navigator-table td 
{
    margin: 0;
}

.site-navigator-image {
	display: none;
}

/*** site navigator cell */
.site-navigator-cell
{
    margin: 0;
	font-weight: normal;
	padding-bottom: 0 !important;
	font-size:14px;

}
.site-navigator-cell table
{
	margin-bottom: 0;
	padding-bottom: 0;
	margin: 0 auto;
}

.site-navigator-table .site-navigator-cell td
{
	margin-bottom: 0;
	padding-bottom: 0;
	padding:1px 2px !important;
}

.site-navigator-table div {
	padding: 0 10px;
	font-size: .9375rem; 
}

a.nav-link {
	display:block;
	padding: 10px 0;
	border-bottom:solid 2px rgba(0,64,133);;	
}

a.nav-link:hover {
	border-bottom:solid 2px rgba(255,196,37);
}

/*** inactive site navigator cell */
div.site-navigator-inactive
{
    color: #fff;
}
div:hover.site-navigator-inactive {
	color:#fff !important;
}
/*** disabled site navigator cell */
div.site-navigator-disabled
{
    color: #fff;
	font-size:14px;
	border: none 0;
}
div:hover.site-navigator-disabled {background:#B9C4C9; color:#fff !important;}

/*** active site navigator cell */
#active-page-title {
    color: #fff;
	display:block;
	padding: 10px 0;
	border-bottom:solid 2px rgba(255,196,37);
}
.site-navigator-active td
{
    text-decoration:none;
}
#logo {
	margin: 10px 0 0 0;
}

/*** site navigator cell associated image */
.site-navigator-image
{
    vertical-align: middle;
    margin-right: 0;
    border: none 0;
	display:none;
}
div.site-navigator-inactive a {
	color:#fff;
	text-decoration: none;
}
div:hover.site-navigator-inactive a {
	color:#fff;

}
.site-navigator-table a:hover {

}
.right-aligned {
	float:right;
}
.top-widget-bar {
	width: 100%;
}
#searchbox
{
	border-radius: 5px;
	padding: 0;
}

#searchbox table, #searchbox table thead, #searchbox table td, #searchbox table tr, #searchboox table th
{
	border-collapse: collapse;
	padding: 1mm 0 1mm 0;
	margin: 0;
	background: none;
}

#searchbox-input
{
	
	font-size: 9pt;
	color: #fff;
	background: #293871;
	padding: 2px 0 2px 5px;
	border:none;
	margin: 1px 0 0 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:19px;
	width:150px;
}

#searchbox-button
{
	font-size: 0pt;
	background:  url(images/simple_search.png) top no-repeat;
	color: #293871;
	height:26px;
	width: 25px;
	font-weight:bold;
	margin: 0 0 0 -2px;
	padding:0;
	border:none;
	vertical-align:top
}

.toc-dbtitle {text-transform:uppercase;}

.search {
	width: 515px;
	font-size: 12px;
	float: left;
}
.search table {
	width: 100%;
}
.text-input {
	width: 150px;
	border:solid 1px #CCC;
	padding:2px;
}
.search-form-fieldname {
	text-align: right !important;
	font-weight: bold;
	text-transform: uppercase;
}
#other-links thead,
#db-picker-table thead
{
	font-weight: 700;
	font-size: .75rem;
	color: rgba(0,29,72);
	margin: 0;
	text-transform: uppercase;
	display:block;
	padding:10px 5px;
	width:157px;

}
.sidemenu ul,
#other-links-ul,
#db-picker-ul
{
	list-style:none;
	font-size: .75rem;
	color: rgba(0,29,72);
	margin: 1px 0 0 0;
	padding: 0;
	border: none 0;

	
}
.sidemenu ul li,
#other-links-ul li,
#db-picker-ul li
{
	font-weight: bold;
	display:block;
	padding:4px;
	margin:0 0 0 0;


}

.sidemenu ul li a,
#other-links-ul li a, #other-links-ul a:visited, #other-links-ul a:active,
#db-picker-ul li a, #db-picker-ul a:visited, #db-picker-ul a:active
{
	color: #0387e7;
	font-weight:normal;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
}
#other-links-ul a:hover,
#db-picker-ul a:hover
{
	text-decoration: underline !important;
	color: #293871;
}
#other-links-ul ul {
	padding:0 0 0 20px;
}

#left-widget-bar-container table {
	width: 100%;
}

/*** WebSearch score */
.ws-score
{
	
	font-size: 9pt;
	color: red;
}
/*** search form: field with focus */
.field-focused 
{
    background-color: #EFEFEF;
}

/*** search form: field without focus */
.field-blurred 
{
    background-color: White;
}

/*** word wheel */
.word-wheel
{
    position: absolute;
    background-color: lightyellow;
}

/*** word wheel: selectable word */
.words-select
{
    min-width: 100px;
}

.words-select:hover 
{
	background: #EFEFEF;
    color: #293871;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more 
{
	background: #00A54A;
	font-weight: bold;
    color: White;
    text-align: center;
}

.words-more:hover
{
    cursor: pointer;
    text-align: center;
	background: #00A54A;
	font-weight: bold;
	color: yellow;
}

/*** 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 
{
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table 
{
    border-width: 0;
    border-spacing: 0;
    padding: 0;
	margin: 0;
}

.trn-nav-image
{
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell
{
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text */
.hit-nav-text
{
    
    font-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n
{
    
    font-size: 10pt;
    background-color: cyan;
}

/*** hit navigation: m */
.hit-nav-text-m
{
    
    font-size: 10pt;
    background-color: yellow;
}

/***  results page navigation */
.res-nav 
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.res-nav table 
{
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** result page text cell: displays n of m */
.res-nav-text-cell
{
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    
    font-size: 10pt;
}

/*** result page navigation text */
.res-nav-text
{
    
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n
{
    
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m
{
    
    font-size: 10pt;
}

/***  multi-file doc page */
.page 
{
    border: 1px solid lightgray;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*** multi-file doc page number */
.pageno 
{
    display: inline;
    background-color: lightgray;
    color: black;
    vertical-align: top;
    
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav , .page-hit-nav
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.page-nav table 
{
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell
{
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    
    font-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text
{
    
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n
{
    
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m
{
    
    font-size: 10pt;
}

/*** search form field error message box */
.field-error
{
    
    font-size: 10pt;
    color: Red;
}

#toggle_fields {
	display:block;
	width: 180px;
	text-align:center;
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #293871;
	border:solid 2px #293871;
	border-radius: 5px;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
	
}

.results-header table {
	width:100%;
}
/*** document fields */
.field_table
{
    display: none;
	border-top:solid 1px #ccc;
	border-left: solid 1px #ccc;
	width:100%;
	margin:5px 0;
}
.field_table td {
	padding:3px;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #ccc;
}

/*** shopw/hide fields control */
.toggle-fields
{
    
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
	border: solid 1px gray;
	border-radius: 5px;
}

#document
{
	margin-top: 1mm;
}

/*** div containing hits-in-context */
.wshic-container
{
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text
{
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic
{
	font-weight: normal;
	color: black;
	background: yellow;
	padding: 0 1mm 0 1mm;
}
#widget-id-1-img {
	height:100px;
}
.hitbox {
	font-size: 12px;
	margin:0 3px 6px 3px;
}
.clear {
	clear: both;
}
#function-selector {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#B9C4C9;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	

}
#function-selector span {
	text-decoration:underline;
}
table.search-history {
	font-size: 11px;
}
td.search-history-timestamp {
}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-odd {
}
.search-history-star {
		
}
.search-history-item {
	width:100%;
}
.search-history-item a {
	color: #333;
	text-decoration:none;
}
.search-history-item a:hover {
	text-decoration:underline;
}
.search-history-odd {
	border-top: solid 1px #333;
}
#function-selector table {
	width:100%;
}
#search-support {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	float:left;
	width:230px;
	padding:2px;
	background:#eee;
	border:solid 1px #ccc;
			position:absolute;
		top:220px;
		left:50%;
		margin-left:280px;
		border-radius: 3px;
	
}
.advanced-search {
	
	padding: 5px 0;

}
.search {
	padding:6px 0;
}
#words {
	padding:5px 0;
	width:100%;
}
#select-word-wheel {
	display:block;
	text-align:center;
}
#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}
#paged-document-navigator {
		width:208px;
}
#paged-document-hit-navigator {
		width:208px;
}
#paged-document-navigator table,
#paged-document-hit-navigator table {
}

#results-page-navigator {

}

#users {
	font-size:12px;
}
#users table {
	width: 100%;
}
#users table td {
}
#page-navigation-bottom {
	display:none;
}


#page-navigation-top {
	display:none;

}
.default {
}

.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}
#content-area {
	padding:5px 5px 60px 5px;
	min-height:540px;
}
.login {
	width:400px;
	margin:20px auto;
	background:#efefef;
	padding:10px;
	border:solid 1px #999;
}
.login table {
	width:100%;
}
.forgot-password-row,
.user-registration-row {
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}

#backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
#backtotop a {
	font-size:11px;
	color:#060;
}
.content-footer-widget-bar {width: 100%;}
.content-footer-widget-bar-center-cell {width:70%;}
.content-footer-widget-bar-left-cell {width:15%;}
.content-footer-widget-bar-right-cell {width:15%;}


#PageContent {
	padding:20px;
}
#PageContent h1 {
	color: #293871;
	font-size: 18px;
	text-transform: uppercase;
}
#PageContent h2 {
	color: #5B5B5B;
	font-size: 16px;
	text-transform: uppercase;
}
.hometable {
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
	width:80%;
	font-size:16px;
}
.colhead {
	color: white;
	background-color: #293871;
	font-size: 16px;
	font-weight: bold;
}
.hometable td {
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	padding:5px;
}
.hometable th {
	padding:5px;
}
.hometable a {
	color:#293871;
 }
.homelist {
	font-size: 16px;
}
.homelist a {
	color:#293871;
}


#content-area h2 {
	color: #293871;
	font-size: 18px;
	text-transform: uppercase;
	padding:0 10px;
}
.search-button {
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #293871;
	border:solid 2px #293871;
	border-radius: 5px;
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
}
.index-button {
	font-size: 12px;
	padding: 2px 5px;
	color: #333;
	background: #ccc;
	border:solid 2px #ccc;
	border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 5px;
}
.character-multiselection-option {
}
.character-multiselection {
	max-width: 550px;
}
.results-table {clear:both;}

#excel-download,
#refine-search {
	width: 50px;
	float:right;
}
#results-summary table {
	width: 200px;
	float:left;
	text-align:left;
}

.hitbox_header {
	font-size: 12px;
	margin:3px 3px -2px 3px;
}
.query-results,
.results-header-fieldname {
	font-weight:bold;
}
.results-header-fieldname {
	width: 70px;
}

#search-hints {
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size: 14px;
	padding: 0 5px;
	color:#B9C4C9 ;
	text-decoration:underline;
	margin-top:-30px;
}
#search-hints-dialog.popup-dialog,
.ui-dialog-content,
.ui-widget-content {
	font-size:12px;
	width:400px !important;
	margin:0 !important;
}
.apptable {
	margin:0 10px;
}
.apptable td {
	padding: 3px;
}
.apptable a {
	color: #293871;
	text-decoration: none;
}
.apptable a:hover {
	text-decoration:underline;
}
.apptable {
	margin:0 10px;
}
.apptable td {
	padding: 3px;
}
.apptable a {
	color: #293871;
	text-decoration: none;
}
.apptable a:hover {
	text-decoration:underline;
}
/* Results Formatting */
.result {
	margin-bottom:5px;
	clear:both;
	/*background:url(images/resultbg.gif) repeat-x;*/
}
.results-container {
	/*background:url(images/resulthead-bg.gif) repeat-x;*/
}

.result-even {
}
.resultdiv {
	float:left;
	padding:4px 15px;
	height:32px;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	width: 168px;
	line-height:1.5em;
}
.fieldname-header {
	float:left;
	padding:4px 15px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
	width: 168px;
}

.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;
}
#excel-download {
	margin-bottom: 10px;
}
.result a .resultdiv:hover {
	text-decoration: underline;
}
.result a #wshic-container.resultdiv:hover {
	text-decoration: none;
}
.tocdiv .resultdiv {
	float:none;
	padding:0;
	margin:0;
}
.result a {
	text-decoration:none;
	color:inherit;
	display:block;
	padding:0;
	z-index:0;
}
.result a:hover {
	background:#ebffff !important;
}

.fieldname-header .results-col-4 {
	margin-left:26px;
}

#vis_results_title,
#vis_hdr_results_title {
	width:765px;
}

#vis_hdr_results_effective_date,
#vis_hdr_results_expiration_date,
#vis_results_effective_date,
#vis_results_expiration_date {
	width: 120px;	
}
#vis_hdr_results_employer_name,
#vis_results_employer_name {
	width:372px;
}

#vis_hdr_results_state,
#vis_results_state {
	width: 60px;
}
#title h1 {
	color: #ebffff;
	font-size: 20px;
	padding-left: 30px;
	padding-bottom: 20px;
	text-transform: uppercase;
}

/*** 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%;
}

/* Home page */

main.home hgroup {
    margin:0 auto
}

#content-area-container main.home h2,
#content-area main.home h2 {
    font-size: 40px;
    font-weight: bold;
	margin-top: 10px;
    margin-bottom: 0;
    letter-spacing:1px;
	text-align:center;
	color:#041b3c;
}

#content-area-container main.home h3,
#content-area main.home h3 {
    font-size: 24px;
    color: #333;
    font-weight:600;
	margin: 20px 0 30px 0;
	text-align: center;
}

.content-header-widget-bar-row .centered table {
	width: 800px;
	margin: 0 auto;
}

main.home form#search-archives {
    margin: 0 auto 0 auto;
    width: calc(90% - 200px);
	padding: 40px 100px;
    display: block;
    text-align:center;
	background: #ececec;
	border-radius:10px;
	border:solid 1px #ccc;
}

main.home form#search-archives input {
    width: calc(100% - 60px);
    display: block;
    margin: 0 auto;
    height: 60px;
    padding: 10px 30px;
    border-radius: 5px;
    background-clip: padding-box;
    font-size: 24px;
    outline: none;
    border: solid 1px #ccc;
    box-shadow:0px 10px 60px 0px rgba(1,33,92,0.1);
}

main.home form#search-archives input.search {

}


a#addres {
	color: #333;
	font-size: 18px;
	font-weight:bold;
}
}


#aSearchLink {
}

#pTOCLink {
	text-align: center;
	font-weight:bold;
	
}

#aSearchLink,
#aTOCLink {
	color:#082e43;
	text-decoration:none;
	font-weight:bold;
}
#aSearchLink:hover,
#aTOCLink:hover {
	text-decoration:underline;
}

main.home p {
    font-size: 18px;
    width: 90%;
    margin-left: auto;
    margin-right:auto
}

main.home.alt-main {
    padding: 0;
    padding-left:250px
}

#db_buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 90%;	
	margin:0 auto;
}

.db_buttons_child {
	display:block;
	margin: 5px;
	margin: 0 10px;	
	width: calc(30% - 40px);
	padding: 0 20px;
	height: 80px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	position: relative;
	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: rgba(207,62,62);
}

.db_buttons_child span {
	text-align:center;
}

#AFT-CUR.db_buttons_child {

	color: #bb2424;
}

.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: rgba(207,62,62);
	font-size: 1.5rem;
	font-weight:bold;
	width: 90%;
	text-decoration:none;
	z-index:900;
}

main.home {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 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;
}

.foldHead {
	font-weight:bold;
}

.foldList a {
	color:#333;
	text-decoration:none;
}

.foldList a:hover {
	text-decoration: underline;
}

main.home form#search-archives button {
    background-image: -webkit-linear-gradient(bottom, #bb2424 0%, #cd522e 100%);
    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:#993113
}


main.home form#search-archives button#addres {
    background-image: -webkit-linear-gradient(bottom, #427c99 0%, #34657d 100%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;

}	
main.home form#search-archives button#addres:hover {
	background:#1a323d

}

/* homepage popup (one time) */
#my-welcome-message {
  width: 40%;
  height: auto;
  min-height:300px;
  padding: 40px;
  position: absolute;
  top: 18%;
  left: 30%;
  border: solid 5px #073a62;
  box-shadow: 0px 5px 16px #333;
  z-index: 9999;
  background:rgba(255, 255, 255, 0.98);
  font-size: 1.5em;
}

#my-welcome-message h2 {
	font-size: 2em;
}

#fvpp-close {
	width: 100%;
	text-align:center;
	display:block;
	cursor: pointer; 
}
#fvpp-close,
#fvpp-close:after {
	content: " Close";
	color: #006699;
	font-size: 16px;
	font-weight:bold;
}




/* DB Page */

#dbpage {
	list-style:none;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	display:flex;
	flex-wrap: wrap;
	align-items:baseline;
	border-bottom: solid 1px #efefef;
}

#dbpage li {
	width: calc(44% - 24px);
	margin: 10px;
	display:block;

}

#dbpage li a {
	width: calc(100% - 40px);
	height:60px;
	background: #eee;
	font-weight: normal;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
	border: solid 1px #ccc;	
	color: #ccc;
	font-size: 12px;	
	margin: 0 0 0 0;
	text-decoration:none;
	color: #333;
	font-size: 18px;
	display: block;
	font-weight:bold;
	margin-bottom: 5px;
}

#dbpage li:hover a {
	color: #0a1f61;
}
#dbpage li:hover {
	background:#fff;
	color: #0a1f61 !important;
	cursor: pointer;
}

ul.fancytree-container {
	background: transparent !important;
	border: none !important;
}
