a[target]:not(.btn) {
	font-weight: normal !important;
	text-decoration: none !important;
}

.table {
	margin-bottom: 0px !important;
}

.table th, .table td {
	vertical-align: middle !important;
	border: 0px !important;
}

.panel .panel-container .panel-content {
	/*padding: 10px 10px !important;*/
}

.swal2-container {
    z-index: 10000 !important; /* Ändern Sie den z-Index-Wert nach Bedarf */
}

.row-own {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.hidden-row {
	display: none;
}

/* Positionen */
.pos {
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	margin: 0 5px 0 0;
	border-radius: 3px;
}
.pos-0 {
	background: #E9573E;
	min-width: 40px;
}
.pos-1, .pos-2, .pos-3, .pos-4, .pos-5, .pos-6, .pos-7, .pos-8 {
	background: #F6BB43;
	min-width: 40px;
}
.pos-9, .pos-10, .pos-11, .pos-12, .pos-13, .pos-14, .pos-15, .pos-16, .pos-17, .pos-18, .pos-19 {
	background: #8DC153;
	min-width: 40px;
}
.pos-20, .pos-21, .pos-22, .pos-23, .pos-24, .pos-25, .pos-26, .pos-27 {
	background: #4B89DC;
	min-width: 40px;
}
.pos-28 {
	background: #BEBEBE;
	min-width: 40px;
}
.pos-29 {
	background: #696969;
	min-width: 40px;
}
/* Attribute */
.bg {
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	margin: 0 5px 0 0;	
	border-radius: 3px;
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10, .bg-11, .bg-12, .bg-13, .bg-14, .bg-15, .bg-16, .bg-17, .bg-18, .bg-19, .bg-20, .bg-21, .bg-22, .bg-23, .bg-24, .bg-25, .bg-26, .bg-27, .bg-28, .bg-29, .bg-30, .bg-31, .bg-32, .bg-33, .bg-34, .bg-35, .bg-36, .bg-37, .bg-38, .bg-39, .bg-40, .bg-41, .bg-42, .bg-43, .bg-44, .bg-45, .bg-46, .bg-47, .bg-48, .bg-49, .bg-50 {
	background: #E9573E;
	min-width: 40px;
}
.bg-51, .bg-52, .bg-53, .bg-54, .bg-55, .bg-56, .bg-57, .bg-58, .bg-59, .bg-60 {
	background: #E77E23;
	min-width: 40px;
}
.bg-61, .bg-62, .bg-63, .bg-64, .bg-65, .bg-66, .bg-67, .bg-68, .bg-69, .bg-70 {
	background: #F6BB43;
    min-width: 40px;
}
.bg-71, .bg-72, .bg-73, .bg-74, .bg-75, .bg-76, .bg-77, .bg-78, .bg-79, .bg-80 {
	background: #8DC153;
    min-width: 40px;
}
.bg-81, .bg-82, .bg-83, .bg-84, .bg-85, .bg-86, .bg-87, .bg-88, .bg-89, .bg-90, .bg-91, .bg-92, .bg-93, .bg-94, .bg-95, .bg-96, .bg-97, .bg-98, .bg-99 {
	background: #239454;
    min-width: 40px;
}

/* Scrollbar */
::-webkit-scrollbar {
  	width: 4px;
}
::-webkit-scrollbar-track {
  	background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  	background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  	background: #888; 
}

