﻿/*
    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.
*/




	
	/*Lesson Accordions*/
	#lessons-accordion-box-id {
		display:inline-block;
		position:relative;
		width:96%;
		/*height:auto;*/
		margin:0px;
		padding:0px;
		padding-top:4px;
		padding-bottom:14px;		
		background:none;
		z-index: 20; /* Sit on top */
		border: 0px solid lightgrey;
		overflow: auto;  /* Enable or Disable horizontal scroll */
	}

	/*button class*/
	.lessons-accordion-button-class {
		width:90%;
		border: 0px solid lightgrey;
		font-size:14px;
		margin:0px;
		padding:0px;
		padding-top:4px;
		padding-bottom:4px;
		margin-left:10px;
		margin-bottom:6px;
		border-radius:15px;
		background-color:rgb(230,227,153);
	}
	
	button.lessons-accordion-button-class:before {
		content: '\f055';
		font-family: "fontawesome";
		font-size: 14px;
		padding:0;
		margin:0;
		margin-left:6px;
		margin-top:3px;
		margin-right: 3px;
		float:left;
	}

	button.lessons-accordion-button-class.is-open:before {
		content: '\f056';
	}
 
	button.lessons-accordion-button-class:hover, button.lessons-accordion-button-class.is-open {
		background-color: rgb(238,238,214);
	}	

	.lessons-accordion-content-class {
		width: 98%;
		color: black;
		font-weight:bolder;
		margin:0px;
		padding:0px;
		background-color: rgb(238,238,214);
		border-style:solid;
		border-width:0px;
		border-color: rgb(230,227,153);
		margin-left:2px;
		margin-bottom:10px;
		max-height: 0;
		overflow: scroll;
		transition: max-height 0.1s ease-in-out;
	}

	.dummy-lessons-accordion-content-class {
		min-height:30px;
	}


/*---------Time the Bobbing Hole Starts Here--------------------------------------*/
/**********************************************************************************/
	
	/*Handle the Content inside the Accordion. */
	/*This the Specific Beginner, Intermediate, Advanced Tabs and Defense Content
	/*---------------------------------------------------------------------------*/

	.training-lessons-tbh-headervideoimg-div-class {
		position:relative;
		margin:0;
		padding:0;
	}

	.training-lessons-tbh-headervideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	/*A User can pick between iframe, Video, Image within the Lesson Tab Headers.*/
	/*So we need to be ready to format whatever is built within the JS AJAX Result*/
		.training-lessons-tbh-header-iframe-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
	
		.training-lessons-tbh-header-video-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
		
		.training-lessons-tbh-header-image-class {
			width:90%;
			width:auto;
			max-width:350px;
			height:200px;
		}		
	/*-------------------------------------------*/
	

	.training-lessons-tbh-tabs-div-id {
		display:block;
		position:relative;
		margin:0;
		padding:0;
	}
	
	/* Style lessons tab buttons */
	.training-lessons-tbh-tab-buttons-class:hover {
		background-color: rgb(255, 254, 221);
	}

	.training-lessons-tbh-tab-buttons-class {
		background-color: rgb(230,227,153);
		color: black;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		margin:0;
		padding: 2px 2px;
		font-size: 12x;
		width: 33.33%;
	}


	/*Once the User selects a Tab, this is the Tab Content Area*/
	.training-lessons-tbh-tab-content-div-class {
		margin-bottom:20px;		
	}
	
	/* this particular class here is generic to the beginner,interm,advanced*/
	.training-lessons-tbh-tabcontent {
		position:relative;
		margin:0;
		padding:0;
		min-height:200px;
	}

	.tr-lessons-tbh-h3-beginner-tab-title-class {
		padding-top:10px;
		text-align:center;	
	}

	.tr-lessons-tbh-h3-intermediate-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	
	.tr-lessons-tbh-h3-advanced-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	




