@charset "UTF-8";
.cms-content {
  margin-top: 20px;
}

.languageBar {
  background: transparent;
  position: absolute;
  right: 10px;
  top: 10px;
}

.flag {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
}

.flag:hover {
  cursor: pointer;
}

.flagNL {
  background: url("../images/NL.svg");
}

.flagEN {
  background: url("../images/EN.svg");
}

.flagFR {
  background: url("../images/FR.svg");
}

.mobileOnly {
  display: none;
}

nav {
  width: 260px;
}

#loginContainer .loginMsg {
  line-height: 2;
  border-radius: 0.75rem;
  font-weight: 500;
  font-size: 2rem;
  color: white;
  background: maroon;
  width: fit-content;
  margin: 0 auto;
}

body:has(.reset-logo) nav, body:has(.reset-logo) footer, body:has(.reset-logo) .userHeader, body:has(.reset-logo) .header-container {
  display: none !important;
}
body:has(.reset-logo) .portal-container {
  padding-left: 6vw !important;
}
body:has(.reset-logo) .pageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 !important;
  max-width: none;
  position: relative;
}
body:has(.reset-logo) .reset-logo {
  position: fixed;
  width: 200px;
  height: auto;
  top: 40px;
  left: 40px;
  z-index: 10;
}
body:has(.reset-logo) .reset-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  body:has(.reset-logo) .reset-logo {
    width: 150px;
    top: 20px;
    left: 20px;
  }
}
body:has(.reset-logo) #loginContainer {
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
}
body:has(.reset-logo) #loginContainer h1 {
  font-size: 3.4rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: center;
}
body:has(.reset-logo) #loginContainer .description {
  margin-bottom: 30px;
  color: #666;
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}
body:has(.reset-logo) #loginContainer .blok {
  margin-bottom: 15px;
}
body:has(.reset-logo) #loginContainer .blok .veldNaam {
  display: none;
}
body:has(.reset-logo) #loginContainer .blok input {
  width: 90%;
  border: 0 !important;
  outline: none;
  border-bottom: 1px #888 solid !important;
  padding: 1em;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 16px;
}
body:has(.reset-logo) #loginContainer #dlgMeldingen {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
body:has(.reset-logo) #loginContainer #b1, body:has(.reset-logo) #loginContainer #b2 {
  display: none;
}
@media (max-width: 768px) {
  body:has(.reset-logo) #loginContainer {
    padding: 20px;
    margin: 40px auto;
  }
  body:has(.reset-logo) #loginContainer h1 {
    font-size: 3rem;
  }
}

.main-container {
  padding: 0 !important;
  width: 100%;
}

.portal-container {
  position: relative;
  padding: 0 6vw 4vh 300px;
  box-sizing: border-box;
  min-height: calc(100vh - 120px);
  width: 100%;
  flex-grow: 1;
}
.portal-container.closed {
  padding: 2vh 6vw 6vh 104px;
}

.btn-switch-new.btn-active {
  background-color: #f3f3f3;
  color: #000;
}

.pageContainer {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#loader-new-index {
  display: none;
  position: absolute;
  z-index: 12;
  background-color: white;
  width: calc(100% - 260px);
  height: 100%;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  left: 260px;
  padding-top: calc(50vh - 140px);
}
#loader-new-index.closed {
  left: 74px;
  width: calc(100% - 74px);
}

.nav-tabs > li > a {
  background-color: inherit !important;
  color: inherit !important;
}

.panel-heading {
  background-color: white !important;
  display: flex !important;
  align-items: center !important;
}
.panel-heading h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0;
}
.panel-heading svg {
  margin-right: 14px;
}

.nav-pills > li > a {
  text-align: center;
  display: flex;
  justify-content: start;
}

