body {
	overflow: hidden;
	min-height: 100vh;
	background-color: lightgrey;
	background-size: cover;
}

.flex {
	display: flex;
}

* {
	box-sizing: border-box;
}

p {
	color: dimgray;
}

span {
	color: inherit;
}

.pointer {
	cursor: pointer;
}

.c_nom {
	font-weight: bold;
	cursor: pointer;
}

.c_adjectif {
	font-style: italic;
	cursor: pointer;
}

.c_verbe {
	text-decoration: underline;
	cursor: pointer;
}

.c_adverbe {
	/*text-decoration: underline;
	text-decoration-style: wavy;*/
	cursor: pointer;
}

.c_pronom {
	cursor: pointer;
}

.c_préposition {
	/*text-decoration: underline overline;*/
	cursor: pointer;
}

.c_article {
	/*
	text-decoration: underline overline;
	text-decoration-style: wavy;*/
	cursor: pointer;
}
.c_conjonction {
	cursor: pointer;
}

.translation {
	font-size: 18px;
	color: lightcyan; 
}

.help_text {
	font-size: 18x;
	color: lightcyan;
}

.white {
	color: white;
}
.centred {
	text-align: center;
}

.middled {
	margin-left: 40%;
}

.defBox {
	font-size: 24pt;
	width: 100%;
	height: 400pt;
}

.left {
	width: 50%;
}

.right {
	width: 50%;
}
.iSearch {
	width: 20%;
	font-size: 32px;
}
.diffPlus {
	font-size: 20px;	
	color: green;
}
.diffMinus {
	font-size: 20px;
	color: red;
}
.nav {
	display: none;
}
.putDef {
	width: 100%;
	height: 80pt;
	font-size: 28pt;
}
.putDefThree {
	width: 33%;
	height: 80pt;
	font-size: 28pt;
}
.iSearchNav {
	width: 90%;
	font-size: 32px;
}

.b1 {
	height: 9vh;
	width: 9vh;
}

h1 {
	font-size: 32px;
	text-align: center;
}	

h2 {
	width: 2200px;
}

.b2 {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 5vh;
	font-size: 32px;
	vertical-align: bottom;
	cursor: pointer;
}

.mute {
	display: inline-block;
	height: 5vh;
}

.bL {
	margin-left: 600px;
}

.b3 {
	margin: 0px;
	height: 42px;
	width: 42px;
	vertical-align: bottom;
}

.wide_load {
	width: 100vw;
}

.bImg {
	height: 100px;
	width: 100px;
	margin-bottom: 0px;
}

.lEl {
	font-size: 36px;
}

.pMid {
	font-size: 32px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20%;
	margin-right: 25%;
	height: 800px;
}
.firstColumn {
	width: 80%;
	float: left;
	margin-left: 5%;
}
.secondColumn {
	width: 10%;
	float: right;	
}
.titleLeft {
	width: 12%;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
}
.titleCentre {
	width: 70%;
	float: left;
	margin-left: 1%;
}
.titleRight {
	width: 12%;
	float: right;
	margin-right: 1%;
	margin-top: 1%;
}
.counts {
	font-size: 12pt;
	margin-left: -5%;
}
.countLeft {
	margin-right: 30%;
}
.countTotal {
	margin-right: 21%;
}
.debug {
	display: inline
}

.proseDef {
	font-size: 18px;	
	line-height: 175%;
	margin-left: 1%;
	color: goldenrod;
	width: 40%;
	line-height: 300%;
}

.listDef {
	color: gray;
	font-size: 18px;
}

textarea {
	width: 15%;
}

.pDef {
	font-size: 20px;
	margin-top: 2%;
	margin-left: 2%;
	max-width: 35%;
}

.wRoot {
	font-size: 20px;
	margin-top: 2%;
	margin-left: 2%;
	max-width: 33%;	
	text-transform: uppercase;
}

.pMore {
	font-size: 20px;
	margin-top: 0%;
	margin-left: 2%;
	width: 100%;
}

.pBig {
	font-size: 128px;
	text-align: center;
	margin-top: 20px;
	margin-left: 20%;
	margin-right: 25%;
}

