@charset "utf-8";



#fontPreload1{
font-family: 'comic';
position: fixed;
top: -3000px;
}

#fontPreload2{
font-family: 'Quicksand', sans-serif;
font-weight: lighter;
position: fixed;
top: -3000px;
}


.opacityAnimate{
-webkit-animation: opaAnimate 2s;
animation: opaAnimate 2s;
}

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


 @-ms-viewport {
width: device-width;
zoom: 1;
min-zoom: 1;
max-zoom: 1;
zoom: fixed;
}


html {
	width:100%;	
	height:100%;	 
	-ms-touch-action: none; 
	touch-action: none;
	background-color: #051f14;
	background-image: url(../common/back.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
}


select, input{
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
}

select{
-webkit-appearance: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}


#loginCover, #registerCover, #passwordWrap, #passwordReset{
	z-index:8888;
}


#loginCover{
display:none;
}



#applyProgress{
	display: none;
	height: 100%;
	width: 100%;
	font-size: 32px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin: auto;
position: fixed;
bottom: 0; right: 0;  top: 0; left: 0;
	z-index: 99999999;
	background: rgba(0,0,0,0.8);
}

#applyProgress div{
	margin: auto;
position: fixed;
bottom: 0; right: 0;  top: 0; left: 0;
	height: 50px;
}

.loader{
	display: block;
	height:60px;
	font-size: 32px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin: auto;
position: absolute;
left: 0; bottom: 0; right: 0; top: 45px;	
cursor: pointer;
}

.wrapper, .wrapper2, .wrapper3, .lessonMenus{
	min-width: 280px;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
}

.wrapper2 {
	background:rgba(0, 0, 0, 0);
}

.ouinoContent {
	width: 95%;
	max-width: 1000px;
	min-width: 280px;
	height: 98%;
	max-height : 700px;
	margin: auto;
    position: fixed;
    left: 0; bottom: 0; right: 0; top: 40px;
	display: none;
	background: radial-gradient(rgba(0,97,204,0.4), rgba(0,41,87,0.8));
	padding: 20px;
}


.portrait {
max-width: none;
max-height: none;}


.darkWrap {
	background:rgba(0, 0, 0, 0.8);
}

#verbWrap {
	background:rgba(0, 0, 0, 0.3);
	z-index: 19;
	display: none;
	cursor: pointer;
}


.bannerSite {
position: relative;
width: 90%;
max-width: 700px;
height: auto;
cursor: pointer;
}


.wrapperOut{
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
	-webkit-transition:-webkit-transform 0.5s;
    transition: transform 0.5s;
}

.wrapperOutMobile{
	-webkit-transform: translateX(-110%);
	transform: translateX(-110%);
}


#optionWrap, #tutorialWrap, #userWrap {
	cursor: pointer;
}

#background {
	width: 100%;
	height: 100%;
	-webkit-filter: brightness(40%);
	filter: brightness(40%);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	width:100%;
	height:100%;
}

.smallIcon, .smallIcon2{
	padding-right: 10px;
	opacity: 0.7;
	cursor: pointer;
	padding-top: 3px
}

.smallLogo {
	float:left;
	padding-left: 10px;
	cursor: pointer;
	opacity: .85;
}
.menuBar {
	top: 0px;
	background-color: rgba(0, 0, 0, 1);
	height: 45px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	visibility: hidden;	
}
.menuTitleContainer {
	display: inline-block;
	font-weight: bold;
	color:#FFF;
	float: left;
	padding-left: 10px;
	cursor: default;
	opacity: 0.8;
}
.menuBtnContainer {
	display: inline-block;
	position: absolute;
	top: 3px;
	right:1px;
}
.alignVerticalItem {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.alignVerticalWin {
margin: auto;
position: absolute;
left: 0; bottom: 0; right: 0; top: 45px;
}

/*OPTIONS*/

.menuLogo {
	float:left;
	padding-right: 10px;
	margin: 0;
	position: absolute;
	opacity: .3;
	height: 120px;
	top: -50px;
	right: -100px;
}
.menuIcon {
	position: relative;
	padding: 0;
	margin: 0 auto;
}
.menuTitle, .menuTitle2 {
	cursor: default;
	font-size:19px;
	border-bottom: 1px solid #FFF;
	padding-bottom:3px;
	white-space: nowrap;
}
.menuTitle {
	margin: 3px 0 14px 0;
}
.menuTitle2 {
	margin: 3px 0 0 0;
}
.menuBox, .menuBox2 {
	width: 100px;
	padding: 8px 0 11px 0;
	opacity: 0.85;
	cursor: pointer;
}
.menuBox2 {
	height:125px;
}
.menuItem {
	margin: 0;
	font-size:17px;
}
.menuItemDescription {
	margin: 0;
	font-style:italic;
	font-weight: lighter;
}
.leftMenuItems {
	float: left;
}
.centerMenuItems {
	text-align: center;
	font-size:15px;
	font-weight: normal;
	margin: 0;
	padding: 2px 0;
	line-height: 16px;
}
.rightMenuItems {
	width: 34.5%;
	float: right;
}

.selectOptions {
	cursor: pointer;
	width: 100%;
	border: 0;
	background-color: #000;
	border-radius:3px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:6.5px;
	box-shadow:0px 0px 3px 1px #000;
}

.loginOptions {
	cursor: pointer;
	width: 100%;
	border: 0;
	background-color: #FC0;
	font-size: 13px;
	margin-bottom:6.5px;
}



#changePass input{
margin-top: 5px;
padding: 10px 20px;
width: 105px;
}

.passReset {
	cursor: pointer !important;
	width: auto !important;
	background-color: #FC0;
	border-radius:3px;
	font-weight: bold;
	margin-bottom:6.5px;
	padding: 10px 20px;
	border: 0;
}

.selectOptions {	
    opacity: .9;
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px 10px 10px;
}
	
.loginOptions {
	width: 100%;
	margin-bottom:6.5px;
	padding: 10px 0px;
}	
	
	
option {
	background-color: #000;
}
.optionsIn {
	padding:25px 2.5%;
	width: 70%;
	min-width: 320px;
	max-width: 600px;
	height: 275px;
	background-color: #00F;
	border-radius:8px;
	cursor: default;
	box-shadow:0px 0px 10px 2px #000;
}
.settingTable, .menuTable, .starTable, .loginTable, .registerTable {
	width: 100%;
	min-width: 300px;
	max-width: 500px;
	margin: 0 auto;
}

.offlineTable {
	min-height:190px;
	margin: 0;
	padding: 0 8px 0 0;
	width: 100%;
	border-bottom: 1px solid white;
}

.offlineTable2 {
padding: 5px 8px 0 0;
	width:70%;
	min-width: 300px;
margin: 0 auto;
}

.messageTable {
padding: 0;
width:100%;
max-width: 400px;
margin: 0 auto;
text-align:center;
}

.max300 {
max-width: 300px;
}


.messageCheck{
vertical-align:middle;
padding:0;
}

.messageTitle {
margin:0 0 0 -10px;
cursor: default;
}

p {
font-size: 14px;
font-weight: normal;
}

.warningLogo {
	width: 100%;
}

.offlineTitle {
	line-height: 5px;
	font-weight: normal;
	text-align:center;
	padding-left: 20px;
}

.offlineWord {
	font-weight: normal;
	font-size: 13px;
	text-align:center;
	padding-left: 20px;
	line-height: 20px;
}

#loginCenter, #loginOffline, #registerCover, #mainMusic, #mainSound, #passwordWrap, #passwordReset, #endWrap, #learningTip, .allSFX, .textWrap5, #quizBanner{

}

.loginTable {
	text-align: center;
	max-width: 350px;
	height: 100%;
} 

.registerTable {
	text-align: center;
	max-width: 450px;
	height: 100%;
}


.loginTitle {
margin:6px 0 0 0;
font-weight: normal;
-webkit-transition: color 1s;
transition: color 1s;
cursor: default;
}

.loginTitleHover {
color:#F00;}

.smallUnderline, .smallerUnderline{
width: auto;
display:inline-block;
font-weight: normal;
cursor: pointer;
opacity: .8;
font-style:italic;
}

.smallUnderline{
margin: 0 auto;
padding-top:10px;
}

.smallerUnderline{
margin: 0 12px;
float:left;
font-size:12px;
}

.loginRemember{
font-weight: normal;
cursor: pointer;
font-size: 12px;
text-align: left;
}

#loginRemember2{
text-align: center;
margin:7px;
}

.rememberCheck{
vertical-align:middle;
padding-right: 5px;
margin: -2px 0 0 10px;
}

#rememberCheck2{
vertical-align:middle;
margin-top: -2px;
padding-right: 5px;
}

/*2020 CHANGES*/
.loginField, .registerField{
position: absolute;
left: 0; right: 0;
margin:0 auto;
padding:10px 4px;
width: 360px;
font-size:15px;
text-align:center;
}

#jguyr4{
top: 79px !important;
}

#jguyr4Reset{
top: 98px !important;
}

#jguyr4Reset2{
top: 144px !important;
}

#loginForgot{
position: absolute !important; left:14px !important; top: 130px !important;
}

.loginOptions:nth-of-type(4){top: 196px !important;}
/*2020 CHANGES*/

.rgField {
position: absolute;
font-size:15px;
text-align:center;
width: 170px;
padding:3px;
}

.registerButtons {
width: 300px;
margin: 0 auto;
}

.registerButton {
padding-right: 20px;
}

.questionMark{
vertical-align:middle;
padding-left: 5px;
margin: -4px 0 0 0;
cursor: pointer;
}

.activationField {
margin-bottom: 5px;
}

.registerTitle {
margin: -15px 0 0 0;
padding: 0;
text-align:center;
font-size:22px;
}

.registerText {
line-height: 22px;
font-size:17px;
font-weight: normal;
cursor: default;
}