nav.main-nav {
  width: 260px;
  top: 100px !important;
  left: 0;
  min-height: calc(100vh - 120px);
  border-top: solid 1px white;
  height: calc(100% - 100px);
}
nav.main-nav.closed {
  width: 74px;
}
nav.main-nav.closed .menu-item-text {
  display: none !important;
}
nav.main-nav.closed .sub-heading {
  opacity: 0 !important;
}
nav.main-nav .navLeft {
  padding-left: 8px;
}
nav.main-nav ul.nav {
  display: flex !important;
  flex-direction: column !important;
  align-items: start;
}
nav.main-nav li {
  padding-right: 10px !important;
  width: 100% !important;
}
nav.main-nav .dropdown-menu li {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
nav.main-nav a {
  display: flex !important;
  align-items: center !important;
  margin: 4px 0 4px 0 !important;
  border: none;
}
nav.main-nav svg {
  top: -1px;
  left: 4px;
  position: relative;
}
nav.main-nav .sub-heading a {
  pointer-events: none !important;
  font-size: 1.2rem;
  opacity: 0.65;
  padding: 40px 15px 5px 15px;
}

.pullRight {
  float: none !important;
}

.userHeader {
  width: 260px !important;
  height: 100% !important;
  max-height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navRightNew {
  position: absolute;
  top: 28px;
  right: 10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
}
.navRightNew button {
  margin-left: 20px;
}
.navRightNew li > a {
  padding: 10px 20px !important;
}

.userHeader img {
  max-height: 100% !important;
}

.header-container {
  flex-direction: row;
  height: 100px;
  width: 100%;
}

.port-selection-header {
  max-height: 100%;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-start;
  padding-left: 40px !important;
}
.port-selection-header span {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem !important;
}
.port-selection-header .dropdown-menu {
  border: none;
}
.port-selection-header .bootstrap-select .dropdown-toggle {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem !important;
  padding: 8px 16px !important;
}

.filter-option-inner-inner {
  position: relative;
  top: 1px;
}

.port-select {
  background: green;
}
.port-select .caret {
  right: -12px !important;
}

.pageContainer {
  margin: auto !important;
}

footer {
  display: none !important;
}

.menu-nav-array svg {
  margin-right: 10px;
}

.select-img {
  height: 30px !important;
  padding-right: 10px;
  transform: scale(0.6);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.dropdown-menu .select-img {
  width: 20px;
  text-align: center;
}

.chart-perf-table {
  border: 1px solid #e5e5e5;
  width: 100%;
}
.chart-perf-table tr {
  border-bottom: 1px solid #e5e5e5;
}
.chart-perf-table tr:first-child td b {
  font-size: 1.6rem !important;
  font-weight: 600;
}
.chart-perf-table td {
  padding: 12px 10px;
}
.chart-perf-table td svg {
  padding-right: 10px;
  width: 4rem;
}

.positive {
  background-color: #f0f9f4;
  color: #65c591;
  padding: 1px 6px;
  border-radius: 6px;
  white-space: nowrap;
}

.negative {
  background-color: #f8ebeb;
  color: #bd3535;
  padding: 1px 6px;
  border-radius: 6px;
  white-space: nowrap;
}

.widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-top: 20px;
}
.widget-header h3 {
  margin: 0;
}
.widget-header b {
  font-size: 1.6rem;
  font-weight: 600;
}
.widget-header svg, .widget-header i {
  padding-right: 14px !important;
  width: 4rem;
}
.widget-header svg.pr-0, .widget-header i.pr-0 {
  padding-right: 0 !important;
}

.contact-fieldset .widget-header,
fieldset.htmlFieldset > .widget-header,
.main-container > .widget-header:first-child,
.portal-container > .widget-header:first-child {
  margin-top: 0;
}

.contact-fieldset {
  height: 100%;
}

.myCRM_container {
  margin-top: 4vh;
}

#assetDiv {
  padding: 0 !important;
  height: 100%;
}
#assetDiv fieldset {
  background-color: white;
  border: 1px solid #e5e5e5;
  padding: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

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

#perfDiv {
  padding: 0 !important;
  background-color: white;
}

