.topbar {
    margin-top: 40px;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.contact span {
    font-weight: 700;
    font-size: 16px;
    padding-top: 5px;
}

.contact a{
    color: #4f6d7a;
}

.contact a:hover{
    color: #4f6d7a;
}

.contactbtn {
    margin-left: 40px;
}

.contactbtn a{
    margin-top: 6px;
    display: inline-block;
    background: #4f6d7a;
    border-radius: 100px;
    font-family: 'Domine', serif;
    color: white;
    padding: 3px 30px;
}

.contactbtn a:hover{
    background: #000;
    color: white;
}

.menubar{
    background-color: #fff;
    box-shadow: 0 2px 2px #4f6d7a;
    height: 60px;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.logobox {
    margin: 8px 0;
}

.xlLogo {
    width: 120px;
}

/* Will Dove's new mega-menu code */


/* Reset */
.mega-nav,
.mega-nav a,
.mega-nav ul,
.mega-nav li,
.mega-nav div,
.mega-nav form,
.mega-nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.mega-nav a { text-decoration: none; }

.mega-nav li { list-style: none; }

/* Menu Container */
.mega-nav {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
}

/* Menu List */
.mega-nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.mega-nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 13px;
        text-transform: uppercase;
	color: #000;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #fff;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.mega-nav > li > a:hover{
    color: #02723B;
}

@keyframes pulse {
  0% {
    transform: scale(1.0);
  }
  50% {
    transform: scale(1.1);
  }
    100% {
    transform: scale(1.0);
  }
}

.mega-nav > li:first-child > a {
    z-index: 9999;
	border-radius: 100px;
	border-left: none;
        background: #02723B;
        color: #fff;
    animation: pulse 2.5s 3;
}

.mega-nav > li:first-child > a:hover {
    background: none;
    color: #02723B;
}

/* Dropdown styling */

.mega-menu__image {
    overflow: hidden;
    border: 1px solid darkgray !important;
    border-radius: 6px;
    width: 100%;
    height: 150px;
}

.mega-menu__image img{
    	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-column:hover img{
    transform: scale(1.1) translate(0, -2px);
}

.nav-column:hover .meganav__heading {
    color: #02723B;
}

.nav-column p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    height: 70px;
    padding: 10px;
    border-radius: 6px;
    line-height: 1.6rem;
    color: white;
}

.mega-menu__color01 {
    background-color: #4f6d7a;
}

.mega-menu__color02 {
    background-color: #db504a;
}

.mega-menu__color03 {
    background-color: #02723b;
}

.mega-menu__color04 {
    background-color: #e3b505;
}

/* Search Form */

li .nav-search {
    display: none !important;
}

.nav-search input {
    display: none !important;
}

.mega-nav > li.nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
}

.mega-nav > li.nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.mega-nav > li.nav-search input[type="text"]:focus { color: #fcfcfc; }

.mega-nav > li.nav-search input[type="text"]:focus,
.mega-nav > li.nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.mega-nav > li.nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #fff url(https://www.automateexcel.com/formulas-functions/img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.mega-nav > li.nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.mega-nav > li > div {
	position: absolute;
	display: block;
	width: 70vw;
	top: 48px;
	left: 30%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        box-shadow: 0 1px 5px #000000;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-top: 3px solid green;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.mega-nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

/* Menu Content Styles */
.mega-nav .nav-column {
	float: left;
	width: 25%;
	padding: 2.5% 1% 1% 1%;
}

.mega-nav .nav-column h3 {
	margin: -20px 0 10px 0;
	line-height: 18px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #372f2b;
	text-transform: uppercase;
}

.mega-nav .nav-column h3.orange { color: #ff722b; }

.mega-nav .nav-column li a {
	display: block;
	line-height: 26px;
	
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #888888;
}

.mega-nav .nav-column li a:hover { color: #666666; }

/*
 * ------------------------- END: WILL'S CODE ----------------------
 */


/* Move down content because we have a fixed navbar that is 50px tall */
body {
	background-color: #FFF;
	background-position: fixed;
	background-repeat: repeat;
	background-size: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 160px;
}

.myaccountusersection{
	/*! border: 1px solid #000; */
	height: 40px;
	width: 100%;
        position: fixed;
	top: 0;
	left: 0;
	background: #E3b505;
	z-index: 9999;
	line-height: 40px;
	text-align: center;
}

.myaccountusersection a{
    	color: #000;
        font-weight: bold;
        margin: 0 20px;
}

/*
 * 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: 140px;
    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: #484349;
  }

  .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(https://www.automateexcel.com/formulas-functions/images/01.jpg);
  }

  .customizednavlinks{
    width: 510px;
    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: 1;
    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: #000;
  background-color: #fff;
}


/*
 * Main content
 */

.main {
  margin-top: 80px;
  padding: 80px 0;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 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: #fff;
}

.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: #000;
  background-color: #fff;
}

.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: none;
  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;
  float:right;
  margin-top:-20px;
}
/*.image-panel img
{
	width:100%;
}*/
.panelleft:nth-child(1) {
    width: 20%;
float: left;
}
.panelleft:nth-child(2) {
    width: 82%;
float: right;
margin-right: 16px;
margin-bottom: 13px;
}
.panelleft:nth-child(2) .consoletxt
{
background: #E4E4E4;
}
/*.questionhint:hover{
  background-color: #999;
  color: #cc1a1a;
  text-shadow: 0 0 12px #FF0000;
}*/
.bulb_area: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: #4f6d7a;
  color: #fff;
  margin-bottom: 30px; 
  font-size: 36px;
}

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 span.chaptitle{
  color: #333333;
  font-weight: bold;
}

