/* Variables */ /* Applied Styles*/
.theme-color {
  color: #ff9800;
}

.strong {
  font-weight: bold;
}

/* Spacing */
.margin-top {
  margin-top: 1em !important;
}

.margin-bottom {
  margin-bottom: 1em !important;
}

.margin-right {
  margin-right: 1em !important;
}

.margin-left {
  margin-left: 1em !important;
}

.margin {
  margin: 1em 0;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-2 {
  margin: 20px 0 !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-50 {
  margin: 50px 0 !important;
}

.padding-top {
  padding-top: 1em !important;
}

.padding-bottom {
  padding-bottom: 1em !important;
}

.padding-right {
  padding-right: 1em !important;
}

.padding-left {
  padding-left: 1em !important;
}

.padding {
  padding: 1em;
}

.padding-top-2 {
  padding-top: 2em !important;
}

.padding-bottom-2 {
  padding-bottom: 2em !important;
}

.padding-right-2 {
  padding-right: 2em !important;
}

.padding-left-2 {
  padding-left: 2em !important;
}

.padding-2 {
  padding: 2em;
}

.p-0 {
  padding: 0 !important;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pointer {
  cursor: pointer;
}

.inline {
  display: inline;
}

.flex0 {
  flex: 0 0 auto;
}

.flex1 {
  flex: 1;
}

.btn {
  /*
  @include border-radius(50px);
  padding: 1em 1.5em;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  */
}

.btn.btn-default {
  background-color: #fff;
  border: 1px solid #454545;
  color: #454545;
}

.btn.btn-primary {
  background-color: #fff;
  border: 1px solid #454545;
  color: #454545;
}

.btn.btn-opvallen {
  background-color: #ff9800;
  border: 1px solid #454545;
  color: white;
}

.btn-success {
  background-color: #ff9800;
  border: 1px solid #ff9800;
  text-transform: uppercase;
  /* 	border:none; */
}

.btn-success:hover {
  color: #fff;
  background-color: #b36a00;
  border-color: #b36a00;
}

button.luzclose {
  font-size: 36px;
}

.btn-slanted {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 1.5em;
  z-index: 0;
  border: none !important;
  background-color: transparent !important;
  text-transform: uppercase;
  text-align: right;
}
.btn-slanted::before {
  content: " ";
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 3px;
  background-color: #ddd;
  transform: perspective(25px) rotateX(-0.5deg);
  transform-origin: bottom left;
}
.btn-slanted.leftside {
  text-align: left;
}
.btn-slanted.leftside::before {
  transform-origin: bottom right;
}

.btn-slanted.btn-sm {
  padding: 12px;
}

.btn-slanted.btn-primary {
  color: #fff;
}

.btn-slanted.btn-primary::before {
  background-color: rgb(103, 63, 180);
}

.btn-slanted.btn-success {
  color: #fff;
}

.btn-slanted.btn-success::before {
  background-color: #ff9800;
}

.btn.all-videos {
  width: 535px;
  height: 120px;
  text-transform: none;
  margin-top: -5px;
  padding: 45px 0;
  font-size: 150%;
  font-weight: 600;
}

.btn.all-videos::after {
  background-image: url("/img/o-JOB-INTERVIEW-facebook.jpg");
  background-size: cover;
  content: " ";
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0.5em;
  left: 0;
  z-index: -1;
  border-bottom: none;
  border-radius: 3px;
  opacity: 0.15;
  transform: perspective(25px) rotateX(-0.5deg);
  transform-origin: bottom left;
}

form.fullwidth {
  width: 100%;
}

/* Radiobuttons */
input[type=radio] {
  opacity: 0;
}

input[type=radio] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url("/img/radio_button_sheet.png") left top no-repeat;
  cursor: pointer;
  margin: 0 1em 0 -35px;
}

input[type=radio]:checked + label span {
  background: url("/img/radio_button_sheet.png") -21px top no-repeat;
}

.checkbox label, .radio label {
  line-height: 34px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: relative;
}

input[type=checkbox],
input[type=radio] {
  margin: 0;
  line-height: 34px;
  margin-left: -20px;
  vertical-align: middle;
}

form.inline-question-response {
  margin: 15px 0;
}

.select-style {
  border: none;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background: #f3f3f3 url("/img/select-arrow.png") no-repeat 99% 50%;
}

.select-style select {
  padding: 5px 8px;
  width: 105%;
  border: none;
  background: #f3f3f3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

.select2-container--default .select2-selection--multiple {
  background: #f4f4f4;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  background-color: #f4f4f4;
  border: none;
}

.select2-container--default .select2-selection--multiple {
  background-color: #f4f4f4;
  border: none;
  border-radius: 4px;
  cursor: text;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

form:valid .ifinvalid {
  display: none;
}

form:invalid .ifvalid {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#wrapper {
  min-height: 100%;
  min-width: 900px;
  position: relative;
}

#content {
  padding-bottom: 140px; /* Height of the footer element */
}

.test123 {
  color: red;
}

nav.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 70px;
  background-color: #2b353b;
  z-index: 5;
}

.home nav.navbar {
  background-color: rgba(30, 40, 50, 0.8);
  z-index: 10;
}

.home .navbar.nvvb,
.navbar.nvvb {
  background-color: rgba(255, 255, 255, 0.82);
  z-index: 10;
}
.home .navbar.nvvb .navbar-nocollapse > ul.nav > li > a,
.navbar.nvvb .navbar-nocollapse > ul.nav > li > a {
  color: #34495e;
  font-size: 10px;
}
@media screen and (min-width: 1025px) {
  .home .navbar.nvvb .navbar-nocollapse > ul.nav > li > a,
.navbar.nvvb .navbar-nocollapse > ul.nav > li > a {
    font-size: 12px;
  }
}

nav.navbar .navbar-nocollapse > ul.nav > li > a {
  padding: 25px 5px;
  margin: 0 5px;
  color: #eee;
}

nav.navbar .navbar-nocollapse > ul.nav > li.active > a {
  color: rgb(253, 151, 38);
  border-top: 3px solid rgb(253, 151, 38);
  background-color: transparent;
  padding-top: 22px;
}

nav.navbar li.continue a {
  padding: 15px 10px !important;
}

nav.navbar li.continue a span {
  padding: 10px;
  display: inline-block;
  border: 2px solid rgb(253, 151, 38);
  border-radius: 50px;
}

nav.navbar span.glyphicon-chevron-down {
  font-weight: 100;
  color: #aaa;
  margin: 0 0 0 5px;
}

.navbar-inverse .navbar-brand {
  height: 70px;
}

.no-padding {
  padding: 0 !important;
}

.module-navigation {
  background: #ff9800;
}

.module-navigation .label {
  background-color: #ebebeb;
  color: #404040;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a::after {
  display: block;
  content: "";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #000;
  margin-top: 6px;
  margin-right: -10px;
}
.dropdown-submenu > ul.dropdown-menu.sub {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 5px;
}

.navbar-nav {
  float: left !important;
  margin: 0;
}
.navbar-nav > li {
  float: left !important;
}

.navbar-right {
  float: right !important;
  margin-right: -15px;
}

.navbar-header {
  float: left !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.navbar-nocollapse ul.nav > li > a {
  padding: 25px 5px;
  margin: 0 5px;
  color: #eee;
}

#youtube-slider .track {
  padding-right: 1em;
}
#youtube-slider .slick-prev::before, #youtube-slider .slick-next::before {
  color: #454545;
}

footer#footer {
  width: 100%;
  height: 140px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 25px;
  color: rgb(155, 166, 181);
  padding: 50px 0px;
  font-size: 120%;
  color: rgb(155, 166, 181);
  font-family: Lato, sans-serif;
}
footer#footer h5 {
  color: rgb(80, 91, 105);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 9px 0px 10px;
}
footer#footer ul {
  color: rgb(155, 166, 181);
  list-style: none outside none;
  margin: 0px 0px 16px;
  padding: 0px;
}
footer#footer ul li {
  color: rgb(155, 166, 181);
  height: 25px;
  display: inline-block;
  padding: 10px;
  list-style: none outside none;
}
footer#footer ul li a {
  color: rgb(155, 166, 181);
  text-align: left;
  list-style: none outside none;
}

