/*** CSS reset */
.reset {
    margin: 0;
    padding: 0;
}

/*** control links */
.control-link {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

a.control-link:link, a.control-link:visited, a.control-link:active {
    color: Blue;
    text-decoration: none;
}

a.control-link:hover {
    color: Red;
    text-decoration: none;
}

/*** login dialog */
.login {
    margin: 2cm 0 0 2cm;
    padding: 2mm;
    width: 7cm;
    border: dotted 1px black;
}

/*** status indicator */
.status {
    font: 12pt sans-serif;
    font-weight: bold;
    color: Red;
    margin: 5mm 0 2mm 1mm;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    border-bottom: solid 1px black;
}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table {
    border: none 0;
    margin: 0;
}

.site-navigator-table tr {
    padding: 0;
    margin: 0;
}

.site-navigator-table td {
    padding: 2px;
    margin: 0;
}

/*** site navigator cell */
.site-navigator-cell {
    padding: 0;
    margin: 0;
}

/*** inactive site navigator cell */
.site-navigator-inactive {
    color: blue;
    background-color: white;
    border: dotted 1px darkblue;
}

/*** disabled site navigator cell */
.site-navigator-disabled {
    color: gray;
    background-color: white;
    border: dotted 1px gray;
}

/*** active site navigator cell */
.site-navigator-active {
    color: white;
    background-color: darkblue;
    border: solid 1px darkblue;
}

/*** site navigator cell associated image */
.site-navigator-image {
    vertical-align: middle;
    margin-right: 4px;
    border: none 0;
}

/*** navigation link */
.nav-link {
    text-decoration: none;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
    color: darkblue;
    background-color: inherit;
}

a.nav-link:hover {
    color: red;
}

/*** document field table */
table.field_table {
    display: none;
    border-width: 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    background-color: #ffffcc;
    color: black;
    border-color: black;
    margin-top: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
}

table.field_table td {
    border-width: 0 0 1px 1px;
    padding: 2px;
    border-style: solid;
    border-color: #bbb;
    vertical-align: text-top;
}

/*** document attachments table */
table.attachments {
}

table.attachments tr td img {
    border: none 0;
}

/*** field name in document page */
.field-name-document {
    font-weight: bold;
}

/*** field name in search page */
.field-name-search {
    color: blue;
}

/*** field contents in search page */
.field-data-search {
    color: black;
}

/*** search history table */
.search-history {
    padding: 0 2px 0 2px;
}

.search-history-container {
    vertical-align: top;
}

.search-history a {
    text-decoration: none;
}

/*** search history table: even row */
.search-history-even {
    background-color: #eeeeff;
}

/*** search history table: odd row */
.search-history-odd {
    background-color: #f8f8f8;
}

/*** search history table: time stamp */
.search-history-timestamp {
    font-size: 8pt !important;
}

/*** search history table: "remember me" marker (td)*/
.search-history-star {
    padding-top: 2px;
    text-align: center;
}

/*** search history table: search item */
.search-history-item {
    width: 10cm;
    vertical-align: middle;
}

/*** search history table: "remember me" marker (img) */
.marker {
    border: none 0;
}

.search-history td {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    vertical-align: text-top;
}

/*** hit highlight */
span.field-hilite {
    background-color: cyan;
}

/*** doesn't seem to be used anymore */
#hitloc {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    background-color: White;
    color: Black;
}

/*** results page query header */
.results-header {
    display: inline-block;
}

.results-header table {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: #ccffff;
    border: solid 1px blue;
    border-collapse: collapse;
    margin: 5mm 0 5mm 2mm;
}

.results-header thead {
    border-width: 1px;
    color: white;
    background-color: blue;
    padding: 2px;
    border-style: none;
}

.results-header td {
    border-width: 1px;
    padding: 1mm 2mm 1mm 2mm;
    border-style: none;
}

.results-header thead {
    font-weight: bolder;
}

.results-header-fieldname {
    text-align: right;
}

table.results-table a:link, table.results-table a:visited, table.results-table a:active {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Blue;
    text-decoration: none;
}

table.results-table a:hover {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    color: Red;
    text-decoration: none;
}

/*** WebSearch score */
.ws-score {
    color: Red;
    text-align: right;
}

/*** search form: field with focus */
.field-focused {
    background-color: lightyellow;
}

