/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.teams_balk, .week_balk {
	display: flex;
}
.teams_balk .teams_balk_element:first-child, .week_balk .week_balk_element:first-child {
    border-radius: 0.5em 0 0 0.5em;
}
.teams_balk .teams_balk_element:last-child, .week_balk .week_balk_element:last-child {
    border-radius: 0 0.5em 0.5em 0;
}
.teams_balk_element.selected {
    color: #d93037;
	background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.4));
}
.teams_balk_element:hover, .week_balk_change:hover {
	color: #d93037;
	background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.4));
	cursor: pointer;
}
.teams_balk .teams_balk_element, .week_balk .week_balk_element {
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}
.teams_balk_element, .week_balk_element {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 10px;
    background: #EEE;
    border: none;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));
    color: #222;
    font-family: sans-serif;
    font-size: 16px;
    text-shadow: 0 1px white;
}
.week_balk_disabled{
	color:rgb(192, 192, 192)
}
.programma_dag {
	margin-top: 50px;
}
.team_page_name {
    margin-top: 40px;
    font-size: 1.8em;
    font-weight: 600;
    color: black;
}
.team_img {
	max-width: 98%;
	border: 12px double #d93037;
	border-radius: 20px;
}
.team_resultaat {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 20px 0;
}
.team_uitslagen, .team_stand {
	width: 50%;
	padding: 0 10px;
}
.team_stand {
	border-left: 5px solid #d93037;
}
.vervoer-tabel {
	display: none;
	width: 100%
}
.programma-wrap {
	margin-top: 25px;
	margin-bottom: 15px;
}
.programma-wrap h4 {
	font-size: 1.8em;
}
.wacht-wrap {
	display: flex;
}
.table_zaalwacht {
	width: 100%;
	padding: 0 20px;
}
#teams {
	font-size: 1.1em;
	color: #b93037;
	font-weight: bold;
}
.top {
	color: #b93037;
}
.hide {
	display: none !important;
}
@media only screen and (max-width: 640px) {
	.teams_balk {
	}
	.teams_balk_element {
		padding: 5px 9px;
		margin-bottom: 50px;
		font-size: 10px;
	}
	.programma_dag {
		margin-top: 10px;
	}
	table.programma, table.uitslagen{
		font-size: 0.5em;
	}
	th.veld, th.vervoer, th.verzamel, td.veld, td.vervoer, td.verzamel, th.dpv, th.dpt, th.dpd, td.dpv, td.dpt, td.dpd {
		display: none;
	}
	td.thuis, th.thuis, td.uit, th.uit {
		max-width: 70px;
		overflow: hidden;
	}
	.team_uitslagen, .team_stand {
		width: 100%;
		padding: 0 5px;
	}
	.team_stand {
		border-left: none;
	}
	.team_resultaat {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.vervoer-tabel {
		display: flex;
		flex-direction: column;
		max-width: 100%;
	}
}
@media only screen and (max-width: 1024px) {
	.teams_balk {
	}
	.teams_balk_element {
		padding: 5px 9px;
		margin-bottom: 50px;
		font-size: 12px;
	}
	.programma_dag {
		margin-top: 10px;
	}
	table.programma, table.uitslagen{
		font-size: 0.8em;
	}
	th.veld, th.vervoer, th.verzamel, td.veld, td.vervoer, td.verzamel {
		display: none;
	}
	.team_uitslagen, .team_stand {
		width: 100%;
		padding: 0 5px;
	}
	.team_stand {
		border-left: none;
	}
	.team_resultaat {
		display: flex;
		flex-direction: column;
		margin-top: 20px;
	}
	.vervoer-tabel {
		display: flex;
		flex-direction: column;
	}
}