.coursecontent h4{
  margin: 0 0 25px 0;
}

.startcoursebtn{
  color: white !important;
  width: 100%;
  padding: 12px;
  margin: 20px auto;
  background: #02723b !important;
  border: none !important;
}

.startcoursebtn:hover{
    background: #09bc8a !important;
    color: white !important;
}

@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 15px auto;
}

.coursecontenttable th{
	padding: 10px;
	border: 1px solid #ddd;
	text-align: center;
}

.coursecontenttable td{
	padding: 10px;
	border: 1px solid #ddd;
}

.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: 10px 0 40px 0;
}

.hinttoremember{
	margin: 20px 0;
	background-color: #e3e4e5;
	color: #333;
	padding: 10px;
	width: 500px;
	border-radius: 5px;
}

.keyboardshortcut .key{
	background-color: #333;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	border: 5px outset #666;
}

.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: 0px 0 5px 0;
	font-size: 12px;
}

.keyboardshortcutresult .key{
	background-color: #333;
	color: #fff;
	padding: 2px 10px;
	border-radius: 5px;
	border: 3px outset #666;
}

.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;
}

.additionallinks{
	margin: 50px 0 0 0;
}

.additionallinks a{
	color: #217346;
	text-decoration: none;
}

.additionallinks a:hover{
	color: #7FBF7F;
}



/**************** Share Buttons *****************/
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}
/**************** Share Buttons *****************/


/**************** Bookmarks ******************/
#bookmark-this {
  padding: 5px 10px;
  font-size: 12px;
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #eea236;
  border-radius: 4px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#bookmark-this:hover {
  background: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#bookmark-this:active {
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #ec971f;
}
/**************** Bookmarks ******************/


.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* consoleblock */
.consoleblock {
	background-color: #E6E6E6;
	box-shadow: 0 0 5px 5px #EEE;
	display: grid;
	grid-gap: 12px 10px;
	grid-template-columns: max-content 1fr max-content;
	margin: 30px 0;
	padding: 15px;
}
.consoleblock .formula-header {
	align-self: center;
	font-size: 20px;
	grid-column: 1/2;
	grid-row: 1/2;
}
.consoleblock .formula-header img {
	border: 1px solid #CCC;
}
.consoleblock .formula-answer {
	grid-column: 2/3;
	grid-row: 1/2;
}
.consoleblock .formula-answer input {
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #1A8D1A;
	font-family: courier new;
	font-size: 24px;
	font-weight: 600;
	padding: 0 8px;
	text-transform: uppercase;
	width: 100%;
}
.consoleblock .formula-submit {
	grid-column: 3/4;
	grid-row: 1/2;
}
.consoleblock .formula-submit button {
	background: #EEE;
	border-radius: 0;
	border: 0;
	color: #FFF;
	cursor: default;
	display: inline-block;
	font-size: 20px;
	height: 100%;
	padding: 1rem 2rem;
	text-decoration: none;
}
.consoleblock .image {
	grid-column: 1/4;
	grid-row: 2/3;
	max-width: 100%;
}
.consoleblock .save-question {
	grid-column: 2/4;
	grid-row: 3/4;
	text-align: right;
}
.consoleblock .save-question input {
	margin: 4px 8px 0;
}
.consoleblock.active {
	box-shadow: 0 0 10px 5px hsl(151, 30%, 70%);
}
.consoleblock.active .formula-submit button {
	background: #02723B;
	cursor: pointer;
	padding: 2px 12px;
}