
/* GRAPH POPULATION */

body.human {
  box-sizing: border-box;

}




#fourth.active-slide + .drag:hover {
    border: 3px solid red !important;
}

.drag {
  background: #ECECF4;
  border: 1px solid #000;
  text-align: center;
  padding: 8px 0px 0px 0px;
  font-size: 13px;
  color: #000 !important;
}


/*.statement {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 13px;
}*/

.caps {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.grey {
    background-color: #DBDBEA;
}

.arrow {
    width:27px;
    margin: 13px auto 0px auto;
    display: block !important;
    	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    
}

.line {
    margin-top:9px;
    width:12px;
    background:#000;
    height:3px;
    float:left;
}
.point {	
    width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #000;
    margin: 0px 0px -10px 0px;
    float:right;
}


@media (max-width:700px){

    .bxslider li p {
        font-size: 13px;
    }
    
    .bxslider li p br {
        display: none;
    }
    
    .outside {
        margin: 10px auto 20px auto;
        border: 1ps solid red;
        display: block;
        clear: both;
        width: 200px;
    }
      
}

.c1 {background-color:#2645b1} /*Purple Main*/
.c2 {background-color:#456ed7} /*Purple Dark*/
.c3 {background-color:#af3535} /*Red Main*/
.c4 {background-color:#c94747} /*Red Light*/

.padl20 {
    padding-left: 20px;
}

.padr10 {
    padding-right: 10px;
}

/*General*/

html, body {
    height: 100%;

}

.text-right {
    text-align: right;
}

button {
    font-family: 'Open Sans', sans-serif;
    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    padding:10px 15px;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    background: #72477E;
   	min-width:80px;
	margin:2px;
    text-decoration: none;
    cursor: pointer;
}

button h2 {
    color: #FFFFFF;
}

button:hover {
    background-color: #674172;
    text-decoration: none;
}

button:disabled {
    background-color: #666;
    text-decoration: none;
}

button.orange {
    background-color: #EB9532;
}

button.orange:hover {
    background-color: #EA8B22;
}

textarea {
    border: 1px dashed #b6710b;
    background-color: #fdedd6;
    font-family: 'Open Sans', sans-serif;
}

#header, #content, #footer, .prompt {
    display: block;
    width: 100%;
    /*TURN OFF FOR EDITOR CHECK TO ENABLE COPY PASTE
*/
    /*    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
*/
}

#content {
    /*    background-color: #4d505b;
*/
    background-color: #FFF;
    position: relative;
    height: 86%;
}

#container {
    position: relative;
    height: 100%;
}


/*HEADER*/

header {
	
    background-color: #674172 !important;
	/*padding-bottom: 1.5% !important;*/
    /*padding-bottom: 1.3% !important;*/
	padding-bottom: 0.5% !important;
    height: 42px !important;
    margin: 0px 0px 20px 0px !important;
    z-index: 1;
}

header .section {
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: #9BA4A9;
;
}

h1, h2, h3, h4 {
    font-family: 'Open Sans', sans-serif;
    /*position: relative;*/
    display: block;
    /*float: left;*/
    color: #fff;
}

p {
    line-height: 1.3em;
}

h1 {
    font-size: 2em !important;
    text-align: left;
    background-color: #f00;
    margin: 0px 0px 5px 0px !important;
}

header h2 {
    color: #fff;
}

h2 {
    font-size: 1.5em !important;
    font-weight: normal;
    text-align: left;
    color: #000;
    display: block;
    margin: 0px 0px 10px 0px !important;
}

h3 {
    text-align: center;
    color: #000;
    background-color: #fff;
}

#pdfText, #order li, #sortable li, .tableTitles li, .tableOptions li {
    font-family: 'Open Sans', sans-serif;
    color: white;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

header h1 {
    margin-top: 1%;
}

header h2 {
    margin-top: -1%;
}

.chapter {
    color: #16a79d;
}


/*MENU*/

#menu {
    margin-top: 1%;
    text-align: right;
    /*background-color: #2a4bb6 !important;*/
}

#menu li {
    width: 33px;
    height: 33px;
    display: inline-block;
    list-style-type: none;
    cursor: pointer;
}