footer#footer2 {
  background: rgb(235, 235, 235);
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 25px;
}
footer#footer2 .primary {
  color: rgb(155, 166, 181);
  height: 300px;
  border-top: 1px solid rgb(242, 242, 242);
  padding: 70px 0px;
}
footer#footer2 .primary .about {
  color: rgb(155, 166, 181);
}
footer#footer2 .primary .about h1 {
  color: rgb(90, 103, 121);
  float: left;
  height: 40px;
  letter-spacing: 0.5px;
  font: normal normal bold normal 31px/40.3px Lato;
  margin: 0 0 10px 0;
}
footer#footer2 .primary .about p {
  clear: both;
  color: rgb(155, 166, 181);
  font: normal normal normal normal 15px/27.75px Lato, sans-serif;
  margin: 0px;
}
footer#footer2 .primary .about img {
  height: 32px;
  text-align: left;
  width: 32px;
  font: normal normal normal normal 14px/14px Lato, sans-serif;
  list-style: none outside none;
}
footer#footer2 .primary .about ul {
  list-style: none outside none;
  padding: 0;
  margin-top: 10px;
}
footer#footer2 .primary .about ul li {
  float: left;
  margin-right: 10px;
}
footer#footer2 .primary .sitemap {
  color: rgb(155, 166, 181);
  font: normal normal normal normal 16px/25.6px Lato, sans-serif;
}
footer#footer2 .primary .sitemap .row div {
  color: rgb(155, 166, 181);
  font: normal normal normal normal 16px/25.6px Lato, sans-serif;
}
footer#footer2 .primary .sitemap .row div h5 {
  color: rgb(80, 91, 105);
  letter-spacing: -0.5px;
  text-transform: uppercase;
  font: normal normal bold normal 13.28px/17.264px Lato;
  margin: 9px 0px 10px;
}
footer#footer2 .primary .sitemap .row div ul {
  color: rgb(155, 166, 181);
  font: normal normal normal normal 16px/25.6px Lato, sans-serif;
  list-style: none outside none;
  margin: 0px 0px 16px;
  padding: 0px;
}
footer#footer2 .primary .sitemap .row div ul li {
  color: rgb(155, 166, 181);
  height: 25px;
  font: normal normal normal normal 14px/23.8px Lato, sans-serif;
  list-style: none outside none;
}
footer#footer2 .primary .sitemap .row div ul li a {
  color: rgb(155, 166, 181);
  text-align: left;
  list-style: none outside none;
}
footer#footer2 .secondary {
  color: rgb(127, 140, 144);
  height: 100px;
  background: rgb(30, 30, 30) none repeat scroll 0% 0%/auto padding-box border-box;
  padding: 20px 0px;
}
footer#footer2 .secondary .left {
  color: rgb(127, 140, 144);
  float: left;
  width: 370px;
  font: normal normal normal normal 16px/25.6px Lato, sans-serif;
}
footer#footer2 .secondary .left p.copyright {
  color: rgb(255, 255, 255);
  font: normal normal normal normal 16px/29.6px Lato, sans-serif;
  margin: 0px 0px 4px;
}
footer#footer2 .secondary .left p.authors {
  color: rgb(205, 251, 255);
  font: normal normal normal normal 13px/25.6px Lato, sans-serif;
}
footer#footer2 .secondary .left p.authors a {
  color: rgb(255, 255, 255);
}
footer#footer2 .secondary form {
  color: rgb(127, 140, 144);
  float: right;
  width: 500px;
  font: normal normal normal normal 16px/16px Lato, sans-serif;
  margin: 10px 0px 0px;
}
footer#footer2 .secondary form .btn {
  padding: 8px 18px 7px;
}

.back-navigation {
  color: #454545;
}

* {
  font-family: "Montserrat", sans-serif;
}

body, html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.material-icons {
  line-height: 100%;
  vertical-align: bottom;
}
.material-icons.orange {
  color: #f89400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
}

.font-grey {
  color: #2B353B !important;
}

.font-theme {
  color: #fff;
}

.h1, h1 {
  font-size: 28px;
}

.h2, h2 {
  font-size: 24px;
}

h3.section-title {
  margin: 25px 0;
}

.empty-state {
  color: #e0e0e0;
}

.navbar-inverse .navbar-brand {
  text-transform: none;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  vertical-align: middle;
}

table.table.quiz-response-options tbody tr td {
  vertical-align: top;
}

table.table.quiz-response-options td input {
  margin-bottom: 0.5em;
}

.black {
  color: #222;
}

.grey {
  color: #cfd8dc;
}

.dark-grey {
  color: #a1a1a1;
}

.white {
  color: #ffffff;
}

.midnight-blue {
  color: #2c3e50;
}

.asbestos {
  color: #7f8c8d;
}

.correct {
  color: #8bc34A;
}

.incorrect {
  color: #ff9800;
}

.orange {
  color: #ff9800;
}

.color-white {
  color: #fff !important;
}

#lessons table {
  border: none;
}
#lessons table tr.chapter td:first-child {
  padding-left: 6px;
}
#lessons table tr.chapter td:last-child {
  padding-right: 6px;
}
#lessons table tr.concept td {
  background: #fcfcfc;
}
#lessons table tr.concept td:last-child {
  padding-right: 6px;
}
#lessons table td {
  border: none;
  padding: 9px 0;
}
#lessons table td.chapter {
  border-top: 1px solid #eceff1;
  border-bottom: 1px solid #eceff1;
  color: #454545;
  font-weight: bold;
}
#lessons a {
  color: #2B353B;
}
#lessons table td i.material-icons {
  margin-top: 4px;
  margin-right: 10px;
}

.lesson li {
  list-style: inherit;
}
.lesson .answer-paragraph * {
  color: #656565 !important;
}
.lesson table td, .lesson table th {
  padding: 8px 1em 8px 0;
}
.lesson label {
  color: #2B353B;
}
.lesson .featured-image {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.lesson .featured-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: -webkit-linear-gradient(rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 40%, rgb(112, 112, 112) 100%);
  background: -moz-linear-gradient(rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 40%, rgb(112, 112, 112) 100%);
  background: -o-linear-gradient(rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 40%, rgb(112, 112, 112) 100%);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(43, 43, 43, 0)), color-stop(0.4, rgba(112, 112, 112, 0)), to(rgb(112, 112, 112)));
  background: linear-gradient(rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 40%, rgb(112, 112, 112) 100%); /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002b2b2b", endColorstr="#696969", GradientType=0); /* IE6-9 */
}
.lesson .lesson-body {
  padding: 3em;
}
.lesson img,
.lesson video {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0em;
}
.lesson iframe {
  width: 100%;
  margin: 1em auto;
}
.lesson .quiz, .lesson #toets .toets, #toets .lesson .toets {
  margin-right: 15px;
}

#text h1 {
  font-size: 20px;
}
#text h2 {
  font-size: 16px;
}
#text .featured-image h2 {
  color: #fff;
  position: absolute;
  bottom: 0.3em;
  text-shadow: 1px 1px #222;
  left: 1.2em;
}
#text ul, #text ol {
  padding-left: 2em;
}

