@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

.spellingSlideShow {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	font-size: 12px;
	margin: 5em 1em 1em 0;
	position: relative;
}

#spellingSlideShow a img {
	border: 0;
}

#spellingSlideShow .clear {
	clear: both;
}

input:focus {
	outline: 0;
	border: 0;
}

.game-columns-wrapper {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	width: 100%;
	position: relative;
	z-index: 2;
}

#spellingSlideShow .pairColom {
	float: none;
	height: inherit;
	width: 67%;
	padding: 1em 1em 0 1em;
	border: 1px solid #84deef;
	background: #fff;
	border-radius: 12px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
}

#spellingSlideShow .secondColom {
	float: none;
	height: auto;
	min-height: 490px;
	width: 21%;
	margin-left: 1.2em;
	padding: 1em 1em 0.5em 1em;
	border: 1px solid #84deef;
	background: #fff;
	border-radius: 12px;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
}

#spellingSlideShow .controllBar {
	background: #ecf9ff;
	height: 57px;
	position: relative;
	z-index: 5;
	margin-top: -57px;
	font-size: 1em;
	padding: 0 1em;
	color: #0182c6;
	font-weight: bold;
	width: 67%;
	border-bottom-right-radius: 14px;
	border-bottom-left-radius: 14px;
	float: left;
	border: 1px solid #84DEEF;
	border-radius: 12px 12px 12px 12px;
	padding: 0 1em;
}

#spellingSlideShow .ques {
	height: 50px;
	padding: 8px;
	background: #f0fcfc;
	border: 1px solid #cfe9f6;
	border-radius: 14px;
	color: #0182c6;
	font-size: 22px;
	position: relative;
}


#spellingSlideShow .picCon {
	height: 366px;
	overflow: hidden;
	margin: 10px 0;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #0182c6;
	text-align: center;
}

#spellingSlideShow .start {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/* רק אופקי */
	bottom: 100px;
	/* נקודת Y למטה */
	top: auto;
	right: auto;
	z-index: 30;
	display: block;
}

#spellingSlideShow .control {
	background: url(../images/conIcon.jpg) no-repeat;
	position: absolute;
}

#spellingSlideShow .prev {
	background-position: 0 0;
	height: 22px;
	top: 20px;
	left: 10px;
	padding: 2px 0 0 30px;
	cursor: pointer;
}

#spellingSlideShow .next {
	background-position: right -22px;
	height: 22px;
	top: 23px;
	right: 20px;
	padding: 2px 30px 0 0px;
	cursor: pointer;
	font-size: 1.3em;
	z-index: 30;
	pointer-events: auto;
}

#spellingSlideShow .related {
	background-position: right -46px;
	height: 22px;
	top: 15px;
	right: 10px;
	padding: 2px 30px 0 0px;
	cursor: pointer;
}

#spellingSlideShow .wordTitle {
	font-size: 18px;
	color: #0182c6;
	padding: 10px 10px 5px 5px;
	line-height: 24px;
	font-weight: bold;
}



#spellingSlideShow .counter span {
	display: inline-block !important;
}

#spellingSlideShow .setting {
	position: absolute;
	left: 46%;
	padding: 4px 10px;
	top: 13px;
	background: #fff;
	border: 1px solid #cfe9f6;
	border-radius: 8px;
}

#spellingSlideShow a.setting {
	text-decoration: none;
	color: #0182c6;
}

#spellingSlideShow .slider {
	background: #ecf9ff;
	padding: 5px;
	height: 470px;
	border-radius: 10px;
	border: 1px solid #84deef;
	position: relative;
}

#spellingSlideShow .slider ul {
	display: none;
}

#spellingSlideShow .slider ul.active {
	display: block;
}

#spellingSlideShow .image {
	/*position:absolute; left:0; top:0; width:550px; height:400px;*/
	background: #fff;
	text-align: center;
	height: 100%;
}


#spellingSlideShow .hidden {
	display: none !important;
}

#spellingSlideShow .slider ul {
	list-style: none;
}

#spellingSlideShow .slider ul li {
	border: 1px solid #cfe9f6;
	color: #0182C6;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	padding: 12px;
	height: 25px;
	margin-top: 14px;
	background: #fff;
}