/*** search form: field without focus */
.field-blurred {
    background-color: White;
}

/*** word wheel */
.word-wheel {
    position: absolute;
    background-color: lightyellow;
}

.words-header {
    color: white;
    background-color: gray;
}

.words-records, .words-hits {
    text-align: right;
}

/*** word wheel: selectable word */
.words-select {
    min-width: 100px;
}

.words-select:hover {
    background-color: yellow;
    color: red;
    cursor: pointer;
}

/*** word wheel: "more" box */
.words-more {
    background-color: Blue;
    color: White;
    text-align: center;
}

.words-more:hover {
    background-color: Blue;
    cursor: pointer;
    color: Yellow;
    text-align: center;
}

/*** document */
.document {
    max-width: 16cm;
    background-color: #fcfcfc;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

/*** |< < [n of m] > >| style navigation button */
.nav-button {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.nav-button span {
    display: none;
}

/***  hit navigation */
.hit-nav {
    padding-top: 0;
}

.hit-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** toc/results navigation ***/
.trn-nav {
    padding-top: 0;
}

.trn-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
    background: lightgray;
}

.trn-nav-image {
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text cell: displays n of m */
.hit-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
}

/*** hit navigation text */
.hit-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** hit navigation: n */
.hit-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: cyan;
}

/*** hit navigation: m */
.hit-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    background-color: yellow;
}

/***  results page navigation */
.res-nav {
    padding: 0;
    margin: 0;
}

.res-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/*** result page text cell: displays n of m */
.res-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text */
.res-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: n */
.res-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** result page navigation text: m */
.res-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page */
.page {
    border: 1px solid lightgray;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/*** multi-file doc page number */
.pageno {
    color: black;
    vertical-align: top;
    text-align: center;
    padding: 1mm 0 1mm 0;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
}

/***  multi-file doc page navigation */
.page-nav {
    padding: 0;
    margin: 0;
    background-color: lightgray;
}

.page-nav table {
    border-width: 0;
    border-spacing: 0;
    padding: 1px;
}

/***  multi-file doc page text cell: dispplays n of m */
.page-nav-text-cell {
    vertical-align: middle;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page text cell */
.page-nav-text {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: n */
.page-nav-text-n {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/***  multi-file doc page: m */
.page-nav-text-m {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** search form field error message box */
.field-error {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: Red;
}

/*** document fields */
.fields {
}

/*** shopw/hide fields control */
.toggle-fields {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    color: black;
    padding: 2px 10px 2px 10px;
    background-color: #ffffcc;
}

/*** div containing hits-in-context */
.wshic-container {
    margin-left: 1cm;
}

/*** hits-in-context text */
.wshic-text {
    color: gray;
    font-weight: normal;
}

/*** hit in context */
.wshic {
    color: black;
    font-weight: bold;
}

/*** widget bars */
.widget-bars {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

/*** top widget bar */
.top-widget-bar {
    width: 100%;
}

.top-widget-bar-row {
    margin: 0;
    padding: 0;
}

.top-widget-bar-left-cell {
    width: 33%;
}

.top-widget-bar-center-cell {
    width: 34%;
}

.top-widget-bar-right-cell {
    width: 33%;
}

/*** left widget bar */
.left-widget-bar {
}

/*** right widget bar */
.right-widget-bar {
}

/*** bottom widget bar */
.bottom-widget-bar {
    width: 100%;
}

.bottom-widget-bar-row {
    margin: 0;
    padding: 0;
}

.bottom-widget-bar-left-cell {
    width: 33%;
}

.bottom-widget-bar-center-cell {
    width: 34%;
}

.bottom-widget-bar-right-cell {
    width: 33%;
}

.left-aligned {
    float: left;
}

.right-aligned {
    float: right;
}

.centered {
    text-align: center;
}

.top-aligned {
    vertical-align: top;
}

/*** content area */
.content-area {
    margin: 0;
    padding: 0 0 0 5mm;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

/*** password feedback (preferences) */
.pw-feedback {
    background: yellow;
    color: red;
    padding: 2px;
    border: solid 1px red;
}

/*** field set (preferences) */
.pref-fieldset {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
    margin: 5mm 4cm 1mm 2cm;
    padding: 3mm 5mm 1mm 5mm;
    background: aliceblue;
    border: solid 1px darkblue;
}

.pref-fieldset legend {
    font-weight: bolder;
    border: dotted 1px darkblue;
    background: darkblue;
    color: white;
    padding: 1mm 2mm 1mm 2mm;
}

/*** preferences title */
.pref-title {
    text-align: right;
}

#registration-dialog {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

#message-box {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10pt;
}

/*** mini toolbar on the side of each page */
.page-tools {
    float: left;
    background-color: #e6e6e6;
    border-top: solid 1px lightgray;
    border-bottom: solid 1px lightgray;
    border-right: solid 1px lightgray;
    border-left: none;
}

/*** pop-up dialogs */
.popup-dialog {
    display: none; /* do not change display style, all dialogs are initially hidden */
}

.registration-dialog-label {
    text-align: right;
}

.fields-list {
    list-style: none;
}

.pw-dialog-label {
    text-align: right;
}

/*** contains page iframe */
.page-iframe-container {
    float: left;
}

.refine-cell {
    text-align: right;
}

.report-error {
    text-align: center;
    color: Red;
}

.missing-field {
    background-color: red;
    color: white;
}

.users-username {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-fullname {
    width: 100px;
    max-width: 100px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.users-email {
    width: 150px;
    max-width: 150px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    display: block;
}

.fatal-error-details {
    margin-left: 1cm;
}

.fatal-error-details td {
    padding-right: 2mm;
}

.help-text 
{
	margin: 0;
	padding: 5px;
	width: 10cm;
	color: Black;
	background-color: White;
}

.help-text em 
{
    font-style: normal;
    font-weight: bold;
	color: red;
}

.help-col 
{
    vertical-align: top;
}

#excel-download,
#refine-search {
  width: 200px !important;
  float: right;
}

#excel-download a,
#refine-search a {
  color: #000;
  display: block;
  padding: 8px;
  background: #efefef;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 10px 10px;
  text-decoration: none;
  font-size: 0.9em;
}

#excel-download a:hover,
#refine-search a:hover {
  background: #ccc;
}

#excel-download-label,
#refine-search-label {
  margin-left: 5px;
  vertical-align: top;
}body {
	font-family: 'Kanit', sans-serif;
	margin:0;
	padding:0;
}

#page-wrapper {
	width: 100%;
	max-width:1700px;
	margin: 0 auto;
}

#logo {
	width: 100%;
}

#logo-img {
	width: 200px;
	display: block;
	margin: 0 auto;
}

#content-wrapper {
	line-height: 1.5em;
}

