/*** 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 {
	margin: 0;
	padding:0;
	font-family: 'Montserrat', sans-serif;	
	background: #fff;	
}

h1 {
    color: #128b45;
    font-size: 30px;
}

h2 {
	color: #1d548c;
	font-size: 18px;
	text-transform: uppercase;
}

table {
	border-spacing:0px;
}
.popup-dialog
{
    display: none;
}
img {
	border:none;
}
 
#page-wrapper {
	width: 100vw;
	margin: 0 auto;
	padding: 0
}
#content-wrapper {
	min-height:460px;
	min-width: 1050px;
	padding-bottom:28px;
	display: flex;
	flex-wrap:wrap;
}

#left-widget-bar-container {

	min-height:460px;
	width: 90%;
}

#bottom-widget-bar-container {
	background:#003517;
    -moz-box-shadow:0 4px 5px 2px #999;
    -webkit-box-shadow:0 4px 5px 2px #999;
	box-shadow:0 4px 5px 2px #999;
	border-top:4px solid #16AE5E;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	float:left;
	margin:0;
	padding:0;
	height:100px;
	width:100%;
}

#left-content-wrapper {
	width: calc(20vw - 1px);
	border-right: solid 1px #ccc;
}

#content-area-container {
	width: calc(80vw - 20px);
	padding: 0 10px;
	font-size:12px;
}
#content-area {
}
.clear {
	clear:both;
}
a.nav-link:link, a.nav-link:visited, a.nav-link:active {
	color: #000;
}
#site-navigator-container {
	width:100%;
	padding-top: 30px;
	border-bottom: solid 47px #1d548c;
	box-shadow: 0.1rem 0.2rem 1rem 0 rgba(0,0,0,0.35);
}
#top-widget-bar-container {
	display:none;
}

#loginlogo {
	width: 400px;
	margin: 0 auto;
	position:absolute;
	top: 0;
	padding: 10px 0 0 0;
}

#loginlogo-img {
	width: 150px;
	display:block;
	margin: 0 auto;
}

/*** site navigator div: contains site navigator table */
.site-navigator-div
{
	margin-bottom: 0;
	padding-bottom: 0;

}

/*** site navigator table: cells contain Contents, Search ... */
.site-navigator-table
{
	font-size: 9pt;
	border-collapse: collapse;
	padding-bottom: 0;
	margin-bottom: 0;
}

.site-navigator-table tr {}

.site-navigator-table td 
{
    padding: 0px;
	font-size:16px;
}