#video .prerender-wrap {
  width: 100%;
  height: 100%;
  background: #454545;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#video .afterrender-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  border: 3px solid #e67e22;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}
#video .afterrender-wrap.visible {
  opacity: 1;
  transition: 1.5s;
  top: 0;
  left: 0;
  z-index: 2;
}
#video .video-info {
  padding: 2em;
}
#video .video-info-main {
  /* 		padding-top: 2em;  */
}
#video .video-info-aside {
  /* 		padding-top: 2em;  */
}

.quiz .checkbox label, #toets .toets .checkbox label, .quiz .radio label, #toets .toets .radio label {
  padding-left: 50px;
}
.quiz .checkbox input[type=checkbox], #toets .toets .checkbox input[type=checkbox],
.quiz .checkbox-inline input[type=checkbox],
#toets .toets .checkbox-inline input[type=checkbox],
.quiz .radio input[type=radio],
#toets .toets .radio input[type=radio],
.quiz .radio-inline input[type=radio],
#toets .toets .radio-inline input[type=radio] {
  margin-top: 2px;
  margin-left: -26px;
}
.quiz .radio, #toets .toets .radio {
  padding: 4px;
}
.quiz .radio.correct, #toets .toets .radio.correct {
  border: 2px solid #8bc34A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.quiz .question, #toets .toets .question, .quiz .survey-meta, #toets .toets .survey-meta {
  padding-left: 15px;
}
.quiz .question .multiple-choice, #toets .toets .question .multiple-choice, .quiz .survey-meta .multiple-choice, #toets .toets .survey-meta .multiple-choice {
  border: 1px solid #ECEFF1;
  color: #2B353B;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.quiz .question .multiple-choice:active, #toets .toets .question .multiple-choice:active, .quiz .question .multiple-choice:focus, #toets .toets .question .multiple-choice:focus, .quiz .survey-meta .multiple-choice:active, #toets .toets .survey-meta .multiple-choice:active, .quiz .survey-meta .multiple-choice:focus, #toets .toets .survey-meta .multiple-choice:focus {
  -webkit-animation: btn-color 1s forwards linear;
  -moz-animation: btn-color 1s forwards linear;
  -ms-animation: btn-color 1s forwards linear;
  -o-animation: btn-color 1s forwards linear;
  animation: btn-color 1s forwards linear;
}
@-webkit-keyframes btn-color {
  0% {
    background: #f6f6f6;
  }
  50% {
    background: #f2f2f2;
  }
  100% {
    background: #fff;
  }
}
@-moz-keyframes btn-color {
  0% {
    background: #f6f6f6;
  }
  50% {
    background: #f2f2f2;
  }
  100% {
    background: #fff;
  }
}
@-ms-keyframes btn-color {
  0% {
    background: #f6f6f6;
  }
  50% {
    background: #f2f2f2;
  }
  100% {
    background: #fff;
  }
}
@-o-keyframes btn-color {
  0% {
    background: #f6f6f6;
  }
  50% {
    background: #f2f2f2;
  }
  100% {
    background: #fff;
  }
}
@keyframes btn-color {
  0% {
    background: #f6f6f6;
  }
  50% {
    background: #f2f2f2;
  }
  100% {
    background: #fff;
  }
}
.quiz .question .multiple-choice.correct, #toets .toets .question .multiple-choice.correct, .quiz .survey-meta .multiple-choice.correct, #toets .toets .survey-meta .multiple-choice.correct {
  border: 1px solid #8bc34A;
}
.quiz .question .multiple-choice.incorrect, #toets .toets .question .multiple-choice.incorrect, .quiz .survey-meta .multiple-choice.incorrect, #toets .toets .survey-meta .multiple-choice.incorrect {
  border: 1px solid #ff9800;
}
.quiz .question .multiple-choice .answer-icon, #toets .toets .question .multiple-choice .answer-icon, .quiz .survey-meta .multiple-choice .answer-icon, #toets .toets .survey-meta .multiple-choice .answer-icon {
  margin-top: 4px;
}
.quiz .question h5, #toets .toets .question h5, .quiz .survey-meta h5, #toets .toets .survey-meta h5 {
  line-height: 175%;
}
.quiz .question label, #toets .toets .question label, .quiz .survey-meta label, #toets .toets .survey-meta label {
  font-size: 12px;
}
.quiz .question .blockwrapper, #toets .toets .question .blockwrapper, .quiz .survey-meta .blockwrapper, #toets .toets .survey-meta .blockwrapper {
  padding: 1em 2em;
}
.quiz .question .blockwrapper, #toets .toets .question .blockwrapper {
  border-bottom: 1px solid #cfd8dc;
}
.quiz .survey-meta, #toets .toets .survey-meta {
  clear: both;
  border-top: 1px solid #cfd8dc;
}

.lesson-empty-state {
  background: #e1e1e1;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
  padding: 2em;
  text-align: center;
  font-size: 16px;
}
.lesson-empty-state i {
  font-size: 72px;
  color: #c1c1c1;
  padding: 14px 0;
  text-shadow: 1px 1px #f1f1f1;
}

body.dragdropfull #dragdropheader .btn i.naarnormaal {
  display: none;
}
body.dragdropfull #dragdropheader .btn i.naarvol {
  display: inline;
}
body.dragdropfull #dragdropzone {
  height: 80vh;
}
body.dragdropfull #dragdropzone .dragdrop-lijst {
  height: 100%;
  overflow-y: auto;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
body.dragdropfull #dragdropzone .dragdrop-lijst .layer-tile ul.destination {
  min-height: 80px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
body.dragdropfull #dragdropzone .dragdrop-lijst .layer-tile ul.destination li {
  flex: 0 0 calc(50% - 12px);
  margin: 4px 3px;
  /*width: 45%;
  float: left;*/
  display: block;
}
body.dragdropfull #dragdropzone #dragdropsrc {
  width: 33%;
}
body.dragdropfull #dragdropzone #dragdroptarget {
  width: 67%;
}
body.dragdropfull.volscherm {
  overflow: hidden;
}
body.dragdropfull.volscherm nav.navbar, body.dragdropfull.volscherm div.module-navigation, body.dragdropfull.volscherm div#lessonheader, body.dragdropfull.volscherm footer {
  display: none;
}
body.dragdropfull.volscherm #content {
  padding-bottom: 0;
}
body.dragdropfull.volscherm #lessonportlet {
  background-color: white;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: -1em;
  left: -15px;
  border: 1px solid yellow;
}
body.dragdropfull.volscherm .quiz_in_lesson {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}
body.dragdropfull.volscherm #dragdropbox {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body.dragdropfull.volscherm #dragdropbox #dragdropheader {
  flex: 0 0 auto;
}
body.dragdropfull.volscherm #dragdropbox #dragdropheader .btn i.naarnormaal {
  display: inline;
}
body.dragdropfull.volscherm #dragdropbox #dragdropheader .btn i.naarvol {
  display: none;
}
body.dragdropfull.volscherm #dragdropbox #dragdropzone {
  flex: 1;
}
body.dragdropfull.volscherm .dragdrop-zone {
  height: auto;
}
body.dragdropfull .in-volscherm {
  display: none;
}
body.dragdropfull.volscherm .in-volscherm {
  display: unset;
}
body.dragdropfull.volscherm .niet-in-volscherm {
  display: none;
}

#dragdrop-lesson.dragdropfull #dragdropbox {
  background-color: white;
}

