/**
file: team_spiele.php
Update:
				2023-07-15: added xxG, xxY, xxR for team_spiele
				2023-07-19: relegation for team_spiele
**/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	line-height: 1.5;
	font-size: 14px;
}

.bold {
	font-weight: bold;
}

#bl1Head {
	/*background: url("img/index.png") no-repeat;*/
}
.ruler {
	height:8px;
	border:1px dotted #000;
	font-size:8px;
	text-align:center;
}

.r318 {
	width: 318px;
}
.r360 {
	width: 360px;
}
.r369 {
	width: 369px;
}
.r400 {
	width: 400px;
}
.r480 {
	width: 480px;
}
.r560 {
	width: 560px;
}
.r600 {
	width: 600px;
}
.r720 {
	width: 720px;
}
.r760 {
	width: 760px;
}
.r768 {
	width: 768px;
}
.r790 {
	width: 790px;
}
.r800 {
	width: 800px;
}
.r1040 {
	width: 1040px;
}
.r1080 {
	width: 1080px;
}
.r1280 {
	width: 1280px;
}

.ruler-size {
	background-color:#fff;
	color:#000;
	padding: 0 2px;
}

#screen_width {
	position: relative;
	top: -12px;
	left: 0;
	color: #fff;
	font-size: 10px;
}

input.tipp {
	width: 16pt;
	text-align: center;
}

.bgW {
	background-color:#FFFFFF;
}

.bgGray {
	background-color:#AFAFAF;
}

.bgLLG {
	background-color:#EFEFEF;
}

.bgLG {
	background-color:#DFDFDF;
}

.bgDG {
	background-color:#BFBFBF;
}

.bgDDG {
	background-color:#8F8F8F;
}

.bgLY {
	background-color:#FFFFCC;
}

.bgY {
	background-color:#FFCC33;
}

.bgGreen {
	background-color:#669966;
}

.bgRed {
	background-color:#CC3333;
}

.pkte_spt {
	width: 24px;
}

.savereset {
	BACKGROUND-COLOR: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}

.trSep {
	border-top-style:none;
	border-bottom-style:none;
	padding-left: 1px;
}

.news_content {
	margin-left: 12px;
	margin-top: 10px;
	margin-bottom: 24px;
}

.padd_0-6 {
	padding-right: 2px;
}

.padd_lr8 {
	padding: 0 8px;
}

.padd_r8 {
	padding: 0 12px;
	text-align: right;
}

.txt-al-r {
	text-align: right;
}

.padd_tb8-20 {
	padding: 8px 8px 20px;
}

.sp_nr {
	width: 22px;
	display: inline-block;
}

.s_nr {
	width: 22px;
	height: 20px;
	display: inline-block;
}

.bl {
	background-color: blue;
}
.re {
	background-color: red;
}

.dot {
	width: 15px;
}

.rel {
	width: 74px;
}

.numcell {
	text-align: center;
	padding: 0 6px;
}

#teamlist .numcell {
	text-align: center;
	padding: 0;
	width: 24px;
}

.blog-nav-item {
		color: white;
    display: inline-block;
    font-weight: 500;
    padding: 8px;
    position: relative;
}

.blog-masthead {
    background-color: SeaGreen; /* #777bb4; */
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
}

.blog-masthead_admin {
    background-color: darkslategray; /*OrangeRed;*/
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
}

.blog-masthead_placements {
    background-color: firebrick;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1) inset;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#chron {
	margin: 0 20px;
}

#results {
	max-height: 185px;
	overflow-y: auto;
	overflow-x: hidden;
	width: auto !important;
	padding-right: 16px;
}

.spieltag {
	margin: 10px 0px;
	padding: 0;
}

/* additional information for each team of one game*/
#matches {
	width: auto;
	white-space: nowrap;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

.pull-right {
    float: right !important;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 0px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

.btn-default:hover[type="reset"] {
    background-color: OrangeRed;
    border-color: #ccc;
    color: #fff;
}

.btn-default:hover[type="submit"] {
    background-color: Green;
    border-color: #ccc;
    color: #fff;
}

.btn-row {
	margin: 20px 0 10px 0;
}

.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline-block;
    font-size: 12px;
    height: 22px;
    line-height: 1.42857;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 65%;
    margin: 2px;
}

