A {
	color:#333;
	text-decoration:underline;
	/*user-select: none;*/
}
A:hover{
	color:#000;
	text-decoration:underline;
}

H1{
	font-size:2.4em;
	background-color:transparent;
	color:black;
}

H2{
	font-size:1.8em;
	background-color:transparent;
	color: #000;
}

H3{
	font-size:1.4em;
	background-color:transparent;
	color: #000;
}

@media screen and (min-width: 1100px) {
	.hideIfWideScreen{
		display:none;
	}
}

@media screen and (max-width: 1100px) {
	.hideIfNotWideScreen{
		display:none;
	}
}


@media screen and (max-width: 600px) {
	H1{
		font-size:2em;
		background-color:transparent;
		color:black;
	}

	H2{
		font-size:1.6em;
		background-color:transparent;
		color: #000;
	}

	H3{
		font-size:1.4em;
		background-color:transparent;
		color: #000;
	}
}



/* Prevents the selection of text in the container */
.prevent-select {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.inputCtl{
	padding:6px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	width:100%;
}

.inputCtl:focus {
	/*border: solid 7px #f7c800;*/
	-webkit-box-shadow: 0 0 0 3px #fae588;
	-moz-box-shadow: 0 0 0 3px #fae588;
	box-shadow: 0 0 0 3px #fae588;
	border: solid 1px #dddddd;
	outline: none;
}

.selectCtl{
	padding:6px;
	border: solid 1px #dddddd;
	border-radius: 5px;
	background-color:#fff;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
}

.selectCtl:focus {
	/*border: solid 7px #f7c800;*/
	-webkit-box-shadow: 0 0 0 3px #fae588;
	-moz-box-shadow: 0 0 0 3px #fae588;
	box-shadow: 0 0 0 3px #fae588;
	border: solid 1px #dddddd;
	outline: none;
}

.chk{
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.chk:checked{
	background-color: #f7c800;
	border-color: #f7c800;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rdo {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
	border-radius: 50%;
}

.rdo:checked {
    background-color: #f7c800;
    border-color: #f7c800;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23000'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.button{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	user-select: none;
	background-color:#f7c800;
	color:black;
	border: solid 1px #be9d0a;
	font-size:1rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: bold;
	border-radius: 5px;
	white-space: nowrap;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	display:inline-block;
}
.button:link{
	text-decoration: none;
}
.button:visited{
	text-decoration: none;
	color:black;
}
.button:hover{
	text-decoration: none;
	color:black;
	background-color:#f7d335;
	cursor:pointer;
}
.button:active{
	text-decoration: none;
}

.link{
	color:#000;
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}

.linkactive{
	color:#000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.linkactive:hover{
	text-decoration: underline;
}

.popoverbutton{
	user-select: none;
	background-color:#f7c800;
	color:black;
	border: solid 1px #be9d0a;
	font-size:1rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: bold;
	border-radius: 5px;
	white-space: nowrap;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	display:inline-block;
	margin-left:2px;
	margin-right:6px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:6px;
	padding-right:6px;
}
.popoverbutton:link{
	text-decoration: none;
}
.popoverbutton:visited{
	text-decoration: none;
	color:black;
}
.popoverbutton:hover{
	text-decoration: none;
	color:black;
	background-color:#f7d335;
	cursor:pointer;
}
.popoverbutton:active{
	text-decoration: none;
}

/*************************/
/* page loading "icon"   */
.loader {
	border: 12px solid #f3f3f3; /* Light grey */
	border-top: 12px solid #f7d335; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
  }

  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }

/*************************/
/* audio play controls   */
/*.audioButtonActive{
	cursor: pointer;
	color:#555;
}
.audioButtonActive:hover{
	color: #000;
}
.audioButtonDisabled{
	cursor:none;
	color:#ccc !important;
}*/

/*************************************************************
HEADER
*************************************************************/

.statWordsDisplay{
	display:inline-block;
	background:#eeeeee;
	border:solid 1px #999999;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	color:black;
	user-select: none;
	margin-right:20px;
	font-weight:bold;
	text-wrap: nowrap;
}

.btnHeader{
	padding:5px;

}

.headerLink{
	color:#fff;
	text-decoration:none;
}
.headerLink:link{color:#fff;text-decoration:none;}
.headerLink:visited{color:#fff;text-decoration:none;}
.headerLink:hover{color:#fff;text-decoration:underline;}
.headerLink:active{color:#fff;text-decoration:none;}

/******************************************************/
/*    TOP MENU                                        */
/******************************************************/

.topMenuContainerTable{
	width:100%;
	height:50px;
}

.topMenuContainerTable > tbody > tr{
	background-color: #000;
	background-image: url("/img/HeaderBackground.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.topMenuContainerTable > tbody > tr > td {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right:6px;
	vertical-align: middle;
	text-align: left;
	height:100%;
}


.topMenuTable > tbody > tr > td {
	padding:0px;
}


.topMenuLogoTD{
	/*background-color: #7CC062 !important;*/
	padding-left:0px;
	padding-top:0px;
	width:250px;
}
.topMenuLogoTD A{
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	font-size:1.4em;
	text-wrap: nowrap;
}
.topMenuLogoTD A:hover{
}

.topMenuNavTD{
	text-align: center;
}
.topMenuNavTD A{
	color: #eee;
	font-weight:normal;
	text-decoration: none;
	text-wrap: nowrap;
	font-size: 1.2em;
	text-transform: uppercase;
}
.topMenuNavTD A:hover{
	color: #FCD135;
}
.topMenuNavTDSelected A{
	color: #FCD135;
	font-weight: bold;
}

@media screen and (min-width: 1100px) {
	/* HEADER BACKGROUND */
	.topMenuContainerTable > tbody > tr{
		background-color: #000;
		background-image: url("/img/deBackgroundForRepeat.png");
		background-position: left top;
		background-repeat: repeat-x;
	}
	/* HIDE ICON FOR MENU SLIDER */
	.headerSliderMenuIconTD{
		display:none;
	}
	/* SHOW HEADER SITE LOGO */
	.topMenuLogoTD{
		display:table-cell;
	}
	/* SHOW TOP MENU ITEMS */
	.topMenuNavTD{
		display:table-cell;
	}
}

@media screen and (max-width: 1100px) {
	/* HEADER BACKGROUND */
	.topMenuContainerTable > tbody > tr{
		background-color: #000;
		background-image: url("/img/HeaderBackground.png");
		background-position: left top;
		background-repeat: no-repeat;
	}
	/* SHOW ICON FOR MENU SLIDER */
	.headerSliderMenuIconTD{
		display:table-cell;
	}
	/* HIDE HEADER SITE LOGO */
	.topMenuLogoTD{
		display:none;
	}
	/* HIDE TOP MENU ITEMS */
	.topMenuNavTD{
		display:none;
	}
}


#topMenuSlider{
	width:200px;
	background-color: #000;
}
.topMenuSliderHeader{
	display:block;
	width:100%;
	padding:8px;
	padding-right:12px;
	padding-top:12px;
	text-align: right;
}

.topMenuSliderCloseButton{
	color: #fff;
	font-size: 1.8em;
	cursor: pointer;
}

.topMenuSliderContent a{
	display:block;
	padding:10px;
	font-size: 1.2em;
	color:#eee;
	text-decoration: none;
}
.topMenuSliderContent a:hover{
	color:#fff;
	font-weight: bold;
}
.topMenuSliderContent a.sel{
	color:#FCD135;
	font-weight: bold;
}

/******************************************************/
/*    MINIMENU                                        */
/******************************************************/
.miniMenuContainer{
	width:100%;
	user-select: none;
	display:none;
}

@media screen and (max-width: 1100px) {
	.miniMenuContainer{
		display:inline;
	}
}

.miniMenu{
	display:table;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
}

@media screen and (min-width: 400px) {
	.miniMenu div{
		display:table-cell;
		padding-top:10px;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:10px;
	}

	.miniMenu > div > a{
		padding:10px;
		padding-left:15px;
		padding-right:15px;
		border: solid 1px #be9d0a;
		border-radius: 8px;
		background-color:#f7c800;
		color:black;
		font-size:1rem;
		font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: bold;
		white-space: nowrap;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	}

	.miniMenu > div.sel > a {
		background-color:#f8e17b;
	}
}

@media screen and (max-width: 400px) {
	.miniMenu div{
		display:table-cell;
		padding-top:8px;
		padding-left:6px;
		padding-right:6px;
		padding-bottom:8px;
	}

	.miniMenu > div > a{
		padding:8px;
		padding-left:8px;
		padding-right:8px;
		border: solid 1px #be9d0a;
		border-radius: 8px;
		background-color:#f7c800;
		color:black;
		font-size:1rem;
		font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: bold;
		white-space: nowrap;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
		box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	}}



/*************************************************************
LESSON VIEW
*************************************************************/

.lessonWord:hover{
	text-decoration:underline;
}
.wordOld{
	background-color:white;
	color:black;
	cursor:pointer;
}
.wordNew{
	background-color:rgb(227, 235, 252);
	color:black;
	cursor:pointer;
}
.wordLearn{
	background-color:rgb(250, 250, 186);
	color:black;
	cursor:pointer;
}
.wordSelected{
	background-color:black;
	color:white;
	cursor:pointer;
}

.lessonVideoPopup{
	position:fixed;
	left:0;
	bottom:0;
	width:420px;
	height:360px;
	background-color:#fff;
	border:solid 1px #666666;
	border-radius: 5px;
}

.lessonVideoPopupHeader{
	cursor:move;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	color:black;
	border-bottom: solid 1px #999;
}

.lessonVideoPopupHeaderCaption{
	display:inline-block;
	width:372px;
	font-size:1.4em;
	color:#333;
	user-select: none;
}
.lessonVideoPopupCloseDiv{
	display:inline-block;
	width:20px;
}
.lessonVideoPopupCloseBtn{
	cursor:pointer;
	font-size:1.4em;
	color:#999;
}
.lessonVideoPopupCloseBtn:hover{
	color: #000;
}

.settingsPanel{
	background-color: #f6f6f6;
}

@media screen and (max-width: 992px) {
	.settingsPanel{
		background-color: #f6f6f6;
		width:300px !important;
	}
}

@media screen and (max-width: 600px) {
	.settingsPanel{
		background-color: #f6f6f6;
		width:300px !important;
	}
}


/*************************************************************
COURSE LESSONS
*************************************************************/

.courseLessonLink{
	font-weight: normal;
	text-decoration: none;
}
.courseLessonLink:hover{
	text-decoration: none;
}

.courseTableBasic{
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:30px;
}
	.courseTableBasic td {
		padding:10px;
		border: solid 1px black;
	}

.courseTableWithHeader {
	border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:30px;
}
	.courseTableWithHeader tr:first-child{
		background-color:#e8e8e8;
		font-weight: bold;
	}
	.courseTableWithHeader td {
		padding:10px;
		border: solid 1px black;
	}

.lessonViewButton{
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 2px #999;
	border-radius:8px;
	vertical-align:top;
	background-color: #fff;
	display:inline-block;
}

.lessonViewButtonDisabled{
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	border:solid 2px #999;
	border-radius:8px;
	vertical-align:top;
	background-color: #ddd;
	display:inline-block;
	cursor:default;
}

.lessonViewHeader{
	width:100%;
	background-color:
	white;padding:5px;
}

.lessonViewCaption{
	background-color: white;
	width: calc(100% - 300px);
	min-width: 400px;
	margin: 0 auto;
	float:left;
	padding:5px;
}

.lessonViewDescription{
	padding-bottom:12px;
	font-style: italic;
}

.lessonViewActions{
	height:50px;
	background-color: white;
	width: 300px;
	float:left;
	padding-top:4px;
	text-align:right
}

#spanLessonCheckBox{
	cursor: pointer;
}

@media only screen and (max-width: 991px) {
	.lessonViewCaption{
		width:100%;
		float: none;
	}
	.lessonViewActions{
		float: none;
		text-align:left;
	}
}

/*************************************************************
LESSONS
*************************************************************/

.grayBackground {background-color: #dddddd;}

a.lessonsLessonTitle{
	color:black;
	text-decoration:none;
	/*display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:3em;
	overflow: hidden;
	text-overflow: ellipsis;*/
	font-weight:bold;
	font-size:1.2em;
	white-space: normal;
}
.lessonsLessonTitle:link{text-decoration:none;}
.lessonsLessonTitle:visited{text-decoration:none;}
.lessonsLessonTitle:hover{text-decoration:none;}
.lessonsLessonTitle:active{text-decoration:none;}

.lessonsLessonDesc{
	color:#666;
	text-decoration:none;
	/*display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	height:7.5em;
	overflow: hidden;
	text-overflow: ellipsis;*/
	font-size:1em;
	margin-bottom:10px;
	/*background-color: red;*/
	white-space: break-spaces;
}

.suggestionDiv{
	cursor:pointer;
	margin-left:10px;
	width:90%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	user-select: none;
	background-color:#ffeb92;
	color:black;
	border: solid 1px #ddc351;
	font-size:1rem;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: bold;
	border-radius: 5px;
	/*white-space: nowrap;*/
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	display:inline-block;
}

.lessonsLessonImage{
	height:200px;
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



.lessonSetCaption{
	font-size:1.4em;
	color: #000;
	margin-top: 16px;
	width:100%;
	border-bottom: solid 1px #777;
	margin-bottom: 10px;
}

/***************************************************/
/* PAGING                                          */
/***************************************************/

.PagingPageContainer{
	background-color:#fff;
}
.PagingPageBorder{
	background-color:#fff;
	padding:20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	line-height:1;
}
.PagingPageHeaderPrev{
	display:inline-block;
	width:17%;
	text-align:right;
	padding-right:3%;
	font-size: 1.6em;
}
.PagingPageHeaderNext{
	display:inline-block;
	width:17%;
	text-align:left;
	padding-left:3%;
	font-size: 1.6em;
}
.PagingPageHeaderBtn{
	font-size:1.6em;
	color:#dddddd;
	cursor:pointer;
}
.PagingPageHeaderBtn:hover{
	color:#999;
}

.PagingPageHeaderProgressBarContainer{
	display:inline-block;
	width:60%;
	text-align: center;
	user-select: none;
}

.PagingPageHeaderProgressBarText{
	padding-bottom:4px;
	color:#999;
}

.PagingPageHeaderProgressBar{
	display:inline-block;
	background-color: #eee;
	width: 100%;
	height:15px;
	border-radius: 15px;
	margin:0 auto;
}
.PagingProgressBarIndicator{
	background-color: #7CC062;
	height:100%;
	color: white;
	text-align: right;
	font-size: 20px;
	border-radius: 15px;
}
.PagingPageContent{
	font-size:1.2em;
	line-height: 1.6;
	background-color:#fff;
	overflow-y:auto;
}

/***************************************************/
/* ANKI - Flip cards                               */
/***************************************************/
/* entire container, keeps perspective */
/* https://www.w3schools.com/howto/howto_css_flip_card.asp */

.ankiDesc{
	display:block;
	margin-bottom:30px;
}

@media screen and (max-width: 500px) {
	.ankiDesc{
		display:none;
	}
}


.ankiCard {
	background-color: transparent;
	width: 600px;
	height: 460px;
	perspective: 1000px;
	margin:0 auto;
}

@media screen and (max-width: 500px) {
	.ankiCard {
		background-color: transparent;
		width: 380px;
		height: 380px;
		perspective: 1000px;
	}
}

@media screen and (max-width: 400px) {
	.ankiCard {
		background-color: transparent;
		width: 290px;
		height: 250px;
		perspective: 1000px;
	}
}

.ankiCardInner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
}

.ankiQ, .ankiA {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding:20px;
	font-size:1.2em;
	vertical-align: middle !important;
	text-align: center !important;
	border-radius: 10px;
	cursor: pointer;
}

@media screen and (max-width: 500px) {
	.ankiQ, .ankiA {
		padding:15px;
		font-size:1.1em;
	}
}

@media screen and (max-width: 400px) {
	.ankiQ, .ankiA {
		padding:10px;
		font-size:1em;
	}
}

.ankiQ {
	background-color: #eeeeee;
}

.ankiQQ1{
	padding-top:60px;
	font-weight: bold;
	font-size:2em;
}
.ankiQQ2{
	padding-top:10px;
	font-size:1.5em;
}
.ankiQQMark{
	font-size:4em;
}

.ankiA {
	background-color: #2980b9;
	transform: rotateY(180deg);
}

.ankiAQ1 {
	font-size:1.6em;
}
.ankiAQ2 {
	font-size:1.4em;
}
.ankiAA1 {
	padding-top:70px;
	font-weight: bold;
	font-size:1.6em;
}
.ankiAA2 {
	font-size:1.4em;
}
.ankiAPhrases{
	padding-top:20px;
}

@media screen and (max-width: 500px) {
	.ankiQQ1{
		padding-top:40px;
		font-weight: bold;
		font-size:1.4em;
	}
	.ankiQQ2{
		padding-top:10px;
		font-size:1.2em;
	}
	.ankiQQMark{
		font-size:4em;
	}

	.ankiAQ1 {
		font-size:1.2em;
	}
	.ankiAQ2 {
		font-size:1.1em;
	}
	.ankiAA1 {
		padding-top:30px;
		font-weight: bold;
		font-size:1.3em;
	}
	.ankiAA2 {
		font-size:1.1em;
	}
	.ankiAPhrases{
		padding-top:25px;
	}
}

@media screen and (max-width: 400px) {
	.ankiQQ1{
		padding-top:20px;
		font-weight: bold;
		font-size:1.3em;
	}
	.ankiQQ2{
		padding-top:10px;
		font-size:1.1em;
	}
	.ankiQQMark{
		font-size:3em;
	}

	.ankiAQ1 {
		font-size:1.1em;
	}
	.ankiAQ2 {
		font-size:1em;
	}
	.ankiAA1 {
		padding-top:20px;
		font-weight: bold;
		font-size:1.1em;
	}
	.ankiAA2 {
		font-size:1em;
	}
	.ankiAPhrases{
		padding-top:10px;
	}
}

.ankiHover .ankiCardInner {
	transform: rotateY(180deg);
}

.ankiBgDer{	background-color: #b9e4fd;}
.ankiBgDie{	background-color: #f7bde6;}
.ankiBgDas{	background-color: #f6f6f6;}
.ankiBgNone{	background-color: #ffffff;}

/***************************************************/
/* Practice tests                                  */
/***************************************************/

.practiceTestButton{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	padding-right:20px;
	user-select: none;
	background-color:#f3f3f3;
	color:black;
	border: solid 1px #cfcfcf;
	font-size:1em;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: bold;
	border-radius: 5px;
	white-space: nowrap;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	display:inline-block;
}

.practiceTestButton:hover{
	background-color:#d8d8d8;
}
.practiceTestButton:active{
	background-color:#f7c800;
}

.practiceTestContainer{
	border: solid 1px black;
	padding:40px;
	text-align: center;
	font-size:1.2em;
	user-select: none;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 5px;
}
.practiceTestQuestion{
	padding:8px;
}
.practiceTestQuestionFocus{
	padding:8px;
	font-size:1.4em;
	font-weight: bold;
	overflow:hidden;
	margin-bottom:30px;
}
.practiceTestAnswerWord{
	padding:8px;
	font-size:1.4em;
	font-weight: bold;
	overflow:hidden;
}
.practiceTestAnswerTranslation{
	padding:8px;
	font-size:1.2em;
	font-weight: bold;
	color: #0000bb;
	overflow:hidden;
}
.practiceTestAnswerComment{
	padding:8px;
	font-size:1.2em;
	font-weight: bold;
	overflow:hidden;
}
.practiceTestContainer button {
	margin:10px;
	padding:10px;
	font-size:1.2em;
}
.practiceTestCorrect{
	display:block;
	background-color: green;
	color:white;
	padding:10px;
	margin-bottom:20px;
	border-radius: 15px;
}
.practiceTestWrong{
	display:block;
	background-color: red;
	color:white;
	padding:10px;
	margin-bottom:20px;
	border-radius: 15px;
}

.practiceButtonCheck{
	font-size:1.4em;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:16px;
	padding-right:16px;
}

@media screen and (max-width: 500px) {
	.practiceTestContainer{
		padding:20px;
		font-size:13pt;
	}
	.practiceTestQuestion{
		/*display:none;*/
	}
	.practiceTestQuestionFocus{
		padding:4px;
		font-size:1.1em;
		font-weight: bold;
		overflow:hidden;
		margin-bottom:15px;
	}
	.practiceTestAnswerWord{
		padding:4px;
		font-size:1.1em;
		font-weight: bold;
		overflow:hidden;
	}
	.practiceTestAnswerTranslation{
		padding:4px;
		font-size:1em;
		font-weight: bold;
		color: #0000bb;
		overflow:hidden;
	}
	.practiceTestAnswerComment{
		padding:4px;
		font-size:1em;
		font-weight: bold;
		overflow:hidden;
	}
	.practiceTestContainer button {
		margin:6px;
		padding:6px;
		font-size:1em;
	}
	.practiceTestCorrect{
		display:block;
		background-color: green;
		color:white;
		padding:8px;
		margin-bottom:10px;
		border-radius: 15px;
	}
	.practiceTestWrong{
		display:block;
		background-color: red;
		color:white;
		padding:8px;
		margin-bottom:10px;
		border-radius: 15px;
	}
	.practiceButtonCheck{
		font-size:1.2em;
		padding-top:6px;
		padding-bottom:6px;
		padding-left:12px;
		padding-right:12px;
	}

}

.practiceTestConnectDiv{
	padding:10px;
	margin:10px;
	border:solid 2px black;
	border-radius:8px;
	background-color:#f6f6f6;
	text-align:center;
	height:2.8em;
	width:200px;
	overflow:hidden;
	cursor:pointer;
	user-select: none;
}

.practiceTestConnectDivSel{
	background-color:#a5eaff;
}

.practiceTestConnectDivOK{
	background-color:#ddffdd;
	cursor:auto;
}
.practiceTestConnectDivWrong{
	background-color:#ffdddd;
	cursor:auto;
}


/***************************************************/
/* User page                                       */
/***************************************************/
.userPageTable > tbody > tr > td{
	padding:6px;
}
.userPageTable > tbody > tr > td:first-child{
	font-weight: bold;
}
.userPageTable > tbody > tr {
	border-bottom: solid 1px #eee;
}
.userPageTable > tbody > tr:first-child {
	border-top: solid 1px #eee;
}

/***************************************************/
/* Google Login button                             */
/***************************************************/

.GoogleLogInBtn{
	background-color: #fff;
	border: solid 1px #999;
	border-radius: 5px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right:10px;
	width:320px;
	margin:0 auto;
	display:block;
}
.GoogleLogInBtn:hover{
	background-color: #f8f8f8;
	text-decoration: none;
}
.GoogleLogInBtn .icon{
	display:inline-block;
	width:36px;
	height:16px;
	padding-left:20px;
}
.GoogleLogInBtn > div{
	display:inline-block;
	width:60%;
	padding-left:30px;
}


/****************************************************/
/* WORD PANELS                                      */
/****************************************************/
#divWordPanels{
	width:100%;
}
#divWordPanels > div{
	width:100%;
}

#divWordPanels > div > div{
	margin-top: 12px;
	margin-bottom: 12px;
}
#divWordPanels > div label{
	font-weight:bold;
}

.wordPanelNavigation{
	height:40px;
	background-color:yellow;
	width:100%;
}
.wordPanelNavigation > div{
	display: table-cell;
	width:33%;
	vertical-align: top;
	text-align: left;
}
.wordPanelNavigation > div:last-child{
	text-align:right;
}

.btnPrevWordPanel{
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
.btnNextWordPanel{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.reqField{
	color:red;
}

/************************************************************/
/* HORIZONTAL SCROLL                                        */
/************************************************************/

.hScrollPageSegment {
    position: relative;
	padding:0px;
	margin:0px;
    /*padding: 0px 30px;*/
    /*margin-top: 100px;*/
}

.hScrollLeftBtn {
    position: absolute;
	float:left;
    /*left: -14px;*/
	left: 0;
    top: 50%;
    transform: translateY(-50%);
	background-color:transparent;
	color: #f7c800;
	border:none;
	z-index: 1000;
	font-size:2em;
}

.hScrollBtnOff {
	color: #ddd;
}

.hScrollRightBtn {
    position: absolute;
	float:left;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	background-color:transparent;
	color: #f7c800;
	border:none;
	z-index: 1000;
	font-size:2em;
}

.hScrollContentDiv {
    position: relative;
    width: 100%;
    /*padding: 40px 0px;*/
    height: auto;
    /*display: flex;
    flex-wrap: nowrap;*/
	white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	padding:0px 24px;
	margin:0px;
}

.hScrollDescription {
	color:#666;
	text-decoration:none;
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	height:7.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size:1em;
	margin-bottom:10px;
	/*background-color: red;*/
	white-space: break-spaces;
}


.hScrollChild {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
	display:inline-block;
    width: 300px;
	min-width: 300px;
	min-height:300px;
    /*height: 300px;*/
    /*padding: 0px 15px;*/
    margin: 1px 10px;
    border: 1px solid #dddddd;
	border-radius:5px;
    overflow: hidden;
	vertical-align: top;
    /*-webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);*/
}
.hScrollChild::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.hScrollChild::-webkit-scrollbar-thumb {
    background-color: black;
}

/*********************************************/
/* MODAL                                     */
/*********************************************/
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 2000; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
  }

	@media screen and (max-width: 1100px) {
		.modal-content {
			background-color: #fefefe;
			margin: auto;
			padding: 20px;
			border: 1px solid #888;
			width: 65%;
		}
	}

	@media screen and (max-width: 600px) {
		.modal-content {
			background-color: #fefefe;
			margin: auto;
			padding: 20px;
			border: 1px solid #888;
			width: 80%;
		}
	}


  /* The Close Button */
  .close {
	color: #f7c800;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-right: 10px;
  }

  .close:hover,
  .close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
  }

.divModalHeaderImage{
	display:block;
	height:400px;
	width:100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 600px) {
	.divModalHeaderImage {
		display:block;
		height:300px;
		width:100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

.divModalTitle{
	font-size: 1.6em;
	padding:5px;
}
.divModalDescription{
	font-size:1em;
	padding:5px;
	font-style: italic;
	padding-bottom:20px;
	border-bottom: solid 1px #bbb;
	margin-bottom: 20px;
}

.divModalItems div{
	display:block;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

/*************************************************************
HOMEPAGE
*************************************************************/

.homePageLink{
	display:block;
	box-shadow: 3px 3px 6px 2px #ddd;
	border-radius: 5px;
	width:200px;
	text-align:center;
	padding:10px;
	margin:10px;
	float:left;
	font-size:1.2em;
	font-weight: bold;
	color:#555;
}

.homePageLink:hover{
	text-decoration: none;
	color:#000;
	box-shadow: 5px 5px 8px 3px #ddd;
}

/*************************************************************
PAGES - HELP, QandA, ...
*************************************************************/

.notificationDiv{
	padding:10px;
	background-color: #fae588;
	border: solid 1px #dac774;
	border-radius: 6px;

}