.module-navigation {
  padding: 15px 15px 5px;
  background: #3c4b54;
  background: -webkit-linear-gradient(left, #3c4b54, #627c8a); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3c4b54, #627c8a); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3c4b54, #627c8a); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3c4b54, #627c8a); /* Standard syntax */
  margin-bottom: 20px;
}
.module-navigation .bladeren {
  display: flex;
}
@media (max-width: 767px) {
  .module-navigation .bladeren {
    flex-wrap: wrap;
  }
}
.module-navigation .bladeren .navbutton {
  flex: 1;
  display: flex;
}
.module-navigation .bladeren .navbutton.rechts {
  justify-content: right;
}
@media (min-width: 768px) {
  .module-navigation .bladeren .navbutton a.btn-slanted {
    min-width: 300px;
  }
}
.module-navigation a.overview {
  color: #ffffff;
  font-size: 12px;
}

.module-navigation .label {
  padding: 15px;
  border-radius: 50px;
  font-size: 110%;
}

.module-panel {
  background: #fff;
  padding: 40px 30px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  -moz-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  margin-bottom: 1em;
}
.module-panel .module-title {
  height: 200px;
  overflow: hidden;
}
.module-panel .module-title .title {
  margin: 0 0 15px;
  font-weight: 600;
  min-height: 50px;
}
.module-panel .module-title .description {
  font-size: 110%;
  line-height: 1.6em;
  letter-spacing: 1px;
  color: #888;
}
.module-panel .info {
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 -30px;
  text-align: center;
  color: #aaaaaa;
  line-height: 1.5em;
}
.module-panel .info em {
  display: block;
  font-style: normal;
  color: rgb(253, 151, 38);
  font-weight: 600;
  font-size: 150%;
}
.module-panel .lesson-count {
  display: block;
  width: 33%;
  float: left;
  border-right: 1px solid #eee;
  padding: 10px;
}
.module-panel .lesson-duration {
  display: block;
  width: 34%;
  float: left;
  border-right: 1px solid #eee;
  padding: 10px;
}
.module-panel .lesson-xp {
  display: block;
  width: 33%;
  float: left;
  padding: 10px;
}
.module-panel .category {
  display: inline-block;
  background: #444444;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 85%;
}
.module-panel .eindtoets {
  margin-top: 0.5em;
  height: 1.4em;
}
.module-panel .go.btn {
  margin: 0.5em 0 0;
  font-size: 100%;
}

.portlet {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  -moz-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  -ms-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  position: relative;
  background: #fff;
  margin-bottom: 1em;
}
.portlet .portlet-title {
  padding: 1em;
  font-size: 110%;
  color: #999;
  line-height: 1.65em;
}
.portlet .portlet-title h3 {
  font-size: 150%;
  font-weight: 600;
  color: #000;
  line-height: 1.25em;
  margin-top: 0.3em;
}
.portlet .portlet-body {
  padding: 0;
  min-height: 100px;
}
.portlet p, .portlet li {
  font-weight: normal;
  color: #2B353B;
  line-height: 1.8em;
  /* 		list-style: none; */
}
.portlet .row.fixportlet {
  margin-left: 0;
  margin-right: 0;
}
.portlet .split-panel .split-aside .module-progress {
  border-top-right-radius: 5px;
}

.modal-backdrop {
  background: #ccc;
}
.modal-backdrop.in {
  opacity: 0.85;
}

.coach {
  padding: 12px 0;
}
.coach.active {
  background: #f6f6f6;
}

.jumbotron.user .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  float: left;
  margin-right: 20px;
}
.jumbotron.user h1 {
  margin: 10px 0;
  font-weight: 500;
}
.jumbotron.user h3 {
  margin: 10px 0;
}

.header-image .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  float: left;
  margin-right: 20px;
}

#video .prerender-wrap {
  width: 100%;
  height: 100%;
  background: #454545;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
#video .afterrender-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  border: 3px solid #e67e22;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  z-index: -1;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
}
#video .afterrender-wrap.visible {
  opacity: 1;
  transition: 1.5s;
  top: 0;
  left: 0;
  z-index: 2;
}

#home .module-progress {
  position: relative;
  background: -webkit-linear-gradient(left, #ff9800, #e68900); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9800, #e68900); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9800, #e68900); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9800, #e68900); /* Standard syntax */
}
#home .module-progress .wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-size: 120%;
}
#home .module-progress h3 {
  font-size: 180%;
  margin-top: 45px;
}
#home .module-progress .cards {
  position: relative;
}
#home .module-progress .card {
  margin-bottom: 0;
  z-index: 2;
}
#home .module-progress .card .card-title {
  padding: 20px 25px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  font-size: 70%;
  font-weight: 600;
}
#home .module-progress .card .card-body {
  padding: 20px 25px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  color: #777;
}
#home .module-progress .card .card-body .time {
  font-size: 80%;
  margin-top: 5px;
}
#home .module-progress .card .card-footer {
  padding: 15px 25px;
}
#home .module-progress .card:nth-child(2) {
  position: absolute;
  width: 100%;
  top: -6px;
  right: -10px;
  z-index: 1;
  opacity: 0.8;
}
#home .module-progress .card:nth-child(3) {
  position: absolute;
  width: 100%;
  top: -12px;
  right: -20px;
  z-index: 0;
  opacity: 0.8;
}
#home div.progress {
  border-radius: 25px;
  padding: 4px;
  width: 300px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  height: 25px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  -moz-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  -ms-box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
  box-shadow: 0px 0px 16px 0px rgba(170, 170, 170, 0.5);
}
#home div.progress-bar {
  border-radius: 25px;
  line-height: 1.5em;
  background: rgb(250, 144, 37);
  border: none;
  box-shadow: none;
  min-width: 30px;
}
#home div.progress-bar.no-progress {
  color: #333;
}

.module-title {
  min-height: 180px;
}

.video.small {
  height: 150px;
  margin-bottom: 25px;
  overflow: hidden;
}
.video.small .portlet-body {
  width: 45%;
  margin-right: 5%;
  float: left;
  overflow: hidden;
}
.video.large {
  height: 455px;
}
.video.large .portlet-body {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

/* Scroll indicator */
.arrow-wrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -5em;
  margin-left: -5em;
  background: #34495e;
  width: 10em;
  height: 10em;
  padding: 4em 2em;
  border-radius: 50%;
  font-size: 0.5em;
  display: block;
}

.arrow {
  float: left;
  position: relative;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  -transform: rotate(360deg);
}

.arrow:after {
  content: "";
  position: absolute;
  top: -3.2em;
  left: -3em;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3em 3em 0 3em;
  border-color: #34495e transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  -transform: rotate(360deg);
}

@-webkit-keyframes arrows {
  0% {
    top: 0;
  }
  10% {
    top: 12%;
  }
  20% {
    top: 0;
  }
  30% {
    top: 12%;
  }
  40% {
    top: -12%;
  }
  50% {
    top: 12%;
  }
  60% {
    top: 0;
  }
  70% {
    top: 12%;
  }
  80% {
    top: -12%;
  }
  90% {
    top: 12%;
  }
  100% {
    top: 0;
  }
}
.arrow-wrap .arrow {
  -webkit-animation: arrows 2.8s 0.4s;
  -webkit-animation-delay: 3s;
  -animation: arrows 2.8s 0.4s;
  -animation-delay: 3s;
}

