/* COMMON */

html,
body {
  margin: 0;
  padding: 0;
}

body {
	background-color: #000000;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
	font-family: Helvetica;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	text-align: center;
}

.score-team-row {
	padding-top: 2%;
}

.score {
	font-size: 15rem;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	background-color:rgba(0,0,0, 0.5);
	border-radius:10px;
}

.time {
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	background-color:rgba(0,0,0, 0.5);
	border-radius:10px;
	margin-top: 10px;
}



.team-col {
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: center;
	margin-top:10px;
	bottom:100px;
}

.team-color-1 {	
	position:absolute;
	display:flex;
	margin-left: auto; 
	margin-right: auto; 
	left:0;
	right:0;
	width:400px;
}

.team-color-2 {	
	position:absolute;
	display:flex;
	margin-left: auto; 
	margin-right: auto; 
	left:0;
	right:0;
	width:400px;
}

.team-color-1-1 {
	display:block;
	width:100%;
	height:30px;
}

.team-color-1-2 {
	display:block;
	width:100%;
	height:30px;
}

.team-color-2-1 {
	display:block;
	width:100%;
	height:30px;
}

.team-color-2-2 {
	display:block;
	width:100%;
	height:30px;
}

.team_logo {
	padding-bottom:10px;
	margin-bottom: 10px;
	position:flex;
	max-height: 450px;
	bottom:0;
}

.team-name {
	background-color:rgba(0,0,0, 0.5);
	border-radius:10px;
	margin: 10px auto;
	font-size: 2rem;
	text-align: center;
	width:400px;
}

.turnier-banner {
	max-height:150px;
	margin: 5px;
	padding: 10px;
	background-color:rgba(0,0,0, 0.5);
	border-radius: 15px;
}

.sponsor-row {
	margin-top: 10px;
}

.sponsor-image-left {
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	width:30%;
}

.sponsor-image-right {
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	width:30%;
}

.carousel {
	
	position: relative;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	
}

.table-modal, .modal {

	color:#fff;
	overflow-y: hidden;
	border-radius: 10px;
	background-color:rgba(0,0,0, 0.8);
}

.table-modal-content, .modal-content {
	color:#fff;
	background-color:rgba(0,0,0, 0.95);
}

.table-modal-body, .table-modal-body>h3, .modal-body, {
	color:#fff;
	
}

.table-modal-team-logo  {
	height:70px;
	
}

.table-modal-team-col {
	max-height:5px;
}

.table-modal-table {
	color:#fff;
	font-weight: bold;
	font-size: 3rem;
}

.turnier-banner-modal {
	height:60px;
	
}





.slideshow-player-image {
	
	height:90vh;
	border-radius: 10px !important;
}

.slideshow-player-name {
	color:white;
	font-weight: bold;
	font-size: 2rem;
}

.slideshow-team-name {
	color:white;
	font-weight: bold;
	font-size: 2rem;
}


.slideshow-team-logo {
	height:50px;
}




.goal-video {
	padding:10px;
	height: 50vh;
}

.goal-sponsor {
	height:70px;
}

.goal-team-logo {
	height: 90px;

}

.goal-player {
	font-size: 3rem;
	font-weight: bold;
}

.goal-player-image {
	height:50vh;
}


.exchange-team-logo {
	height:120px;
}

.exchange-player-in-name {
	font-size:3rem;
	color:#00A153;
}

.exchange-player-out-name {
	font-size:3rem;
	color:#FFB400;
}

.exchange-icon {
	
}