html
{ 
  overflow-y: scroll;
}

/*start of actual applicant test */

div.questioncontainer
{ 
  border-style: solid;
  border-width: 2px;
  border-color: #520000;
  letter-spacing: 1px;
  min-width: 550px;
  width: 90%;
  min-height: 100px;
  background-color: #E9E3E3;
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 250%;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 15px;
}
.Answerstable
{ 
  margin-left: 4%;
}

div.startrules
{ 
  margin-top: 5px;
  margin-bottom: 5px;
}
div.confirmq
{ 
  cursor: pointer;
  margin-top: 20px;
}




div.answerblock
{ 
  display: inline-block;

  width: 60%;
  min-width: 220px;
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 200%;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
  border-radius: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #D6DDCD;
  cursor: pointer;
  padding: 20px;

}
div.answerblock2
{ 
  display: inline-block;
  background-color: #FFFBFB;
  width: 60%;
  min-width: 200px;
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 200%;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
  border-radius: 15px;
  border-style: solid;
  border-width: 3px;
  border-color: #00FF1E;
  cursor: pointer;
  padding: 20px;
 
}
div.divheadingtext2
{ 
  width: 15%;
  font-family:"Times New Roman",Times,serif;
  float: right;
  font-size: 250%;
  line-height: 100%;
  color: #7F7C7C;
  text-align: right;
  padding-right: 20px;
}



#valerrors
{ 
  display: block;
  color: red;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin-right: 15%;
}
#problemquestion
{ 
  margin-left: 5px;
  display: inline;
  float: left;
  font-size: 70%;
}

#hiddenproblemdiv
{ 
  display: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  margin-top: 5px;
}
#problemcomment
{ 

  height: 100px;
  width: 250px;
  min-width: 100px;
  font-size: 100%;
  resize: vertical;
}


#helpquestion
{ 
  display: inline-block;
  cursor: pointer;
  display: inline;
  margin-left: 5px;
  margin-top: 5px;
}

#hiddenhelpdiv
{ 
  display: none;
  margin-top: 20px;
  margin-left: 0%;
}

div#submitanswer
{ 
  float: left;
  margin-right: 10%;
}

#navqbuttons
{ 

}
/* --------------------------------    ktest.php    ---------------------------------- */

td#leftpage
{ 
  width: 14%;
  min-width: 350px;
}

div#lefthalfcell
{
  margin-left:5px;
  padding-bottom: 10px;
  border-radius: 15px;
  border: 0px solid #C7FDFF;
  margin-right:10px;
}

td#rpage
{ 
  width: 60%;
  min-width: 579px;
  max-width: 600px;
}

div#righthalfcell
{
  background-color: #D4D4D4;
  padding-bottom: 20px;
  border-radius: 10px 15px 15px 10px;
  border: 0px solid #B25900; 
}

div.topdivheadings
{
  font-size: 80%;
  padding-top: 5%;
  margin-left: 5%;
  line-height: 150%;
  width: 90%;
}

span.qinfo
{ 
  font-size: 110%;
  text-shadow: 0px 1px 1px #E8E8E8;
  font-family:"Times New Roman",Times,serif;
  letter-spacing: 2px;

 }

div.tagbuttons
{
  margin-top: 25px;
  margin-right: 11%;
  text-align: right;
}

img.tagbutton
{
  vertical-align: bottom;
  cursor: pointer;
}

