﻿/*
    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.
*/

/*Open the Training using the FoosFit Logo, bur added a little title to help*/
.header-logo-training-title-class {
	font-size:10px;
	color:white;
    top: 0;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);

}


/*Overlay For Training*/

.training-overlay-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))
	);				
}

.training-overlay-class {
    position:fixed;
	display:block;
    left: 0;
    top: 0;
    width: 0;
	max-width:100%;
    z-index: 8; /* Sit on top */
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(255,255,255, 1);
    /*overflow: auto;  /* Enable or Disable horizontal scroll */
	overflow:hidden;
    transition: 0.01s; /* 0.5 second transition effect to slide in or slide down the */
		
}

.training-overlay-header-class {
	text-align:center;
	font-size: 14px;
	color:white;
	height:20px;
	background-color: rgba(81,229, 121, 1);
}

/* Position the close button (top right corner) */
.training-overlay-class .closeTrainingbtn {
    position: absolute;
	display:block;
	color:black;
    top: -14px;
	padding:10px 3px 10px 10px;
    right: 5px;
    font-size: 25px;
	z-index:9;
	text-decoration:none;
}


/*Home Page*/

	/*Help Div & Button*/
	.hp-help-div-class {
		position: absolute;
		display:block;
		margin-left:55px;
		margin-top:3px;
		z-index:5;
	}

	.training-hp-help-button-class {
		border-radius:5px;
		border-color:white;
		padding:1px 8px 1px 8px;
		margin-left: 2px;
		margin-right:1px;
		font-size:11px;
		color:white;
		background-color:rgba(245,211, 17, 1);	
	}

	/* Logo and Title*/
	.training-hp-fulllogo-class {
		position:relative;
	}

	.database-hp-fulllogo-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	.training-hp-logo-class {
		width:100px;
	
	}

	.training-hp-fulltitle-class {
		position:relative;
	}

	.training-hp-title-class {
		font-size:30px;
		font-weight:bold;
	}

	/*--Main Training Intro Video Types Supported---*/
	.training-hp-introvideoimg-div-class {
		display:block;
		position:relative;
		margin-top:10px;
	}
	
	.training-hp-introvideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	.training-hp-introvideoimg-iframe-class {		
		/*width:90%;*/
		width:auto;
		max-width:325px;
		height:150px;
	}
	/*--------------------------------*/


	.hp-firstleveldefense-buttons-class {
		display:none;
		margin-bottom:10px;
	}

	/*Select a Defense Tutorial First Level*/
	.hp-firstleveldefense-buttons-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;		
	}
	
	.training-hp-goal-button-class {
		border-radius:5px;
		border-color:white;
		padding:5px 15px 5px 15px;
		margin-right:5px;
		color:white;
		background-color:rgba(81,229, 121, 1);
	}

	.training-hp-fiverow-button-class {
		border-radius:5px;
		border-color:white;
		padding:5px 15px 5px 15px;
		margin-right:5px;
		color:white;
		background-color:rgba(81,229, 121, 1);
	}

	.training-hp-threerow-button-class {
		border-radius:5px;
		border-color:white;
		padding:5px 15px 5px 15px;
		margin-right:5px;
		color:white;
		background-color:rgba(81,229, 121, 1);
	}	

	/*Select a Defense Tutorial Goal Second Level*/
	.hp-goal-secondleveldefense-buttons-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;		
	}
	
	/*Select a Defense Tutorial Five Row Second Level*/
	.hp-fiverow-secondleveldefense-buttons-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;		
	}
	
	/*Select a Defense Tutorial Five Row Second Level*/
	.hp-threerow-secondleveldefense-buttons-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;		
	}

	/*Second Level Class for formatting all the buttons*/
	.training-hp-secondlevelbuttons-class {
		border-radius:5px;
		border-color:white;
		padding:3px 10px 3px 10px;
		margin-right:5px;
		margin-bottom:2px;
		color:white;
		background-color:rgb(255, 153, 0);
	}


	/*-------------------------------*/
	/*       Supplemental Videos     */
	.training-hp-supplementalcontent-class {
		margin-top:15px;
	}

	/*--Main Training Intro Video Types Supported---*/
	.training-hp-supplvideoimg-div-class {
		display:block;
		position:relative;
		margin-top:10px;
		margin-bottom:30px;
	}
	
	.training-hp-supplvideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	.training-hp-supplvideoimg-iframe-class {		
		/*width:90%;*/
		width:auto;
		max-width:155px;
		height:75px;
		margin-right:10px;
	}



	/*-------------------------------*/



	



	/*Footer */
	.tr-footer-class {
		display: none;
		position: fixed;
		z-index:15;
		background-color: rgba(81,229, 121, 1);
		left: 0;
		bottom: 0;    
		width: 100%;  
		margin: auto;	
	}
	
	.tr-footer-class > div {        
        width: 25%;
        height: 24px;
        font-size: 15px;
		padding-left:20px;
		padding-bottom:1px;
        padding-top:1px;
        color: white;
	}
        
	.tr-footer-class a:link {
		color: white !important; 
	}
        
	.tr-footer-class a:visited {
		color: white !important; 
	}
		
	.tr-footer-class a:hover {
		text-decoration: none;
	}
		
	.tr-footer-class a:active {
		color: white;
	}        

		

/******************************************************************************/
/********** REPSONSIVE SECTION BELOW ******************************************/
/******************************************************************************/

	
@media screen and (min-width: 200px) {

	.training-overlay-class {

		overflow-y:auto;
		transition: 0.01s; /* 0.5 second transition effect to slide in or slide down the */		
	}

}


@media screen and (min-width: 320px) {



}


@media screen and (min-width: 340px) {

	.training-overlay-class {

		overflow:hidden;
		transition: 0.01s; /* 0.5 second transition effect to slide in or slide down the */	
	}

}


@media screen and (min-width: 375px) {

	.training-overlay-button-class {
		font-size:11px;
	}

}


@media screen and (min-width: 405px) {


}


@media screen and (min-width: 520px) {

	.training-overlay-button-class {
		font-size:12px;
	}

}

@media screen and (min-width: 560px) {
	


}