ul.notifications .notification-heading .menu-title {
  color: #454545;
  font-weight: bold;
}
ul.notifications a, ul.notifications a:hover, ul.notifications a:visited, ul.notifications a:active {
  text-decoration: none;
  color: inherit !important;
}
.header-image {
  background-size: cover;
  height: 400px;
  margin-top: -70px;
  position: relative;
}
.header-image.orange {
  background: -webkit-linear-gradient(left, #ff9800, #e68900); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9800, #e68900); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9800, #e68900); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9800, #e68900); /* Standard syntax */
}
.header-image.orange .header-overlay {
  background: none;
  color: #fff;
}
.header-image.orange .header-overlay .pretitle, .header-image.orange .header-overlay .subtitle {
  color: #fff;
}
.header-image.orange.admin {
  height: auto;
}
.header-image.orange.admin .header-caption {
  padding-top: 90px;
  padding-bottom: 20px;
}
.header-image.orange.admin .header-search {
  display: none;
}
.header-image .pretitle {
  margin-bottom: 0;
}
.header-image .title {
  margin-top: 4px;
}
.header-image .header-overlay {
  height: 100%;
  background: rgba(43, 53, 59, 0.2);
}
.header-image .header-caption {
  padding-top: 150px;
  padding-bottom: 75px;
  color: #fff;
  font-size: 130%;
}
.header-image .header-caption .title {
  font-size: 230%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
}
.header-image .header-caption .subtitle {
  color: #fff;
  font-size: 90%;
}
.header-image .header-search {
  background: #454545;
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid #474747;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-image .header-search .form-control {
  color: #fff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.header-image .header-search input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header-image .header-search input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header-image .header-search input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header-image .header-search input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.header-image .header-search .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.8);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 102, 102, 0.8);
}
.header-image .header-search .form-inline .input-group {
  width: 100%;
}
.header-image .header-search .input-group-addon {
  padding: 0;
  width: 24px;
  text-align: left;
}
.header-image .header-search .input-group-addon,
.header-image .header-search input {
  background: none;
  border: none;
}
.header-image .header-search i {
  font-size: 28px;
}

.split-panel .split-master {
  border-right: 1px solid #d3dbdf;
  padding: 1.5em 3.5em;
  overflow: hidden;
}
.split-panel .split-aside {
  background-color: #FBFCFC;
  margin-bottom: -10;
}
.split-panel .split-aside .module-progress {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  overflow: auto;
  padding: 3em 1em;
  color: #fff;
  background-color: #cc7a00;
  background: -webkit-linear-gradient(left, #ff9800, #e68900); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9800, #e68900); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9800, #e68900); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9800, #e68900); /* Standard syntax */
}
.split-panel .split-aside .progress {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  border: 3px solid #fff;
  height: 24px;
  margin-bottom: 8px;
}
.split-panel .split-aside .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #ff9800;
  font-size: 14px;
  line-height: 18px;
  min-width: 2em;
}
.split-panel .split-aside .module-author {
  padding: 2em 0;
  overflow: auto;
  border-bottom: 1px solid #d3dbdf;
}
.split-panel .split-aside .module-author .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #eee;
  width: 100%;
}
.split-panel .split-aside .module-tags {
  padding: 1em 1.5em;
}
.split-panel .split-aside .module-tags .label.label-default {
  display: inline-block;
  margin: 5px 0;
  padding: 8px;
}
.split-panel .split-aside .module-tags .label-default[href]:focus, .split-panel .split-aside .module-tags .label-default[href]:hover {
  background: #ff9800;
  color: #fff !important;
}
.split-panel .split-aside .module-tags h4 {
  margin: 20px 0;
}
.split-panel .split-aside .module-tags .label.label-default {
  display: inline-block;
  margin: 4px 0;
  padding: 7px;
}
.split-panel .split-aside .module-tags a.label-default[href]:focus,
.split-panel .split-aside .module-tags a.label-default[href]:hover {
  background: #ff9800;
  color: #fff !important;
}
.split-panel .split-aside .module-sections .list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  border: none;
  color: #2B353B;
  font-size: 12px;
  padding: 16px 20px;
  background: none;
}
.split-panel .split-aside .module-sections .list-group-item.active {
  background: #cfd8dc;
  color: #fff;
  border-top: none;
}
.split-panel .audioblock {
  position: relative;
  margin-left: 15px;
}

iframe {
  border: none;
}

table.table tbody tr td, table.table tbody tr th,
table.table thead tr td,
table.table thead tr th {
  padding: 1em;
  vertical-align: middle;
}
table.table tbody tr td,
table.table thead tr td {
  color: #2b3134;
}
table.table tr[actief=inactief] {
  opacity: 0.5;
}

table.table-compact tbody tr td, table.table-compact tbody tr th,
table.table-compact thead tr td,
table.table-compact thead tr th {
  padding: 2px 0;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.dropdown-menu > li > a {
  padding: 8px 20px;
}

/* Labels */
.label.label-default {
  border: 1px solid #d3dbdf;
  font-size: 14px;
  background: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.dragdrop-zone {
  user-select: none;
}
.dragdrop-zone .layer-tile .layer-tile-title {
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  position: relative;
  background-color: #FF7373;
  z-index: 1000;
}
.dragdrop-zone .layer-tile ul {
  -webkit-box-shadow: 0 1px 3px #c3c3c3;
  -moz-box-shadow: 0 1px 3px #c3c3c3;
  -ms-box-shadow: 0 1px 3px #c3c3c3;
  box-shadow: 0 1px 3px #c3c3c3;
  margin-top: -12px;
  margin-left: 18px;
  padding: 1.5em 1em;
  min-height: 150px;
}
.dragdrop-zone .layer-tile ul li {
  line-height: 2em;
  background: #f1f1f1;
  margin: 12px 5px;
  padding: 8px;
  list-style: none;
  cursor: move;
}
.dragdrop-zone .layer-tile ul li.hint {
  border: 2px solid #ff9800;
}

/* ContentTools editor */
/* Center (default) */
.ce-element--type-image,
.ce-element--type-video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Left align */
[data-editable] .align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em;
}

/* Right align */
[data-editable].align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em;
}

/* Alignment styles for text in editable regions */
[data-editable] .text-center {
  text-align: center;
}

[data-editable] .text-left {
  text-align: left;
}

[data-editable] .text-right {
  text-align: right;
}

/* Toastr Style Alerts*/
.alert.alert-success {
  background-color: #66bb6a;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  border-bottom: 3px solid #43a047;
}
.alert.alert-success p {
  color: #fff;
}

#toast-container > div {
  opacity: 1 !important;
}

.alert.alert-warning {
  background-color: #F89406;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
  border-bottom: 3px solid #ef6c00;
}
.alert.alert-warning p {
  color: #fff;
}

/* Form elements */
.long-text {
  width: 100%;
  border: none;
  background: #fefefe;
  font-size: 12px;
  margin-top: 0.5em;
  font-weight: lighter;
  font-family: Montserrat !important;
  padding: 1em;
  color: #9c9c9c;
  -webkit-box-shadow: 0 1px 2px #c6c6c6;
  -moz-box-shadow: 0 1px 2px #c6c6c6;
  -ms-box-shadow: 0 1px 2px #c6c6c6;
  box-shadow: 0 1px 2px #c6c6c6;
  outline: none;
}

textarea.long-text:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fe9900;
  outline: none;
}

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: #f3f3f3;
  border: none;
}

input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717171;
}

input.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #717171;
}

input.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #717171;
}

input.form-control:-moz-placeholder { /* Firefox 18- */
  color: #717171;
}

/* Avatar */
img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* Trophies */
.trophy {
  padding: 1em 0;
}
.trophy .icon {
  width: 96px;
  height: 96px;
  text-align: center;
}
.trophy .icon.unknown {
  border: 5px solid #E0E0E0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.trophy .icon span {
  line-height: 90px;
  color: #E0E0E0;
  font-weight: bold;
  font-size: 48px;
}
.trophy .title {
  font-weight: bold;
  font-size: 16px;
}
.stat-orange {
  background: #ff9800;
  color: #fff;
  padding: 2em;
  margin: 1em 0;
}
.stat-orange strong {
  color: #fff;
}

