.container.page-content {
	width: 100%;
	max-width: 100vw;
	padding: 0;
	margin: 0;
}

.navbar {
	margin-bottom: 0;
}



.news-section {
  padding-left: 20px;
  border-right: 1px solid #BFBFBF;
}

@media (max-width: 575.98px) {
  .news-section {
    border-right: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

.col-12, .col-sm-7, .col-md-8, .col-lg-9,
.col-sm-5, .col-md-4, .col-lg-3 {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

/* Responsive utilities */
.hidden-xs {
  display: none !important;
}

@media (max-width: 575.98px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

@media (max-width: 575.98px) {
  .visible-xs {
    display: block !important;
  }
}

/* Buttons */
.btn-default {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* Forms */
.form-horizontal .control-label {
  padding-top: calc(0.375rem + 1px);
  margin-bottom: 0;
  text-align: right;
}

/* Panels to Cards */
.panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
}

.panel-heading {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.panel-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* Wells to Cards */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f8f9fa;
  border: 1px solid #e3e6f0;
  border-radius: 0.25rem;
}

/* Navbar */
.navbar-right {
  margin-left: auto !important;
}

/* Typography */
.text-muted {
  color: #6c757d !important;
}

/* Tables */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* List groups */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}


/* Previous styles remain the same */
/* Modal fixes */
.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
  }

  .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
  }

  .modal-title {
	margin-bottom: 0;
	line-height: 1.5;
  }

  .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
  }

  .modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
  }

  .modal-footer > * {
	margin: 0.25rem;
  }

  /* Support for .modal-dialog-centered */
  .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
  }

  /* Ensure the close button looks good */
  .modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
	background-color: transparent;
	border: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
  }

  .modal-header .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
  }

  /* Ensure buttons in the footer look good */
  .modal-footer .btn + .btn {
	margin-left: .5rem;
  }


.dataTable td.collapse:not(.show), .dataTable th.collapse:not(.show) {
  display: none !important;
}

/* In case the above doesn't catch all cases */
.dataTable .collapse:not(.show) {
  display: none !important;
}

/* Ensure other collapse elements still work as expected */
.collapse:not(.show) {
  display: none;
}

.dataTable td.hidden-column:not(.show),
.dataTable th.hidden-column:not(.show) {
    display: none !important;
}

.dataTable .hidden-column:not(.show) {
    display: none !important;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),
		 url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
		 url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
		 url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  }

  .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  /* Define specific glyphicons */
  .glyphicon-share:before { content: "\e066"; }
  .glyphicon-download-alt:before { content: "\e025"; }
  .glyphicon-edit:before { content: "\e065"; }
  .glyphicon-minus:before { content: "\2212"; }
  .glyphicon-menu-hamburger:before { content: "\e236"; }
  .glyphicon-cog:before { content: "\e019"; }
  .glyphicon-info-sign:before { content: "\e086"; }
  .glyphicon-search:before { content: "\e003"; }
  .glyphicon-alert:before { content: "\e209"; }
  .glyphicon-remove:before { content: "\e014"; }
  .glyphicon-calendar:before { content: "\e109"; }
  .glyphicon-chevron-left:before { content: "\e079"; }
  .glyphicon-chevron-right:before { content: "\e080"; }


.pagination li {
  padding-left: 7px;
}