/*---------Hit The Open Hole Starts Here--------------------------------------*/
/******************************************************************************/
	
	/*Handle the Content inside the Accordion. */
	/*This the Specific Beginner, Intermediate, Advanced Tabs and Defense Content
	/*---------------------------------------------------------------------------*/

	.training-lessons-htoh-headervideoimg-div-class {
		position:relative;
		margin:0;
		padding:0;
	}

	.training-lessons-htoh-headervideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	/*A User can pick between iframe, Video, Image within the Lesson Tab Headers.*/
	/*So we need to be ready to format whatever is built within the JS AJAX Result*/
		.training-lessons-htoh-header-iframe-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
	
		.training-lessons-htoh-header-video-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
		
		.training-lessons-htoh-header-image-class {
			width:90%;
			width:auto;
			max-width:350px;
			height:200px;
		}		
	/*-------------------------------------------*/
	

	.training-lessons-htoh-tabs-div-id {
		display:block;
		position:relative;
		margin:0;
		padding:0;
	}
	
	/* Style lessons tab buttons */
	.training-lessons-htoh-tab-buttons-class:hover {
		background-color: rgb(255, 254, 221);
	}

	.training-lessons-htoh-tab-buttons-class {
		background-color: rgb(230,227,153);
		color: black;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		margin:0;
		padding: 2px 2px;
		font-size: 12x;
		width: 33.33%;
	}


	/*Once the User selects a Tab, this is the Tab Content Area*/
	.training-lessons-htoh-tab-content-div-class {
		margin-bottom:20px;		
	}
	
	/* this particular class here is generic to the beginner,interm,advanced*/
	.training-lessons-htoh-tabcontent {
		position:relative;
		margin:0;
		padding:0;
		min-height:200px;
	}

	.tr-lessons-htoh-h3-beginner-tab-title-class {
		padding-top:10px;
		text-align:center;	
	}

	.tr-lessons-htoh-h3-intermediate-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	
	.tr-lessons-htoh-h3-advanced-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	
	
/*---------Hit Between Several Open Holes Starts Here--------------------------------------*/
/******************************************************************************/
	
	/*Handle the Content inside the Accordion. */
	/*This the Specific Beginner, Intermediate, Advanced Tabs and Defense Content
	/*---------------------------------------------------------------------------*/

	.training-lessons-hbsoh-headervideoimg-div-class {
		position:relative;
		margin:0;
		padding:0;
	}

	.training-lessons-hbsoh-headervideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	/*A User can pick between iframe, Video, Image within the Lesson Tab Headers.*/
	/*So we need to be ready to format whatever is built within the JS AJAX Result*/
		.training-lessons-hbsoh-header-iframe-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
	
		.training-lessons-hbsoh-header-video-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
		
		.training-lessons-hbsoh-header-image-class {
			width:90%;
			width:auto;
			max-width:350px;
			height:200px;
		}		
	/*-------------------------------------------*/
	

	.training-lessons-hbsoh-tabs-div-id {
		display:block;
		position:relative;
		margin:0;
		padding:0;
	}
	
	/* Style lessons tab buttons */
	.training-lessons-hbsoh-tab-buttons-class:hover {
		background-color: rgb(255, 254, 221);
	}

	.training-lessons-hbsoh-tab-buttons-class {
		background-color: rgb(230,227,153);
		color: black;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		margin:0;
		padding: 2px 2px;
		font-size: 12x;
		width: 33.33%;
	}


	/*Once the User selects a Tab, this is the Tab Content Area*/
	.training-lessons-hbsoh-tab-content-div-class {
		margin-bottom:20px;		
	}
	
	/* this particular class here is generic to the beginner,interm,advanced*/
	.training-lessons-hbsoh-tabcontent {
		position:relative;
		margin:0;
		padding:0;
		min-height:200px;
	}

	.tr-lessons-hbsoh-h3-beginner-tab-title-class {
		padding-top:10px;
		text-align:center;	
	}

	.tr-lessons-hbsoh-h3-intermediate-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	
	.tr-lessons-hbsoh-h3-advanced-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}	
	
	
