/*html {
    font-family: GillSans, Calibri, Trebuchet, sans-serif;
  }*/
body{
  background-color: #1a1a1a;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif !important;
}

.logoArea{
    padding-top: 1%;
    display:block;
    background-color: #fff;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
}

@media(min-width:768px){
    .logoArea{
    padding-top: 1%;
    display:block;
    background-color: #fff;
    height: 80px;
    min-height: 80px;
    max-height: 90px;
}
}

.linksAndMenus{
  min-height: 50px;
  max-height: 80px;
  background-color: #ed5729;
  font-weight: lighter;
  color: #fff;

}

.navigationMenus{
  font-size: 16px;
}

.mainDisplay{
  color: #fff;
  margin-top: 2%;
}

.loginBtnOnDialog{
    background-color: #436bb3;
    margin-bottom: 1%;
    min-width: 60%;
}

@media (min-width: 768px) {
  .loginBtnOnDialog{
      background-color: #436bb3;
      margin-bottom: 1%;
      min-width: 25%;
  }
}

.subjectNameBtn{
    background-color: #436bb3;
    margin-bottom: 1%;
    min-width: 60%;
}
@media (min-width: 768px) {
  .subjectNameBtn{
      background-color: #436bb3;
      margin-bottom: 1%;
      min-width: 25%;
  }
}

.eLogo{
  height: 46px !important;
  margin-top: 12%;
}
@media (min-width: 768px) {
  .eLogo{
    height: 46px !important;
    margin-top: 18%;
  }
}



.loginLogoutSwitch{
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

.transactionsTd {
  cursor: pointer;
  background-color: #f0f0dc;
  color: #436bb3;

}

.transactionsTd td{
    /* text-align: center !important; */
    font-size: 1em;
}

.transactionsTd:hover{
    background-color: #fff;
    color: #436bb3;
    font-weight: 300;
}


.usernameAvartar{
  color: #fff;
 }

.personPinCustom{
  margin-top: 1px;

}

@media (min-width: 768px) {
  .personPinCustom{
    margin-top: -15px;
  }
}

.activeLink{
  background-color: #EF7018;
}

.fof {
  margin: 10px 0;
}

.fof canvas,
.fof img {
  position: relative;
	width: 100%;
	height: 80%;
	margin-bottom: 20px;
	z-index: 1;
	background: #1a1a1a;
}


.errorMessages{
  color:#ed5729;
  margin-left: 4% !important;
  font-size: 1.2em;
  font-weight: 300;
}

@media (min-width: 768px){
  .errorMessages{
    color:#ed5729;
    margin-left: 3% !important;
    font-weight: 300;
    font-size: 1.2em;
  }
}

.selectElement{
  height: 20px;
}

.datePickerComponent input[text]{
  color: #fff;
}

.paymentPlanTitle{
  background-color: #EF7018;
  color: #fff;
}

.pageNotFound{
  font-weight: lighter;
  font-size: 7em;
}

.pageNotFoundStatement{
  font-weight: lighter;
  font-size: 1.2em;
}


.transactionsDivider{
  background-color: #555959;
  margin-top: 1%;
}

.questionTemplate {
  margin-top: 2%;
  background-color: #f0f0dc !important;
  width: 100%;
  border-radius: 2;
  color: #1a1a1a !important;
  padding-left: 1%;
  padding-right: 1%;
}

@media (min-width: 768px){
  .questionTemplate {
    margin-top: 7%;
    background-color: #f0f0dc !important;
    width: 55%;
    border-radius: 2;
    color: #1a1a1a !important;
    padding-left: 3%;
    padding-right: 3%;
  }
 
}
table{
  width:100% !important;
} 
tr td {
  width: 25%!important;
  text-align: left;
}


.questionStatement {
  font-size: 1.1em;
  margin-bottom: 1%;
}

.questionNumber{
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  background-color: #EF7018;
  font-weight: 400;
  cursor: pointer;
}

.choicesSpacing {
  margin-top: -10%;
}

@media (min-width: 768px){
  .choicesSpacing {
    margin-top: -5%;
  }
}
.examTimer{
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  background-color: #EF7018;
  font-weight: 400;
  cursor: pointer;
}

#Instructions{
  font-size: 1.3em;
}
.copyright {
  font-size: 10px;
  margin-top: 20px;
}

.copyrightIcon{
  margin-right: '-1%' !important;
  margin-left: '1%' !important;
  font-size: 10px !important;
}

@media (min-width: 768px){
  .copyrightIcon{
    margin-right: '-50%' !important;
    margin-left: '50%' !important;
    font-size: 10px !important;
  }
}

.performanceInstruction{
  font-size: 1.3em;
}

