@font-face {
  font-family: "Tylbor Light";
  src: url("fonts/Tylbor/Tylbor_Light.woff2") format("woff2"), url("fonts/Tylbor/Tylbor_Light.woff") format("woff"), url("fonts/Tylbor/Tylbor_Light.ttf") format("truetype"), url("fonts/Tylbor/Tylbor_Light.otf") format("opentype");
}

@font-face {
  font-family: "Tylbor Medium";
  src: url("fonts/Tylbor/Tylbor_Medium.woff2") format("woff2"), url("fonts/Tylbor/Tylbor_Medium.woff") format("woff"), url("fonts/Tylbor/Tylbor_Medium.ttf") format("truetype"), url("fonts/Tylbor/Tylbor_Medium.otf") format("opentype");
}

@font-face {
  font-family: "Tylbor Bold";
  src: url("fonts/Tylbor/Tylbor_Bold.woff2") format("woff2"), url("fonts/Tylbor/Tylbor_Bold.woff") format("woff"), url("fonts/Tylbor/Tylbor_Bold.ttf") format("truetype"), url("fonts/Tylbor/Tylbor_Bold.otf") format("opentype");
}

.jumbotron {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  border-radius: 20px !important;
  box-shadow: 0px 30px 26px 0 rgba(0, 0, 0, 0.08);
}

.jumbotron.green {
  background-color: #027242;
}

.jumbotron.green h3 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
}

.jumbotron.green p {
  color: #FFFFFF;
}

.jumbotron.grey {
  background-color: #F0F0F0;
}

h1 {
  font-family: "Tylbor Medium";
  color: #2D3846;
  font-size: 4rem;
  line-height: 120%;
  text-decoration: none;
  text-align: left;
}

h1.center {
  text-align: center;
}

h2,
h2 a {
  font-family: "Tylbor Light";
  color: #2D3846;
  font-size: 3.8rem;
  line-height: 120%;
  text-decoration: none;
  text-align: left;
}

h2.center,
h2 a.center {
  text-align: center;
}

h3,
h3 a {
  font-family: "Tylbor Light";
  color: #2D3846;
  font-size: 2.6rem;
  line-height: 120%;
  text-decoration: none;
  text-align: left;
}

h4,
h4 a {
  font-family: "Tylbor Light";
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 120%;
  text-decoration: none;
  text-align: left;
}

.lightgrey-bg-container {
  background-color: #F0F0F0;
  padding: 80px;
  margin-top: 40px;
  color: #FFFFFF;
  position: relative;
  float: left;
  width: 100%;
}

.lightgrey-bg-container p {
  color: #FFFFFF;
}

.lightgrey-bg-container h2 {
  color: #2D3846;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

@keyframes entrance {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes exit {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(50px);
  }
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ O V E R A L L   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
html,
body,
#Form {
  font-size: 100%;
  font-family: "Lato", sans-serif;
  color: #2D3846;
  font-size: 1rem;
  line-height: 140% !important;
  text-align: left;
  overflow-x: hidden !important;
}

html {
  font-size: 100%;
}

body {
  background: #FFFFFF;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 450px;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(147, 147, 147, 0.7);
  backdrop-filter: blur(10px);
  z-index: 10;
}

#content-pane-wrap {
  position: relative;
  min-height: 1000px;
}

.isRegistered #topbar-container {
  background: #027242 !important;
}

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

a,
a:link,
a:active,
a:visited {
  color: #2D3846;
  text-decoration: underline;
  outline: 0 !important;
}

a:hover,
a:link:hover,
a:active:hover,
a:visited:hover {
  color: #2D3846;
  text-decoration: none;
}

p,
.Normal {
  font-family: "Lato", sans-serif;
  color: #2D3846;
  font-size: 1rem;
  line-height: 140% !important;
  text-align: left;
}

ul {
  list-style: none;
  line-height: 170%;
}

ul li {
  list-style-type: disc;
  font-size: 1rem;
}

ul.pagination > li,
ul#pagination > li {
  margin-right: 5px;
  display: inline-block;
}

ul.pagination > li > a,
ul#pagination > li > a {
  color: #027242 !important;
  border-color: #F0F0F0 !important;
  font-size: 1.15rem;
  background-color: #FFFFFF;
  font-weight: 700;
  border-radius: 5px;
  padding: 8px 14px;
}

