/* 3.60 2024-04-04 */
  
* {
  box-sizing: border-box;
}

body {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif !important;
	background: url("/images/bg2.gif");
	color: #000000;
	margin: 0px auto;
	margin-top: 15px;
}

a:link {
	color : #0000ff !important;
	text-decoration : none !important;
}

a:visited {
	color : #0000ff !important;
	text-decoration : none !important;
}

a:active {
	text-decoration : none !important;
	color : #ff0000 !important;
  }

a:hover {
	text-decoration : none !important;
	color : #ff0000 !important;
}

ul {
	list-style-type : disc;
	margin-left : -10px;
}

.ul-in-ol {
	margin-left : -28px;
}
  
dt {
	font-weight: bold;
}

br {
	font-size : 7px;
}

p {
	margin-bottom : -6px;
} 

blockquote {
  display: block;
  padding: 25px 50px 5px 45px;
  margin: 0 40px 0px 10px;
  position: relative;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #cbcaca;
  position: absolute;
  left: 2px;
  top:40px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}


.horline {
  margin-top: 25px;  
  border-top: 1px solid #d5ffb3;
  width: 60%;
  margin-left: 0px;
}

.br-spacer {
  margin-bottom: 6px;
}

.ul-no-dot {
  list-style-type: none !important;
}

.ul-no-indent {
  margin-left: -40px;
}

/* Page header */

.page-title {
	font-size : 14pt;
	font-weight: bold;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 20px;
}

.page-title-left {
	font-size : 14pt;
	font-weight: bold;
  text-align: left;
  padding-bottom: 10px;
}

.page-title-small {
	font-size : 18px;
	font-weight : bold;
}

.page-logo {
  margin-top: 12px;
  padding-left: 10px;
  height: 50px;
  display: inline-block;
}

.section-title {
	font-size : 10pt;
	font-weight : bold;
  padding-top: 4px;
}

.section-title-big {
	font-size : 12pt;
	font-weight : bold;
  padding-top: 4px;
}

.section-title-small {
	font-size : 9.5pt;
	font-weight : bold;
  padding-top: 12px;
}

.section-title-left {
	font-size : 9.5pt;
	font-weight : bold;
  padding-top: 4px;
}

.section-title-italic {
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  padding-top: 5px;
} 
 
.page-header-title {
  padding-right: 8px;
  padding-top: 16px;
  font-size: 16px;
  float: right;
}

/* Page footer */

.footer-container {
  display: grid;
  grid-template-columns: 130px auto auto auto;
  grid-gap: 10px;
  color: white;
  height: 100%;
}

.footer-container a:link {
  color: white;
}

.footer-container a:visited {
  color: white;
}

.footer-container a:hover {
	color : #ff0000;
}

.footer-column1 {
  padding-left: 2px;
  padding-top: 3px;
}

.footer-column1 > a img {
  height: 78px;
}

.footer-column2 {
  text-align: center;
  font-size: 9pt;
  padding-top: 6px;
}

.footer-column3 {
  text-align: center;
  font-size: 9pt;
  padding-top: 6px;
}

.footer-column4 {
  text-align: right;
  padding-right: 9pt;
  padding-top: 20px;
  font-size: 9pt;
  }

.page-bottom-space {
  height: 50px;
}

/* Note text blocks */

.note-text {
	font-size : 9.5pt !important;
  text-align: left;
  line-height: 140%;
}

.note-text-bold {
	font-size: 9pt !important;
	font-weight: bold;
}

.note-text-italic {
  font-style: italic;
}

.note-text-indent-title {
  padding-left: 10px;
  font-style: italic;
}

.note-text-indent {
  padding-left: 20px;
}

.note-text-title {
  text-align: center;
  font-weight: bold;
}

.note-text-title-section {
  text-align: center;
  font-size: 9.5pt;
  font-weight: bold;
  padding-top: 8px;
}

.note-text-tight {
	font-size : 9.5pt;
  text-align: left;
}

.note-text-tight p {
 	margin-bottom : -10px;
}
    
.note-text-small {
	font-size: 9pt;
}

.note-text-small-title {
	font-size : 9pt;
	font-weight : bold;
 	margin-bottom : -9px;
  padding-top: 10px;
}

.note-text-radio {
  font-size: 9pt;
  margin-top: -4px;
}

.manu-code {
  font-weight: bold;
}

.latin-quote {
  font-style: italic;
  margin-top: 8px;
  display: block;
}