/*** site navigator cell */
.site-navigator-cell
{
	
	margin-left: 0;
	font-weight: 600;
	text-transform:uppercase;
	border: none;
	padding-bottom: 0 !important;
}
.site-navigator-cell table
{
	border-collapse: collapse;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-navigator-table .site-navigator-cell td
{
	margin-bottom: 0;
	padding-bottom: 0;
	padding:0!important;
}

.site-navigator-table div {
	height: 25px;
	padding: 15px 20px;
	margin: 0 10px;
}

/*** Logo in center */

.site-navigator-table tbody tr td:nth-child(5) {


}

.site-navigator-table tbody tr td:nth-child(5) div {
	margin: 0;
	padding: 0;
	border-right: none;
}

.site-navigator-table tbody tr td:nth-child(5) div.site-navigator-inactive:before {
	display:none;
}

.site-navigator-table tbody tr td:nth-child(5) table tbody tr td:nth-child(2) a {
	color:#fff;
	width: 126px;
	height: 52px;
	display:block;
	background-image: url("http://afscmesearch.org.atmrc.net/Content/Custom/images/AFSCME_Logo.png");
	background-size: cover;
	background-position:center;
	margin-top: -30px;
	
}

/*** inactive site navigator cell */
div.site-navigator-inactive
{
    color: #d6f4e3;
	background: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	position:relative;

}
div:hover.site-navigator-inactive {
	color:#fff !important;

	
}

div:hover.site-navigator-inactive:before {
	
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0%;
	left: 50%;
	z-index: 200;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	border-color: rgba(29,84,140,0);
	border-bottom-color: #1d548c;
	border-width: .5rem;
	margin-left: -.5rem;
}

/*** disabled site navigator cell */
div.site-navigator-disabled
{
	color: #fff;
	background: none;

}
div:hover.site-navigator-disabled {background:#003517; color:#fff !important;}

/*** active site navigator cell */
.site-navigator-active
{
    color: #000;
	background: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	border-left: none;
	position: relative;

}

/* Arrow on hover */

.site-navigator-active:before {
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0%;
	left: 50%;
	z-index: 200;
	border: solid transparent;
	content: " ";
	pointer-events: none;
	border-color: rgba(29,84,140,0);
	border-bottom-color: #1d548c;
	border-width: .5rem;
	margin-left: -.5rem;
}

/*** site navigator cell associated image */
.site-navigator-image
{
    display:none;
}
.site-navigator-inactive a {
	color:#003517;
	text-decoration: none;
}
div:hover.site-navigator-inactive a {
	color:#000;
	text-decoration: none;
}
.site-navigator-table a:hover {
	text-decoration:underline;
}

#searchbox
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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: #014e24;
	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: #014e24;
	height:26px;
	width: 25px;
	font-weight:bold;
	margin: 0 0 0 -2px;
	padding:0;
	border:none;
	vertical-align:top
}
.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;
	
}

#db-picker-table {
	width: 100%;
}

.other-links,
#db-picker {
	border:solid 1px #e0dfdf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background: #fff !important;
	margin:10px;
	padding:2px;
	width: 100%;
}

.other-links thead,
#db-picker-table thead
{
	font-size: 16px;
	font-weight: bold;
	color: #128b45;
	margin: 0;
	display:block;
	padding:10px 5px;
	background:#edf8f3;

}
.other-links-ul,
#db-picker-ul
{
	list-style:none;
	font-size: 14px;
	color: #4D4D4D;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 1px 0 0 0;
	padding: 0;
	border: none 0;
	width:100%;
	
}
.other-links-ul li,
#db-picker-ul li
{
	font-weight: bold;
	display:block;
	padding:4px;
	background:#f6f6f6;
	margin:0 0 2px 0;

}

.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: #1d548c;
	font-weight:normal;
	display:block;
	margin:1px 0;
	text-decoration:none !important;
	font-size: 14px;
}
.other-links-ul a:hover,
#db-picker-ul a:hover
{
	text-decoration: underline !important;
	color: #008c42;
}
.other-links-ul ul {
	padding:0 0 0 20px;
}

/*** WebSearch score */
.ws-score
{
	font-size: 9pt;
}
/*** search form: field with focus */
.field-focused 
{
    background-color: #EFEFEF;
}

/*** search form: field without focus */
.field-blurred {}

/*** word wheel */
.word-wheel {}

/*** word wheel: selectable word */
.words-select {}

.words-select:hover 
{
	background: #EFEFEF;
    color: #005DAB;
}

/*** word wheel: "more" box */
.words-more 
{
	background: #00A54A;
	font-weight: bold;
}

.words-more:hover
{
	background: #00A54A;
	font-weight: bold;
}

/*** document */
.document {}

/*** |< < [n of m] > >| style navigation button */
.nav-button {}

.nav-button span
{
    display: none;
}

/***  hit navigation */
.hit-nav {}

.hit-nav table {}

/*** toc/results navigation ***/
.trn-nav 
{
	color: white;
	margin-top: 0;
	margin-bottom: 1mm;
}

.trn-nav table 
{
    padding: 0;
	margin: 0;
}

/***  results page navigation */
.res-nav 
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

/***  multi-file doc page */
.page {}