ul.pagination > li > a:hover,
ul#pagination > li > a:hover {
  background-color: #F0F0F0 !important;
}

ul.pagination > li.active > a,
ul#pagination > li.active > a {
  background-color: #F0F0F0;
  border-color: #F0F0F0 !important;
  color: #2D3846 !important;
  border-radius: 5px;
}

ul.pagination > li.active > a:hover,
ul#pagination > li.active > a:hover {
  background-color: #F0F0F0;
  border-color: #F0F0F0 !important;
  color: #2D3846 !important;
}

img {
  border: 0 !important;
  display: block;
  max-width: 100%;
  height: auto;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px 16px 20px;
  font-size: 1rem;
  text-align: left;
  text-decoration: none;
  text-align: center;
  font-family: "Lato", sans-serif;
  text-decoration: none !important;
  border-bottom: none;
  border: none;
  line-height: 100%;
}

.btn.btn-default {
  background-color: #027242;
  color: #FFFFFF !important;
}

.btn.btn-default:hover {
  background-color: #2D3846;
  border-bottom: none;
}

.btn.btn-primary {
  background-color: transparent;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
}

.btn.btn-primary:hover {
  background-color: #FFFFFF;
  color: #2D3846 !important;
}

.dnnPrimaryAction {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: #2D3846 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none !important;
  text-shadow: none !important;
  min-width: 130px;
  padding: 12px 20px !important;
  font-size: 1.15rem;
}

.dnnPrimaryAction:hover {
  background: #2D3846 !important;
  border-bottom: none !important;
}

.dnnSecondaryAction {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none !important;
  color: #FFFFFF !important;
  background: #027242 !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none !important;
  text-shadow: none !important;
  min-width: 130px;
  padding: 12px 20px !important;
  font-size: 1.15rem;
}

.dnnSecondaryAction:hover {
  background: #2D3846 !important;
  border-bottom: none !important;
}

.img-container {
  width: 100%;
  position: relative;
}

.img-container.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.img-container.custom-object-fit img.featured-image {
  opacity: 0;
}

.img-container img.featured-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

/* --------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------ S K I N   S T Y L E S ---------------------------------------- */
/* --------------------------------------------------------------------------------------------------------- */
.alert-info {
  color: #FFFFFF !important;
  background-color: #E02033 !important;
  border-color: #E02033 !important;
}

.alert-info p {
  color: #FFFFFF;
}

.verpakkingenform {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.verpakkingenform label.control-label {
  color: #2D3846;
}

.verpakkingenform label.control-label.required::after {
  content: '*';
  display: inline-block;
  color: #027242;
  font-size: 1.1 0.15rem;
}

.verpakkingenform input.form-control {
  background-color: #F0F0F0;
  height: 45px;
  color: #2D3846;
  border: none;
  border-bottom: 1px solid #818181;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.verpakkingenform input.form-control:focus {
  border: none;
  border-bottom: 2px solid #027242;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.verpakkingenform select.form-control {
  background-color: #FFFFFF;
  height: 58px;
  color: #2D3846;
  border: 1px solid #DAEAF2;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.verpakkingenform select.form-control:focus {
  border: 1px solid #2D3846 !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.verpakkingenform textarea {
  background-color: #F0F0F0;
  color: #2D3846;
  border: none;
  border-bottom: 1px solid #818181;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.verpakkingenform textarea:focus {
  border: none;
  border-bottom: 2px solid #027242;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.verpakkingenform .phone-text-danger,
.verpakkingenform .text-danger {
  display: none !important;
}

.personabar-visible .no-personabar {
  left: 80px !important;
}

#fixed-dashboard {
  position: fixed;
  left: 80px;
  top: 150px;
  display: block;
  z-index: 12;
  width: 80px;
  text-align: center;
}

#fixed-dashboard.no-personabar {
  left: 0px;
  top: 250px;
  width: 150px;
}

#fixed-dashboard a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 10px 0px;
  display: inline-block;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color: #027242;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#fixed-dashboard a:hover {
  width: 120%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#fixed-logoff {
  position: fixed;
  left: 80px;
  top: 200px;
  display: block;
  z-index: 12;
  width: 80px;
  text-align: center;
}

#fixed-logoff a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 10px 0px;
  display: inline-block;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  background-color: #E02033;
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#fixed-logoff a:hover {
  width: 120%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.nav-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background-color: #E02033;
  padding: 15px;
  z-index: 200;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.nav-top .hamburger {
  width: 30px;
  height: 30px;
  position: relative;
  float: right;
}