/* Blurb name/value lines */

.blurb-label {
	font-size : 9.5pt;
	font-weight : normal; 
  vertical-align: top;
  width: 37%;
}

.blurb-value {
	font-size : 9.5pt;
	font-weight : normal; 
  vertical-align: top;
  padding-left: 3px;
}


/* Beast pages */

.beast-blurb-block {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  background-color: #fbfaf7; 
  padding: 14px 12px 14px 8px;
  border-radius: 8px;
}

.beast-blurb {
  float: left;  
  width: 50%;
}

.beast-blurb-label {
  width: 100px;
  vertical-align: top;  
}

.beast-blurb-flex-div {
  display: flex;
  padding-top: 10px;  
}

.beast-blurb-flex-div > :first-child {
  white-space: nowrap;
  padding-right: 5px;  
}

.beast-main-image {
  float: right;  
  text-align: right;
  width: 50%;
}

.beast-article-block {
  clear: both;
  margin-top: 15px;
}  

.beast-blurb-flex-div {
  display: flex;
  padding-top: 10px;  
}

.beast-blurb-flex-div > :first-child {
  white-space: nowrap;
  padding-right: 5px;  
}

.beast-list-section {
  background-color: #646464 !important;
  color: white !important;
}

.beast-list-section td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 2px;
}

.beast-main-name {
  font-weight: bold;
  font-size: 9pt;
}

.beast-table3 {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%;
  margin-top: 15px;
}

.beast-table3 tbody {
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.beast-table3 tr:nth-child(even){
  background-color: #f2f2f2;
}

.beast-table3 td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.beast-table3 td:nth-child(1) {
  width: 130px;
}

.beast-table3 td:nth-child(2) {
  width: 130px;
}

.beast-table3 td:nth-child(3) {
  width: 110px;
}

.beast-table3 th {
  font-size: 9pt;
  background-color: #e9e5df;
  padding-bottom: 4px;
  line-height: 14px;
}

.beast-ref {
  font-style: italic;
  color: #9b0452;
}

/* Manuscript pages */

.manu-beast-flex-div {
  display: flex;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;  
}

.manu-beast-flex-block {
  border: 1px solid black;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 380px;
}

.manu-beast-flex-block p {
  font-size: 9.5pt;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 6px;
  text-align: center;
  vertical-align: middle;
  color: white;
  background-color: black;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -2px;
  margin-bottom: 4px;
}

.manu-blurb-block {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
  background-color: #f8f6ed;
  padding: 14px 12px 14px 8px;
  border-radius: 8px;
}

.manu-blurb {
  float: left;  
  width: 60%;
}

.manu-blurb-flex-div {
  display: flex;
  padding-top: 10px;  
}

.manu-blurb-flex-div > :first-child {
  white-space: nowrap;
  padding-right: 5px;  
}

.manu-main-image {
  float: right;  
  text-align: right;
  margin-top: -16px;
}

.manu-main-image img {
  max-height: 300px;
  max-width: 300px;
}

.manu-beast-table {
  table-layout: fixed;
	font-size: 9.5pt;
	padding: 8px;
  margin-top: 10px;
	border-collapse: collapse;
}

.manu-beast-table th {
  font-size: 9pt;
  background-color: #e9e5df;
  padding-bottom: 4px;
  line-height: 14px;
}

.manu-beast-table tr th:nth-child(1) {
  padding-left: 5px;
  padding-right: 0px;
  text-align: left;
  min-width: 150px;
}

.manu-beast-table tr th:nth-child(2) {
  padding-left: 0px;
  text-align: right;
  min-width: 165px;
}

.manu-beast-table tr th:nth-child(3) {
  padding-left: 9.5pt;
  padding-right: 5px;
  text-align: center;
}

.manu-beast-table td {
  padding: 3px;
}

.manu-beast-table tr td:nth-child(2) {
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
}

.manu-beast-table tr td:nth-child(3) {
  text-align: center;
  padding-left: 14px;
}

.manu-beast-table tr:nth-child(even){
  background-color: #f2f2f2;
}

.manu-list {
	margin-top: 12px;
  font-size: 9.5pt;
}

.manu-list-block {
	margin-top: 14px;
	margin-left: 18px; 
  display: block;
}

.manu-list-section {
  background-color: #646464 !important;
  color: white !important;
}

.manu-list-section td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 2px;
}

.manu-part-title {
  padding-top: 15px;
  text-align: center;
}