#menu li:hover, #clueBtn:hover {
    background-position: 0px -35px;
    cursor: pointer;
}

#info {
    background: url("../images/infoIcon.png")no-repeat;
}

#print {
    background: url("../images/printIcon.png")no-repeat;
}

#home {
    background: url("../images/homeIcon.png")no-repeat;
}

#homeLink {
    display: block;
    height: 33px;
    width: 33px;
}

#backButton {
    background: url("../images/backToIcon.png") no-repeat;
    height: 33px;
    width: 33px;
    cursor: pointer;
    margin: 1%;
}

#backButton:hover {
    background-position: 0px -35px;
    cursor: pointer;
}

#restartButton {
    background: url("../images/restart.png")no-repeat;
    height: 33px;
    width: 33px;
    cursor: pointer;
    margin: 1%;
}

#restartButton:hover {
    background-position: 0px -35px;
    cursor: pointer;
}

#navButtonLeft, #navButtonRight {
    display: inline-block!important;
}

#navButtonLeft {
    text-align: left;
}

#navButtonRight {
    text-align: right;
}

#navButtons a, #navButtonLeft a, #navButtonRight a {
    display: inline-block!important;
}


/*PEN TOOL menu btn*/

#penTool_btn {
    background: url("../images/penIcon.png")no-repeat;
    /*display:none!important;*/
}

#penTool_btn.active {
    background-position: 0px -35px!important;
}

#ptClearAll {
    background: url("../images/binIcon.png") no-repeat;
    margin-left: 4px !important;
}

#ptHideShowCanvas {
    background: url("../images/hideIcon.png") no-repeat;
    margin-left: 4px !important;
}

#ptHideShowCanvas:hover {
    background: url("../images/hideIcon.png") 0 -67px no-repeat !important;
    margin-left: 4px !important;
}


/* TABLE COLOURS */

#options {
    margin: 78px 0px 0px 0px;
}

#options td {
    padding: 13px 10px 13px 10px;
    font-size: 13px;
    color: #FFF;
}

#options tr td:first-child {
    font-weight: bold;
}

.b1 {
    background-color: #446CB3;
}
.b2 {
    background-color: #4183D7;
}
.b3 {
    background-color: #3498DB;
}
.b4 {
    background-color: #1E8BC3;
}

/*PEN TOOL menu btn end*/


/*PEN TOOL*/

#penTool_btn ul {
    z-index: 9999;
    position: relative;
    top: 100%;
    right: 18%;
    float: left;
    background-color: #5BC8C1;
    padding: 0px 1px 0px 1px;
}

#penTool_btn ul {
    visibility: hidden
}

#penTool_btn:hover ul {
    visibility: visible;
    margin: 0!important;
}

#penTool_btn:hover ul li {
    display: inline-block;
}

#penTool_btn ul li {
    list-style: none;
    width: 35px;
    height: 32px;
    padding: 1px;
}

#penTool_btn ul li img {
    width: 32px;
    height: 90%;
}

.ico {
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    border-radius: 20px;
}

.ico:hover {
    border: 3px solid #FFF;
    margin: 0px 0 0 0px;
}

#penBLACK {
    background-color: black
}

#penRED {
    background-color: red
}

#penGREEN {
    background-color: green
}

#penBLUE {
    background-color: blue
}

#penToolCanvas {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9500;
}


/*PEN TOOL END*/


/*pdf marker*/

#pdfMarker {
    float: right;
    background-color: #cf4858;
    height: auto;
    margin: 0;
    padding: 1%;
    background: #cf4858;
    display: inline-block;
}


/*#star{
   background: url("../images/star.png")no-repeat ;
   display: inline-block;
   width:20px;
   height: 20px;
   vertical-align: top;
}*/

#pdfText {
    display: inline-block;
    margin-left: 2%;
}