.letterLogo {
	width:100%;
}
.gradientColor, .gradientColor2, .gradientColor3{
	color:white;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	background: radial-gradient(#F00, #700);
}

.tinyText {
	margin:0;
	padding: 0;
	line-height: 12px;
	font-weight: normal;
	opacity: 0.7;
}
.menuBoxHover {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 10px 0px #000;
}

.tooltip{
    display: inline;
    position: relative;
	font-size:12px;
	line-height: 14px;
}

.tooltipHover:after{
    background: rgba(0,0,0,.9);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(name);
    left: -230px;
    padding: 10px;
    position: absolute;
    z-index: 98;
    width: 280px;
}

.tooltipHover:before{
    border: solid;
    border-color: #000 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 21px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}

.tenPxPadTop{
padding-top: 10px;
}

.floatLeft {float: left;}
.floatRight {float: right;}

.imageAlign{
vertical-align:middle;
}

#versionCover{
	z-index:1000000;
	background: #000;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.yellowText{
color: #FC0;
}

.redText{
color: #900;
}
.invisible{
visibility: hidden;
}
.selectOff{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.instructions{
position: fixed;
bottom : 10px;
left: -10px;
z-index: 99999;
color: white;
font-size: 14px;
cursor: default;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

.redArrowImage {
height:30px;
padding: 0 9px 5px 18px;
vertical-align:middle;
}
.tenPaddingLeft {
padding-left: 10px;
}

.showDiv{
display:block;
}

#mainLogoImg{
position: absolute;
width: 350px;
height: 140px;
margin: auto auto;
top: 45px;
right: 0;
bottom: 0; 
left: 0;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}

.mainLogoImg2{
width: 30px;
height: auto;
vertical-align:middle;
padding: 0 9px 8px 5px;
}

.mainLogoImg3{
width: 30px;
height: auto;
vertical-align:middle;
padding: 0 12px 3px 5px;
}


.opacityAnimate2{
opacity: 1;
top: 7px;
left: 0;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
-webkit-animation: opaAnimate2 0.8s infinite;
animation: opaAnimate2 0.8s infinite;
}

@-webkit-keyframes opaAnimate2 {0% { opacity: 1; -webkit-transform: scale(1.2);} 50% { opacity: 0.6; -webkit-transform: scale(1);} 100% { opacity: 1; -webkit-transform: scale(1.2);}}
@keyframes opaAnimate2 {0% { opacity: 1; transform: scale(1.2);} 50% { opacity: 0.6; transform: scale(1);} 100% { opacity: 1; transform: scale(1.2);}}

#redArrowImg{
position: fixed;
height: 100px;
width: auto; 
top: 50px; 
left: 45px;
z-index: 2000;
display:none;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}



#sectionTitle{
text-align:center;
font-size:32px;
line-height: 60px;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
cursor: default;
}

#sectionTitle2{
position: relative;
float:left;
width: 100%;
text-align: center;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
font-weight: bold;
cursor: default;
line-height: 32px; font-size:22px; margin-top: 15px;
}

.sectionBtns{
position: relative;
float: left;
width: 49%;
height: 15%;
margin: 0.5%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}

#guidedSection{
width: 60%;
margin: 0.5%;
float: left;
padding-right: 1%;
}

.sectionBtns2{
position: relative;
float: left;
width: 18%;
height: 15%;
margin: 0.5%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}


#lessonMenu5 .mainTitle, #lessonMenu7 .mainTitle{
cursor: pointer;
opacity: 0.9;
}


.verbSectionBtns{
position: relative;
float: left;
width: 23%;
height: 10%;
margin: 0.25%;
background: radial-gradient(rgba(0,97,204,0.8), rgba(0,41,87,0.8));
background: radial-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
opacity: 0.9;
cursor: pointer;
}

.theBtnHover{opacity: 1; 
background: radial-gradient(rgba(0,97,204,0.3), rgba(0,41,87,0.8));
}


#verbSection1{
margin-left: 3.25%;
}

#lineBottom{
position: relative;
height: 1px;
border-bottom: 1px solid white;
width: 90%;
float:left;
margin: 8% 0 20px 5%;
}

.sectionImages{
position: relative;
float:left;
height: 100%;
margin-left: 2%;
margin-right: 3%;
width: 15%;
}

#sectionImage1{background: url(../common/logoOuino1.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage2{background: url(../common/logoOuino2.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage3{background: url(../common/logoOuino3.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage4{background: url(../common/logoOuino4.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage5{background: url(../common/logoOuino5.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage6{background: url(../common/logoOuino6.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage7{background: url(../common/logoOuino7.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage8{background: url(../common/logoOuino8.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage9{width: 12%; background: url(../common/logoOuino9.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}
#sectionImage10{width: 33%;background: url(../extra/images/extra.png); background-repeat:no-repeat; background-position: center center; background-size: contain;}
#sectionImage11{width: 33%;background: url(../extra/images/progress.png); background-repeat:no-repeat; background-position: center center; background-size: contain;}
#sectionImage12{background: url(../common/logoOuino10.png);background-repeat:no-repeat;background-position: center center; background-size: contain;}

.sectionContents{
position: relative;
float:left;
height: auto;
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 78%;
}

#sectionContent9{width: 82%;}

.unitTitles{
font-size: 20px;
margin: 0;
font-weight: bold;
}

.unitTitles2{
font-size: 16px;
margin: 0;
font-weight: bold;
}

/*///NEWCHANGE*/

#sectionContent11{width: 60%;}

#sectionContent10{width: 12%;}
#unitTitle10, #unitTitle11{font-size: 17px; line-height:1.1em;}
#sectionImage10{width: 45%;}


@media screen and (max-width: 1000px){
#unitTitle10, #unitTitle11{font-size: 15px;}
.sectionBtns2{width: 18%;}
#guidedSection{width: 60%;}
#sectionImage11{width: 31%;}
#sectionImage10{width: 41%;}
}

@media screen and (max-width: 795px){
#unitTitle10, #unitTitle11{display: none;}
.sectionBtns2{width: 13%;}
#guidedSection{width: 70%;}
#sectionImage10, #sectionImage11{width: 70%; margin-left: 15%;}
}


/*///NEWCHANGE*/


.sectionPs{
font-size: 16px;
}

.sectionPs2{
font-size: 14px;
}


.lessonMenus{
top: 45px;
overflow-y: auto;
right: 100%;
left: auto;
-webkit-overflow-scrolling: touch;
z-index: 4;
background: none;
}

.lessonBacks{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	display:none;
	z-index: 2;
}
#lessonBack1{background:url(../common/mainBack1.jpg);background-size: cover;}
#lessonBack2{background:url(../common/mainBack2.jpg);background-size: cover;}
#lessonBack3{background:url(../common/mainBack3.jpg);background-size: cover;}
#lessonBack4{background:url(../common/mainBack4.jpg);background-size: cover;}
#lessonBack5{background:url(../common/mainBack5.jpg);background-size: cover;}

.menuCenterImg{
position: fixed;
height: 90%;
width: auto;
margin: auto auto;
left: 0; 
right: 0;
bottom: -100%;
pointer-events: none;
opacity: .8;
z-index: 3;
}

.insideMenu{
position: relative;
max-width: 1200px;
-webkit-overflow-scrolling: touch;
width: 96%;
padding: 100px 10px 200px 10px;
margin: 0 auto;
height: auto;
text-align:center;
}

.mainTitle{
color: white;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
cursor: default;
margin: 30px 0 0 0;
font-size: 25px;
}


.lessonMenus::-webkit-scrollbar{
width:12px;
background-color: black;
} 

.lessonMenus::-webkit-scrollbar-thumb{
background-color: #999;
border-radius: 3px;
}

.lessonMenus::-webkit-scrollbar-track{
background: #333;
} 

.lessonMenus::-webkit-scrollbar-thumb:hover{background-color: #06F;}
.lessonMenus::-webkit-scrollbar-thumb:active{background-color: #03F;}  
#lessonMenu1::-webkit-scrollbar-thumb:hover{background-color: #090;}
#lessonMenu1::-webkit-scrollbar-thumb:active{background-color: #060;} 
#lessonMenu2::-webkit-scrollbar-thumb:hover{background-color: #C00;}
#lessonMenu2::-webkit-scrollbar-thumb:active{background-color: #900;} 
#lessonMenu3::-webkit-scrollbar-thumb:hover{background-color: #F90;}
#lessonMenu3::-webkit-scrollbar-thumb:active{background-color: #F60;} 
#lessonMenu4::-webkit-scrollbar-thumb:hover{background-color: #93C;}
#lessonMenu4::-webkit-scrollbar-thumb:active{background-color: #90F;} 

/*2018CHANGE*/

.extraPrac{
display: inline-block;
height: 110px;
width: 330px;
text-align: left;
font-weight: normal;
color: white;
background-color: rgba(8,8,8,.8);
padding: 15px 10px 12px 10px;
margin: 40px 20px 0 20px;
cursor: pointer;
opacity: 0.8;
}

.extraPrac .sectionTitle{
font-weight: bold;
text-align:center;
cursor: pointer;
margin-bottom:5px;
}

.extraPrac img{
float:left;
position: relative;
width: 80px;
height: 80px;
padding: 0 20px 0 10px;
}

.extraPrac p{
margin-top: 20px;
position: relative;
float:left;
}


.Lsection{
display: inline-block;
height: auto;
width: auto;
text-align: center;
font-weight: bold;
color: white;
background-color: rgba(8,8,8,.8);
padding: 10px 10px 10px 10px;
margin: 40px 20px 0 20px;
}

.Lsection .Lsection{
background-color: rgba(255,255,255,0.1);
margin: 20px 10px 3px 10px;
}

.Lsection{max-width:900px;}.insideMenu{max-width:960px;}
@media screen and (max-width: 1020px){.Lsection{max-width:680px !important; margin: 40px 10px 0 10px;}.insideMenu{max-width:100%;}.Lsection .Lsection{margin: 20px 1px 3px 1px; padding: 0 0 0 0;}}
@media screen and (max-width: 750px){.Lsection{max-width:450px !important;}.insideMenu{max-width:700px;}}

.sectionTitle{
margin: 5px 5px 30px 5px;
font-size:18px;
color: rgba(255,255,255,0.9); 
cursor: default;
text-align:left;
font-family: 'Quicksand', sans-serif;
}

.sectionTitle b{color: rgba(255,255,255,0.7); }
.sectionTitle em{color: #FFF;font-size:16px;}
.sectionTitle strong{font-size:20px;}


.lessonItems, .imageItems{
position: relative;
width: 204px;
height: 124.5px;
float:left;
margin: 50px 10px 25px 10px;
cursor: pointer;
opacity: .7;
background: url(../screens/block1.jpg);
background-size: contain;
background-repeat: no-repeat !important;
}

.extras{
position: relative;
width: 208px;
height: 135px;
float:left;
margin: 40px 10px 55px 10px;
cursor: pointer;
opacity: .7;
box-shadow: 0px 0px 4px 1px black;
}

.extraVocab{background: url(../screens/vocab0.jpg); background-size: contain;}
.extraVerb{background: url(../screens/verb0.jpg); background-size: contain;}
.extraVerb2{background: url(../screens/verb00.jpg); background-size: contain;}

.lessonItemsHOVER{opacity: 1;}

.lessonItems h1, .imageItems h1{
position: absolute;
bottom: 120px;
font-size: 15px;
width: 204px;
text-align: center;
font-weight:bold;
padding:10px 0 10px 0;
margin: 0;
opacity: 1;
font-family: 'Quicksand', sans-serif;
}

@media screen and (max-width: 600px){
.lessonItems, .imageItems{
width: 163.4px;
height: 99.5px;
}
.lessonItems h1, .imageItems h1{
bottom: 93px;
width:163.4px;
}

.Lsection{max-width:378px !important;min-width:378px !important;}
.Lsection .Lsection{margin: 10px 1px 1px -1px !important;padding:0; min-width:1px !important;}
}



.extras h1{
position: absolute;
bottom: 118px;
font-size: 17px;
text-align: center;
left:-20%;
width: 140%;
font-weight:bold;
line-height: 20px;
padding-bottom:10px;
}

.imgItemBack{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.9);
z-index: 9998;
cursor: pointer;
display: none;
}

.imgItemImages{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto auto;
width: 90%;
max-width: 800px;
cursor: pointer;
height: auto;
z-index: 9999;
display: none;
}

.lessonItems h2, .imageItems h2{
position: absolute;
bottom: 60px;
font-size: 12px;
color: #FC0;
text-align: center;
width: 100%;
font-weight:bold;
line-height: 16px;
padding-bottom:10px;
}

.extras h2{
position: absolute;
bottom: -60px;
font-size: 15px;
color: white;
text-align: center;
width: 100%;
font-weight:bold;
line-height: 16px;
padding-bottom:10px;
}

.lessonItems h1 i, .imageItems h1 i, .extras h1 i{font-size: 11px; line-height: 9px;}
.noQuiz .Lscores, .noQuiz .Lmedals{display: none;}
.noQuiz .Lnew{display: block;}

.quizOnly{
width: 120px;
height: 72px;
margin-top: 70px;
}

.Lstars{
position: absolute;
width: 80px;
height: 19px;
bottom: -13px;
left: 0; right: 0;
margin: auto auto;
background:url(../common/star0.png);
background-size: contain;
z-index:3;
}

.LstarsHOVER{
-webkit-transform: scale(1.1);
transform: scale(1.1);
}


.quizOnly .Lstars{
display: none;
}

.Lmedals{
position: absolute;
width: 40px;
height: 66px;
top: -5px;
left: -10px;
}

.Lscores{
position: absolute;
width: auto;
height: auto;
top: 0;
right: 0;
background: rgba(0,0,0,0.8);
color:white;
text-align:center;
}

.Lscores p{
font-size: 10px;
line-height: 14px;
margin: 0;
display: none;
}

.Lscores h4{
margin: 10px;
font-size: 18px;
text-align: right;
color: white;
}

/*2018CHANGE*/

.warningIcon{
height: 20px; 
width: 20px; 
vertical-align:middle;
}

.mainWarning{
color: white;
margin: 0;
cursor: default;
}

#musicOnOff{
position: fixed;
bottom: 0;
right: 0;
color: white;
font-weight:bold;
text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
cursor: pointer;
font-size: 12px;
padding: 30px 15px 20px 30px;
z-index: 1;
display:none;
}

#musicOnOff b{
color: #FC0;
}

