
.footer {
  left:0;
	position: fixed;
	text-align: center;
  padding: 0.3rem 0.625rem;
	bottom: 0;
  margin-top: 3rem;
 
	width: 100vw;
	height: 2rem;
	background-color:  var(--gray50);
	font-size: 0.75rem;
  vertical-align: middle;
  color: var(--charcoal);

}


.landingPage {
  max-width: 90rem;
  margin:auto;
  overflow-x: hidden; 
  overflow-y: hidden;
}




.centerTxt {
  display: flex;
  justify-content: center;   /* horizontal */
  align-items: center;       /* vertical */
  text-align: center;
}



hr.white5 {
  border: 2px solid #ffffff;
  border-radius: 0.125rem;
  margin: 2.5rem;
 /* padding:5px; */
}

li.webList {
  padding-bottom: 0.625rem;
}


b.redBold {
  color:var(--c900);
  font-size:1.1em;
}

b.redBoldH2 {
  color:var(--c800);
  font-size:1.6em;
}


b.txtGreen {
  color: var(--s900);
  font-style: italic;
}

b.txtRed {
  color:var(--c900);
  font-style: italic;
}


.txtlink {
  color: var(--p900);
  font-weight: bold;
  font-size: 1.1em;
}


.selector-for-some-widget {
  box-sizing: content-box;
}


.container-fluid {
    padding-top: 5px;
    padding-bottom: 5px;

}




.div-inline {
  display: inline-block;
}

.divRounded {
  border-radius: 1.56rem;
  padding: 4px;
  padding-left: 1.25rem;
}

.divRounded20 {
  border-radius: 1.25rem;
  padding: 4px;
  padding-left: 1.25rem;
}
.divRounded15 {
  border-radius: 0.9375rem;
  padding: 4px;
  padding-left: 1.25rem;
}



.topicImage {
    border: 0;
    height: 5rem;
    width:5.5rem;
    background-color: transparent;
}

.activityRow {
    text-align:left;
    width: 50rem;
    background-color:transparent;
    color: grey;
}
/* appears on title  */
.activityImage {
  border: 0;
  height: 10rem;
  width: 11rem;
  background-color:transparent;
    display: inline-block;
    top:10%;
    margin-top:0.625rem;
    margin-bottom:0.625rem;
}

.actText {
  text-align:   left;
}


.studText {
  vertical-align: middle;
  width: 30%;
  padding: 0.625rem;
}






.activeRow {
  min-height: 3.125rem;
  align-content: center;
}

.activityColumn {
  min-width: 11.25rem;
}

.tableInput {
  min-width:3.125rem;
  width: 100%;
 background-color: #e7e7e7;
}

.tableInputEmail {
  min-width:15.625rem;
  width: 100%;
 background-color: #e7e7e7;
}




#headerSection {
  text-align: left;
  background-color:  #fff ;
  color: #dd6e39;
  margin: 0.9375rem;
  padding: 0.9375rem;
 /* min-height: 50px; */
}







#headerTitle {
    color: #dd6e39;
    display: inline-block;
}

#topicSection {


  text-align: center;

  background-color: #f8f8f8;
  color: var(--orange700);
  margin: 0.625rem;
  padding: 0.625rem;
 /* min-height: 50px; */
}

.teacherRadio {
  color:  var(--p900);
  font-size: 0.5rem;

}





#myTest {
  width: 100%;
  padding: 3.125rem 0;
  text-align: center;
  background-color: var(--p100);
  margin-top: 1.25rem;
}




.middleText {
  margin: auto;
  width: 100%;
  text-align-last: right;
  padding: 0.625rem;
}





.scoreDisplay{
  border-style: hidden;

}
.scoreDisplayText{
  border-style: hidden;
  width: 15.625rem;

}

.scoreDisplayNum{
  border-style: hidden;
  width: 2.5rem !important;
  text-align: center;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  
}

