@import url(https://fonts.googleapis.com/css?family=Gentium+Basic:400,700,400italic|Unica+One);

body {
  font-family: sans-serif;
  line-height: 1.8;
}

nav{
    background: #ff5b26;
    float: left;
    font-family: quicksand;
    color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    /* padding: 5px 2px 30px 16px; */
    width: 250px;
    padding-bottom: 20px;
    position: fixed;
    margin-left: 20px;
    top: 0px;
    /* bottom: 0px; */
    left: 0px;
    white-space: nowrap;
    border-radius: 0px 0px 20px 20px;
}

.book-body a.nav-previous, .book-body a.nav-next {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    max-width: 140px;
    min-width: 80px;
    display: flex;
    font-family: quicksand;
    font-weight: bold;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    font-size: 120px;
    color: #ff5b26;
    text-align: center;
    text-decoration: none;
    transition: all 350ms ease;
}

.nav-next {
	right: 0px;
}

.book-body a.nav-previous:hover, .book-body a.nav-next:hover  {
    text-decoration: none;
    color: black;
    transition: all 1750ms ease;
}


.book-summary ul{
	margin:0px;
	padding:0px;
	padding-left: 20px;
	list-style-type: none;
}

.book-summary ol{
	margin:0px;
	padding-left: 50px;
}

.book-summary li {
	padding-top: 12px;
}

.book-summary a {
	text-decoration: none;
	color: #ffffff;
	/*float: left;*/
}

.book-summary a:hover {
	text-decoration: underline;
}

.book-summary .selected {
	font-weight:bold;
}

:target {
    /*border: 2px solid #FFA500;
	border-radius: 10px;
    background-color: #e5eecc;
	transition: background-color 2s;*/
}

.book-body{
	margin-left: 270px;
	margin-bottom: 20px;
	//padding-left: 40px;
	//border-style: solid;
}
.book-body-inner{
    max-width: 900px;
    margin: 0 auto;

    padding: 0px 15px 0px 15px;
}

.book-page {
    margin-top: 20px;
}

.book-body p {
	margin-top: 0;
    margin-bottom: .85em;
}

.book-body a {
  color: #ff5b26;
      text-decoration: none;
}

.book-body a:hover {
	text-decoration: underline;
}

.book-page p>img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  max-height: 350px;
  display:block;
  margin-left:auto;
  margin-right:auto;
  
}

#title{
	//margin-left: 390px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: quicksand;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.3em;
}

h1 {
      color: #ff5b26;
}