#pw-form, #login-form, #reg-form-n, #reg-form-o, #profil-form, #forum-form, #news-form,
#comment-form {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid OrangeRed;
    border-radius: 10px;
    overflow: auto;
    padding: 10px 15px 15px;
    width: 45%;
    min-width: 336px;
    max-width: 550px;
    margin: 10px;
}

#pw-form label, #login-form label, #reg-form-n label, #reg-form-o label, #profil-form label,
#forum-form label, #news-form label, #comment-form label {
    display: inline-block;
    font-weight: bold;
    width: 100px;
}

#pw-form input[type="email"], #login-form input[type="email"], #login-form input[type="password"],
#reg-form-o input[type="email"], #reg-form-n input[type="text"], #reg-form-n input[type="email"],
#reg-form-n input[type="password"], #profil-form input["text"] {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 25px;
    width: 65%;
}

.content-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.team_matches{
	display: inline-block;
}

.tHeader {
	display: inline-block;
}
.aHeader {
	display: inline-block;
}

.pw-reset {
	float: right;

}

.lastChange {
	float: right;
	color: #666;
    font-size: 80%;
    font-style: italic;
    margin-top: 10px;
}

.clearfix {
    clear: both;
}

#reg-form-n .content-footer p, #reg-form-o .content-footer p, #profil-form .content-footer p,
#forum-form .content-footer p {
    color: #666;
    font-size: 80%;
    font-style: italic;
    text-align: center;
}
p {
    line-height: 1.5em;
    margin: 10px 0;
}

#nav-profile {
	background: url("img/user16.png") no-repeat;
	margin: 8px 0px;
}

#nav-logout {
	background: url("img/logout16.png") no-repeat;
	margin: 8px 10px 8px 0px;
}

#nav-profile, #nav-logout {
	/*margin: 8px 0px;*/
	padding: 0px 4px;
	color: transparent;
}

#nav-profile span, #nav-logout span {
	text-indent: 100px;
}

.teamRow {
	margin:0;
	padding:0;
	/*border:1px solid #8f8f8f;*/
	border-left:1px solid #8f8f8f;
	border-top:1px solid #8f8f8f;
	border-right:1px solid #8f8f8f;
}
.teamIndex {
	display: inline-block;
	width:30px;
	border-right:1px solid #8f8f8f;
}
.teamName {
	display: inline-block;
	width:200px;
	border-right:1px solid #8f8f8f
}
.teamTipp {
	display: inline-block;
	width:36px;
	border:0px solid #8f8f8f;
}
.teamRel {
	border-right:1px solid #8f8f8f;
}
.emptyRow {
	height: 3px;
}
.bBorder {
	border-bottom:1px solid #8f8f8f;
}

.saison_punkte_graph {
	/*border: 1px solid #f0f0f0;*/
    margin: 10px 0;
    width: -moz-max-content;
    /*display: inline-block;*/
}
.half {
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 10px;
	/*border: 1px solid #f0f0f0;*/
}
.one {
	border-top: 1px solid #f0f0f0;
	border-right: 0px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}
.two {
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-left: 0px solid #f0f0f0;
}

.sp_spieltag, .saison_punkte {
	display: inline-block;
}

.platzierungen_graph .sp_spieltag {
	margin-top: 20px;
}

.sp_rang {
	width: 19px;
	height: 18px;
	border: solid 0px #f0f0f0;
	text-align: right;
	padding-right: 3px;
	font-size: 10px;
}
.sp_rang_nr {
	width: 19px;
	height: 18px;
	border: solid 0px #f0f0f0;
	text-align: center;
	font-size: 10px;
}
.season_rang_nr {
	width: 13px;
	height: 19px;
	border: solid 0px #f0f0f0;
	text-align: center;
	font-size: 10px;
}
.season_nr {
width: 24px;
height: 18px;
border: solid 0px #f0f0f0;
text-align: center;
font-size: 10px;
}
.rotate {
  transform: rotate(90deg);
}
.rotate_snr {
	transform: rotate(73deg);
}
.b_top {
	border-top: solid 1px #f0f0f0;
}
.b_right {
	border-right: solid 1px #f0f0f0;
}
.xx {
	background: url("img/ballBb.png") no-repeat;
}
.xxR {
	background: url("img/ballRb.png") no-repeat;
}
.xxY {
	background: url("img/ballYb.png") no-repeat;
}
.xxG {
	background: url("img/ballGb.png") no-repeat;
}
.xxYC {
	background: url("img/ballYbC.png") no-repeat;
}
.xxRD {
	background: url("img/ballRbD.png") no-repeat;
}
.xxE {
	background: url("img/ballEb.png") no-repeat;
}
.high {
	border-top: dashed 1px green;
}
.low {
	border-bottom: dashed 1px red;
}
.relegation {
	background-color: #D3D3D3;
}
#tu {
	margin-right: 20px;
	vertical-align: top;
}
.hishow {
		display: none;
	}

