/* 2026-05-30T17:09:32+02:00 */
html {
	--club-color-bg-light: #3b4c5d;
	--club-color-bg-light-aa: #788089;
	--club-color-txt-on-light: #ffffff;
	--club-color-bg-dark: #0098a6;
	--club-color-bg-dark-aa: #5aa6ad;
	--club-color-bg-dark-ff: #80ccd3;
	--club-color-txt-on-dark: #ffffff;
	--club-color-table-title: #0098a6;
	--club-color-table-title-aa: #5aa6ad;
}

/* layout */
.club_light {
	background-color: #3b4c5d;
	color: #ffffff;
}
.club_dark {
	background-color: #0098a6;
	color: #ffffff;
}

/* matrix defaults overridables I */
.slot .p.no-costs {
	background-color: #fff;
	color: #000;
}

/* matrix - club */
.slot.closed {
	background-color: #004C53;
}
.slot.free {
	background-color: #e5e6e7;
}
.slot.free.peak {
	background-color: #c0c0c0;
}
.slot.taken {
	background-color: #ed1e3c;
}
.slot.taken.self {
	background-color: #25c100;
}
.slot.taken.can-append {
	background-color: pink;
}
.slot.checked-in-all,
.slot .p.checked-in {
	background-color: yellow;
}
.slot .p.paid {
	background-color: yellow;
}
.slot.checked-in-paid-all,
.slot .p.checked-in.paid {
	background-color: #25c100;
}

/* matrix defaults overridables II */
.slot.blocked {
	background-color: #eee;
}
.slot.blocked img {
	visibility: hidden;
}

.slot.taken.discarded {
	background-color: #000;
	color: #fff;
}
.slot.taken.discarded .p.no-costs {
	color: #000;
}

.slot-period {
	padding: 1px;
}
.slot.block-reservation .slot-period,
.slot.contract-reservation .slot-period {
	background-color: black;
	color: white;
}
.slot.finished-payment .slot-period {
	background-color: #777;
	color: white;
}

/* matrix - resources */
.r-4557.slot.free {background-color: #bbbbbb;}.r-4557.slot.free.peak {background-color: #999999;}.r-4558.slot.free {background-color: #bbbbbb;}.r-4558.slot.free.peak {background-color: #999999;}.r-4605.slot.free {background-color: #bbbbbb;}.r-4605.slot.free.peak {background-color: #999999;}.r-4606.slot.free {background-color: #bbbbbb;}.r-4606.slot.free.peak {background-color: #999999;}.r-4607.slot.free {background-color: #bbbbbb;}.r-4607.slot.free.peak {background-color: #999999;}.r-4608.slot.free {background-color: #bbbbbb;}.r-4608.slot.free.peak {background-color: #999999;}
/* matrix - class activities */
.c-632.slot.free {background-color: #0000ff;}.c-1871.slot.free {background-color: #3399ff;}
/* matrix - blocked courts */
.b-153398.slot.blocked {background-color: #66cc00;}.b-153399.slot.blocked {background-color: #66cc00;}.b-153401.slot.blocked {background-color: #66cc00;}.b-153402.slot.blocked {background-color: #66cc00;}.b-153403.slot.blocked {background-color: #66cc00;}.b-153404.slot.blocked {background-color: #ff9900;}.b-153405.slot.blocked {background-color: #ff9900;}.b-153406.slot.blocked {background-color: #ff0000;}.b-153407.slot.blocked {background-color: #ff3300;}.b-153408.slot.blocked {background-color: #ff3300;}.b-153409.slot.blocked {background-color: #ff3300;}.b-153410.slot.blocked {background-color: #ff3300;}.b-154890.slot.blocked {background-color: #ff6600;}.b-154891.slot.blocked {background-color: #ff0000;}.b-155639.slot.blocked {background-color: #33cc66;}
.slot:not(.discarded).checked-in-paid-none.finished {
	background-color: red;
}

/* custom */
table#cr_res td.vres > span.discarded {
	background-color: black;
}

.res-info-player-membership {
	display: none;
}
