body {
	background-color:grey;
	margin: 0px;
	
}

#header, #main{
	
	width: vw;
	margin: 0px;
	padding:10px;	
	background-color:white;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	color: black;
}

#header{
	
	text-align:center;
	background-image: url("images/affiliate-marketing-banner.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

#headertext{
	position: absolute;
	font-weight: bold;
	font-size: 36px;
	width: 100%;
	margin:auto;
	color: white;
	text-align:center;
	margin-top: 1%;
	text-shadow: 3px 3px 2px rgba(0,0,0,0.82);
	white-space: nowrap;
	
	
}

#menuBar{
	display:grid;
	grid-template-columns: 35% 65%;
	/* position: relative; */
	/* top:100%; */
	/* transform: translateY(-100%); */
	text-align:right;
	padding-left: 5%;
	padding-right: 5%;
	min-height: 30px;
	background-color: black;
	
}

#userinfo{
	text-align: left;
	color: white;
	background-color: black;
	padding-top: 3px;
	font-size:16px;
	font-family:arial;
	
	
}



#menuItems{
	text-align: right;
	color: #AAA;
	background-color: black;
	padding-top: 3px;
	font-size:16px;
	font-family:arial;
}

.menuItem{
	width:auto;
	display:inline-block;
	margin-left:10px;
	margin-right: 10px; 
	//padding: 5px;
	text-align: center;
	
}

.menuItem:hover{
	
	cursor:pointer;
	font-weight: bold;
	color: #fff;
	
	
}

#main{
	display:grid;
	min-width:800px;
	//grid-template-columns: 20% 63% 15%;
	grid-template-columns: 25% 75%;
	grid-gap: 10px;
	padding:0px;
	background-color: #eee;
	
	
}

#allContent{
	
	display:grid;
	height: 100%;
	min-height: 600px;
	width: 100%;
	grid-template-rows: 8% 3% 85% 4%;
	
	
}

#modules, #content, #promoSection{
	padding: 20px;
	overflow:auto; 
	scrollbar-width: thin;
}

#promoSection{
	display:none;
	}



#safooter{
	display:grid;
	align-items: center;
	text-align:center;
	color: white;
	background-color: #444;
	color: #aaa;
	width: vw;
	margin: 0px;
	padding:10px;	
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	
}

#header{
	background-color: #AAA;
	padding:0px;
	min-height: 95px;
}



#modules{
	background-color: #eee;
	
}

#content{
	
	background-color: #fff;
	line-height:1.7;
	padding-left:50px;
	padding-right:50px;	
}

#content{
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

#content h1{
	color:brown;
	font-weight:bold;
	line-height:1;
}

#content h2{
	color:brown;
	font-weight:bold;
	font-size:20px;
	margin:5px;
	margin-top:20px;
}

#content img{
	margin: 10px;
	
}

#content a{
	
	font-weight:bold;
	color: red;
	text-decoration:none;
	
}

#content li{
	margin: 10px;
}

#content a:hover{
	color:blue;
	text-decoration: underline;
}

.img-container{
	width:99%;
	height:auto;
	margin:auto;
	text-align:center;
	margin-top:10px;
	margin-bottom:12px;
	
}

.img-container img{
	margin:auto;
	width: 70%;
	max-width: 600px;
	box-shadow: 10px 10px 5px #ccc;
	border: 1px solid #888;	
	
}

.textLink{
	color:red;
}
.textLink:hover{
	color:blue;
	cursor:pointer;
	
}

.affButtonContainer{
	width:100%;
	height:auto;
	text-align:center;
}

.videolink{
	opacity: .9;
}

.videolink:hover{
	cursor:pointer;
	opacity:1;
}

.urlLink{
	opacity: .9;
}

.urlLink:hover{
	cursor:pointer;
	opacity:1;
}

.affLink{
	//color:red;
	//font-weight:bold;
}

.afflink:hover{
	color:blue;
	cursor:pointer
}

.affContent{	
	margin: 30px;
	font-family: arial;
	
}

.affContent h1{
	color:brown;
	text-align:center;
}

.affinfotext{
	width: 600px;
	margin:auto;
	line-height:1.5;
	margin-bottom:20px;
}