.manu-name-title {
	font-size : 12pt;
	font-weight : bold;
  padding-top: 4px;
}

/* Bibliography pages */

.biblio-list-block {
  margin-top: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.biblio-section-title {
  background-color: #646464 !important;
  color: white !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 5px;
  margin-top: 22px;
  font-size: 11pt;
}

.biblio-item-title {
  font-size: 9.5pt;
}

/* Detail popup pages */

.dpu-last-update {
  font-size: 9pt;
  position: relative;
  color: black;
  text-align: right;
  padding-top: 4px;
  padding-right: 10px;
}

.dpu-last-update-end {
  font-size: 9pt;
  padding-top: 8px;
}

/* Section index */

.author-text {
	font-size: 9.5pt;
}

.ref-text {
	font-size: 9.5pt;
}

.TinyText {
	font-size :6px;
}

.LittleText {
	font-size :10px;
}

.CaptionText {
	font-size: 9pt;
}

.no-popup-block {
  width: 700px;
  margin-left: auto;
  margin-right: auto; 
}  

.no-popup-block p.page-title {
  padding-bottom: 30px !important;   
}

/* Navigation tab panel */

.nav-panel {
  margin-left: 10px;
}

.nav-panel-tabs {
  float: left;
}

.nav-panel-btns {
  float: right;
  padding-right: 15px;
}

#nav-panel-next-btn {
  margin-left: 5px;
}

#nav-panel-prior-btn {

}

.nav-panel-tab {
  width: Auto;
  min-width: 130px;
  height: 28px;
	background-color : #536161;
	border-top : 1px solid White;
	border-bottom : 0px;
	border-left : 1px solid White;
	border-right : 1px solid White;
  border-radius: 14px 6px 0 0;
  display : inline-block;
  margin-right: -6px;
}

.nav-panel-tab-selected {
  background-color: #006503;
}