div.ktesttopnavlinks
{
  font-size: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  line-height: 150%;
  width: 90%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

div.ktoptions
{ 
  font-size: 80%;
  margin-top: 3%;
  margin-left: 5%;
  margin-right: 5%;
  line-height: 150%;
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

div#correctAnswer
{
  max-width: 280px;
}

div#rightbit
{
  display: inline;
  float: right;
}

.topnavlinks
{ 
  min-width: 450px;
  margin-right: 5%;
  font-size: 70% !important;
}

div.ktsearch
{ 
  display: none;
  font-size: 80%;
  margin-left: 5%;
  line-height: 150%;
  width: 75%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 15px;
  padding-bottom: 0px;
}

div.confirmDiv
{ 
  display: none;
  font-size: 70%;
  margin-top: 5%;
  margin-left: 5%;
  line-height: 150%;
  width: 60%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 15px;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #D6DDCD;

}


div#searchstatus
{ 
  height:240px;
  overflow: hidden;
  border-bottom: solid 2px;
  border-color: #D6DDCD;
}
div.catInfo
{
  display: inline-block;
}

div.divheading
{ 
  font-size: 120%;
  color: #222;
  text-shadow: 0px 1px 2px #555;
  font-family:"Times New Roman",Times,serif;
  letter-spacing: 2px;

  line-height: 200%; 
  margin-top: 6%;
  margin-left: 5%;
  line-height: 150%;
  width: 230px;
}

div.adddelete
{
  position: absolute;
  display: none;
  float: right;
  margin-left: 8px;
  cursor: pointer;

}



img.confirmbutton
{ 
  position:absolute;
  display: inline;
  float: right;
  margin-left: 10px;
  border: none;

}

img.cancelButton
{ 
  position: absolute;
  display: inline;
  float: right;
  margin-left: 32px;
 }

div#changes
{ 
  text-decoration:none;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #BC0808;
  margin-left: 10%;
}

div#submit
{ 
  margin-left: 9%;
}

div#rightpage
{ 
  display: block;
}

#expand
{
  text-align: right;
  padding-right: 3%;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#expand a:link 
{
  text-decoration:none;
  text-align: right;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%; 
  padding-right: 3%;
}

#taggedtopicon
{ 
  margin-left: 3%;
  display: inline;
}

a.nrmllink
{ 
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%; 
  margin-left: 35px;
}
div#questionText
{ 
  border-style: inset;
  border-width: 2px;
  border-radius: 5px;
  border-color: #FFFAEE; 
  background-color: #EBEBEB;
  width: 94%;
  min-width: 450px;
  height: 150px;
  margin-top: 5px;
  border-color: #FFF;
  border-width: 4px;
  font-size: 90%;
  margin-left: 3%;
  margin-right: 3%;
  line-height: 150%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}



div#questionText2
{ 
  border-style: inset;
  border-width: 2px;
  border-radius: 5px;
  border-color: #FFFAEE; 
  background-color: #EBEBEB;
  width: 94%;
  min-width: 450px;
  height: 280px;
  margin-top: 5px;
  border-color: #FFF;
  border-width: 4px;
  font-size: 90%;
  margin-left: 3%;
  margin-right: 3%;
  line-height: 150%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
}


textarea#qta
{
  font-size: 95%;
  font-family: courier, courier new, monospace;
  line-height: 140%;    
  background-color: transparent;
  height: 140px;
  width: 100%;
  padding: 4px;
  resize: none;
  border: none;
}

textarea#qta2
{ 
 font-size: 95%;
  font-family: courier, courier new, monospace;
  line-height: 140%;    
  background-color: transparent;
  height: 270px;
  width: 100%;
  padding: 4px;
  resize: none;
  border: none;
}

a.whitelink
{ 
  color: black;
}
div.questionidtitle
{ 
 
  width: 20%;
  min-width: 100px;
  margin-left: 0%;
  float: right;
  font-size: 100%;
  line-height: 100%;
  color: #AB9F9F;
  font-weight: bold;
  text-align: right;
  padding: 15px;
}



#answersTable
{ 
  width: 100%;
  min-width: 450px;
}

div.answersText
{

  border-style: inset;
  border-radius: 10px;
  border-width: 1px;
  border-color: #99E2FF
  
  width: 90%;
  min-height: 100px;
  padding: 10px;
  background-color: transparent;

  border-color: #E0E0E0;
}


textarea.questionAnswer
{
  font-size: 75%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 150%; 
  min-height: 100px;
  width: 100%;
  border: none;
  background-color: transparent;
  resize: none;
  padding: 5%;
}

div#questionAnswers
{ 
  padding-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}
div.answeridtitle
{ 
  display: inline-block;
  width: 20%;
  float: right;
  font-size: 150%;
  line-height: 100%;
  text-shadow: 0px 1px 1px #E8E8E8;
  font-family:"Times New Roman",Times,serif;
  letter-spacing: 2px;

  text-align: right;
  padding-left: 15px;
  margin-top: 0px;
}

/* -------------------------------    add/edit cats page    -------------------------------*/

.addEleBlock
{ 
cursor: default !important;
}

.inputaddcategory
{ 
 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 200%;
  padding: 5px;
  margin-top: 10px;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #D6DDCD;
}

.addcategoryconfirm
{ 
  margin-top: 15px;
  cursor: pointer;
}

.addMultiCats
{
  position:absolute;
  display: inline;
  float: right;
  margin-left: 5px; 
  margin-top: 17px;
  cursor: pointer;
}
#submitaddmulticats
{ 
  position:absolute;
  display: inline;
  float: right;
  margin-left: 60px; 
  margin-top: 10px;
}

/*--------------------------    Add a job page     ----------------------------*/
div#addjobform
{ 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

table#addjobform.td
{ 
  margin-top: 50px;
}
label.addjobform
{ 
width: 150px;
 }
div#menu
{ 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 15px;
  width: 350px;
}

div.margintop
{ 
  margin-top: 75px;  
}

textarea#jobdescription
{ 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.desc
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: red;
  display: inline;
}

div.pagetext
{ 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
div.clearfield
{ 
  font-size: 70%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
  margin-top:10px;
  
}

div.margintopdiv
{ 
  margin-top: 15px;
}

table.layout
{ 
  width: 90%;
  min-width: 400px;
}

div#createoptions
{ 
  display: inline-block;
}



/*--------------------------    Define or send KTest page     ----------------------------*/


div#maindefinektest
{ 
  display: none;
}

div#ktrulestable
{ 

  max-height: 470px;
  width: 90%;
  min-width: 1180px;
  overflow-y: auto;
  overflow-x: hidden;
}
div#settestdetails
{ 
  display: block;
}
tr#firstrow
{ 
  color: #144e16;
  font-size: 130%;
  font-weight: bold;
  background-color: #e5e5e5;
  letter-spacing: 1px;
  padding: 5px;
  text-align: center;
}

table.ktestrules
{ 
  width: 100%;
  min-width: 1100px;
  max-width: 2000px;
   margin-top: 20px;
  font-size: 80%;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  border-bottom: 3px double grey;
}

td.typeID
{ 
  width: 100px;
  min-width: 60px;
}

td.rowText
{ 
  width: 1000px;
  min-width: 700px;
}

td.limit
{ 
  width: 90px;
  min-width: 50px;
}

.movedrow
{ 
  height: 45px;
  min-width: 90px;
  background: #ABABAB;
  float: left;
  
}
td.rowbuttons
{ 
  width: 80px;
  background-color: #EDEDED !important;
  border-left: 4px solid #144E16;
  //border-radius: 20px 0px 0px 20px;

}


tr.even {
  background-color: #B3DBD5;
}
tr.odd {
  background-color: #EBEBEB;
} 
tr.defineKTsection {
background-color: #360852;
  color: white;
 font-weight: bold;
} 


img.deleterowicon
{ 
  cursor: pointer;
}
img.editsectionicon, .editruleicon
{ 

  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
}
img.moverowicon
{ 
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

input.hdnsecname
{ 
  display: none;
  width: 240px;
}

input.hdnsecdesc
{ 
  display: none;
  width: 440px;
}

input.limitinput
{ 
  display: none;
}

div.definerule
{ 
  position: relative;
  background-color: #B3DBD5;
  width: 99%;
  min-width: 1150px;
  font-size: 80%;
  padding-top: 10px;
  border: 1px outset grey;
  padding: 8px;
  padding-bottom: 15px;
  border-radius: 3px;
  max-height: 20px;
}


#definesection
{ 
  position: relative;
  width: 99%;
  min-width: 1050px;
  font-size: 80%;
  padding-top: 10px;
  border: 1px outset grey;
  padding: 8px;
  border-radius: 3px;
  max-height: 20px;
  background-color: #360852 !important;
  color: white !important;
  font-weight: bold !important;
}

a.addrulelink:link
{ 
  font-size: 90%;
  text-decoration: none;
  color: white;

}
a.addrulelink:visited
{ 
  text-decoration: none;
  color: white;
}
a.addrulelink:hover
{ 
  text-decoration: underline;
  color: white;
}


.definetesttotal
{ 
  float: left;
  font-size: 60%;
  margin-top: 35px;
}

div.floatright
{ 
  float: right;
}


div.savechangesbox
{ 
  background-image:url("/ktest/images/save_changes_norm.png");
  float: right;
  cursor: pointer;
  height: 36px;
  width: 150px;

}
div.savechangesbox:hover
{ 
  background-image:url("/ktest/images/save_changes_mo.png");
}

.fontsize
{ 
  font-size: 80%;
}

span.group, .maincat, .subcat, .difficulty
{ 
  font-weight: bold;
  // text-decoration: underline;
  font-size: 110%;
  
}

span.smallred
{ 
  font-size: 80%;
  color: red;
}
div.defineatest
{ 
  display: block;
}


/*set general test details (pre page to make ktest)*/
div.outercontainerdiv
{ 
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #660000;
  width: 680px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 5px;
  border-radius: 30px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
  
}


div.innercontainerdiv
{ 
  margin: auto;
  width: 615px;
  font-size: 80%;
  border: 2px inset;
  border-radius: 10px;
  padding: 20px;
  background-color: #F2F2F2;
}

div.formseperate
{ 
  margin-top: 10px;
}

span.redtext
{ 
  color: #148503;

}
span.greytext
{ 
  color: grey;
}


textarea.generic
{ 
  font-size: 85%;
  resize: vertical;
  width: 75%;
  min-width: 200px;
}

div.formtitlelarge
{ 

  font-size: 140%;
  color: #148503;
  border-bottom: 1px solid grey;

  border-radius: 100px;
  padding: 10px;
  padding-left: 20px;
  padding-bottom: 2px;
  margin-bottom:15px;
}

div.mainheadingtext
{ 

  font-size: 160%;

}

div.helptext
{ 
  display: inline;
  color: grey;
}

.styledmainheading
{
  font-family: Georgia, serif;

  margin-top: 25px;
  font-size: 200%;
  letter-spacing: 1px;
  color: #660000;
}
.styledsubheading
{
  font-family: Georgia, serif;
    margin-top: 15px;
  font-size: 120%;
  letter-spacing: 2px;
 }

a.ktadminlink:link
{ 
  text-decoration: none;
  color: black;
}
a.ktadminlink:visited
{ 
  text-decoration: none;
  color: black;
}
a.ktadminlink:active
{ 
  text-decoration: none;
  color: black;
}
a.ktadminlink:hover
{ 
  text-decoration: underline;
}
div#changeDetails
{ 
  display: none;
}

div.geninfo
{ 
  margin: auto;
  border: 2px inset;
  border-radius: 10px;
  padding: 25px;
  background-color: #F2F2F2;
  width: 92%;
  width: 400px;
 }
div.geninfoouter
{ 
  background-color: #660000;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 4px;
  border-radius: 20px;
  moz-box-shadow: 0 0 5px 5px #888;
  webkit-box-shadow: 0 0 5px 5px#888;
  box-shadow: 0 0 5px 5px #888;
  min-width: 480px;
}

div.setwidth60
{ 
  width: 10%;
}

div.medmargintop
{ 
  margin-top: 30px;
}

div.addruletabs
{ 
  position: relative;
}

div.inlineblock
{ 
  display: inline-block;
}
div.addtokttabletitle
{ 
  position: relative;
  display: inline-block;
  background-color: #E9E3E3;
  border: 1px solid #E9E3E3;
  border-radius: 40px 40px 0px 0px;
  width: 150px;
  min-width: 80px;
  padding-right: 10px;
  padding-left: 12px;
  font-size: 70%;
  font-weight: bold;
  text-align: center;
  margin-bottom: -1px;
  margin-right: 5%;
  margin-left: 1px;
}

div.addtokttable
{ 
  position: relative;
  display: inline-block;
  background-color: #E9E3E3;
  border: 1px solid #750000;
  border-bottom: none;
  border-radius: 5px 5px 0px 0px;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 70%;
  text-align: center;
  margin-bottom: -5px;
  margin-left: -11px;
  width: 5%;
  max-width: 75px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 15px;
  cursor: pointer;
  z-index: 3;
  color: black;
}