.lMid {
	margin-top: 24px;
	margin-left: 38%;
}

.navL {
	display: none;
	margin-left: 42%;
	margin-bottom: 0px;
}

.navT {
	display: none;
	margin-bottom: 0px;
}

.i3 {
	font-size: 80px;
}

.pFB {
	display: none;
	font-size: 48px;
	margin-left: 48%;
	margin-right: 10%;
}

h3 {
	margin-left: 10px;
}

label {
	font-size: 32px;
	padding: 20px auto 20px;
	margin-left: 10px;
	margin-right: 25px;
}

.score {
	margin-right: 16px;
	margin-left: 0px;
	display: inline-block;
	padding: 0;
	font-size: 36px;
}

.iDef {
	width: 100%;
	font-size: 24px;
}
.outside {
	height: 120px;
}
.hidden {
	visibility: none;
}

.fmtWords {
	margin-left: 5%;
	margin-top: 20%;
	margin-bottom: 0%;
	font-size: 14pt;
	color: dimgray;
}
.fmtAuxClass {	
	font-size: 24px;
	color: royalblue;
	display: block;
	margin-left: 5%;
	margin-top: 1%;	
}

.inputSearch {
	font-size: 24pt;
	width: 50vw;
	background: lightgray;
	margin-left: 24%;
	border-radius: 15px;
	border-width: thick;
}

.feedback {
	color: black;
	background: dimgray;
	font-size: 12pt;
	width: 90vw;
	height: 90vh;
	margin-left: 2%;
	margin-right: 1%;	
	border-width: thick;
	border-radius: 15px;
	opacity: 0.7;
}

.suggestions {
	color: black;
	background: darkgrey;
	font-size: 16pt;
	width: 90vw;
	height: 25vh;
	margin-left: 2%;
	border-width: thick;
	border-radius: 15px;
	opacity: 0.9;
}

.dropEl {
	font-size: 24pt;
	margin: 0pt;
}
#iShowBtn {
	width: 256px;
}

#iListShowClass {
	width: 256px;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.summary {
	font-size: 36px;
	width: auto;
}

.link {
	font-weight: bold;
	cursor: pointer;
}

.flex {
	display: flex;
}

.roman {
	color: grey;
	display: inline-block;
	width: 6%;
}

.present {
	text-decoration: underline;
	cursor: pointer;
}

.past {
	text-decoration: overline;
	cursor: pointer;
}

.imparfait {
	cursor: pointer;;
	text-decoration: underline;
	text-decoration-style: double;
}

.line {
	background: rebeccapurple
}

.line_ins {
	background: black; 
}

.input_ins {
	background: rebeccapurple;
	color: goldenrod;
}

th {
	font-size: 32px;
	text-align: left;
}

td {
	font-size: 18px;
	width: 12vb;
}

.tempus {
	font-size: 24px;
}

.inline {
	display: inline-block;
}

.eighty {
	width: 80%;
}

.invisible {
	display: none;
}

progress {
  width: 300px;
  height: 30px; /* makes the bar thicker */
  appearance: none; /* reset native look */
  -moz-appearance: none; /* for Firefox */
  border: none;
  border-radius: 0;
  background-color: #eee; /* fallback for Firefox */
  overflow: hidden; /* keeps rounded corners clean */
}

/* Chrome & Safari */
progress::-webkit-progress-bar {
  background-color: blue;
  border-radius: 0;
}

progress::-webkit-progress-value {
  background-color: blue;
  border-radius: 0;
}

/* Firefox */
progress::-moz-progress-bar {
  background-color:blue;
  border-radius: 0;
}

.days::-moz-progress-bar {
	background-color: gray;
}

iframe {
	margin-left: 2%;
	height: 28vh;
	width: 28vw;
}

.subs {
	margin-left: 2%;
	background: beige;
	opacity: 0.7;
	width: 90vw;
	margin-bottom: 0%;
	height: 24vh;
	padding-top: 1%;
	padding-left: 10%;
	font-size: 24px;
	border-radius: 15px;
	text-align: left;
}

.goal {
	padding-left: 2%;
	font-family: monospace;
}