.panel-text {
  font-size : 14px;
  font-weight : bold;
  color : white;
  text-align: center;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.panel-text hover {
	text-decoration: none;
	color: #ff0000;
}

.curpanel-text {
	font-size : 15px;
	font-weight : bold;
	color : white;
}

.panel-text-disable {
	background-color : #003333;
	font-size : 15px;
	color : #005E60;
	border-right : 1px solid White;
  display : inline-block;
}

.panel-text a:link {
	color : White;
	text-decoration : none;
}

.panel-text a:visited {
	color : White;
	text-decoration : none;
}

.panel-text a:active {
	color : White;
}

.panel-text a:hover {
	text-decoration : none;
	color : Red;
}

/* Images */

.img-caption {
	font-size: 9pt;
	text-align: right;
	margin-bottom: 2px;
}

.img-caption-gallery {
	font-size: 9.5pt !important;
}

.img-caption-gallery a {
  color: #ffff03 !important;
}

.img-caption-text {
  font-size: 8pt;
  display: inline-block;
  overflow: auto;
  max-width: 270px;
  vertical-align: middle;
}

.img-caption-block {
	font-size: 9pt !important;
  text-align: left !important;
  float: left;
  max-width: 94%;
}

.img-caption-src {
  padding-left: 6px;
  float: right;
  margin-top: -26px;
  margin-right: 2px;
  z-index: 99;
  position: relative;
}

.img-caption-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.info-glyph {
  text-align: center;
  padding-top: 5px;
  padding-right: 5px;
  border: none !important;
  vertical-align: top;
}

.info-glyph img {
  width: 10px;
  height: 10px;
}

.img-source {
  display: inline;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 9pt !important;
  cursor: pointer;
}

.img-source img {
  padding-right: 5px;
  vertical-align: middle;
}

.img-source span {
  padding-top: 4px;
}

.img-source-popup {
  border: 2px solid black;
  border-radius: 8px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  height: 340px;
  background: #fcfcf4;
}

.img-source-popup object {
  height: 90%;
  width: 100%;
  padding-left: 12px;
  padding-right: 8px;
}

.img-source-popup iframe {
  width: 100%;
  height: 86%;
  border: none;
  padding-right: 10px;
}

.img-source-popup-show {
  display: block;
}

.img-source-popup-title {
  display: block;
  color: black;
  font-weight: bold;
  margin-top: 6px;
  float: left;  
  padding-left: 11px;
  padding-bottom: 8px;
}

.img-source-popup-button {
  display: block;
  float: right;  
  padding-left: 3px;
  background-color: lightgray;
  border-radius: 0px 6px 0px 6px;
}

.img-inline-glyph {
  max-height: 12px;
  padding-left: 4px;
  border: 0;
  vertical-align: baseline;
}

.gallery-captions {
  display: none;
}

.gallery-img img {
  cursor: pointer;
}

.img-block-left {
  margin-top: 25px;
  margin-bottom: 20px;
  width: min-content;
}

.img-block-left img {
  border: solid 1px;
}

.img-block-center {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  padding-bottom: 20px;
  width: min-content;
}

.img-block-center img {
  border: solid 1px;
}

.img-glyph {
  vertical-align: sub !important;
  border: 0 !important;
  max-height: 20px !important;
}

.img-has-image {
  vertical-align: middle;
}

.inline-gallery-container {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  margin-top: 15px;
}

.gallery-beast-name {
  font-weight: bold;
  text-align: center;
  width: 100%;
  font-size: 11pt;
}

.gallery-beast-name a {
  color: #ffff03 !important;
}

/* Overide LightGallery */
 
.lg-icon {               
  color: #ffef00 !important;
}

.lg-icon:hover {
  color: #f00 !important;
}

.lg-outer .lg-object {
  max-width: 80% !important;
  max-height: 80% !important;
}  
  
.lg-toolbar {
  background-color: black !important;
}

.lg-toolbar .b-lg-sort::after {
  content: '\e903';
}

.sort-status {
  padding-left: 14px !important;
  color: #ffef00 !important;
  font-size: 10pt;
}

.lg-toolbar .lg-icon {
  color: #ffef00 !important;
}  

/* Image Info popup */

.imginfo-head {
  display: flex;
  margin-top: 20px;
}

.imginfo-image {
  width: 30%;
}

.imginfo-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.imginfo-blurb {
  width: 65%;
  padding-left: 20px;
  padding-right: 10px;
}

.imginfo-title {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
}

.imginfo-body {
  clear: both;
  border: 1px solid black;
  height: 250px;
  width: 96%;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-top: 6px;
  overflow-y: auto;
  color: black !important;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif !important;
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
}

.imginfo-body a {
	color : #0000ff !important;
	text-decoration : none !important;
}

.imginfo-close {
  float: right;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  font-size: 18px;
  background: none;
  border: none;
  font-weight: bold; 
  cursor: pointer;
}  

.imginfo-bar {
  width: 100%;
  overflow: hidden;
  padding-left: 11px;
}
  
.imginfo-center .imginfo-bar {
  display: inline-block;
  width: auto;
}

.imginfo-bar .imginfo-bar-item {
  padding: 4px 16px;
  float: left;
  width: auto;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: none;
  border-radius: 10px 4px 0 0;
  display: block;
  outline: 0;
  font-size: 9pt;
  font-weight: bold;
}

.imginfo-bar .imginfo-button {
  white-space:normal
}

.imginfo-bar-block .imginfo-bar-item {
  width: 100%; 
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0
}

.imginfo-bar-block.imginfo-center .imginfo-bar-item {
  text-align: center
}

.imginfo-block {
  display: block;
  width: 100%
}

.imginfo-selected,.imginfo-hover-selected:hover {
  color: #fff !important;
  background-color: #006503 !important;
}

/* Filter list input box */

#filterInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 12px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ab9f9f;
  margin-bottom: 12px;
  border-radius: 6px;
}

.inc-search-container {
  padding: 8px 8px 18px 8px;
  border: 1px solid;
  border-radius: 6px;
  background-color: whitesmoke;
  margin-top: 18px;
}

.inc-search-container-simple {
  padding: 0px 8px 8px 8px;
  border: 1px solid;
  border-radius: 6px;
  background-color: whitesmoke;
  margin-top: 18px;
}

/* Digital text library */

#etext-table {
  table-layout: fixed;
  font-size: 9.5pt;
  padding: 8px;
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}

#etext-table td, #etext-table th {
  border: 1px solid #ddd;
  padding: 6px;
}

#etext-table tr:nth-child(even){background-color: #f2f2f2;}

#etext-table tr:hover {background-color: #ddd;}

#etext-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #068153;
  color: white;
}

.etext-head {
	background-color: black;
	border-bottom-style: solid;
	border-width: 1px;
	color: white;
	font-size: 9pt;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	height: 26px;
  cursor: pointer;
}