.nav-top .hamburger .line {
  height: 3px;
  width: 30px;
  display: block;
  background: #FFFFFF;
  transition: all cubic-bezier(0.25, 0.1, 0.28, 1.54) 0.32s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 9px;
}

.nav-top .hamburger .line.line1 {
  margin-top: 9px;
}

.nav-top .hamburger .line.line2 {
  margin-bottom: 0px;
}

.nav-top .hamburger.close-btn {
  opacity: 1;
}

.nav-top .hamburger.close-btn .line1 {
  transform: rotate(45deg);
  top: 49%;
  position: absolute;
  margin-top: 0px;
}

.nav-top .hamburger.close-btn .line2 {
  transform: rotate(-45deg);
  top: 49%;
  position: absolute;
}

.nav-drill {
  transform: translateX(100%);
}

.nav-is-toggled .nav-drill {
  transform: translateX(0);
}

.nav-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.nav-drill {
  /*display: flex;*/
  display: block;
  position: fixed;
  z-index: 100;
  top: 100px;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
}

.nav-items {
  flex: 0 0 100%;
  margin-left: 0px;
  list-style-type: none;
  text-align: center;
}

.nav-item {
  padding-left: 0;
}

.nav-item:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.nav-item:before {
  content: unset;
  color: unset;
  font-weight: unset;
  display: unset;
  width: unset;
  margin-left: unset;
}

.nav-link {
  display: inline-block !important;
  padding: 10px 10px;
  color: #E02033 !important;
  font-size: 1.6rem !important;
  line-height: 2.6rem;
  font-weight: 600;
  text-decoration: none !important;
}

.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: 0.3s;
  visibility: hidden;
}

.nav-expand-content .nav-item:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.nav-expand-content .nav-link {
  background-color: #2D3846;
}

.nav-expand-content .nav-back-link {
  display: flex !important;
  align-items: center;
  background-color: #027242 !important;
  color: #FFFFFF;
}

.nav-expand-content .nav-back-link::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f177";
  display: inline-block;
  margin-right: 5px;
  font-size: 1.2rem;
}

.nav-expand-link {
  display: inline-block;
}

.nav-expand .level-link {
  position: absolute;
  right: 0px;
  font-size: 1.2rem !important;
  line-height: 100%;
}

.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
  background-color: #2D3846;
  z-index: 1;
}

#topbar-container {
  position: relative;
  width: 100%;
  top: 0px;
  height: auto;
  background-color: transparent;
  margin-bottom: 0px;
  z-index: 2;
}

#topbar-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(2, 114, 66, 0.927591) 26%, rgba(2, 114, 66, 0.717507) 54%, rgba(255, 255, 255, 0) 100%);
}

#topbar-container .language-object {
  position: relative;
  padding-top: 10px;
  padding-right: 0px;
  display: flex;
}

#topbar-container .language-object .Language {
  padding-right: 8px;
}

#topbar-container .logo-container {
  position: relative;
  height: auto;
  float: left;
  margin: 40px 0px;
  width: 100%;
}

#topbar-container .logo-container img {
  width: 300px;
  height: auto;
  display: block;
  margin: auto auto;
}

#topbar-container .btn-sidebar {
  background-color: transparent;
  border: none;
  outline: 0;
  float: left;
  margin-top: 45px;
}

#topbar-container .btn-sidebar i {
  color: #FFFFFF;
  font-size: 3rem;
}

#sidebar {
  z-index: 11;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  max-width: 30vw;
  width: 30vw;
  display: none;
  background-color: #027242;
  /* SIDEMENU TRANSITIONS */
}

#sidebar .btn-sidebar.exit {
  background-color: transparent;
  border: none;
  outline: 0;
  float: left;
  margin-top: 40px;
  margin-left: 15px;
}

#sidebar .btn-sidebar.exit i {
  color: #FFFFFF;
  font-size: 3rem;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar ul.components {
  padding: 0px 120px;
  margin-left: 0px !important;
}

#sidebar ul.components li {
  list-style-type: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#sidebar ul.components li a {
  text-align: left;
  padding: 20px 00px;
  font-size: 1.6rem;
  display: block;
  color: #FFFFFF;
  font-size: "Lato", sans-serif;
  font-weight: 300;
}

