/*
Font=1: 10px
Font=2: 13px
Font=3: 16px
Font=4: 18px
*/

html {
	font-size: 16px;
}

body,
td,
p {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: normal; 
*/
}

h2 {
	/*
	font-size: 21px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
*/
}

h3 {
	color: #008000;
	/*
	font-size: 16px;    
	font-weight: bold;
*/
}

h4 {
	color: #008000;
	/*
	font-size: 13px;
	font-weight: bold;
*/
	font-style: italic;
}

.bg_row1 {
	background-color: #f8f9fa;
}

.bg_row2 {
	/*background-color: #d3d3de;*/
	background-color: #ebedef;
}

/*to change default padding-left in Firefox*/
.quizDesc > ul,
.quizDesc li ul {
	padding-left: 13px;
}

/*style for responsive table
div class="horizontal-scroll">
  <table class="resp-table">
  ...
  </table>
</div>
*/
.horizontal-scroll {
	overflow: hidden;
	overflow-x: auto;
	clear: both;
	width: 100%;
	text-align: center;
	padding: 0 2px;
}

.resp-table {
	min-width: rem-calc(640);
	max-width: 1024px;
	border: 2px solid #000;
	border-collapse: collapse;
	border-spacing: 0;
	/*centers this table inside div*/
	margin: auto;
	width: 100%;
}

.resp-table td {
	border: 1px solid #000;
	padding: 2px;
}

/*product title for $test_title in config*/
.prodTitle {
	font-size: 13px;
	font-weight: bold;
}

/*heading row for index page table*/
.tableHeader {
	font-size: 0.825rem;
	font-weight: bold;
	white-space: nowrap;
}

/*quizName and quizDesc container*/
.qlistBox {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
*/
	/*padding: 5px;*/
	/*	margin: 0;*/
	/*
	width: 100%;
	text-align: left;
*/
	/*    border: 1px dotted blue;*/
}

.quizName-card {
	/*	font-weight: bold;*/
	color: #008000;
	background: #FFF;
	/*padding: 5px;	*/
	/*	border-radius: 3px;*/
	/*	width: 100%;*/
}


/*Test # 01 etc.*/

.quizName-card.active,
.quizName-card:hover,
.quizName-card .card-body:hover {
	background-color: #666699;
	color: #FFF;
	/*	padding: 5px;*/
	/*border-radius: 3px;*/
	cursor: pointer;
}

.alignVertCent {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.quizDesc .card-header a {
	text-decoration: none;
}

.quizDesc .card-body {
	font-size: 0.875rem;
}

.quizDesc ul {
	list-style-type: square;
	list-style-position: outside;

}

.quizDesc li li {
	list-style-position: outside;
	list-style-type: disc;
}

/*user records stats*/
#stats-col {}

.card-stats .card-body {
	/* padding: 0.75rem 0.75rem;*/
}

.card-stats .icon-shape {
	padding: 12px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.card-stats .icon {
	width: 3rem;
	height: 3rem;
}

.barGraph {
	background: url(../score_images/colorbar1.gif) bottom left no-repeat;
	font: 9px Helvetica, Geneva, sans-serif;
	height: 100px;
	margin: 0;
	padding: 0;
	position: relative;
}

.barGraph li {
	bottom: 0;
	color: #000;
	margin: 0;
	padding: 0 0 0 0;
	position: absolute;
	list-style: none;
	text-align: center;
	width: 20px;
}

.barGraph li.p1 {
	background-color: transparent;
}

.barGraph li.p2 {
	background: url(../score_images/colorbar2.gif) bottom center no-repeat;
}

.barGraph li.p3 {
	width: 24px;
	height: 9px;
	bottom: -5px;
	overflow: hidden;
	background: url(../score_images/marker.gif) no-repeat;
}

.examList {
	font-family: Arial;
	color: #008000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
}

.examList li {
	color: black;
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;

}

.examList li li {
	list-style-type: disc;
	margin-left: 5px;
}

/*preloader*/
#loadingContainer {
	transition: height 1.5s ease-out;
	height: 100vh;
	box-sizing: border-box;
	overflow: hidden;
	/*enable these to slideup over content*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2500;
}

.slidemeup {
	background: #f3f3f5;
	color: green;
	box-sizing: border-box;
	width: 100vw;
	/*center vertically*/
	line-height: 100vh;
	height: 100vh;
}

/*loading animation*/
/*  Usage: 
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 */
.sk-three-bounce {
	margin: auto;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 12px;
	height: 12px;
	background-color: #4A72DA;
	;
	border-radius: 100%;
	box-shadow: 2px 3px 4px #999;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-ms-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*end of loading animation styles*/

/*question container for show/hide*/
.quesContainer {
	margin-left: 10px;
	margin-right: 10px;
}

.qQues {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}

.qExhibit {
	font-family: "Courier New", monospace;
	font-size: 0.8125rem;
	font-weight: normal;
	background: #f0e68c;
	padding: 5px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 150px;
	max-width: 80%;
	position: relative;
	display: table;
	border: 1px solid;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#exhibitLayer {
z-index: 777;
}

.cli {
	font-family: "Courier New", monospace;
	font-size: 0.8125rem;
	font-weight: normal;
	background-color: #f0f0f0;
	color: black;
	/*display: inline-block;*/
	display: table;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	/*white-space: pre;*/
	border: 1px solid darkgrey;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/*For show/hide correct answers*/
.green {
	color: #00a400;
	font-weight: bold;
}

.green img {
	border: 2px solid #008000;
	box-shadow: 4px 5px #8ab982;
}

.red {
	color: #FF0000;
	font-weight: normal;
}

.red img {
	border: 1px solid #ff0000;
}

.black {
	color: #000;
	font-weight: normal;
}

.green,
.red,
.black {
	cursor: pointer;
}

.green img,
.red img,
.black img {
	vertical-align: middle;
}

/*to label text with radio and checkbox in a quiz.*/
label > input {
	margin-top: -1px;
	vertical-align: middle;
	cursor: pointer;
}

/* Apply css to buttons - a workaround */
input:not([type=checkbox]):not([type=radio]):not([type=text]):hover {
	-webkit-box-shadow: 2px 2px 3px #666699;
	box-shadow: 2px 2px 3px #666699;
	cursor: pointer;
}

#search-form-container {
	display: flex;
	justify-content: center;
}

#search-form-container .input-group {
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
	max-width: 250px;
	border-radius: 5px;
}

.accordion .card {
	border-radius: .25rem !important;
}


.accordion .card-header .stretched-link::after {
	height: 41px;
}

.border-metallic {
	border-color: #CDcDcD !important;
	/*box-shadow: 0.1 0.5rem 1.3rem rgba(0, 0, 0, 0.15) !important;*/
}

@media (min-width: 576px) {
	#search-form-container {
		justify-content: flex-end;
	}
}


/*
input:hover, input[type="checkbox"]:checked, input[type="radio"]:checked{
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 3px #666699;
	-ms-box-shadow: 2px 2px 3px #666699;
	box-shadow: 2px 2px 3px #666699;
}
*/
