html, body {
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  background-color: white;
  font-family: "Times New Roman, Tahoma, Comic Sans MS, Verdana, Arial, Helvetica, sans-serif";
}

input[type="checkbox"] {
  cursor: pointer;
}

.Indent {
  margin-left: 5vmin;
}

.ForceNoBold {
  font-weight: normal !important;
}

.CGSeparator {
  background-color: lightblue;
  font-weight: bold;
  font-size: 3vmin;
  text-align: center;
  border: darkblue inset 1px;
}

.CourseGroupUserListContainer table {
  width: 100%;
}

.AlignTop {
  vertical-align: top;
}

#TaskUsedWarning, #QTaskUsedWarning {
  display: none;
}

#CourseCoLecturers {
  display: inline-block;
  vertical-align: top;
  margin-left: 1vmin;
  font-size: 3vmin;
}

#BTNCoLecturers {
  margin-left: 2vmin;
  margin-top: 0;
}

.Copyright {
  position: relative;
  bottom: 0;
  margin-bottom: 0 !important;
  font-size: 3vmin;
}

.NameHeader {
  position: absolute;
  z-index: 9999999;
  float: left;
  margin-top: -5vmin;
  font-family: 'Pacifico';
  font-size: 5vmin;
  transform: rotate(-5deg);
  color: #0313D6;
  text-shadow: .5vmin .6vmin gray;
  transition: color .5s linear;
}

.NameHeader:hover {
  color: #04F8AE;
}

.DefaultBorder {
  border-radius: 2vmin;
  border: silver groove .4vmin;
}

.Selection, .WideSelection {
  width: fit-content; 
  font-size: 4vmin;
  margin: 1vmin;
  padding-bottom: 1.5vmin;
  min-height: 10vmin;
}

.WideSelection {
  width: 98%;
}

.Selection label, .Selection input, .WideSelection label, .WideSelection input, .CheckOption label, .CheckOption input {
  cursor: pointer;
  padding: 1vmin;
}

.PaddedSelection { 
  margin-top: 1vmin;
}

.PaddedSelection button span {
  font-size: 5vmin;
}

                              /* TTS Controls */
#TTSControl {
  width: 100%;
  text-align: right;
}

#TTSButton {
  padding: 0 2vmin;
  width: auto;
  text-align: center;
  font-size: 4vmin;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 1vmin;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: none;
  color: white;
  transition: background-color 200ms linear;
}

#TTSPlayback {
  display: none;
  border: silver groove 1px;
  border-radius: 2vmin;
  padding: 1vmin;
  margin-bottom: 2vmin;
}

#TTSPlayContainer {
  width: 100%;
  text-align: center;
}

#TTSPlayContainer > button {
  font-size: 4.5vmin;
}

select, #TTSForm > div {
  display: block;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 3vmin;
  padding: 5px;
}

select {
  width: 83%;
}

.clearfix {
  clear: both;
}

.rate-value, .pitch-value {
  float: right;
  width: 5%;
  line-height: 1.5;
}

#Rate, #Pitch {
  float: right;
  width: 81%;
}


                              /* End of TTS Controls */



#RefTextHead{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.container {
  margin-left: auto; 
  align-items: center;
}

.CourseGroupUserListContainer{
  margin-left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.CourseGroupUserListContainer button {
  margin-bottom: 0 !important;
}

.CourseGroupUserListOutter {
  width: 45%;
}

.CourseGroupUserListInner {
  height: 45vmin;
  overflow: auto;
}


#RefText, #BlogScript, #BlogInstructions {
  border-radius: 3vmin;
}

