.select2-container .select2-selection--multiple,
.select2-container--bootstrap4 .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    height: auto !important;
    min-height: 38px !important; /* Exact 1 Bootstrap 4 rij hoog */
    max-height: none !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    padding: 2px 6px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.select2-container .select2-selection--multiple .select2-search--inline {
    display: none !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    height: auto;
    margin-top: 0;
}

ul.learningoutcome a {
  background: #1cbbb4;
}

ul.learningoutcome a:before {
  border-color: transparent #1cbbb4 transparent transparent;
}

ul.users a {
  background: #0b5ee7;
}

ul.users a:before {
  border-color: transparent #0b5ee7 transparent transparent;
}


input.token {
    text-transform:uppercase;
    text-align: center;
    width: 60px;
    margin: 0 15px;
}

.btn-success {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success:hover {
    background-color: #1F214C;
    border-color: rgb(31, 33, 76);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(31,33,76,1);
}

.locked {
    float: right;
    font-size:x-small;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
}

.table img {
    max-width: 100%;
    height: auto;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px!important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.itemtags {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    position: relative;
    right: 0px;
    bottom: 0px;
    list-style: none;
    float: right;
    white-space: nowrap;
}

.itemtags li, .itemtags a {
    float: none;
    height: 20px;
    line-height: 20px;
    position: relative;
    font-size: 10px;
}

.itemtags a {
    margin-left: 10px;
    padding: 2px 5px 5px 5px;
    background: #7cc576;
    color: #fff !important;
    text-decoration: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.itemtags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #7cc576 transparent transparent;
    border-style: solid;
    border-width: 10px 8px 8px 4px;
}

.note-icon-file svg {
    width: 14px;
    height: 14px;
}

.note-icon-tableprops svg {
    width: 20px;
    height: 20px;
}

.note-editor .dropdown-toggle::after {
    display: none !important;
}

.row95 {
    display: flex;
    margin-left: 1%;
    margin-right: 1%;
}

.column25 {
flex: 20%;
}

.column75 {
flex: 80%;
}


span.feedbackcount {
    position: absolute;
    top: -4px;
    left: 5px;
    color: #fff;
    font-size: 9px !important;
    z-index: 29;
}

a.feedbacklink {
    position: relative;
}

ul.private a {
    background: #f26c4f;
}

ul.private a:before {
    border-color: transparent #f26c4f transparent transparent;
}

.feedback-input {
  outline: none;
  border: 1px solid #eee;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 15px;
  min-height: 32px;
  cursor: text;
  margin: 0 !important;
}

.feedback-input:focus {
  border-color: #d1d1d1;
  background-color: #fbfbfb;
}

[contenteditable="true"]:empty:before {
  content: attr(placeholder);
  display: block;
  color: #ccc;
}

.float-right {
  float: right;
}

/* CUSTOM SCROLLBAR FOR CHATBOX */
.chats::-webkit-scrollbar {
  width: 0.125rem;
}

.chats::-webkit-scrollbar-thumb {
  background: #CFD8DC;
}

.chats::-webkit-scrollbar-thumb:hover {
  background: #B0BEC5;
}

/* INPUT TEXT PLACEHOLDER CUSTOMIZE */
::-webkit-input-placeholder {
  color: #B0BEC5;
}

::-moz-placeholder {
  color: #B0BEC5;
}

:-ms-input-placeholder {
  color: #B0BEC5;
}

:-moz-placeholder {
  color: #B0BEC5;
}

#FeedbackTable {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#FeedbackTable>.chatbox {
  position: relative;
  display: table;
  float: left;
  margin: 0;
  width: 100%;
  height: 36rem;
  background-color: white;
  box-shadow: 0 0.25rem 2rem rgba(38, 50, 56, 0.1);
  overflow: hidden;
}

#FeedbackTable>.chatbox>.chats {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem;
  margin-bottom: 0;
  overflow: auto;
}

#FeedbackTable ul {
  padding: 0;
}

#FeedbackTable ul>li {
  position: relative;
  list-style: none;
  display: block;
  margin-top: 1.5rem;
  margin: 1rem 0;
  transition: 0.5s all;
}

#FeedbackTable ul>li:after {
  display: table;
  content: '';
  clear: both;
}

#FeedbackTable .msg {
  max-width: 85%;
  display: inline-block;
  padding: 0.5rem 1rem;
  line-height: 1rem;
  min-height: 2rem;
  font-size: 0.875rem;
  border-radius: 1rem;
  margin-bottom: 0.5rem;
  word-break: break-all;
}

#FeedbackTable .msg.him {
  float: left;
  background-color: #1F214C;
  color: #fff;
  border-bottom-left-radius: 0.125rem;
}

#FeedbackTable .msg.you {
  float: right;
  background-color: #ECEFF1;
  color: #607D8B;
  border-bottom-right-radius: 0.125rem;
}

