@charset "utf-8";

html{
	font-family: "Eras ITC", "Eras Light ITC",  sans-serif ; 
}

body{
	font-family: "Eras ITC", "Eras Light ITC",  sans-serif ;
	background: url("/images/bg.jpg") 0px 0px;
	background-size: contain;
	cursor: url("/images/mouse.png") 15 15, move;
}

.freezebody{
	height: 100%; 
	overflow: hidden;
}

header{
	backdrop-filter: blur(10px);
}

h1{
	font-family: "Eras ITC", "Eras Bold ITC",  sans-serif ;
	text-align: center;
	background-color: rgba(250, 250, 250, 0.7);
}

h2, h3, h4, h5, h6 {
	font-family: "Eras ITC", "Eras Demi ITC",  sans-serif ;
	text-align: center;
	background-color: rgba(250, 250, 250, 0.7);
	border-radius: 50px;
}

p{
	text-align: center;	
	background-color: white;
}

li{
	margin-left: 10%;
	background-color: rgba(250, 250, 250, 0.7);
}

a{
	cursor: url("/images/click.png") 15 15, move;
}

.clickzone{
	text-align: center;	
	cursor: url("/images/click.png") 15 15, move;
	background-color: rgba(250, 250, 250, 0.7);
	border-radius: 50px;
	border-color: black;
  	border-width: 1px;
  	border-style: outset;
}

.installbutton{
	background-color: black;
    color: white;
    padding: 10px;
    border-radius: 20px;
}

.installbutton button{
	width:90%;
}

.staticbody{
	position: sticky;
	top: 10px;
	background-color: rgba(250, 250, 250, 0.7);
	z-index: 10;
}

.column {
  float: left;
  padding: 10px;
}

.left, .right {
  width: 22%;
}

.middle {
  width: 51%;
}

.movingslide .middle img{
	max-width: 100%;
}

.underline{
	text-decoration: underline;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.dynamic-height {
    -webkit-transform: translateY(100%); 
    transform: translateY(100%);         
    margin-top: -10px;
}

.scrollbody{
	position: relative;
}

.youtubeframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;	
}

.instagramframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 8;	
}

.reportheadertitle{
	display: block;
}

.reportheadertitle .left{
	float: left;
  	width: 48%;
}

.reportheadertitle .right{
	float: right;
  	width: 50%;
}

.framecontainer{
	max-width: 80%;
	display: block;
	position: relative;
	margin: auto;
	border-radius: 50px;
}

.framecontaineringame{
	max-width: 50%;
	display: block;
	position: relative;
	margin: auto;
	border-radius: 50px;
	float: right;
}

.postgamereportingame{
	width: 48%;
  	float: left;
  	display: block;
  	position: relative;
  	margin:auto;
  	border-radius:50px;
   aspect-ratio: 2/1;
}

.postgamereportingame iframe{
	width: 100%;
  height: 100%;
}

.title{
	text-align: center;
	background-color: rgba(250, 250, 250, 0.7);
	border-radius: 50px;
}

.bfooter{
	position: fixed;
	bottom: 0;
	z-index: 5;
	width: 90%;	
}

.bfooter div{
	position: relative;
	margin: auto;
	display: block;
}

.white{
	background-color: white;	
}

.bfooter ul{
	list-style-type: none;
	/*margin: 0;
	padding: 0;*/
	overflow: hidden;
}

.bfooter li{
	float: left;
}

.bfooter li a{
	  display: block;
	  text-align: center;
  	  padding: 5px;
      text-decoration: none;
}

#CurrentResolution{
	color: black;
	background: pink;
	position: absolute;
	left: 45%;
}

.instagram{
	background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.facebook{
	background-color: #1877f2;
}

.youtube{
	background-color:#ff4e45;
}

.games{
	background-image: radial-gradient(circle at 30% 107%, #e63946 0%, #f1faee 5%, #a8dadc 45%,#457b9d 60%,#1d3557 90%);
}

.nopadding{
	padding: 0px;
}

#outtable{

}

.tablecontainer{
	overflow-x: scroll;
	max-height: 75vh;
	max-width: 95vw;
	border-style: outset;
}

/*.tablecontainermobile{
	overflow-x: scroll;
	max-height: 75vh;
	max-width: 95vw;
}*/

#outtable th{
	/*background-color: #4CAF50;
  	color: white;*/
	background-color: #ddd;
  	color: black;
}

#outtable td, #outtable th {
  border: 1px solid #ddd;
  padding: 8px;
}

#outtable tr:nth-child(even){background-color: #f2f2f2;}
#outtable tr:nth-child(odd){backdrop-filter: blur(10px);}
#outtable tr:hover {/*background-color: #bfbfbf;*/background-color:#cce0ff;}