textarea{
  min-width: 100%;
  max-width: 100%;
  min-height: 12vmin;
  max-height: 50vmin;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 5vmin ;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.button-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

button {
  padding: 0 5vmin;
  width: auto;
  text-align: center;
  font-size: 8vmin;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 2vmin;
  text-decoration: none;
  border: silver ridge .4vmin;
  cursor: pointer;
  outline: none;
  color: white;
  transition: background-color 200ms linear;
}

button span {
  display: block;
}

.minibutton {
  font-size: 2.5vmin;
  padding: 0 1vmin;
  margin: 1vmin;
  border-radius: 1.5vmin;
}

.mediumbutton {
  font-size: 4vmin;
  padding: 0 1vmin;
  margin: 1vmin;
  border-radius: 1.5vmin;
}
                              /* Basic Button Styles */
.mic-button {
  background-color: #3e8e41;
}

.mic-button:hover {
  background-color: #4CAF50;
}

.mic-button:disabled {
  display: none;
}

.h-button {
  background-color: rgb(28, 117, 117);
}

.h-button:hover {
  background-color: rgb(77, 155, 155);
}

.submit-button {
  background-color: #d1309e;
}

.submit-button:hover {
  background-color: #DE95FE;
}

.menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1vmin;
  background-color: #e0e0e0;
  border-radius: 8vmin 3vmin 3vmin 8vmin;
  box-shadow: inset .5vmin .5vmin 2vmin rgba(50, 0, 50, 0.3), 
              inset -.5vmin -.5vmin 2vmin rgba(230, 230, 250, 0.7);
  color: #FFFFFF;
  height: 8vmin; /* Explicitly set the height of the menu bar */
  box-sizing: border-box; /* Ensure padding doesn't affect total height */
  overflow: hidden; /* Ensure no overflow on narrow screens */
}

.left-spacer {
  flex-grow: 1; /* Takes up remaining space on the left */
}

.menu-caption {
  flex-shrink: 0;
  margin-right: 1vmin;
  min-width: 20%;
  color: #FFFF00;
  text-align: center; 
  font-size: 5vmin; 
  font-weight: bold; 
  text-shadow: 1px 1px 2px #def, 0 0 0 #000, 1px 1px 2px #def;
}

.nav-button-container {
  display: flex;
  gap: 0.5vmin; /* Adds spacing between buttons */
  flex-grow: 1;
  align-self: center; /* Vertically center the entire button container */
  height: auto; /* Allow the button container to size based on its content */
}

.nav-button-container button {
  flex: 1 1 0;
  padding: 1vmin;
  min-width: 0; /* Allows buttons to shrink below their content width */
  white-space: nowrap; /* Ensures button text doesn't wrap */
  text-shadow: 1px 1px 2px #def, 0 0 0 #000, 1px 1px 2px #def;
  margin-left: auto;
}

.exit-button {
  background-color: #800303;
  max-width: 8vmin;
}

.exit-button:hover {
  background-color: #fc0000;
}

.exit-button span {
  font-size: 3vmin;
  font-weight: bold;
}

.dashboard-button {
  background-color: #0000b3;
}

.dashboard-button:hover {
  background-color: #6666ff;
}

.dashboard-button span {
  font-size: 4vmin;
  font-weight: bold;
}

.dashboard-button:disabled {
  display: none;
}


.menu-bar-button {
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: contain; 
}

.client-editor-button {
  background-image: URL("../menuimages/clienteditor.png");
}

.db-admin-button {
  background-image: URL("../menuimages/dbadmin.png");
}

.course-editor-button {
  background-image: URL("../menuimages/courseeditor.png");
}

.emotional-speech-button {
  background-image: URL("../menuimages/tts.png");
}

.free-speech-button {
  background-image: URL("../menuimages/freespeech.png");
}

.report-button {
  background-image: URL("../menuimages/report.png");
}

.account-button {
  background-image: URL("../menuimages/useraccount.png");
}

.config-button {
  background-image: URL("../menuimages/gears.png");
}

.reduced-size {
  height: 5vmin;
  width: 8vmin;
  padding: 0 1.3vmin;
}

.reduced-size span {
  font-size: 3vmin;
}

.ellip-button {
  padding: 0 1vmin;
  background-color: #76D38D;
}

.ellip-button:hover {
  background-color: #C5F8D1;
}

