body {
  font-size: 0.875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.navbar-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120; /* In front of the sidebar */
  padding: 0;
}

.nav-link {
  color: #6c757d;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.sidebar .nav-link > i {
  font-size: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0.5rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.sidebar .nav-link .btn {
  font-weight: 600;
}
.sidebar .nav-link .btn i {
  font-size: 1em;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active,
.sidebar .nav-link.active > i {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-weight: bold;
  letter-spacing: 0.05ch;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25);
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.custom-file-label::after {
  height: calc(2.25rem + 2px);
  color: #007bff;
  content: "Selecteren" !important;
  line-height: 1.7;
  background-color: #fff;
  border: 1px solid #007bff;
  margin: -1px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-file-input {
  pointer-events: none;
}
.custom-file-label {
  cursor: pointer;
}
.custom-file:hover .custom-file-label::after {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/*
 * Utilities
 */

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.btn-add-item {
  position: relative;
  top: -0.25rem;
}

.bg-dark .nav-tabs .nav-link:not(.active) {
  color: #fff;
}
.stay-there {
  position: absolute;
  top: 3rem;
  left: 0;
  padding-bottom: 3rem;
  height: 100vh;
  width: 100%;
  overflow-y: scroll;
}
.mb-minus1 {
  margin-bottom: -1px;
}
div[id$="Table_wrapper"] {
  padding-left: 0;
  padding-right: 0;
}
table[id$="Table"] {
  margin-top: 45px;
}
table[id$="Table"] th {
  padding-right: 30px;
}
div[id$="Table_wrapper"] table[id$="Table"] {
  margin-top: 6px;
}
table[id$="Table"] td,
table[id$="Table"] th {
  padding: 0.75rem;
  vertical-align: middle;
}
table.dataTable tr,
table.dataTable tr > td {
  border-collapse: collapse !important;
}

.addTest .custom-select > option {
  text-transform: capitalize;
}

.error-modal .modal-content,
.success-modal .modal-content {
  font-size: 18px;
  text-align: center;
  border: 0;
  border-radius: 5px;
  color: hsla(0, 0%, 100%, 1);
  overflow: hidden;
}
.section-delete-modal .modal-header {
  color: hsla(15, 5%, 20%, 1);
}
.section-delete-modal .modal-content {
  color: #555555;
}
.error-modal .modal-content {
  background-color: hsla(354, 70%, 44%, 1);
}
.success-modal .modal-content {
  background-color: hsla(134, 61%, 31%, 1);
  position: relative;
}
.success-close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 1px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.section-delete-modal .modal-header,
.error-modal .modal-header,
.success-modal .modal-header {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 30px;
  border: 0;
}
.error-modal .modal-header {
  background-color: hsla(354, 70%, 54%, 1);
}
.success-modal .modal-header {
  background-color: hsla(134, 61%, 41%, 1);
}
.success-modal .modal-header .fa-check-circle {
  margin-right: 10px;
}
.error-modal .modal-header > h2,
.success-modal .modal-header > h2 {
  margin: 0;
  padding: 0;
  color: white;
}

.section-delete-modal .modal-body > p,
.error-modal .modal-body > p,
.success-modal .modal-body > p {
  margin: 0;
  padding: 14px 14px 46px;
}

.success-modal .modal-body > p:not(:last-of-type) {
  padding: 14px 14px 0;
}

.success-modal .modal-body > .publiceren-info {
  padding-top: 4px;
  font-size: 15px;
  color: hsla(134, 62%, 74%, 1);
}
.success-modal .btn-suc-publiceren {
  margin-left: 30px;
  color: #212529;
}
.success-modal .btn-suc-overzicht,
.success-modal .btn-suc-publiceren {
  width: 170px;
}

.truncateTitel {
  max-width: 128px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
.truncateTitel--short {
  max-width: 64px;
}
.tooltip-inner {
  text-align: left !important;
}

.c-spinner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-spinner.is-loading {
  display: flex;
}

/* The switch - the box around the slider */
.switchBH {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switchBH input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.sliderBH {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sliderBH:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .sliderBH {
  background-color: #2196f3;
}

input:focus + .sliderBH {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .sliderBH:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliderBHs */
.sliderBH.round {
  border-radius: 17px;
}

.sliderBH.round:before {
  border-radius: 50%;
}

.no-resize {
  resize: none;
}
.h-pointer {
  cursor: pointer;
}

/*Draggable N-brief*/

#sortable {
  min-height: 150px;
  display: block;
}
.c-draggable * {
  display: none;
}
.c-draggable .c-draggable__item,
.c-draggable .c-draggable__item .c-draggable__showMe,
.c-draggable .c-draggable__item .c-draggable__showMe * {
  display: block;
}
.c-draggable .c-draggable__showMe {
  border: 2px dashed #6c757d;
  margin-bottom: 15px;
  width: 300px;
}

#sortable .c-draggable__showMe,
#sortable .c-draggable__showMe * {
  display: none;
}

#sortable .c-draggable__item {
  width: 100%;
  max-width: 600px;
}

.c-sticky {
  position: relative;
  margin: 0;
  height: 100%;
  width: 300px;
}
.c-sticky__sticker {
  position: relative;
  display: block;
  width: inherit;
}
.c-sticky__sticker.is-sticky {
  position: fixed;
  top: 4.5rem;
  width: 300px;
}
.c-sticky__sticker.is-sticky--end {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 300px;
}

div#editTitle{
  width: 700px;
  border-style: dashed;
  border-width: 2px;
  border-color: #999;
  border-radius: 5px;
  padding: 5px 10px 5px 10px !important;
}

#pos-et {
  padding: 20px 20px 0px 20px;
}

div#editTitle:empty:before {
  content:attr(data-placeholder);
  color:lightgray;
}

.card-s {
  width: 400px;
  height: auto;
  left: -5%;
  position: absolute;
  padding: 15px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  overflow: hidden;
  background: #fafbff;
}

.card-s.objects{
  float: left;
  left: 30%;
  top: 0;
}


.card-s .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-s .top p {
  font-size: 0.9rem;
  font-weight: 600;
  color: black;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.card-s .top button {
  outline: 0;
  border: 0;
  -webkit-appearence: none;
  background: #5256ad;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 0.8rem;
  padding: 8px 13px;
}

.card-s .top button:hover {
  opacity: 0.8;
}

.card-s .top button:active {
  transform: translateY(5px);
}

#s-open, #p-open {
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background-color: #FE4A0E;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

#s-layout {
  width: 700px;
  height: 550px;
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  position: fixed;
  left: -1%;
  right: 0;
  margin: 0 auto;
  z-index: 150;
  border-radius: 5px;
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .5;
  z-index: 110;
}

#close-s, #close-i, #close-nav {
  font-size: 35px;
  font-weight: bold;
  color: lightgray;
  float: right;
  height: 50px;
  width: 50px;
  background: none;
  border: none;
}

#picture-layout {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
  cursor: grab;
}