/*** multi-file doc page number */
.pageno 
{
    display: inline;
    background-color: lightgray;
}

/***  multi-file doc page navigation */
.page-nav , .page-hit-nav
{
	color: #333;
	margin-top: 0;
	margin-bottom: 1mm;
}

.results-header table {
	width:100%;
}

#document {
	margin-top: 1mm;
}

/*** hit in context */
.wshic
{
	font-weight: normal;
	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: 10pt;
	font-weight: bold;
	color: #fff;
	padding:3px 0;
	background:#003517;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#function-selector span {
	text-decoration:underline;
}
.search-history-box {
	max-height:500px;
	overflow-x:hidden;
	overflow-y:scroll;
}
table.search-history {
	font-size: 11px;
}
.search-history tr {
	padding: 3px 0;
}
.search-history-even {
	background:#f6f6f6;
}
.search-history-item {
	width:100%;
}
.search-history-item a {
	color: #333;
	font-size:8pt;
	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:210px;
	padding:2px;
	background:#eee;
	border:solid 1px #ccc;
	position:absolute;
	top:205px;
	left:50%;
	margin-left:305px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	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;
}

#users {
	font-size:12px;
}
#users table {
	width: 100%;
}
#users table td {
}
#page-navigation-bottom {
	display:none;
}

#page-navigation-top {
	display:none;

}
.fixed {
	position: fixed;
	top: -5px;
	width: 850px;
}
.content-footer-widget-bar,
.content-header-widget-bar {
	margin: 0 auto;
	height:30px;
}

/*** login dialog */
.login {
	width:400px;
	margin:20px auto;
	background:#efefef;
	padding:10px;
	border:solid 1px #999;
}
.login table {
	width:100%;
}
.forgot-password-row,
.user-registration-row,
.new-row {
	margin-top: 5px;
	text-align:center;
}
#register,
#reset-password {
	text-align: center;
	text-transform:capitalize;
	color:#06C;
}

#howToAccess a {
	color:#06C;
	text-decoration: none;
}

.backtotop {
	text-align:right;
	padding:0 5px;
	margin:0;
}
.backtotop a {
	font-size:11px;
	color:#060;
}
.content-footer-widget-bar {width: 50%;}
.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 {
	margin-top:0px;
	margin-left: 10px;
	border-bottom: solid 1px #f5f5f5;
	text-align:center;
}
#PageContent h2 {
}
.hometable {
	border:solid 1px #666;
	border-bottom:none;
	border-right: none;
	width:80%;
	font-size:12px;
}
.colhead {
	color: #128b45;
	background-color: #f5f5f5;
	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:#005DAB;
 }
 
.homebox-top,
.homebox {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.homebox-top div,
.homebox div {
	margin: 0 1% 1% 0;
	width: 49%;
}
 
.homelist {
	font-size: 12px;
}
.homelist a, .homebox a {
	color:#1d548c;
	font-size: 14px;
	text-decoration: none;
}
.homelist a:hover, 
.homebox a:hover
{
	text-decoration: underline;
	color: #008c42;	
}
.homebox span {
	display:block;
	padding:10px;
	border-top: solid 1px #f5f5f5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.homebox ul {
	margin:0;
	padding:10px;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbfbfb, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfbfb, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfbfb, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfbfb, #fff); /* Standard syntax (must be last) */
}
.homebox ul li {
	padding:5px;
	list-style:none inside;
}
.homebox-top a {
	color:#1d548c;
	font-size: 14px;
	text-decoration: none;
}
.homebox-top a:hover {
	text-decoration: underline;
	color: #008c42;
}
.homebox-top #resourcesection div {
	width: 100%;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	
	-webkit-flex-direction: column;
	flex-direction: column;
}
.homebox-top span {
	display:block;
	padding:10px;
	border-top: solid 1px #f5f5f5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	

}
.homebox-top ul {
	margin:0;
	padding:10px;
	background: #fff; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fbfbfb, #fff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fbfbfb, #fff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fbfbfb, #fff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fbfbfb, #fff); /* Standard syntax (must be last) */

}
.homebox-top ul li {
	padding:5px;
	list-style:none inside;
}

