.content-container {
   align-items: flex-start;
}

.container-fluid .row.ct{
   min-height: calc(100vh - 62px);
}

.container-fluid .row .sidebar-or-header-container.ct { left: 75%; }

.complaint-table-title {
   justify-content: space-between;
   align-items: center;
}

.complaint-table-container .complaint-table tr.detail-row .detail-view {
   display: none;
   padding-top: 8px;
   padding-bottom: 8px;
}
.detail-row .detail-view > p { margin-bottom: 10px; }
.detail-row .detail-view > h2 { margin-top: 4px; }

.menu .logo {
   height: 100%;
   overflow: hidden; /*Solves a weird bug in the Firefox browser on mobile devices */
   padding: 5px;
}

.menu .logo img {
   height: 100%;
   padding: 5px;
}

.menu-filler { height: 62px; }

input[type=date] {
  background-image: url("../svg/kalender.svg");
}

input[type=time] {
  background-image: url("../svg/klok.svg");
}

select.custom-select {
  background: url("../svg/dropdown_pijl.svg") no-repeat right .75rem center/8px 10px;
  background-image: url("../svg/dropdown_pijl.svg");
}

.popup-container {
  display: none;
}

.message-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.message-container .message {
  position: relative;
  border-radius: 9px;
  background: #fff;
  width: 600px;
  max-width: 90%;
  padding: 70px 30px;
  font-size: 14px;
}

.popup-container .popup .popup-close {
  background-image: url("../svg/kruis_klein_blue.svg");
}

.message-container .message .message-close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
  width: 37px;
  height: 37px;
  background-color: #DBEBEE;
  border-radius: 999px;
  background-image: url("../svg/kruis_klein_blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
}

.message-container .message h1 {
  font-size: 29px;
  font-weight: 300;
}

.message-container .message-small {
  width: 330px;
  padding: 40px 20px;
}

.complaint-table-container .complaint-table > tbody > tr.list-row > td {
   cursor: pointer;
}

.hidden {
   display: none;
}

.dots-div {
   font-size: 6pt;
    line-height: 70%;
}

pre {
   overflow: visible;
   margin-bottom: 0;
}

.dummy-btn {
   width: 88px;
   float: left;
}

.busy {
   position: absolute;
   top: 15px;
   left: 0px;
   background: url(../img/rotatingclock-fast.gif) center no-repeat;
   width: 100%;
   height: 100%;
   display: none;
   z-index: 400;
}
#busy {
   position: fixed;
   top: 0px;
   background-attachment: fixed;
}

form .password {
   position: relative;
   float: right;
   top: -30px;
   right: 5px;
   cursor: pointer;
}

.custom-control { padding-right: 1.5rem; }
.custom-control .custom-control-label + span.float-right {
   position: absolute;
   right: 0;
}

.lang_div {
   text-align: center;
}

.lang_div button {
   width: 130px;
   margin-bottom: 5px;
   text-align: left;
}

.lang_text {
   margin-left: 10px;
}

.attention {
   border: 1px solid red;
   padding: 5px;
   text-align: center;
}

.charts {
   display: grid;
}

.chart-row-1 {
   grid-template-columns: auto;
}

.chart-row-2 {
   display: grid;
   grid-template-columns: 1fr 1fr
}

.chart {
   height: 225px;
}

.chart.chart-row-1.chart {
   width: 450px;
}

.chart.chart-row-2.chart {
   width: 225px;
}

.news .news-item:not(:first-child) {
   border-top: 1px solid black;
}

.news-item {
   display: flex;
   flex-direction: row;
   gap: 20px;
}
.news-item:nth-child(odd) { background: #DBEBEE; }

.news-item div {
   padding-top: 2px;
}

.news-date,
.news-icon {
   align-items: center;
   display: flex;
   justify-content: center;
}

.news-date { min-width: 75px; }
.news-date span { font-weight: bold; }

.news-icon {
   min-width: 100px;
   max-width: 100px;
}

.news-icon img {
   /xobject-fit: contain;
   max-width: 100%;
}

.news-text {
   object-fit: contain;
}

.chart-label {
   margin-top: 10px;
}