/*---------Pattern Recognition Starts Here--------------------------------------*/
/******************************************************************************/
	
	/*Handle the Content inside the Accordion. */
	/*This the Specific Beginner, Intermediate, Advanced Tabs and Defense Content
	/*---------------------------------------------------------------------------*/

	.training-lessons-pr-headervideoimg-div-class {
		position:relative;
		margin:0;
		padding:0;
	}

	.training-lessons-pr-headervideoimg-table-class {
		display: table;   /* Allow the centering to work */
		margin: 0 auto;
	}

	/*A User can pick between iframe, Video, Image within the Lesson Tab Headers.*/
	/*So we need to be ready to format whatever is built within the JS AJAX Result*/
		.training-lessons-pr-header-iframe-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
	
		.training-lessons-pr-header-video-class {
			width:90%;
			max-width:350px;
			height:200px;
		}
		
		.training-lessons-pr-header-image-class {
			width:90%;
			width:auto;
			max-width:350px;
			height:200px;
		}		
	/*-------------------------------------------*/
	

	.training-lessons-pr-tabs-div-id {
		display:block;
		position:relative;
		margin:0;
		padding:0;
	}
	
	/* Style lessons tab buttons */
	.training-lessons-pr-tab-buttons-class:hover {
		background-color: rgb(255, 254, 221);
	}

	.training-lessons-pr-tab-buttons-class {
		background-color: rgb(230,227,153);
		color: black;
		float: left;
		border: none;
		outline: none;
		cursor: pointer;
		margin:0;
		padding: 2px 2px;
		font-size: 12x;
		width: 33.33%;
	}


	/*Once the User selects a Tab, this is the Tab Content Area*/
	.training-lessons-pr-tab-content-div-class {
		margin-bottom:20px;		
	}
	
	/* this particular class here is generic to the beginner,interm,advanced*/
	.training-lessons-pr-tabcontent {
		position:relative;
		margin:0;
		padding:0;
		min-height:200px;
	}

	.tr-lessons-pr-h3-beginner-tab-title-class {
		padding-top:10px;
		text-align:center;	
	}

	.tr-lessons-pr-h3-intermediate-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}
	
	.tr-lessons-pr-h3-advanced-tab-title-class {
		padding-top:10px;		
		text-align:center;	
	}		
	

	/*************************************************************/
	/* Dynamic Lesson Content (actual Lessons) stored in Database*/
	.tr-generic-lesson-object-div-class {
		display:block;
		font-size:12px;
		position:relative;
		min-height:50px;
		max-height:150px;
		margin-left:3px;
		margin-right:3px;
		margin-bottom:7px;
		background-color:rgb(245,245,245);
		overflow:none;
		transition:.5;				
	}

	.tr-gen-less-firstrow-div-class {
		display:flex;
		font-size:12px;
		position:relative;
		margin-left:1px;
		margin-right:1px;
		justify-content:space-between;	
	}

	.tr-gen-less-edit-div-class {
		display:flex;
		font-size:12px;
		position:relative;		
	}

	.tr-gen-less-editlessonbutton-class {
		border:none;
	}
	
	.tr-lesson-div-class {
		margin-left:3px;
	}

	
	.tr-gen-less-secrow-div-class {
		display:flex;
		font-size:12px;
		position:relative;
	}
	
	.tr-gen-less-list-videoimg-div-class {
		display:block;
		height:90px;
		width:100px;
		margin-top:10px;
	}

	.tr-gen-less-list-videoimg-div-class:hover  {
		height:90px;
		width:160px;		
	}

	/*--Lesson Types Supported---*/
		.tr-gen-less-list-img-class {
			height:80px;
			width:70px;
		}
		
		.tr-gen-less-list-img-class:hover {
			width:160px;
		}
	
		.tr-gen-less-list-iframe-class {
			height:80px;
			width:70px;
		}
		
		.tr-gen-less-list-iframe-class:hover {
			width:160px;
		}
				
		.tr-gen-less-list-video-class {
			height:80px;
			width:70px;
		}
		
		.tr-gen-less-list-video-class:hover {
			width:160px;
		}
	/*--------------------------------*/		
	
	.tr-gen-less-list-text-div-class {
		display:block;
		margin-top:10px;
		margin-left:5px;
		max-height:90px;
		overflow:auto;
	}		

	.tr-gen-less-list-title-class {
		font-size:14px;
		font-weight:bold;
		color:blue;
	}


	.tr-gen-less-thirdrow-div-class {
		display:flex;
		font-size:12px;
		position:relative;
		justify-content:space-between;
	}

	.tr-gen-less-foosplayerid-class {
		padding-top:7px;
	}
	
	.tr-gen-less-tracked-div-class {
		display:flex;
		font-size:12px;
		padding:0;
		padding-top:7px;
		position:relative;	
	}
	
	.tr-gen-less-trackedbutton-class {
		border-radius:15px;
		margin-left:3px;
		height:10px;
		width:10px;	
	}

	.tr-gen-less-loaddefense-div-class {
		display:flex;
		font-size:12px;
		position:relative;			
	}
	
	.tr-gen-less-loadlessonbutton-class {
		font-size:12px;
		margin-right:3px;
		margin-bottom:3px;
		background-color:rgb(204,229,255);
	}
	

/******************************************************************************/
/********** REPSONSIVE SECTION BELOW ******************************************/
/******************************************************************************/

	
@media screen and (min-width: 200px) {
 

}


@media screen and (min-width: 320px) {



}


@media screen and (min-width: 375px) {


}


@media screen and (min-width: 405px) {


}


@media screen and (min-width: 520px) {


}

@media screen and (min-width: 560px) {
	

}