#spellingSlideShow .slider ul li:hover {
	cursor: pointer;
}

.downArrow {
	border: 1px solid #cfe9f6;
	height: 300px;
	border-radius: 8px;
	padding: 12px;
	margin-top: 14px;
	background: #fff;
	position: relative;
}

.downArrow .arrow {
	position: absolute;
	z-index: 1;
	background: url(../images/downarrow.png) no-repeat;
	height: 250px;
	width: 24px;
	top: 20px;
	left: 45%;
}

.downArrow .arrowBg {
	position: absolute;
	background: #e4f8fd;
	height: 250px;
	width: 24px;
	top: 20px;
	left: 45%;
	height: 0;
}

#spellingSlideShow .loder {
	position: absolute;
	width: 100%;
	height: 500px;
	background: #fff;
	text-align: center;
	z-index: 10000;
	top: 0;
	left: 0;
	padding-top: 200px;
}

#spellingSlideShow .settingPop {
	position: absolute;
	width: 300px;
	border: 1px solid #cfe9f6;
	border-radius: 12px;
	background: #fff;
	left: 250px;
	top: 100px;
	z-index: 9999;
	box-shadow: 5px 5px 5px #888;
	padding: 10px;
	display: none;
}

#spellingSlideShow .settingPop h2 {
	text-align: center;
	color: #0182c6;
	margin-bottom: 15px;
}

#spellingSlideShow .settingCon {
	border: 1px solid #cfe9f6;
	border-radius: 12px;
	background: #cfe9f6;
	padding: 10px;
}

#spellingSlideShow .settingCon p {
	color: #0182c6;
	padding: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

#spellingSlideShow .speed span {
	background: url(../images/act.png) no-repeat 0 -23px;
	padding-left: 32px;
	display: inline-block;
	height: 22px;
	margin-right: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #0182c6;
	cursor: pointer;
}

#spellingSlideShow .speed span.active {
	background-position: 0px 0;
}

#spellingSlideShow .save {
	background: #fff;
	border: 1px solid #cfe9f6;
	border-radius: 8px;
	float: right;
	padding: 3px 15px;
	font-size: 14px;
	color: #0182c6;
	text-decoration: none;
	font-weight: bold;
	margin-top: 30px;
}

#spellingSlideShow .save:hover {
	background: #0099CC;
	color: #fff;
}




/***************************** audio css ************************************/

#spellingSlideShow .audioPlayer {
	position: absolute;
	top: 24px;
	right: 43%;
	z-index: 1000;
}

#spellingSlideShow div.jp-interface {
	position: absolute;
}

#spellingSlideShow div.jp-interface ul.jp-controls a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#spellingSlideShow .jp-controls li:first-child {
	display: none !important;
}

#spellingSlideShow .jp-controls li .jp-pause {
	display: none !important;
}

#spellingSlideShow a.jp-play,
#spellingSlideShow a.jp-pause {
	width: 40px;
	height: 40px;
}

#spellingSlideShow .jp-controls li {
	list-style: none;
}

/* @end */

/* @group progress bar */
#spellingSlideShow a.jp-mute,
#spellingSlideShow a.jp-unmute,
#spellingSlideShow a.jp-volume-max {
	width: 42px;
	height: 38px;
}

#spellingSlideShow a.jp-mute {
	background: url("../images/sound.jpg") -44px 0px no-repeat;
}

#spellingSlideShow a.jp-unmute {
	background: url("../images/sound.jpg") 0px 0px no-repeat;
	display: none;
}

#spellingSlideShow div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	background: #ccc;
	width: 70px;
	height: 8px;
	cursor: pointer;
	display: none !important;
}

#spellingSlideShow div.jp-audio div.jp-volume-bar {
	top: 37px;
	left: -10px;
}

#spellingSlideShow div.jp-video div.jp-volume-bar {
	top: 17px;
	left: 72px;
}

#spellingSlideShow div.jp-volume-bar-value {
	background: #0066FF;
	width: 0px;
	height: 8px;
}

#spellingSlideShow .jp-audio:hover div.jp-volume-bar {
	display: block !important;
}

/* @end */

/* @group current time and duration */

#spellingSlideShow .zind {
	z-index: 5 !important;
}