.sectionOptions {
position: absolute;
top: 20px;
right: 20px;
width: 70px;
height: 70px;
cursor: pointer;
opacity: .85;
color: white;
font-size: 14px;
background-color: rgba(255,255,255,0.06);
box-shadow: 0px 0px 2px black;
border-radius: 5px;
padding: 10px;
}

.sectionOptions img{
width: 50px;
height: 50px;
}

.sectionLang {
position: absolute;
top: 20px;
left: 20px;
width: 70px;
height: 70px;
cursor: pointer;
opacity: .85;
color: white;
font-size: 14px;
background-color: rgba(255,255,255,0.06);
box-shadow: 0px 0px 2px black;
border-radius: 5px;
padding: 10px;
}

.sectionLang img{
width: 50px;
height: 50px;
}




#loginCenter{
position:absolute;
top: 0; right: 0; left: 0; bottom: 0;
padding: 20px 20px 0 0;
margin: auto auto;
width: 400px;
height: 340px;
background: white;	
border: 10px solid white;
box-shadow: 0 0 5px 2px black !important;	
	border-radius: 5px;
}

#passwordForm,#passwordForm2, #warningBox2, #warningBox, #registerForm{
display: none;
}

.loginTabs{
position: relative;
float:left;
width:160px;
height: 30px;
margin: 15px 0;
border-radius: 5px 5px 0 0;
text-align:center;
padding-top:15px;
font-size: 14px;
cursor: pointer;
border-bottom: 1px solid #999;
}

.loginTabs2{
position: relative;
float:left;
width:28px;
height: 30px;
margin: 15px 0;
padding-top:15px;
border-bottom: 1px solid #999;
}

.loginTabOn{
font-weight:bold;
border-top:1px solid #999;	
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:none;
}

.backButton{
position: absolute;
font-weight:bold;
width: auto;
padding:20px;
bottom: 0; 
left: 0;
cursor: pointer;
}

#usersBack{
position: absolute;
font-weight:bold;
color: #FC0;
width: auto;
padding:20px;
top: 0; 
left: 0;
cursor: pointer;
display: none;
}

.allForms{
position: absolute;
text-align: center;
top: 90px;
width: 100%;
height: 280px;
}



::-webkit-input-placeholder {
   color: #666;
}

input{
font-family: 'Quicksand', sans-serif;
font-size:15px;
}

#userWrap{
position: fixed;
top: 45px;
right: 0px;
height: auto;
width: auto;
background: rgba(0,0,0,0.7);
padding-bottom: 5px;
z-index: 7;
}


.userBtns{
position: relative;
height: auto;
width: 100%;
color: #FFF;
margin: 3px;
padding: 10px 20px 10px 20px;
}

.userBtnsHOVER{
color: #FC0;
}

.inside2{ background: rgba(0,0,0,0.8); 
padding-bottom: 40px; 
width: 620px;
cursor: default;}


.progMenus{
position: fixed;
bottom: 0; left: 0; right:0;
width:620px;
height: 130px;
margin: auto auto;
background: url(../common/progTab.svg);
background-size: cover;
z-index:8;
cursor: pointer;
padding: 45px 0 0 0;
font-size: 14px;
color: white;
-webkit-transition:-webkit-transform 0.5s;
transition: transform 0.5s;
display: none;
}

.progStored{
-webkit-transform: translateY(145px);
transform: translateY(145px);
-webkit-transition:-webkit-transform 0.5s;
transition: transform 0.5s;
}

.progTitle{
position: absolute;
width: 100%;
font-weight: bold;
text-align: center;
}

.progText{
position: relative;
width: 580px;
height: 30px; 
margin: 20px auto 0 auto;
}

.progText span{
position:absolute;
left:0;
top: 7px;
}

.progDiv{
position: relative;
float: right;
font-size: 22px;
margin:0;

}
.progDiv b{
font-weight: normal;
}

.progMeter{
position: relative;
width: 580px;
height: 6px; 
background: #333;
margin: 2px auto 0 auto;
}

.starMeter, .scoreMeter{
position: absolute;
width: 30%;
height: 100%;
left:0; top: 0; 
background: #FC0;
}

.progIcons{
height: 23px; 
width: 23px;
padding: 0 5px 0 10px;
margin-top: -6px;
vertical-align:middle;
}

sup, .medalTotal{
font-size:12px;
}

#userMenu2, #userMenu, #tutorialMenu{
cursor: pointer;
z-index:6; 
background: rgba(0,0,0,0.4);
}

.pMeters{
position: relative;	
height: 110px;
width: 580px;
padding: 25px 20px 25px 20px;
margin: 30px 0 20px 0;
color: white;
background: #1E1E1E;
border-radius: 5px;
z-index: 1;
}


.pMeters .progTitle{
text-align: left;
color:#FC0;
}


#pMeter9 .progTitle{
font-size: 20px;
top: 25px;	
color: #FC0;
}

.progLogo{
position: absolute;
top: -20px; 
left: -20px;
width: 40px;
height: 40px;
z-index: 2;
}

#console{
position: absolute;	
height: 100px;
width: 200px;
left: 0; right: 0; top: 0; bottom: 0;
margin: auto auto;
background: white;
font-size:12px;
padding: 20px;
z-index: 99999;
display: none;
}

.flagImg{
position: absolute;
top: 0;
right: 0;
width: 120px;
}

.allUsers, .cL, .curriBtn{
position: relative;	
height: 50px;
width: 94%;
display: block;		
padding: 25px 3% 25px 3%;
margin: 20px auto 0 auto;
color: #202020;
background: rgba(0,0,0,0.05);
border-radius: 2px;
cursor: pointer;
z-index: 1;
margin-left: auto !important;
margin-right: auto !important;	
}

.allUsers{margin-top: 12px; border-radius: 5px; }



.curriBtn{
text-align: center;
font-size: 22px; 
height: auto;
border-radius: 5px;
margin-top: 20px;		
transition: 0.4s;	
background: white; 
margin: 5px auto; 
box-shadow: 0 0 2px 1px rgba(0,0,0,0.4); 
opacity: 1; 
}



.curriBtn:hover{
background: #2980b9; color: white;		
}
.preset:hover{
background: #6ab04c; color: white;	

}

.cont h2{text-align: center; margin: 10px 10px 10px 10px !important; color: white; }

.cLimg{
position: absolute;
top: 20px;
left: 30px;
height: 60px;
width: 60px;
border-radius: 10px;
background-size:cover;
background-position: 50% 50%;
pointer-events: none;
}


.maker .cont{background: #2d3436;
border-radius: 10px !important; padding: 20px 2% 20px 2%; margin-top: 20px; margin-left: auto; margin-right: auto; box-shadow: 0 0 2px rgba(0,0,0,0.6); position: relative; list-style-type: none; display: none;  }

.dark{
background: #2d3436 !important;
border-radius: 10px !important;
}

.lessCont{list-style-type: none; padding:0; margin: 0; }

