
:root {
  --central-color: #1c2e3c;
  --edge-color: #1a334c;
  --th-fade-blue: #2979b7;
  --th-blue: #235078;
  --header-blue-grey: #253b4b;
  --data-table-bar: #0a4077;
  --header-blue: #36cfff;
  --header-blue-bright: #0c5691;
  --caption-blue: #267cc9;
  --active-link: #267cc9;
  --deep-grey: #a1a9af;
  --badge-color: #1966a3;
  --column-first: #e5e5e5;
  --power-color: #9fa6ad;
  --header-color: #a1a1a1;
  --top-blend: #0d345a;
  --shadow-edge: #293e4e;
  --title-four-color: #ada4a4;
  --info-group: #939393;
  --fig-caption-color: #b1aeae;
  --nav-hover-item: #8895a1;
  --link-color: #d5ab6d;
  --top-table: #1f3737;
  --persona-color: #8094a7;
  --strong-orange: #b99d06;
  --b-card-color: #263949;
  --strong-gold: #b99e00;
}

html {
	min-height: 100vh;
}

body 
{
	background: var(--central-color) none repeat scroll 0 0;	 
	font-family: system-ui, sans-serif;
	color: var(--column-first);
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
}

.wrapper {
    display: flex;
	margin: 30px;
	flex-grow: 1; 
}

.wrapper h4.preface {
	margin-top: 20px;
	color: var(--deep-grey);
	font-family: ui-sans-serif;
}

p {
	line-height: 1.5;
}

.bal-kriav .dropdown-item:focus, .bal-kriav .dropdown-item:hover {
	background-color: var(--nav-hover-item);
}

.wrapper .fa-solid.fa-dungeon {
	color: #feec85;; 
	font-size: 16px;
}

.fa-solid.fa-earth-europe, .fa-solid.fa-arrow-up, .fa-solid.fa-arrow-down {
	color: var(--header-blue);
}

.fa-solid.fa-arrow-up, .fa-solid.fa-arrow-down {
	vertical-align: middle;
	margin-left: 5px;
}

.fa-solid.fa-book-journal-whills, .fa-solid.fa-map {
	color: darkseagreen;
}

.fa-sharp.fa-solid.fa-gear, .fa-sharp.fa-solid.fa-crown {
	color: var(--power-color);
}

.fa-solid.fa-brain {
	color: var(--persona-color);
}

.fa-solid.fa-mountain {
	color: #8B4513; /* SaddleBrown */
}

.fa-solid.fa-dungeon {
	color: #696969; /* DimGray */
}


.fa-solid.fa-feather {	
	margin-right: 5px;
}


h1 small .fa-solid {
	vertical-align: super;
}

.fa-solid.fa-x.red {
	color: red;
}

.fa-solid.fa-check.green {
	color: green;
}

.col-lg-9 .fa-solid.fa-arrow-up, .col-lg-9 .fa-solid.fa-arrow-down {
	color: var(--deep-grey);
}


.fa-solid.fa-circle-info {
	margin-left: 5px;
	color: var(--deep-grey);
}

table.fixed .innerMini td {
	padding-right: 25px;
	padding-left: 10px;
}


.bal-kriav a.nav-link{
	text-transform: capitalize;
}

.bal-kriav .dropdown-menu {
	background-color: var(--header-blue-grey);
}

.tblWell {
	display: flex;
	justify-content: center;
}

.paraGap {
	margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 0 0.5em;
  }
  .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
    margin-left: 8px;
  }
}

.tblCnt table {
	margin: 0 auto;
}


.wrapper h1 small
{
	margin-left: 15px;	
	font-size: .5em;
	font-weight: normal;
    line-height: 1;
    color: #777;
}

.wrapper h1.mapper {
	display: flex;
    align-items: center;
}

.wrapper h1.mapper small {
	margin-left: 5px;
}

.period{
	font-size: .85em;
	vertical-align: top;
	color: gray;
}