.ellip-button span {
  font-size: 4vmin !important;
  font-weight: bold;
}


#ExitContainer {
  float: right;
  margin-bottom: 2vmin;
}

.eval-button {
  display: inline-block;
  background-color: #D012C2;
}

.eval-button:hover {
  background-color: #FC6EFC;
}

.eval-button:disabled {
  display: none;
}

.eval-button span {
  font-weight: bold;
}


.self-eval-button {
  display: inline-block;
  background-color: #FF9900;
}

.self-eval-button:hover {
  background-color: #FFCC80;
}

.self-eval-button:disabled {
  display: none;
}

.self-eval-button span {
  font-weight: bold;
}

.finish-button {
  display: inline-block;
  background-color: #D012C2;
}

.finish-button:hover {
  background-color: #FC6EFC;
}

.finish-button:disabled {
  display: none;
}

.finish-button span {
  font-weight: bold;
}

.blue-button {
  background-color: #050EBC;
}

.blue-button:hover {
  background-color: #4C89FA;
}

.red-button {
  background-color: #CB0505;
}

.red-button:hover {
  background-color: #F97E7E;
}

.green-button {
  background-color: #0EA63E;
}

.green-button:hover {
  background-color: #72F905;
}

.orange-button {
  background-color: #FDBD19;
}

.orange-button:hover {
  background-color: #FCF94A;
}
                              /* Basic Button Styles */

#ResultsTable{
  display: none;
  margin-top: 2vmin;
  overflow-x: auto;
  width: 100%;
}

#ResultsTable table {
  width: 100%;
}

#ResultsTable table, #ResultsTable th, #ResultsTable td{
  border: 1px solid lightgrey;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  margin: auto;
}

#ResultsTable th {
  background-color: #94DBFE;
}

#SummaryTable{
  border-spacing: 5px;
  margin: 5px;
  display: none;
  overflow-x: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#SummaryTable table, #SummaryTable th, #SummaryTable td{
  border: 1px solid lightgrey;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
  margin: auto;
}

#SummaryTable th {
  background-color: #94DBFE;
}

#DetailedTable{
  margin: 5px;
  border-spacing: 5px;
  overflow-x: auto;
  display: block;
  justify-content: center;
  align-items: center;
}

#DetailedTable table{
  margin: auto;
}

#DetailedTable table, #DetailedTable th, #DetailedTable td{
  text-align: center;
  border: 1px solid darkgrey;
  border-collapse: collapse;
  padding: 5px;
}

#RecordLoader{
  display: none;
  top: 50%;
  left: 25%;
  width: 50%;
  height: 50em;
  margin-top: -25em;
  position: fixed;
  z-index: 99999999999999;
}

#Loader {
  position: relative;
  left: calc(50% - 30px);
  top: 50%;
  z-index: 1;
  margin: 0px;
  border: 16px dotted yellow;
  border-radius: 50%;
  border-top: 16px ridge green;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#LoaderStatus {
  position: fixed;
  left: 25%;
  width: 50%;
  top: 50%;
  margin-top: 5em;
  z-index: 1;
  text-align: center;
  font-weight: bold;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


footer{
  text-align: center;
  font-size: 3vmin;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-bottom: 2vmin;
}

@media only screen and (max-width: 500px) {
  button {
    font-size: 4vmin !important;
  }
  input {
    font-size: 2vmin !important;
  }
  select {
    font-size: 2vmin !important;
  }
  label {
    font-size: 2vmin !important;
  }
}


/* login css */

#LoginForm > div {
  margin: 1vmin;
}

.LangSelect {
  width: auto;
  font-size: initial;
  display: inline-block;
  padding: 0;
}

#SubmitContainer {
  width: 70%;
  margin: auto;
  text-align: center;
  margin-top: 40vmin;
  border: silver solid 2px;
  border-radius: 2vmin;
  padding: 2vmin;
  z-index: 99999;
  background-color: Cornsilk;
}

#SubmitContainer label {
  font-weight: bold;
  color: navy;
}