/* Hide built in nav */
#site-navigator-container {
	display:none;
}
/* NEW NAV */

.top-widget-bar-center-cell .centered table {
	width: 100%;
}

#site-navigator {
	width: 100%;
	min-width: 800px;
	padding-bottom: 0;
}
#site-navigator ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	#site-navigator ul li {
		display: block;
		float: left;
		margin: 0.5%;
		width:20%;
		padding: 1% 2% 0 2%;
		border-bottom: 5px solid #00316A;
		height: 45px;

	}
	#site-navigator ul li a {
		color: #00316A;
		line-height: 10px;
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Kanit', sans-serif;
		letter-spacing: 1px;
		padding: 0;
		text-decoration: none;
		font-weight: bold;
	}
	#site-navigator ul li:hover {
		border-bottom: solid 5px #015a93;
		color: #015a93;
	}
 /*
	#bottom-widget-bar-container {
		position: fixed;
		width: 80%;
		bottom: 0;
		height: 50px;
		background: #efefef;
		border: solid 1px #ccc;
		border-bottom: none;

	}
*/

/* OLD NAV */
.site-navigator-cell {
	background: linear-gradient(#267fb7, #015a93);
	border-right: 1px solid #3b82af;
	border-bottom: 1px solid #3b82af;
	color: white;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	letter-spacing: 1px;
}

.site-navigator-inactive,
.site-navigator-active {
	background:none;
	border: none;
}

.site-navigator-image {
	display:none;
}

.site-navigator-cell table {
	margin: 0 auto;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	color: #fff;
}

.site-navigator-table {
	border-bottom: solid 5px #00316A;
}

/* Body */

#left-content-wrapper {
	width: 19%;
	float: left;
	padding: 0;
	margin: 0 0 10px 0;

}