.liSide
{
	height: 30px;
}

hr {
	border: 0;
	border-top: 1px solid #eee;
}

.hrMargin
{
	margin-top: 35px;
	margin-bottom: 35px;
}

.hrMargin2
{
	margin-top: 50px;
	margin-bottom: 50px;
}

.hrMargin3
{
	margin-bottom: 20px;
	margin-top: 10px;
}

.hrThick
{
	height:2px;
	color:gray;
	background-color:gray;
}

.hrHalf
{
	width:60%;
	text-align:left;
	margin-left:0
}

.gapTable {
	margin-left: 25px;
}

.colBlock {
    display: flex;
    flex-direction: column;
	font-size: 14px;
	border-radius: 10px;
	margin-top: 30px;
	padding-left: 20px;
}


.colRow {
	padding: 5px 0px;
}
	

.currentDate
 {
  background-color : var(--central-color); 
  color: white;
  width: 20%;
  font-size: 14px;
  border-color: #063b70;
}

.floatingMap blockquote
{
	border-left: none;
}

.dataTables_wrapper td{
	color: white;
}

a:link, a:visited, .dataTables_wrapper a:link, .dataTables_wrapper a:visited {
    color: var(--link-color);
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
    color: var(--active-link);
}

.badgeML
{
	margin-left: 8px;
	background-color: var(--badge-color);
	vertical-align: text-top;
	border-radius: 5px;
}
  
 .goRight
 {
	 background-color: var(--edge-color);	
	 margin-bottom: 15px;
 }
  
.topBar
{	
	padding: 5px;
	background-color: #4c4c00;
	border-radius: 5px;
	color: var(--col-first);
}

.topBorder
{
	border-style: solid;
	border-top: thick double #AAAAAA;
}

.pager {
    display: flex;
    align-content: space-between;
    justify-content: flex-start;
    align-items: baseline;
	list-style-type: none;
	padding-inline-start: 0px;
}

.pager li {
	display: list-item; 
}


.pager li > a, .pager li > span{
	margin-right: 15px;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: var(--edge-color);
    border: 1px solid black;
    border-radius: 15px;
}

.tblStart li {
	margin-bottom: 10px;
}

.tbl10 {
   width: 10%;
}

.tbl15 {
   width: 15%;
}

.tbl20 {
   width: 20%;
}

.tbl25 {
   width: 25%;
}

.tbl30 {
   width: 30%;
}

.tbl35 {
   width: 35%;
}

.tbl40 {
   width: 40%;
}

.tbl45 {
   width: 45%;
}

.tbl50 {
   width: 50%;
}

.tbl60 {
   width: 60%;
}

.tbl70 {
   width: 70%;
}

.tbl80 {
   width: 80%;
}

.tbl90 {
   width: 90%;
}

.tbl100 {
   width: 100%;
}

@media screen and (max-width: 768px) {
  
  .tbl10, .tbl15, .tbl20, .tbl25, .tbl30, .tbl35, .tbl40, .tbl45, .tbl50, .tbl60, .tbl70, .tbl80, .tbl90, .tbl100, .indexList{
   width: fit-content;
  }
  
	  .col-lg-9 figure { 
  margin: 0px 0px 10px 0px;
}
  
  .pager {
	  width: fit-content;
  }
    
}

#content {
	width:100%;
}

.wrapper h1
{
	color: var(--header-blue);
	text-transform:uppercase;
	font-size: 30px;
	font-family: 'Amethysta', serif;
    letter-spacing: .2em;	
}

.wrapper h4{
	margin-top:40px;	
	font-size: 18px;
	color: var(--title-four-color);
	font-weight:bold;
}

.wrapper h5{
	margin-top: 20px;
	font-size: 17px;
	color: 	#999;
	letter-spacing: 1px;
	font-weight:bold;
}

.wrapper h6{	
	margin-top: 15px;
	font-size: 16px;
	color: var(--deep-grey);
	letter-spacing: 1px;
	font-family: 'Amethysta', serif;
	font-weight:bold;
}