.saveIt{background: #f1c40f; top: auto; bottom: 15px; width: 20%; padding: 15px 2% 15px 2%; border-radius: 5px; text-align:center; cursor: pointer; position: fixed; z-index: 8; transition: 0.3s; margin: 0; color: white; font-weight: bold; left: 25.5%; right: auto;}


.applyIt{background: #ccc; top: auto; bottom: 15px; width: 20%; padding: 15px 2% 15px 2%; border-radius: 5px; text-align:center; cursor: pointer; position: fixed; z-index: 8; transition: 0.3s; margin: 0; color: white; font-weight: bold; left: auto; right: 25.5%;}

@media screen and (max-width: 1100px){ .applyIt{width: 31.5%; right: 13.5%;} .saveIt{width: 31.5%;left: 13.5%;} }
@media screen and (max-width: 700px){ .applyIt{width: 43%; right: 2%;} .saveIt{width: 43%;left: 2%;} }

.saveDis, .applyDis{background: rgba(0,0,0,0.3); pointer-events:none; opacity: 0.6; position: absolute; bottom: 20px; width: 33%; padding: 15px 20px; margin: 0 !important;}

.applyDis{left: 10%; right:auto;}
.saveDis {left: auto; right: 10%;}

.centerIt{right: 0; left: 0; transition: 0.5s !important; width: 66% !important; max-width: 500px !important; margin: 0 auto; }

.cL, .cA{cursor: pointer; background: white; margin: 5px auto 5px auto; box-shadow: 0 0 2px 1px rgba(0,0,0,0.4); width: 93%; opacity: 1; padding: 25px 15px 25px 25px; position: relative;}
.cA{margin-top: 20px; margin-bottom: 0; border-radius: 10px;}




.cT span, .cW em{padding: 5px 10px 5px 10px; display: block;}
.cN span{padding: 10px; }
.cW em{font-style: normal; color: grey; font-size: 0.8em; }
.cont h1{text-align: center; font-size: 20px; padding: 10px 0;}
.cT{ color: black; background: rgba(255,255,255,0.85); height: auto; font-size: 20px; margin-top: 50px; padding-bottom: 87px; border-right: 10px solid #6ab04c; border-left: 10px solid #6ab04c;}
.cT span{ margin-top: 15px; margin-bottom: 30px; text-align: center; font-weight: bold; font-size: 1.2em;}

.cN{ color: black; background: rgba(255,255,255,0.9); height: auto; font-size: 1.5em; margin-top: 50px; margin-bottom: 50px; border-left: 10px solid #f1c40f;border-right: 10px solid #f1c40f; text-align: center; font-size: 19px;}
.cN strong{padding-left: 10px; }
.cN em{ }
.cH{ color: black; background: rgba(255,255,255,0.9); height: auto; margin-top: 30px; font-size: 1.4em; border-left: 10px solid #2980b9; border-right: 10px solid #2980b9;}
.cH h1{margin: 0; font-size: 29px; }
.cH h1, .cT span, .cN span, .cW em, .cW a{cursor: text; transition: 0.4s;}
.cH h1:hover, .cT span:hover, .cW em:hover, .cW a:hover{background:white;}
.cNimg{position: absolute;top: 15px;width: 30px;left: 10px;}
.cW{ color: black; background: rgba(255,255,255,0.9); height: auto; font-size: 20px; margin-top: 50px; margin-bottom: 50px; text-align:center; font-weight: bold; border-left: 10px solid #c0392b;border-right: 10px solid #c0392b;}
.cW a{text-decoration:none; color: black; padding: 5px 10px 5px 10px; display: block; font-size: 1.2em;}

.drgr {width: 30px; height: 100%; position: absolute; left: -10px; top: 0; right: auto; padding: 0; margin: 0; background: rgba(0,0,0,0.2) url(../common/drag.svg); background-size: 20px; background-position: right center; background-repeat: no-repeat; }
.drgr2{width: 20px; height: 100%; position: absolute; left: 0px; top: 0; right: auto; padding: 0; margin: 0; background: rgba(0,0,0,0.2) url(../common/drag.svg); background-size: contain; background-position: center center; background-repeat: no-repeat; }

.dOff{background: rgba(0,0,0,0.5) url(../common/drag.svg) !important; background-size: 20px !important; background-position: right center !important; background-repeat: no-repeat !important;}

.del, .rem{width: 30px; height: 30px; position: absolute; left: auto; top: 5px; right: 7px; padding: 0; margin: 0; background: url(../common/close2.svg); background-size: cover;}
.mini{width: 30px; height: 30px; position: absolute; left: auto; top: 5px; right: 75px; padding: 0; margin: 0; background: url(../common/mini.svg); background-size: cover;}
.edit{width: 30px; height: 30px; position: absolute; left: auto; top: auto; bottom: 5px; right: 7px; padding: 0; margin: 0; background: url(../common/edit2.svg); background-size: cover;}
.cT .edit{top: 5px; right: 41px; bottom: auto;} 
.dup{width: 30px; height: 30px; position: absolute; left: auto; top: auto; bottom: 5px; right: 7px; padding: 0; margin: 0; background: url(../common/dup2.svg); background-size: cover;}
.editUrl{width: 30px; height: 30px; position: absolute; left: auto; top: auto; bottom: 43px; right: 7px; padding: 0; margin: 0; background: url(../common/editUrl2.svg); background-size: cover;}
.add{width: 30px; height: 30px; position: absolute; left: 0; right: 0; margin: auto; top: -13px; padding: 0; background: url(../common/plus2.svg); background-size: cover;}

.cA2{ position: absolute !important;  left: 20px !important; right: 0 !important; bottom: 20px !important; cursor: pointer !important; background: rgba(255,255,255,1); box-shadow: 0 0 2px 1px rgba(0,0,0,0.4); width: 93%; opacity: 0.9 !important; padding: 25px 0 25px 0; margin: 0 auto !important;  border-radius: 10px;}
.cC{background:white; margin-top: 5px;}
.cC .edit{display:none;}
.cA .add, .cA2 .add{width: 35px; height: 35px; top: 0px; right: 0; left: 0; bottom: 0; margin: auto auto; pointer-events: none;}


.print {width: 30px; height: 30px; position: absolute; left: 25px; top: 5px; bottom: auto; right: auto; padding: 0; margin: 0; background: url(../common/print2.svg); background-size: cover;}
.print2{background: url(../common/print.svg);}
.cH .print{left: 7px;} .cH .edit{top: 5px; bottom: auto;}

.cA2 .add{left: -19px;}.cC .add{left: -18px;}
.del2{background: url(../common/close.svg);}
.dup2{background: url(../common/dup.svg);}
.edit2{background: url(../common/edit.svg);}
.mini2{background: url(../common/mini2.svg);}
.editUrl2{background: url(../common/editUrl.svg);}
.add2{background: url(../common/plus.svg);}

.expand{opacity: 0.7; width: 20px; height: 20px; position: absolute; left: 0; top: auto; right: 0; bottom: 3px; padding: 0; margin: 0 auto; background: url(../common/arrBlackDown.svg); background-size: cover; display:none;}  
.expand:hover{opacity: 1;}  
.minied{padding-bottom: 15px;}

.add3 {
background-color: white;
animation-name: flashIt;
animation-duration: 4s;
animation-iteration-count: 3;
} 


@keyframes flashIt {
  0%  {background-color: white;}
  10%   {background-color: #6ab04c;}
  20%  {background-color: white;}
  30%   {background-color: #6ab04c;}
  40%  {background-color: white;}
  50%   {background-color: #6ab04c;}
  60%  {background-color: white;}
  70%   {background-color: #6ab04c;}
  80%  {background-color: white;}
  90%   {background-color: #6ab04c;}
  100%  {background-color: white;}	
}


.show{display:block;}


.allUsersHover{
background: rgba(0,0,0,0.1);
}

.cLHover{opacity: 1; box-shadow: 0 0 3px rgba(0,0,0,1);}

.sp1, .da1{position: absolute; right: 3%; }
.sp2, .da2{position: absolute; right: 13%; }
.sp3, .da3{position: absolute; right: 23%; }
.sp4, .da4{position: absolute; right: 33%; }




.infoBox {
position: relative;
color: #202020;
font-size: 22px;
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
cursor: pointer;
transition: 0.4s;
background: white;
text-align: center;
margin: 110px auto -5px auto;
width: 80%;
max-width: 900px;
padding: 20px 3% 20px 3%;
height: 50px;
border-radius: 5px;	
display:none;
}

.infoBox div {
height: 50px;
position: absolute;
width: 31%;
margin: 0;
border-radius: 5px;
top: 20px;
}


.infoBox h4 {
color: white !important;
font-weight: normal !important;
line-height: 52px !important;
font-size: 19px;
margin: 0;
padding: 0;
}

.fac { left: 2%; background: rgba(52, 73, 94,0.9); }
.ove { left: 0; right: 0; margin: 0 auto !important; background:rgba(192, 57, 43,0.9) ;}
.cal{ right: 2%; background: rgba(243, 156, 18,0.9);}

.fac:hover {background: rgba(52, 73, 94,1); }
.ove:hover  {background:rgba(192, 57, 43,1) ;}
.cal:hover { background: rgba(243, 156, 18,1);}

@media screen and (max-width: 900px){ .fac span, .ove span, .cal span {display: none !important;} }

.uModule {
position: relative;	
line-height: 30px;
width: 94%;
padding: 30px 3.1%;
margin: 30px 0 -20px -0.05%;
color: #202020;
background: rgba(0,0,0,0.07);
font-size: 22px;
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
cursor: pointer;
transition: 0.4s;
border-radius: 7px;	
}

.uModuleSelect, .uModuleHover {
background: rgba(0,0,0,0.8);
color: white;
}

.cT ul{
  list-style-type: none;
  padding-left: 8px;	
}

.uSearch{
pointer-events: none;
 position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 70px;
  background: #2980b9;
  z-index: 8;
  color: white;
}

.uModuleSelect {
  position: -webkit-sticky !important; /* Safari */
  position: sticky !important;
  top: 90px;
  background: #2980b9;
  z-index: 8;
}



.uLogo{
position: absolute;
width: 40px;
height: auto;
right: 60px;
top: 20px;
}

.uArrow{
position: absolute;
width: 20px;
height: auto;
left: auto;
right: 20px;
top: 0;
bottom: 0;
margin: auto auto;
}

.up, .modCont{
display:none;
}

.uCurri {
position: relative;	
line-height: 17px;
width: 90%;
height: 80px;
padding: 12px 20px;
margin: 20px auto 0 auto;
border-radius: 10px;
color: #202020;
font-size: 15px;
background: rgba(0,0,0,0.1);
text-align: center;
cursor: pointer;
transition: all 0.3s;
pointer-events: auto !important;
}


.uCurri span {
font-size: 19px;
vertical-align: middle;
line-height: 80px; 
}

.newCurri {background: #303030; margin-top: 25px; width: auto; color: white; font-weight: bold; }
.newCurri:hover {background: #6ec757; color: white;}
.delCurri {font-weight: bold; width: auto; margin-top: 10px; }
.delCurri:hover {background: #c0392b; color: white; }

.loadCurri {margin-top: 5px;padding: 10px 5px; font-weight: bold; cursor: pointer; border-radius: 5px; color: white; width: auto; transition: 0.4s;}

.stopEdit {margin-top: 15px;padding: 30px 5px;}

.uTitle {
position: relative;	
line-height: 30px;
width: 94%;
padding: 10px 3%;
margin: 20px 0 0 0;
color: white;
background: #555;
font-weight: bold;
font-size: 17px;
pointer-events: none !important;
border-radius: 5px;	
}




.uLesson, .userRes, .unitIds {
position: relative;	
line-height: 17px;
width: 94%;
padding: 12px 2.8% !important;
margin: 0;
color: #202020;
font-size: 15px;
pointer-events: none;
}


@media screen and (min-width: 680px){.uLesson em, .uTitle em, .unitIds em {display:none;}}
@media screen and (max-width: 590px){.uTitle {font-size: 15px;}}

.studentScores {margin-bottom: 70px;}

.one {background: #F5F5F5;}
.two {background: #EBEBEB;}
.nq1{background: #F5F5F5 !important; font-weight: normal !important;}
.nq2{background: #EBEBEB !important;  font-weight: normal !important;}
.three {background: rgba(0,0,0,0.15);z-index: 3; font-weight: bold;}

.yourself{
box-shadow: 0 0 0 2px #1e824c;
}

.allUsersLogo{
position: absolute;
top: 30px;
left: 15px;
height: 60px;
width: 60px;
border-radius: 50%;
}



.userImg{
position: absolute;
width:60%;
height: 60%;
left: 20%;
top: 20%;
}

.vLine{
position: absolute;
height: 80%;
top: 10%;
left: 90px;
border-left: 1px solid #666;
}

.userInfo{
position: absolute;
height: 80px;
top: 0; bottom: 0;
margin: auto auto;
left: 110px;
text-align:left;
}

.userInfo p{
margin: 0;
font-weight: bold;
color: #202020;
}

.allUsers{
height: 70px;
	
}

.cLinfo{
position: absolute;
height: 60px;
top: -2px; bottom: 0;
margin: auto auto;
left: 106px;
text-align:left;
pointer-events: none;
font-size: 16px;		
}

.cLinfo p{
margin: 0;
font-weight: bold;
font-size: 16px;	
color: #202020;
}


.adminInfo, .deleteInfo, .passwordInfo, .assignGroup, .filterGroup{
position: absolute;
font-size: 14px;
line-height:0;
height: 0;
width:110px;
padding: 20px 0;
top: 0;
text-align: center;
left: auto;
right: 0;
background: #e3e3e3;
color: black;
z-index: 10 !important;	
}

.assignGroup,.filterGroup{
padding: 15px 0 45px;
}

.assignGroup{
line-height: 16px;	
border-bottom-right-radius: 5px;
bottom: 0; top: auto;
}

.filterGroup{
line-height: 16px;	
border-top-right-radius: 5px;
background: #d8d8d8;	
top: 0;	
}

.filterGroupHOVER{
background-color: #2980b9;
color: white;
}

.passwordInfo{
top: 40px;
background: #d8d8d8;
}

.deleteInfo{
top: 80px;
border-bottom-right-radius: 5px;	
}

.adminInfo, .flagImg{
border-top-right-radius: 5px;
}
.adminInfo strong{
pointer-events: none;
}

.passwordInfoHOVER{
background-color: #2980b9;
color: white;
}


.adminInfoHOVER{
background-color: #26a65b;
color: white;
}

.deleteInfoHOVER{
background-color: #c0392b;
color: white;
}


.adminWarn1, .adminWarn2{
position: relative; 
width: 100%; 
text-align: center; 
color: #202020;
padding-top: 20px;
}

.adminWarn2{

}

.remaining{
position: relative; 
text-align: center; 
color: #202020;
width: 94%;
margin: 20px auto -10px auto;
padding: 25px 3% 25px 3%;
background: rgba(0,0,0,0.08);
line-height: 1.4em;
}

a{
text-decoration: none;
font-weight: bold;
color: #2980b9;
}

.adminWarn2{
text-align: left; 
}


.seekUser1, .seekUser2{
position: relative;	
height: auto;
width: 90%;
padding: 10px 20px;
margin: 0 auto;
color: white;
text-align: left;
font-size: 14px;
}

.seekUser1 strong, .seekUser2 strong{
font-size:16px;
}

.seekUser1{background: #333}
.seekUser2{background: #232323;}


.telaGot4{
position: absolute; 
width: 100%; 
height: 100%; 
z-index: 10; 
top: 0; 
left:0; 
background: url(../common/iconLock.svg), rgba(0,0,0,0.6); 
background-position: center center;
background-size: auto 70%;
background-repeat:no-repeat;
cursor:default;
}



#volDiv{
position: relative;
top: 22px; right: 25px;
float:left;
width: 50px;
height: 2px;
z-index: 2;

}

#volDiv #sliderTrack{
position: absolute;
width: 100%; height: 100%;
top: 2px; left:8px;
z-index: -1;
cursor: pointer;
background: #CCC;
border-radius: 10px;
}

#volDiv #sliderText{
position: absolute;
width: 100%;
text-align:center;
  height:10px;
  top: -15px;
  left: auto; right: auto;
  margin: auto 6px;
  color: white;
  cursor: default;
  font-size:11px;
}

#volDiv .ui-slider-handle {
    background:#999;
    width: 10px;
    height: 10px;
	top: -2px;
	border-radius: 50%;
    position: absolute;
	border: 1px solid black;
	opacity: 0.8;
}

#volDiv .ui-slider-handle:focus {
outline: 0;
opacity: 1;
background: #FC0;
}


#volDiv .ui-slider-range {
    position: absolute;
    border: 0;
    top: 0;
	width: 40px;
}


.tutImg{
position: relative;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

.tutWrap{
position: relative;
width: 100%;
height: auto;
margin-top: 20px;
border-radius: 5px;
border: 1px solid #333;
background: #171717;
}



@media screen and (max-width: 700px), screen and (max-height: 600px){
.unitTitles{font-size: 16px;}
.unitTitles2{font-size: 15px;}
.sectionPs{font-size: 14px;}
.sectionPs2{font-size: 13px;}
}

@media screen and (max-width: 700px){
.sectionOptions{
width: 50px;
height: 50px;
top: 10px;
right:10px;
}	
.sectionOptions img{
width: 30px;
height: 30px;
}
}

@media screen and (max-width: 620px){
.progMeter, .progText, .pMeters{width: 480px;}
.progMenus, .inside2{width: 520px;}
.progDiv i, .medalTotal{display:none;}
.sectionPs{font-size: 12px;}
.sectionPs2{font-size: 12px;}
}

iframe{
position: fixed;
width: 98%;
max-width: 900px;
left: 0; right: 0;
margin: auto auto;
top: 30px; bottom: 0;
height: 90%; 
z-index: 1545;
border: none; 
 display:none;
}

#shots{
position: fixed;
width: 98%;
max-width: 1200px;
left: 0; right: 0;
margin: auto auto;
top: 30px; bottom: 0;
height: auto;
z-index: 1545;
border: none;
 display:none;	
}

#preview{
max-width: 1200px;
}

#iLoad{
position: fixed;
width: 100%;
top: 0;
height: 100%;
background: rgba(0,0,0,0.5); 
z-index: 1544;
border: none; 
 cursor: pointer;
 display:none;
}


#iLoad strong{
position: fixed;
top: 7px; right: 20px; left: auto; color: white; font-size: 30px;
 cursor: pointer;
}


#iLoad p{
position: fixed;
height: 20px;
width: 200px;
top: 45px; right: 0; bottom: 0; left: 0;
margin: auto auto;
font-size: 25px;
color: white;
font-weight: bold;
}


#sprompt, #like, #review{
position: fixed;
z-index: 999998;
top:45px; left:0;  
width: 100%;
height: 100%;
background: rgba(255,255,255,0.4); 
display: none;
}

#spromptIn, #likeIn, #reviewIn{
position: fixed;
z-index: 999999;
font-size: 24px;
margin: auto auto;
top:0; right:0; bottom:0; left:0; 
color: white;
font-weight: bold;
width: 320px;
height: 130px;
background-color: rgba(23,23,23,1.00);
text-align: center;
padding: 30px;
border-radius: 5px;
}

#reviewIn{
width: 440px;
height: 220px;
font-size: 16px;
line-height: 19px;
}

#reviewIn b{
font-weight: normal;
}


#spromptYes, #spromptNo, #likeYes, #likeNo, #likeMay, #revAmazon, #revFace{
position: absolute;
font-size: 18px;
bottom:22px;
font-weight: bold;
width: 32%;
margin: 2%;
text-align: center;
padding: 2%;
border-radius: 2px;
cursor: pointer;
opacity: 0.85;
}

#spromptYes{left:10%;color: black;background-color: #FC0;}
#spromptNo{right:10%; background-color: grey;color: black;}

#likeYes, #likeNo, #likeMay{font-size: 16px; width: 90px;}
#revAmazon, #revFace{font-size: 16px; width: 40%;}
#revFace{right:3%; background-color: #3b5998;color: white;}
#revAmazon{left:3%; background-color: #FC0; color: black;}

#likeYes{right:15px; color: black;background-color: #FC0;}
#likeMay{right:130px; background-color: grey; color: black;}
#likeNo{right:245px; background-color: black; color: rgba(156,156,156,1.00);}


#likeIn b{
font-size: 22px;
} 

#like, #review{
cursor: pointer;
}

#likeIn, #reviewIn{
cursor: default;
}


#spromptYes:hover, #spromptNo:hover, #likeYes:hover, #likeNo:hover, #likeMay:hover{
opacity: 1;
}


/*NEW MESSAGE BOX*/


#emailForm{
background: rgba(0,0,0,0.7);
position: fixed;
top: 0; left: 0;
width: 100%;
height: 100%;
z-index: 999999;
cursor: pointer;
display:none;
}

