@charset "utf-8";
/* This is the CSS stylesheet used in the exercise. */
/* Elements in square brackets are replaced by data based on configuration settings when the exercise is built. */

/* BeginCorePageCSS */

/* Made with executable version 7.0 Release 3 Build 0 */
@font-face{
    font-family: 'Blinker';
    font-style: normal;
    src: local('Blinker'),
         url('Blinker.woff');
}
@font-face{
    font-family: 'Sintony-Bold';
    font-style: normal;
    src: local('Sintony-Bold'),
         url('Sintony-Bold.woff');
}


/* CSS variables for colours. */
:root{
	--strFontFace:       Blinker,Geneva,Arial,sans-serif;
	--strFontOther:      Sintony-Bold;
	--strFontSize:       16pt;
	--strFontSizeInstruction: 14pt;
	--strTextColor:      #000000;
	--strTitleColor:     #000000;

	--strFuncLightColor: #ffffff;
	--strFuncShadeColor: #7f7f7f;
	--strLinkColor:      #0000FF;
	--strVLinkColor:     #0000CC;
	
	--strNavBarColor:    #000000;
	--strNavLightColor:  #7f7f7f;
	--strNavShadeColor:  #000000;
	--strNavTextColor:   #ffffff;
	
	--strPageBGColor:    aliceblue;
	--strExBGColor:      #FFFFFF;
}

html {
  height:100%;
}
body {
	animation: fadeIn 1s;
	font-family: 'Blinker';
	background-color: #ffffff;
 	margin: 0 2%; padding:0;
}
@keyframes fadeIn{
	0% {opacity:0;background-color:#000;}
	90% {opacity:0;}
	100% {opacity:1;background-color:#fff;}
}
* {
  box-sizing: border-box;
}

table,div,span,td, p {
	margin:0;	padding:0;
}

.in-float-rect-l {
	display:inline; position:relative; float:left;
	width:120px; height:auto;
	background-color:royalblue; visibility: hidden;
	-webkit-shape-outside: square(10px);
  shape-outside: square(10px); shape-margin: 10px;
	margin:10px 5px 5px 0px;
}
.img1-l {
	display:inline; visibility: visible;
	width:110px; height:auto; margin:auto 10px auto 0px;
	border:5px solid silver!important;
  background-color:white!important;
  background-clip: padding-box!important;
}
.img1-l:hover {
	border:5px solid gray!important;
	cursor:pointer;
}


.text_div {
	display:block; width:95%;
	padding: 0;	margin:0 auto;
}
.text_div .cloze_text {
	display:block; position:relative;
	margin: 10px auto; padding: 10px 25px;
	border-radius: 5px;
	border-left: 10px solid transparent!important;
	border-right: 10px solid transparent!important;
	box-shadow: 2px -2px 5px 0 rgba(0,0,0,.1),
     					-2px -2px 5px 0 rgba(0,0,0,.1),
   	 					2px 2px 5px 0 rgba(0,0,0,.1),
    					-2px 2px 5px 0 rgba(0,0,0,.1);
	transition: 0.3s all linear;
	font-size: 16pt; line-height: 1.75;
	font-family: 'Blinker'; text-align: justify;
	background-color: ALICEBLUE;
}
.text_div .cloze_text:hover {
	border-left: 10px solid skyblue!important;
	border-right: 10px solid skyblue!important;
}

.notice {
	display: block; padding:6px 12px;
	font-size: 12pt; line-height: 1.5;
	font-family: 'Sintony-Bold'; font-weight: bold;
	background-color: crimson; color:white;
	text-align: center;
}

.defined {
	display: inline; position: relative;
	border-radius: 0.3em 0 0.75em 0;
  background-image: linear-gradient(
    -100deg,
    rgba(221, 255, 0, 0.65),
    rgba(221, 255, 0, 0.95),
    rgba(221, 255, 0, 0.5)
  );
	padding:0px 4px;
	font-weight: bold;
} 


.ExerciseTitle {
	font-size: 22pt; font-family: 'Sintony-Bold';
	color: black;
	text-align: center;
}
#Instructions {
	background-color: #E4E4E4;
	text-align: center;
	font-family: 'Sintony-Bold'; font-size: 14pt; line-height: 1.25;
	color: black;
	padding: 0.5em;
	margin: 0 0 15px 0;
	border-left:5px #5C5C5C solid; border-right:5px #5C5C5C solid;
}
div.StdDiv {
	background-color: var(--strExBGColor);
	text-align: center;
	font-size: var(--strFontSize);
	padding: 0.5em;
	margin-bottom: 10px;
}
div.ExerciseContainer {
	display: block; width:100%;
	background-color: var(--strExBGColor);
	margin: 0; padding: 0;
}

div#Timer{
	padding: 0.25em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: var(--strTitleColor);
}