.subjectBtnPerformance{
    background-color: #555959;
    margin-bottom: 1%;
    width: 60%;
}
@media (min-width: 768px) {
  .subjectBtnPerformance{
      background-color: #555959;
      margin-bottom: 1%;
      width: 10%;

  }
}

.navigationBtn{
  width: auto;
  height: auto;
  cursor: pointer;

}
@media (min-width: 768px){
  .navigationBtn{
    width: 70px;
    height: 70px;
    cursor: pointer;

  }
}

.textNavigationBtn {
  color: #ed5729 !important;
  cursor: pointer;
}

@media (min-width: 768px){
  .textNavigationBtn {
    color: #ed5729 !important;
    cursor: pointer;
  }
}


.choiceBtn{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 12px !important;
}
@media (min-width: 768px){
  .choiceBtn{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 11px !important;
  }
}

.choiceBtn span:hover{
    color: #fff !important;
    background-color: #0277BD !important;
}


.choiceBtnA{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 12px !important;
}
@media (min-width: 768px){
  .choiceBtnA{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 11px !important;
  }
}

.choiceBtnA span:hover{
    color: #fff !important;
    background-color: #0277BD !important;
}


.choiceBtnB{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 12px !important;
}
@media (min-width: 768px){
  .choiceBtnB{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 11px !important;
  }
}

.choiceBtnB span:hover{
    color: #fff !important;
    background-color: #0277BD !important;
}


.choiceBtnC{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 12px !important;
}
@media (min-width: 768px){
  .choiceBtnC{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 11px !important;
  }
}

.choiceBtnC span:hover{
    color: #fff !important;
    background-color: #0277BD !important;
}


.choiceBtnD{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 12px !important;
}
@media (min-width: 768px){
  .choiceBtnD{
    height: auto !important;
    width: 80%;
    text-transform: none;
    background-color: #0277BD;
    margin-bottom: 1%;
    line-height: 11px !important;
  }
}

.choiceBtnD span:hover{
    color: #fff !important;
    background-color: #0277BD !important;
}


.choiceLetter{
  margin-bottom: 1%;
  border-radius: 2%;
  background-color: #0277BD;
}


.choiceLetterA{
  margin-bottom: 1%;
  border-radius: 2%;
  background-color: #0277BD;
}

.choiceLetterB{
  margin-bottom: 1%;
  border-radius: 2%;
  background-color: #0277BD;
}

.choiceLetterC{
  margin-bottom: 1%;
  border-radius: 2%;
  background-color: #0277BD;
}

.choiceLetterD{
  margin-bottom: 1%;
  border-radius: 2%;
  background-color: #0277BD;
}

.resultPaper{
    padding-top: 4%;
}

@media (min-width: 768px){
  .resultPaper{
      padding-top: 1%;
  }
}

.questionsFeeback {
  width: 100% !important;
}

@media (min-width: 768px){
  .questionsFeeback {
    width: 66.666667% !important;
  }
}

.resultsNavigationButtons {
  width: 50% !important;
}

@media (min-width: 768px){
  .resultsNavigationButtons {
    width: auto;
  }
}

.actionInResult {
  width: 200px;
}

@media (min-width: 768px){
  .actionInResult {
    width: auto;
  }
}


.profileInfoIcon {
  margin-top: 5%;
}

.profileChartIcon {
  margin-top: 3%
}


.profileTemplate {
  background-color: #f0f0dc;
  width: 100%;
  border-radius: 2;
  color: #436bb3 !important;
}

@media (min-width: 768px){
  .profileTemplate {
    background-color: #f0f0dc;
    width: 55%;
    border-radius: 2;
    color: #436bb3 !important;
  }
}

.profileTemplate input{
  border-bottom-color: #436bb3 !important;
}


.personalInfoLabels {
  margin-top: 10%;
}


.typingStatus {
  color: #00bcd4;
  font-weight: lighter;
}

.myDetailsInstruction {
  color: #555959;
}

.attemptsAndSubscriptionGraphs {
  background-color: #1f1f1f;
  color: #fff;
  padding-left: 10%;
  padding-top: 3%;
  padding-right: auto;
  margin-right: auto
}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover{color: #00bcd4; font-weight: lighter;}

.feedbackForQuestionMergin{
  margin-bottom: 4%;
}

.menuItems{
  text-transform: none !important;
}

.topBar{
    font-size: 1.2em;
    font-weight: 350;
    height: 60px;
    position: relative;
    padding-top: 5% !important;
}


@media (min-width: 768px){
    .topBar{
        font-size: 1.2em;
        font-weight: 350;
        height: 60px;
        position: relative;
        padding-top: 1% !important;
    }
}


span.menuPopOver:hover{
    color: #00bcd4; font-weight: lighter;
    cursor: pointer;
}


.profileHeader{
  font-size: 1.6em;
  color: #436bb3;
  font-weight: bolder;
}

.inputLabels{
  color: #436bb3 !important;
  
}