.graph-container {
  border: 1px solid #e5e5e5;
  background-color: white;
  padding: 14px 14px 0 14px;
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.btn-switch-new {
  border: solid 1px #a4a4a4;
  background-color: white;
  padding: 6px 10px;
  border-radius: 10px;
  margin: 4px;
  white-space: nowrap;
}
.btn-switch-new svg {
  margin-right: 6px;
  padding: 0;
  width: auto;
}
.btn-switch-new.btn-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.btn-group-new {
  background: #f4f4f4;
  color: #8e8b8b;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  flex-wrap: balance;
  margin-left: 10px;
}
.btn-group-new .btn-switch-new {
  margin: 0;
  border: none;
  background-color: transparent;
}
.btn-group-new .btn-switch-new.btn-active {
  border: solid 1px #cccccc;
  background-color: white !important;
  color: #333;
}

.datepicker {
  cursor: pointer;
}

.filter-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}

.input-group-addon {
  background-color: white !important;
  border: none !important;
}

.input-group input {
  border-radius: 4px !important;
}

.loader-new-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.loader-new {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-new div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loader-new div:nth-child(1) {
  left: 8px;
  animation: flip1 0.6s infinite;
}

.loader-new div:nth-child(2) {
  left: 8px;
  animation: flip2 0.6s infinite;
}

.loader-new div:nth-child(3) {
  left: 32px;
  animation: flip2 0.6s infinite;
}

.loader-new div:nth-child(4) {
  left: 56px;
  animation: flip3 0.6s infinite;
}

@keyframes flip1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flip3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes flip2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.extraInfoChart {
  height: 250px;
  width: 100%;
  background: white !important;
}

.table-new {
  margin-top: 10px;
  width: 100%;
  font-size: 1.4rem;
}
.table-new tr {
  border-bottom: solid 1px #ededed;
}
.table-new th {
  color: #ababab;
  font-weight: normal;
  padding: 8px 6px;
}
.table-new td {
  padding: 6px 3px;
}
.table-new .positive, .table-new .negative {
  margin: 2px 0;
  display: inline-block;
  width: auto;
}

.info-btn {
  background-color: white;
  border: none;
  margin: 0;
  text-decoration: underline;
  font-weight: bold;
}

.subTotalRow {
  font-size: 1.4rem !important;
  background-color: white !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none !important;
  padding: 20px !important;
}
.modal-header h3 {
  flex: 1;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  border-top: none !important;
}
.modal-footer button {
  margin: 0 6px;
}

.extraInfoTable {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
}

.extraInfoTable td {
  padding: 5px;
  font-size: 12px !important;
}

.new-btn {
  cursor: pointer;
  margin: 5px 0 0 0 !important;
  font-size: 1.4rem;
  border: solid 1px #999;
  padding: 6px 20px;
  border-radius: 20px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background-color: white;
  color: inherit !important;
  height: 4rem;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
}
.new-btn svg, .new-btn i {
  width: inherit;
  padding-right: 10px;
}
.new-btn a {
  color: inherit !important;
  display: flex;
  align-items: center;
  line-height: 1;
}
.new-btn a:hover {
  text-decoration: none;
}
.new-btn:hover {
  text-decoration: none;
}

table.table-new tr {
  cursor: pointer;
}

.nav-tabs > li > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.nav-tabs > li > a svg {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 14px;
}

.panel-body {
  overflow: auto;
}

#toggle-menu, #toggle-menu-mobile-close {
  cursor: pointer;
  padding: 20px 15px 0 13px;
}

.menu-item-text {
  margin-left: 16px;
}

.layout-toggle {
  margin: 10px 0;
}

#btnSelectDates {
  margin-left: 10px;
  border: solid 1px #cccccc;
  color: #000;
}

/* Roster View Styles */
.section-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #555;
  position: relative;
}