.wrapper .sidenav h6{
	margin-left: 15px;
	font-size: 17px;
}

.wrapper .indent40{
	margin-left: 40px;
}

.b-card, .c-card {
	background-color: var(--b-card-color);
    margin: 15px 5px;
    border: 1px solid #36485b;
    font-size: 15px;
    padding: 10px 15px;
	border-radius: 1%;
}

.wrapper .b-card h5 {
	margin-bottom: 12px;
	color: var(--strong-gold);
}

.c-card blockquote{
	font-size: unset;
}

.menu{
	padding-left: 5px;
	padding-top: 5px;
}

.menuLabel{
	font-weight: 600;
	font-style: italic;
}

.menuItem
{
	margin-left: 3px;
	margin-right: 3px;
	padding-top: 3px;
	font-size:13px;
}

.floatingMap
{
  width: 600px;
  float: right;
}

.pit {
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.5),
  inset 5px 5px 8px rgba(0,0,0,0.5);
  background-color: #252222;
}

.colT1 {
	width: 105px;
}

.colB1 {
	width: 450px;
}

table.fixed
{
	font-size: 14px;
	margin-bottom: 30px;
	border-width: 5px;	
	border-top: 2px solid #777;	
	background-color: var(--top-table);
	/*background: linear-gradient(var(--top-blend), var(--central-color));*/
	box-shadow: 3px 5px 15px var(--shadow-edge);
	border-radius: 5px;
}

table.fixed.heroes, table.fixed.god {
	text-transform: capitalize;
}
table.fixed.heroes td.article, table.fixed.god td.article {
	text-transform: none;
}

table.fixed td {
	padding: 4px 4px 4px 8px;
}


table.fixed td.subjmap{
	padding-right: 0px;
}

.traitCol{
   width: 40%;
}

.sideTable
{
	width: 80%;
}

.subj, .subjmap
{
	font-weight:bold;
	color: var(--col-first);
	width: 15%;
	white-space: nowrap;
}

blockquote {
    border-left: 3px double #777;
	padding: 20px 10px;
	background-color: var(--b-card-color);
	border-radius: 5px;
}

.wrapper blockquote p {
    margin: 8px;
}

img{
	width: auto ;
	max-width: 100% ;
	height: auto;
	border-radius: 10px;
	margin: 5px;
}

.fillMap {
	opacity: .4;
}

.speaker {
	font-style: italic;
}

table.floatRight.img{
	box-shadow: none;	
	float: none;
}