.sorted::after {
/*  background-color: #039E65 !important;*/
  content: " ^";
}

.etext-row1 {
	background-color: #fcfcf4;
  color: black;
	border-collapse: separate;
	border-style: none;
	border-width: 1px;
	font-size: 9pt;
	outline-style: none;
	outline-width: 1px;
	padding: 4px;
	vertical-align: top;
  text-align: left;
}

.etext-row2 {
	background-color: #FFF5CC;
  color: black;
	border-collapse: separate;
	border-style: none;
	border-width: 1px;
	font-size: 9pt;
	outline-style: none;
	padding: 4px;
	vertical-align: top;
  text-align: left;
}

.etext-title {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 10px;
}

.etext-cite {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
}

.etext-author {
	font-size: 9.5pt;
	font-weight: bold;
}

.etext-edition-block {
	font-size: 9.5pt;
	margin-top: 25px;
	border: 1px solid #cccccc;
	padding: 8px;
	clear: both;
	height: auto;
}

/* Tables */

.table2 {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%;

}

.table2 tbody {
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.table2 tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table2 tr:nth-child(even) td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.table2 tr {
  padding-left: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.table2 td {
  min-width: 50px;
}

.table2 td:nth-child(1) {
  width: 35%;
}

.table2 td:nth-child(2) {
  min-width: 65%;
}

.table2-col1 {
  width: 35%;
  padding: 1px 8px 1px 4px;
}

.table2-col2 {
  width: 65%;
}

.table3 {
  border-collapse: separate;
  border-spacing: 0 6px;
  width: 100%;
  margin-top: 15px;
}

.table3 tbody {
  vertical-align: top;
  border-collapse: separate;
  border-spacing: 0 4px;
}

.table3 tr:nth-child(even){
  background-color: #f2f2f2;
}

.table3 td {
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.table3 td:nth-child(1) {
  min-width: 130px;
}

.table3 td:nth-child(2) {
  min-width: 130px;
}

.table3 th {
  font-size: 9pt;
  background-color: #e9e5df;
  padding-bottom: 4px;
  line-height: 14px;
}

/* Two+ column div layout */

.column2 {
  float: left;
  width: 30%;
}

.row2:after {
  content: "";
  display: table;
  clear: both;
}

/* Two column grid */

.grid2col-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  height: 100%;
  margin-bottom: 10px;
}

.grid2col-container-gap {
  grid-gap: 40px; !important;
}

.grid2col-column1 {
  text-align: left;
  padding-left: 2px;
}

.grid2col-column1 img {
  max-width: 250px;
  max-height: 250px;
}

.grid2col-column2 {
  text-align: left;
  font-size: 9.5pt;
}

.grid2col-column2 img {
  max-width: 250px;
  max-height: 250px;
}

.grid2col-column2-override img {
  max-width: revert;
  max-height: revert;
}

/* Three column grid */

.grid3col-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-gap: 10px;
  height: 100%;
}

.grid3col-container ul ol {
  font-size: 9pt;
  list-style-type: none !important;
  text-indent: -18px;
  padding-left: 22px;
}

.grid3col-column1 {
  text-align: left;
  padding-left: 2px;
}

.grid3col-column1 img {
  max-width: 250px;
  max-height: 250px;
}

.grid3col-column2 {
  text-align: left;
}

.grid3col-column-border {
  border-left: 1px solid #8e8e8e;
}

.grid3col-column2 img {
  max-width: 250px;
  max-height: 250px;
}

.grid3col-column3 {
  text-align: left;
}

.grid3col-column3 img {
  max-width: 250px;
  max-height: 250px;
}

/* Four column grid */

.grid4col-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 8px;
  height: 100%;
  font-size: 8pt;
  margin-top: 12px;
}

/* Multi-column lists */

.ul-2-column {
  column-count: 2;
}

.ul-3-column {
  column-count: 3;
}

.ul-5-column {
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}

.list-6col {
  column-count: 6;
  list-style: none;
  margin-left: -40px;
}

/* Index lists */

.index-block {
  padding-top: 8px;
}

.index-item {
  font-weight: bold;
  padding-bottom: 4px;
}

.index-list {
  margin-left: 20px;
  width: 600px;
}



/* Glossary */

.glossary {
}

.glossary dt {
  padding-top: 12px;
}

.glossary dd {
  margin-left: 10px;
}

.glossary .img-block-left {
  margin-top: 5px !important;
  margin-bottom: 0px !important;
}