#sidebar ul.components li a:hover {
  color: #FFFFFF;
  font-weight: 400;
}

#sidebar ul.components li a span {
  display: inline-block !important;
  white-space: nowrap;
}

#sidebar ul.components li a i {
  float: right;
  text-decoration: none;
  font-size: 1.8rem;
}

#sidebar ul.components li.active > a {
  color: #FFFFFF;
  background: #027242;
}

#sidebar .sidebar-header {
  display: block;
  padding: 60px 30px;
  background-color: #027242;
}

#sidebar.exit {
  z-index: -9999999;
  display: none;
}

#sidebar.active {
  display: block;
  animation: entrance 0.1s ease 0s 1 normal none;
}

.btnSearch {
  float: right;
  margin-top: 45px;
  position: relative;
}

.btnSearch a {
  background: url(Images/magnify.svg);
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}

.btnSearch a.active {
  background: url(Images/close.svg);
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #E02033;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.searchWrapper {
  position: relative;
  float: right;
}

.searchWrapper.active {
  visibility: visible !important;
  opacity: 1;
}

.searchWrapper .searchPosition {
  position: absolute;
  width: auto;
  height: auto;
  right: 0px;
  top: 45px;
  z-index: 999999;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer {
  margin: 0px;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer input {
  padding: 10px 10px;
  height: 50px;
  border: none;
  color: #2D3846;
  background: #F0F0F0;
  font-weight: normal;
  width: 280px;
  outline: 0;
  font-size: 1rem;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch .searchInputContainer input::placeholder {
  color: #2D3846;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch {
  position: absolute;
  right: -3px;
  text-decoration: none;
  background-color: #2D3846;
  padding: 10px 15px;
  top: 0px;
  color: white;
  font-size: 15px;
  display: none;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch:hover {
  text-decoration: none;
}

.searchWrapper .searchPosition #dnn_dnnSEARCH_ClassicSearch a.dnnSearchBoxClearText {
  display: none;
}

.searchWrapper .searchPosition .searchArrow {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 15px;
  display: none;
}

.searchSkinObjectPreview {
  display: none !important;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch {
  position: relative;
  display: block;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch .searchInputContainer {
  margin: 10px;
  display: block;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch .searchInputContainer input {
  padding: 10px 10px;
  height: 45px;
  border: 1px solid #2D3846;
  color: #2D3846;
  background: #F0F0F0;
  font-weight: normal;
  width: 100%;
  outline: 0;
  font-size: 1rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch .searchInputContainer input::placeholder {
  color: #2D3846;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch .searchInputContainer a.dnnSearchBoxClearText {
  display: none;
}

#dnn_dnnSEARCHMOBILE_ClassicSearch #dnn_dnnSEARCHMOBILE_cmdSearch {
  display: none !important;
}

.DNN_Documents TD {
  padding: 10px 5px 10px 0px !important;
}

.DNN_Documents .dnnGrid {
  border: none;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridHeader td {
  border-bottom: none;
  border-right: none;
  background: none;
  padding: 10px 5px 10px 0px !important;
  font-size: 1.1 0.15rem;
  color: #2D3846;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridHeader td:first-of-type {
  padding: 0px !important;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridHeader td > a {
  font-size: 1.1 0.15rem;
  color: #2D3846;
  text-align: left;
  text-decoration: none;
  font-family: "Lato", sans-serif;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridItem {
  background-color: #F0F0F0;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridItem > td {
  text-align: left;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridAltItem {
  background-color: #FFFFFF;
}

.DNN_Documents .dnnGrid tbody tr.dnnGridAltItem > td {
  text-align: left;
}

.footer {
  padding: 40px 0px 40px 0px;
  position: absolute;
  height: 450px;
  float: left;
  width: 100%;
  background-color: #027242;
  display: block;
  background-image: url(/Portals/3-System/Skins/Verpakkingen/Images/triangles-footer.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: top;
}

.footer img.footer-logo {
  width: 240px;
  margin-top: 60px;
  display: block;
  float: left;
}

.footer span.copyright {
  display: block;
  font-weight: bold;
  font-size: 1rem;
  line-height: 130%;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.footer p {
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 160% !important;
  font-weight: 300;
}

.footer p.margin-bottom {
  margin-bottom: 30px;
}

.footer a.footer-link {
  color: #FFFFFF;
  background-color: transparent;
  padding: 5px 10px;
  font-size: 0.85rem;
  text-decoration: none;
  display: block;
  font-weight: normal;
  float: left;
  width: 100%;
}

.footer a.footer-link:hover {
  text-decoration: none !important;
  background-color: #2D3846;
  color: #FFFFFF;
  border-bottom: none;
}

.footer ul.footer-list {
  line-height: 100%;
  margin-left: 0px;
  margin-bottom: 25px;
  float: left;
  width: 100%;
  position: relative;
}

.footer ul.footer-list.margin-bottom {
  margin-bottom: 30px;
}

.footer ul.footer-list li {
  list-style: none;
  margin-bottom: 8px;
  padding-left: 0;
}

.footer ul.footer-list li:last-of-type {
  margin-bottom: 0px;
}

.footer ul.footer-list li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 300;
}

.footer ul.footer-list li a:hover {
  text-decoration: none;
  font-weight: 500;
}

.footer .footer-logo {
  float: right;
  width: 317px;
}

#repsonsive-custom-table .content {
  padding: 10px 0px;
  border-bottom: 1px solid #F0F0F0;
}

#repsonsive-custom-table .content:nth-of-type(even) {
  background-color: #F0F0F0;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- MODULE CSS OVERRULE STYLING ----------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
/* ------------------ */
/* DNN SEARCH RESULTS */
/* ------------------ */
.dnnSearchBoxPanel {
  max-width: 100%;
  padding: 0px;
  background-color: #FFFFFF;
}

.dnnSearchBoxPanel .dnnSearchBox {
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 35px;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton {
  display: none;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced {
  right: 10px;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced a.dnnSearchBox_advanced_label {
  color: #027242;
  text-decoration: none;
}

.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced .dnnSearchBox_advanced_dropdown {
  top: 32px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  right: -11px;
}

.dnnSearchBoxPanel a.dnnSearchResultAdvancedTip {
  color: #FFFFFF;
}

.dnnSearchResultPanel {
  max-width: 100%;
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem {
  margin: 0px 0px 20px 0px;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title {
  font-size: 19px;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title a {
  text-decoration: none;
  color: #027242;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Link {
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.dnnSearchResultPager .dnnLeft span {
  color: #027242;
  margin: 0px;
}

.dnnSearchResultPager .dnnRight span {
  color: #027242;
  margin: 0px 20px 0 0;
}

.dnnSearchResultPager .dnnRight a {
  box-shadow: none;
  border: 1px solid #027242;
}

.dnnSearchResultPager .dnnRight a.dnnPager-prev {
  margin-right: 5px;
}

.LoginPanel {
  width: auto !important;
  float: none !important;
  padding-right: 0px;
  margin-top: 290px;
}

.dnnActions li {
  padding-left: 0;
}

.dnnActions li::before {
  content: unset;
  color: unset;
  font-weight: unset;
  display: unset;
  width: unset;
  margin-left: unset;
  font-family: unset;
}

.LoginPanel > div {
  min-width: 300px;
  max-width: 500px;
}

.LoginPanel .dnnForm .dnnFormItem {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.LoginPanel .dnnFormItem > .dnnLabel {
  margin-top: 0;
}

.LoginPanel .dnnFormItem > .dnnLabel label {
  display: block;
}

.LoginPanel .dnnLabel {
  display: block;
  float: none;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  overflow: visible;
  text-align: left;
}

.dnnFormItem input[type="checkbox"] + span,
.dnnFormItem input[type="radio"] + span {
  margin: 5px 5px 5px 0px;
}

.dnnCheckbox .mark {
  background: none !important;
  padding: 0px;
}

.dnnLoginRememberMe {
  font-size: 15px;
}

.LoginPanel .dnnLoginService input[type="text"],
.LoginPanel .dnnLoginService input[type="password"] {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border-radius: 4px;
  background-color: #EFF3F4;
  height: 55px;
  color: #2D3846;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border-bottom: 2px solid #DFE6E9;
}

.LoginPanel .dnnFormItem:last-child span.dnnFormLabel {
  display: none;
}

.LoginPanel ul.dnnActions {
  margin: 0 !important;
  padding: 0 !important;
}

.dnnFormItem.idasLoginWrap {
  width: 100%;
  float: left !important;
  display: block !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin-top: 0px;
}

.dnnFormItem.idasLoginWrap .form-group {
  display: block;
  margin-bottom: 15px;
}

.dnnFormItem.idasLoginWrap .form-group .dnnLabel {
  display: block;
  float: none;
  position: relative;
  width: auto;
  padding-right: 0;
  margin-right: 0;
  overflow: visible;
  text-align: left;
}

.dnnFormItem.idasLoginWrap .form-group .dnnLabel a.dnnFormHelp {
  display: none;
}

.dnnFormItem.idasLoginWrap .form-group .fieldBox input[type="text"],
.dnnFormItem.idasLoginWrap .form-group .fieldBox input[type="password"] {
  width: 100% !important;
  min-width: 100%;
  margin: 0;
  border-radius: 5px;
  padding: 6px 12px;
  outline: 0;
  background-color: #F0F0F0;
  height: 55px;
  color: #2D3846;
  border-bottom: 2px solid #F0F0F0 !important;
  box-shadow: unset;
  border: none;
}

.dnnFormItem.idasLoginWrap .onthoudWrap {
  display: block;
  margin-bottom: 10px;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnBoxLabel {
  font-size: 13px;
  font-weight: normal;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnCheckbox {
  margin: 0px;
}

.dnnFormItem.idasLoginWrap .onthoudWrap .dnnCheckbox .mark {
  background: none !important;
  padding: 0px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap {
  position: relative;
  display: block;
  height: 100px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .resetBtn {
  background: #E02033;
  border-bottom: 2px solid #6A780C !important;
  border: none;
  color: #FFFFFF !important;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
  font-size: 1.15rem;
  padding: 11px 20px;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 50px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .resetBtn:hover {
  background-color: #6A780C !important;
  color: #FFFFFF !important;
  text-decoration: none;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .StandardButton {
  background: #027242;
  border-bottom: 2px solid #2D3846 !important;
  border: none;
  color: #ffffff;
  text-shadow: none;
  font-weight: normal;
  box-shadow: none;
  font-size: 1.15rem;
  padding: 11px 20px;
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0px;
}

.dnnFormItem.idasLoginWrap .buttonsWrap .StandardButton:hover {
  text-decoration: none;
  background-color: #2D3846;
  color: #FFFFFF !important;
}

/* ------------------*/
/* DNN ASSETS MODULE */
/* ------------------*/
#dnnModuleDigitalAssetsSelectionToolbar,
#dnnModuleDigitalAssetsListViewToolbar,
#dnnModuleDigitalAssetsListContainer,
.dnnModuleDigitalAssetsGrid > table > thead > tr {
  min-height: 40px !important;
}

/* ------------*/
/* HTML EDITOR */
/* ------------*/
body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
  overflow: hidden !important;
}

/* --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------- BOOTSTRAP MEDIA QUERIES --------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------- */
@media (max-width: 575px) {
  #sidebar {
    width: 100vw;
    max-width: 100vw;
  }
  #topbar-container .logo-container {
    margin: 30px 0px;
    width: 150px;
  }
  #topbar-container .btn-sidebar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #027242;
    padding: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.6);
  }
  .btnSearch {
    margin-top: 35px;
  }
  .footer img.footer-logo {
    margin-top: 0px;
  }
  #sidebar ul.components {
    padding: 0px 20px;
  }
  .footer {
    height: 730px;
  }
  body {
    margin-bottom: 730px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #sidebar {
    width: 100vw;
    max-width: 100vw;
  }
  #topbar-container .logo-container {
    margin: 30px 0px;
  }
  #topbar-container .btn-sidebar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #027242;
    padding: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.6);
  }
  .btnSearch {
    margin-top: 35px;
  }
  #sidebar ul.components {
    padding: 0px 20px;
  }
  .footer {
    height: 390px;
  }
  body {
    margin-bottom: 390px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #sidebar {
    width: 100vw;
    max-width: 100vw;
  }
  #topbar-container .logo-container {
    margin: 30px 0px;
  }
  #topbar-container .btn-sidebar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    background-color: #027242;
    padding: 10px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.6);
  }
  .btnSearch {
    margin-top: 35px;
  }
  #sidebar ul.components {
    padding: 0px 20px;
  }
  .footer {
    height: 390px;
  }
  body {
    margin-bottom: 390px;
  }
}

.progress-container {
  width: 100%;
  height: 3px;
  background: #818181;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.progress-container .progress-bar {
  height: 3px;
  background: #E02033;
  width: 0%;
}