#teams {

}
.team {
	border: 1px solid #cfcfcf;
	width: 100px;
}

@media(max-width: 840px) {
	.tHeader {
		display: inline-block;
	}
	.hishow {
		display: inline-block;
	}
	.half {
		display: block;
	}
	.one {
		border-top: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
	}
	.two {
		border-top: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
		border-bottom: 1px solid #f0f0f0;
		border-left: 1px solid #f0f0f0;
	}
}

@media(max-width: 640px) {
	.blog-nav-item {
		padding: 4px;
	}
	.hishow {
		display: inline-block;
	}

	.aHeader {
		display: none;
	}
	.sp_nr {
		width: 20px;
	}
}

@media(max-width: 600px) {

	.container {
		padding-left: 8px;
		padding-right: 8px;
	}
	.blog-nav-item {
		padding: 4px;
	}

	.padd_lr8 {
		padding: 0 4px;
	}

	.padd_r8 {
		padding: 0 4px;
	}

	.numcell {
		padding: 0 2px;
	}

	#nav-profile {
		background: url("img/user16.png") no-repeat;
	}

	#nav-logout {
		background: url("img/logout16.png") no-repeat;
	}

	#nav-profile, #nav-logout {
		margin: 8px 0px;
		padding: 0px 4px;
		color: transparent;
	}

	#nav-profile span, #nav-logout span {
		text-indent: 100px;
	}

	.form-control {
		width: 60%;
    }

    .sp_nr {
    	height:20px;
		width: 20px;
		display: inline-block;
		margin:0;
		padding:0;
	}
	.s_nr {
		width:19px;
		height:20px;
		display:inline-block;
	}
	.rel {
		width: 70px;
	}
	.dot {
		width: 15px;
	}

	#pw-form, #login-form, #reg-form-n, #reg-form-o, #profil-form, #forum-form, #news-form, #comment-form {
		padding: 5px 15px;
	}

	.btn-row {
		margin: 10px 0 10px 0;
	}

	.content-header {
		margin-bottom: 10px;
	}

	.tHeader {
		display: inline-block;
	}
	.hishow {
		display: inline-block;
	}
	/* player count, date time */
	.pl_time {
		display: none;
	}

	input.tipp {
		text-align: center;
		width: 12pt;
	}
}

@media(max-width: 558px) {
	.tHeader {
		display: none;
	}
}

@media(max-width: 400px) {
	.hide {
		display: none;
	}
}

@media(max-width: 384px) {
	.container {
		padding: 0 2px;
	}
	.sp_nr {
		 width: 20px;
	}
}
@media(max-width: 375px) {
	.padd_lr8 {
		 padding: 0 2px;
	}
	.sp_nr {
		 width: 20px;
	}
	.txt-al-r {
		text-align: right;
	}
	margin: 0;
}

@media(max-width: 360px) {
	.container {
		padding-left: 3px;
		padding-right: 0px;
	}
	.blog-nav-item {
		padding: 3px;
	}
	.s_nr {
		width:18px;
		height:20px;
		display:inline-block;
	}
	.btn-row {
		margin: 10px 0px;
	}
	.spieltag .padd_lr8 {
		padding-left: 2px;
	}

	.spieltag .padd_r8 {
		padding: 0 2px;
	}

	.spieltag .numcell {
		padding: 0 1px;
	}
	.tbl_header {
		display: none;
	}
	/* additional information for each team of one game*/
	#matches {
		width: auto;
		white-space: nowrap;
	}

	.hide {
		display: none;
	}

	.tHeader {
		display: none;
	}
	.half {
		display: block;
	}
	.sp_rang {
		width: 12px;
		height: 14px;
	}
	.sp_rang_nr {
		width: 14px;
		height: 14px;
	}
	.xx {
		background: url("img/ball12x12.png") no-repeat;
	}
}
