/* Common page css */
/* Last update: 4/1/18 - DGY - added Footer for counter */
html {
  padding:0px;
  margin:0px;
}

body {
  font-family: Georgia, Serif;
  padding: 0px 10px;
  margin: 0px;
  height: 100%;
}

.category {
  color: #0033FF;
}

.item {
  margin-left: 100px; /* 100px 100px 100px; */
  padding: 10px;
}

#top {
  width: auto; /*97%;*/
  background: #304972 left no-repeat url(/Bible/Images/ClassicCross.jpg);
  border: 5px outset #CCCCCC;
  padding: 10px;
  /* position: fixed; */
  margin: 0px 10px 1px 1px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

#footer {
  position:absolute;
  bottom:0;
  width:50%;
  margin-left: 45%;
  height:15px;   /* Height of the footer */
}

#sidemenu {
  position: fixed;
  width: 180px;
  left: 20px;
  top: 290px;
  padding: 20px;
  margin: 0px;
  background: #ccdeff;
  border: 2px solid #254ac7;
}

#sidemenu a {
  font-size: 15px;
  line-height: 3;
  text-decoration: none;
}

#content {
  margin-left: 275px;
  margin-top: 0px;
  overflow: auto;
  border: thin solid;
  position: relative;   /* Need this to allow scrolling when an image is under the content. */
  /* background: #F5F5F5; */
  padding: 0px 10px 10px 10px;
  /*background-image: url(Images/Jesus_070.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed; */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity: 1.00;
  /* z-index: 1; */
}

#scroller {
    height: 74%;  /* This is needed to make the content scroll under the menu. */
    left: 0;
    overflow: auto;
    position: absolute;
    width: 99%;
    z-index: 2;
}

#wop {
  /* Words of praise to my God */
  height: 100px;
  margin-left: 275px;
  margin-top: 5px;
  overflow: auto;
  border: thin solid #000000;
  background: #F5F5F5;  /* light grey */
  padding: 0px 10px 10px 10px;
}

h1 {
  font-size: xx-large;
  padding-top: 3px;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.doublespace {
  line-height: 2;
}

#thebackground	{
  /* width: 74%; */
  height: 75%;
  position: fixed;
  z-index: -100;
  margin: -2% 0% 0% -1%;
  /* for IE */
  filter:alpha(opacity=25);
  /* CSS3 standard */
  opacity: 0.25;
}

#maintopics {
    list-style: none;
}

#maintopics a {
  font-size: large;
  text-decoration: none;
}

#dataEntryForm {
	/* position: relative; */
    background-color: #5E78CC;
    margin: 0 13%;
	padding: 5px;
    border: 3px solid gray;
	text-align: left;
	/* line-height: 1.5; */
}

.dataEntryError {
    color: #FF0066;
}

.fieldDescrip {
    display: inline-block;
    padding-right: 10px;
    width:100px;
}

.pageTitle {
  background: #40021F;
  border: 5px inset #CCCCCC;
  padding: 10px;
  /* position: fixed; */
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}

#endtimes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /*width: 100vw;
  height: 100vh;
  background-color: lightgrey;*/
}

.etcontent {
}

#etsubject {
  -webkit-order: -1;
  order: -1;
  display: inline-block;
  width: 300px;
  height: 100px;
  margin: 5px;
  position: relative;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  border: thin solid;
  background: #F5F5F5;
  padding: 10px 10px 10px 10px;
  transition: 1s height, 1s width;
  -webkit-transition: 1s height, 1s width;
  -moz-transition: width 1s, height 1s, top 1s, left 1s, margin 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s, margin 1s ;

}

#etsubject:focus {
  height: 600px;
  width: 800px;
  background: #CCFFFF;
  /*float: left;*/
  /*top: -500;
  left: -500; */
}

#ettitle {
  font-weight: bold;
  xfont-size: larger;
  padding-right: 1em;
}

.hiddenlink {
    color: #000000;
    text-decoration: none;
    cursor: text;
}

    #google_translate_element {
    	z-index: 100;
        float: left;
        border: 5px;
    }