.closeForm{
background: black;
color: white;
border-radius: 50%;
font-size: 16px;
position: absolute;
top: -15px;
right: -15px;
width: 10px;
height: 10px;
padding: 10px 12px 14px 12px;
cursor: pointer;
margin: 0;
border: 1px white solid;

}

#emailForm h4{

font-size: 18px;
margin: 5px 3px 15px 3px;
}


#emailForm .form{
background: white;
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
margin: auto auto;
height: 430px;
width: 520px;
text-align:center;
padding: 30px;
box-shadow: black 0px 0px 4px;
cursor: default;
}

#thanks {
position: absolute;
background-color: rgba(23,23,23,1.00);
top: 0; left: 0; right: 0; bottom: 0;
margin: auto auto;
width: 320px;
height: 120px;
text-align:center;
font-weight: bold;
color: white;
padding: 30px;
font-size: 22px;
border-radius: 5px;
display:none;
}

.invForm{
display:none;
}

#emailForm .emailField{
width: 100%;
height: 250px;
text-align: center;
font-size: 18px;

}

#emailForm .emailBtn{
font-size: 16px;
font-weight: bold;
text-align: center;
padding: 15px;
border-radius: 2px;
cursor: pointer;
color: black;
background-color: #FC0;
border: 0;
}

@media screen and (max-height: 600px){
#emailForm .form{
height: 255px;
top: 30px;
margin: 0 auto;
width: 400px;
padding: 20px;
}

#emailForm h4{
font-size: 14px;
margin: 5px 3px 15px 3px;
}

#emailForm .emailField{
height: 100px;
}

#emailForm .emailBtn{
font-size: 14px;
padding: 10px;
}

}

@media screen and (max-width: 600px){
#emailForm .form{
height: 420px;
width: 300px;
top: 30px;
margin: 0 auto;
padding: 20px;
}

#reviewIn{
width: 300px;
height: 300px;
}

#emailForm h4{
font-size: 14px;
margin: 5px 3px 15px 3px;
}

#emailForm .emailField{
height: 200px;
}

}

#tutorialMenu{
background: rgba(0,0,0,0.9);
}

/*2018CHANGES*/
html{
 width:100%;
}

/*LATEST CHANGES*/
body{
	overflow-y: scroll !important;
	-webkit-overflow-scrolling: touch;
  padding:0;   
  width: 100%;
  height: 100%;
  margin: 0 auto;	
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.disableScroll {
overflow: hidden;
}


.mainCont {
	overflow-y: scroll !important;
	display: none;
	position: relative;
	margin: 20px auto 0 auto;
	background: white;
	width: 80%;
	max-width: 900px;
	height: auto;
	padding: 50px 3% 50px 3%;
	font-family: 'Quicksand', sans-serif;
	box-shadow: 0 0 5px 2px black !important;	
	border-radius: 5px;
}

.bottomPad {
height: 5px; 
width: 100%;	
}

.maker {
overflow-y: visible !important;	
padding-bottom: 40px;
margin-bottom: 30px;
}


.mobileScroll {
overflow-y: scroll !important;	
}




#passCont, #frLessons, #spLessons, #itLessons, #geLessons, .maker {

}