#spellingSlideShow .jp-current-time,
#spellingSlideShow .jp-duration {
	display: none;
}

#spellingSlideShow .gameName {
	top: -30px;
	left: 0;
	position: absolute;
	background: #0099CC;
	border: 1px solid #cfe9f6;
	border-radius: 8px;
	padding: 3px 15px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#spellingSlideShow .settingBtn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 20;
}

#spellingSlideShow .stop {
	background: url(../images/playStop.png) no-repeat -30px 0;
	height: 28px;
	width: 30px;
	position: absolute;
	left: 45%;
	top: 23px;
	cursor: pointer;
	display: none;
}

#spellingSlideShow .play {
	background: url(../images/playStop.png) no-repeat 0px 0;
}

#spellingSlideShow .btn {
	background: url(../images/btn.jpg) no-repeat;
	width: 125px;
	height: 38px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	cursor: pointer;
}

#spellingSlideShow .gameOver {
	width: 100%;
	position: absolute;
	height: 444px;
	background: #fff;
	top: 0px;
	left: 0px;
	z-index: 1001;
	display: none;
}

#spellingSlideShow .gameOver ol {
	margin: 15px 15px 15px 25px;
	color: #0182C6;
}

#spellingSlideShow .lastScroll {
	height: 90%;
	overflow: auto;
	margin-right: 10px;
}

#spellingSlideShow .gameOver ol li {
	margin-bottom: 5px;
	display: grid;
	/* Column for the English word, and a column for the wrongly typed word */
	grid-template-columns: 50% 50%;
	align-items: center;
	gap: 15px;
	padding: 5px 0;
	border-bottom: 1px dashed #cfe9f6;
}

#spellingSlideShow .gameOver ol li:last-child {
	border-bottom: none;
}

#spellingSlideShow .gameOver ol li .correctWord {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	word-wrap: break-word;
}

#spellingSlideShow .gameOver ol li span.tnameLast {
	word-wrap: break-word;
	line-height: 24px;
}

#spellingSlideShow .gameOver ol li span.wrongOption {
	display: inline-block;
}

#spellingSlideShow .reload {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 5px;
}

#spellingSlideShow .reload input,
#spellingSlideShow .reload img {
	margin: 0 25px;
	vertical-align: middle;
}

#spellingSlideShow .showLastTname {
	float: left;
}

#spellingSlideShow .welcome {
	color: #0182C6;
	font-size: 1.5em;
	left: 19px;
	position: absolute;
	top: 90px;
	width: 90%;
	z-index: 10;
	height: 210px;
	background: #fff;
	line-height: 25px;
}

#spellingSlideShow .welCometitle {
	color: #0182C6;
	font-size: 22px;
	left: 19px;
	line-height: 24px;
	position: absolute;
	top: 30px;
	width: 80%;
	z-index: 10;
}

#spellingSlideShow .reload span {
	position: relative;
}

#spellingSlideShow .reload span span {
	display: none;
	position: absolute;
	background: #CCCCCC;
	padding: 3px 10px;
	white-space: nowrap;
	font-size: 12px;
	color: #000;
	bottom: -37px;
	left: -10px;
}

#spellingSlideShow .reload span:hover span {
	display: block;
}



#spellingSlideShow #jp_container_3 {
	display: none;
}

#spellingSlideShow .controllBar>span,
.controllBar>a {
	display: none;
}

#spellingSlideShow .gameOverTitle {
	margin: 0;
	padding: 24px 0 1px 1em;
	width: 100%;
	box-sizing: border-box;
	background: #ECF9FF;
	font-size: 15px;
	font-weight: bold;
	color: #0182C6;
	height: 60px;
	position: relative;
	border: 1px solid #cfe9f6;
	border-radius: 14px;
}

#spellingSlideShow .stopEvent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 50;
}

#spellingSlideShow .removePrev {
	position: absolute;
	left: 5px;
	top: 8px;
	width: 130px;
	height: 35px;
}

#spellingSlideShow .instructionStrip {
	padding: 29px 0 0 15px;
	font-size: 14px;
}

.repeat {
	background: url(../images/repeat.jpg) no-repeat;
	width: 36px;
	height: 34px;
	position: absolute;
	left: -19px;
	cursor: pointer;
}

