﻿@charset "utf-8";

/* CSS Document */


/*
body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    position:relative;
}
*/

fieldset,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

fieldset legend {
  display: none;
}

#pgContainer {
  font: 100% Georgia, Times, 'Times New Roman', serif;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #eeeeee;
}

.quizcontainer {
  margin: 20px auto 0;
  padding-top: 0px;
  padding-bottom: 40px;
  width: 100%;
}

h1#pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: lighter;
  color: #393f39;
  letter-spacing: -1px;
  margin: 0px 0px 0px 0px;
  line-height: normal;
}

h2#pageSubHeading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 21px;
  font-weight: normal;
  color: #393f39;
  letter-spacing: 0px;
  margin: 5px 0px 15px 0px;
  line-height: normal;
}

.contentModule {
  background: #fff;
  padding: 20px;
  font-size: 14px;
}

.sub {
  text-align: left
}

.roundies {
  border: 1px solid #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#questionMetaContainer {
  margin-bottom: 28px;
}

.calendarModule {
  background: #819433 url(/img/src/quiz-question-number-fold.gif) no-repeat right bottom;
  float: left;
  padding: 10px 0 15px 0;
  width: 130px;
  color: #fff;
}

.calendarModule .calendarModuleMonth {
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}

.calendarModule .calendarModuleDay {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 35px;
  padding-top: 11px;
  text-align: center;
}

.calendarModule .calendarModuleYear {
  display: none;
}

.MetaStats {
  float: right;
  margin-bottom: 34px;
  top: -4px;
  width: auto;
}

.MetaStats div div {
  float: left;
  display: block;
  padding-top: 12px;
  padding-left: 5px;
}

.MetaStats div strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.MetaStats div span {
  font-size: 16px;
  font-weight: bold;
}

.breadcrumb {
  font-size: 14px;
  margin: 20px 0px 24px 0px;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}

#QuestionContainer {
  font-fize: 18px;
}

#QuestionContainer .questionStem ul {
  width: 50%
}

#QuestionContainer .questionStem ul li span.result-summary-cont {
  float: right;
  font-size: 24px
}

#QuestionContainer p img {
  display: block;
  max-width: 100%;
  height: auto
}

.questionStem p,
.questionStem table td,
.questionStem ul li {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.375em;
}

.ChoicesFields {
  margin: 30px 0px 15px 5px;
}

ul.ChoiceList {
  padding: 0px;
  margin: 0px;
  float: left;
}

ul.ChoiceList li {
  background: url(/img/src/quiz-radio.gif) no-repeat 0px 0px;
  list-style-type: none;
  display: block;
  clear: left;
  min-height: 58px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
}

ul.ChoiceList li input {
  float: left;
  padding: 0px;
  display: inline;
  /*line below is good for ie */
  /*margin:10px 5px 0px 10px;*/
  margin: 13px 5px 0px 13px;
  cursor: pointer;
}

ul.ChoiceList li label {
  float: left;
  font-size: 18px;
  line-height: 34px;
  display: inline;
  min-width: 230px;
  max-width: 560px;
  margin: 3px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
}

ul.ChoiceList li.incorrect input,
ul.ChoiceList li.correct input {
  visibility: hidden;
}

ul.ChoiceList li.incorrect label,
ul.ChoiceList li.correct label {
  background-color: rgb(232, 232, 31);
  padding: 2px 10px
}

#pgContainer button {
  font: 100% Georgia, Times, 'Times New Roman', serif;
  margin: 0px;
  padding: 0px;
}

.button[class] {
  width: auto;
}

.button {
  margin: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  cursor: pointer;
  text-decoration: none;
  background: #09f;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  text-decoration: none;
  border: none;
  padding: 10px;
  width: 0;
  overflow: visible;
}

a.button {
  color: #fff;
  line-height: normal;
  text-decoration: none;
}

.button:hover {
  background-color: #003d5a;
  color: #fff;
  text-decoration: none;
}


/*........*/

.Hint {
  margin: 25px 0px 30px 0px;
  cursor: pointer;
}

.twirler {
  background: url(/img/src/arrowHintTwirlForward.gif) no-repeat left top;
  min-height: 29px;
  padding: 5px 0 6px 39px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #09f;
  text-decoration: none;
}

a.twirler {
  color: #09f;
  text-decoration: none;
}

.twirled {
  background: url(/img/src/arrowHintTwirlDown.gif) no-repeat left top;
  min-height: 29px;
  padding: 5px 0 6px 39px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #09f;
  text-decoration: none;
}

a.twirled {
  color: #09f;
  text-decoration: none;
}

#HintAnswer {
  margin: 0px;
  padding: 0 15px;
}

#HintAnswer p {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}

#QuestionResult {
  font-size: 45px;
  font-weight: normal;
}

#QuestionResult.incorrect {
  font-size: 45px;
}

#QuestionResult.incorrect p#QuestionResultShowAnswer {
  padding-top: 20px;
}

#QuestionResult.incorrect #QuestionResultShowAnswer a {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  color: #09F;
  top: -20px;
}

fieldset#SubmitFields {
  text-align: left;
}

#QuestionFooter p,
#QuestionFooter .Hint p {
  margin-bottom: 20px;
  font-size: 18px;
}