.recent-reports-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 3rem;
}

.report-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  width: 220px;
  box-shadow: none;
  transition: transform 0.2s, box-shadow 0.2s;
  border: 1px solid #e9ecef;
}

.report-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card-date {
  font-size: 0.9rem;
  color: #888;
}

.card-title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 5px;
}

.card-icon {
  margin-top: 15px;
}

.card-icon a {
  color: #007bff;
  text-decoration: none;
}

.card-icon i {
  font-size: 2rem;
  color: #4a4a4a;
  transition: color 0.2s;
}

.report-card:hover .card-icon i {
  color: #007bff;
}

.card-icon i.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.report-roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 15px;
  margin-bottom: 2rem;
  padding: 0;
}

.roster-item {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  border: 1px solid #e9ecef;
  transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.roster-item .month-name {
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}

.roster-item a {
  color: #000;
  text-decoration: none;
}

.roster-item i {
  font-size: 1.5rem;
  color: #6c757d;
}

.roster-item:hover i {
  color: #007bff;
}

.roster-item i.disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* List View Styles */
.list-view {
  width: 100%;
  overflow-x: auto;
}

.list-view table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.list-view th, .list-view td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
}

.list-view th {
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.list-view td {
  color: #333;
  font-size: 1.4rem;
}
.list-view td.action {
  text-align: center;
}

.list-view tr:last-child td {
  border-bottom: none;
}

.list-view tr:hover {
  background-color: #f9f9f9;
}

.no-results {
  text-align: center;
  color: #888;
  padding: 20px;
  font-style: italic;
}

.list-view a {
  color: #000;
}

.list-view a i {
  font-size: 1.3rem;
}

.nav-tabs li.active {
  border-top: solid 1px transparent;
}
.nav-tabs li.active > a, .nav-tabs li.active > a:focus, .nav-tabs li.active > a:hover {
  background-color: unset;
}

@media only screen and (min-width: 50px) and (max-width: 500px) {
  .mobileHidden {
    display: none;
    width: 0;
  }
  .mobileOnly {
    display: table-row;
  }
}
@media (max-width: 768px) {
  .table-scroll-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0;
  }
  .table-new {
    font-size: 1.2rem;
  }
  .table-new th {
    padding: 6px 4px;
    font-size: 1.1rem;
  }
  .table-new td {
    padding: 10px 4px;
    font-size: 1.2rem;
  }
  .table-responsive-card {
    display: block;
  }
  .table-responsive-card thead {
    display: none;
  }
  .table-responsive-card tbody {
    display: block;
  }
  .table-responsive-card tr {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    cursor: default;
  }
  .table-responsive-card tr:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .table-responsive-card td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    text-align: right;
  }
  .table-responsive-card td:last-child {
    border-bottom: none;
  }
  .table-responsive-card td:before {
    content: attr(data-label);
    font-weight: 600;
    color: #666;
    text-align: left;
    flex: 0 0 40%;
    padding-right: 10px;
  }
  .table-responsive-card td:not([data-label]) {
    display: none;
  }
  .table-responsive-card .mobileHidden {
    display: none !important;
  }
  .table-responsive-stack {
    display: block;
  }
  .table-responsive-stack thead {
    display: none;
  }
  .table-responsive-stack tbody, .table-responsive-stack tr, .table-responsive-stack td {
    display: block;
  }
  .table-responsive-stack tr {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fafafa;
  }
  .table-responsive-stack td {
    padding: 5px 0;
    border: none;
    text-align: left;
  }
  .table-responsive-stack td:before {
    content: attr(data-label) ": ";
    font-weight: bold;
    display: inline-block;
    min-width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .table-responsive-card td {
    font-size: 1.2rem;
  }
  .table-responsive-card td:before {
    font-size: 1.1rem;
    flex: 0 0 45%;
  }
  .table-scroll-wrapper {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }
  .table-scroll-wrapper:after {
    content: "↝ Swipe to see more →";
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #999;
    padding: 8px;
    background: #f9f9f9;
    border-top: 1px solid #e0e0e0;
  }
  .table-scroll-wrapper:not([data-scrollable=true]):after {
    display: none;
  }
}
.widget-header h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1a1a1a;
}

