/* #########################
# 25Space System Health    #
# CUSTOM CSS FILE          #
######################### */
	
	.message-inhalt_warning {
		background-position: 10px 12px;
		background-repeat: no-repeat;
		border: 1px solid;
		padding: 12px 12px 12px 36px;
		background-color: #f6d3cf;
		border-color: #fa5858;
		color: #000000;
		text-align: left;
	}
	
	.inc-inhalt_warning {
		background-position: 10px 12px;
		background-repeat: no-repeat;
		border: 1px solid;
		padding: 12px 12px 12px 36px;
		background-color: #f0f0f0;
		border-color: #252525;
		color: #000000;
		text-align: left;
	}
		
	
	error {
		color: #e71127;
	}
	
	orange {
		color: #ff9900;
	}
	
	
	mobileremove {
	}
	@media screen and (max-width: 1250px) {
		mobileremove {
			display: none;
		}		
	}

	
	desktopremove {
		text-align: center;
	}

	@media screen and (min-width: 1251px) {
		desktopremove {
			display: none;
		}		
	}	
		

/*------------------------------------------------------------------
[ACCORDION]
*/
.accordioninc {
  background-color: rgba(15, 23, 42, 0.85);
  color: #e5e7eb;
  cursor: pointer;
  padding: 16px 18px;
  width: 100%;
  border: 1px solid rgba(51, 65, 85, 0.9);
  text-align: left;
  outline: none;
  border-radius: 14px;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out, transform 0.12s ease-out, box-shadow 0.12s ease-out;
}

.activeinc, .accordioninc:hover {
  background-color: rgba(15, 23, 42, 1); 
  border-color: rgba(249, 115, 22, 0.85);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.8);
  transform: translateY(-1px);
}

.panelinc {
  padding: 0 18px 16px 18px;
  display: none;
  background-color: transparent;
  overflow: hidden;
  color: #e5e7eb;
}
	
/*------------------------------------------------------------------
[Cookie - START]
*/
#cookie-spacepopup {
	/*font-size: 13px;*/
	background-color: rgba(0,0,0,0.8);
	text-align: left;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 8000;
	line-height: 20px;
}
.cookie-spacepopup-inner {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.2);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	/*max-width: 400px;*/
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-color: rgba(0,0,0,1);
}
.cookie-spacepopup-inner button {
	background-color: #ff9900;
	border: 2px solid #ff9900;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-spacepopup-inner button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}
.cookie-more a {
	/*border: 1px solid #ccc;*/
	line-height: 24px;
	display: block;
	color: #ccc;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cookie-more a:hover,
.cookie-more a:focus {
	text-decoration: none;
	/*background-color: #333; */
	color: #ff9900;
}
/* MOBILE */
@media screen and (max-width: 767px) {
	nomobile {
		display: none; !important
	}	
	.nomobile {
		display: none; !important
	}		
}
@media screen and (min-width: 768px) {
	nodesktop {
		display: none;
	}		
}	
/*------------------------------------------------------------------
[Cookie - END]
*/
	
.panel {
  margin-bottom: 20px;
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), #020617 60%);
  border-radius: 16px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  -webkit-box-shadow: 0 20px 45px rgba(15, 23, 42, 0.7);
          box-shadow: 0 20px 45px rgba(15, 23, 42, 0.7);
  color: #e5e7eb;
}
.panel-body {
  padding: 18px 20px 20px 20px;
}
.panel-heading {
  padding: 14px 20px;
  border-bottom: 1px solid rgba(30, 64, 175, 0.5);
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: rgba(51, 65, 85, 0.9);
}
.panel-default > .panel-heading {
  color: #e5e7eb;
  background-color: rgba(15, 23, 42, 0.9);
  border-color: rgba(51, 65, 85, 0.9);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: rgba(59, 130, 246, 0.7);
}
.panel-primary > .panel-heading {
  color: #e5e7eb;
  background: linear-gradient(135deg, #1d4ed8, #0ea5e9);
  border-color: rgba(59, 130, 246, 0.9);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: rgba(34, 197, 94, 0.75);
}
.panel-success > .panel-heading {
  color: #e5e7eb;
  background: linear-gradient(135deg, #16a34a, #22c55e);
}
.panel-success > .panel-heading .badge {
  color: #28a745;
  background-color: #28a745;
}
.panel-info {
  border-color: rgba(56, 189, 248, 0.75);
}
.panel-info > .panel-heading {
  color: #e5e7eb;
  background: linear-gradient(135deg, #0284c7, #22d3ee);
  border-color: rgba(56, 189, 248, 0.9);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: rgba(251, 146, 60, 0.85);
}
.panel-warning > .panel-heading {
  color: #111827;
  background: linear-gradient(135deg, #f97316, #fbbf24);
  border-color: rgba(251, 146, 60, 1);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #e36209;
  background-color: #e36209;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: rgba(239, 68, 68, 0.9);
}
.panel-danger > .panel-heading {
  color: #fee2e2;
  background: linear-gradient(135deg, #b91c1c, #ef4444);
  border-color: rgba(239, 68, 68, 1);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #dc3546;
  background-color: #dc3546;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}






.label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: .25em .75em;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  color: #020617;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: rgba(148, 163, 184, 0.5);
  color: #e5e7eb;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: rgba(148, 163, 184, 0.8);
}
.label-primary {
  background-color: rgba(59, 130, 246, 0.9);
  color: #eff6ff;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #2563eb;
}
.label-success {
  background-color: rgba(34, 197, 94, 0.9);
  color: #ecfdf3;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #16a34a;
}
.label-info {
  background-color: rgba(56, 189, 248, 0.9);
  color: #e0f2fe;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #0ea5e9;
}
.label-warning {
  background-color: rgba(251, 191, 36, 0.98);
  color: #111827;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #fbbf24;
}
.label-danger {
  background-color: rgba(248, 113, 113, 1);
  color: #fef2f2;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #ef4444;
}

/*------------------------------------------------------------------
[Status Layout Enhancements]
------------------------------------------------------------------*/
.status-legend {
  margin: 8px 0 24px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.section-subtitle {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #9ca3af;
}

.status-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}

.status-table td {
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), #020617 70%);
  border-radius: 16px;
  padding: 18px 18px 16px 18px;
  border: 1px solid rgba(51, 65, 85, 0.9);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.8);
}

.status-table h4 {
  margin-bottom: 8px;
  color: #e5e7eb;
}

.status-table h4 small {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #9ca3af;
}

@media (max-width: 1000px) {
  .status-table {
    border-spacing: 0 12px;
  }

  .status-table tr,
  .status-table td {
    display: block;
    width: 100%;
  }

  .status-table tr {
    margin-bottom: 4px;
  }

  .status-table td {
    margin: 0 0 10px 0;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
  }
}