.summaryDisplayNum{
  border-style: hidden;
  width: 3.125rem !important;
  text-align: center;
  margin: 1rem 1px;

  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}




.rotate-45 {
  transform: rotate(-45deg);
transform-origin: 50% 50%;
}

.rotate-90 {
  transform: rotate(-45deg);
transform-origin: 50% 50%;
}



.font14 {
        font: 1.375rem  !important;
        height: 2.4375rem !important;
        width:2.5rem !important;
        padding: 0.0625rem !important;
        /* margin: 1px !important; */
        border-color: transparent;
        border-width: 0;
        align: center;
        color: Black
}

.fontMedium {
        font-size: 1.25em  !important;
        height: 2.4375rem !important;
        width:3.125rem !important;
        padding: 0.0625rem !important;
        /* margin: 1px !important; */
        border-color: transparent;
        border-width: 0;
        align: center;
        color: Black
}


.countDown {
  font-size: 2em  !important;
  height: 2.4375rem !important;
  width:7.5rem !important;
  padding: 0.0625rem !important;
  /* margin: 1px !important; */
  border-color: transparent;
  border-width: 0;
  align: center;
  color: Black
}



.extraWide {
          width:12.5rem !important;
}

.modeltxt {
      text-align: left;
      font: 0.6875rem Rubik !important;
      margin:0px !important;
      padding:0px !important;
        vertical-align:left !important;
      border-color: transparent    !important;
      border-width: 0px!important;
      z-index: 20;
}



.crossOut {
  text-decoration: line-through !important;
  color: #E4E6E4 !important;
  border-color: transparent !important;
}






.searchBox{
  border-color: var(--p100) !important;
  border-width: 1px;
  font-size: 1rem;
  min-width: 12.5rem;
  padding: 0.3125rem;
  border-radius: 1.25rem;
  background-image: linear-gradient(to right, var(--p100), #fff);
}


.searchBox::-webkit-input-placeholder {
  color:var(--p600);

};




.mnWidth20 {
  min-width: 1.25rem !important;
}









 /* table set up -------------------------------------------------- */
 .tableResults {
    display: table;
    border-collapse: separate;
    table-layout: fixed
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: var(--gray100,#F5F5F5);
  /* paddingBottom :0px;
  paddingTop :0px; */
  /* margin:0px; */
  /* margin: 0px;
  padding: 0px; */
}

  .table-striped > tbody > tr.selected > td,
  .table-striped > tbody > tr.selected > th {
    background-color: var(--p50); /* change var(--p100) by the color of your preference */
    /* paddingBottom :0px;
    paddingTop :0px;
    margin:0px; */
  }







/* Fixed Headers */
th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  white-space: nowrap;
}

/* Fixed Columns */
th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
}

th[scope=row] {
  vertical-align: top;
  color: inherit;
  background-color: inherit;
  background: white;
  /* background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%); */
}

th:not([scope=row]):first-child {
  left: 1;
  z-index: 3;
  /* background: linear-gradient(90deg, #666 0%, #666 calc(100% - .05em), #ccc calc(100% - .05em), #ccc 100%); */
}




.inputBoxNos {
  width:2.5rem !important;
  border-style: solid;
  border-color: #B1B0B0;
  border-width: 0.125rem;

}


.inputBoxTxt {
  width:7.5rem !important;
  border-style: solid;
  border-color: #B1B0B0;
  border-width: 0.125rem;

}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 3.75rem !important;
  height: 2.125rem !important;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.625rem !important;
  width: 1.625rem !important;
  left: 0.25rem !important;
  bottom: 0.25rem !important;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--p600);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--p600);
}

input:checked + .slider:before {
  -webkit-transform: translateX(2.625rem);
  -ms-transform: translateX(2.625rem);
  transform: translateX(2.625rem);
}

/* Rounded sliders */
.slider.round {
  border-radius: 2.125rem;
}

