/* Ledo Spieleliste */
select#game_genres { /*, select#game_platforms, select#game_age_ratings_edit */
	height: 120px;
}

/* Ascending sorting */
th.asc::after {
    content: '\25b2'; /* Up arrow (Unicode character) */
    margin-left: 5px;
}

/* Descending sorting */
th.desc::after {
    content: '\25bc'; /* Down arrow (Unicode character) */
    margin-left: 5px;
}

/* Bootstrap customized*/
.accordion-button, .accordion-button:not(.collapsed) {
    /*--bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;	*/
	border-color: #0d6efd; /*var(--ast-global-color-0);*/
    background-color: #0d6efd; /* var(--ast-global-color-0);*/
	color: #ffffff;
	font-weight: bold;
	/*font-size: 1em;*/
}

.custom-tooltip {
  max-width: 500px; 
}
.tooltip.custom-tooltip .tooltip-inner {
  max-width: 500px; 
}

.list_entry_type {
	width: 150px;
}

.editBtns, .deleteBtns, .detailBtns {
	width: 100px;
}

.editBtnsLg, .deleteBtnsLg {
	width: 150px;
}

.newBtn {
	width: 150px;
}

.game_primary_image {
	width: 250px;
}

.game_primary_image img, .game_details_primary_image img {
	width: 100%;
}

.game_details_platform {
    float: right;
}

.game_details_platform img {
	height: 44px;
}

.btn-outline-purple {
    --bs-btn-color: #6f42c1;
    --bs-btn-border-color: #6f42c1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6f42c1;
    --bs-btn-hover-border-color: #6f42c1;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6f42c1;
    --bs-btn-active-border-color: #6f42c1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6f42c1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6f42c1;
    --bs-gradient: none;	
}

.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(111, 66, 193, var(--bs-bg-opacity)) !important;	
}	

.btn-outline-teal {
    --bs-btn-color: #20c997;
    --bs-btn-border-color: #20c997;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #20c997;
    --bs-btn-hover-border-color: #20c997;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #20c997;
    --bs-btn-active-border-color: #20c997;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #20c997;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #20c997;
    --bs-gradient: none;	
}

.btn-outline-orange {
    --bs-btn-color: #fd7e14;
    --bs-btn-border-color: #fd7e14;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fd7e14;
    --bs-btn-hover-border-color: #fd7e14;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fd7e14;
    --bs-btn-active-border-color: #fd7e14;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fd7e14;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fd7e14;
    --bs-gradient: none;	
}

#master-list-filter-headingOne {
	margin-bottom: 0px;
}