/* Question Picker */
.InnerPanel {
  margin: 2vmin 2vmin 2vmin 0;
  width: 82%;
  border: silver ridge 2px;
  border-radius: 2vmin;
  padding: 2vmin;
}

.InnerPanel > div {
  display: inline-block;
  width: 4%;
  margin-top: 0.2vmin;
  border: blue solid 1px;
  border-radius: .8vmin;
  text-align: center;
  cursor: pointer;
  font-size: 2.5vmin;
}

.InnerPanel > div[fst="1"] {
  border-color: red !important;
}

.Attempted { background-color: SlateBlue; color: white;}
.NotAttempted { background-color: LavenderBlush;}

.phoneme {
  cursor: pointer;
}


/* Task list */
.TaskListButton {
  font-size: 3vmin;
}

.DownButton {
  float: right;
  padding: 0 1vmin;
  background-color: #017EA0;
}

.DownButton:hover {
  background-color: #05CAFF;
}

.OpenTaskButton {
  padding: 0 1.5vmin;
}

.sunken-orange {
  background-color: #FFF4E6;
  border-radius: 2vmin;
  box-shadow: inset 1vmin 1vmin 2.5vmin rgba(255, 140, 0, 0.3), 
              inset -1vmin -1vmin 2.5vmin rgba(255, 200, 100, 0.7);
  padding: 1vmin;
}

.sunken-orange table {
  background-color: #FFF4E6;  
}

.sunken-blue {
  background-color: #E6F7FF;
  border-radius: 2vmin;
  box-shadow: inset 1vmin 1vmin 2.5vmin rgba(0, 0, 128, 0.3), 
              inset -1vmin -1vmin 2.5vmin rgba(173, 216, 230, 0.7);
  padding: 1vmin;
}

.sunken-purple {
  background-color: #F4E6FF;
  border-radius: 2vmin;
  box-shadow: inset 1vmin 1vmin 2.5vmin rgba(75, 0, 130, 0.3), 
              inset -1vmin -1vmin 2.5vmin rgba(230, 230, 250, 0.7);
  padding: 1vmin;
}

.sunken-green {
  background-color: #E6FFE6;
  border-radius: 2vmin;
  box-shadow: inset 1vmin 1vmin 2.5vmin rgba(0, 128, 0, 0.3), 
              inset -1vmin -1vmin 2.5vmin rgba(144, 238, 144, 0.7);
  padding: 1vmin;
}

table.TaskList {
  width: 100%;
  border-collapse: separate;
  border: none;
  font-size: 3vmin;
  margin-top: 1vmin;
}

table.TaskList th {
  font-weight: bold;
  background-color: navy;
  color: white;
  border-radius: 1vmin;
}

table.AttemptList {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 3vmin;
}

table.AttemptList th {
  font-weight: bold;
  background-color: #D8BEE8;
  color: #2D2D2D;
  border: white solid 1px;
}

table.AttemptList tr {
  border-top: silver solid 1px;
}

.TaskAttempts {
  border: silver solid 1px;
  border-radius: 0 0 2vmin 2vmin;
  position: relative;
  margin-top: .5vmin;
  width: 95%;
  display: none;
}

.TaskAttempts Button {
  font-size: 3vmin;
  padding: 0 1.5vmin;
  background-color: #FDBD19;
}

.TaskAttempts Button:hover {
  background-color: #FCF94A;
}

td.tdMiddle {
  text-align: center;
}

td.tdLeft {
  text-align: left;
}

.tdMissing {
  background-color: orange;
}

.td80 {
  background-color: green;
}

.td60 {
  background-color: lightgreen;
}

.td40 {
  background-color: yellow;
}

.td20 {
  background-color: red;
}

.tdNoError {
  background-color: lightgreen;
}

.tdError {
  background-color: red;
}

.tasknumber {
  font-size: 3.5vmin;
  font-weight: bold;
}

.tasktext {
  font-size: 3vmin;
  font-style: italic;
}