.layout-toggle {
  text-align: start;
}

.btn-switch-new {
  background-color: #fff;
  border: none;
  color: #6c757d;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
}

.roster-view {
  padding: 1rem;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #495057;
  padding-bottom: 0.5rem;
}

.recent-reports-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: start;
  margin: 4rem 0 2rem 0;
}

.report-card-recent {
  background-color: #f3f3f3;
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 350px;
}

.card-content {
  flex-grow: 1;
}

.card-date {
  font-size: 1.2rem;
  color: #6c757d;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 8px;
}

.card-title {
  font-size: 1.4rem;
  margin: 0;
}

.card-icon-wrapper svg {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}

.card-icon-wrapper a {
  color: #000;
}

.download-link:hover {
  color: #0056b3;
}

.report-card .fa-file-arrow-down {
  font-size: 2.2rem;
}

.report-card .fa-file-arrow-down.disabled {
  color: #adb5bd;
  cursor: not-allowed;
}

.report-roster-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1200px) {
  .report-roster-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .report-roster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .report-roster-grid {
    grid-template-columns: 1fr;
  }
}
.roster-item {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100px;
}

.roster-item.available:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.roster-item.unavailable {
  background-color: #f1f3f5;
  color: #ced4da;
  opacity: 0.7;
}

.roster-item .month-name {
  font-weight: 500;
  color: #495057;
  text-transform: capitalize;
  margin-bottom: 1rem;
}

.roster-item.unavailable .month-name {
  color: #99a2ab;
}

.roster-item .disabled {
  color: #adb5bd;
  cursor: not-allowed;
}

.report-card-recent.disabled {
  background-color: #f1f3f5;
  color: #ced4da;
  cursor: not-allowed;
  pointer-events: none;
}

.report-card-recent.disabled .card-title,
.report-card-recent.disabled .card-date {
  color: #99a2ab;
}

.disabled-icon {
  color: #adb5bd !important;
  cursor: not-allowed;
}

.report-card-recent.disabled .download-link {
  color: inherit;
  pointer-events: none;
}

.upload-docs-section {
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 40px;
  border-radius: 10px;
  margin: 40px 0 60px 0;
}
.upload-docs-section svg {
  margin-right: 10px;
}

.btnStyle {
  padding: 6px 20px;
  display: flex;
  align-items: center;
}

.roster-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report-roster-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 15px;
}

.roster-doc-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 20px 0;
}

.doc-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  max-width: 95%;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.doc-category {
  font-size: 1.2rem;
  color: #6c757d;
  background-color: #f1f1f1;
  padding: 2px 12px;
  border-radius: 12px;
  margin-top: 10px;
}

#accordion h3 {
  background: whitesmoke;
  padding: 12px !important;
  font-size: 1em;
  margin-top: 10px;
  border: none !important;
}

#accordion .msg {
  border: none !important;
  padding: 20px !important;
}

.contactContainer {
  margin: 0 !important;
}
.contactContainer label {
  text-align: left !important;
}
.contactContainer #errorBox {
  background: #F44336 !important;
  padding: 10px !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
}

.mobile-menu-icon {
  display: none;
  position: absolute;
  top: 38px;
  left: 6vw;
}

#toggle-menu-mobile-close {
  display: none;
}

.demoHeaders {
  font-size: 1.6rem;
  font-weight: 600;
}

#dataContainer {
  width: 100%;
  overflow-x: auto;
}

.panel-container {
  width: 100%;
}