#content-area-container {
	width: calc(80% - 10px);
	margin: 10px 0;
	padding: 0 0 0 10px;
	min-height: 70vh;
	float: right;

}
.clear {
	clear: both;
}




/* Sidebar */

#databaseList ul {
	list-style:none;
	margin: 0;
	padding: 0;
	line-height:24px;
}

#databaseList ul li {
	color: #00316A;
	text-decoration:none;
	font-weight:bold;
}
.fancytree-title,
.fancytree-focused,
.toc a:link, .toc a:visited, .toc a:active,
#databaseList ul li a {
	color: #00316A !important;
	text-decoration:none;
	font-weight:normal;
	font-size: 16px !important;
}

#databaseList-label {
	font-weight:bold;
	font-size:16px !important;
	color:#006699;
	margin: 0 0 20px 0;
}

.fancytree-treefocus,
ul.fancytree-container {
	border:none !important;
	font-family: 'Kanit', sans-serif !important;
	font-size: 16px;

}

#right-widget-bar-container {
	display: none;
}

.document-page-current,
.document-page {
	box-shadow:none !important;
	border: none !important;
}


/*** Search Page */
#search-support {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	float:left;
	width:20%;
	max-width:250px;
	padding:0;
	position:absolute;
	top:250px;
	left:50%;
	margin-left:200px;
	border-radius: 3px;
	box-shadow: 2px 2px 8px #888888;
}
#function-selector table {
	width:100%;
}
#function-selector {
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#065e93;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#function-selector span {
	color:#fff;
	text-decoration:underline;
}
.search-history-box {
	max-height:320px;
	overflow-x:hidden;
	overflow-y:scroll;
	background:#efefef;
	padding: 1px;	
}

table.search-history {
	width:100%;
}
td.search-history-timestamp {}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-odd {
}
.search-history-star {}
.search-history-item {
	width: 90%;
}
.search-history-item a {
	color: #333;
	text-decoration:none;
}
.search-history-item a:hover {
	text-decoration:underline;
}
.search-history-odd {
	border-top: solid 1px #333;
}
.search {
	width:515px;
	float: left;
}
.search table {
	margin:0 auto;
	width: 100%;
}
.advanced-search {
	padding: 5px 0;
}
.advanced-search table td {
	padding:1px 2px;
}

.search-button {
	padding: 5px 10px;
	color: #fff;
	background:#065e93;
	border:solid 1px #00316A;
	border-radius: 5px;
	font-weight:bold;
	margin: 5px 0 5px 5px;
	font-size: 16px;
}

.date-selector,
.srch-sel,
.text-input {
	width: 200px;
	border:solid 1px #CCC;
	padding:5px;
	height: 25px;
	border-radius:3px;
	font-size: 16px;
}

.date-selector {
	width: 80px;
	margin-top: 10px;
}

.srch-sel {
	height: 35px;
	width: 212px;
}
.index-button {
	padding: 5px 10px;
	color: #666;
	background: #CFCFCF;
	border:solid 1px #666;
	border-radius: 5px;
	font-weight:bold;
	margin: 0 5px;
	font-size:16px;
}

.search-form-fieldname {
	text-align: right !important;
	width: 40%;
}

.search-form-field {
	width: 60%;
}

.words-more {
	background-color: #efefef;
}

.words-more:hover {
	background-color: #eee;
	color:#fff;
}

#words {
	padding:5px 0;
	width:100%;
}

#words td {
	padding: 0 5px;
}
#select-word-wheel {
	display:block;
	text-align:center;
}
#select-search-history {
	display:block;
	text-align:center;
	border-right: solid 1px #fff;
}
#search-hints {
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	padding: 0 5px;
	text-decoration:underline;
	margin-right:80px;
	margin-top: -40px;
}
.registration-dialog-label {text-align:right;}
.character-multiselection {max-width:566px;}
.character-textentry {width:210px;}
.ui-dialog {min-width:300px !important;max-width:60% !important;}
#search-hints-dialog.popup-dialog,
.ui-dialog-content,
.ui-widget-content {
	margin:0 !important;
}
.help-col div {width:95%;}

#excel-download,
#refine-search {
	width: 50px;
	float:right;
}
.results-table {clear:both;}
#results-summary table {}
.query-results,
.results-header-fieldname {
	padding-right: 5px;
}