.widetable{
	width: 100%;
}

.notificationpromtactive{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	filter: blur(0.5em);
	background-color: rgba(0, 0, 0, .85);
}

.closeslide{
	color:white;
	background-color: red;
	top: 13%;
	position: fixed;
	width: 60px;
	z-index: 20;
	right: 12%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	cursor: url("/images/click.png") 15 15, move;	
}

.textinside{
	color: white;
	position: fixed;
	top: 20%;
	z-index: 20;
	left: 11%;
	width: 70vw;
	max-width: 450px;
	border: 5px;
	border-style: inset;
	padding: 5px;
	
}

.clippedmini{
	background: url("/images/Clipped.png") 0px 0px;
	z-index: 15;
	position: fixed;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	background-repeat: no-repeat;
}

.donabutton{
	position: fixed;
	top: 10%;
	right: 10%;
	width: 8%;
	aspect-ratio: 1/1;
	min-width: 115px;
	max-width: 150px;
}

.pigdonate{
	position: relative;
	top: 10%;
}

.textdonate{
	position: relative;
	top: 10%;
}

.zvideo{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}

.zvideo video{
	width: 100%;
	position: relative;
}

.textcoming{
	position: fixed;
	top: 40vh;
	left: 30vw;
	z-index: 1;
	color: white;
	background-color: black;
	font-size: 6vw;
}

.captcha{
	border-style: inset;
  	padding: 10px;
	background-color: beige;
	text-align: center;
}

.captcha input[type=text], input[type=number]{
	border-style: outset;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
}

.disabled{
	aspect-ratio: 1/1;
	width: 36px;
	background-color: black;
	color: white;
}

.enabled{
	aspect-ratio: 5/3;
	width: 60px;
	border-color: blue;
	color: black;
	background-color: white;
}

.submitdonate{
	width: 50%;	
	text-align: center;
	aspect-ratio: 5/1;
	min-width: 200px;
	max-width: 350px;
	border-radius: 10px;
	padding-top: 8%;
	position: relative;
	left: 25%;
}

.enablesubmitdonate{
	background-color: black;
	color: white;
	border-color: blue;
	border-style: groove;
}

.disablesubmitdonate{
	background-color: grey;
	color: white;
}

.white{
	background-color: white;	
}

.tandc{
	width: 100%;
	background-color: lightgray;
	aspect-ratio: 8/1;
	resize: none;
}

.donatedis{
	aspect-ratio: 2/1;
	width: 60px;
	background-color: lightgray;
	text-align: center;
	color: black;
	display: inline-block;
}

.donateoption{
	aspect-ratio: 2/1;
	width: 60px;
	background-color: lightgreen;
	text-align: center;
	border-style: groove;
	color: black;
	display: inline-block;
}

.donateselected{
	aspect-ratio: 2/1;
	width: 60px;
	background-color: green;
	text-align: center;
	border-style: dashed;
	color: white;
	display: inline-block;
}

.hmessage{
	
}

.form{
	text-align: center;
}

.form input{
	width: 80%;
	border-style: inset;
	height: 5vh;
	min-height: 30px;
	margin: 5px;
	font-family: Papyrus, cursive;
}

.form textarea{
	width: 80%;
	height: 25vh;
	border-style: inset;
	min-height: 180px;
	margin: 5px;
	font-family: Papyrus, cursive;
}

.hide{
	display:none;
}

.date{
	text-align: center;
	padding: 10px;
}

.score{
	display: flex;
	align-items: center;
	align-items: center;
    justify-content: center;
	padding: 10px;
}

.gamestatus{
	text-align: center;
	padding: 5px;
	background-color: white;
	font-size: 1.3em;
	border-radius: 10px;
}

.gamestatus .Progress{
	background-color: lightgreen;
	color:black;
	margin-bottom: 5px;
}

.gamestatus .Upcoming{
	background-color: lightblue;
	color:black;
	margin-bottom: 5px;
}

.gamestatus .Completed{
	background-color: lightgray;
	color:black;
	margin-bottom: 5px;
}

.goals{
	font-size: 2em;
}

.shots{
	font-size: .8em;
}

.gameactions{
	display: flex;
    justify-content: space-around;;
	padding: 10px;
}

.topsummary {
	display:inline-block;
	margin-left: 40%;
	background-color: rgba(255, 255, 255, .5);	
}

.topsummary .homelogo{
	height: 5vh;
  display: inline-block;
}

.topsummary img{
	display: inline-block;
  	height: 5vh;
}
.topsummary .goalshome{
	text-align: center;
	font-size: 2.5em;
	display: inline-block;
}