div.mainpanel {
  width: 95%;
  margin: auto;
  margin-top: 4vmin;
  align-items: center;
}

div.course {
  border-radius: 2vmin;
  border: silver ridge .5vmin;
  min-height: 10vmin;
  padding: 0.5vmin;
  width: 100%;
}

.CourseSelector {
  font-size: 3vmin;
  font-weight: bold;
}

.CourseSelector select {
  display: inline;
  width: fit-content; 
  font-size: 3vmin;
  margin-left: 1vmin;
}

.course img {
  float: left;
  height: 10vmin;
  width: auto;
  border-radius: 1vmin;
  margin-left: 1vmin;
}

.WideBorder {
  border: white solid 0.8vmin;
}

div.coursetasks {
  display: none;
}

.coursetitle {
  font-size: 7vmin;
  font-weight: bold;
  color: navy;
}

.courseworkdue {
  vertical-align: top;
  text-align: center;
}

.courseworkdue span, #TaskUsedWarning, #QTaskUsedWarning {
  font-weight: bold;
  colour: red;
  font-size: 3vmin;
  background-color: white;
  -webkit-animation: warning .5s linear infinite alternate;
  animation: warning .5s linear infinite alternate;
}

@keyframes warning {
  0%   {color: initial; background-color: initial;}
  100% {color: white; background-color: red;}
}

@-webkit-keyframes warning {
  0%   {color: initial; background-color: initial;}
  100% {color: white; background-color: red;}
}

.workdueflash {
  -webkit-animation: workdueflash .5s linear infinite alternate;
  animation: workdueflash .5s linear infinite alternate;
}

@keyframes workdueflash {
  0%   {background-color: initial; font-weight: initial;}
  100% {background-color: red; font-weight: bold;}
}

@-webkit-keyframes workdueflash {
  0%   {background-color: initial; font-weight: initial;}
  100% {background-color: red; font-weight: bold;}
}

.HighlightImage {
  -webkit-animation: borderflash .5s linear infinite alternate;
  animation: borderflash .5s linear infinite alternate;
}

@keyframes borderflash {
  0%   { border: white solid 0.8vmin; }
  100% { border: red solid 0.8vmin;}
}

@-webkit-keyframes borderflash {
  0%   { border: white solid 0.8vmin; }
  100% { border: red solid 0.8vmin;}
}

.coursecoordinator {
  text-align: left;
  margin-left: 4vmin;
  font-size: 3vmin;
  color: rgb(29, 124, 191);
  border-bottom: silver inset 1px;
}

div.menubar {
  top: 2vmin; 
  width: 100%; 
  margin: auto;
  background-color: #e0e0e0;
  border-radius: 8vmin 3vmin 3vmin 8vmin;
  box-shadow: inset .5vmin .5vmin 2vmin rgba(50, 0, 50, 0.3), 
              inset -.5vmin -.5vmin 2vmin rgba(230, 230, 250, 0.7);
  color: #FFFFFF;
  min-height: 5vmin;
  padding: 0.5vmin;
  margin-bottom: 5vmin;
}