.lineUp {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.blog_rt{
	vertical-align:middle;
}

.blog_lt{
	vertical-align:middle;
}

.imgBlog{
	margin: 5px 10px; 
	border-radius: 4px;
}

.sidenav .carousel-inner {
	height: 650px;
	overflow: hidden;
	min-height: 300px;
}

.sidenav .carousel-indicators {
	justify-content: left;
}

.sidenav figure {
  float: left;
}

figure {
  float: right;
  margin: 0px 0px 10px 10px;
}

figcaption {
  text-align: center;
  font-size: 13px;
  text-indent: 0;
  margin: 3px;
  color: var(--fig-caption-color);
  letter-spacing: .1em;
}

caption{
   font-size: 1.2em;
}

.goRight caption {
	font-weight: bold;
	background: linear-gradient(var(--top-blend), var(--central-color));
	border-bottom: 1px solid #626161;
	padding-left: 5px;
	margin-bottom: 8px;
}

.tblBord1 caption, .mapTable caption, .locater caption {
	caption-side: top;
}

.innerMini
{
  margin-top: 5px;
  border-radius: 5px;
}	

.goRight .innerMini {
	display: flex;
	flex-direction: column;
	background-color: var(--central-color);
	background: linear-gradient(var(--top-blend), var(--central-color));
}

.goRight .innerMini.table-striped.full  {
	width: 100%;
}

.goRight .innerMini.modeusGrid {
	border-collapse: inherit;
	margin: 0px 0px 10px 0px;
	display: table;
    width: 100%;
}

table.innerMini.capitals
{
  width: 50%;
}

table.fixed .innerMini
{
   margin: 5px 0px 5px 0px;
}

table.fixed .innerMini.maps{
	margin: 0px;
}

table.fixed .innerMini.maps td
{
	padding-left: 0px;
}

.innerMini td
{
padding: 3px 5px;
font-size: 13px;
}

.innerMini.locater td, .innerMini.modeusGrid td
{
padding: 4px 8px;
font-size: 13px;
}

.locater .subj{
	width: 25%;
}


.innerMini td.enhance
{
font-weight:bold;
font-size: 14px;
}

.pinEdge td
{
	padding-left: 6px;	
}

.leftEdge td
{
	padding-left: 10px;	
}

.pinEdge caption
{
	padding-left: 10px;	
}

.pinEdge th
{
	padding: 10px 0px 10px 5px;
}

.market
{
margin-top:10px;
margin-bottom: 10px;
}

.tblBord1
{
border: 2px solid #3b3b3b;
}

.tblBord1G
{
border: 1px solid #4d4949;
}

.tblBord2
{
border: 3px solid #323232;
}

.well
{
	border: 0px solid #e3e3e3;
	padding: 5px;
}

.pager a:link, .pager a:visited {
    color: white;
    text-decoration: none;
}

.pager a:hover {
    text-decoration: underline;
    color: 	var(--active-link);
}

.pager a:active {
    color: 	var(--active-link);
    text-decoration: underline;
}

.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: var(--header-blue-grey);
}

.oddRow
{
	background-color: var(--header-blue-grey);;
}

.header, .headerCnt
{
	background-color: var(--header-blue-grey);
	white-space: nowrap;
	padding-right: 10px;
}

.epoch .header, .epoch .headerCnt {
	width: 30%;
}

.headerW10
{
	background-color: red;
	width: 10%;
}

.headerCnt
{
	text-align:center;
}


.cnt
{
	text-align:center;
}

.floatingGrid
{
  width: 30%;
  float: right;
  margin: 5px;
  background-color: var(--b-card-color);
  border-radius: 5px;
  padding: 10px;
}

.floatingMediumGrid
{
  width: 30%;
  float: right;
  background-color: var(--b-card-color);
  margin: 5px;
  border-radius: 5px;
  padding: 10px;
}

.floatingWideGrid
{
  width: 50%;
  float: right;
  margin: 10px;
  font-family: cursive;
  background-color: #2c3741;
  font-size:13px;
  border-radius: 10px;
  padding: 8px;
}

.floatRight
{
	float: right;
}

.innerInfo
{
color:#ffffb2;
}

.reference
{
font-size: 11px;
margin-top: 10px;
}



table.bigList
{
font-size: 14px;
border-spacing: 3px;
margin: 20px 0px;
    background-color: #2a2a2b;
}

.tblWell table.bigList {
	margin-top: 0px;
}

.bigList caption {
	caption-side: top;
	font-size: 18px;
	color: var(--title-four-color);
	font-weight:bold;
}

table.bigList td.subj{
	padding-right: 20px;
	color: #afaeac;
}

table.fixed td.subj{
	padding-right: 15px;
}

.indexList
{
	width: 90%;
}

.bigList td
{
    padding: 6px 12px 6px 5px;
	vertical-align: baseline;
}

.bigList th, .colRowHdr
{
background: linear-gradient(var(--th-fade-blue), var(--edge-color));
padding: 5px;
font-size: 1.2em;
font-family: 'Amethysta', serif;
padding-right: 10px;
border-bottom: 2px solid #3f4952;
color: var(--header-color);
padding-bottom: 10px;
font-weight: bold;
}

.stackMini td
{
	font-size:11px;
	padding: 3px;
	line-height: 1.2;
}