/* Results Formatting */
.result {
	margin-bottom: 5px;
	clear: both;
	background: url(images/resultbg.gif) repeat-x;
}
.results-container {
	clear: both;
	background: url(images/resulthead-bg.gif) repeat-x;
}
.result-even {
}
.resultdiv {
	float: left;
	padding: 4px 15px;
	height: auto;
	min-height: 52px;
	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;
	height: auto;
	max-height: 52px;
	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;
}
.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;`
}
.result a img {
	width: 112px;
	float: left;
}
.fieldname-header .results-col-4 {
	margin-left: 26px;
}

#vis_results_title, #vis_hdr_results_title,
#vis_results_local_name, #vis_hdr_results_local_name {
	width: 100%;
	max-width: 490px;
	min-width: 360px;
}


#vis_results_titledistrict, #vis_hdr_results_titledistrict {
	width: 100%;
	max-width: 400px;
	min-width: 360px;
}

#vis_results_district, #vis_hdr_results_district {
	width: 100%;
	max-width: 330px;
	min-width: 200px;
}

#vis_results_database, #vis_hdr_results_database {
	width: 200px;
}

#vis_results_district_type, #vis_hdr_results_district_type, 
#vis_results_local_number, #vis_hdr_results_local_number, 
#vis_results_local_number, #vis_hdr_results_local_number, 
#vis_results_department, #vis_hdr_results_department,
#vis_results_date_, #vis_hdr_results_date_, 
#vis_results_date, #vis_hdr_results_date, 
#vis_results_start_date, #vis_hdr_results_start_date, 
#vis_results_end_date, #vis_hdr_results_end_date {
	width: 120px;
}



 /* TOC */
.toc-dbtitle {
  font-size: 30px;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#toctree ul.dynatree-container {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;

}
.dynatree-title {
  font-weight: normal;
}
#toctree ul.dynatree-container a {
  color: #333;
  font-weight: normal;
}
#toctree ul.dynatree-container li {
  display: block;
  padding: 10px 0;
  border-bottom: solid 1px #bdcde4;
  font-weight: normal;
  font-size: 16px;
  background: none;
}
span.dynatree-expander {
  display: none;
}

span.dynatree-connector {
  display: none;
}

#toctree ul.dynatree-container li ul li {
  border-bottom: none;
  padding: 5px 0;
}


/* Custom */
		.top-widget-bar-right-cell,
		.top-widget-bar-left-cell {
			display:none;
		}
		
		#PageContent h2 {
			margin-top: 0;
			margin-bottom: 10px;
			margin-left: 15px;
		}
		#sitedesc {
			width: 100%;
			min-width: 200px;
		}
		
		#sitedesc p {
			margin: 0 0 20px 0;
		}
		.left-widget-bar table {
			width: 100%;
		}	
		#newsearch {
			margin: 0 5px;
			text-align:left;
			background: #efefef;
			padding: 0 10px;
			border-radius: 5px;
			border: solid 1px #d7d7d7;
			width: calc(100% - 30px);
		}
		
		#quicklinks {
			margin: 20px 5px 0 5px;
			text-align:left;
			background: #006699;
			padding: 0 10px 20px 10px;
			border-radius: 5px;
			font-size: 14px;
			border: solid 1px #004060;
			width: calc(100% - 30px);

		}
		
		#quicklinks h2 {
			padding-top: 10px;
			color:#fff !important;
		}
		
		#quicklinks a {
			color: #fff;
		}
		
		#circlepic {
			width: 200px;
			margin: 0 auto;
		}
		
		.searchrow {
			text-align: left;
			height: 20vh;
		}

		.searchrow input[type=text] {
			max-width: 200px;
			padding: 5px;
			font-size: 120%;
			border-radius: 5px;
			border: solid 1px #333;
		}
		
		#content-area h2,
		#content-area h2 a,
		#left-widget-bar-container h2,
		.toc-dbtitle,
		#newsearch h2,
		.row h2 {
			text-align: center;
			border-bottom: solid 1px #006699;
			color: #006699;
			font-size: 24px !important;	
			padding-bottom: 10px;
			margin: 0;
			text-decoration:none;
		}
		
		#content-area h2 a:hover {
			text-decoration:underline;
		}

		#newsearch h2 {
			margin:  5px 0 10px 0;
			position: relative;
		}
		
		#text,
		#text2 {
			border: solid 1px #006699;
			border-radius: 5px;
			width: calc(100% - 22px);
			height: 18px;
			padding: 10px;
			font-size: 16px;
			margin: 5px 0;
		}

		#boolean1 {
			border: solid 1px #006699;
			border-radius: 5px;
			width: 100%;
			height: 40px;
			padding: 10px 5px;
			font-size: 16px;
			vertical-align: top;
			margin: 5px 0;
		}
		
		
		select#boolean1,
		select#boolean1 option {
		  color: darkgray;
		  font-size:16px;
		}

		.search-form-fieldname label {
		  display: block;
		  margin: 16px 0;
		}

		/*Added for browser compatibility*/
		[hidden] {
		  display: none;
		}

		#btn {
			border: solid 1px #006699;
			background: #006699;
			font-size: 18px;
			color: #fff;
			border-radius: 5px;
			height: 40px;
			padding: 5px 20px;
			vertical-align: top;
			margin: 10px auto;
			font-weight: bold;
			display:block;
		}
		
		#srchbtn {
			border: solid 1px #006699;
			background: #006699;
			font-size: 16px;
			color: #fff;
			border-radius: 5px;
			height: 25px;
			padding: 7px 10px;
			vertical-align: top;
			margin: 10px auto;
			font-weight: bold;
			display:block;
			width: 100px;
			text-align:center;
			text-decoration:none;
			position: absolute;
			top: 185px;
			right: 10.5%;
		}

		.fancytree-treefocus {
			outline: none;
		}
		
		
		#quicklinks ul {
			margin: 0;
			padding: 0;
			list-style:none;
		}
		
		#quicklinks ul li a {
			font-size: 1.125rem;
			font-weight: 200;
			line-height: 2rem;
		}
		
		/* Old Homepage styles */
		
#lcolumn {
	width: 48%;
	float: left;
	
}
#rcolumn {
	width: 48%;
	float: left;
	margin-left: 2%;
}
ul.links 
{
	border-top: solid 3px #293370;
	list-style-type: none;
	margin: 0px;
	background-color: #efefef;
	padding: 0 15px 15px 15px;
}
ul.links a
{
	display: block;
	padding: 5px 0 5px 0;
	text-decoration:none;
	font-size: 18px;
} 
ul.links a:hover {
	text-decoration:underline;
}

/* homepage popup (one time) */
#my-welcome-message {
  width: 40%;
  height: auto;
  padding: 20px;
  position: absolute;
  top: 10%;
  left: 30%;
  border: solid 1px #efefef;
  box-shadow: 0px 5px 16px #333;
  z-index: 9999;
  background:#f1f1f1;
}
#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;
}

/* homepage popup (every time) */

#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 500px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
}

#boxes #dialog {
  width: 600px;
  height: 490px;
  padding: 20px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 5px;
  width: 250px;
  left: 250px;
}

#popupfoot a {
	display: block;
	width: 100px;
	height: 20px;
	background: #006699;
	color: #fff;
	text-align:center;
	padding: 15px;
	font-weight: bold;
	text-decoration: none;
}

/* tooltip */

.help-tip{
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

#newsearch h2 .help-tip {
	right: -8px;
}

.col-1 h2 .help-tip {
	top: 0px;
    right: 40%;
}

.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;
    font-size: 13px;
    line-height: 1.4;
}

#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;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }
}

		
/* Grid */

/**
*** SIMPLE GRID
*** (C) ZACH COLE 2016
**/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);

/* UNIVERSAL */



/* ROOT FONT STYLES */

* {
  font-family: 'Lato', Helvetica, sans-serif;
  color: #333447;
}

/* TYPOGRAPHY */

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

#sitedesc p {
	line-height:1.2;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-heavy {
  font-weight: 700;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

#myDIV {
	display: none;
}

.graybox {
	
}

/* ==== GRID SYSTEM ==== */

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  min-height: 0.125rem;
}

#forumbar {
	height: 70vh;
	overflow: scroll;
	border-bottom: solid 1px #efefef;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 100%;
  }

  .col-2 {
    width: 44%;
	margin: 0 2%;
	padding: 1%;
  }

  .col-3 {
    width: 29.33%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 100%;
    
  }
}