#pdfText p {
    line-height: 1.5em;
    color: #fff;
}


/*INSTRUCTIONS*/

#instructions {
    position: absolute;
    display: none;
    width: 96%;
    left: 0;
    background-color: #8E44AD;
    text-align: left;
    margin: 0px auto;
    padding: 2%;
    top: -30px;
    /*    z-index:100001;
*/
	color:#fff;
    z-index: 9998;
	box-shadow:0px 3px 7px 0px rgba(0,0,0,0.5);
}

#instructionTitle {
    display: block;
    color:#fff;
    margin-left: 1%;
}

#instructionText, .instructionText {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 1%;
}


#instructions2 {
    position: absolute;
    display: none;
    width: 96%;
    height: 25%;
    left: 0;
    background-color: #8E44AD;
    text-align: left;
    margin: 0px auto;
    padding: 2%;
    top: -30px;
    /*    z-index:100001;
*/
    color:#fff;
    z-index: 9998;
    box-shadow:0px 3px 7px 0px rgba(0,0,0,0.5);
}

#instructionTitle2 {
    display: block;
    color:#fff;
    margin-left: 1%;
}

#instructionText2, .instructionText2 {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-size: 1em;
    line-height: 1.5em;
    margin-left: 1%;
}
/*instructions end*/


/*FOOTER*/

#footer {
    position: fixed;
    top: 97%;
    height: 3%;
    background-color: #72477E;
    z-index: 9999;
}


/*Rhys
Old style

#footer {
    top: 95%;
    height:5%;
    background-color:none;
}

#footer-text {padding-top:5px}
*/

#footer-text {
    padding-top: 2px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 0px;
    color: white;
}


/*ACTIVITY*/


/*MEDIA QUERIES*/

@media only screen and (max-width: 1024px) {
    header {
        height: 14%;
    }
}

@media only screen and (max-width: 768px) {
    #title, #menu {
        width: 98%;
    }
    #pdfMarker {
        width: 100%;
    }
    #star {
        margin-left: 4%;
    }
    /*header and content must add up to 95*/
    header {
        height: 15%;
    }
    #content {
        height: 80%;
    }
    #title {
        margin-top: 0;
        margin-bottom: 0;
    }
    #menu {
        width: 98%;
        text-align: left;
        padding-left: 2%;
        padding-top: 2%;
        padding-bottom: 2%;
        margin-bottom: 0;
        margin-left: 0;
    }
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media only screen and (max-width: 560px) {
    /*header and content must add up to 95*/
    #star {
        display: block;
        margin-left: 6%;
        margin-top: 1%;
        margin-bottom: 1%;
    }
    #pdfText {
        margin-left: 6%;
    }
    #penTool_btn {
        display: none!important;
    }
}


/* ----------- Large Display ----------- */

@media screen and (max-width: 1920px) and (max-height: 1080px) {
    /* Styles */
    /* header height reduced for large screens to prevent unneccessary scrollbar on content. width is enough for long titles */
    header {
         height: 11%;
    }
    header h1 {
        margin-top: 0;
    }
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (max-width: 1440px) and (max-height: 900px) {
    /* Styles */
    header {
        height: 11%;
    }
   
    header h1 {
        margin-top: 0;
    }

}


/* ----------- Laptop ----------- */

@media screen and (max-width: 1366px) and (max-height: 768px) {
    /* Styles */
    
    #tablet-key {
        display: none;
    }
    
     #desktop-key {
        display: block;
    }
    
}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (max-width: 1280px) and (max-height: 800px) {
    /* Styles */
    
       #tablet-key {
        display: none;
    }
    
     #desktop-key {
        display: block;
    }


}


/* ----------- iPad ----------- */

/*@media only screen and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {*/
    /* Styles */
    /*header{
        height: 15%;
      }*/
/*    h1 {
        font-size: 1.7em !important;}

    #desktop-key {
        display: none;
    }
    
      #tablet-key {
        display: block;
    }
}*/


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px) {
    /* Styles */
    

}