@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&display=swap");

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #212121;
  background: #fafafa;
}

*:focus {
  outline: none !important;
}

a,
a:active,
a:focus {
  color: #0311fc;
  //border-bottom: 1px solid #0311fc;
  //padding-bottom: 5px;
  text-decoration: none;
}

a:hover {
  color: #0396ff;
  //border-bottom: 1px solid #0396ff;
  //padding-bottom: 5px;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ubuntu", "Lato", sans-serif;
}

h1 {
  font-size: 38px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
  font-weight: 400;
}

h3 {
  font-size: 20px;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

.font-bold {
  font-weight: 400;
}

.font-underline-solid {
  text-decoration: underline;
}

.font-underline-dashed {
  text-decoration: dashed;
}

.font-italic {
  font-style: italic;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-700 {
  font-weight: 700;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.alert {
  width: fit-content;
}

.spacing-left-extra-small {
  margin-left: 5px;
}

.spacing-left-small {
  margin-left: 10px;
}

.spacing-left-medium {
  margin-left: 15px;
}

.spacing-left-large {
  margin-left: 25px;
}

.spacing-left-big {
  margin-left: 35px;
}

.spacing-top-extra-small {
  margin-top: 5px;
}

.spacing-top-extra-small-override {
  margin-top: 5px !important;
}

.spacing-top-small {
  margin-top: 10px;
}

.spacing-top-medium {
  margin-top: 15px;
}

.spacing-top-large {
  margin-top: 25px;
}

.spacing-top-big {
  margin-top: 35px;
}

.spacing-right-extra-small {
  margin-right: 5px;
}

.spacing-right-small {
  margin-right: 10px;
}

.spacing-right-medium {
  margin-right: 15px;
}

.spacing-right-large {
  margin-right: 25px;
}

.spacing-right-big {
  margin-right: 35px;
}

.spacing-bottom-extra-small {
  margin-bottom: 5px;
}

.spacing-bottom-small {
  margin-bottom: 10px;
}

.spacing-bottom-medium {
  margin-bottom: 15px;
}

.spacing-bottom-large {
  margin-bottom: 25px !important;
}

.spacing-bottom-big {
  margin-bottom: 35px !important;
}

.no-margin {
  margin: 0px;
}

.no-padding {
  padding: 0px;
}

.table-no-padding tr > td {
  padding: 0px 4px 0px 0px;
}

.form-control {
  height: 41px;
  font-size: 14px;
  font-family: "ubuntu";
  font-weight: 400;
  color: #2f2f2f;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.has-error .form-control {
  border-color: #e74c3c;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e5e5e5;
  opacity: 1;
  color: #7f7f7f;
}

.form-control-static {
  padding: 0;
}

input[type="file"]::-webkit-file-upload-button {
  /* chromes and blink button */
  cursor: pointer;
}

.mx-fileinput .mx-wrapped-label {
  margin-right: 25px;
}

.validation-helper-control label {
  display: none;
}

.control-label {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.control-label-middle {
  line-height: 41px;
}

.radio {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type="checkbox"] {
  margin: 9px 5px 9px 0px;
}

.form-control[disabled] {
  cursor: default;
}

.form-horizontal .form-control-static {
  padding-top: 7px;
}

.form-horizontal .form-group {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}

.mx-fileinput .mx-wrapped-label {
  width: calc(100% - 125px);
}

.mx-fileinput .mx-wrapped-input {
  height: 44px;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.mx-scrollcontainer-wrapper {
  padding: 0px;
}

.link-navigatie-header,
.link-navigatie-header a {
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666666 !important;
  border-bottom: none !important;
  line-height: 1.1;
}

.kleur-rood {
  color: #e74c3c;
}

.mx-textarea-counter {
  padding: 0px;
}

/* glyphicon */
.glyphicon-rechts .glyphicon {
  margin-left: 3px;
  float: right;
}

/* layout */

.header-container {
  height: fit-content;
}

.header-container .user-fullname {
  float: right;
}

.header-container .logout-button {
  font-size: 26px;
  color: #0311fc;
}

.brand-container {
  height: 65px;
}

.brand-container .mx-image {
  margin: 10px auto 10px auto;
}

.header-title {
  margin: 5px 0px;
}

.layout-header {
  background: #fafafa;
}

.layout-content {
  background: #fafafa;
}

.layout-nav {
  background: #fff;
}

.layout-nav .nav-row,
.layout-nav .nav-row .col-md-12 {
  margin: 0;
  padding: 0;
}

.layout-nav > .mx-layoutcontainer-wrapper,
.layout-nav > .mx-layoutcontainer-wrapper > .mx-layoutgrid {
  padding: 0;
  overflow: hidden;
}

.fixed-width-1200 {
  max-width: 1200px;
}

.section-block {
  background: #fff;
  border-radius: 2px;
  padding: 16px 28px;
  margin: 10px 15px;
  border: 1px solid #dbdbdb;
}

.section-block-outer {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.section-block-wit {
  background: #fff;
  border-radius: 2px;
  padding: 16px 28px;
  margin: 10px 15px;
}

.section-block-dark {
  background: #fafafa;
  border: 1px solid #979797;
  border-radius: 2px;
  margin: 0px 15px;
  padding: 10px 5px;
}

.section-block-md6 {
  background: #fff;
  border-radius: 2px;
  padding: 16px 28px;
  margin: 10px 0px;
}

.section-block-border {
  border: 1px solid #0311fc;
  border-radius: 2px;
  padding: 16px 28px;
  margin: 10px 0px;
}

.section-block-opacity-50 {
  opacity: 0.5;
}

.section-block-bottom-border {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dbdbdb;
}

.section-block-dark-bottom-border {
  border-bottom: 1px solid #dbdbdb;
  margin: 8px 15px 0px 15px;
  padding: 0px;
}

.section-block-top-border {
  border-top: 1px solid #dbdbdb;
}

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

.border-right-grijs {
  border-right: 1px solid #e5e5e5;
}

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

.border-left-grijs {
  border-left: 1px solid #e5e5e5;
}

.mx-link img {
  height: auto;
}

/* navigation */
.mx-navigationtree ul li {
  border: none;
  padding: 0 !important;
}

.mx-navigationtree > .navbar-inner > ul > li > a {
  font-weight: 700;
  font-size: 14px;
  color: #212121;
  text-shadow: none;
  border-bottom: 1px solid transparent;
}

.mx-navigationtree > .navbar-inner > ul > li > a.active {
  font-weight: 700;
  font-size: 14px;
}

.mx-navigationtree a {
  font-weight: 300;
  text-shadow: none;
}

.mx-navigationtree a.active {
  text-shadow: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid transparent;
  color: #212121;
  font-weight: 400;
}

.mx-navigationtree > .navbar-inner > ul > li > a.dropdown.active {
  color: #fff;
}

li.mx-navigationtree-has-items:not(.mx-navigationtree-collapsed) {
  background: #0311fc33;
  color: #212121;
}

li.mx-navigationtree-has-items:not(.mx-navigationtree-collapsed) > a {
  background: #0311fc;
  color: #fff !important;
}

.mx-navigationtree-has-items ul li a {
  font-weight: 300;
  font-size: 13px;
  color: #212121;
  border-bottom: 1px solid transparent;
}

.navigationListSection {
  padding: 0px;
  list-style: none;
}

.navigationListSection.mx-list > li {
  padding: 0px;
  border: 0;
}

.navigationListSection.mx-list > li span {
  padding: 6px 0px;
}

.navigationListSection.mx-list > li .mx-link a {
  border-bottom: none;
  color: #212121;
}

.navigationListSection.mx-list > li .mx-link a:hover {
  border-bottom: none;
  color: #0311fc;
}

.navigationListSection.mx-list > li.sectionPassed {
  list-style: disc;
  list-style-position: inside;
  font-weight: 700;
}

.navigationListSection li:hover,
.navigationListSection li:focus,
.navigationListSection li.active {
  color: #212121;
  background-color: transparent;
}

.navigationListSection.mx-list > li > .mx-link,
.navigationListSection.mx-list > li > .mx-link:hover,
.navigationListSection.mx-list > li > .mx-link:focus,
.navigationListSection.mx-list > li > .mx-link.active {
  color: #212121;
  background-color: transparent;
  border: none;
  padding: 6px 0px;
}

.navigationListSection.mx-list > li.sectionPassed > .mx-link,
.navigationListSection.mx-list > li.sectionPassed > .mx-link:hover,
.navigationListSection.mx-list > li.sectionPassed > .mx-link:focus,
.navigationListSection.mx-list > li.sectionPassed > .mx-link.active {
  color: #212121;
  background-color: transparent;
  border: none;
  padding: 6px 0px;
  margin-left: -6px;
}

.navigationListSection .listItemCurrent {
  font-weight: ;
}

.btn {
  border-radius: 2px;
  //padding: 10px 14px;
}

/* buttons */
.btn-primary,
.btm-primary:focus,
.btn-primary.mx-focus .btn-primary:active,
.mx-fileinput-upload-button.mx-focus {
  color: #fff;
  background-color: #0311fc;
  border-color: transparent;
  cursor: pointer;
}

.mx-fileinput .mx-wrapped-input {
  cursor: pointer;
  right: 0px;
}

.btn-primary:hover,
.mx-fileinput .mx-wrapped-form:hover button {
  background-color: #0396ff;
  border-color: transparent;
}

.btn-default,
.btn-default:focus,
btn-default.mx-focus,
btn-primary:active {
  background-color: #fff;
  border-color: 1px solid #bebebe;
  color: #212121;
}

.btn-default:hover {
  background-color: #fafafa;
  border-color: 1px solid #bebebe;
  color: #212121;
}
.button-container {
  margin: 10px 0px;
}

.button-rounded {
  border-radius: 18px;
}

.button-blauw {
  background-color: #0311fc;
  color: #fff;
  border-color: transparent;
}

.button-blauw:hover,
.button-blauw:focus,
.button-blauw:active,
.button-blauw:visited {
  background-color: #0311fc;
  color: #fff;
  border-color: transparent;
}

.button-wit {
  background-color: #fff;
  color: #666666;
  border-color: #666666;
}

.button-wit:hover,
.button-wit:focus,
.button-wit:active,
.button-wit:visited {
  background-color: #bebebe;
  color: #666666;
  border-color: #666666;
}

.mx-fileinput-upload-button {
  background-color: #0311fc;
  color: #fff;
  vertical-align: text-bottom;
  cursor: pointer;
}

button.image-placeholder-button {
  width: 100%;
  height: 160px;
  color: #999;
  border: 1px dashed #999;
  transition-timing-function: ease-in;
  transition-duration: 100ms;
}

.image-placeholder-button .glyphicon {
  display: block;
  font-size: 50px;
  color: #999;
}

.answer-button-container > button {
  margin-right: 28px;
  border-radius: 18px;
  padding: 10px 16px;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.opacity-hover:hover {
  opacity: 0.5;
}

.container-center {
  text-align: center;
}

.inline-link {
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

.verklaring .mx-table th,
.verklaring .mx-table td {
  padding: 0px 8px 4px 0px;
}

.value-uppercase input {
  text-transform: uppercase;
}

.value-minor-spacing input {
  letter-spacing: 1px;
}

.optioneel .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

.optioneel .form-control:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

.optioneel .form-control::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-align: right;
  font-size: 12px;
  font-weight: 300;
}

.profile-phone .imd-custom-mobile-upload label {
  font-size: 14px;
  font-weight: 400;
  color: #212121;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px 14px;
}

.profile-phone .imd-custom-mobile-upload .mx-fileinput {
  display: none;
}

/* dataview */

.mx-dataview-controls {
  padding: 19px 20px 12px;
  background: none;
  border-top: none;
}

/* datagrid */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

.table-striped > tbody > tr.selected {
  background-color: #fff !important;
}

.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 {
  border-left: none;
  border-right: none;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.mx-datagrid .mx-datagrid-body-table .selected td {
  background-color: #0311fc0d;
}

.mx-datagrid-body-table {
  font-size: 12px;
}

.mx-grid-search-inputs {
  margin-bottom: 20px;
}

.mx-grid-search-item {
  display: inline-grid;
  width: 30%;
  margin-right: 10px;
  padding-right: 20px;
}

.mx-grid-search-label {
  width: initial;
  text-align: initial;
  padding: 0px;
}

.mx-grid-search-label label {
  font-weight: 700;
}

.mx-grid-search-input {
  padding: 0px;
  width: initial;
}

.mx-grid-search-button {
  color: #fff !important;
  background-color: #0311fc;
  border-color: transparent !important;
  cursor: pointer;
}

.mx-grid-search-button:hover {
  background-color: #0396ff;
  color: #fff !important;
  border-color: transparent !important;
}

.mx-dataview .mx-grid {
  border: none;
}

.feedback-container .mx-listview-item,
.feedback-container .mx-templategrid-item {
  border: none;
  background: transparent;
  cursor: default;
}

/* template grid */
.templategrid-simplelist {
  padding: 8px 0px;
}

.templategrid-simplelist .mx-templategrid-item {
  padding: 6px 0px;
  border: none;
  cursor: default;
}

.templategrid-simplelist .mx-templategrid-item .mx-link {
  padding: 0px;
  border: none;
}

.templategrid-simplelist-selected .mx-templategrid-item.selected {
  background-color: #fafafa;
}

.templategrid-datagrid {
  padding: 0px;
  border-radius: 2px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 13px;
}

.templategrid-datagrid .templategrid-header {
  padding: 5px 8px;
}

.templategrid-datagrid .mx-templategrid-item {
  padding: 5px 10px;
  border: none;
  cursor: default;
}

.templategrid-datagrid .mx-templategrid-item [class^="col-"] :first-child,
.templategrid-datagrid .mx-templategrid-item [class*="col-"] :first-child {
  line-height: 35px;
}

.templategrid-datagrid .mx-templategrid-item .mx-link {
  padding: 0px;
}

.templategrid-datagrid .mx-templategrid-row:nth-of-type(even) {
  background: #f8f8f8;
}

.templategrid-line .mx-templategrid-item [class^="col-"] :first-child,
.templategrid-line .mx-templategrid-item [class*="col-"] :first-child {
  line-height: 1 !important;
}

/* listview */

.listview-datagrid {
  padding: 0px;
  border-radius: 2px;
  border: none;
  background: #fff;
}

.listview-datagrid .mx-list .mx-listview-item {
  background: #fff;
  border: none;
  padding: 0px;
  margin: 0px;
}

.listview-datagrid-row {
  padding: 0px;
  border-radius: 2px;
  border: none;
  background: #fff;
}

.listview-datagrid-row .mx-list .mx-listview-item {
  background: #fff;
  border: none;
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.listview-datagrid-row .mx-list,
ol,
ul {
  margin-bottom: 0px !important;
}

.listview-datagrid-row .mx-list > li:last-child {
  margin-bottom: 0px !important;
}

.listview-datagrid-dark {
  padding: 0px;
  border-radius: 2px;
  border: none;
  background: #fafafa;
}

.listview-datagrid-dark .mx-list .mx-listview-item {
  background: #fafafa;
  border: none;
  padding: 0px;
  margin: 0px;
}

.mx-listview-empty {
  visibility: hidden;
  height: 0px;
}

.listview-flex {
  padding-left: 0px;
}

.listview-flex ul {
  display: flex;
  flex-wrap: wrap;
}

.listview-flex .mx-list > li {
  border: none;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

.listview-33-flex .mx-list > li {
  padding-right: 15px;
  width: 33%;
}

.listview-flex-50 .mx-list > li {
  width: 50%;
}

.listview-flex-50 .mx-list .mx-listview-item:nth-of-type(even) {
  padding-right: 0px;
  padding-left: 15px;
  padding-top: 0px;
  margin-bottom: 15px;
}

.listview-flex-50 .mx-list .mx-listview-item:nth-of-type(odd) {
  padding-right: 15px;
  padding-left: 0px;
  padding-top: 0px;
  margin-bottom: 15px;
}

.listview-datagrid-block ul {
  display: block !important;
}

.listview-datagrid-block .mx-list > li {
  width: 100% !important;
  padding: 0px !important;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.vertical-align {
  display: flex;
  flex-direction: row;
}

.vertical-align .row:before {
  display: initial;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center; /* Align the flex-items vertically */
  justify-content: center; /* Optional, to align inner flex-items
                              horizontally within the column  */
}

.portal-modal .modal-header {
  display: none;
}

.portal-modal .modal-content {
  border-radius: 2px;
  border: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.portal-modal .modal-body {
  height: inherit !important;
}

.mx-underlay {
  backdrop-filter: blur(1px);
  background-color: #cecece;
}

/* wizard vertical */
.wizard-item {
  margin: 0px 0px 20px 0px;
}

/* login form */
.login-form {
  margin-bottom: 15px;
}

.login-form label {
  font-weight: 700;
  font-family: "Lato";
  margin-bottom: 6px;
}

.login-form span.forgotPwd {
  font-size: 14px;
  float: right;
  line-height: 42px;
}

.login-form span.forgotPwd a {
  color: #0311fc !important;
}

.login-form .submit {
  color: #fff;
  background-color: #0311fc;
  border-color: transparent;
}

.login-form .submit:hover {
  background-color: #0396ff;
  border-color: transparent;
}

.copyright-text {
  font-size: 13px;
  font-family: "Ubuntu";
}

/* dijit from Atlas lib.css */
/*
* Mendix Documentation
* Special styles for presenting components
*/
/*
* Dijit Widgets
*
* Default Dojo Dijit Widgets
*/
/*
 * Dijit Calendar Widget
 *
 * Used in dataviews
 */
.dijitCalendarContainer {
  /* (must be higher than popup z-index) */
  z-index: 10010 !important;
  padding: 10px;
  border: 1px solid #d1d6e4;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  font-size: 12px;
}
.dijitCalendarContainer tr th {
  text-align: center;
  color: #0595db;
}
.dijitCalendarContainer tr th,
.dijitCalendarContainer tr td {
  padding: 10px;
  text-align: center;
}
.dijitCalendarContainer tr td .dijitCalendarDateLabel {
  color: #2d3e4e;
}
.dijitCalendarContainer tr tfoot h3 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.dijitCalendarContainer tr .dijitCalendarNextMonth span,
.dijitCalendarContainer tr .dijitCalendarPreviousMonth span {
  color: #abbecf;
}
.dijitCalendarContainer .dijitCalendarMonthLabel {
  color: #0595db;
}
.dijitCalendarContainer .dijitButtonNode {
  border: 0;
}
.dijitCalendarContainer .dijitCalendarArrow {
  cursor: pointer;
}
.dijitCalendarContainer .dijitCalendarSelectedDate,
.dijitCalendarContainer .dijitCalendarSelectedDate:hover {
  border-radius: 50%;
  background: #0595db;
}
.dijitCalendarContainer .dijitCalendarSelectedDate .dijitCalendarDateLabel,
.dijitCalendarContainer
  .dijitCalendarSelectedDate:hover
  .dijitCalendarDateLabel {
  color: #ffffff;
}
.dijitCalendarContainer .dijitCalendarHoveredDate {
  border-radius: 50%;
  background-color: #dddddd;
}
.dijitCalendarContainer .dijitCalendarHoveredDate .dijitCalendarDateLabel {
  color: #0595db;
}
.dijitCalendarContainer .dijitCalendarYearContainer {
  text-align: center;
}
.dijitCalendarContainer .dijitCalendarYearContainer span {
  color: #7dd2fc;
}
.dijitCalendarContainer
  .dijitCalendarYearContainer
  span.dijitCalendarSelectedYear {
  color: #0595db;
}
.dijitCalendarContainer .dijitCalendarYearContainer span:hover {
  text-decoration: underline;
  background-color: transparent;
}
.dijitCalendarContainer .dijitCalendarMonthContainer th:first-child {
  border-top-left-radius: 3px;
}
.dijitCalendarContainer .dijitCalendarMonthContainer th:last-child {
  border-top-right-radius: 3px;
}

.dijitCalendarMonthMenuPopup {
  /* (must be higher than popup z-index) */
  z-index: 10020 !important;
  padding: 3px 4px;
  border-radius: 3px;
  background-color: #26323d;
}
.dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu {
  padding: 5px;
  border-style: none;
  background: none;
  font-size: 12px;
}
.dijitCalendarMonthMenuPopup .dijitCalendarMonthMenu .dijitCalendarMonthLabel {
  padding: 2px 0;
  color: #ffffff;
}
.dijitCalendarMonthMenuPopup
  .dijitCalendarMonthMenu
  .dijitCalendarMonthLabel:hover,
.dijitCalendarMonthMenuPopup
  .dijitCalendarMonthMenu
  .dijitCalendarMonthLabel:focus {
  color: #4280cb;
}

.dj_rtl .dijitCalendarContainer .dijitCalendarMonthContainer th:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
}
.dj_rtl .dijitCalendarContainer .dijitCalendarMonthContainer th:last-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
}

/* Bootstrap Icons */

.bt-icon span:before {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.bt-icon-large span:before {
  background-size: 2em 2em;
  width: 2em;
  height: 2em;
}

.bt-icon-medium span:before {
  background-size: 1.3em 1.3em;
  width: 1.3em;
  height: 1.3em;
}

.bt-icon-small span:before {
  background-size: 1.1em 1.1em;
  width: 1.1em;
  height: 1.1em;
}

.bt-icon-arrow-left span:before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-arrow-left' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.854 4.646a.5.5 0 0 1 0 .708L3.207 8l2.647 2.646a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 0 1 .708 0z'/> <path fill-rule='evenodd' d='M2.5 8a.5.5 0 0 1 .5-.5h10.5a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/></svg>");
}

.bt-icon-arrow-right span:before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-arrow-right' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/> <path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/></svg>");
}

.bt-icon-arrow-right-white span:before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-arrow-right' width='1em' height='1em' viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M10.146 4.646a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L12.793 8l-2.647-2.646a.5.5 0 0 1 0-.708z'/> <path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5H13a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 8z'/></svg>");
}

.bt-icon-info-sign span:before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-info-circle' width='1em' height='1em' viewBox='0 0 16 16' fill='%230311fc' xmlns='http://www.w3.org/2000/svg'>  <path fill-rule='evenodd' d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/>  <path d='M8.93 6.588l-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588z'/>  <circle cx='8' cy='4.5' r='1'/></svg>");
}

.bt-icon-chevron-right span:before {
  background-image: url("data:image/svg+xml,<svg class='bi bi-chevron-right' width='1em' height='1em' viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

.bt-icon-x span:before {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-x' fill='%23e74c3c' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M11.854 4.146a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708l7-7a.5.5 0 0 1 .708 0z'/><path fill-rule='evenodd' d='M4.146 4.146a.5.5 0 0 0 0 .708l7 7a.5.5 0 0 0 .708-.708l-7-7a.5.5 0 0 0-.708 0z'/></svg>");
}

.bt-icon-door-open span:before {
  background-image: url("data:image/svg+xml,<svg width='2em' height='2em' viewBox='0 0 16 16' class='bi bi-door-open' fill='%23e74c3c' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1 15.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zM11.5 2H11V1h.5A1.5 1.5 0 0 1 13 2.5V15h-1V2.5a.5.5 0 0 0-.5-.5z'/><path fill-rule='evenodd' d='M10.828.122A.5.5 0 0 1 11 .5V15h-1V1.077l-6 .857V15H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117z'/><path d='M8 9c0 .552.224 1 .5 1s.5-.448.5-1-.224-1-.5-1-.5.448-.5 1z'/></svg>");
}

.bt-icon-plus span:before {
  background-image: url("data:image/svg+xml,<svg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-plus' fill='%23999' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/></svg>");
}

/* Tooltip */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip-inner {
  max-width: 300px;
  padding: 20px 15px;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 2px 2px 5px 1px rgba(209, 209, 209, 0.75);
  box-shadow: 2px 2px 5px 1px rgba(209, 209, 209, 0.75);
}

.tooltip.in {
  opacity: 1;
}

.tooltip-arrow {
  display: none;
}

.footer-container {
  padding-left: 8px;
  margin-bottom: 25px;
}

.simplelist.mx-listview {
  padding: 0px;
}

.simplelist > .mx-list > .mx-listview-item.selected {
  background: transparent;
}

.simplelist > .mx-list > .mx-listview-item {
  border: none !important;
  cursor: pointer;
  background: transparent;
  padding: 5px 0px;
}

.simplelist.no-gutter > .mx-list > .mx-listview-item {
  padding: 0px;
  margin-bottom: 28px;
}

.simplelist.no-click > .mx-list > .mx-listview-item {
  cursor: default;
}

.simplelist.filelist > .mx-list > .mx-listview-item {
  padding: 0px;
}

.simplelist.filelist .mx-link {
  padding: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.simplelist > .mx-list > li:hover {
  background: transparent;
}

.mx-listview-item:not(:first-child) .listview-grid-header {
  display: none;
}

.mx-listview-item:not(:last-child) .border-bottom-grijs-not-last {
  border-bottom: 1px solid #e5e5e5;
}

.numbered > .mx-list {
  font-size: 13px;
}

.link-underlined {
  font-size: 13px;
}

.link-underlined:hover {
  text-decoration: underline;
}

.mx-listview-item.selected .link-underlined:hover {
  text-decoration: none;
  cursor: default;
}

.mx-listview-item.selected .chevron {
  display: initial !important;
}

.simplelist .mx-listview-item.selected {
  color: blue;
  font-weight: 600;
  cursor: default;
}

.listview-option-select > .mx-list {
  display: flex;
}

.listview-option-select > .mx-list button {
  margin-right: 28px;
  border-radius: 18px;
}

.question-label {
  font-size: 14px;
  margin-bottom: 10px;
}

.listview-download .mx-list li:not(:first-child) {
  margin-top: 10px;
}


/* Widget RichText styling */

.widget-rich-text.disabled-text {
	font-size: 16px;
}

.widget-rich-text .ql-toolbar {
	white-space: normal;
}

.widget-rich-text .ql-editor {
	color: black;
}