.equal, .equal > div[class*=col-] {
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.panel {
  margin-bottom: 0;
}

.tile {
  text-align: center;
  -webkit-box-shadow: 0 1px 3px #c3c3c3;
  -moz-box-shadow: 0 1px 3px #c3c3c3;
  -ms-box-shadow: 0 1px 3px #c3c3c3;
  box-shadow: 0 1px 3px #c3c3c3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  margin-top: 1em;
  background: #fff;
}
.tile.blue {
  border-top: 3px solid #3498db;
}
.tile.orange {
  border-top: 3px solid #e67e22;
}
.tile.yellow {
  border-top: 3px solid #f1c40f;
}
.tile.green {
  border-top: 3px solid #2ecc71;
}
.tile a {
  font-size: 16px;
  font-weight: lighter;
  color: #8D8D8D;
  display: block;
  width: 100%;
  height: 100%;
}
.tile a i {
  color: #e3e3e3;
  font-size: 34px;
}
.tile a:hover {
  text-decoration: none;
  color: #454545;
}
.tile .tile-content {
  padding: 3em 5em;
}

.modal-body {
  padding: 2em 15px;
}

.pointer {
  cursor: pointer;
}

#video .plyr--audio .plyr__controls,
#video .plyr--video .plyr__controls,
#audio .plyr--audio .plyr__controls,
#audio .plyr--video .plyr__controls {
  background: #ECEFF1;
  height: 50px;
  padding: 0 1em 0 0;
  border: none;
}
#video .plyr__controls > [data-plyr=play],
#audio .plyr__controls > [data-plyr=play] {
  display: block;
}
#video .plyr__controls > [data-plyr=play],
#video .plyr__controls > [data-plyr=pause],
#audio .plyr__controls > [data-plyr=play],
#audio .plyr__controls > [data-plyr=pause] {
  margin-left: 0;
  background: #db7f17;
  height: 100%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0 30px;
  color: #fff;
}
#video .plyr--audio .plyr__play-large,
#video .plyr--playing .plyr__controls [data-plyr=play],
#audio .plyr--audio .plyr__play-large,
#audio .plyr--playing .plyr__controls [data-plyr=play] {
  display: none;
}
#video .plyr--video .plyr__controls,
#video .plyr--audio .plyr__controls,
#audio .plyr--video .plyr__controls,
#audio .plyr--audio .plyr__controls {
  color: #2B353B;
}
#video .plyr__progress--played, #video .plyr__volume--display,
#audio .plyr__progress--played,
#audio .plyr__volume--display {
  color: #db7f17;
}

#login h3 {
  margin: 20px 0 40px 0;
}
#login input[type=text],
#login input[type=password] {
  height: 42px;
  padding: 11px;
  background: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
#login .colored-border {
  background: url("../img/colored-border.svg");
  height: 3px;
  border-radius: 4px 4px 0 0;
}
#login .modal-dialog {
  width: 410px;
  margin: 8em auto;
}
#login .modal-body {
  padding: 40px;
}
#login .modal-footer {
  padding: 20px 0;
  background: #f6f6f6;
  font-size: 12px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#login .modal-content {
  border: none;
}
#login .form-actions {
  padding: 10px 0;
}

@media only screen and (max-width: 480px) {
  #gamification .thread-item-badge figure {
    width: 40px;
    height: 40px;
    margin-top: 12px;
  }
  #gamification .thread-item.left figure {
    margin-left: -22px;
  }
  #gamification .thread-item p,
#gamification .thread-item label {
    font-size: 12px;
  }
}
/**
Fix text
 */
div.text-200 {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

table.leidraden tr.concept td {
  color: #aaaaaa;
}

.logboeklijst .table-logboek .avatar {
  height: 40px;
  display: inline-block;
  margin-right: 10px;
}
.logboeklijst .table-logboek .afspraakcheck {
  color: red;
}
.logboeklijst .table-logboek .afspraakcheck.klaar {
  color: green;
}

.logboekmodal .modal-header {
  color: white;
  background-color: #ff9800;
}
.logboekmodal .modal-body .lb-datum .uib-clear {
  display: none;
}
.logboekmodal .modal-body .logboekentries {
  max-height: 50vh;
  overflow-y: auto;
}
.logboekmodal .modal-body .logboek_bestaande_entry {
  margin-top: 8px;
  border-top: 1px solid #ccc;
  padding-top: 8px;
  display: flex;
}
.logboekmodal .modal-body .logboek_bestaande_entry .entryhandle {
  height: 40px;
  flex: 0 0 20px;
  margin: 48px 4px 0;
  transform: translateX(-15px);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSIjODg4Ij48L3JlY3Q+Cjwvc3ZnPg==");
  background-repeat: repeat;
  cursor: grab;
}
.logboekmodal .modal-body .logboek_bestaande_entry .entrycontent {
  flex: 1;
  margin-left: -15px;
}
.logboekmodal .modal-body .logboek_bestaande_entry.gewijzigd {
  border: 1px solid #ff9800;
  padding: 8px;
}
.logboekmodal .modal-body .logboek_bestaande_entry.verwijderd {
  opacity: 0.5;
}
.logboekmodal .modal-body div.verslag {
  height: 400px;
  overflow: auto;
  border: 1px solid #ff9800;
  margin: 4px;
  padding: 8px;
}

#gamification .thread {
  background: #f6f6f6;
  padding: 2em;
}
#gamification .thread-item {
  margin-top: 2em;
}
#gamification .thread-item-badge figure {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gamification .thread-item-body {
  background: #fff;
}
#gamification .thread-item.left .thread-item-body::before {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #e3e3e3;
  content: "";
  display: block;
  height: 18px;
  left: -10px;
  position: absolute;
  top: 18px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 20px;
}
#gamification .thread-item.right .thread-item-body::after {
  background: none repeat scroll 0 0 #fff;
  border-left: 1px solid #e3e3e3;
  content: "";
  display: block;
  height: 18px;
  right: -10px;
  position: absolute;
  top: 18px;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  width: 20px;
}
#gamification .thread-item .avatar {
  margin: 0;
}
#gamification #start-button {
  display: block;
  margin: 0 auto 1em auto;
  width: 100px;
  height: 100px;
  cursor: pointer;
  color: #fff;
  background-color: #ff9800;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: Rotate 3000ms linear 800ms infinite;
  animation: Rotate 3000ms linear 800ms infinite;
}
#gamification #start-button i {
  font-size: 32px;
  padding-top: 32px;
}
#gamification .timestamp {
  border-top: 1px solid #e8e8e8;
  text-align: center;
  margin: 0;
}
#gamification .timestamp abbr {
  background-color: #f6f6f6;
  text-align: center;
  padding: 0 5px;
  position: relative;
  top: -11px;
}
#gamification input[type=radio] + label span {
  margin: 0 1em 0 -39px;
}
@-webkit-keyframes Rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  4% {
    -webkit-transform: rotate(-45deg);
  }
  8% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(-45deg);
  }
  16% {
    -webkit-transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-45deg);
  }
  24% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes Rotate {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(-45deg);
  }
  8% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(-45deg);
  }
  16% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-45deg);
  }
  24% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#gamification .email .body {
  padding: 0;
  display: flex;
}
#gamification .email .folders {
  width: 20%;
  padding: 1em;
  border-right: 1px solid #eee;
}
#gamification .email textarea {
  border: 1px solid #f1f1f1;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
}
#gamification .email .threads {
  width: 30%;
  border-right: 1px solid #eee;
}
#gamification .email .threads .sorter {
  background: #eee;
  font-size: 10px;
  padding: 10px;
}
#gamification .email .threads ul {
  padding: 0;
}
#gamification .email .threads ul li {
  list-style: none !important;
  font-size: 10px;
}
#gamification .email .threads ul li.active {
  background: #0084ff;
  color: #fff;
}
#gamification .email .threads ul li.active p {
  color: #fff;
}
#gamification .email .threads ul li + li {
  border-top: 1px solid #eee;
}
#gamification .email .threads ul li > div {
  padding: 10px;
}
#gamification .email .message {
  width: 50%;
  padding: 1em;
}
#gamification .email .thread {
  background: none;
}
#gamification .email #start-button {
  background: none;
  margin-bottom: 2.5em;
}
#gamification .email .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #eee;
  border: 1px solid #e1e1e1;
}
#gamification .email .header .image {
  order: 1;
  width: 75px;
  height: 75px;
  padding: 0 1em;
}
#gamification .email .header .image img.avatar {
  margin: 1em;
}
#gamification .email .header .phone-number {
  order: 2;
  margin: 0 1em;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