div#t-title {
  height: 50px;
  width: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: #999;
  border-radius: 5px;
  padding: 5px 10px 5px 10px !important;
}

div#t-ptext-pos {
  padding: 20px 20px 0px 20px !important;
}

div#t-textbox, div#t-textbox-p {
  display: inline-block;
  height: 250px;
  width: 100%;
  position: relative;
  border-style: dashed;
  border-width: 2px;
  border-color: #999;
  border-radius: 5px;
  padding: 5px 10px 5px 10px !important;
  margin-top: 0.5%;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}

div#deleteRuimte-con{
  width: 500px;
  height: 300px;
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0%;
  right: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 150;
}

div#c-image{
  width: 1300px;
  height: 700px;
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  position: fixed;
  top: 0;
  bottom: 0;
  left: -5%;
  right: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 150;
}


div#add-text{
  width: 700px;
  height: 250px;
  background-color: white;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  position: fixed;
  top: -50%;
  bottom: 0;
  left: -5%;
  right: 0;
  border-radius: 5px;
  margin: auto;
  z-index: 150;
}

.ui-autocomplete {
  z-index: 150 !important;
}

div#sel-p {
  border: solid lightgray 2px;
  position: absolute;
  bottom: 30%;
  left: 42%;
  width: 350px;
  height: 375px;
}

div#z-url {
  position: absolute;
  bottom: 80%;
  left: 10%;
  width: 400px;
}

div#c-url {
  position: absolute;
  bottom: 20%;
  left: 10%;
  width: 400px;
}

div#co-url {
  position: absolute;
  bottom: 60%;
  left: 10%;
  width: 400px;
}

div#co-alt {
  position: absolute;
  bottom: 40%;
  left: 10%;
  width: 400px;
}

div#selectedImg{
  position: absolute;
  width: 100px;
  height: 100px;
  border-style: solid;
}

button#b-url, button#cho-burl, button#cho-own-burl, button#cho-alt {
  width: 100%;
  height: 35px;
  margin-top: 10px;
}

div#sidebar-e {
  position: fixed;
  width: 75%;
  left: 20%;
  top: 0;
  height: 250px;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  border-radius: 5px;
  z-index: 1000;
  padding-bottom: 10px;
  background-color: white;
}


button#open-nav {
  height: 300px;
  width: 30px;
  bottom: 30%;
  position: fixed;
  right: 0;
  color: white;
  z-index: 20;
  border: none;
  background: #FE4A0E;
}

div#sidebar-e ul, div#s-layout ul{
  list-style-type: disc;
  height: 80%;
  width: 100%;
  top: 15%;
  position: absolute;
  overflow-y: scroll;
}

