/*I included Parameters here which were new to Auto Render. 
  Anything which was shared is still kept in the original 
  pb-render-menu.css File

  Most everything was reused or atleast we tried to.

*/


#autorender-filename-input-id {
	background-color:lightblue;
	width:95px;
	margin:0px;
	padding:0px;
	margin-top:1px;
	margin-left:-6px;
	font-size:9px;
}

#autorender-active-indicator-id {
	width:13px;
	border-radius:6px;
	height:13px;
	border-width:1px;
	border-color:white;
	background-color:grey;
}

/* Second upper menu due to space concerns*/
.autorender-menu2-full-class {	
	position:relative;
	display:block;
	height:80px;
	margin-bottom:5px;
    width: 100%;
	margin:0px;
	padding:0px;
    margin-top:1px;
	background-color:rgba(230,255,255,.3);
}

.autorender-menu2-table-class {
	display: table;   /* Allow the centering to work */
	/*margin: 0 auto;*/ /*setting this without the margin-left setting, will center the ul */
	padding:0px;
	margin-left:2%;
}

.autorender-horizontal-menu2-list-class {
	margin:0px;
	padding:0px;
	margin-left:3px;
	width:100%;
	list-style: none;
	font-size:10px;
	text-decoration:none;
}

.autorender-menu2-full-class a {
    text-decoration: none;
    list-style: none;
    color: white;
}

.autorender-menu2-full-class a:hover {
    background-color: lightsalmon;
}

.autorender-horizontal-menu2-list-class > li {	
	float:left;
	margin:0px;
	padding:0px;
}



#autorender-game-button-id {
	padding-top:0px;
	width:33px;
	font-size:11px;
}


#autorender-balltrackprocessorfile-dropdown-id {
	margin-top:7px;
	margin-left:-5px;
	width:220px;
	color:white;
}

.autorender-balltrackprocessorfile-input-class {
	background-color:lightblue;
	margin:0px;
	padding:0px;
	margin-right:7px;
	font-size:9px;
	width:160px;
	color:black;
}


/*this is affecting spacing above for padding between menu. not sure why the div doesn't*/
#autorender-controls-id {
	display:block;
	position: relative;

	/*background-image: url("http://localhost/foosfit-pwa/assets/img/render-yellowside-stretched_tornado_table.png");*/
	/*background-image: url("https://foosfit.com/assets/img/render-yellowside-stretched_tornado_table.png");*/
	background-size:contain;
	background-repeat:no-repeat;
	background-size: 100% 100%;

	/*height:200px;*/
	/*width: 100%;*/
}


@media screen and (min-width: 360px) {

	#autorender-filename-input-id {
		background-color:lightblue;
		width:90px;
	}

}

@media screen and (min-width: 379px) {

	#autorender-filename-input-id {
	    font-size:10px;
    }

}


@media screen and (min-width: 418px) {


	.autorender-menu2-full-class {	
		position:relative;
		display:block;
		height:50px;

}