.box-even {
	margin-right:0 !important;
}

#content-area h2 {
	color: #1d548c;
	font-size: 18px;
	text-transform: uppercase;
	padding:0 10px;
}

.search-button {
	font-size: 12px;
	padding: 2px 5px;
	color: white;
	background: #014e24;
	border:solid 2px #014e24;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	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;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 0 5px;
}
.character-multiselection-option {
	font-size:12px;
}
.character-multiselection {
	max-width: 550px;
}
.character-textentry {width:200px;}
.results-table {clear:both;}

#excel-download,
#refine-search {
	width: 50px;
	float:right;
}
#results-summary table {}

.hitbox_header {
	font-size: 12px;
	margin:3px 3px -2px 3px;
}
.query-results,
.results-header-fieldname {
	font-weight:bold;
	padding-left: 4px;
	width:110px;
	text-align:left;
}

#search-hints {
	width: 200px;
	float:right;
	text-align:right;
	font-weight:bold;
	font-size: 14px;
	padding: 0 5px;
	color:#003517 ;
	text-decoration:underline;
	margin-top:-30px;
}

/* 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 {
	padding:4px 10px;
	height:32px;
	vertical-align:middle;
	background:#e1e5ee;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	line-height:1.5em;
}
.fieldname-header {
	padding:4px 10px;
	min-height:32px;
	overflow:hidden;
	background:#666666;
	font-weight:bold;
	border-right:solid 1px #063a62;
	border-bottom:solid 1px #fff;
	color:#fff;
}

.results-col-1 {
	background:#063a62;
	color:#fff;
	text-align:center;
}
#vis_hdr_results_calc-nhits.results-col-1 {
	background:#666;
}
#wshic-container {
	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;
	height:96px;
	float:left;
}
.fieldname-header .results-col-4 {
	margin-left:26px;
}

/*

#vis_results_title, #vis_hdr_results_title {
	width:695px;
}

#vis_results_date, #vis_hdr_results_date {
	width:60px;
}

#vis_results_case_, #vis_hdr_results_case_ {
	width:100px;
}

#vis_results_local, #vis_hdr_results_local {
	width:90px;
}

#vis_results_council, #vis_hdr_results_council {
	width:50px;
}

#vis_results_hearing_officer, #vis_hdr_results_hearing_officer {
	width:150px;
}

#vis_results_case_type, #vis_hdr_results_case_type {
	width:130px;
}

#vis_results_panel, #vis_hdr_results_panel {
	width:70px;
}

#vis_hdr_results_effective_date, #vis_results_effective_date,
#vis_hdr_results_expiration_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;
}


#vis_hdr_results_key_provisions, #vis_results_key_provisions {
	flex: 2;
}

#vis_hdr_results_state, #vis_results_state,
#vis_hdr_results_bill_no, #vis_results_bill_no,
#vis_hdr_results_year_passed, #vis_results_year_passed {
	flex: .55;
}



/*** field set (preferences) */
.database-preferences {
	font-weight:bold;
}
.pref-fieldset {
    background:#FAFAFA;
    border: solid 1px #666;
}

.pref-fieldset legend {
    background: #ccc;
    color: #333;
}

.account-settings {font-weight:bold;
}

#update {color:black;
}

