/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  /*padding-top: 50px;*/
  background-color: #FFF;
  background-repeat: repeat;
  background-size: 100%;
  background-position: fixed;
  /* font-family: 'Droid Serif', serif; */
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    /*border-right: 1px solid #eee;*/
    box-shadow: 5px 5px 5px #CCC;
    background-color: #eee;
  }

  .rightsidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #666;
    /*border-right: 1px solid #eee;*/
    /*box-shadow: 5px 5px 5px #CCC;*/
    background-image: url(../images/01.jpg);
  }

  .customizednavlinks{
    width: 432px;
    margin: 0 auto;
    float: none;
  }
  
  .customizednavlinks li a{
    color: #666 !important;
  }
  
  .customizednavlinks li a:hover{
    color: #000 !important;
  }
  
  .customizednavlinks li{
    border: none !important;
  }

  .customizednav{
    opacity: 0.9;
    background-color: #fff;
	border-bottom: 3px solid #4DA64D;
  }

  .logoright{
    position: absolute;
    right: 32px;
    top: 6px;
  }

  .logoright img{
    height: 40px;
  }
  
  .infotextformobile{
	  display:none;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  /* font-weight: 600; */
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #5FAF5F;
}


/*
 * Main content
 */

.main {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

a.nav-link{
  color: #000;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active{
  color: #000;
  cursor: default;
  background-color: #fff;
}

.nav > li > a:focus, .nav > li > a:hover{
  color: #fff;
  background-color: #5FAF5F;
}

.consolepanel{
  background-color: #fff;
  margin: 30px 0;
  border: none;
  box-shadow: 0px 0px 5px 5px #EEE;
}

.consolepanel p{
  color: #fff;
  font-family: Courier !important;
}

.consolepanel input[type=text], .consolepanel textarea{
  width: 100%;
  border: none;
  background-color: #fff;
  color: #1A8D1A;
  font-family: courier new;
  margin-left: 15px; 
  outline: none;
  resize: none;
  overflow: hidden;
  padding: 8px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.sectionblock{
  display: block;
  margin-top: 60px;
}

.sectionblock:first-child{
  display: none;
  margin-top: 30px;
}

h4{
  margin-top: 30px;
}

.error-border { 
    outline: none;
    box-shadow: 0 0 15px #F43535;
    border: 1px solid #F43535;
    border-radius: 7px;
}

.questionhint{
  cursor: pointer;
  font-size: 28px;
  padding: 10px;
}

.questionhint:hover{
  /*background-color: #999;*/
  color: #cc1a1a;
  text-shadow: 0 0 12px #FF0000;
}

code{
  color: #fff;
  background-color: #B9A986;
}

.label {
    display: inline;
    padding: 0.5em 1em .5em;
    font-family: Courier;
    box-shadow: 5px 5px 5px #B9A986;
}

.sidebar h3{
  color: #FEF0C9;
  text-align: center;
  margin-bottom: 20px;
}

h2{
  padding: 20px 20px;
  background: #5FAF5F;
  color: #FFF;
  opacity: 0.8;
  margin-bottom: 30px; 
  font-size: 36px;
  margin-top:0;
}

h3{
  font-size: 26px;
  margin: 30px 0;
}

h3,h4{
  font-weight: 600;
}

.disabledconsole{
  z-index: 1000;
  opacity: 0.7;
  pointer-events: none;
}

.consoleheading{
  font-weight: 600;
  margin: 30px 0 0 0;
  font-size: 18px;
}

.qhinttxt{
  display: none;
}

/* .chapterswitchbtn{
  text-align: center;
  margin: 30px auto;
  display: block;
} */

.continuebtn{
  margin-top: 20px; 
}

.chapstimeline{
  color: #fff;
  list-style: none;
  padding: 0;
  width: 32px;
  margin: 0 auto;
  font-size: 10px;
  font-weight: bold;
  pointer-events: none;
}

.chapstimeline .chap{
  border: 2px solid #555;
  border-radius: 50%; 
  list-style: none;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  color: #555;
}

.chapstimeline li{
  text-align: center;
  width: 32px;
  color: #555;
}

.chapstimeline li.bar{
  text-align: center;
  width: 32px;
}

.chapcompleted{
  background-color: #B8A988;
  /*box-shadow: 0 0 20px 12px #B8A988;*/
  color: #000 !important;
  border: 2px solid #fff !important;
}

.currentchap{
  background-color: #417509;
  box-shadow: 0 0 20px 12px #417509;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.traversed{
  color: #fff !important;
}

.nav > li{
  border-bottom: 1px dotted #CCC;
}

/* .sectionblock img{
  width: 500px;
  height: auto;
  max-height: 207px;
  margin: 20px 0;
} */

.sectionblock table{
  width: 70%;
  border: 1px solid #B9A986;
  font-size: 14px;
  margin: 20px 0;
  box-shadow: 0px 0px 5px 5px #B9A986;
  margin: 20px 0;
  background-color: #fff;
}

.sectionblock table th{
  font-weight: 600;
  border: 1px solid #B9A986;
  padding: 10px;
}

.sectionblock table td{
  border: 1px solid #B9A986;
  padding: 10px;
}

.chap2 th:nth-child(2){
  width: 15%;
}

.chap3 th:nth-child(2){
  width: 75%;
}

.chap3{
  width: 30% !important;
}

.chapterblock{
  display: none;
}

h1{
  font-size: 40px;
  text-align: center;
  /* border-bottom: 1px solid; */
  width: 32%;
  margin: 75px auto 10px auto;
}

.navbar-brand{
  font-size: 24px;
  color: #666 !important;;
}

/*.overlaycover{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FBEFD3;
  z-index: 999;
}*/

.maincontainer{
  position: relative;
}

.coursecontent{
  margin: 0 0 30px 0;
}

.coursecontent a{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

.coursecontent a:hover{
  color: #666666;
}

.coursecontent h4{
  margin: 0 0 25px 0;
}

.startcoursebtn{
  width: 100%;
  padding: 12px;
  margin: 20px auto;
}

@media only screen and (max-width: 768px) {
    
    .rightsidebar{
      display: none;
    }

    h1{
      width: auto;
      font-size: 30px;
    }

    h2{
      font-size: 26px;
    }

    h3{
      font-size: 22px;
    }

    body{
      font-size: 14px;
    }

    .consoleheading{
      font-size: 16px;
      line-height: 20px;
    }

    .logoright{
      display: none;
    }
	
	.container-fluid{
		display:none;
	}
	
	.infotextformobile{
		display: block;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 99999;
	}
	
	.infotextformobile div{
		display: block;
		width: 80%;
		height: auto;
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -100px;
		margin-left: -40%;
		text-align: center;
		font-size: 25px;
	}
}

.showallbtn{
  margin: 20px 0 0 10px;
  float: right;
}

.hideallbtn{
  margin: 20px 0;
  float: right;
}

.thankyoutxt{
  font-size: 32px;
  text-align: center;
  margin: 50px 0;
}

.creditinfo{
  font-size: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
}

.creditinfo a{
  color: #999;
}

.creditinfo a:hover{
  color: #666;
}

.chapcompletedbadge{
	box-shadow: none;
	font-family: 'Droid Serif', serif;
	font-size: 12px;
	font-weight: 500;
	padding: 5px;
}

.coursecontenttable{
	border:none;
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: 0 auto;
}

.coursecontenttable th{
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}

.coursecontenttable td{
	padding: 10px;
	border: 1px solid #ddd;
	height: 48px;
	vertical-align: middle !important;
}

.chapcoverheading{
	font-size: 12px;
	margin-top: 4px;
	font-weight: normal;
}

.badgeclass{
	font-size:30px;
}

.scoreclass{
	font-size:22px;
}

.bs-callout {
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-success {
    border-left-color: #000;
}

.keyboardshortcut{
	margin: 30px 0 40px 0;
}

.hinttoremember{
	margin: 20px 0;
	background-color: #e3e4e5;
	color: #333;
	padding: 10px;
	border-radius: 5px;
}

.keyboardshortcut .key{
	background-color: #333;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	border: 5px outset #666;
}

.keyboardshortcut .keymac{
	background-color: #fff;
	color: #333;
	padding: 5px 20px;
	border-radius: 5px;
	border: 3px solid #999;
}

.keyboardshortcut .connector{
	margin: 0 10px;
	font-size: 25px;
}

.keyboardshortcut .shortcuttxt{
	margin: 0 10px 0 0;
	font-weight: 600;
}

.middletext{
	
	width: 280px;
	height: 80px;
	/* border: 1px solid #000; */
	font-size: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -140px;
	margin-top: -40px;
	text-align: center;
	z-index: 99;
	/* background-color: #fff; */
	display:none;
}

.green{
	color: #1A8D1A;
}

.red{
	color: #FF0000;
}

.animtext{
	
	animation-duration: 2s;
	animation-name: fadeAndScale;
	animation-timing-function: cubic-bezier(.71,.55,.62,1.57);
}

@keyframes fadeAndScale {
    from {
        opacity: 1;
        transform: scale(1, 1);
    }
    to {
        opacity: 0;
        transform: scale(2, 2);
    }
}

/* .toggleshowall{
	
	color:#1A8D1A;
}
.toggleshowall:hover{
	
	color:#333;
} */

.overlaysection{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.8;
	z-index: 99;
	display: none;
}

.overlayoptions{
	width: 500px;
	height: auto;
	top: 50%;
	left: 50%;
	position: fixed;
	margin-left: -200px;
	margin-top: -125px;
	border: 1px solid #ddd;
	z-index:999;
	text-align: center;
	padding: 40px 0;
	-webkit-box-shadow: -1px 0px 11px 8px rgba(221,221,221,1);
	-moz-box-shadow: -1px 0px 11px 8px rgba(221,221,221,1);
	box-shadow: -1px 0px 11px 8px rgba(221,221,221,1);
	background: #fff;
	border-radius: 10px;
	display: none;
}

.overlaybtn{
	margin: 0 0 10px 0;
}

.overlayoptions p{
	font-size: 18px;
	margin-bottom: 20px;
	position: relative;
}

.overlayoptions button{
	width: 220px;
}

.overlayoptions .close{
	position: absolute;
	background-color: #C9302C;
	border-radius: 50%;
	padding: 5px;
	color: #fff;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	font-size: 15px;
	font-weight: 400;
	opacity: 1;
	line-height: 22px;
}

.practestarea, .testresultarea{
	text-align:center;
	/* width: 70%;
	margin: 30px auto; */
}

.practestarea h3, .practestarea img, .practestarea .consolepanel{
	margin-bottom: 10px;
}

.practestarea h3{
	margin-top: 5px;
}

/* .practestarea img{
  width: 500px;
  height: auto;
  max-height: 207px;
} */

.imagecontainer{
	width: 500px;
	max-width: 500px;
	height: 207px;
	max-height: 207px;
	/* border: 1px solid #000; */
	margin: 0 auto;
	position: relative;
}

.imagecontainerlearn{
	margin: 32px 0;
}

.imagecontainer img{
	max-height: 207px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #5FAF5F;
	border-radius: 8px;
}

.imagecontainerlearn img{
	border: 1px solid #5FAF5F;
	border-radius: 8px;
}

.navbar-header h1{
	margin: 0;
	padding: 0;
	width: auto;
}

.backbtn{
	float: left;
}

.restartbtn{
	float: right;
}

.chaptertitle{
	float: left;
	font-size:22px;
}

.questioncount{
	float: right;
	vertical-align: middle;
	line-height:30px;
}

.keyboardshortcutresult{
	margin: 0;
	font-size: 14px;
}

.keyboardshortcutresult .key{
	background-color: #333;
	color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
	border: 3px outset #666;
}

.keyboardshortcutresult .keymac{
	background-color: #fff;
	color: #333;
	padding: 2px 8px;
	border-radius: 5px;
	border: 2px solid #999;
}

.keyboardshortcutresult .connector{
	margin: 0 10px;
	font-size: 14px;
}

.keyboardshortcutresult .shortcuttxt{
	margin: 0 10px 0 0;
	font-weight: 600;
}

th{
	text-align:center;
}

.score{
	font-size: 40px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}

.badgeearned{
	font-size: 70px;
	vertical-align: middle;
	margin-left: 10px;
	display: inline-block;
}

.testovertext{
	font-size: 30px;
}

.medalbronze{
	color: #CD7F32;
	text-shadow: 0px 0px 10px #CD7F32;
}

.medalsilver{
	color: #9CAABD;
	text-shadow: 0px 0px 10px #9CAABD;
}

.medalgold{
	color: #FFCF40;
	text-shadow: 0px 0px 10px #FFCF40;
}

.medalplatinum{
	color: #333;
	text-shadow: 0px 0px 10px #333;
}

.red{
	color: #CD0000;
}

.green{
	color: #5FAF5F;
}

.coverasset{
	display: inline-block;
}

.badgelegend{
	float: right;
	font-size: 14px;
	margin-bottom: 15px;
}

.badgelegend span {
    padding-left: 10px;
    border-left: 1px solid #CCC;
    padding-right: 5px;
}

.badgelegend span:first-child{
	border-left: none;
}

.badgelegenditem{
	margin-right: 5px;
}

.evaluationconsoletxtblack{
	color: #000 !important;
}

.evaluationconsoletxtgreen{
	color: #1A8D1A !important;
}

.evaluationconsoletxtred{
	color: #C9302C !important;
}

.endofchapter {
    margin: 42px 0 0 0;
    text-align: center;
}

.endofchapter button {
    margin-right: 10px;
}

.bs-callout-green{
	border-left-color: #5FAF5F;
	background: #DFF0D8;
}

.bs-callout-red{
	border-left-color: #C9302C;
	background: #F2DEDE;
}

.resultareapanelblock{
	margin-bottom: 16px;
}

.resultareapanelblock:last-child{
	margin-bottom: 0;
}

.resultareapanelblockname{
	font-size: 18px;
	font-weight: bold;
}

.keygreen{
	color: #5FAF5F !important;
	font-weight: bold;
}

.keyred{
	color: #C9302C !important;
	font-weight: bold;
}

.performanceresult {
    float: right;
    height: 20px;
    width: 300px;
    margin-bottom: 15px;
    position: absolute;
    top: 8px;
    right: 15px;
    text-align: right;
}

.performanceresult .correctcount{
	color: #5FAF5F !important;
	font-weight: bold;
}

.performanceresult .wrongcount{
	color: #C9302C !important;
	font-weight: bold;
}

.performanceresult .reactiontext{
	color: #53C0F3 !important;
	font-weight: bold;
	display: none;
}

.performanceresult div{
	margin-bottom: 5px;
}

.panel-body .reactionarea{
	position: relative;
}

.learntitleholder{
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 12px;
}

.learntitleholder .leftqtitle{
	float: left;
}

.learntitleholder .rightqcount{
	float: right;
	vertical-align: middle;
}

.leftqtitle h3{
	margin: 0;
}

.resultareapanelblock .pracrestitle{
	float: left;
}

.resultareapanelblock .prackeycombo{
	float: left;
	margin-left: 12px;
}

.scorebadgecontainer{
	width: 500px;
	margin: 0 auto 10px auto;
}

.scorebadgecontainer td{
	border-top: none;
	vertical-align: middle;
}

.btn-greenish{
	background-color: #879100;
	border-color: #575e00;
	color:#fff;
}

.btn-greenish:hover{
	background-color: #575e00;
	color:#fff;
}

.btn-blueish{
	background-color: #7a5dba;
	border-color: #5531a5;
	color:#fff;
}

.btn-blueish:hover{
	background-color: #5531a5;
	color:#fff;
}

.btn-greyish{
	background-color: #7899a5;
	border-color: #4a6b77;
	color:#fff;
}

.btn-greyish:hover{
	background-color: #4a6b77;
	color:#fff;
}

.shortcuttable{
	margin-top:20px;
}

.shortcutlistdesc{
	margin-bottom: 30px;
	border: 1px solid #7FBF7F;
	border-radius: 5px;
	padding: 10px 10px 0 10px;
}

.backlist{
	margin: 0 0 20px 0;
}

.backlist a{
	color: #217346;
}

.linklist{
	color: #217346;
}

.linklist:hover{
	color: #7FBF7F;
	text-decoration: none;
}