#FeedbackTable .msg.load {
  background-color: #F8BBD0;
  border-bottom-left-radius: 0.125rem;
}

#FeedbackTable .msg>span {
  font-weight: 500;
  position: absolute;
}

#FeedbackTable .msg>span.partner {
  color: #B0BEC5;
  font-size: 0.5rem;
  top: 0;
  font-size: 0.675rem;
  margin-top: -1rem;
}

#FeedbackTable .msg>span.time {
  color: #CFD8DC;
  font-size: 0.5rem;
  bottom: -0.35rem;
  display: none;
}

#FeedbackTable .msg:hover span.time {
  display: block;
}

#FeedbackTable .msg.him>span {
  left: 0;
}

#FeedbackTable .msg.you>span {
  right: 0;
}

/*  LOADING MESSAGE CSS */
#FeedbackTable .load .dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.25rem;
  margin-right: 0.125rem;
  background-color: rgba(255, 255, 255, 0.75);
}

#FeedbackTable .load .dot:nth-last-child(1) {
  animation: loadAnim 1s .2s linear infinite;
}

#FeedbackTable .load .dot:nth-last-child(2) {
  animation: loadAnim 1s .4s linear infinite;
}

#FeedbackTable .load .dot:nth-last-child(3) {
  animation: loadAnim 1s .6s linear infinite;
}

@keyframes loadAnim {
  0 {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -0.25rem);
  }

  50% {
    transform: translate(0, 0);
  }
}

.sendBox {
  width: 100%;
  background: white;
}

.timeline-article blockquote{
  font-size: 1.4em;
  width:95%;
  margin:0px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:0.5em 30px 0.5em 35px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.timeline-article blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 5px;
  top:-25px;
}

#conference-timeline-global .title {
  text-transform: uppercase;
}

#conference-timeline-global .timeline-article {
  margin-top:0px; 
}

.timeline-article blockquote::after{
  content: '';
}

.timeline-article .feedbackcount {
  font-size: 12px;
  vertical-align: text-top;
}

.timeline-article a.quote {
  color:#607D8B;
}

.timeline-article i.ion-md-trash {
  color:red;
}

.timeline-article i {
  position: relative;
}

.timeline-article .lock_parent {
  float: left;
}

.timeline-article .locked {
  float: left;
  padding-right: 5px;
  display: none;
}

.timeline-article .lock_parent:hover span {
  display: block;
}


/*===== Vertical Timeline =====*/
#conference-timeline,
#conference-timeline-global {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

#conference-timeline-filter {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible:hover {
    background-color: #ccc;
}

.content {
    padding: 0 5px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  /*font-family: "Roboto", sans-serif;*/
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: none;
  /* rgb(99 102 241);*/
  padding: 0px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 38px;
  left: 50%;
  margin-left: -2px;
  background-color: #1F214C;
  z-index: 0;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}

.timeline-article img {
  max-width: 100%;
  height: auto;
}

.timeline-article button {
  border: none;
  background: none;
  cursor: pointer;
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
  overflow:hidden;
}

.timeline-article .timeline-author {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}

.timeline-article .feedback-container {
  float: left;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: rgb(243 244 246);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .03);
  padding: 27px 25px;
}

.timeline-article h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

.timeline-article h3 div {
  font-size: 1rem;
}

.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0;
  font-weight: 400;
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}

.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: rgb(99 102 241);
}

.timeline-article .content-left-container {
  float: left;
}

.timeline-article .content-right-container {
  float: right;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: rgb(243 244 246);
}

.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}

.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 65px;
  height: 64px;
  margin-left: -32px;
  /* color: #fff;
  border-radius: 100%;
  background: none; */
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
  text-transform: uppercase;
}

/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {

  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }

  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }

  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }

  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }

  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }

  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }

  .timeline-article .content-right:before {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .timeline-article p {
    margin: 0;
  }

  .timeline-article p span.article-number {
    display: none;
  }

}

/*===== // Resonsive Vertical Timeline =====*/
/* Google Fonts */
/*@import url('https://fonts.googleapis.com/css?family=Nunito');*/

/* Core & Icons */
/*@import '~bootstrap/dist/css/bootstrap.min.css';*/
/*@import '~font-awesome/css/font-awesome.min.css';*/
/*@import '~ionicons/dist/css/ionicons.min.css';*/

/* DataTables */
/*@import '~datatables.net-bs4/css/dataTables.bootstrap4.min.css';*/
/*@import '~datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css';*/
/*@import '~datatables.net-select-bs4/css/select.bootstrap4.min.css';*/

/* Plugins */
/*@import '~select2/dist/css/select2.min.css';*/
/*@import '~bootstrap-datetimepicker-npm/build/css/bootstrap-datetimepicker.min.css';*/
/*@import '~dropzone/dist/dropzone.css';*/
/*@import '~perfect-scrollbar/css/perfect-scrollbar.css';*/

/* Je eigen custom CSS */