.stackMini th
{
	font-size:11px;
	line-height: 1.2;
	color: #A9A9A9;
	padding-right: 10px;
}

.grad
{
	color: var(--info-group);
	font-size:13px;
	/* padding-left: 5px; */
}

.grad a:link, .grad a:visited, h5 small a:link, h5 small a:visited {
	color: var(--info-group);
}

.gradbig{
	font-size:14px;
	margin-top: 20px;
	background-color: var(--central-color); 
	border-color: var(--central-color);
	color: #777; 
}

.gradsmall{
	background-color: var(--central-color); 
	border-color: var(--central-color);
	color: #777; 
}


.btn-population {
    color: #fff;
    background-color: var(--top-table);
    border-color: #666666;
}


.entries
{
display:none; 
margin-left:20px;
margin-top:10px; 
margin-bottom:10px; 
float:none;
}

.spower
{
font-weight:bold;
color:var(--power-color);
white-space:nowrap; 
margin-right:20px;
font-stretch: expanded;
}

blockquote .spower {
	margin-right: 10px;
}


.tpower
{
font-weight:bold;
color:#777;
}


.upower
{
font-weight:bold;
}

.gpower
{
font-weight:bold;
color: #666666;
white-space:nowrap; 
margin-right:20px;
} 

.gcaption
{
color: #666666;
white-space:nowrap; 
font-size: 14px;
} 

.gcaption a:hover, .gpower a:hover {
    text-decoration: underline;    
}

.gcaption a:link, .gcaption a:visited, .gpower a:link, .gpower a:visited {
	color: #666666;
    text-decoration: none;
}

.modeusGrid
{
	text-align: center;	
}

.modeusGrid caption {
	caption-side: top;
}

.modeusGrid td {
	border: 1px solid black;
}

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

.modeusGrid a:link, .modeusGrid a:visited {
    text-decoration: none;
	color: white;
}

.modeusGrid td {
  transition: border-color 0.2s ease; /* Add this for a smooth border change */
}

.modeusGrid td:hover {
  border: 1px solid white;
}