#passCont {
margin-bottom: 0px !important;
}


#topBar  {
position: fixed;
width: 100%;
left: 0;top:0;
height: 45px;
margin: 0; padding: 0;
background: black;
z-index: 10;
display:none;
}

#topBar2 {
position: fixed;
width: 100%;
left: 0; top:45px;
height: 46px;
margin: 0; padding: 0;
background: #1a1a1a;
z-index: 9;
display:none;	
}


.theBack {
position: absolute;
height: 30px;
width: auto;
top: 8px;
left: 10px;	
cursor: pointer;	
opacity: 0.8;	
}

.theBack:hover {
opacity: 1;	
}

.disBack {
opacity: 0.1;	
pointer-events: none;	
}

.barImg{
width: 24px;
height: auto;
vertical-align:middle;
padding: 0 9px 4px 5px;
}


.barOpt {
position: relative;
float: right;
width: auto;
height: auto;
margin: 0; padding: 0 18px 0px 12px;
padding-bottom: 0;	
font-family: 'Open Sans Condensed', sans-serif;
text-align: right;
color: white;
font-size: 12px;
line-height: 45px;
font-weight: normal;
cursor: pointer;
opacity: 0.8;
}

#topBar2 .barOpt{
font-size: 12px;
line-height: 43px;
padding: 0 24px 3px 18px;	
}

.barOpt h2 {padding: 0; margin: 0;}

.opt4 {padding-right: 30px;}


#oldPass, #newPass1, #newPass2{width: 250px !important;}

@media screen and (max-width: 610px){ #ouinoTitle {display:none;} #topBar2 .barOpt{padding: 0 14px 3px 14px;}}
@media screen and (max-width: 521px){.barOpt strong{display:none;} #topBar .barOpt{width: 25%; text-align: center; padding: 0;}}

.spBtn {padding-right: 20px !important;}

#ouinoTitle{
position: absolute;
top: 13px;
left: 12px;
height: 20px; 
width:auto;
}

#goBack, #goBack2, #goBack3  {
display:none;
position: fixed;
width: 100%;
left: 0;top:0;
height: 81px;
margin: 0; padding: 11px 0 0 20px;
cursor: pointer;
background: #34495e;
z-index: 10;
transition: all 0.5s;
color: white;
}

#goBack:hover, #goBack2:hover, #goBack3:hover {
background: rgb(50,50,50);
}

#frLessons, #itLessons, #spLessons, #geLessons{
padding-bottom: 90px;
margin-top: 20px;
}

#userCont {
padding-bottom: 90px;
margin-top: 110px;
}

#userCont h2 {
text-align:center;
}

#memCont {
	display: none;
	position: relative;
	margin: 110px auto 0 auto;
	background: white;
	width: 80%;
	max-width: 900px;
	height: auto;
	padding: 50px 3% 50px 3%;
	font-weight: normal;
	font-family: 'Quicksand', sans-serif;
	box-shadow: 0 0 5px 2px black !important;	
	border-radius: 5px;
	
}





@media screen and (max-width: 1000px){.cL, .cA, .cA2{width: 90%;} .curriBtn{font-size: 21px; }}
@media screen and (max-width: 900px){.curriBtn{font-size: 20px;}}
@media screen and (max-width: 810px){#memCont,.mainCont { width: 92% !important;} .infoBox{width: 92% !important;}  .cL, .cA, .cA2{width: 90%;} .curriBtn{font-size: 19px;} }
@media screen and (max-width: 700px){.curriBtn{font-size: 18px;}}
@media screen and (max-width: 600px){#memCont,.mainCont {width: 92% !important;} .cL, .cA, .cA2{width: 89%;}}
@media screen and (max-width: 501px){.cL, .cA, .cA2{width: 82%;} .infoBox h4{font-size: 15px !important;}
#memCont,.mainCont,.infoBox {width: 94% !important; padding-left: 3%!important; padding-right: 3%!important; border-radius: 0;}
.adminInfo, .deleteInfo, .passwordInfo{width:95px; height: 20px; line-height: 12px;} .deleteInfo{ top: auto; bottom: 0; padding: 13px 0 6px 0;} .adminInfo{padding: 13px 0 7px 0;}
.passwordInfo{padding: 14px 0 7px 0;}
}




@media screen and (max-width: 650px){
.vLine,.userImg {display:none;}
.allUsersLogo {left: -9px; top:-3px; height: 20px; width: 20px;}
.userInfo{left: 20px;}
}


.mainCont h2 {
	margin: 0;
	padding: 0;
	font-family: 'Fjalla One', sans-serif;
		font-weight: normal;
}
#memCont h2 {
	margin: 0;
	padding: 0 0 7px 0;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
}
.mainCont h4 {
	color: grey;
	margin: 0;
	padding: 3px 0 20px 0;
}



.dialog-ovelay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 350px;
    margin: 170px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
	padding: 10px;
    overflow: hidden;
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px; 
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
}
.button {
  cursor: pointer
}
.button-default {
    background-color: rgb(248, 248, 248);
    color: #5D5D5D;
	border: none;
	padding: 10px 20px !important;
}
.button-danger {
    background-color: #e74c3c;
    border: none;
    color: #f5f5f5;
	padding: 10px 20px !important;
}
.link {
  padding: 5px 10px;
  cursor: pointer
}

.lds-ring {
  display: inline-block;
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto auto;
  width: 64px;
  height: 64px;
  
}

.lds-text {
  display: none;
  position: fixed;
  left: 0; right: 0; top: 100px; bottom: 0;
  margin: auto auto;
}

.lds-ring {
  display: inline-block;
  position: fixed;
  left: 0; right: 0; top: 0; bottom: 0;
  margin: auto auto;
  width: 64px;
  height: 64px;
}

.searching {
z-index: 99984353 !important;
display: inline-block !important;
background: rgba(0,0,0,0.5);
border-radius: 50%;
}


.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.notFound {
text-align: center;
color: red;
margin: 100px 10px 0 10px !important;
display:none;
}

.foundText {
text-align: center;
margin: 50px 10px 10px 10px !important;
display:none;
}

.found {
position: relative;	
width: 94%;
margin: 10px 0 0 0;
color: #202020;
font-size: 24px;
text-align: center;
font-family: 'Fjalla One', sans-serif;
font-weight: normal; 
box-shadow: 0 0 0 1px rgba(0,0,0,0.5); 
border-radius: 5px; 
padding: 15px 19px; 
left:1px;
background: #F5F5F5;
cursor: pointer;
display:none;
}

.tMargin {
position: relative;	
box-shadow: none !important;
background: none !important;
width: 94%;
margin: 40px 0 0 0 !important;
display:none;
cursor: default;
}


.found strong{
color: green;
font-size: 1.1em;

}

.found em{
color: red;
font-style: normal;
font-size: 1.1em;
}

.found b{
color: grey;
font-weight: normal;
font-size: 0.8em;
cursor: pointer;
}


.foundIt, .foundIt2, .foundIt3 {
margin:0;
font-weight: bold;
border-radius: 0 !important;
box-shadow: 0 0 0 1px rgba(0,0,0,0);
}


.uLesson i {
position: relative;
float:left;
font-size: 0.00001em;
}



.hilited {
font-weight: bold;
}