.tab-pane {
  overflow-x: scroll;
}

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .userHeader {
    display: none;
  }
}
@media (max-width: 768px) {
  .recent-reports-grid {
    flex-direction: column;
    align-items: center;
  }
  .userHeader {
    display: none;
  }
  .portal-container {
    padding-left: 6vw;
  }
  .portal-container.closed {
    padding-left: 6vw;
  }
  #btnHelp {
    display: none;
  }
  .select-img {
    width: 1px !important;
  }
  .dropdown-menu .select-img {
    display: none !important;
  }
  .port-selection-header {
    box-sizing: border-box;
    justify-content: center;
    padding: 0 60px !important;
    max-width: 100vw;
  }
  .port-selection-header .port-select-label {
    display: none;
  }
  .port-selection-header .port-select {
    max-width: calc(100vw - 200px);
  }
  .port-selection-header .bootstrap-select .dropdown-toggle {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navRightNew {
    top: 28px !important;
    right: 6vw !important;
  }
  nav.main-nav {
    top: 0px !important;
    position: absolute;
    height: 100%;
  }
  nav.main-nav.closed {
    display: none;
  }
  nav.main-nav a {
    font-size: 1.2rem !important;
    margin: 8px 0 !important;
  }
  .mobile-menu-icon {
    display: block;
  }
  #loader-new-index {
    left: 0;
    width: 100%;
  }
  #loader-new-index.closed {
    left: 0;
    width: 100%;
  }
  #toggle-menu-mobile-close {
    display: block;
    padding-top: 26px !important;
  }
  #toggle-menu {
    display: none;
  }
  .widget-header {
    margin-bottom: 20px;
  }
  .filter-btns {
    justify-content: start;
  }
  .btn-group-new {
    margin-bottom: 4px;
  }
  .fonds-detail-tab {
    float: none !important;
  }
  .section-header > svg {
    display: none !important;
  }
  .section-header > span {
    display: inline-block;
  }
  .port-selection-header {
    max-width: 100%;
  }
  .port-selection-header .bootstrap-select.col-12 .btn {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .port-selection-header .bootstrap-select .dropdown-menu {
    max-width: 95vw;
    width: 100%;
  }
  .port-selection-header .bootstrap-select .dropdown-menu li a {
    white-space: normal;
  }
}
.tab-content, .tab-pane {
  overflow: auto !important;
}

.panel-default {
  box-shadow: none;
}

.tdCol2 {
  white-space: nowrap;
}

.htmlRapportHeader {
  font-size: 1.6rem !important;
  font-weight: bold;
}

#loginContainer {
  text-align: center;
}

@media only screen and (min-width: 50px) and (max-width: 1250px) {
  .gridMain {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)) !important;
  }
  .gridMain > div {
    max-width: 88vw;
  }
}
.empty-state {
  padding: 60px 20px;
  text-align: center;
  color: #6c757d;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin: 0;
}
.empty-state h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.empty-state h3 i, .empty-state h3 svg {
  margin-right: 10px;
  color: #6c757d;
}

#feedback {
  position: absolute;
  left: 250px;
  top: 10px;
  display: none;
  font-size: 14px;
  color: #333 !important;
  background-color: #FFF !important;
  margin: auto;
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid #333 !important;
  box-shadow: none !important;
  z-index: 1000;
}
#feedback li {
  color: inherit !important;
}
#feedback .fbRood {
  color: #C00 !important;
}

#feedback:has(.fbRood) {
  border-color: #C00 !important;
}

#feedback.fbRood {
  background: #FFF !important;
  color: #C00 !important;
  border-color: #C00 !important;
}
#feedback.fbRood li {
  color: #C00 !important;
}

#feedback.fbGroen {
  background: #FFF !important;
  color: #339900 !important;
  border-color: #339900 !important;
}
#feedback.fbGroen li {
  color: #339900 !important;
}

span.fbRood {
  color: #C00 !important;
}

span.fbGroen {
  color: #339900 !important;
}

/*# sourceMappingURL=portaalV3Base.css.map */