#gamification .email .header .phone-number span {
  font-size: 10px;
  color: #454545;
}
#gamification .email .header .button-list {
  order: 3;
  flex-grow: 1;
  padding-right: 1em;
}
#gamification .email .header .button-list button {
  border: none;
  background: none;
  padding: 1em 1em 0.5em 1em;
  color: #454545;
  font-weight: 500;
  font-size: 14px;
}
#gamification .email .header .button-list button i {
  color: #454545;
  font-size: 16px;
}
#gamification .email .header .button-list button p {
  color: #454545;
  margin: 0;
  padding: 0;
}
#gamification .email .body {
  min-height: 350px;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  z-index: 1;
}
#gamification .email .body .multiple-choice.radio {
  background: #f9f9f9;
}
#gamification .email .body a {
  color: #012646;
}
#gamification .email .body .thread-item {
  margin: 0;
}
#gamification .email .body .thread-item-body {
  z-index: 1;
  background: #fff;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
}
#gamification .email .body .thread-item-body p {
  color: #333;
  padding: 0;
  margin: 1em 0;
}
#gamification .email .body .thread-item.left .thread-item-body::before {
  display: none;
}
#gamification .email .body .thread-item.right .thread-item-body label {
  color: #454545;
  font-size: 12px;
}
#gamification .email .body .thread-item.right .thread-item-body::after {
  display: none;
}
#gamification .email .reply {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #eee;
}
#gamification .email .reply .button {
  text-align: center;
}
#gamification .email .reply .button i {
  color: #a1a1a1;
  font-size: 26px;
}
#gamification .email .reply .button.emoji {
  order: 1;
  flex-grow: 1;
}
#gamification .email .reply .input {
  order: 2;
  flex-grow: 2;
}
#gamification .email .reply .input input {
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}
#gamification .email .reply .button.microphone {
  order: 3;
  flex-grow: 1;
}
#gamification .whatsapp .thread {
  background: none;
}
#gamification .whatsapp #start-button {
  background: none;
  margin-bottom: 2.5em;
}
#gamification .whatsapp .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #eee;
}
#gamification .whatsapp .header .image {
  order: 1;
  width: 75px;
  height: 75px;
  padding: 0 1em;
}
#gamification .whatsapp .header .image img.avatar {
  margin: 1em;
}
#gamification .whatsapp .header .phone-number {
  order: 2;
  margin: 0 1em;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
#gamification .whatsapp .header .phone-number span {
  font-size: 12px;
  color: #454545;
}
#gamification .whatsapp .header .button-list {
  order: 3;
  flex-grow: 1;
  padding-right: 1em;
}
#gamification .whatsapp .header .button-list button {
  border: none;
  background: none;
  padding: 1em;
}
#gamification .whatsapp .header .button-list button i {
  color: #a1a1a1;
  font-size: 26px;
}
#gamification .whatsapp .body {
  min-height: 350px;
  border: 1px solid #eee;
  background: #e5ddd5;
  position: relative;
  z-index: 1;
}
#gamification .whatsapp .body:after {
  content: "";
  background-image: url("../img/whatsapp-background.png");
  background-position: center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#gamification .whatsapp .body .multiple-choice.radio:not(:last-child) {
  border-bottom: 1px solid #9db131;
  padding: 1em 0p;
}
#gamification .whatsapp .body .thread-item-body {
  z-index: 1;
}
#gamification .whatsapp .body .thread-item-body p {
  padding: 0;
  margin-bottom: 0;
}
#gamification .whatsapp .body .thread-item.right .thread-item-body {
  background: #dbf9c4;
}
#gamification .whatsapp .body .thread-item.right .thread-item-body label {
  color: #454545;
}
#gamification .whatsapp .body .thread-item.right .thread-item-body::after {
  background: #dbf9c4;
}
#gamification .whatsapp .reply {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #eee;
}
#gamification .whatsapp .reply .button {
  text-align: center;
}
#gamification .whatsapp .reply .button i {
  color: #a1a1a1;
  font-size: 26px;
}
#gamification .whatsapp .reply .button.emoji {
  order: 1;
  flex-grow: 1;
}
#gamification .whatsapp .reply .input {
  order: 2;
  flex-grow: 2;
}
#gamification .whatsapp .reply .input input {
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}
#gamification .whatsapp .reply .button.microphone {
  order: 3;
  flex-grow: 1;
}
#gamification .telefoon .thread {
  background: none;
}
#gamification .telefoon #start-button {
  background: none;
  margin-bottom: 2.5em;
}
#gamification .telefoon .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #83c6c7;
}
#gamification .telefoon .header .image {
  order: 1;
  width: 75px;
  height: 75px;
  padding: 0 1em;
}
#gamification .telefoon .header .image img.avatar {
  margin: 1em;
}
#gamification .telefoon .header .phone-number {
  order: 2;
  margin: 0 1em;
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
#gamification .telefoon .header .phone-number span {
  font-size: 12px;
  color: #454545;
}
#gamification .telefoon .header .button-list {
  order: 3;
  flex-grow: 1;
  padding-right: 1em;
}
#gamification .telefoon .header .button-list button {
  border: none;
  background: none;
  padding: 1em;
}
#gamification .telefoon .header .button-list button i {
  color: #f2f5f6;
  font-size: 26px;
}
#gamification .telefoon .body {
  min-height: 350px;
  border: 1px solid #eee;
  background: #e5ddd5;
  position: relative;
  z-index: 1;
}
#gamification .telefoon .body:after {
  content: "";
  background-color: #dbf0f1;
  background-position: center;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