/*** 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:white;
	font-size:10pt;
}
.bottom-widget-bar-left-cell {
	width:50%;
}

/*** Styles within the internal app pages */
.apptable {
	margin:0 10px;
}
.apptable td {
	padding: 3px;
}
.apptable a {
	color: #005DAB;
	text-decoration: none;
}
.apptable a:hover {
	text-decoration:underline;
}
.apptable {
	margin:0 10px;
}
.apptable td {
	padding: 3px;
}
.apptable a {
	color: #005DAB;
	text-decoration: none;
}
.apptable a:hover {
	text-decoration:underline;
}
.applink-path {}
.applink ul {
	list-style-type:none;
	padding: 0;
	margin: 0;
}
.applink-path li {
	font-size:10pt;
}
.applink-path li a {
	color:black;
	text-decoration:none;
}
.applink-path li a:hover {
	color:#3E8839;
}
.applink-path li p {
	margin: 2px 0 0 25px;
}
.applink-path li p a {
	text-decoration:underline;
}
.applink-list {
    list-style: url(images/contents.png) inside;
	font-weight:bold;
}
.applink-item {
	list-style:url(images/doc.png) inside;
	padding:0 0 2px 0;
}
.applink-list a {
	font-weight:normal;
}
.list-mainhdr {
	padding-bottom:15px;
}
.outside {
	list-style: disc inside;
	padding:0 30px 10px 30px;
}
li.outside a {
	color:#3E8839;
}
li.outside a:hover {
	color:blue;
}
.applink-back {
	font-size:10pt;
	width:90%;
	list-style-image:url(images/arrow.png);
	margin: -10px 0 -20px 40px;
	text-align: right;
}

/*** Styles within the RCBSS Directory internal app (no actual link to the page)*/
#directoryTable {
	margin: 0 auto;
	border-collapse: collapse;
	font-size:10pt;
}
#directoryTable tr:nth-child(odd) {
  background-color: #f5f5f5;
}
#directoryTable tr:first-child {
  background-color: #fff;
}
#directoryTable tr td:first-child {
  background-color: #fff;
}
#directoryTable tr th:first-child {
	text-align:left;
}
#directoryTable th, #directoryTable td {
	padding: .4em;
}
#directoryTable th {
	border-bottom:4px solid #e0dfdf;
	font-size:10.5pt;
}
#rcbssDirectory {
	padding:5px
}
.appContainer {
	width:90%;
	margin:0 auto;
}
.appContainer div {
}
.appContainer a {
	text-decoration:none;
}
div.jumpToSection {
	margin:30px;
}
div.jumpToSection span {
	margin:0 4px;
	padding:10px;
	display:inline-block;
	background:#f6f6f6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height:1.5em;
}
div.jumpToSection span a {
	color:#128b45;
	font-size:14px;
}
div.downloadLink {
	font-size:15px;
	text-align:right;
}
.sectionHdr td {
	padding:.5em;
	text-indent:.5em;
	background-color: #edf8f3 !important;
	font-size:12pt;
	font-style:italic;
	font-weight: bold;
}
.rcbssDirectory  {
	color:inherit;
}
.rcbssDirectory:hover {
	color:#128b45;
}
.rcbssDirectory img {
	width:25px;
	height:25px;
}

/* Results Formatting */


/* Results Page */
#results-wrapper {
	font-size: .9rem;
	display: flex;
    flex-flow: row wrap;
}
#results-summary {
    width: 100%;
    padding-bottom: 1.5%;
}
#refine-search, #excel-download {
	margin-right: 20px;
}
.results-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5%;
    font-size: .90rem;

}

.result {
	width: 100%;
}

.result a {
	display:flex;
	flex-wrap: wrap;
}

.result a .resultdiv:hover {
	text-decoration: underline;
}
.result a #wshic-container.resultdiv:hover {
	text-decoration: none;
}

.fieldname-header, .resultdiv {
	box-sizing: border-box;
	flex:1;
	height:auto;
	overflow: auto;
}

.fieldname-header {
	float:left;
	padding:4px 8px;
	overflow:hidden;
	background:#aaa;
	font-weight:bold;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #fff;
	color:#fff;
	line-height:1.3em;
}