.glossary .img-block-left img {
  max-height: 200px !important;
}

.def-list {
  margin-left: 16px;
}

.def-list dl {
  display: grid;
  grid-template-columns: auto auto;
}

.def-list dt {
  grid-column-start: 1;
  font-weight: normal;
}
.def-list dd {
  grid-column-start: 2;
  padding-bottom: 10px;
  margin-left: 15px;
  margin-right: 40px;
}

/* Accordion */

.accordion {
  background-color: #006503;
  color: white;
  cursor: pointer;
  padding: 7px 6px 7px 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 8.5pt;
  transition: 0.4s;
  font-weight: bold;
  margin-top: 4px;
  border-radius: 5px;
}

.accordion-active, .accordion:hover {
  background-color: #019606;
}

.accordion:before {
  content: '\25bc';
  color: white;
  float: left;
  margin-right: 5px;
}

.accordion-active:before {
  content: "\25b2";
}

.accordion-panel {
  padding: 0 8px; 
  max-height: 0;
  Font-size:9pt;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* Article text */

.article-page-title {
	font-size : 14pt;
	font-weight : bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}

.article-page-title-small {
	font-size : 12pt;
	font-weight: bold;
}

.article-sectiontitle {
	font-size : 11pt;
	font-weight: bold;
	margin-top: 16px;
}

.article-subtitle {
	font-size: 9.5pt;
	font-weight: bold;
}

.article-author {
	font-size: 9.5pt;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 12px;
}

.article-cite {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}

.article-notetext {
	font-size : 9.5pt;
}

.article-footnote-number {
	font-size: 9pt;
}

.article-footnote-text {
	font-size: 9px;
}

.article-figure {
	margin-top: 15px;
	text-align: center;
	border: 2px solid #000000;
}

.article-figure-text {
	font-size : 9pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.article-beastable-head {
	background-color: #c0c0c0;
	width: 25%;
	font-size: 9pt;
}

.article-beastable {
	width: 25%;
	font-size: 13px;
	border: 1px solid #c0c0c0;
	padding: 2px;
}

/* Hamburger menu */

.menubutton {
  display: inline-block;
  float: right;
  margin-top: 12px;
  margin-right: 12px;
}

.ham-dropbtn {
  padding: 16px;
  border: none;
  cursor: pointer;
  background-color: #053e00;
  border-radius: 4px;
}

.ham-dropbtn > img {
  height: 20px;
  width: 35px;
}

.ham-dropdown {
  position: relative;
  display: inline-block;
  float:right;
}

.ham-dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #006503;
  width: max-content;
/*  box-shadow: 0px 8px 16px 0px #817f7f; */
  z-index: 9999;
  text-align: right;
  font-size: 9px;
  color: white;
  border-radius: 4px 0 5px 5px;
  padding-bottom: 10px;
  line-height: 6pt;
}

.ham-dropdown-content a {
  color: white !important;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.ham-dropdown-content hr {
  color: white;
}

.ham-dropdown-content a:hover {background-color: #033;}

.ham-dropdown:hover .ham-dropdown-content {
  display: block;
}

.ham-dropdown:hover .ham-dropbtn {
  background-color: #1b611d;
}

/* Contact form */

#contact-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  margin-top: 40px;
}

#contact-form input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

#contact-form input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#contact-form input[type=submit]:hover {
  background-color: #45a049;
}

/* Scroll top of page button */

#topbtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background-color: #333;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 3px 3px 5px grey;
}

#topbtn:hover {
  background-color: red;
}

/* Image loading graphic */

#loader {
  width: 90px;
  margin: auto;
  padding: 8px;
}

.loader-img {
  text-align: center;
  margin-top: -10px;
}

.loader-text {
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  margin-top: -12px;
}


/* List section letter navigator */

.section-letter-vertical {
  position: fixed;
  margin-left: -70px;
  margin-top: 30px;
  background-color: #033;
  padding: 10px !important;
  color: white !important;
  border-radius: 6px;
  width: 30px;
  line-height: 16pt;
  font-size: 9.5pt;
  box-shadow: 3px 3px 5px grey;
}

.section-letter-vertical a {
  color: white !important;
}

.section-letter-vertical a:hover {
  color: red !important;
  font-weight: bold;
}

.section-letter-horizontal {
  position: fixed;
  margin-left: -210px;
  margin-top: 40px;
  background-color: #033;
  padding: 10px !important;
  color: white !important;
  border-radius: 6px;
  width: 125px;
  line-height: 16pt;
  font-size: 9.5pt;
  box-shadow: 3px 3px 5px grey;
  text-align: center;
}