.slider.round:before {
  border-radius: 50%;
}




.labelsStd {
    font-family: 'Arial';


}





.labelHeaderX3 {
  border-style: hidden;
  width: 25rem;

}




.greyProgressBar {
  width: 100%;
  height: 1.25rem;
  position: relative;
  background-color: #ddd;
  border-radius: 1.5625rem;
}

.progressBar {
  background-color:  var(--s600);
  width: 100%;
  height: 0.125rem;
  position: absolute;
  border-radius: 1.5625rem;
}






.scrollToTopBtn {
  color: #f2f2f2;
  background-color:  var(--c900);
  text-decoration: none;
  border-radius: 0.5rem;
  position: fixed;
  outline: none;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  padding: 0.15em 0.15em;
  inset: auto 0.15rem 0.3rem auto;
  transition: all 250ms ease-in-out;
  margin-bottom: 3rem;
  margin-right: 2rem;
}

.isVisible {
  pointer-events: auto;
  opacity: 1;
}



.brands {
  padding:1.875rem;
}


/* http://localhost:4000/images/web/brands/logoLA.png */

.mainHeaderImage {
    background-image: url('/../images/web/general/mainPic.png');
    background-size: cover;
    background-position: top center;
}


.back-image {
  background-color: #cccccc;
  height: 31.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}


.txtSctnHeaders {
  color: var(--p700);

}


.roundedBox {
  border-radius:10px;
  height: 2.5rem;
  width: 12.5rem;
  padding: 0.3125rem;
  padding-left: 1.25rem;
  background-color:var(--gray100);
}

.selectInputBox {



}

.preBox {
  background-color: transparent;
  border: 0px solid
}

.scrollToDiv {

  border-radius: 1.5625rem;
  position: fixed;
  outline: none;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  padding: 0.75em 1.5em;
  inset: auto 2em 3em auto;
  transition: all 250ms ease-in-out;
}






/*  -----------------  Captcha -------------------    */
/* https://www.makeuseof.com/captcha-validation-html-css-javascript/ */

#captchaBackground {
    height: 12.5rem;
    width: 16.25rem;
    background-color: var(--gray100);
    display: flex;
    align-items: center;
        padding: 0.625rem;
    justify-content: center;
    flex-direction: column;
        border-radius: 0.94rem; 
}

#captchaHeading {
    color:  var(--c900);
}





#captcha {
    height: 100%;
    width: 80%;
   /* font-size: 50px; */
    font: 3.125rem Caveat;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    padding: 0.625rem;  
}

.captchaCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#captchaSubmitBtn {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color:  var(--c900); 
    color:white;
    border: 0px;
    font-size: 1.5em;
    font-weight:500;
    border-radius: 0.625rem;
    padding: 0.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-shadow: 0.1875rem 0.1875rem #999;

}
#captchaRefreshBtn {
    background-color: var(--p400);
    border: 0px;
    font-weight: bold;
    border-radius: 0.3125rem; 
}

#captchaTextBox {
    margin-top: 0.4375rem;
    margin-left: 0.75;
    background-color: #fff;
    height: 1.5625rem;
}

.incorrectCaptcha {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    color: var(--c800);
}

.correctCaptcha {
    font-size: 1.25rem;
    color: var(--s900);;
    margin-top: 1.25rem;
}





.cndInputTable {

}

.cndInputTable input {
    align-content: center;
    padding: 2px 5px 2px 5px;
    margin:2px 5px 2px 5px;
    border:solid 1px #cfd1d1;
}

.cndInputTable  select{
    align-content: center;
    padding: 2px 5px 2px 5px;
    margin:2px 5px 2px 5px;
    border:solid 1px #cfd1d1;
}


.cndInputTable > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  border:solid 1px #fbfbfb;
}


 /* loading spinner  ---------------------  */

 .textLoader{
    font-size: 1.8em;
    color: var(--c800);
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    position: relative;
    margin:auto;
    margin-left: 18vw;
}

