#orjhlab-minitest-frame {
	font-family: Arial, "Liberation Sans", sans-serif;
	width: 525px;
}

#titleText {
	color: white;
}

.correct {
	font-size: 2em;
	color: var(--lgreen-1) !important;
	text-shadow: 0.05em 0.05em green;
}

.incorrect {
	color: var(--lred);
	text-shadow: lightcoral;
}

.test {
	max-width: 50vw;
}

.test-index {
	color: var(--green-1) !important;
	border-color: var(--green-1) !important;
	left: 20vw !important;
}

.test-score {
	right: 20vw !important;
	visibility: hidden !important;
}

.digtest-header {
	max-height: 8vh;
	min-width: 100vw !important;
}

.question-index {
	position: absolute;
	background-color: white;
	text-shadow: 0.05em 0.05em black;
	left: 2%;
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bolder;
	border-radius: 50%;
	border-style: solid;
	border-color: var(--blue-2);
	color: var(--blue-2);
	width: 2.5em;
	height: 2.5em;
	text-align: center;

}

.minitest-score {
	position: absolute;
	color: lightgreen;
	line-height: 1.3em;
	text-shadow: 0.05em 0.05em black;
	right: 1%;
	font-size: 2em;
	font-weight: bolder;
	border-radius: 1em;
	width: 2em;
	height: 4em;
	text-align: center;
	background-color: white;
	border-radius: 0.25em;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#orjhlab-minitest-frame h1 {
	font-size: 155%;
}

#mobile {
	display: grid;
}

#question-text {
	margin: auto;
	font-size: 2em;
	font-weight: bold;
}

.invisible {
	visibility: hidden;
}

.board {

	background-color: white;
	border-radius: 0.5em;
	height: 20vh;
	width: 80%;
	display: flex;
	justify-self: center;
	justify-content: center;

	transition: all;
	transition-duration: 0.3s;
}

.minitest-option-buttons {
	display: grid;
	justify-content: center;
	margin: 1em;
}

.btn.answer-btn {
	color: white;
	text-shadow: 0.05em 0.05em black;
	height: 60px;
	width: 200px;
	white-space: normal;
	margin-left: 0;
	background-color: var(--blue-1);
	margin: 0.5em;
}

.btn.answer-btn:hover {
	color: whitesmoke;
	background-color: var(--blue-2);
}

.answer-col {
	justify-content: center;
	display: grid;
}

.btn.listen-btn {
	color: white;
	font-size: 1.2em;
	text-shadow: 0.05em 0.05em black;
	height: 2em;
	width: 150px;
	background-color: var(--blue-1);
	margin: 0.5em;
}

.test-btn {
	background-color: var(--green-1) !important;
	border-color: var(--green-3) !important;
}

.test-btn:hover {
	background-color: var(--green-3) !important;
}

.btn.listen-btn:hover {
	color: whitesmoke;
	background-color: var(--blue-2) !important;
}

.left-answers {
	padding-right: 2.5px;
}


.right-answers {
	padding-left: 2.5px;
}

.glyphicon.glyphicon-headphones {
	font-size: 25px;
}

.question-area {
	height: 80px;
}

.exitbtn {
	margin-left: 20px;
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.btn-lg {
	width: 55px;
	height: 55px;
	padding: px px;

	font-size: 40px;
	line-height: 1.33;
	border-radius: 27px;
}

/* .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
} */

.qnumber {
	font-weight: bold;
	font-size: 24px;
	padding: 5px 5px 5px 5px;
	color: white;
	border-radius: 8px;
}

/* .title{
	font-weight: bold;
	color: white;
} */

/* 
.minitest-header > .row {
	padding: 5px 15px;
}

.minitest-header .title {
	margin-top: 13px;
}

.maincontent > .row {
	padding: 15px 15px 10px 15px;
} */

.question {
	font-size: 24px;
}

.popover {
	max-width: 200px;
}

.puntos {
	color: black;
	padding: 5px 10px 5px 5px;
	margin-left: -5px;
	border-radius: 8px;
	font-weight: bold;
}

#listen {
	font-size: 20px;
}

#listen .glyphicon {
	font-size: 18px;
}

#finalScore {
	font-size: 25px;
	font-weight: bold;
}

.modal-title {
	font-size: 24px;
	font-weight: 500;
}

.custom-modal {
	text-align: center;
}


.minitest-help-icon {
	height: 57px;
}

.progress-column {
	height: 90%;
}

.progress.vertical {
	height: 90%;
}

@media (max-width: 760px) {
	#orjhlab-minitest-frame {
		width: auto;
	}

	.modal {
		width: 100vw;
	}

	.btn.answer-btn {
		width: 35vw;
	}

	.btn.btn-listen {
		width: 80vw;
		position: relative;
		left: 0.1em;
	}

	.theme-lb.modal-content {
		top: 0;
		left: 0;
		transform: none;
		width: 100%;
	}

	.left-answers {
		padding-right: 1em;
	}

	.right-answers {
		padding-left: 1em;
	}

	#question-svg {
		margin-left: auto;
		margin-right: auto;
	}

	.title-text {
		text-align: center;
	}

	.exit-column {
		text-align: center;
	}

	/* .exitbtn{margin-left:0;} */

	.question-area {
		height: 30vh;
	}

	.rightcolumn {
		height: 20vh;
	}

	.progress-column {
		height: 70%;
	}

	.col-3 {
		width: 35%;
	}

	.progress.vertical {
		height: 60%;
	}

	.score {
		width: 50vw;
	}

}