/*
    FoosFit Progressive Web App
	Developed by Aptus Engineering, Inc. for WeFoos LLC
	Author(s): Narendran Muraleedharan <narendran.m@aptus.aero>
			   Rakshith Subramanyam <rakshith.s@aptus.aero>
			   James Guerra <james.g@aptus.aero>

	__DISCLAIMER__
	THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
	INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
	AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
	REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
	SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
	PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
	OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
	WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
	OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
	ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/*The actual Menu "option" button which is on the main menu bar is formatted in menu.css*/
/*This keeps all the menu formatting together. Only the Overlay is coded here.*/


/*Manual Overlay*/
	.mn-overlay {
		margin-left: 15px;
		margin-top: 140px;
		left: 0;
		top: 0px;
		position: fixed; /* Stay in place */
		height: 75%;
		max-height:595px;
		width: 0;
		max-width:275px;
		z-index: 5; /* Sit on top */
		background-color: rgb(242,242,242); /* Black fallback color */
		background-color: rgba(242, 242, 242, 1); /* Black w/opacity */
		overflow: auto; /* Disable horizontal scroll */	
		overflow-y: n-resize;
		transition: 0.3s; /* 0.5 second transition effect to slide in or slide down the */
	}


/* Position the close button (top right corner) */
	.mn-overlay .mn-closebtn {
		position: absolute;
		top: 0px;
		margin:-4px;
		padding:0;
		right: 8px;
		font-size: 22px;
		color:white;
	}

/* Manual Overlay Header*/
	.mn-overlay-header-class {
		background-color:rgba(0, 89, 179, .7);
		border-style:solid;
		border-width:1px;
		border-color:grey;
		color:white;
		text-align:center;
		padding-top:1px;
		padding-bottom:1px;
	}

/*Manual Assist checkbox and Save button*/
	.mn-assist-save-full-class {	
		position:relative;
		display:block;
		height:25px;
		margin-bottom:0px;
		width: 100%;
		margin:0px;
		padding:0px;
		margin-top:1px;
		background-color:rgba(230,255,255,.3);
	}

	.mn-horizontal-assist-save-list-class {
		margin:0px;
		padding:0px;
		margin-left:3px;
		width:100%;
		list-style: none;
		font-size:10px;
		text-decoration:none;
	}

	.mn-assist-floatleft-class {
		display:none;
		position:relative;
		margin-left:3px;
		float:left;
	}

	.mn-save-floatright-class {
		display:block;
		position:relative;
		margin-right:40px;
		float:right;
	}

	.mn-save-button-class {
		font-size:10px;
		color:white;
	
		background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
 
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(73,132,180)),
			color-stop(1, rgb(97,155,203))
		);					
	}
	
/*Saved Defenses and Create New Defenses*/
	.mn-saveddefense-createnewdefense-full-class {	
		position:relative;
		display:block;
		height:40px;
		margin-bottom:5px;
		width: 100%;
		margin:0px;
		padding:0px;
		background-color:rgba(230,255,255,.3);
	}

	.mn-saveddefense-createnewdefense-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:10px;	
	}
	
	.mn-horizontal-saveddefense-createnewdefense-ul-class {
		margin:0px;
		padding:0px;
		margin-left:3px;
		list-style: none;
		font-size:10px;
		text-decoration:none;
	}

	.mn-horizontal-saveddefense-createnewdefense-ul-class > li {
		/*float:left;*/
		margin:0px;
		padding:0px;
	}

	.mn-saveddefense-dropdown-list-class {
		text-decoration:none;
		font-weight:normal;
		color: white;
		border:1px solid rgb(173,171,171);
		background-color: rgb(186, 115, 174);
		border-radius: 1px;
		margin-bottom:6px;
	}

	.mn-saveddefense-select-class {
		font-size:10px;
		min-width:80px;
		max-width:100px;
	}

	.mn-deletedefense-button-class {
		font-size:10px;
		width:12px;
		text-align:center;
		margin:0px;
		padding:0px;
		padding-top:2px;
		margin-left:23px;
	}

	.mn-createnewdefense-input-class {
		font-size:10px;
		margin:0;
		padding:0;
		width:136px;
	}
	
	.mn-createnewdefense-button-class {
		font-size:9px;
		color:white;
	
		background-image: linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -o-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -moz-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -webkit-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
		background-image: -ms-linear-gradient(bottom, rgb(73,132,180) 0%, rgb(97,155,203) 100%);
 
		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, rgb(73,132,180)),
			color-stop(1, rgb(97,155,203))
		);					
	}