#myafflink{
	font-family: arial;
	font-size: 18px;
	font-weight:bold;
	width: 490px;
	display:inline-block;
	height: 30px;
	background-color: #fff;
	color:blue;
	padding: 5px;
	padding-top: 10px;
	text-align:center;
	border-style: inset;
	border-width:1px;
	
}

#myafflinkcopy{
	width: 75px;
	height: 28px;
	padding-top: 10px;
	
}

#copylinkcontainer{
	
	width: 600px;
	display:grid;
	grid-template-columns: 80% 20%;
	justify-items: center;
	align-items: center;
	grid-gap: 5px;
	margin:auto;
}

#instContainer{
	width: 600px;
	margin:auto;
	
}

#instContainer h2{
	color: brown;
	font-size: 20px;
}

#instContainer ul{
	line-height: 1.6
	
}

.gotoHome{
	font-weight: bold;
	color: red;
	width:80%;
	margin:auto;
	text-align:center;
	margin-top:30px;
	
}

.gotoHome:hover{
	cursor:pointer;
	color:blue;
}

.afflinkcopydisable{
	pointer-events: none;	
	opacity: .5;
}

.playbutton{
	
	position:relative;
	width:100px;
	height:72px;
	top:25%;
	left: 50%;
	transform: translate(-50%, -50%); 
	box-shadow: 0px 0px 0px #ccc;
	border: 0px solid #888;	
	
}

.playbutton img{
	width:100%;
	height:100%;
	box-shadow: 0px 0px 0px #ccc;
	border: 0px solid #888;	
	margin:0px;
	padding:0px;
	opacity:1;
}

.playbutton img:hover{
	
	opacity:1;
	
}

.aboutus{
	
	display:grid;
	grid-template-columns: 30% 70%;
	
}

.aboutusimages{
	
	padding:40px;
	//margin:auto;
	text-align:center;
	
}

.aboutus img{
	width:100%;
	height:auto;
	box-shadow: 10px 10px 5px #ccc;
	border: 1px solid #888;	
	max-width: 200px;
}

.contactemail{
	color:blue;
}



#promos{
	background-color: #eee;
	
}

#promos hr{
	border-color: brown;
	border-width: 1px;
}

.accordion {
	background-color: #eee;
	background-image:url("images/gold-bkg-4.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	color: #444;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: 1px solid;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: normal;
	transition: 0.4s;
	box-shadow: 4px 4px #888888;
	margin-top:5px;
	margin-bottom:5px;
	opacity:.9;
	
}

.accordion:hover{
	opacity:1;
	font-weight:bold;
}

.active, .accordion:hover {
	background-color: #ccc;
	font-weight:bold;
	color:brown;
	font-size: 18px;
	
}

.active{
	color: brown;
	font-weight:bold;
}

.accordion h3{
	font-weight:normal;
	color:black;
}

.accordion h3:hover {  
	font-weight:bold;
	
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 1.15, 1.15);
		transform: scale3d(1.05, 1.15, 1.15);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	
	
}

.accordion.active h3{
	font-weight:bold;
}

.accordion:after {
	content: '\003E';
	color: #777;
	font-weight: normal;
	float: right;
	margin-left: 5px;
	font-size: 24px;
	transform: rotate(0deg);
	animation: mymove2 .5s; ease-out
	
}

@keyframes mymove2 {
	0% {transform: rotate(90deg);}
	100% {transform: rotate(0deg);}
	
}


.active:after {
	content: "\003E";
	transform: rotate(90deg);
	animation: mymove1 .5s ease-out; 
	color: brown;
}

@keyframes mymove1 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(90deg);}
	
}

.panel {
	padding: 0px;
	background-color: transparent;
	max-height: 0px;
	height: auto;
	overflow-y: auto;
	scrollbar-width: thin;
	transition: max-height 0.5s ease-out;
	vertical-align: middle;
}

.accordion img {
	width:30px;
	display:inline-block;
	vertical-align: middle;
}

.accordion h3 {
	display:inline-block;
	vertical-align: middle;
	margin:0px;
}

.module-container{
	
	margin:5px;
	margin-top:15px;
	padding-left:10px;
	background-color: #eee;
	
	
}

.sectionHeader{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top:15px;
	color: brown;
	
	
}