#spellingSlideShow .slider .next {
	position: absolute;
	bottom: 50px;
	top: auto;
	right: 100px;
	font-size: 18px;
	color: #0182c6;
}

@media print {
	.reload {
		display: none;
	}

	.controllBar {
		display: none;
	}

	#spellingSlideShow .lastScroll {
		height: auto;
		font-size: 1.2em;
	}

	.secondColom {
		display: none;
	}

	.tower {
		display: none;
	}

	.secondColom {
		display: none;
	}

	.practiceWarp {
		display: none;
	}

	.bottomCarousel {
		display: none;
	}

	.footer {
		display: none;
	}

	.yiiLog {
		display: none;
	}

	.menu {
		display: none
	}

	.utilityMenu {
		display: none
	}

	.header {
		display: none
	}

	#spellingSlideShow .pairColom {
		border: 0;
	}

}


#spellingSlideShow .answer {
	background: url(../images/right.png) no-repeat;
	height: 39px;
	position: absolute;
	left: 36%;
	top: 6px;
}

#spellingSlideShow .answer.right {
	width: 39px;
	background-position: 0 0;
}

#spellingSlideShow .answer.wrong {
	width: 39px;
	background-position: -42px 0;
}

#spellingSlideShow .selectedOption {
	display: inline-block;
	padding-top: 4px;
}

#spellingSlideShow .progress {
	top: -40px;
	right: 15px;
	position: absolute;
	width: 400px;
	height: 32px;
}

#spellingSlideShow .progressBar {
	background: url(../images/pbg.gif) repeat-x;
	border: 1px solid #cfe9f6;
	overflow: hidden;
	border-radius: 8px;
	width: 400px;
	height: 32px;
}

#spellingSlideShow .progressLength {
	background: url(../images/pbg1.gif) repeat-x;
	height: 32px;
	width: 0px;
}



#spellingSlideShow .switchArow {
	position: absolute;
	background: url(../images/progress.png) no-repeat 0px 0;
	width: 36px;
	position: absolute;
	left: -20px;
	top: -1px;
	height: 36px;
}

#spellingSlideShow .switch {
	background-position: -40px 0;
	width: 36px;
}

#spellingSlideShow .counter2 {
	background: url(../images/counterBG.png) no-repeat;
	height: 27px;
	width: 27px;
	position: absolute;
	left: 18px;
	top: 2px;
	text-align: center;
	font-size: 14px;
	color: #FF0000;
	padding-top: 4px;
}

#spellingSlideShow .correct,
#spellingSlideShow .incorrect {
	margin: 0 4px 0 6px;
}

#spellingSlideShow .gameOverTitle .gameOverGrade {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0182C6;
	line-height: 1;
}

#spellingSlideShow .tnameOption {
	position: absolute;
	right: 200px;
	top: 15px;
}



#spellingSlideShow .wrongOption {
	background: url(../images/wrong.png) no-repeat left center;
	padding-left: 25px;
	color: #FF0000;
}

#spellingSlideShow .showLast .wrongOption {
	background: none;
	position: relative;
	display: inline-block;
	min-height: 30px;
	padding-left: 35px;
	font-size: 20px;
	line-height: 30px;
}

#spellingSlideShow .showLast .wrongOption::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background: url(../images/right2.png) no-repeat left bottom;
}

#spellingSlideShow .showLast .correctOption {
	position: relative;
	display: inline-block;
	min-height: 30px;
	padding-left: 35px;
	line-height: 30px;
}

#spellingSlideShow .showLast .correctOption::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../images/right2.png) no-repeat left top;
}

#spellingSlideShow .redLine {
	border: 1px solid #FF0000;
	border-top: 0px;
	display: inline-block;
}

#spellingSlideShow .checkBocx {
	margin-left: 32px;
	color: #0182C6;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
}

#spellingSlideShow .layer {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#spellingSlideShow .hibro .tnameOption {
	left: 20px;
}

#spellingSlideShow .hibro .selectedOption {
	position: absolute;
	right: 130px;
	top: 27px;
}

#spellingSlideShow .hibro .rightAnswer {
	position: absolute;
	right: 130px;
	top: 27px;
}