#Explanation {
  margin: 15px 0px 10px 0px;
  font-size: 18px;
  line-height: 1.4;
}

#ExplanationTitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0px;
  font-size: 18px;
  color: #819433;
  min-height: 30px;
  font-weight: normal;
}

#Explanation p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}

#QuestionNext {
  float: left;
  width: 250px;
  clear: right;
  margin-bottom: 10px;
  margin-right: 10px;
}

#QuestionNext p {
  margin: 10px;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.custom-checkbox>.box {
  float: left;
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/img/src/custom-checkbox.png) top left no-repeat;
  padding: 0;
  margin: 8px 8px 0 7px;
  cursor: pointer;
}

.custom-checkbox>.box>.tick {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url(/img/src/custom-checkbox.png) bottom left no-repeat;
  display: none;
  cursor: pointer;
}

.custom-checkbox>input:checked+.box>.tick {
  display: block;
}

.custom-checkbox>input {
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

ul.ChoiceList li.incorrect {
  background: none;
}

ul.ChoiceList li.correct {
  background: none;
}

ul.ChoiceList li.correct .custom-checkbox>.box>.tick {
  background: url(/img/src/correct-ans.png) top left no-repeat;
}

ul.ChoiceList li.incorrect .custom-checkbox>.box>.tick {
  background: url(/img/src/incorrect-ans.png) top left no-repeat;
}


/*media queries*/

@media(max-width:767px) {
  ul.ChoiceList li label {
    float: none;
  }

  .questionStem p,
  .questionStem table td,
  .questionStem ul li {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 133%;
    font-weight: bold;
  }
  #QuestionContainer .questionStem ul {
    width: 100%
  }

  ul.ChoiceList li label {
    font-size: 13px;
    line-height: 0px;
    display: inline;
    min-width: 230px;
    max-width: 560px;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    line-height: 24px;
  }

  .quizcontainer {
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 40px;
    width: 100%;
  }

  ul.ChoiceList li {
    background: none;
    list-style-type: none;
    display: block;
    clear: left;
    min-height: 21px;
    padding: 0px;
    margin: 0px 0 10px;
    cursor: pointer;
  }

  ul.ChoiceList li input {
    margin: 0px 0px 0px 13px;
    cursor: pointer;
  }

  .MetaStats {
    float: right;
    width: 104px;
    margin-bottom: 0px;
  }

  h1#pageHeading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: lighter;
    color: #393f39;
    letter-spacing: -1px;
    margin: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    font-family: arial;
  }

  fieldset#SubmitFields {
    text-align: right;
  }

  h2#pageSubHeading {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
    color: #393f39;
    letter-spacing: 0px;
    margin: 5px 0px 15px 0px;
    line-height: normal;
    text-align: left;
    font-family: arial;
  }

  #QuestionResult.incorrect {
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
  }

  .MetaStats div div {
    display: block;
    padding-top: 5px;
    padding-left: 0px;
  }

  .calendarModule {
    background: #819433 url(/img/src/quiz-question-number-fold.gif) no-repeat right bottom;
    float: left;
    padding: 1px 0 0px 0;
    width: 83px;
    color: #fff;
    margin-right: 26px;
    font-family: arial;
  }

  .calendarModule .calendarModuleMonth {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
  }

  .calendarModule .calendarModuleDay {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    padding-top: 0px;
    text-align: center;
  }

  #pgContainer {
    font: 100% Georgia, Times, 'Times New Roman', serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*background-color: #fff;*/
  }

  #questionMetaContainer {
    margin-bottom: 10px;
  }

  .contentModule {
    background: #fff;
    padding: 7px 10px;
    font-size: 14px;
  }

  .Breadcrumb {
    font-size: 11px;
    margin: 14px 0px 13px 0px;
  }

  .ChoicesFields {
    margin: 0px 0px 0px 0px;
  }

  .questionStem {
    font-weight: bold;
  }

  .questionStem em {
    font-weight: bold;
    color: rgb(213, 147, 72);
  }

  #ExplDesc {
    font-size: 13px;
  }

  #spnCorrectAnswer {
    font-size: 17px;
  }

  #spnCorrectAnswer strong {
    font-size: 19px;
  }

  .Hint {
    margin: 1px 0px 0px 0px;
    cursor: pointer;
  }

  #QuestionFooter p,
  #QuestionFooter .Hint p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  #QuestionResult.incorrect p#QuestionResultShowAnswer {
    padding-top: 9px;
  }

  .MetaStats div strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
  }

  .MetaStats div span {
    font-size: 14px;
    font-weight: bold;
  }

  #ExplanationTitle {
    font-family: arial;
    margin-bottom: 0px;
    font-size: 14px;
    color: #819433;
    min-height: 21px;
    font-weight: bold;
  }

  .button {
    margin: 0px;
    /* font-family: Georgia, Times, 'Times New Roman', serif; */
    cursor: pointer;
    text-decoration: none;

    background: #09f;
    color: #fff;
    /* font-size: 20px; */
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    border: none;
    padding: 7px;
    width: 0;
    overflow: visible;
  }



  .custom-checkbox>.box {

    margin: 0px 8px 0 7px;
  }

  .container {
      padding: 0px;
  }

}


/* - general - - - - - - - - - - - - */

.noShow {
  display: none;
}