.textLoader:after{
    content: '';
    height: 4px;
    width:0%;
    display: block;
    background: var(--c800);
    animation: 5s lineGrow linear infinite;
}

.textLoader:before{
    content: '';
    height: 4px;
    width:0%;
    display: block;
    background: var(--c800);
    animation: 5s lineGrow linear infinite;
}

@keyframes lineGrow {to{width: 100%;}}





  /* input field */

  .custom-field {
    position: relative;
    font-size: 1.2em;
    border-top: 1.25rem solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    --field-padding: 0.75rem;
  }
  
  .custom-field input {
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f2f2f2;
    padding: var(--field-padding);
    border-radius: 3px;
    width: 15.625rem;
    outline: none;
    font-size: 0.875rem;
  }
  
  .custom-field .placeholder {
    position: absolute;
    left: var(--field-padding);
    width: calc(100% - (var(--field-padding) * 2));
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    top: 1.375rem;
    line-height: 100%;
    transform: translateY(-50%);
    color: #aaa;
    transition: 
      top 0.3s ease,
      color 0.3s ease,
      font-size 0.3s ease;
  }
  
  .custom-field input.dirty + .placeholder,
  .custom-field input:focus + .placeholder,
  .custom-field input:not(:placeholder-shown) + .placeholder {
    top: -0.625rem;
    font-size: 0.625rem;
    color: #222;
  }
  
  .custom-field .error-message {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    font-size: 1.1em;
    background: var(--c900);
    color: #fff;
    height: 24px;
  }
  
  .custom-field .error-message:empty {
    opacity: 0;
  }
  
/* TWO */
.custom-field.two input {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background:
    linear-gradient(90deg, #222, #222) center bottom/0 0.15em no-repeat,
    linear-gradient(90deg, #ccc, #ccc) left bottom/100% 0.15em no-repeat,
    linear-gradient(90deg, #fafafa, #fafafa) left bottom/100% no-repeat;
  transition: background-size 0.3s ease;
}

.custom-field.two input.dirty,
.custom-field.two input:not(:placeholder-shown),
.custom-field.two input:focus {
  background-size: 100% 0.15em, 100% 0.1em, 100%;
}



  /* style select buttons  */


  .select {
    margin: 1.25rem;
    width: 150px;
    padding: 0.3125rem 2.1875rem 0.3125rem 0.3125rem;
    font-size: 16px;
    border: 1px solid #CCC;
    height: 2.125rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/../images/icons/dropdown.svg') 96% / 15% no-repeat #EEE;
  }
  
  
  /* CAUTION: Internet Explorer hackery ahead */
  
  
  .select::-ms-expand {
      display: none; /* Remove default arrow in Internet Explorer 10 and 11 */
  }
  
  /* Target Internet Explorer 9 to undo the custom arrow */
  @media screen and (min-width:0\0) {
      .select {
          background: none\9;
          padding: 5px\9;
      }
  }
  



 .adminSystem input {
      min-height: 0.9375rem;
      padding: 0.625rem;
      border-style: solid;
      border-color: #d1cece;
      border-width: 0.125rem;
      border-radius: 5%;
  }



  /* Pulse Glow Effect */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0px rgba(255, 223, 0, 0.8);
  }
  50% {
    box-shadow: 0 0 1.25rem rgba(255, 223, 0, 0.9);
  }
  100% {
    box-shadow: 0 0 0px rgba(255, 223, 0, 0.8);
  }
}

.pulse-highlight {
  animation: pulse-glow 1s ease-out 2; /* 2 pulses */
  border-radius: 0.5rem; /* optional: soften corners */
}
/*
set attribute in element eg: data-highlight="true"
see script on homeFurtherInformationNVQ.ej
*/

/*. bootstrap */

.collapse {
  display: none
}

.collapse.in {
  display: block
}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease
}