.section-letter-horizontal a {
  color: white !important;
}

.section-letter-horizontal a:hover {
  color: red !important;
  font-weight: bold;
}

/* Creative Commons */

.cc-container {
  margin-top: 20px;
  margin-left:auto;
  margin-right: auto;
}

.cc-text {
  text-align: center;
  font-size: 10pt;
}

.cc-logo {
   text-align: center;
}

.cc-logo img {
  border-width:0;
  max-width:110px;
}

/* Google custom search */

.gsc-control-cse {
  background-color: #fcfcf4 !important;
}  

/* Special tables with letters in column 1 */

.table-letter-container {
  display: grid;
  grid-template-columns: 48% auto;
  margin-top: 10px;
  margin-left:10px;
}

.table-letter {
  font-size: 9pt;
  line-height: 14px;
}
  
.table-letter tr td:nth-child(1) {
  min-width: 25px;
  font-size: 9pt !important;
  font-weight: bold;
  vertical-align: top;
}

.table-letter tr td:nth-child(2) {
  width: 430px;
  font-size: 9.5pt !important;
}

.table-letter-wide {
  line-height: 14px;
  padding-top: 15px;
}
  
.table-letter-wide tr td:nth-child(1) {
  min-width: 40px;
  font-weight: bold;
  vertical-align: top;
}

.table-letter-wide tr td:nth-child(2) {
  min-width: 550px;
}

.table-letter-wide tr td:nth-child(3) {
  width: 50px;
}

/* Special table with sequential numbers in column 1 */

.table-seq-number {
  counter-reset: rowNumber -1;
  margin-top: 18px;
  margin-left: 40px;
  border-collapse: collapse;
}

.table-seq-number tr {
  counter-increment: rowNumber;
}

.table-seq-number tr th {
  counter-reset: rowNumber;
  line-height: 16px;
  text-align: right;
  font-weight: normal;
}

.table-seq-number tr:nth-child(even){
  background-color: #f2f2f2;
}

.table-seq-number tr td:nth-child(1) {
  width: 25px;
  text-align: right;
}

.table-seq-number tr td:nth-child(2) {
  width: 290px;
}

.table-seq-number tr td:nth-child(3) {
  width: 60px;
  text-align: right;
}

.table-seq-number tr td:nth-child(4) {
  width: 80px;
  text-align: right;
}

.table-seq-number tr td:first-child::before {
  content: counter(rowNumber);
  padding-right: 8px;
}

/* Misc */

.no-details {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 30px;
}

.instruct {
  font-weight: bold;
  font-size: 9pt;
}

.code-color-1 {
  color: #00a989;
}

.code-color-2 {
  color: #cb0303;
}

.code-color-3 {
  color: #731dc7;
}

/* JQuery UI */

.ui-dialog {
  box-shadow: 6px 6px 15px -10px black;
}

.chapter-title {
  margin-left: 5px;
  font-weight: bold;
  line-height: 8px;
  font-size: 9pt;
}

.ol-chapter {
  margin-left: -8px;
  font-size: 8.5pt;
  line-height: 16px;
}

.ol-chapter-line2 {
  color: grey;
  font-style: italic;
}

.ol-chapter-wide {
 width:300px; 
}

.ol-decimal {
  list-style-type: none;
  counter-reset: items;
  counter-increment: section;
}

.ol-decimal-23 {
  counter-reset: items 22;
}

.ol-decimal li::before {
  content: counters(section, "") "." counters(items, "") " ";
  counter-increment: items;
}

ol.alpha-nodot {
  counter-reset: alist;
  margin-left: -16px;
}

ol.alpha-nodot > li {
  list-style: none;
  counter-increment: alist;
}

ol.alpha-nodot > li::before {
  content: counter(alist, upper-alpha);
  padding-right: 12px;
}

.sidenav {
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 140px;
  background: #006503;
  overflow-x: hidden;
  padding: 8px 0;
  border-radius: 8px;
  margin-left: -200px;
}

.sidenav a {
  text-decoration: none;
  font-size: 9px;
  color: #ffffff !important;
  display: block;
  padding-left: 8px;
  padding-bottom: 2px;
}

.sidenav a:hover {
  background: black !important;
}

body.waiting * {
  cursor: progress;
}
