html {
  height: 100%;
  background: rgb(244,244,112);
}
#textWindow, textWindow2 {
    overflow: auto;
}

a {
  text-decoration: none;
}
:focus, :active {
  outline: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: verdana;
}

/* Hide Apocrypha books list for now */
.APO, .APOH {
    display: none;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  align-items: flex-start;
  align-content: flex-start;
  padding: 28px;
  border: solid #DDD 4px;
  box-shadow: inset 0px 0px 8px 0px rgba(200,200,200,0.7);
}

.flex-container-plain {
  display: flex;
  padding: 0 12px;
}

/*
.parent {
display: grid;
grid-te mplate-columns: repeat(8, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 1rem;
grid-row-gap: 1rem;
height: 76vh;
overflow: hidden;
}
*/

#ltCol {
  flex: 1;
  border: 2px #777 solid;
  overflow: hidden;
}

#ctrCol {
  flex: 3;
  border: 2px #777 solid;
  overflow: hidden;
  height: 76vh;
}

#lexText { height: 36vh; overflow-y: scroll; padding: 6px;}
#grkText { height: 76vh; overflow-y: scroll; padding: 6px; margin-right: 6px;}
#lexText2 { height: 36vh; overflow-y: scroll; padding: 6px;}

#permLexEntry {
  display: none;
}

#lexText{
  position: relative;
  z-index: 1;
}

#lexText2{
  position: relative;
  z-index: 900;
}

.wordCell {
  margin: 10px;
}

.grkWord {
  text-align: center;
}

.strongsNo {
  text-align: center;
  font-size: 0.8em;
  color: #0000BB;
}

.strongsNo:hover, #ltCol .strongsNo:hover, .lexPanelStrongsLink a:hover {
  color: #fff;
  background-color: #2B79FF;
  cursor: pointer;
}

#ltCol .strongsNo {
  font-size: 1.0em;
  color: #0000BB;
  padding: 2px;
  border: #0000BB 1px solid
}

.strongsNoInLexText{
  color: #0000BB;
  padding: 2px;
  border: #0000BB 1px solid
}

.lexPanelStrongsLink {
  font-size: 0.8em;
  color: #0000BB;
  padding: 4px;
}

.morphRobinson {
  text-align: center;
  font-size: 0.8em;
}

.lingView {
  width: 300px;
  height: 600px;
  border: 1px #3f3f3f solid;
}

.lingPane{
  height: 46%;
  border: 1px #000000 solid;
}

.byzText{
  width: 600px;
}

.lexPanelstrongsNo{
  float: left;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background-color: #E76700;
  /*border: 1px #000000 solid;*/
  padding: 4px;
}

.lexPanelGrkWord{
  clear: left;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background-color: #2B79FF;
  border: 1px #000000 solid;
}

.lexPanelStrongsEntry{
  text-align: "left";
  font-size: 1rem;
  margin: 12px;
}


.headerRow {
    border-bottom: 6px double #000;
}

.ui-widget-header{
  background: #7ABEDA !important;
}

h1 {
  text-align: center;
  font-size: 2vw !important;
}

button#branding{
  color: #fff;
  font-weight: 800;
  font-size: 0.8em;
  padding: 4px 6px;
  background-color: #2B79FF;
}

.chapterNo{
  color: #fff;
  font-weight: 800;
  font-size: 1.2em;
  padding: 6px 4px;
  background-color: #2B79FF;
}

.verseNo{
  color: #0000BB;
  vertical-align: super;
  font-weight: 600;
  font-size: 0.6em;
  padding: 4px;
  border: #999 2px solid;
  border-radius: 50%;
}

.textTab{
  line-height: 1.3em;
}

#textWindow ul li a{
  background: #DDD;
  color: #000000;
}

.ui-tabs .ui-tabs-nav
{

}

.ui-tabs .ui-tabs-panel /* just in case you want to change the panel */
{

}

#textWindow .ui-tabs-nav .ui-state-active a {
      color: black;
      font-family:"Arial";
      font-weight:bold;
  }

.ui-tabs-active a{
    background:rgba(231, 103, 0) !important;
    color: #fff !important;
}

.bookName{
  min-width: 150px;
  height: 60px !important;
  padding: 24px;
  /*border: solid #888 2px;*/
  flex-grow: 0;
  flex-shrink: 0;
  margin: 16px;
  border-radius: 6px;
  font-weight: 800;

}

.bookName.OT
{
   background:rgba(70, 135, 20);
   color:rgba(255,255,255,1);
   text-shadow: 2px 2px 4px #000000;
/*   color:rgba(145,145,145,1);*/

}

.bookName.APO
{
    background:rgba(231, 103, 0);
   color:rgba(255,255,255,1);
   text-shadow: 2px 2px 4px #000000;
}

.bookName.NT
{
    background:rgba(43, 121, 255);
   color:rgba(255,255,255,1);
   text-shadow: 2px 2px 4px #000000;
}

.OT{
  box-shadow: 10px 10px 18px rgba(136,136,136,0.30);
  border: 2px solid rgba(89,53,0,0.45);
}

.APO{
  box-shadow: 10px 10px 18px rgba(136,136,136,0.30);
  border: 2px solid rgba(147,194,97,0.45);
}

.NT{
  box-shadow: 10px 10px 18px rgba(136,136,136,0.30);
  border: 2px solid rgba(122,190,218,0.45);
}

.OTH{
  /*background-color: rgba(0,72,186,0.45);*/
  border-bottom: 8px solid rgba(147,194,97,0.75);
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.45)
}

.APOH{
  /*background-color: rgba(0,165,80,0.30);*/
  border-bottom: 8px solid rgba(237,149,78,0.75);
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.45)
}

.NTH{
  /*background-color: rgba(255,219,0,0.25);*/
  border-bottom: 8px solid rgba(122,190,218,0.75);
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0.45)
}

.bibleSectionHeader{
  clear: both;
  width: 100%;
  padding: 0 64px;
  margin: 32px 0;
}

#titleCont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 12px;
  border: 8px solid #FF0000;
  text-align: center !important;
}

.centerTitle {

}

#bookTitle{

}

#shortBookNameCont{
  font-size: 0.8vw !important;
}

#brandingCont{
  font-size: 1.1vw !important;
}

a.tooltip{
    position:relative;
}
a.tooltip:hover{
  text-decoration:none;
}
a.tooltip:after{
  content: attr(tip);
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.6em;
  line-height:1.2em;
  color:#fff;
  width:200px;
  padding:5px 10px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  background:#c00d3f;
  background:-webkit-linear-gradient(#c00d3f, #7b0a2a);
  background:-moz-linear-gradient(#c00d3f, #7b0a2a);
  background:-o-linear-gradient(#c00d3f, #7b0a2a);
  background:-ms-linear-gradient(#c00d3f, #7b0a2a);
  background:linear-gradient(#c00d3f, #7b0a2a);
  -moz-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  -webkit-box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  box-shadow: 3px 3px 4px rgba(0,0,0, .65);
  position:absolute;
  top:27px;
  left:-10px;
  display:none;
}
a.tooltip:before{
  z-index:1000;
  position:absolute;
  content:"";
  top:15px;
  left:0px;
  border-right:7px transparent solid;
  border-left:7px transparent solid;
  display:none;
}
a.tooltip:hover{
  z-index:1000;
  position:relative;
  color:#8325f7;
}
a.tooltip:hover:after{
  display:block;
}
a.tooltip:hover:before{
  display:block;
}