span#TimerText{
	padding: 0.25em 0.5em;
	border-width: 1px;
	border-radius:8px;
	border-style: solid;
	font-weight: bold;
	display: none;
	color: var(--strTitleColor);
}


/*input[type="text"] {
	font-size: 16pt; font-family: 'Blinker'; 
	line-height: 1.5; text-align:center;
	padding: 1px 3px; 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 3px; 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;
}*/

/*select + button {
	margin-left:2px!important;
}*/
select {
	font-size: 17pt; font-weight: bold; letter-spacing:0.5px;
	font-family: var(--strFontFace); text-align: center;
	color: black; background-color: lightgray;
	margin:0px; padding: 2px 6px;
	border:2px solid white; border-radius: 6px; 
	cursor:pointer; outline: none;
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select:hover {
	color: black; background-color: white;
	border:2px solid gray;
}
select:active {
	color: black; background-color: white;
	border:2px solid white;
}
select:focus {
	color: black; background-color: yellow;
	border-radius: 6px!important;
	font-weight: bold!important;
	width:auto;
}
option {
	color:black; background-color: lightgray;
	letter-spacing:0.5px; margin:0px; padding: 2px 6px;
	

}
option:checked {
	color: red!important; background-color: white!important;
	letter-spacing:0.5px; margin:0px; padding: 2px 6px;
}


.incorrectAnswer {
	color:white; background-color:red;
	padding: 1px 6px; margin:0px 3px; border-radius: 3px;
	font-family: 'Blinker'; font-size: 16pt;
}
.correctAnswer {
	background-color: green!important; color: white!important;
	border-radius: 3px; padding: 1px 6px; margin:0px 3px;
}

.solution {
	background-color: orangered!important; color: white!important;
	border-radius: 3px; padding: 1px 6px; margin:0px 3px;
}



div.ClozeBody {
	margin-top: 1em; margin-bottom: 1em;
	cursor: default;
}

span.GapSpan {
	font-weight: bold;
	letter-spacing: 0.5px;
	/*color: white; background-color: green; */
}

.GapSpanCorrection {
	font-weight: normal;
	color: green; 
	text-decoration:none;

	}

.GapSpanDetected {
	font-weight: bold;
	color: white;
	background-color:green;
	padding: 1px 4px;
	border-radius:10px;
	text-decoration:none;
	}	

.GapSpanUnDetected {
	font-weight: bold;
	color: white;
	background-color:darkblue;
	padding: 1px 4px;
	border-radius:10px;
	text-decoration:none;
	}

.ClueButton {
	display: inline-block; position:relative;
	border: solid 1px MEDIUMPURPLE; border-radius: 0.25em;
	padding: 0.15em 0.25em; margin:auto 0px;
	color: black; background-color: THISTLE;
	cursor: pointer;	
	font-family: 'Blinker'; font-size:17pt; font-weight: bold;
}
.ClueButton:hover {
	color: white; background-color: MEDIUMPURPLE;
}

div.Keypad {
	display: block;
	margin: 20px auto 10px; 
	text-align: center;
}
div.Keypad button {
	font-family: 'Blinker'; font-size: 15pt; font-weight: bold;
	color: maroon; background-color: white;
	margin:0px 3px; padding:2px 6px;
	width: 2em; height: 1.75em;
	border: solid 2px brown; border-radius: 8px;
	box-shadow: 0.1em 0.1em 0em maroon;
	cursor: pointer;
}
div.Keypad button:hover {
	color:white ; background-color:maroon;
	border: solid 2px floralwhite;
}


.FuncButtons {
	display:flex; position: relative;
	flex-direction: row; flex-wrap: wrap; width:40%;
	align-content: center; justify-content:center; align-items: center;
	margin:25px auto 0px;
	/*background-color: darkkhaki;*/
}
.FuncButton {
	display: inline-block; min-width: 145px; height:2.5em;
	border: solid 2px lightseagreen; border-radius: 0.5em;
	margin:4px 10px; padding: 3px 6px;
	color: var(--strTextColor); background-color: var(--strExBGColor);
	cursor: pointer;
	font-size: 13pt; font-family: var(--strFontOther);
	-moz-box-shadow: 4px 4px 0px 0px teal;
  -webkit-box-shadow: 4px 4px 0px 0px teal;
  box-shadow: 4px 4px 0px 0px teal;
}
.FuncButton:active {
	box-shadow: none;
}
.FuncButton:hover{
	color: var(--strExBGColor); background-color: teal;
	border: solid 2px floralwhite;
}


div.Feedback {
	position: absolute; display: none; 
	flex-direction: column; flex-wrap: nowrap;
	justify-content: center; align-items: center; align-content: center;
	width:50%; height: 50%; 
	top: 50%; left: 50%; transform: translate(-50%,-50%);
	overflow: auto; margin: 0px; padding: 25px;
	z-index: 10;
	border-radius:8px; border: solid 3px brown;
	background-color: CORNSILK;
	box-shadow: 0.2em 0.3em 0.4em black;
	-moz-box-shadow: 0.2em 0.3em 0.4em black;
  -webkit-box-shadow: 0.2em 0.3em 0.4em black;
}
.FeedbackText {
	display:block; position: relative;
	color: saddlebrown;
	font-size:16pt; line-height: 1.5;
	text-align: center; font-family: 'Sintony-Bold';
	margin:5% auto 25px;
}
#FeedbackOKButton {
	display: block; position: relative; width: 75px; height: 55px;
	border: solid 2px brown; border-radius: 0.5em;
	margin:0 auto; padding: 3px 6px;
	color: maroon; background-color: var(--strExBGColor);
	cursor: pointer;
	font-size: 15pt; text-align: center; font-family: 'Sintony-Bold';
		-moz-box-shadow: 4px 4px 0px 0px maroon;
  -webkit-box-shadow: 4px 4px 0px 0px maroon;
  box-shadow: 4px 4px 0px 0px maroon;
}
#FeedbackOKButton:hover {
	color: var(--strExBGColor); background-color: maroon;
	border: solid 2px floralwhite;
}