.coHover{color: white; background: #f1c40f;}
.blHover{color: white; background: #6ab04c;}
.voHover, .redHover{color: white; background: #c0392b;}
.veHove, .blueHover{color: white; background: #2980b9;}




.wText{color: white !important;}

.searchBox {
  background-image: url(../common/search.png);
  background-size: 25px 25px;
  background-position: 12px 10px; /* Position the search icon */
  background-repeat: no-repeat; /* Do not repeat the icon image */
  width: 330px; /* Full-width */
  font-size: 16px; /* Increase font-size */
  padding: 12px 20px 12px 50px; /* Add some padding */
  border: 1px solid rgba(0,0,0,0.7); /* Add a grey border */
 border-radius: 5px !important;	
  margin-bottom: 15px; /* Add some space below the input */
  margin-top: 5px; /* Add some space below the input */
}


.contClass1{ text-align: center; cursor: pointer; transition: all 0.4s; pointer-events: auto;}
.contClass2{display:none;}
.uLesson, .unitIds{transition: all 0.3s; border-radius: 5px; padding: 15px 2.9%; left:1px; margin-top:6px;}

.contClass3{cursor: default; box-shadow: none !important; color: rgba(0,0,0,0.9); background: none; border-radius: 0;}
.contClass3:hover{color: rgba(0,0,0,0.9) !important;}
.contClass3 .pBtn1:hover{background: url(../common/shot3.svg);} .contClass3 .pBtn2:hover{background: url(../common/open3.svg);}
.pBtn1, .pBtn2, .pBtn3{cursor: pointer;}

.contClass4{font-weight:bold;}

.contClass5{font-weight:bold;}
.contClass6{font-weight:bold;}
.contClass7{margin-top: 20px !important;margin-bottom: 40px !important;}

.uLesson:hover{color: white; background: #2980b9;}
.unitIds:hover{color: white; background: #505050;}
.blMod .uLesson:hover{color: white; background: #6ab04c;}
.voMod .uLesson:hover{color: white; background: #c0392b;}
.coMod .uLesson:hover{color: black; background: #f1c40f;}

.uLesson img{width: 30px; height: 30px; top: -17px; left: 10px; position: absolute; cursor: pointer;}
.uLesson img:hover{transform: scale(1.3);}

.uSelect{pointer-events: auto !important; cursor: pointer; text-align:center;}
.uSelect2{text-align:center;}
.uSelect:hover{color: white !important; background: rgba(0,0,0,0.8) !important;}

.adder, .texter, .groupCreate, .question, .stuList, .stuList2, .stuBack, .stuBack2, .chainer{
position: fixed;
width: 100%; height: 100%;
background: rgba(255,255,255,0.8);
left: 0; top: 0; margin: 0; padding: 0;
z-index:888;	
display: none;	
}

.texter, .groupCreate, .question, .stuList, .stuList2, .chainer{
cursor: pointer;
}


.adderCont{
position: absolute;
width: 305px;
height: 240px;
background: #2d3436;	
left: 0; top: 50px; right: 0; bottom: 0;
margin: auto auto; padding: 15px;
border-radius: 10px;	
}


.texterCont, .groupCreateCont{
position: absolute;
width: 90%;
height: 320px;
max-width: 910px;	
background: #2d3436;	
left: 0; top: 0; right: 0; bottom: 0;
margin: auto; padding: 10px 0;
border-radius: 10px;
box-shadow: 0 2px 4px black;
cursor: default;	
}

.stuCenter, .stuCenter2{
position: fixed;
left: 0; top: 0; right: 0; bottom: 0;
padding: 20px;	
margin: auto auto;
width: 955px;		
}



.stuCont, .stuCont2{
position: relative;
display: inline-block;	
width: 945px;		
height: auto;
overflow: auto;	
background: #2d3436;	
left: 0; top: 0; right: 0; bottom: 0;
margin: 0 auto 0 auto; padding: 10px 5px 100px 5px;
border-radius: 10px;
box-shadow: 0 2px 4px black;
cursor: default;
}
	
.quesCont, .chainCont{
position: absolute;
width: 90%;
height: 190px;
max-width: 320px;	
background: #2d3436;	
left: 0; top: 0; right: 0; bottom: 0;
margin: auto auto; padding: 10px 0;
border-radius: 10px;
box-shadow: 0 2px 4px black;
cursor: default;
}

.quesCont h2, .stuCont h2, .stuCont2 h2{
text-align: center;
color: white;
font-size: 20px;	
}

.chainCont{
max-width: 320px;	
height: 320px;	
padding: 15px 20px;
color: white;
text-align: center;	
font-size: 15px;	
}

.chainCont h2{
text-align: center;
color: white;
font-size: 20px;	
margin-bottom: 15px;	
}

.chainCont img{
width:20px; height: auto; padding: 0; margin: 0 0 -10px 0; position: relative;	
}


.ques2 .quesCont, .ques2b .quesCont, .ques2c .quesCont {height: 280px;}
.ques2c .quesCont {padding: 20px;}
.ques7 .quesCont {height: 320px; padding-left: 20px; padding-right: 20px;}
.ques7 .quesCont h2{font-size: 16px; text-align: justify;}

.ques5 .quesCont, .ques6 .quesCont{height: 260px; padding-left: 20px; padding-right: 20px; font-size: 14px;}
.ques5 em, .ques6 em{font-style: normal; color: rgba(255,255,255,0.5);}
.ques5 .noBtn, .ques6 .noBtn, .ques7 .noBtn{background: #f1c40f; position: absolute; margin: 0 auto; left: 0 !important; right: 0 !important; float: none;}

.ques8 .quesCont {height: 170px;} .ques8b .quesCont {height: 200px;}
.ques8 .noBtn3{right: auto; left: 55px;} .yesBtn8{left: auto; right: 55px;}
.ques8b .noBtn, .ques10 .noBtn{right: 0; left: 0;} 

.preset span{font-size: 0.8em; color: rgba(0,0,0,0.5);} 

.noter{
position: fixed;
width: 300px;
height: 100px;	
line-height: 100px;
text-align: center;
font-size: 23px;
font-family: 'Fjalla One', sans-serif;
background: #2d3436;	
left: 0; top: auto; right: 0; bottom: 30px;
margin: 0 auto; padding:  0;
border-radius: 10px;
cursor: default;	
color: white;	
display: none;	
z-index: 345345345345;	
pointer-events: none;	
}

.note1, .note4, .note6, .note9 {border: 10px solid #6ab04c !important;}
.note2, .note5, .note7, .note8 {border: 10px solid #c0392b !important;}
.note3 {border: 10px solid #f1c40f !important;}

.texterCont img{
position: absolute;
top: 5px;
left: 10px;
width: 30px; height: 50px;	
}

.texterCont h2, .curriCont h2, .groupCreate h2{
color: white; text-align: center;
}

.texterCont textarea{
text-align: center; width: 86%;
margin: auto 5%;
height: 90px;	
font-family: 'Quicksand', sans-serif;	
padding: 20px 2% 20px 2%; font-size: 18px; line-height: 23px;
}

.texterCont button, .groupCreate button{
background: #f1c40f; 
position: absolute; 
margin: 0 auto; 
left: 0; right: 0;	
top: auto; 
bottom: 30px;
width: 300px;
padding: 20px 25px;
font-size: 18px;	
text-align:center;
cursor: pointer;
border-radius: 5px;
border: 0;	
}

.groupCreateCont text{
text-align: center; width: 86%;
margin: auto 5%;
height: 90px;	
font-family: 'Quicksand', sans-serif;	
padding: 20px 2% 20px 2%; font-size: 18px; line-height: 23px;
}

.theBtn{
background: #f1c40f; 
position: absolute; 
margin: 0 auto; 
top: auto; 
bottom: 30px;
width: 120px;
padding: 20px 25px;
font-size: 17px;	
text-align:center;
cursor: pointer;
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
border-radius: 5px;
border: 0;	
opacity: 0.85;	
}

.theBtn:hover{
opacity: 1;	
}



.yesBtn, .yesBtn5{left: auto; right: 30px;}
.noBtn{left: 30px; right: auto; background: grey;}
.yesBtn2{left: auto; right: 50px;}
.noBtn2{left: 50px; right: auto; background: grey;}

.yesBtn3{left: auto; right: 20px; width: 80px;}
.yesBtn4{left: 0; right: 0; background: grey; width: 105px;}
.noBtn3{left: 20px; right: auto; background: grey; width: 80px;}


.stuList,.stuList2{position: absolute; height: auto; background: none; margin: 0; padding: 0;}
.stuBack, .stuBack2{display:block; z-index: -1;}

.stuBtn, .selectGroup2{
background-color: white; 
position: relative; 
float: left;	
width: 256px;	
padding: 20px 25px;
font-size: 17px;	
text-align:center;
cursor: pointer;
font-family: 'Fjalla One', sans-serif;
font-weight: normal;
border-radius: 5px;
border: 0;	
opacity: 0.85;	
left: 0; right: 0; margin: 4px; 
}

.stuBtn:hover, .selectGroup2:hover{opacity: 1;}

.stuSel{ background-image: url(../common/check.svg); background-repeat:no-repeat; background-position: right 5px center; background-color: rgba(255,255,255,0.3); background-size: 20px; box-shadow: 0 0 0 3px #6ab04c; color: white; }

.stuSel2{ background-image: url(../common/close.svg); box-shadow: 0 0 0 3px #c0392b;}


.allBtn{left: 0; right: 0; margin: auto; text-align: center; width: 260px;}

.selectBtn2, .selectBtn3{position: absolute; margin: 0 auto; text-align: center; width: 260px; bottom: 20px; left: 0; right: 0;}

.selectBtn{left: 0; right: 0; margin: auto; bottom: 100px; background: grey; text-align: center; width: 260px;}





.adderBtn{
position: relative; float: left;
width: 205px;
height: 70px;
background: rgba(255,255,255,0.1);	
left: 0; top: 0; right: 0; bottom: 0;
margin: 2px; padding: 3px 10px 3px 85px;
color: white;
line-height: 70px;	
cursor: pointer;	
}

.adderBtn:hover{
background: rgba(255,255,255,0.3);		
}

.adderBtn img{
position: absolute;
width: 50px; height: 50px;
left: 15px; top: 10px;

}

.uC{background: #6ab04c;}
.uN{background: #c0392b;}

.unitSel {background: rgba(255,255,255,0.3); border: 1px dotted rgba(0,0,0,0.3); min-height: 40px;}

.currSelect {background: #2980b9 !important; color: white !important; cursor: pointer !important;}
.blMod .currSelect {background: #6ab04c !important;}
.voMod .currSelect {background: #c0392b !important;}
.coMod .currSelect {background: #f1c40f !important;}
.currSelect:hover {background: #2d3436 !important;}

.disableTouch {pointer-events: none;}
.fullOpacity {opacity: 1;}
.maxOpacity {opacity: 1 !important; background: rgba(255,255,255,0.2);}
.maxOpacity2 {opacity: 1 !important; background: rgba(255,255,255,0.2);}
.disabled2 {opacity: 0.3 !important; pointer-events: none; display:none !important;}
.disabled3 {opacity: 0.5 !important; pointer-events: none !important; }
.disabled {display:none !important;}

.pBtn1 {position: absolute; left: auto; right: 10px; top: 8.5px; height: 25px; width: 25px; background: url(../common/shot.svg); background-size: cover; opacity: 0.8;}
.mb {background: url(../common/shot2.svg); background-size: cover;}
.pBtn2 {position: absolute; left: auto; right: 40px; top: 7px; height: 25px; width: 25px; background: url(../common/open.svg); background-size: cover; opacity: 0.8;}
.pBtn3 {position: absolute; left: auto; right: 10px; top: 8px; height: 25px; width: 25px; background: url(../common/show.png); background-size: cover; opacity: 0.8; display: none;}
.currSelect .pBtn3{display: block !important;} .currSelect .pBtn1, .currSelect .pBtn2{display: none !important;}

.pBtn2:hover, .pBtn1:hover, .pBtn3:hover {opacity: 1;}

.uName, .cName {font-weight: normal;} 

#oldPass, #newPass1, #newPass2{width: 150px !important;} #newPass2{margin-bottom: 15px !important;}
@media screen and (max-width: 670px){ #oldPass, #newPass1, #newPass2{width: 90% !important;}  }

@media screen and (max-width: 460px){ .searchBox { width: 250px; }}

.green{background: #6ab04c;}
.red{color: white; background: #c0392b;}
.yellow{color: black; background: #f1c40f;}
.blue{ background: #2980b9;}

.unitIds{pointer-events: all !important; cursor: pointer !important;} 

.mainCont::-webkit-scrollbar{width:0px;} 

.teacherCont .uTitle{background: #303030; margin-top: 65px; line-height: 1.1em;} 
.teacherCont .uLesson{cursor: pointer;} 
.teacherCont .uLesson:hover{background: #303030; color: white;} 
.teacherCont .over{background: rgba(0,0,0,0.2); color: black; margin-top: 20px; font-weight: bold;} 
.teacherCont .entire, .teacherCont .entire2, .teacherCont .entire span, .teacherCont .entire2 span{ pointer-events: none !important;} 


.editOff .edit, .editOff .add,.editOff .expand,.editOff .del,.editOff .drgr2,.editOff .drgr,.editOff .saveIt,.editOff .applyIt,.editOff .mini,.editOff .editUrl,.editOff .cA2,.editOff .cLinfo p,.editOff .cLinfo em,.editOff .cLinfo br,.editOff .cA{display:none !important;}


.editOff .cL{width: 98%;padding: 25px 1% 25px 0; border: none !important; cursor: default;}
.editOff h1, .editOff span, .editOff .cW{pointer-events:none !important; cursor: default !important;}
.editOff .cC{box-shadow: none !important; border-radius: 5px !important; padding-left: 0; left: 0; height: 50px; padding-top: 0px; padding-bottom: 0; cursor: pointer;}
.editOff .cC:hover{background: #303030 !important; color: white !important;}
.editOff .cT{border-radius: 5px; margin-top: 20px; padding-bottom: 10px !important;}
.editOff .cW, .editOff .cN{border-radius: 5px; margin-top: 20px; margin-bottom: 0;}

.editOff .cT span{line-height: 25px; padding: 0; margin: 10px 0 30px 0;}
.editOff .cT .print{left: 5px;}

.editOff .cLinfo{top: 35px; left: 80px;}
.editOff .cLimg{top: 5px; left: 5px; height:40px; border-radius: 5px;}
.editOff .cA{display:none !important;}
.editOff .cH{margin-top: 0; padding-top: 10px; padding-bottom: 10px; border-radius: 5px;}

.curriActions{margin-top: 10px; padding: 20px; border-radius: 5px; background: rgba(0,0,0,0.05); min-height: 120px;}
.loadCurri:hover, .saveIt:hover, .applyIt:hover {background: #303030;}

.applyIt{display:none!important;}
.applyIt.centerIt{display:block !important;}

.editOff .centerIt{display:block !important;}
.editOff .print{background: url(../common/print2.svg) !important; cursor: pointer;}
.editOff .print:hover{background: url(../common/print.svg) !important;}
.greener{background: #6ab04c !important; color: white; transition: 0.4s;}
.greener:hover{background: #548a3d !important;}
.reder{background: #c0392b !important; color: white; transition: 0.4s;}
.reder:hover{background: #9e2a1e !important;}

.centerIt div{border-radius: 50%; background: #303030; width: 30px; height: 30px; top: -5px; right: -5px; position: absolute; color: white; line-height: 28px;}

.quizDis{background: #f5f5f5 !important; cursor: default;}
.editOff .quizDis{pointer-events: none !important; background: #ededed !important; cursor: default !important;}
.editOff .cN{width: 93%;padding: 25px 3% 25px 3%; pointer-events:none !important; cursor: default !important;}
.editOff .cN span{pointer-events:none !important; cursor: default !important;}

.editOff .topper1, .editOff .topper2{position: fixed; top: 42px; height: 30px; z-index: 100; line-height: 30px; padding-top: 5px; padding-bottom: 5px;}
.editOff .topper1 span span, .editOff .topper2 span span{display: none;}
.editOff .topper1 {left: 50px; width: 90px;} .editOff .topper2{left: 155px; width: 103px;}

@media screen and (max-width: 700px){
.editOff .topper1, .editOff .topper2{top: 90px; left: auto; } .editOff .topper1 {right: 10px;} .editOff .topper2{right: 115px;}
}


.bl1,.bl2,.bl3,.bl4,.bl5,.bl6,.bl7,.bl8,.bl9,.bl10,.bl11,.bl12,.bl13,.bl14,.bl15,.bl16,.bl17,.bl18,.bl19,.bl20,.bl21,.bl22,.bl23,.bl24,.bl25,.bl26,.bl27,.bl28,.bl29,.bl30,.bl31,.bl32,.bl33,.bl34,.bl35,.bl36,.bl37,.bl38,.bl39,.bl40,.bl41,.bl42,.bl43,.bl44,.bl45,.bl46,.bl47,.bl48,.bl49,.bl50,.bl51,.bl52,.bl53,.bl54,.bl55,.bl56,.bl57,.bl58,.bl59,.bl60,.bl61,.bl62,.bl63,.bl64,.bl65,.bl66,.bl67,.bl68,.bl69,.bl70,.bl71,.bl72,.bl73,.bl74,.bl75,.bl76,.bl77,.bl78,.bl79,.bl80,.bl81,.bl82,.bl83,.bl84,.bl85,.bl86,.bl87,.bl88,.bl89,.bl90,.bl91,.bl92,.bl93,.bl94,.bl95,.bl96,.bl97,.bl98,.bl99,.bl100,.bl101,.bl102,.bl103,.bl104,.bl105,.bl106,.bl107,.bl108,.bl109,.bl110,.bl111,.bl112,.bl113,.bl114,.bl115,.bl116,.bl117,.bl118,.bl119,.bl120,.bl121,.bl122,.bl123,.bl124,.bl125,.bl126,.bl127,.bl128,.bl129,.bl130{box-shadow: inset 4px 0px 0px 0px #6ab04c; border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.vo1,.vo2,.vo3,.vo4,.vo5,.vo6,.vo7,.vo8,.vo9,.vo10,.vo11,.vo12,.vo13,.vo14,.vo15,.vo16,.vo17,.vo18,.vo19,.vo20,.vo21,.vo22,.vo23,.vo24,.vo25,.vo26,.vo27,.vo28,.vo29,.vo30,.vo31,.vo32,.vo33,.vo34,.vo35,.vo36,.vo37,.vo38,.vo39,.vo40,.vo41,.vo42,.vo43,.vo44,.vo45,.vo46,.vo47,.vo48,.vo49,.vo50,.vo51,.vo52,.vo53,.vo54,.vo55,.vo56,.vo57,.vo58,.vo59,.vo60,.vo61,.vo62,.vo63,.vo64,.vo65,.vo66,.vo67,.vo68,.vo69,.vo70,.vo71,.vo72,.vo73,.vo74,.vo75,.vo76,.vo77,.vo78,.vo79,.vo80,.vo81,.vo82,.vo83,.vo84,.vo85,.vo86,.vo87,.vo88,.vo89,.vo90,.vo91,.vo92,.vo93,.vo94,.vo95,.vo96,.vo97,.vo98,.vo99,.vo100,.vo101,.vo102,.vo103,.vo104,.vo105,.vo106,.vo107,.vo108,.vo109,.vo110,.vo111,.vo112,.vo113,.vo114,.vo115,.vo116,.vo117,.vo118,.vo119,.vo120,.vo121,.vo122,.vo123,.vo124,.vo125,.vo126,.vo127,.vo128,.vo129,.vo130,.vo131,.vo132,.vo133,.vo134,.vo135,.vo136,.vo137,.vo138,.vo139,.vo140,.vo141,.vo142,.vo143,.vo144,.vo145,.vo146,.vo147,.vo148,.vo149,.vo150{box-shadow: inset 4px 0px 0px 0px #CC0000;border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.co1,.co2,.co3,.co4,.co5,.co6,.co7,.co8,.co9,.co10,.co11,.co12,.co13,.co14,.co15,.co16,.co17,.co18,.co19,.co20,.co21,.co22,.co23,.co24,.co25,.co26,.co27,.co28,.co29,.co30,.co31,.co32,.co33,.co34,.co35,.co36,.co37,.co38,.co39,.co40,.co41,.co42,.co43,.co44,.co45,.co46,.co47,.co48,.co49,.co50,.co51,.co52,.co53,.co54,.co55,.co56,.co57,.co58,.co59,.co60,.co61,.co62,.co63,.co64,.co65,.co66,.co67,.co68,.co69,.co70,.co71,.co72,.co73,.co74,.co75,.co76,.co77,.co78,.co79,.co80{box-shadow: inset 4px 0px 0px 0px #f1c40f;border-top-left-radius: 0px; border-bottom-left-radius: 0px;}
.ve1,.ve2,.ve3,.ve4,.ve5,.ve6,.ve7,.ve8,.ve9,.ve10,.ve11,.ve12,.ve13,.ve14,.ve15,.ve16,.ve17,.ve18,.ve19,.ve20,.ve21,.ve22,.ve23,.ve24,.ve25,.ve26,.ve27,.ve28,.ve29,.ve30,.ve31,.ve32,.ve33,.ve34,.ve35,.ve36,.ve37,.ve38,.ve39,.ve40,.ve41,.ve42,.ve43,.ve44,.ve45,.ve46,.ve47,.ve48,.ve49,.ve50,.ve51,.ve52,.ve53,.ve54,.ve55,.ve56,.ve57,.ve58,.ve59,.ve60,.ve61,.ve62,.ve63,.ve64,.ve65,.ve66,.ve67,.ve68,.ve69,.ve70,.ve71,.ve72,.ve73,.ve74,.ve75,.ve76,.ve77,.ve78,.ve79,.ve80,.ve81,.ve82,.ve83,.ve84,.ve85,.ve86,.ve87,.ve88,.ve89,.ve90,.ve91,.ve92,.ve93,.ve94,.ve95,.ve96,.ve97,.ve98,.ve99,.ve100,.ve101,.ve102,.ve103,.ve104,.ve105,.ve106,.ve107,.ve108,.ve109,.ve110,.ve111,.ve112,.ve113,.ve114,.ve115,.ve116,.ve117,.ve118,.ve119,.ve120,.ve121,.ve122,.ve123,.ve124,.ve125,.ve126,.ve127,.ve128,.ve129,.ve130,.ve131,.ve132,.ve133,.ve134,.ve135,.ve136,.ve137,.ve138,.ve139,.ve140,.ve141,.ve142,.ve143,.ve144,.ve145,.ve146,.ve147,.ve148,.ve149,.ve150,.ve151,.ve152,.ve153,.ve154,.ve155,.ve156,.ve157,.ve158,.ve159,.ve160,.ve161,.ve162,.ve163,.ve164,.ve165,.ve166,.ve167,.ve168,.ve169,.ve170,.ve171,.ve172,.ve173,.ve174,.ve175,.ve176,.ve177,.ve178,.ve179,.ve180,.ve181,.ve182,.ve183,.ve184,.ve185,.ve186,.ve187,.ve188,.ve189,.ve190,.ve191,.ve192,.ve193,.ve194,.ve195,.ve196,.ve197,.ve198,.ve199,.ve200,.ve201,.ve202,.ve203,.ve204{box-shadow: inset 4px 0px 0px 0px #2980b9;border-top-left-radius: 0px; border-bottom-left-radius: 0px;}


.yellowHi{background: #6ab04c !important;}

body::-webkit-scrollbar{
width:12px;
background-color: black;
} 

body::-webkit-scrollbar-thumb{
background-color: #999;
border-radius: 3px;
}

body::-webkit-scrollbar-track{
background: #333;
} 

body::-webkit-scrollbar-thumb:hover{background-color: #090;}
body::-webkit-scrollbar-thumb:active{background-color: #060;} 



.groupCreate input{	
width: 250px;	
height: auto;	
position: relative;	
left: 35px; right: 0;	
margin: 0;
font-size: 20px;
border-radius: 8px;
padding: 15px;	
text-align: center;	
}

.groupCreateCont{
width: 360px; height: 270px; padding: 20px 30px; top: -100px;
}

.selectOn{
height: 450px;
}

.groupCreateCont hr{margin: 30px; border-color: grey;	}

.groupCreateCont h2{
font-size: 22px; padding-left: 10px; padding-right: 10px; margin-bottom: 10px;
}

.groupCreateCont h3{
text-align: center; color: #BEBEBE; margin-bottom: 10px; margin-top: 0; padding-top: 0;
}


.groupCreateCont select{
padding: 15px; color: white; font-size: 19px; background: #202020; width: 220px; cursor: pointer; left: 67px; right: 0; margin: 0 auto; position: relative; border-radius: 5px; transiton: 0.2s;
}

.groupCreateCont option{
text-align: center;color: #BEBEBE;
}

.ques2 .quesCont {height: 335px; display: block !important;}
.selectGroup{left: 0; right: 0; margin: auto; bottom: 169px; background: grey; text-align: center; width: 260px;}

.da1, .da2, .da3, .da4 {background-color: inherit; padding: 11px 0px 5px 33px; margin: 0 !important; top: 0;}
.over span {background: none !important;}

.groupCreate h1{
color: white; text-align: center; font-size: 25px; display: none;
}

.filter .groupCreateCont h2, .filter .groupCreateCont form, .filter .groupCreateCont hr, .filter .groupCreateCont h3 {display: none;}
.filter .groupCreateCont h1{ display: block;}
.filter .groupCreateCont{height: 220px; padding: 20px 30px; top: -100px;}