/*RodSet is a checkbox by itself under the other Radio buttons to fit better*/
	.mn-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:10px;
	}

	.mn-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:10px;
	}
	
	.mn-vertical-radio-ul-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-vertical-radio-ul-class > li {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		background-color:rgb(204, 230, 255);
	}

	.mn-vertical-radio-ul-class > a {
		text-decoration:none;
		list-style:none;
	}
	
	#mn-rodset-header-id {
		font-weight:bold;
	}


/* Adding Manual Mode Advanced Options */
	.mn-advancedoptions-full-class {	
		position:relative;
		display:block;
		height:25px;
		margin-bottom:0px;
		width: 100%;
		margin:0px;
		padding:0px;
		margin-top:10px;
		background-color:rgba(230,255,255,.3);
	}
	
	.mn-horizontal-advancedoptions-list-class {
		margin:0px;
		padding:0px;
		margin-left:3px;
		width:100%;
		list-style: none;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}

	.mn-advancedoptions-floatleft-class {
		display:block;
		position:relative;
		margin-left:3px;
		float:left;
	}



	/* Default Configuration Options*/

	.mn-defaultconfig-active-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-defaultconfig-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-defaultconfig-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-defaultconfig-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-defaultconfig-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		min-width:200px;
		background-color:rgb(225, 230, 235);
	}

	.mn-defaultconfig-options-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-defaultconfig-options-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-defaultconfig-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-defaultconfig-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-defaultconfig-options-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}



	/* Dynamic Defense Options*/
	.mn-dynamicdefense-active-checkbox-class {
		margin-bottom:8px;
	}

	.mn-dynamicdefense-active-checkbox-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-dynamicdefense-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-dynamicdefense-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-dynamicdefense-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicdefense-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		background-color:rgb(225, 230, 235);
	}

	.mn-dynamicdefense-switchrate-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-dynamicdefense-switchrate-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-dynamicdefense-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-dynamicdefense-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicdefense-switchrate-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}


	/*chucky*/
	.mn-dynamicdefense-chucky-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
	}

	.mn-dynamicdefense-chucky-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }

	.mn-dynamicdefense-chucky-active-checkbox-class {
		font-size:10px;
		margin-top:5px;
		margin-left:3px;
	}

	.mn-dynamicdefense-chucky-active-checkbox-title-class {
		font-weight:normal;

	}




	/* Cheat Middle Options*/

	.mn-cheatmiddle-active-checkbox-class {
		margin-bottom:8px;
	}

	.mn-cheatmiddle-active-checkbox-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-cheatmiddle-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-top:4px;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-cheatmiddle-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-cheatmiddle-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-cheatmiddle-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		min-width:255px;
		background-color:rgb(225, 230, 235);
	}

	/* cheat middle switch rate*/
	.mn-cheatmiddle-switchrate-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-cheatmiddle-switchrate-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-cheatmiddle-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-cheatmiddle-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-cheatmiddle-switchrate-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}


    /*Cheat Middle Duration*/
	.mn-cheatmiddle-duration-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-cheatmiddle-duration-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-cheatmiddle-duration-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-cheatmiddle-duration-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-cheatmiddle-duration-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}

    /*Cheat Middle Distance*/
	.mn-cheatmiddle-distance-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-cheatmiddle-distance-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-cheatmiddle-distance-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-cheatmiddle-distance-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-cheatmiddle-distance-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}









	/* Dynamic Random / Shuffle Options*/
	.mn-dynamicrandomshuffle-active-checkbox-class {
		margin-bottom:8px;
	}

	.mn-dynamicrandomshuffle-active-checkbox-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-dynamicrandomshuffle-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-dynamicrandomshuffle-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-dynamicrandomshuffle-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicrandomshuffle-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		min-width:255px;
		background-color:rgb(225, 230, 235);
	}

	.mn-dynamicrandomshuffle-switchrate-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-dynamicrandomshuffle-switchrate-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-dynamicrandomshuffle-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-dynamicrandomshuffle-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicrandomshuffle-switchrate-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}

    /*Dynamic Speed*/
	.mn-dynamicspeed-active-checkbox-class {
		margin-bottom:8px;
	}

	.mn-dynamicspeed-active-checkbox-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-dynamicspeed-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-dynamicspeed-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-dynamicspeed-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicspeed-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		min-width:255px;
		background-color:rgb(225, 230, 235);
	}

	.mn-dynamicspeed-switchrate-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:0px;

	}

	.mn-dynamicspeed-switchrate-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-dynamicspeed-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-dynamicspeed-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicspeed-switchrate-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	} 

	/*difficulty Level for Speed*/
	.mn-dynamicspeed-difflvl-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-dynamicspeed-difflvl-div-class::after {
		content: "";
		display: table;
		clear: both;
		}


	.mn-ul-of-dynamicspeed-difflvl-class {
		margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-dynamicspeed-difflvl-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-dynamicspeed-difflvl-title-li-class {
		margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	} 

	#mn-dynamicspeed-difflvl-number-id {
		max-width:45px;
	}
	

	/*Hard Pause*/
	.mn-dynamicspeed-hardpause-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
	}

	.mn-dynamicspeed-hardpause-div-class::after {
		content: "";
		display: table;
		clear: both;
	}

	.mn-dynamicspeed-hardpause-active-checkbox-class {
		font-size:10px;
		margin-top:5px;
		margin-left:3px;
	}

	.mn-dynamicspeed-hardpause-active-checkbox-title-class {
		font-weight:normal;
	}


    /*difficulty Level for Hard Pause*/
	.mn-hardpause-difflvl-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-hardpause-difflvl-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-hardpause-difflvl-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-hardpause-difflvl-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-hardpause-difflvl-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	} 

	#mn-hardpause-difflvl-number-id {
		max-width:45px;
	}



    /*Out of Control*/
	.mn-outofcontrol-active-checkbox-class {
		margin-bottom:8px;
	}

	.mn-outofcontrol-active-checkbox-title-class {
		font-size:11px;
		font-weight:bold;
	}

	.mn-outofcontrol-vertical-radio-div-class {
		display:block;
		position:relative;
		margin:0;
		padding:0;
		margin-left:3px;
		margin-right:3px;
		font-size:12px;
	}

	.mn-outofcontrol-vertical-radio-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
		font-size:11px;
	}


	.mn-outofcontrol-vertical-radio-ul-class li {
		text-decoration: none;
		list-style: none;
	}

	.mn-outofcontrol-list-class {
		height: 100%;
		text-decoration: none;
		margin-top:5px;
		margin-left:-25px;
		padding-left:3px;
		padding-right:3px;
		min-width:255px;
		background-color:rgb(225, 230, 235);
	}

	.mn-outofcontrol-switchrate-div-class {
		position:relative;
		display:block;
		background-color:rgb(255, 230, 153);
		overflow: auto;
		margin-left:25px;
		margin-bottom:4px;

	}

	.mn-outofcontrol-switchrate-div-class::after {
		content: "";
		display: table;
		clear: both;
	  }


	.mn-ul-of-outofcontrol-class {
        margin:0;
		padding:0;
		padding-left:3px;
	}

	.mn-ul-of-outofcontrol-class li{
		float: left;
		text-decoration: none;
		list-style: none;
	}

	.mn-outofcontrol-switchrate-title-li-class {
        margin-top:5px;
		margin-right:5px;
		font-weight:normal;
	}




@media screen and (min-width: 200px) {	


}

@media screen and (min-width: 281px) {
	.mn-overlay {
		margin-left:20px;
		margin-top: 100px;
		height: 85%;
	}
	
}

@media screen and (min-width: 301px) {	


}

@media screen and (min-width: 325px) {	
	
	.mn-saveddefense-select-class {
		font-size:10px;
		max-width:95px;
	}
	
}

@media screen and (min-width: 357px) {	


}

@media screen and (min-width: 370px) {	


}

@media screen and (min-width: 400px) {	


}

@media screen and (min-width: 435px) {	

	.mn-overlay {
		margin-left:25px;
		margin-top: 140px;
		height: 85%;
	}

}

@media screen and (min-width: 520px) {


}

@media screen and (min-width: 620px) {


}

@media screen and (min-width: 800px) {


}