#gamification .telefoon .body .multiple-choice.radio:not(:last-child) {
  border-bottom: 1px solid #9db131;
  padding: 1em 0p;
}
#gamification .telefoon .body .thread-item-body {
  z-index: 1;
}
#gamification .telefoon .body .thread-item-body p {
  padding: 0;
  margin-bottom: 0;
}
#gamification .telefoon .body .thread-item.right .thread-item-body {
  background: #dbf9c4;
}
#gamification .telefoon .body .thread-item.right .thread-item-body label {
  color: #454545;
}
#gamification .telefoon .body .thread-item.right .thread-item-body::after {
  background: #dbf9c4;
}
#gamification .telefoon .reply {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #83c6c7;
}
#gamification .telefoon .reply img {
  user-select: none;
  height: 50px;
  width: auto;
  cursor: pointer;
}
#gamification .facebook .thread {
  background: none;
}
#gamification .facebook #start-button {
  background: none;
  margin-bottom: 2.5em;
}
#gamification .facebook .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #fff;
  border: 1px solid #e1e1e1;
}
#gamification .facebook .header .image {
  order: 1;
  width: 75px;
  height: 75px;
  padding: 0 1em;
}
#gamification .facebook .header .image img.avatar {
  margin: 1em;
}
#gamification .facebook .header .phone-number {
  order: 2;
  margin: 0 1em;
  font-weight: 500;
  font-size: 12px;
  color: #000;
}
#gamification .facebook .header .phone-number span {
  font-size: 10px;
  color: #454545;
}
#gamification .facebook .header .button-list {
  order: 3;
  flex-grow: 1;
  padding-right: 1em;
}
#gamification .facebook .header .button-list button {
  border: none;
  background: none;
  padding: 1em;
}
#gamification .facebook .header .button-list button i {
  color: #e1e1e1;
  font-size: 16px;
}
#gamification .facebook .body {
  min-height: 350px;
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  z-index: 1;
}
#gamification .facebook .body .multiple-choice.radio:not(:last-child) {
  border-bottom: 1px solid #cecece;
}
#gamification .facebook .body a {
  color: #012646;
}
#gamification .facebook .body .thread-item-body {
  z-index: 1;
  background: #f1f0f0;
  color: #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-size: 12px;
}
#gamification .facebook .body .thread-item-body p {
  padding: 0;
  margin-bottom: 0;
}
#gamification .facebook .body .thread-item.left .thread-item-body::before {
  display: none;
}
#gamification .facebook .body .thread-item.right .thread-item-body {
  background: #0084ff;
}
#gamification .facebook .body .thread-item.right .thread-item-body label {
  color: #fff;
  font-size: 12px;
}
#gamification .facebook .body .thread-item.right .thread-item-body::after {
  display: none;
}
#gamification .facebook .reply {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  background: #eee;
}
#gamification .facebook .reply .button {
  text-align: center;
}
#gamification .facebook .reply .button i {
  color: #a1a1a1;
  font-size: 26px;
}
#gamification .facebook .reply .button.emoji {
  order: 1;
  flex-grow: 1;
}
#gamification .facebook .reply .input {
  order: 2;
  flex-grow: 2;
}
#gamification .facebook .reply .input input {
  background: #fafafa;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px;
}
#gamification .facebook .reply .button.microphone {
  order: 3;
  flex-grow: 1;
}
#gamification .twitter #start-button {
  background: none;
}
#gamification .twitter #start-button img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#gamification .twitter .thread {
  background: #e6ecf0;
}
#gamification .twitter .thread .header {
  padding: 12px;
  background: #fff;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6ecf0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
#gamification .twitter .thread .header .fa-twitter {
  color: #1da1f2;
  font-size: 24px;
}
#gamification .twitter .thread .header input {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 6px 6px 6px 10px;
  background: #f5f8fa;
  border: none;
}
#gamification .twitter .thread .header .btn-danger {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 4px 10px;
  font-weight: bold;
  border: none;
}
#gamification .twitter .thread .tweet {
  background: #fff;
  margin: 0;
  border-bottom: 1px solid #e6ecf0;
}
#gamification .twitter .thread .tweet p {
  color: #14171a;
  font-size: 12px;
  font-weight: 100;
}
#gamification .twitter .thread .tweet label {
  color: #14171a;
  font-size: 12px;
}
#gamification .twitter .thread .tweet .username {
  font-weight: 600;
  color: #14171a;
}
#gamification .twitter .thread .tweet .twitter-mention {
  color: #4460A0;
  margin: 0;
  background: none;
  width: auto;
  height: auto;
  display: inline;
}
#gamification .twitter .thread .tweet .twitter-handle,
#gamification .twitter .thread .tweet .time {
  color: #657786;
  font-weight: 300;
}
#gamification .twitter .thread .tweet .thread-item-badge figure {
  width: 55px;
  height: 55px;
  margin: 1em;
}
#gamification .twitter .thread .tweet .thread-item .thread-item-body::after,
#gamification .twitter .thread .tweet .thread-item .thread-item-body::after {
  display: none;
}
#gamification .twitter .thread .tweet .thread-item .thread-item-body::before,
#gamification .twitter .thread .tweet .thread-item .thread-item-body::before {
  display: none;
}
#gamification .twitter .thread .tweet .icon-row i {
  color: #657786;
}

/* 
* toets.scss
* 30-9-2020 - Jelmer Jellema - Spin in het Web B.V.
*/
/* Variables */
#toets .stapheader, #toets .stapbeschrijving {
  background-color: #ff9800;
  padding-left: 28px;
  color: white;
}
#toets .stapbeschrijving * {
  color: white;
}
#toets .split-aside {
  background-color: #cc7a00;
  background: -webkit-linear-gradient(left, #ff9800, #e68900); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #ff9800, #e68900); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #ff9800, #e68900); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #ff9800, #e68900); /* Standard syntax */
}
#toets div.toetsmeta {
  width: 100%;
  overflow: auto;
  padding: 1em 1em;
  color: #fff;
}
#toets div.toetsmeta p, #toets div.toetsmeta li {
  color: inherit;
}
#toets div.toetsmeta div#toetsklok {
  background-color: white;
  color: #ff9800;
  user-select: none;
  cursor: progress;
  border-radius: 4px;
  margin: 12px;
  padding: 8px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#toets div.toetsmeta div#toetsklok span {
  display: inline-block;
  width: 2em;
}
#toets div.toetsmeta div#toetsklok[data-urgentie=urgent] {
  background-color: red;
  color: white;
}
#toets div.toetsmeta div#toetsnav {
  height: 42px;
}
#toets div.toetsmeta div#inleverknop {
  opacity: 0.95;
  transition: opacity 1s;
}
#toets div.toetsmeta div#inleverknop:hover {
  opacity: 1;
}
#toets div.module-sections .sectieheader {
  font-size: 14px;
  padding: 8px 20px;
  color: white;
}
#toets div.module-sections .list-group-item {
  color: white;
}
#toets div.module-sections .list-group-item.active {
  background-color: #cc7a00;
}

/**
Modal bij toetsdetails van de coach
 */
.toetsdetailmodal .modal-header {
  color: white;
  background-color: #ff9800;
}
.toetsdetailmodal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
.toetsdetailmodal .modal-body table.pervraag tr {
  user-select: none;
}
.toetsdetailmodal .modal-body table.pervraag tr.onbekend td {
  color: #AAAAAA;
}
.toetsdetailmodal .modal-body table.pervraag tr.goed td {
  color: rgb(0, 170, 0);
}
.toetsdetailmodal .modal-body table.pervraag tr.fout td {
  color: rgb(170, 0, 0);
}

/* 
* logs.scss
* 30-8-2022 - Jelmer Jellema - Spin in het Web B.V.
*/
/* Variables */
#loglijst table td {
  font-size: 14px;
  font-family: Lato, sans-serif;
}

/* 
* angular.scss
* 31-8-2021 - Jelmer Jellema - Spin in het Web B.V.
* Helper css bij onze angular 1 uitbreiding
*/
[ng-click] {
  cursor: pointer;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* 
* datatables.scss
* 25-8-2021 - Jelmer Jellema - Spin in het Web B.V.
* Helper
*/
.luzdatatables .dataTables_info, .luzdatatables .dataTables_paginate {
  text-align: left !important;
}
.luzdatatables .dataTables_info {
  padding-top: 0 !important;
}
.luzdatatables .dataTables_filter, .luzdatatables .luz_dombuttonblok {
  text-align: right !important;
}
.luzdatatables .dataTables_filter input {
  width: 250px !important;
}
.luzdatatables .noalign .dataTables_filter, .luzdatatables .dataTables_paginate {
  text-align: unset !important;
}

/*# sourceMappingURL=compiled.css.map */