.mixedMap
{
	background: #595959;
	background: linear-gradient(#595959, #008000);
}

.innerMini.modeusGrid td.currentMap:hover {
	border: 1px solid black;
	opacity: .8;
}

.sandMap
{
	background: #cc8800;
	background: linear-gradient(#595959, #cc8800);
}

.seaLandMap
{
	background: #0066ff;
	background: linear-gradient(#0066ff, #008000);
}

.unknownMap
{
	background: #1a1a1a;
	background: linear-gradient(#1a1a1a, #cccccc);
}

.forestMap
{
	background-color:#008000;
}

.mountainMap
{
	background-color: #595959;
}

.waterMap
{
	background-color: #0066ff;
}

.swampMap
{
	background-color: #003300;
}

.lowlandMap
{
	background-color: #608000;
}

.iceMap
{
	background: #1ad1ff;
	background: linear-gradient(#005266, #1ad1ff);
}

.fireMap
{
	background: #800000;
	background: linear-gradient(#800000, #ff4d4d);
}

.underMap
{
	background: #333333;
	background: linear-gradient(#333333, #994d00);
}

.underIchorMap
{
	background: #994d00;
	background: linear-gradient(#994d00, #0000ff);
}

.mapTable
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.grayDown
{
	color:#bcbcbc;
}

.gpower a:link
{
	color: #666666;
}

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

.gpower a:visited {
	color: #666666;
    text-decoration: none;
}

.gold
{
	color:#e6c300;
}

.silver
{
	color:#c0c0c0;
}

.blue
{
	color:#66a3ff;
}

.nowrap
{
	white-space: nowrap;
}

.cutMargin
{
	margin-top: 10px;
}

div.dropdown.headDropdwn
{	
	color: #9d9d9d;
	margin-top: 8px;
}

.btnRed
{
	background-color: var(--central-color);
}

/* Icon when the collapsible content is shown */
.btn:after {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; content: "\f107";
	float: right;
	margin-left: 15px;
}
  

.rotate {

    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
}

.fancy {
	background-color: var(--central-color);
	font-size: 14px;
	border: 2px solid #333b24;
}

.spoilerAlert {
	color:  red;
	font-size: 16px;
}

.versus{
	font-weight:bold;
	margin-right: 3px;
}

h1.destroyed {

  color: #0a0707;
  vertical-align: middle;
  letter-spacing: .1em;
}

.fire {
  animation: animation 1s ease-in-out infinite alternate;
  -moz-animation: animation 1s ease-in-out infinite alternate;
  -webkit-animation: animation 1s ease-in-out infinite alternate;
  -o-animation: animation 1s ease-in-out infinite alternate;
}

.burn {
  animation: animation .65s ease-in-out infinite alternate;
  -moz-animation: animation .65s ease-in-out infinite alternate;
  -webkit-animation: animation .65s ease-in-out infinite alternate;
  -o-animation: animation .65s ease-in-out infinite alternate;
}

@keyframes animation
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #ffae34,
  10px -20px 25px #ec760c,
  -10px -30px 30px #cd4606,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #ffae34,
  -11px -27px 24px #ec760c,
  0 -41px 40px #cd4606,
  5px -45px 40px  #973716;}
}

@-o-keyframes animation
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #ffae34,
  10px -20px 25px #ec760c,
  -10px -30px 30px #cd4606,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #ffae34,
  -11px -27px 24px #ec760c,
  0 -41px 40px #cd4606,
  5px -45px 40px  #973716;}
}


.dead {
  animation: corpses 1s ease-in-out infinite alternate;
  -moz-animation: corpses 1s ease-in-out infinite alternate;
  -webkit-animation: corpses 1s ease-in-out infinite alternate;
  -o-animation: corpses 1s ease-in-out infinite alternate;
}

.corpse {
  animation: corpses .65s ease-in-out infinite alternate;
  -moz-animation: corpses .65s ease-in-out infinite alternate;
  -webkit-animation: corpses .65s ease-in-out infinite alternate;
  -o-animation: corpses .65s ease-in-out infinite alternate;
}

@keyframes corpses
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #337ab7,
  10px -20px 25px #ec760c,
  -10px -30px 30px #2a2422,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #337ab7,
  -11px -27px 24px #ec760c,
  0 -41px 40px #2a2422,
  5px -45px 40px  #973716;}
}

@-moz-keyframes corpses
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #337ab7,
  10px -20px 25px #ec760c,
  -10px -30px 30px #2a2422,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #337ab7,
  -11px -27px 24px #ec760c,
  0 -41px 40px #2a2422,
  5px -45px 40px  #973716;}
}

@-webkit-keyframes corpses
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #337ab7,
  10px -20px 25px #ec760c,
  -10px -30px 30px #2a2422,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #337ab7,
  -11px -27px 24px #ec760c,
  0 -41px 40px #2a2422,
  5px -45px 40px  #973716;}
}

@-o-keyframes corpses
{
0% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #feec85,
  -10px -10px 20px #337ab7,
  10px -20px 25px #ec760c,
  -10px -30px 30px #2a2422,
  0 -40px 35px #973716,
  5px -45px 40px #451b0e;}
100% {text-shadow: 0 0 10px #fefcc9,
  5px -5px 15px #fefcc9,
  -5px -5px 20px #feec85,
  11px -21px 30px #337ab7,
  -11px -27px 24px #ec760c,
  0 -41px 40px #2a2422,
  5px -45px 40px  #973716;}
}


.dataTables_wrapper table.dataTable.stripe tbody tr.odd, 
.dataTables_wrapper table.dataTable.display tbody tr.odd {
    background-color: var(--data-table-bar);
}

.dataTables_wrapper table.dataTable tbody tr {
    background-color: var(--header-blue-grey);
}

.dataTables_wrapper table.dataTable.display tbody tr.odd>.sorting_1, 
.dataTables_wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	 background-color: var(--data-table-bar);
}

.dataTables_wrapper table.dataTable.display tbody tr.even>.sorting_1, 
.dataTables_wrapper table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: var(--header-blue-grey);
}

.dataTables_wrapper table.dataTable.row-border tbody th, 
.dataTables_wrapper table.dataTable.row-border tbody td, 
.dataTables_wrapper table.dataTable.display tbody th, 
.dataTables_wrapper table.dataTable.display tbody td {
    border: none;
}


#content .dataTables_wrapper tbody tr:nth-child(even):hover td{
background-color: #2f2f1a !important;
}

#content .dataTables_wrapper tbody tr:nth-child(odd):hover td {
background-color: #2f2f1a !important;
}