@media screen and (max-width: 980px) {
#Instructions {
	font-size: 12pt; padding: 0.25em;
}
.FuncButtons {
	flex-direction: row; flex-wrap: wrap; width:60%;
}
div.ClozeBody {
	font-size:17pt;	line-height: 1.75;
	text-align: justify;
	margin-top: 1.5em;	margin-bottom: 1.5em;
}
}


@media screen and (max-width: 690px) {
body {
 	margin: 0; padding:0;
}

#Instructions {
	font-size: 11pt; padding: 0.25em;
}

div.ExerciseContainer {
	padding:0px;
}
.text_div {
	display:block; width:98%;
	padding: 0;	margin:0 auto;
}

select {
	font-size: 15pt; letter-spacing:0.5px;
}


.FuncButtons {
	flex-direction: row; flex-wrap: wrap; width:75%;
	margin:35px auto 35px;
}
.FuncButton {
	font-size: 12pt;
}
div.Keypad {
	margin: 30px auto 10px;
}

div.Feedback {
	width:85%;	padding: 10px;
}
.FeedbackText {
	font-size:13pt;
	margin:10% auto 25px;
}
#FeedbackOKButton {
	width: 55px; height: 45px;
	font-size: 14pt;
}

}

/*
@media screen and (max-width: 420px) {

input, textarea{
	font-size: 15pt;
}
select + button {
	margin-left:2px!important;
}
select{
	font-size: 15pt;
	letter-spacing:1px;
}
div.ClozeBody {
	font-size:14pt; line-height: 1.3;
	text-align: justify;
	margin-top: 0.75em;	margin-bottom: 0.75em;
}


}
*/