#spellingSlideShow .answered {
	margin: 10px 5px;
}

#spellingSlideShow .answered div {
	background: url(../images/questionCheck.jpg) no-repeat;
	padding-left: 22px;
	display: block;
	color: #0182C6;
	font-size: 14px;
	font-weight: bold;
}

#spellingSlideShow .answered div.right {
	background-position: 0 0;
	height: 19px;
	margin-bottom: 5px;
}

#spellingSlideShow .answered div.wrong {
	background-position: 0 -18px;
	height: 19px;
	margin-bottom: 5px;
}

@media (max-width: 768px) and (orientation: portrait) {

	#spellingSlideShow .pairColom {
		height: auto;
		min-height: 80dvh;
		padding: 0.1em 0 0 0;

	}


	#spellingSlideShow .gameOver ol li span {
		font-size: 1.2em;
	}

	#spellingSlideShow .gameOver ol li span.tnameLast {
		margin-left: 5px;
	}

	#spellingSlideShow .gameOver ol li span.wrongOption {
		margin-left: 0px;
	}

	#spellingSlideShow .secondColom {
		display: none !important;
	}

	#about .box-container {
		padding: 0;
	}

	.spellingSlideShow {
		margin: 2.7em 0em 0em 0;
	}

	#spellingSlideShow .picCon {
		margin: 1px 0;
	}

	#spellingSlideShow .picCon {
		width: 88% !important;
		margin: 0px auto !important;
	}

	#spellingSlideShow .picCon img {
		max-width: 100%;
		max-height: 100%;
		width: auto;
		height: auto;
	}

	#spellingSlideShow .pairColom {
		width: 100% !important;
	}

	#spellingSlideShow .controllBar {
		height: 57px;
		margin-top: -57px;
		width: 100% !important;
	}

	#spellingSlideShow .start {
		bottom: 60px;
	}

	.repeat {
		left: 4.5em !important;
		top: -1em;
	}

	#spellingSlideShow a.jp-mute {
		position: absolute;
		left: 7.5em !important;
		top: -1.15em;

	}

	#spellingSlideShow .welCometitle {
		top: 0.1em;
		font-size: 20px;
	}

	#spellingSlideShow .selectedOption {
		top: 7px !important;
	}

	#spellingSlideShow .stop {
		top: 7px;
	}

	#spellingSlideShow .next {
		top: 7px;
	}

	#spellingSlideShow .instructionStrip {
		padding: 12px 0 0 15px;
	}

	#spellingSlideShow .progressBar {
		background: url(../images/pbg.gif) repeat-x;
		border: 1px solid #cfe9f6;
		overflow: hidden;
		border-radius: 8px;
		width: 240px;
		margin-left: 160px;
		margin-top: 10px;
		height: 26px;
	}

	#spellingSlideShow .switchArow {
		left: 160px;
		top: 4px;
		width: 36px;
		height: 36px;

	}

	#spellingSlideShow .counter2 {
		left: 90%;
		top: 7px;

	}

	#spellingSlideShow .lastScroll {
		margin-top: 20px !important;
		height: 94% !important;
	}

	#spellingSlideShow .gameOverTitle {

		height: 90px !important;
	}
}

.answerCon {
	font-size: 14px;
	color: #0182C6;
	font-weight: bold;
}

.answerCon span {
	display: inline-block;
	padding: 0 5px;
}

#puttext {
	padding: 6px;
	letter-spacing: 5px;
	font-size: 20px;
	color: #0182C6;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 12px;
	z-index: 6;
	background: none;
	border: 0;
}

.type {
	display: inline-block;
	height: 33px;
	width: 9px;
	margin-right: 4px;
	border-bottom: 1px solid #0182C6;
	position: absolute;
	z-index: 5;
}

/* Slide progress text inside control bar (example: 3 / 10).
   Fine-tune position using left/top below. */
#spellingSlideShow .controllBar .selectedOption {
	display: block !important;
	position: absolute;
	left: 5%;
	top: 24px;
	min-width: 72px;
	text-align: center;
	padding-top: 0;
	font-size: 14px;
	line-height: 28px;
	color: #0182c6;
	font-weight: bold;
	z-index: 20;
}