.goalLabel {
	font-family: monospace;
	padding-left: 2%;
	padding-right: 2%;
}

.sub_fb {
	font-family: monospace;
	padding-left: 24%;
	padding-right: 2%;
}

.goalInput {
	width: 10%;
	padding-left: 5%;
	font-family: monospace;
	margin-left: 1%;
}

.days {
	background-color: #eee;
}

td {
	font-size: inherit;
}

.table-container {
  text-align: center;
}

.table-container table {
  min-width: 80%;
  margin: 0 auto;      /* Center the table within the div */
  border-collapse: collapse;
  border: 1px solid #ccc;
}

li {
	text-align: left;

}

.space_controls {
	margin-left: 4vw;
}

.flag {
	height: 4vh
}

.bigFlag {
	height: 5vh;
}

.video_trigger {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}

.signup {
	font-size: 36px;
	color: white;
}

.button {
	cursor: pointer;
}

.signup_input {
	width: 25vw;
	margin-left: 1vw;
	font-size: 36px;
}

.signup_button {
	margin-left: 1vw;
	width: 25vw;
	font-size: 36px;
}

.signup_body {
	background-image: url("img/ScapaSea.png");
	background-size: cover;
	overflow: scroll;
}

progress.finished::-moz-progress-bar {
  background-color: #28a745;
}

.quick_start {
	cursor: pointer;
	font-size: 36pt;
}

.def_table {
	padding-left: 25%;
	width: 100%;
}

.feedback_input {
	width: 90vw;
	height: 20vh;
	font-size: 24pt;
}

.btnFb {
	cursor: pointer;
	font-size: 32pt;
}

.root_align {
	text-align: left;
	padding-left: 2%;
	width: min-content;
	font-weight: bold;
}

.tt_align {
	white-space: nowrap;
	padding-left: 5%;
	font-weight: bold;
}

.verb_table_subs {
	padding-left: 0%;
}
.verb_table {
	padding-left: 25%;
}

.tempus {
	colspan: 2;
	text-align: center
}

.audio_controls {
	width: 150%;
}

.subProg {
	color: darkslategrey;
}

.undertext {
	margin-left: 60%;
}

.progbar {
	margin-top: 1%;
	margin-left: 2%;
    border-radius: 15px;
    width: 90vw;
}

.hide_button {
	margin-left: 2%;
	border-radius: 5%;
	font-size: 12px;
	height: 12%;
	cursor: pointer;
}

.dual-progress {
  margin-left: 2%;
  width: 90vw;
  height: 3vh;
  appearance: none;
  border: none;
  border-radius: 5%;
  overflow: hidden;

  /* Two progress layers */
  background:
    linear-gradient(
      to right,
      #3b82f6 0%,
      #3b82f6 var(--played),
      #aaa var(--played),
      #aaa var(--buffered),
      #ddd var(--buffered),
      #ddd 100%
    );
}

/* Remove native styles */
.dual-progress::-webkit-progress-bar {
  background: transparent;
}
.dual-progress::-webkit-progress-value {
  background: transparent;
}
.dual-progress::-moz-progress-bar {
  background: transparent;
}

.speed-icon {
	height: 12vh;
}

.yt-icon {
	height: 5vh;
	margin-left: 1%;
}

.input_div {
	display: flex;
	flex-direction: row;
}

.test_word {
	margin-left: 24%;
	color: black;
}

.timer_box {
	background-image: url("img/clock.png");
	background-size: cover;
	margin-left: 1%;
	flex: 1;
}

.verb_history {
	background-color: lightyellow;
	width: 24vw;
	margin-left: 1%;
}

.timer_fb {
	margin-left: 25%;
	margin-top: 20%;
	font-size: 24px;
	color: black;
}

.bottom_pad {
	margin-bottom: 1%;
}

.stack {
	display: flex;
    flex-direction: column;
	width: 14vw;
}

.compound_html {
	margin-left: 35vw;
	color: black;
}

.small_pad {
	padding-right: 1%;
}

.toggle_video {
	height: 5vh;
}

.input-adj::placeholder {
	font-style: italic;
}

.input-verb::placeholder {
	font-weight: bold;
}