div#sidebar-e ul li{
  list-style: none;
  color: black;
  position: relative;
  font-size: 15px;
  padding: 26px 24px;
  height: 130px;
  float: left;
  width: 50%;
  z-index: 3;
}

div#s-layout ul li{
  list-style: none;
  color: black;
  position: relative;
  font-size: 15px;
  padding: 26px 24px;
  height: 130px;
  float: left;
  z-index: 3;
  margin-bottom: 30px;
}

p#l-pic {
  top: 110%;
  position: relative;
  font-weight: 600;
}

div#t-p {
  flex: 0 0 100%;
  height: fit-content;
  position: relative;
  width: 100%;
}

#gHtml {
  height: 75px;
  width: 1200px;
  background: white;
  margin-top: -75px;
  margin-bottom: -40px;
  left: 1%;
  position: relative;
}

#gRuimte {
  height: 75px;
  width: 200px;
  background: white;
  margin-top: -75px;
  margin-bottom: -40px;
  left: 40%;
  position: relative;
}

#aRuimte {
  height: 75px;
  width: 200px;
  background: white;
  margin-top: -75px;
  margin-bottom: -40px;
  left: 60%;
  position: relative;
}

.b-g-Html {
  height: 50px;
  width: 175px;
  left: 5%;
  top: 15%;
  position: relative;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
  background: #FE4A0E;
  border: none;
  color: white;
}

.slide-in {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

div#a-banner {
  border: lightgray 2px;
  margin-bottom: 40px;
  width: 100%;
  height: 320px;
}

@keyframes slide-in {
  100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-in {
  100% { -webkit-transform: translateX(0%); }
}

.container-ps {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 105%;
}

.row-p {
  width: 190%;
  height: 100%;
  max-width: 1900px;
  display: flex;
  flex-wrap: wrap;
}

.img {
  height: 50%;
}

.img-1, .img-2, .img-3, .img-4{
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Edit_icon_%28the_Noun_Project_30184%29.svg/1024px-Edit_icon_%28the_Noun_Project_30184%29.svg.png") no-repeat center;
  background-size: 50px 50px;
  object-fit: cover;
  width: 100%;

}

#b-image, #t-p1, #t-p2{
  background: url("https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Edit_icon_%28the_Noun_Project_30184%29.svg/1024px-Edit_icon_%28the_Noun_Project_30184%29.svg.png") no-repeat center;
  background-size: 50px 50px;
}

#div-text-block {
  padding-top: 10px;
}

@media screen and (min-width: 800px) {
  .row-p{
    height: 600px;
  }

  .img{
    height: 50%;
  }

  .img-1,
  .img-4 {
    width: 24%;
  }

  .img-2,
  .img-3 {
    width: 70%;
  }
}

.save-r {
  left: 60% !important;
  top: 2.5%;
  position: absolute !important;
}

#deleteArea {
  height: 75px;
  width: 200px;
  background: white;
  margin-top: -75px;
  margin-bottom: -40px;
  left: 20%;
  position: relative;
}


.dropArea {
  background-color: #fee;

}
.dropAreaHover {
  background-color: #f00;
}

div#t-textbox:empty:not(:focus)::before, div#t-title:empty:not(:focus)::before, div#t-textbox-p:empty:not(:focus)::before {
  color: lightgray;
  content: attr(data-placeholder);
}

#showImg {
  position: absolute;
  left: 70%;
  bottom: 30%;
  object-fit: cover;
}

#selectable {
  position: absolute;
  height: 320px;
  width: 325px;
  list-style-type: none;
  overflow: hidden;
  overflow-y: scroll;
}

#selectable li{
  width: fit-content;
  float: left;
}

#selectable .ui-selected {
  opacity: 0.4;
}

#selectable img {
  margin: 1px;
}

div#texteditor-container {
  width:205%;
  height:365px;
}
textarea#editor1 {
  width:1500px !important;
  border:1px solid red;

}

.btn-save {
  background: #FE4A0E;
  border: none;
  color: white;
  padding: 10px;
  width: 100%;
}

.class-grid-lb-4, .class-grid-lb-2, .class-grid-lb-6, .class-grid-lb-1, .class-grid-lb-3, .class-grid-lb-5 {
  background: url(https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Edit_icon_%28the_Noun_Project_30184%29.svg/1024px-Edit_icon_%28the_Noun_Project_30184%29.svg.png) no-repeat center;
  background-size: 50px 50px;
  object-fit: cover;
}

.l-containter2 {
  padding: 20px !important;
}

.mce-tinymce.mce-container.mce-panel {
  width: 100%;
}

.nds-status {
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.status-badge {
  display: inline-block;
  font-weight: bold;
  border-radius: 10px;
  padding: 6px 16px;
  font-size: 14px;
}
.status-badge.online {
  color: #155724;
  background-color: #d4edda;
}
.status-badge.offline {
  color: #721c24;
  background-color: #f8d7da;
}