.resultdiv {
	padding:4px 8px;
	vertical-align:middle;
	color:#231f20;
	border-right:solid 1px #f5f5f5;
	border-bottom:solid 1px #fff;
	line-height:1.3em;
	min-height: 100px;
}

.result-even {
	
}

.results-col-1 {
    flex: .25;
    background: #999;
    color: #fff;
    text-align: center;
}

#vis_hdr_results_attachmentscourseproposals_inactiveteachers_course_name,
#vis_results_attachmentscourseproposals_inactiveteachers_course_name {
    flex-basis: 28%;
}

#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: #a40000;
    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: -2px auto 0 auto;
    width: calc(100% - 200px);
	padding: 20px 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: 25px;
    padding: 10px 30px;
    border-radius: 5px;
    background-clip: padding-box;
    font-size: 18px;
    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;
	
}

#aSearchLink,
#aTOCLink {
	color:#082e43;
	text-decoration:none;
}
#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: 100%;	
	margin:0 auto;
}

.db_buttons_child {
	display:block;
	margin: 0 10px 1px 10px;	
	width: calc(30% - 40px);
	padding: 0 20px;
	height: 37px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	position: relative;
	background: #fcfcfc;	
	border: solid 1px #ccc;
	z-index: 0;

}

.db_buttons_child.selected {
	background:#ececec;
	border: solid 1px #ccc;
	border-bottom: none;
	height: 38px;
}

.db_buttons_child.selected span {
	color: #1d548c;
}

.db_buttons_child span {
	text-align:center;
}

#AFT-CUR.db_buttons_child {

	color: #993113;
}

.db_buttons_child:hover {
	background: #ececec;	
	border-bottom: none;
	height: 38px;	
}

.db_buttons_child:hover span {
}

.db_buttons_child span {
	position:absolute;
	bottom: 5px;
	color: #1d548c;
	font-size: 1.2rem;
	font-weight:600;
	width: 90%;
	text-decoration:none;
	z-index:900;
}

main.home {
	width: 100%;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #ccc;
}

#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

.column {
	float:left;
}


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: 20px 15px 0 15px;
    padding: 10px 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:#810000
}


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

}


#aSearchLink {
}



#aSearchLink,
#aTOCLink {
	color:#082e43;
	text-decoration:none;
}
#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
}


#homeFold {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #efefef;
	width: 80vw;
	margin: 20px auto;
	padding: 20px 0;
}

.column {
	float:left;
}

#homeFold .column {
	width: calc(50% - 20px);
	margin-right: 20px;
}

/* 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(28% - 24px);
	margin: 10px;
	display:block;
	height:60px;
	background: #eee;
	font-weight: normal;
	padding: 20px;
	font-size: 18px;
	border-radius: 5px;
	border: solid 1px #ccc;	
	color: #ccc;
	font-size: 12px;
}

#dbpage li a {
	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;
}


.sidebarList {}

@media only screen and (max-width: 599px) {
	#db_buttons a {
		width: 30%;
		font-size: .8em;
		text-decoration:none;
	}

	main.home form#search-archives {
		width: calc(100% - 20px);
		padding: 20px 10px;
	}
	
	main.home form#search-archives input {
		width: calc(100% - 20px) !important;
		padding: 10px;
		font-size:.8rem;
	}
	
	.db_buttons_child span {
		position:relative;
		font-size: .9rem;
	}
	
	.db_buttons_child {
		padding: 10px;
	}
	
	#content-area-container main.home h2, 
	#content-area main.home h2 {
		line-height:60px;
	}
	
	#PageContent {
		padding: 0 5px;
	}
	
	#homeFold {
		width: 100vw;
	}
	
	.content-footer-widget-bar,
	.content-header-widget-bar {
		margin: 0 ;
		height:30px;
	}
	
	.content-header-widget-bar {
		display:none;
	}
	
	#db-picker-label, #other-links-label {
		font-size: 1em;
	}
	
	#left-content-wrapper {
		z-index:999
	}
}

