
div {
	box-sizing: border-box;
	transition: 0.5s ease all;
	position: relative;
	border: solid 0px black;
}

input {
	padding: 2px;
}

#main {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: table;
	height: 50%;
}

#container {
	position: absolute;
	top: 50%;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	height: 50%;
}

#container > div {
	min-height: 350px;
	width: 85%;
	background-color: rgba(210, 210, 210, 0.5);
	margin: 0px auto 100px;
	top: -50%;
	min-width: 900px;
	border-radius: 12px;
	height: auto;
	padding: 20px;
}

.esv {
	position: relative;
	z-index: 2;
}

.esv::before {
	width: 53px;
	height: 37px;
	border-radius: 8px;
	background-color: rgba(80, 250, 110, 0.6);
	color: black;
	content: "ESV";
	position: absolute;
	top: -40px;
	z-index: -1;
	padding: 3px;
	box-sizing: border-box;
}

.nav {
	width: 100%;
	margin: 100px auto 0px;
	height: 80px;
}

.nav > div {
	border: solid 1px black;
	border-radius: 9px;
	display: inline-block;
	padding: 5px;
	width: 100px;
	height: 30px;
}

.previous-inactive, .next-inactive {
	background-color: rgba(200, 200, 200, 1);
	color: rgba(75, 75, 75, 1);
}

.previous-inactive:hover, .next-inactive:hover {
	cursor: not-allowed;
}

.previous-active, .next-active {
	background-color: white;
	color: rgba(0, 0, 0, 1);
}

.previous-active:hover, .next-active:hover {
	color: rgba(235, 235, 235, 1);
	background-color: rgba(70, 140, 235, 1);
	cursor: pointer;
}

.question, .title {
	font-size: 20pt;
	font-weight: bolder;
	text-align: center;
	padding: 35px 0px;
	height: auto;
}

.heading {
	font-size: 17pt;
	font-weight: bolder;
	text-align: left;
	padding: 15px 20%;
	height: auto;
	width: 100%;
}

.small-item {
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 10px 15%;
	height: auto;
	width: 100%;
}

.item, .text, .verse {
	font-size: 15pt;
	font-weight: normal;
	text-align: left;
	padding: 10px 15%;
	height: auto;
	width: 100%;
}

.text {
	padding: 10px 10%;
	line-height: 1.5em;
}

.verse {
	padding: 10px;
	line-height: 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
}

.verse > div {
	margin: 0px 10%;
}

.item_entry {
	font-size: 15pt;
    font-weight: normal;
    text-align: left;
    padding: 10px 25%;
    height: auto;
    width: 100%;
    line-height: 1em;
    position: relative;
}

.item_entry p {
	padding: 2px;
    box-sizing: border-box;
    margin: 0px 1%;
    text-align: right;
    right: 50%;
    position: relative;
}

.item_entry input {
    position: absolute;
    margin: 0px 1%;
    top: 10px;
    left: 50%;
}

.item_centered {
	text-align: center;
	height: auto;
	font-size: 15pt;
	font-weight: normal;
	padding: 10px 15%;
}

.answers-yn > div, div[type="button"] {
	min-height: 40px;
	font-size: 16pt;
	margin: 0px auto;
	padding: 5px 0px;
	border: solid 1px black;
	border-radius: 9px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 1);
}

.width250 {
	width: 250px;
}

.width350 {
	width: 350px;
}

.width650 {
	width: 650px;
}

.width750 {
	width: 750px;
}

.width850 {
	width: 850px;
}

.answers-yn > div:hover, div[type="button"]:hover {
	color: rgba(235, 235, 235, 1);
	background-color: rgba(70, 140, 235, 1);
	cursor: pointer;
}

.answers-yn > div[selected="true"] {
	color: rgba(235, 235, 235, 1);
	background-color: rgba(50, 215, 100, 1);
}

div[answers] > .answers-yn > div[selected="true"] {
	color: rgba(235, 235, 235, 1);
	background-color: rgba(215, 50, 50, 1);
}

div[answers] > .answers-yn > div[answer] {
	color: rgba(235, 235, 235, 1);
	background-color: rgba(50, 215, 100, 1);
}

div[correct="false"] {
	color:  rgba(215, 50, 50, 1);
	background-color: rgba(235, 235, 235, 1);
}

div[correct="true"] {
	color:  rgba(50, 215, 100, 1);
	background-color: rgba(235, 235, 235, 1);
}

div[type="shortanswer"] {
	width: 150px;
	height: 55px;
	border-radius: 9px;
	background-color: white;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
}

.textbox > div[type="textarea"] {
	min-width: 600px;
	width: 70%;
	min-height: 100px;
	height: auto;
	border: solid 1px black;
	border-radius: 9px;
	background-color: white;
	margin: 0px auto;
	padding: 10px;
	text-align: left;
}

#logout {
	width: 100px;
	height: 35px;
	border: solid 1px black;
	border-radius: 3px;
	background-color: rgba(250, 60, 50, 0.7);
	margin: 10px;
	text-align: center;
	padding: 5px;
	transition: all 0.5s ease;
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainmenu {
	width: 150px;
	height: 35px;
	border: solid 1px black;
	border-radius: 3px;
	background-color: rgba(60, 50, 250, 0.7);
	margin: 10px;
	text-align: center;
	padding: 5px;
	transition: all 0.5s ease;
	position: absolute;
	top: 0px;
	right: 120px;
	text-decoration: none;
}

#about {
	width: 110px;
	height: 35px;
	border: solid 1px black;
	border-radius: 3px;
	background-color: rgba(50, 250, 60, 0.7);
	margin: 10px;
	text-align: center;
	padding: 5px;
	transition: all 0.5s ease;
	position: absolute;
	top: 0px;
	right: 295px;
	text-decoration: none;
}

.file_select {
	width: 200px;
	height: 120px;
	border: solid 1px black;
	border-radius: 3px;
	background-color: white;
	margin: 10px;
	text-align: center;
	padding: 15px;
	transition: all 0.5s ease;
	display: inline-block;
}

.file_select:hover, #logout:hover, #mainmenu:hover, #about:hover {
	background-color: rgba(70, 140, 235, 1);
	cursor: pointer;
}

.file_select a, #logout a, #mainmenu a, #about a  {
	text-decoration: none;
	color: black;
	font-size: 15pt;
	transition: all 0.5s ease;
}

.file_select:hover a, #logout:hover a, #mainmenu:hover a, #about:hover a {
	color: rgba(235, 235, 235, 1);
}

.fadeout {
	opacity: 0.01;
}

.fadein {
	opacity: 1.0;
}

.hidden {
	display: none;
}

