@charset "utf-8";

@import url("base_00.css");
@import url("btn_00.css");


#ExtraFeedback {
	position: relative;
	display:none; flex-direction: row; flex-wrap: wrap;
	align-items: center; justify-content: center; align-content: center;
	font-size: 16pt; padding: 10px;
	background-color: TOMATO; color: white;
	text-align: center;
}
.crossedout {
	text-decoration: line-through!important;
	color: red!important;
}
#WordBox {
	display:block; width:85%;
	margin: 25px auto 0px; padding: 0.25em 0.35em;
	border-top: solid 4px DODGERBLUE!important;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: lightcyan;
	border: solid 1px DODGERBLUE;
}
#Words {
	list-style-type: none; text-align: center;
}
#Words li {
	display:inline-flex; flex-direction: row; flex-wrap: wrap;
	font-family: 'Blinker'; font-size: 15pt;
	margin:3px; padding:0px 3px;
	font-weight: bold; line-height: 1.25;
	/*cursor: pointer;*/
}

.audioframe {
	position:absolute; top:0; right:0; bottom: 0;
	display:block;
	width: 75px; height: 100%!important;
	margin: auto 0px auto!important;
	/*background-color: dodgerblue;*/
}

.ClozeBody {
	display: block;
	margin: 1em; padding:0;
	/*background-color: lavender;*/
}

.task_number {
	display:flex; justify-content: center; align-content: center; align-items: center;
	width:2rem; height:100%;
	position: absolute; top:0; left:0px;
	font-size:14pt; font-weight: bold; font-family: 'Blinker';
	text-align: center; vertical-align: middle; line-height: 2;
	margin: 0; padding:0px;
	background-color: DODGERBLUE; color: white;
}


.list_div {
	position: relative;
	display:flex; align-content: center; align-items: center;
	min-height: 150px; width:100%;
	margin: 0 0 20px 0; padding: 0px;
	border:solid 2px DODGERBLUE;
	background-color: HONEYDEW;
}

.list_div .cloze_text {
	display:block;
	font-size: 17pt; line-height: 1.5;
	font-family: 'Blinker'; text-align: left;
	margin: auto 4em auto 2em; padding: 10px;
	/*background-color: aquamarine;*/
}


span.GapSpan { 
	font-weight: normal;
	cursor: pointer;
}
.GapBox {
	font-weight: bold;
	color: DARKSLATEGRAY !important;
}

input[type="text"] {
	font-size: 16pt; font-family: 'Blinker'; 
	line-height: 1.5; text-align:center;
	padding: 1px 6px; margin:0px 3px;
	border:1px solid gray; border-radius: 5px;
	color:black; background-color:floralwhite;
}
input[type="text"]:focus {
	outline: none; border-radius: 5px;
	padding: 1px 6px; margin:0px 3px;
	box-shadow: -1px -1px 5px #888;
	font-size: 16pt; line-height: 1.5;
	font-family: 'Blinker'; text-align:center;
	background-color: yellow;
}



.GapSpanCorrection { /* show solution */
	font-weight: bold;
	color: white; background-color:darkorange;
	padding: 1px 6px; margin:0px 3px;
	letter-spacing: 0.5px;
	border-radius: 6px;
	text-decoration:none;
}

.GapSpanMissed { /* right answer */
	color: white; background-color: green;
	letter-spacing: 0.5px;
	padding: 1px 6px; margin:0px 3px;
	border-radius: 6px;
}

.incorrectAnswer { /* wrong answer */
	color:white!important; background-color:red!important;
	padding: 1px 3px; margin:0px 3px;
	font-family: 'Blinker'; font-size: 16pt;
}


span.GapSpanCorrect {
	color: white; background-color: green;
	letter-spacing: 0.5px;
	padding: 1px 6px; margin:0px 3px;
	border-radius: 6px;
}


.GapSpanUnDetected {
	font-weight: bold;
	color: white;
	background-color:darkblue;
	padding: 1px 4px;
	border-radius:10px;
	text-decoration:none;
}


.GapSpanFoundError {
	font-weight: normal;
	color: red;
	text-decoration:line-through;
}

.GapSpanNotFoundError {
	font-weight: normal;
	color: orange;
	text-decoration:line-through;
}


.ClueButton {
	display: inline-block; position:relative;
	border: solid 1px MEDIUMPURPLE; border-radius: 0.25em;
	padding: 0.15em 0.25em; margin:auto 3px;
	color: black; background-color: THISTLE;
	cursor: pointer;	
	font-family: 'Blinker'; font-size:17pt; font-weight: bold;
}
.ClueButton:hover {
	color: white; background-color: MEDIUMPURPLE;
}



#showA.disabled {
	background-color: dimgray!important; color:white; 
	border: none;
	-moz-box-shadow: 4px 4px 0px 0px black!important;
  -webkit-box-shadow: 4px 4px 0px 0px black!important;
  box-shadow: 4px 4px 0px 0px black!important;
}#showA.disabled:hover {
	background-color: teal!important; color:white!important; 
	transition: background 0.4s ease, color 0.4s ease!important;
}
#ShowHide {
  display:block;
	min-width: 400px; min-height:2.5em;
	margin:20px auto; padding:0px 8px;
	font-size: 13pt; font-weight: bold; line-height: 1.25;
  border: solid 2px ROYALBLUE;
	-moz-box-shadow: 4px 4px 0px 0px darkblue;
  -webkit-box-shadow: 4px 4px 0px 0px darkblue;
  box-shadow: 4px 4px 0px 0px darkblue;
	color: black; background-color: white;
	cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
#ShowHide:hover {
  color: white; background-color: darkblue;
	border: solid 2px floralwhite;
}

@media screen and (max-width: 980px) {
#WordBox {
	width:92%;
}
#Words li {
	font-size: 14pt;
	margin:2px; padding:0px 3px;
}
.list_div .cloze_text {
	font-size: 16pt;
}
}

@media screen and (max-width: 690px) {
#WordBox {
	width:100%;
	margin: 15px auto 0px; padding: 0.1em 0 0.25em 0;
}
#Words li {
	font-size: 13pt;
}
div.ClozeBody {
	margin: 1em 0em;
}
.task_number {
	position: absolute;
	font-size:13pt;
	width:100%; height:1.5em;
	top:0; left:0px; right:0;
}
.list_div {
	position: relative;
	display:flex;
}
.list_div .cloze_text {
	font-size: 15pt; line-height: 1.5;
	text-align: justify; width:100%;
	margin: 1.15em 4em 0.15em 0.5em;
}
}