.topsummary .goalsvisitor{
	text-align: center;
	font-size: 2.5em;
	display: inline-block;
}

.topsummary .shots{
	display: inline-block;
  border-style: solid;
  border-width: 1px;
	max-width: 34px;
}

.topsummary .header{
	width: 7vw;
	max-width: 32px;
}

.topsummary .home{
	font-size: 1.2em;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  width: 3vw;
	max-width: 13px;
}

.topsummary .visitor{
	font-size: 1.2em;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  width: 3vw;
max-width: 13px;
}

.topsummary .visitorlogo{
	height: 5vh;
  	display: inline-block;
}

.homelogo{
	padding:5px;
	font-size: .7em;
	text-align: center;
}

.homelogo img{
	max-width: 150px;
}

.visitorlogo{
	padding:5px;
	font-size: .7em;
	text-align: center;
}

.visitorlogo img{
	max-width: 150px;
}


.gameonpreview{
	margin-left: 12%;
}

.gameonpreview img{
	display: inline-block;
  	width: 470px;
	border-radius: 40px;
}

.actionbutton{
  padding: 5px;
  color: white;
  border-radius: 5px;
  width: 30%;
  aspect-ratio: 4/1;
  text-align: center;
  border-color: white;
  border-style: groove;
}

.view{
	background-color: darkblue;
}

.record{
	background-color: darkred;	
}

.download{
	background-color: white;
    color: green;
    border-radius: 8px;
    position: relative;
    /*top: 10px;
    right: 5px;*/
    padding: 5px;
	border-style: groove;
  	border-width: 1px;
}

#eventimage{
	max-width: 75vw;
}

#netimage{
	max-width: 75vw;
}

.filters{
	font-size: .9em;
	position: fixed;
  	left: 4px;
  	background-color: white;
}

.filters img{
	
}

.selected{ 	
	border-width: 4px;
  border-style: ridge;
}

.filters .Progress{
	background-color: lightgreen;
  	position: relative;
  	left: 8px;
  	writing-mode: vertical-rl;
  	text-orientation: upright;
  	top: 15%;
	color:black;
	margin-bottom: 15px;
}

.filters .Upcoming{
	background-color: lightblue;
  	position: relative;
  	left: 8px;
  	writing-mode: vertical-rl;
  	text-orientation: upright;
  	top: 40%;
	color:black;
	margin-bottom: 15px;
}



.filters .Completed{
	background-color: lightgray;
  	position: relative;
  	left: 8px;
  	writing-mode: vertical-rl;
  	text-orientation: upright;
  	top: 60%;
	color:black;
	margin-bottom: 15px;
}

.starbusiness{
	color: white;
  	background-color: black;
  	text-align: center;
  	width: 100%;
  	position: fixed;
  	bottom: 0px;
  	left: 0px;
  	font-size: .6em;
}

.starbusiness a{
	text-decoration: none;
  	color: white;
}

.starbusiness img{
	height: 17px;
}

@media screen and (max-width: 480px) {
	.left, .right {
  		width: 2%;
	}

	.middle {
  		width: 87%;
	}
	
	.column {
		padding: 5px;
	}
	
	.topsummary {
		margin-left: 22%;	
	}
	.gameonpreview{
		margin-left: 5%;
	}
	
}

@media (min-aspect-ratio: 15/7) {
	.staticbody{
		position: relative;
		top: 10px;
		background-color: rgba(250, 250, 250, 0.7);
		z-index: 10;
	}
	
}

@media screen and (max-width: 600px) {
	/* THIS IS THE DEFINITION FOR MOBILE DEVICES */
	.staticbody{
		position: relative;
		top: 10px;
		background-color: rgba(250, 250, 250, 0.7);
		z-index: 10;
	}
	
	li{
		margin-left: 5%;
	}
	
	.tablecontainer{
		overflow-x: scroll;
		max-height: 75vh;
		max-width: 95vw;
		border-style: outset;
	}
	
	.textinside{
		left: 23%;
	}
	
	.clippedmini{
		background: url("/images/Clipped.png") -450px 120px;
	}
	
	.zvideo{
		height: 100%;
		width: auto;
		left: -50%;
	}
	
	.zvideo video{
		width: auto;
		height: 100%;
	}
	
	.submitdonate{
		left: 15%;
	}
	
	.movingslide .left{
		width: 0%;
	}
	
	.movingslide .right{
		width: 0%;
	}
	.homelogo img{
		width:100%;
	}
	.visitorlogo img{
		width:100%;
	}
	.gameonpreview{
		margin-left: 3%;
	}
	
	.postgamereportingame{
	   aspect-ratio: 1/1;
	}	
}