.video{
  width: 90%;
  min-height: 300px;
  padding: 2%;
  border: 0;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.tool-section{
  clear: left;
  /*border-style: solid;*/
  margin-top: 30px;
  overflow: auto;
}

.tool-icn{
  width: 75px;
  vertical-align: middle;
  /*border-style: solid;*/
}

.tool-title {
  display: inline-block;
}

.tool-content{
  /*margin-top: 40px;*/
}

.tool-img{
  max-width: 46%;
  max-height: 400px;
  //float: left;
  padding: 2%;
  border-radius: 30px;
}

.tool-vid {
  //min-width: 45%;
  //min-height: 300px;
  //float: left;
  width: 90%;
  min-height: 300px;
  padding: 2%;
  /* border-radius: 30px; */
  border: 0;
}
.tool-vid-others {
  width: 90%;
  padding: 0px;
  margin-left: 2%;
  margin-right: 2%;
}

.tool-vid-other {
  padding: 0;
  border: 0;
  width: 30%;
  margin: 0px;
}

.tool-description {
  /*min-height: 150px;*/
  //width: 46%;
  //float:right;
  //padding: 2%;
}

.tool-files img {
  width: 64px;
}

.tool-question {
  font-weight: bold;
}

.tool-key {
  font-size: 0.5em;
}

.tool_panel-section{
  display: inline-block;
  margin: 15px;
  vertical-align: top;
  width: 88%;
}

.book-page > .tool_panel-section{
  width: inherit;
}

.tool_panel-img{
  max-width: 250px;
}

.tool_panel-video{
  width:100%;
  max-width: 260px;
  border: 0;
}

.tool_panel-icn{
  width: 50px;
  vertical-align: middle;
}

.tool_panel-title{
max-width: 250px;
    border-bottom: 3px dotted orange;
    margin: 15px 0px;
    text-overflow: ellipsis;
    font-family: quicksand;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}

.tool_panel-description{
  max-width: 200px;
  font-size: 0.8em;
}

.tool_panelCard-section{
  display: inline-block;
  margin: 5px;
  vertical-align: top;
  width: 20%;
  border-radius: 15px;
  border-color: #ff7eb5;
  border-width: 2px;
  border-style: solid;
  background-color:#ffc3dc;
}

.tool_panelCard-img{
  width: 100%;
}

.tool_panelCard-title{
    max-width: 250px;
    text-overflow: ellipsis;
    font-family: quicksand;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
	background-color: #ff7eb5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	padding: 2px;
	color: white;
}

.tool_panelCard-description{
  max-width: 200px;
  font-size: 0.8em;
}

.themes-list-item {
  font-size: 0.5em;
}

.session-pretitle, .theme-pretitle, .back-button{
    text-transform: uppercase;
    font-family: quicksand;
    font-size: 1.2em;
    background-color: #ff5b26;
    color: #ffffff;
    margin-top: -25px;
    /* margin-left: -50px; */
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 45px;
    width: fit-content;
    border-radius: 0px 0px 20px 20px;
    cursor: pointer;
}


.theme-pretitle a, .session-pretitle a, .back-button a {
color: #ffffff;
    font-weight: bold;
}


.session-pretitle:hover, .back-button:hover, .theme-pretitle:hover {
    background-color: #e25d32;
        text-decoration: underline;
}

.theme-title {
  //border-bottom-style: solid;
  //border-bottom-width: 2px;
      margin-top: 10px;
          border-bottom-style: dotted;
    border-bottom-width: 4px;
    margin-bottom: 25px;
      color: #ff5b26;
          line-height: 1.2;
          padding-bottom: 25px;
}

.theme-head {
  font-weight: bold;
}

.theme-block-left{
  float: left;
  width: 60%;
  margin-right: 5%;
}

.theme-block-left h2, .theme-block-left h3{
        color: #ff5b26;
	}

.theme-block-right{
  //float: right;
  //width: 35%;
  margin-left:65%;


}

.theme-blocks-end{
  clear: both;
}

.theme-block-left img {
	max-width: 350px;
	max-height: 350px;
}

.theme-list-sessions, .theme-tools {
    background-color: #fff2d3;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    margin-bottom:30px;
}

.theme-print {
      background-color: #ff5b26;
    border-radius: 15px;
        margin-bottom:25px;
        height:60px;
        font-family: quicksand;
        color:#ffffff;
        font-size: 23px;
        padding-left: 20px;
        padding-top:10px;
        padding-bottom: 3px;
}

.theme-print img {
  height:50px;
  display: inline-block;
  vertical-align: middle;
}

.theme-print:hover {
    background-color: #e25d32;
    cursor: pointer;
}

.print-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

@media (max-width: 1000px) {
    .print-text {
max-width: 100px;
    line-height: 1;
font-size: 18px;
    }
    .theme-print img {
  height:3vw;
}
}

.theme-menu-print, .activity-menu-print {
    /*width: 185px;*/
    margin-top: 10px;
}

.theme-menu-print button {
    width: 40%;
    height: 40px;
    text-transform: uppercase;
}

.printable {
  display:none;
}



.session-container{
}

/*.session-pretitle {  must copy .theme-pretitle for consistancy 
  text-transform: uppercase;
  font-size: 1.2em;
}*/

.session-title {
    margin-top: 10px;
    border-bottom-style: dotted;
    border-bottom-width: 4px;
    margin-bottom: 25px;
    color: #ffb400;
    line-height: 1.2;
    padding-bottom: 25px;
}

.session-block-left{
  float: left;
  width: 60%;
  margin-right: 5%;
}

.session-block-left h2, .session-block-left h3{
        color: #ffb400;
	}


.session-block-right{
  margin-left:65%;
  padding: 15px;
  padding-bottom: 50px;
}

.session-blocks-end{
  clear: both;
}

.session-block-left img {
	max-width: 350px;
	max-height: 350px;
}

.session-head {
  font-weight: bold;
}

.session-progression {
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f7f5;
}

.activity_panel-title {
  background-size: 35px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
      margin: -15px -15px 15px -15px;	
padding: 15px 25px 15px 15px;
  color: white;
  line-height: 1.3;
}

.Book-title {
  background-image: url(book_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #008aff;
}

.SandBox-title {
  background-image: url(lab_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #ff7eb5;
}

.Quiz-title {
  background-image: url(quiz_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #89b600;
}

.Material-title {
  //background-image: url();
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #ffb400;
}

.activity_panel-visualcontent{
  text-align: center;
}

.activity_panel-video-preview {
	display:none;
}

.activity_panel-section {
  margin-bottom:30px;
  background-color: #fff2d3;
    border-radius: 15px;
    padding: 15px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

.activity-section {

}

.activity-tool-icn, .activity_panel-tool-icn {
    width: 30px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 10px;

}

.activity_panel-tool-icn {
	        padding-bottom: 10px;
}

.activity_panel-pix {
  //width:60px;
  max-height:140px;
/*      padding: 0px 4px 0px 4px;*/
}

.activity_panel-details-link {
text-align: center;
    font-family: quicksand;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
}

.activity_panel-pix-big {
  display:none;
}
.activity_panel-pix:hover+.activity_panel-pix-big{
  display:block;
  //width:30%;
  max-width: 31%;
  max-height: 90%;
  position:fixed;
  right:35%;
  left:35%;
  top:15vh;
  border-style:solid;
}

.activity_panel-video {
  width:100%;
  max-width: 260px;
  border: 0;
}


/*.activity-menu-print button {
    width: 40%;
    height: 40px;
    text-transform: uppercase;
}*/

.activity-title {
    font-size: 30px;
    color: #ff5b26;
}

.activity-preview {
	text-align: center;
}

.col-left{
	float:left;
}

.col-right{
	float:right;
}


hr {
    border-width: 0px;
}

.logo {
     text-align: center;
    margin-top: 20px; 
}

.themetable a {
  color: #ffffff;
      text-decoration: none;
}


.themetable td {

}

.themetable {
    font-family: quicksand;
    font-weight: bold;
}
.themetable-theme {
    background-color: #ff5b26;
    border-radius: 30px 0px 0px 30px;
    padding: 0px;
    text-align: center;
}
.themetable-theme-id {
    /* padding: 7px 15px 6px 19px; */
    /* background-color: #ffb400; */
    display: inline-block;
    /* border-radius: 100px; */
    /* height: 70px; */
    /* width: 80px; */
    text-align: center;
    font-size: 36px;
    padding-top: 10px;
    color: #ffffff;
    /* margin-left: -40px; */
}
.themetable-theme-title {
    font-size: 16px;
    line-height: 1.3;
    /* margin-top: -15px; */
    display: inline-block;
    color: #ffffff;
    /* text-decoration: underline; */
    /* padding: 16px; */
    /* background-color: #ffb400; */
    /* border-radius: 20px; */
    /* word-wrap: break-word; */
    /* hyphens: auto; */
    width: 140px;
    padding-left: 25px;
    padding-right: 25px;
}

.themetable-session {
background-color: #ffa500;
border-radius: 0px 20px 20px 0px;
padding-top: 8px;
padding-bottom: 8px;
line-height: 1.4;
font-size: 12px;
/* display: inline-flex; *//* width: 84%; */
}

.themetable-session:hover {
background-color: #ffc55b;
}

.themetable-theme:hover {
    background-color: #ff916d;
}

/*.themetable-theme-new a {
    display:block;
}
*/

.themetable-session-id {
    font-size: 15px;
    background-color: #ffffff;
    /* height: 30px; */
    /* width: 30px; */
    border-radius: 30px;
    padding: 7px;
    display: inline-block;
    margin-left: -20px;
    margin-right: 0px;
    vertical-align: middle;
}
.themetable-session-title {display: inline-block;width: 78%;margin-left: 13px;vertical-align: middle;}

.themetable-activity-Book {
      padding: 10px;
      background-color: #bce0ff;
      width: 30px;
      height: 30px;
      border-radius: 17px;
}

.themetable-activity-Quiz {
    padding: 10px;
    background-color: #cbe8a3;
    width: 30px;
    height: 30px;
    border-radius: 17px;
    }


.themetable-activity-SandBox {
      padding: 10px;
      background-color: #ffc3dc;
      width: 30px;
      height: 30px;
      border-radius: 17px;
}


.themetable-activity-Material {
        padding: 10px;
        background-color: #ffe4a5;
        width: 30px;
        height: 30px;
        border-radius: 17px;
}


.printbutton {
   background-color: #ffe4a5;
}


@media (max-width: 740px) {

h1 {
text-align: center;
}

.session-title, .theme-title {
text-align: left;
}

.theme-list-sessions ol {
  padding-left: 20px;
}

.themetable-activity-Book, .themetable-activity-Quiz, .themetable-activity-SandBox, .themetable-activity-Material {
  display:none;
}


.session-block-left, .theme-block-left {
    float: left;
    width: 95%;
    position: relative;
    display: inherit;
}

.book-body-inner {
    padding: 0px 25px 0px 25px;
}

.book-body {
    margin-left: 0;
    margin-bottom:70px;
}

.book-summary ul {
    margin: 0px;
    padding: 0px;
    column-count: 3;
}

.book-summary li {
    padding-top: 6px;
}

.book-page {
     margin-top: 0px; 
}

.logo {
    margin-top: 10px;
}

.session-block-right, .theme-block-right {
    padding: 5px;
    padding-bottom: 50px;
    position: relative;
/*    float: right;*/
     display: initial; 
    margin: 0px auto;
    margin-top: 20px;
}


.activity_panel-section {
    width: 95%;
}


nav {
    padding: 10px 0px 30px 10px;
    width: 100%;
    position: relative;
    float: right;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 0;
}

.tool_panel-section {
    display: inline-block;
    margin: 15px;
    width: 90%;
}


.tool_panel-video, .tool_panel-title, .tool_panel-description {
    max-width: 560px;
    width: 100%;
}



body {
  margin:0;
}

.session-pretitle, .theme-pretitle, .back-button {
    margin-top: 5px;
    margin-bottom: 5px;
    /* margin-left: -50px; */
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 45px;
    border-radius: 20px;
    display: inline-block;
}

* {
   margin: 0;
   padding: 0;
   /* ect styles */
}

.themetable {
    margin-right: -3%;
}

.book-body a.nav-previous, .book-body a.nav-next {
    bottom: 0;
    margin: 0;
    max-width: inherit;
        top: inherit;
        display: block;
    width: 50%;
    position: fixed;
    font-family: quicksand;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: #ff5b26;
    text-align: center;
    text-decoration: none;
    transition: all 350ms ease;
    background-color: #ffffff;
    height: 60px;
}

    .print-text {
max-width: none;
    line-height: 1.8;
font-size: 23px;
    }

    .theme-print img {
  height:50px;
}

}