.module-container h2{
	font-weight: bold;
	font-size: 18px;
	color: brown;
	
}

/* .module-container li{ */
/* font-weight: normal; */
/* font-size: 18px; */
/* padding-bottom: 5px; */


/* } */

/* .module-container li:hover{ */
/* cursor:pointer; */
/* color:blue;	 */
/* font-weight: bold */

/* } */

#cbloading2{
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;	
	z-index:101;
	display:block;	
	position:fixed;
	text-align:center;
	background-color:#444;
	opacity:.5;
}

#cbloading{
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	margin:0px;
	padding:0px;	
	z-index:100;
	display:none;
	
	position:fixed;
	text-align:center;
	-webkit-backdrop-filter: blur(4px);
    -o-backdrop-filter: blur(4px);
    -moz-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);	
	
    -webkit-animation: bluring .2s linear forwards;
    animation: bluring .2s linear forwards;
	
} 

.popover{
	position: absolute;
	width: 70%;
	min-width: 800px;
	height: auto;
	min-height: 600px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);	
	z-index: 200;
	background-color:white;
	
	box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 8px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
	
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


#popcontent, #quizcontent{
	position: absolute;
	width:95%;
	height:95%;
	margin:auto;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size:20px;
	font-family: arial;
	
}

.moreResources{
	
	margin:auto;
	margin-top:20px;
	margin-bottom:30px;
	font-size:16px;
	line-height:1.2;
	text-decoration: none;
}

.moreResources {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
} 

.moreResources a{ 
	text-decoration: none;
}


.moreResources:hover{
	color:blue;
	font-weight:bold;
	cursor:pointer;
}

.moreResources img{
	width:100%;
	margin:3px;
	opacity:.9;
}

.moreResources img:hover{
	opacity:1;
	cursor:pointer;
}


.moreContent{
	font-weight: bold;
	color: red;
	text-decoration:none;
	
}

.moreContent:hover{
	color:blue;
	cursor:pointer
}


.showvideo{
	color:red;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:inline-block;
	/* background-color:#ddd; */
	/* padding-left:2px; */
	/* padding-right:2px; */
	
}

.showvideo:hover{
	color:blue;
	cursor:pointer;
}

.functionButton{
	
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#444;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:5px;
	width:165px;
	text-align:center;
	
	vertical-align: middle;
	
}
.functionButton:hover
{
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
	color:#808;
	outline: none !important;
    border-color: #6666ff;
    box-shadow: 0 0 10px #6666ff;
}

.functionButtonDisabled{
	
	pointer-events: none;
	color:#aaa;
	
	
	
}

#contentbuttongroup{
	text-align:center;
}

#affreport{
	font-family: arial;
	font-size: 16px;
	width: 80%;
	height: 90%;
	margin:auto;
	overflow: auto;
	display: grid; 
	grid-template-columns: 1fr 1fr;
	grid-gap: 4px;
	align-items:center;
}

#affilateStats{
	padding: 20px;
}

#affreportheading{
	font-family: arial;
	font-size:36px;
	font-weight: bold;
	text-align:center;
	padding:10px;
}

.todaycells{
	font-weight: bold;
}

.head, .cell, .celltoday, .footer { 
	padding: 8px; 
	font-family: arial;
	font-size:18px;
	border: 1px solid rgb(194, 186, 60);
	border: 1px solid #aaa;
	text-align:center;
	
}
.head {
	
	border: 1px solid #00bfff;
	background: #00bfff;
	text-align:center;
	font-weight:bold;
	color: black;
}

.altcell{
	background-color: #ccc;
}

.footercell{
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	
	
}

.footercell a{
	text-decoration:none;
	
}

#affreportdate{
	font-family: arial;
	font-size:18px;
	text-align:center;
	width: 80%;
	height: 30px;
	margin:auto;
	color: #888;
}



#closebtn, #closebtn2, #closebtn3, #closebtn4{
	position:absolute;
	top:0%;
	left:100%;
	width:50px;
	height:50px;
	opacity:.7;
	transform: translateY(-60%);
	z-index: 300;
	
	
}

#closebtn:hover,
#closebtn2:hover,
#closebtn3:hover,
#closebtn4:hover
{
	cursor:pointer;
	opacity:1;
}