blockquote.noborder {
	border-left: none;
}

.carousel.slide.ascendant {
	float: left;
	width: 60%;
}

.ascendant .carousel-inner {
	display: flex;
	justify-content: space-around;
}

.leftShift {
	margin-left: 20px;
	margin-top: 40px;
}

.leftShift table.bigList {
	font-size: 12px;
}

.row .a-grid {
	display: flex;
	justify-content: space-evenly;
	margin: 10px 0px;
}

.row .b-grid {
	display: flex;
	justify-content: space-evenly;
	background: linear-gradient(var(--central-color), var(--top-blend));
	margin: 10px 0px 20px 0px;
}

.row .b-grid .block .item {	
	margin: 10px 0px;
    padding-left: 5px;
}

.row .b-grid .block .item.header {
    padding: 5px;
	font-size: 15px;
	color: var(--title-four-color); 
	background: linear-gradient(var(--top-blend), var(--central-color));
	font-weight:bold;
}	

.row .b-grid .block .item.header a:visited, .row .b-grid .block .item.header a:link {
	color: white;
}

.c-grid .block {
	margin-left: 15px;
}


.header_label {
	font-size: 18px;
	color: 	#999;
	letter-spacing: 3px;
	font-weight:bold;
}

.migRoute {
	display: flex;
	justify-content: center;
	color: var(--fig-caption-color);
}

.migRoute li {
	font-size: 12px;
}

.row .section {
	margin: 20px 0px;
}
	

.region_vw {
	text-align: center;	
	margin-top: 30px;
	opacity: .7;
	font-size: 13px;
}

.region_vw a:visited {
	color: #c7c7b3
}

.region_vw .surface {
	background-color: green;
	background: linear-gradient(blue, green);
}

.region_vw .st_1 {
	background: linear-gradient(#114c11, grey);
}

.region_vw .st_2 {
	background: linear-gradient(grey, black);
}

.region_vw .info {
	text-align: right;
	opacity: .5;
	font-size: 12px;
}

.sidenav {
	display: grid;
	align-content: start;
}

.sidebar-block {
  background-color: #1a1a1a; /* Matches the dark sidebar background */
  border: 1px solid #333;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  order: -1; /* push the chatbox to the top */
}

.sidebar-title {
  color: #5da9e9; 
  font-size: 1.1em;
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sidebar-list {
  list-style-type: square;
  padding-left: 20px;
  color: #ccc; /* Softer white/gray for text */
}

.sidebar-list li {
  margin-bottom: 10px;
  line-height: 1.4;
}

.sidebar-quote {
  font-size: 0.85em;
  color: #888;
  border-top: 1px solid #333;
  padding-top: 10px;
  margin-top: 10px;
}

.series-update {
	max-height: 800px; 
	overflow-y: auto;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: white !important;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #888 !important;
}

body .dataTables_wrapper .dataTables_length,
body .dataTables_wrapper .dataTables_filter,
body .dataTables_wrapper .dataTables_info,
body .dataTables_wrapper .dataTables_processing {
    color: white !important;
}