.Blue-Gradient {
  background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(58,115,176,0.7) 71%, rgba(40,97,161,1) 90%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(58,115,176,0.7) 71%,rgba(40,97,161,1) 90%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(125,185,232,0) 0%,rgba(58,115,176,0.7) 71%,rgba(40,97,161,1) 90%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#1e5799', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.Purple-Gradient {
  background: -moz-linear-gradient(-45deg, rgba(140, 100, 170, 1) 0%, rgba(160, 120, 190, 1) 10%, rgba(180, 140, 210, 0.7) 29%, rgba(220, 198, 247, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(140, 100, 170, 1) 0%, rgba(160, 120, 190, 1) 10%, rgba(180, 140, 210, 0.7) 29%, rgba(220, 198, 247, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(140, 100, 170, 1) 0%, rgba(160, 120, 190, 1) 10%, rgba(180, 140, 210, 0.7) 29%, rgba(220, 198, 247, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c64aa', endColorstr='#00dcc6f7', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.Appear-Left {position:relative; -webkit-animation: animateleft 1s; animation: animateleft 1s;}
              @-webkit-keyframes animateleft{from{left: -100%; opacity: 0} to{left: 0; opacity: 1}}
              @keyframes animateleft{from{left: -100%; opacity: 0} to{left: 0; opacity: 1}}

.menubar table {
  width: 100%;
}

/* Profile Details - Client Editor - Task Editor */

.EditorPanel {
  text-align: center;
  align-items: center;
}

.EditorPanel label, .EditorPanel input, .EditorPanel select {
  font-size: 3vmin;
  margin-top: 1vmin;
}

.EditorPanel label, .EditorPanel span {
  font-weight: bold;
}

.EditorPanel button {
  margin-top: 5vmin;
  margin-bottom: 5vmin;
}

.EditorPanel button span {
  font-size: 5vmin;
}

.AutoWidth {
  width: auto;
  display: inline-block;
}

#UserList, #CGEdList, #QuestionList, #TaskEdList, #BlogList, #CourseEdList, #CourseGroupEdList{
  margin-top: 2vmin;
  min-height: 10vmin;
  max-height: 50vmin;
  overflow: auto;
}

#CGEdList {
  width: 50%;
  margin-left: 25%;
}

#CourseIconList {
  width: 80%;
  margin-left: 10%;
  height: 40vmin;
  padding: 2vmin 2vmin 3vmin 2vmin; 
  overflow: auto;
}

#UserList table, #CGEdList table, #QuestionList table, #TaskEdList table, #BlogList table, #CourseEdList table, #CourseGroupEdList table, #MemberList table, #FullUserList table {
  width: 100%;
  font-size: 3vmin;
  border-collapse: collapse;
}

#UserList th, #CGEdList th, #QuestionList th, #TaskEdList th, #BlogList th, #CourseEdList th, #CourseGroupEdList th, #MemberList th, #FullUserList th {
  background-color: #2595FB;
  color: white;
  border: silver solid .2vmin;
}

#UserList tr, #CGEdList tr, #QuestionList tr, #TaskEdList tr, #BlogList tr, #CourseEdList tr, #CourseGroupEdList tr, #MemberList tr, #FullUserList tr {
  border: silver solid .2vmin;
}

#UserList td, #CGEdList td, #QuestionList td, #TaskEdList td, #BlogList td, #CourseEdList td, #CourseGroupEdList td, #MemberList td, #FullUserList td {
  border: solid silver .2vmin;
  padding-left: 1vmin;
}

#UserList table tr:nth-child(even), #CGEdList table tr:nth-child(even), #QuestionList table tr:nth-child(even), #TaskEdList table tr:nth-child(even), #BlogList table tr:nth-child(even), #CourseEdList table tr:nth-child(even), #CourseGroupEdList table tr:nth-child(even) {
  background-color: #F9E1FA;
}

#UserList table tr:hover, #CGEdList table tr:hover, #QuestionList table tr:hover, #TaskEdList table tr:hover, #BlogList table tr:hover, #MemberList table tr:hover, #FullUserList table tr:hover {
  background-color: #F1BAF4;
  cursor: pointer;
}


#PhonemeVideoPanel {
  position: absolute;
  height: auto;
  width: auto;
  min-height: 50%;
  min-width: 30%;
  background-color: white;
  display: none;
  z-index: 9999999999;
}

#VidContainer {
  border-top: black solid 1px;
  text-align: center;
}

.animiimage {
  width: 95%;
  height: auto;
}

#Animi {
  width: 50%;
  border: black solid 2px;
}