#closebtn img{
	width:100%;
	height: 100%;
}

.subjects{
	
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 8px;
	
}

.subjects:hover{
	cursor:pointer;
	color:blue;
	font-weight:bold;
	
}


.selectedsubject{
	//background-color:#ffc;
	font-weight:bold;
	//pointer-events: none;
}

.selectedsubject:hover{
	color: black;
}

.completedsubject{
	color:#888;
	
}

.completedsubject:after {
	content:" \2713\0020"; 
}


.contentH1:hover{
	cursor:pointer;
	
}

.questionheading{
	color:black;
	font-family:arial;
	font-size:30px;
	width:95%;
	height:auto;
	padding:10px;
	box-shadow: 10px 10px 0px #ccc;
	border: 1px solid #888;
	margin:auto;
	margin-top: 20px;
	
	
	
}


.form-style-8 button,
.form-style-8 input[type="submit"],
.form-style-8 input[type="button"], 
#repeatbutton,
#continuebutton

{
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	box-shadow: inset 0px 1px 0px 0px #45D6D6;
	background-color: #2CBBBB;
	border: 1px solid #27A0A0;
	display: inline-block;
	cursor: pointer;
	font: 28px Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}

.form-style-8 input[type="button"]:hover, 
.form-style-8 input[type="submit"]:hover,
#repeatbutton:hover,
#continuebutton:hover 
{
	background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
	background-color:#34CACA;
	display: inline-block;	
	font: 28px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

.form-style-8 input[type=radio]{
	border: 0px;
	width: 20px;
	height: 20px;
	display: block;
	display: inline;
	
}

#forgotpwd{
	font: 18px Arial;
	font-weight: normal;
	color: #888;
	display: inline-block;
	width:400px;
	text-align:left;
}

#forgotpwd:hover{
	
	cursor:pointer;
	color: blue;
}

#qbuttongroup{
	margin: auto;
	text-align:center;
}

#radiogroup{
	width: 75%;
	margin:auto;
	font-size:22px;
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
} 

#currentquestion{
	font-size:24px;
	font-weight:bold;
	width: 95%;
	margin:auto;
	margin-top: 25px;
	color:brown;	
	font-family:arial;	
	height:auto;
	padding:10px;
	box-shadow: 10px 10px 0px #444;
	border: 1px solid #444;
	margin:auto;
	margin-top: 20px;
	text-align:center;
	background-color:#ddd;
	background-image:url("images/button-wood-bkg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
	
}
@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
} 

.correctAnswer{
	color: blue;
	pointer-events: none;
	font-weight: bold;
}

.wrongAnswer{
	
	color: #aaa;	
	pointer-events: none;
}


/* #qbuttongroup{ */

/* position:absolute; */
/* margin-top: 20px; */
/* top: 100%; */
/* transform; translateY(-100%); */

/* } */

#sectionForm{
	height: 90%;
	
}




.usrlogin{
	
	margin:auto;
	margin-top: 40px;
	width: 75%;
	height: 75%;
	//text-align:center;
	max-width: 800px;
	
	
}

.usrlogin h1{
	font-family: arial;
	font-size: 28px;
	color:brown;
}

.usrlbl{
	font-family: arial;
	font-size: 20px;
	width: 150px;
	margin: 5px;
	margin-left:40px;
	display: inline-block;
}

.usrinput{
	width: 400px;
	display: inline-block;
	font-family: arial;
	font-size: 20px;
	padding:5px;	
	background-color:#EEE;	
	border-style: inset;
	border: 1px solid #eee;
	margin-bottom:10px;	
	height: 35px;
	
}

.usrinput:focus
{
	outline: none !important;
    border-color: #6666ff;
    box-shadow: 0 0 10px #6666ff;
}

#loginstatus, #regstatus, #regstatus12 {
	display:inline-block;
	font-family: arial;
	font-size: 18px;
	color:red;
	width:400px;
	text-align:left;
	height: 35px;
}

#registerhere{
	display:inline-block;
	font-family: arial;
	font-size: 18px;
	color:#888;
	width:400px;
	text-align:left;
	height: 35px;
	
}

#registerhere:hover{
	color:blue;
	cursor:pointer;
}