.barright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: silver ridge 0.2vw;
  border-radius: 2vmin 2vmin 0 0;
  text-align: right;
  min-height: 5vmin;
  background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(58,115,176,0.7) 71%, rgba(40,97,161,1) 90%, rgba(30,87,153,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(125,185,232,0) 0%,rgba(58,115,176,0.7) 71%,rgba(40,97,161,1) 90%,rgba(30,87,153,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(125,185,232,0) 0%,rgba(58,115,176,0.7) 71%,rgba(40,97,161,1) 90%,rgba(30,87,153,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#1e5799', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.barright span {
  font-size: 3vmin !important;
}

span.bartitle {
  margin-left: 2vmin; 
  margin-top: 0.5vmin; 
  font-weight: bold; 
  float: left;
  color: black;
}

.barcaption {
  margin: 0 !important;
  border-bottom: silver ridge 0.15vw;
  border-radius: 2vmin 2vmin 0 0;
  background-color: navy;
  height: auto;
  text-align:center;
  font-weight: bold;
  font-size: 2.5vmin;
  color: white;
}

#TargetPhoneme {
  font-size: 3.5vmin !important;
  font-weight: bolder;
  color: red;
}

.instructions {
  font-size: 3vmin;
}

.statname {
  font-size: 5vmin;
  line-height: 10vmin;
}

.blogdate {
  font-weight: bold;
}

.blogscript {
  text-align: left;
  margin-left: 2vmin;
}

.blogevalwarning {
  font-weight: bold;
  font-size: 3vmin;
  color: red;
}

.prespace {
  margin-top: 2vmin;
}
 
.audio {
  display: none;
}

.SortFilter {
  width: 50%;
  margin-left: 25%;
  font-size: 3vmin;
}

.SortFilter span {
  display: block;
  font-size: 4vmin;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.SortFilter label {
  font-weight: bold;
}

.SortFilter div {
  border-radius: 2vmin;
  border: silver groove .4vmin;
}

.SortFilter select {
  width: auto;
  display: inline-block;
}

.SortFilter input {
  margin-left: 1vmin;
}

.SortFilter button {
  margin-top: 3vmin;
  padding: 0 2vmin;
  width: 30%;
  margin-left: 35%;
  font-size: 4vmin;
}

.mpQuestion {
  margin: 5vmin 0 5vmin 35%;
  text-align: left;
}

.mpQuestion label, .mpQuestion span {
  font-size: 4vmin;
  font-weight: bold;
  color: navy;
}

.mpQuestion input {
  height: 3vmin;
  width: 3vmin;
}

.Correct {
  background: rgba(0, 255, 0, 0.3);
}

.Incorrect {
  background: rgba(255, 0, 0, 0.3);
}

.TaskReviewDate {
  text-align: left;
  font-weight: bold;
  color: red;
  font-size: 3vmin;
}

.StudentList {
  display: none;
}

.lblStudentListButton {
  display: block;
  margin-top: 1vmin; 
  text-align: right; 
  font-size: 3vmin;
}  

.lblStudentListButton button {
  display: inline-block;
  float: none;
  margin-left: 1vmin;
}

.StudentList table, .DBTaskAttempts table {
  width: 90%;
  margin: auto;
  margin-top: 3vmin;
  margin-bottom: 3vmin;
  font-size: 3vmin;
}

.DBTaskAttempts table {
  width: 100%;
}

.StudentList table, .StudentList th, .StudentList td, .DBTaskAttempts table, .DBTaskAttempts th, .DBTaskAttempts td {
  text-align: left;
}

.StudentList th, .DBTaskAttempts th {
  font-weight: bold;
  padding: 1vmin;
  border-radius: 1vmin;
}

.StudentList th {
  background-color: #FFB84D; /* Soft amber */
  color: white;
}

tr.StudentListRowHeader, .DBTaskAttempts tr {
  text-align: center;
  font-weight: bold;
}

.DBTaskAttemptsButton {
  float: none !important;
  margin-left: 1vmin;
}

table.dbAdminResults {
  width: 100%;
  border: 1px solid lightgrey;
  border-collapse: collapse;
  padding: 5px;
  text-align: left;
  margin: auto;
}

.dbAdminResults tr, .dbAdminResults td {
  border: 1px solid lightgrey;
}