/* Default setup */
* {
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif, Arial;
}
#bgColor {
	background: repeating-linear-gradient(45deg, #4DD0E1, #4DD0E1 10px, #5FD4E4 10px, #5FD4E4 20px); 
	color: white;
	margin: 5px;
	height: 100%;
}

h1, p {
	text-decoration: none;
	color: #364851;
}
ul {
	list-style: none;
}
.gram_button {
    background: #00BCD4;
    border: 0 none;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 32px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.button {
	background: #00BCD4;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 32px;
	margin-top: 10px;
	margin-left: 10px;
	border-radius: 5px;
}
.button:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	opacity: 0.9;
}
#feedback_wrap .button:hover{
	box-shadow: 0 0px 0px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
	opacity: 1;
}
.ui-widget-header {
	background-color: #00BCD4;
	border-radius: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
	border: 1px solid #00BCD4;
	background-color: #00BCD4;
	color: #00BCD4;
	cursor: default;
}
span.ui-button-text {
	color: white !important;
}
select {
	background-color: white;
	color: #607D8B;
	border: 1px solid #CFD8DC;
	font-size: inherit;
	padding: 5px;
}
input[type=text], 
input[type=textbox], 
input[type=email], 
input[type=password] {
	border-radius: 5px;
	border: 1px solid #CFD8DC;
	font-size: inherit;
	color: #607D8B;
    height: 24px;
}
iframe {
	border: none;
}
/* Icon styles*/
.fa {
	font-size: 22px !important;
}
.fa-plus-circle {
	color: #4DD0E1;
	font-size: 32px  !important;
}
.fa-pencil-square {
	color: #009688;
	/*font-size:  32px !important;*/
}
.fa-minus-square {
	color: #E53935;
}
h3 .fa-volume-up {
	font-size: 48px !important;
}
.mp3player.fa-volume-up {
	font-size: 48px !important;
	color: #0097A7;
}
.columnSelect .mp3player.fa-volume-up {
	bottom: 0;
}
/* icon Styles end */

/* column width alignment */
.col5w{
	width: 5% !important;
	margin: 0px 15px;
}
.col10w {
	width: 10% !important;
	margin: 0px 15px;
}
.col15w{
	width: 15% !important;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin: 0px 15px;
}
.col20w {
	width: 20% !important;
	margin: 0px 15px;
}
.col25w{
	width: 25% !important;
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  margin: 0px 15px;
}
.col30w {
	width: 30%;
	margin: 0px 15px;
}
.col40w {
	width: 40% !important;
	margin: 0px 15px;
}
.col60w {
	width: 60% !important;
	margin: 0 15px;
}
/* Default end */

.bloque {
	background-color: #ECEFF1;
	border-radius: 30px;
	padding: 40px;
	margin: 16px 0px 32px;
}


/*predetermined width for cells*/
.cell-space {
	min-width: 50px;
}

/* Copyright */
.copyright{
	background-color: #333;
	color: white;
	opacity: 0.6;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100vw;
}
.copyright p{
	color: white;
}
/* Copyright End */

/* Login page */
h1#mainTitleCucaracha {
	color: white;
	text-align: center;
	font-size: 94px;
	font-weight: bold;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
	font-family: "Century Gothic";
	line-height: 1.8em;
}
/* #region Index */
#menu {
	width: 100%;
}

.main_menu_ul {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	background-color: #00BCD4;
}
.main_menu_ul li {
	display: inline-block;
	padding-right: 30px;
	padding-left: 30px;
	transition: all 200ms;
}
.main_menu_ul li a {
	text-decoration: none;
	font-size: 1em;
	color: white;
}
.main_menu_ul li:hover {
	background-color: #4DD0E1;
}
.main_menu_ul li:hover a {
	color: white;
}
#chooseActionTable {
	box-sizing: border-box;
	width: 50vw;
	color: #90A4AE;
	background-color: white;
	text-align: center;
	display: block;
	margin: 20px auto;
	border-radius: 15px;
	animation: fly 1s;
	padding-top: 10vh; 
	min-width: 640px;
}
#chooseAction {
	width: 50%;
	height: 30%;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.loginButton {
	display: block;
	margin: 10px;
	padding: 15px 30px;
	border-radius: 50px;
	transition: all 200ms;
	text-decoration: none;
}
.loginButton:hover, #studentLoginInput:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	opacity: 0.9;
}

.actionSub {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	width: 20vw;
}

.actionSub input, .actionLog input {
	background-color: inherit;
	border: none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	height: 25px;
	padding: 0px;
	text-decoration: none;
}

.actionLog {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	width: 20vw;
}
.background-stripes {
	/*overflow: hidden;*/
  color: white;
  background: repeating-linear-gradient(45deg, #4DD0E1, #4DD0E1 10px, #5FD4E4 10px, #5FD4E4 20px); 
}
@keyframes fly {
    0%{transform: translateY(50vh);}
    30% {transform: translateY(-5vh);}
    60% {transform: translateY(3vh);}
    90% {transform: translateY(0vh);}
}

/* #region RegisterStudent */
#formContainerStudent {
	/*background-color: white;*/
	display: block;
	width: 70%;
	margin: 5% auto;
	border-radius: 5px;
	position: relative;
	padding: 0;
	color: white;
	
}
#formContainerStudent p {
	font-weight: bold;
}
#formContainerStudent p, #formContainerStudent .divFormInput label {
	color: white;
}

#formContainerStudent .right-column .divFormInput label {
	font-size: 18px;
	margin: 0;
}
#formContainerStudent .right-column .divFormInput input#IsBuyingStudentLicense {
	transform: scale(1.25);
}

#registerStudentForm h2 {
	background-color: #00BCD4;
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
}

#registerStudentForm label {
	margin: 7.5%;
	font-size: 18px;
	font-weight: bold;
	color: white;

}

#registerStudentForm label.error {
	color: red;
}

/*.divFormInput {
	margin: 15px auto;
}*/

.divFormInput label {
	color: #607D8B;
	font-size: 18px;
}

.divFormInput select {
	margin: 5px auto;
}

.formInput {
	display: block;
	margin: auto;
	width: 85%;
	height: 35px;
	/*border-radius: 3px;*/
	/*border: 1px solid #CFD8DC;*/
	/*background-color: #f2f2f2; */
	/*box-sizing: border-box;*/
}
#registerStudentForm .formInput.textInput	{
	border-radius: 5px;
	border: 1px solid #CFD8DC;
	font-size: inherit;
}

#registerStudentForm .formCard .bottomActions {
	position: inherit;
}

#CreateAccount {
	text-align: center;
	margin-bottom: 20px;
}

#doNotEnter {
	display: none;
}

/* #endregion RegisterStudent */

/* region registerSchool */
#registerStudentForm .divFormInput input#IsBuyingStudentLicense {
	/*display: inline-block;*/
	vertical-align: middle;
	/*position: relative;*/
	/*left: 70px; */
}
#registerStudentForm .right-column.col40w {
	position: absolute;
	right: -45px;
	top: 75px;
}
/* region registerSchool end */

/* #endregion Index */

/* StudentLogin */
#studentLoginView {
	margin: 5% auto 0px;
	width: 50%;
	text-align: center;
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  	animation: fly 1s;
	border-radius: 10px; 
	box-sizing: border-box;
}

#studentLoginView h2 {
	border-radius: 10px; 
	height: 60px; 
	box-sizing: border-box; 
	padding-top: 20px;
	color: #90A4AE;
	background-color: white;
}

#studentLogin {
	border-radius: 0px 0px 10px 10px; 
	background-color: white;
	width: 100%;
	margin-top: -5px;
	padding: 30px 0px;

}

#studentLoginUsername,
#studentLoginPassword,
.input_textbox {
	width: 60%;
	height: 25px;
	display: inline-block;
	margin-top: 15px;
}

#studentForgotPass {
	display: inline-block;
	width: 60%;
	color: white;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
}

#studentLoginInput {
	width: 60%;
	height: 50px;
	border-radius: 30px;
	background-color: #00BCD4;
	border: none;
	font-size: 11px;
	color: white;
	margin: 20px auto;
}

#studentLoginImg {
	margin-top: -21px;
}
/* StudentLogin End */

/* Dashboard */
#dashboard{
	color: #607D8B;
}
.navHeader{
	box-sizing: border-box;
	background: #00BCD4;
	padding: 10px 15px;
	color: white;
	position: relative;
	box-shadow: 2px 2px 16px 0 #607D8B;
	margin-bottom: 20px;
	position: relative;
}

.navHeader .welcome {
	position: absolute;
	top: 11px;
	right : 5px;
}

.navHeader div{
	display: inline-block;
}
#userProfil{
	text-align: right;
	width: 27%;
	display: inline-block;
	margin: 5px;
}
#userProfil div {
	display: inline-block;
	text-align: left;
}
#userProfil a {
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #CFD8DC;
	text-decoration: none;
	color: white;
  	padding: 10px 20px;
}

.teacherNav a {
	display: inline-block;
	/*background-color: #FFB74D;*/
	padding: 10px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}
ul.teacherNav {
	text-align: left;
	width: 70%;
	display: inline-block;
}
.teacherNav li {
	display: inline-block;
}
.schoolInfo{
	margin-left: 10px;
	margin-bottom: 20px;
}
.schoolInfo li{
	padding: 2px 0;
}
#groupListCreateGroup {
	box-sizing: border-box;
	padding: 15px;
	width: 80%;
}
#groupInfo {
	min-height: 140px;
}
#groupInfo, .examCard{
	box-sizing: border-box;
  background: #CFD8DC;
	color: #607D8B;
	padding: 20px;
	margin: 5px 15px;
	width: 12vw;
	border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
	transition: all 200ms ease-out;
	position: relative;
}
#groupInfo:hover {
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#groupInfo div{
	padding: 5px 0;
}
#groupInfo #groupImg{
	bottom: 5px;
}
a#groupName{
	color: #0097A7;
	text-decoration: none;
	transition: all 200ms ease-out;
}
a#groupName:hover{
	text-decoration: underline;
}
#sideTitle{
	padding: 10px 0;
	margin-left: 15px;
}

#groupViewTable th {
	padding: 0 10px;
}
#groupViewTable td #groupImg {
	text-align: center;
}
#groupViewTable td #groupImg .hoverImg {
	margin: 0 5px;
}
.hoverImg {
	cursor: pointer;
	transition: all 300ms;
}
.hoverImg:hover {
	opacity: .7;
}
.form_wrap{
	background-color: #4DD0E1;
	box-sizing: border-box;
	border-radius: 10px;
	width: 700px;
	display: inline-block;
	margin: 5px 15px 20px 15px;
	padding: 20px;
	font-size: 18px;
	color: white;
	transition: all 300ms;
    vertical-align: top;
}
.form_wrap #groupForm h1
{
	padding-top:0;
}
.form_wrap p {
	color: white;
}
/*Form Card*/
.formCard {
	background-color: #4DD0E1;
	box-sizing: border-box;
	border-radius: 10px;
	width: 700px;
	display: block;
	margin: 5px 15px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 18px;
	color: white;
	position: relative;
	/*transition: all 200ms ease-out;*/
	transition: all 300ms;
}
.formCard p {
	color: white;
}

.formCard input[value=Agregar] {
	/*margin: 20px auto;
	position: absolute;*/
	right: 40px;
	bottom: 10px;
}

.formCard input[type=submit]:hover {
		box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	  background-color: #FFB74D;
}

.formCard .importantNote, .formCard .divFormInput label {
	color: white;
	margin-left: 25px

}
.formCard.activitiesCard {
	padding: 25px;
	width: 45%;
}
#groupForm label:not(.agreement_notice), .thread label, .grammarBody #container p {
	display: inline-block;
	width: 180px;
	vertical-align: top;
}

#groupForm li, .grammarBody #container li{
	margin: 10px 0;
	margin-left: 55px;
}

#groupForm li input[type="text"]{
	width: 250px;
}

#groupForm #information, #groupForm li input:not([type=submit]), 
.thread li input:not(.button), .thread li textarea,
.grammarBody .formCard#container input:not(#finishTest), .formCard select[name=unit],
.unitsPage .formCard li textarea, .formCard textarea, .column input[type=textbox], .column input[type=text] {
	width: 40%;
	border-radius: 5px;
	border: none;
	padding: 5px;
}
#groupForm #information, .thread li textarea, .unitsPage .formCard li textarea{
	height: 80px;
}
.importantNote{
	margin-left:55px;
}

.createNews.button{
	background: #FFB74D;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 32px;
	margin-top: 10px;
	border-radius: 5px;
	position: relative;
	left: 315px;
}
 .createGroup.button {
 	background: #FFB74D;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 32px;
	margin-top: 10px;
	border-radius: 5px;
	position: relative;
	left: 315px;
 }
#importForm li {
	margin: 10px;
}
#importForm input[type=file] {
 	margin: 10px;
 	font-size: 16px;
 }
 input[type=file]#file {
 	display: none;
 }
 #fileLabel {
 	margin: 10px;
 	font-size: 16px;
 }
 .formCard #fileLabel {
 	background-color: #FFB74D;
 	/*margin-left: 185px;*/
 	padding: 10px;
 }
 p#fileName {
 	display: inline;
 	margin: 10px;
 	/*position: relative;
 	top: 15px;*/
 }
 .formCard p#fileName {
 	display: block;
 	/*margin-left: 185px;*/
 	/*position: relative;*/
 	/*top: 15px;*/
 }
/* Form Card End */
/* group view teacher */
#classTitle {
	font-weight: bold;
	font-size: 22px;
}
.rowDiv #sideTitle{
	margin-left: 15px;
}
#sideTitle span {
	font-weight: bold;
	margin-left: 10px;
}
.rowDiv table{
	margin-left: 30px;
}
.rowDiv table tr{
	height: 35px;
	text-align: justify;
}
.rowDiv table td{
	width: 80px;
	text-align: justify;
	padding: 5px;
}
.rowDiv table td.title, .rowDiv table td.group_name {
	width: 300px;
}
.rowDiv table  tr:first-child {
	background-color: #4DD0E1;
	color: white;
}
.rowDiv table tr:first-child th {
	padding-left: 10px;
}
.rowDiv table tr:nth-child(even) {
	background-color: #CFD8DC;
}

.rowDiv table td:last-child {
	width: auto;
}
.rowDiv table .manageBtn, .rowDiv table .chatBtn {
	margin: 5px;
	display: inline-block;
}
.groupActions {
	margin-left: 15px;
}
.groupActions .formCard input#firstName {
	position: relative;
	left: -4px;
}
/* group view teacher end */
/*#news{
	margin: 20px;
}*/
#news #newsList {
	margin-left: 15px;
}
.newsCard{
	background-color: #CFD8DC;
	color: #607D8B;
	margin: 5px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 20px;
	width: 10vw;
	height: 8vw;
	border-radius: 10px;
	display: inline-block;
	vertical-align: middle;
	transition: all 200ms ease-out;
}
.bottomActions{
	text-decoration: none;
	color: #0097A7;
	padding: 15px;
	line-height: 30px;
	transition: all 200ms ease-out;
	position: relative;
	bottom: 0;
}
.profilCell .bottomActions {
	color: white;
}
.bottomActions:hover{
	text-decoration: underline;
}
.formCard .bottomActions {
	color: white;
	position: absolute;
	right: 50;
	/*top: -7px;*/
	bottom: 10px;
	background-color: #CFD8DC;
	border-radius: 5px;
	height: 25px;
	padding: 5px 15px;
}
.formCard .bottomActions.shareAction {
	top: -10px;
}
.formCard .bottomActions:hover {
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/* Dashboard End */

/* Manage student */

.manageStudent {
	margin-left: 15px;
}
.manageStudent #sideTitle {
	font-weight: bold;
	font-size: 22px;
}
#updateInfo li {
	width: 60%;
	line-height: 25px;
}
#updateInfo li span {
	font-weight: bold;
}
#updateInfo input:not(#manageBtn) {
	float: right;
	position: relative;
	right: 20px;
}
#updateInfo input#blocked, #updateInfo input#paid {
	right: 165px;
}
#updateInfo #manageBtn {
	margin: 10px 0;
	position: relative;
	left: 50px;
}

/* manage student end */

/* Student chat */
#wrapper.container.formCard {
	background-color: #4DD0E1;
	padding: 15px;
	position: relative;
	min-height: 350px;
}
.welcome {
	font-size: 16px;
	color: white;
	margin:  10px 0;
}
#chatBox {
	background-color: white;
	color: #607D8B;
	border-radius: 5px;
	padding: 10px;
	margin: 10px auto;
	min-height: 135px;
	overflow-y: scroll;
	height: 55%;
}
#chatBox .msgln {
	margin-bottom: 5px;
}
form[name=message] {
	position: absolute;
	bottom: 50px;
}
form[name=message] input[type=text]#usermsg {
	padding: 5px;
	height: 32px;
	width: 80%;
	border: none;
	float: left;
	margin-right: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
input#submitmsg {
	padding: 7px 27px;
}
input#submitmsg:hover {
	box-shadow: none;
}
.formCard .button#exit {
	background-color: #90A4AE;
	position: absolute;
	bottom: 10px;
}
/* Student chat end */

/* Forums */
#forums .examCard {
	min-height: 145px;
}
#forums {
	margin: 20px auto;
}
#createThread, #forumPage.formCard #createThread{
	margin-bottom: 20px;
}
#forumPage.formCard #createThread a {
	color: white;
	text-decoration: none;
	transition: all 200ms;
}
#forumPage.formCard #createThread a:hover {
	text-decoration: underline;
}
#forums form div{
	padding: 0 20px;
}
#forums form div p{
	padding-bottom: 5px;
}
#forums form div p a{
	text-decoration: none;
	font-weight: bold;
	color: #0097A7;
	transition: all 200ms ease-out;
}
#forums form div p a:hover{
	text-decoration: underline;
}
#forums form div p:last-child{
	text-align: right;
}
input[type=submit].button, input[type=submit]#finishTest:not([value=Terminar]) {
 	background: #FFB74D;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 32px;
	margin-top: 10px;
	border-radius: 5px;
}
form[action="deleteThread.php"]{
	border: solid 1px #CFD8DC;
	border-left: solid 5px #0097A7;
	margin: 10px;
	padding: 10px;
	width: 50%;
}

/* Create thread */
.formCard #sideTitle, .unitsPage .formCard #sideTitle{
	margin-left: 25px;
}
.thread{
	margin: 20px;
}
.thread li {
	padding-top: 10px;
}
.formCard input[type=submit].createThread.button, .formCard input[type=submit].createStudent,
.formCard input[type=submit].createNews {
	position: relative;
	left: 310px;
	top: 10px;
}
/**/
/* create thread end */
/* post on thread */
.formCard h1#sideTitle{
	font-weight: bold;
	font-size: 22px;
	color: white;
	padding: 0;
}
table.threadPostList {
	background: white;
	border-radius: 5px;
	margin: 15px;
	padding: 5px;
	color: #607D8B;
	width: 95%;
}
table.threadPostList tr {
	line-height: 40px;
	text-align: right;
}
table.threadPostList td {
	display: inline-block;
	margin: 0 5px;
}
table.threadPostList td:first-child, table.threadPostList td:nth-child(2) {
	float: left;
}
#postToThread {
	margin-left: 15px;
	padding: 5px;
}
#postToThread span {
	font-weight: bold;
	font-size: 16px;
	line-height: 35px;
}
#postToThread textarea {
	width: 645px;
	max-width: 100%;
}
/* post on thread end */
/* Forums End */

/* Exams */
#exams .examCard{
	min-height: 250px;
}
.formCard#container{
	padding: 20px;
}
.formCard#container h1, .formCard#container p{
	display: inline-block;
	color: white;
	padding: 5px 0;
}
input[type=submit]#finishTest:not([value=Terminar]){
	position: relative;
	left: 255px;
}
.examList{
	margin: 15px;
}
.examList p{
	padding: 5px;
}
li.examCard {
	width: 20%;
}
li.examCard ul li{
	padding-top: 5px;
}
li.examCard ul li:last-child{
	padding-top: 15px;
}
div.examCard p {
	padding-top: 5px;
	margin-right: 20px;
/*	min-width: 150px;*/
}
li.examCard a, div.examCard p a{
	text-decoration: none;
	color: #0097A7;
	transition: all 200ms ease-out;
}
li.examCard a:hover, div.examCard p a:hover{
	text-decoration: underline;
}

#chooseExam.button {
	background-color: #FFB74D;
}
#verifyExam.formCard, #examData {
	color: white;
}
#confirm_exam_wrapper, #choose_question_wrap, #typeSelect_wrap {
	margin: 15px;
}
#confirm_exam_wrapper .button {
	background-color: #FFB74D;
	font-weight: normal;
	margin: 0;
	padding: 5px 16px;
}
#confirm_exam_wrapper select, #choose_question_wrap select {
	font-size: 14px;
	width: 180px;
	padding: 5px;
	margin: 0 5px;
}
#choose_question_wrap #typeSelect_wrap select {
	margin: 10px 5px;
}
#addShortAnswer {
	margin: 5px;
}
#newQuestion input[type=text], #newQuestion input[type=radio] {
		border-radius: 5px;
		border: 1px solid #CFD8DC;
		margin: 10px 0px;
		padding: 5px;
		font-size: 16px;
		width: 40%;
}
#newQuestion input[type=radio] {
	width: 80px;
}
.button#cancelNewQuestion, .button#cancelQuestion {
	background-color: #CFD8DC;
}
.input_label_wrap {
    padding-bottom: 15px;
	width: 100%;
}

.input_label_wrap textarea {
	width: 100%;
	height: 170px;
	padding: 5px 10px;
    box-sizing: border-box;
}

.input_label_wrap label {
    display: block;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	padding-bottom : 5px;
}

.input_label_wrap input {
	border: 1px solid #607D8B;
	box-sizing: border-box;
	border-radius: 5px;
	height :26px;
	width: 100%;
	padding : 0 8px;
}
#feedback_wrap .second_button{
	display: block;
	background-color: #FFF;
	border: 1px solid #607D8B;
	cursor: pointer;
	text-align: center;
	color: #607D8B;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 32px;
	border-radius: 5px;
	margin:15px auto;
	text-transform: uppercase;
	text-decoration: none;
}
#feedback_wrap .button {
	margin-right: 0;
}

#feedback_form {
	font-size: 16px;
    padding: 20px;
}
#notification_wrap {
	margin-left: 15px;
}
#editExam {
	width: auto;
	min-width: 30%;
}
.student_border .questionAnswer ul li {
	margin: 5px auto;
}
.student_border .questionAnswer div {
	margin: 20px auto;
}
.questionAnswer ul {
	position: relative;
	margin-bottom: 15px;
}
.questionAnswer ul .validate_button {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.validate_button.button {
	background-color: #FFB74D;
	float: right;
}

.player_profil_list {
	margin-top: 10px;
}

.examVerification, #questionList{
	margin: 20px;
}
.examVerification p {
	padding: 5px 0;
}
#questionList ul li{
	padding: 10px;
}
#questionList li.examCard {
	padding: 15px;
	min-height: 170px;
	line-height: 25px;
}
/* Exams end*/

/* Units */
.unitsPage #sideTitle{
	margin: 15px;
	font-size: 18px;
}
.single {
	cursor: pointer;
	display: inline-block;
	padding: 10px 0;
	margin: 0 15px;
	text-align: center;
	border-radius: 10px;
	width: 16%;
	transition: all 200ms ease-out;
}
/*.unitsPage .single {
	width: 18%;
}*/
.unitCard {
	display: inline-block;
	height: 150px;
	width: 150px;
	border-radius: 25px;
	border: solid 10px #4DD0E1;
	font-size: 80px;
	line-height: 130px;
	background-color: white;
	color: #0097A7;
	box-shadow: 0 0 8px 2px #CFD8DC;
	transition: all 300ms ease-out;
}
.unitCard:hover{
	background-color: #4DD0E1;
	color: white;
	border-radius: 50%;
}
.unitCard .unitContent{
	display: block;
	line-height: 0;
	position: relative;
	bottom: 25px;
	font-size: 18px;
}
.single .bottomActions{
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
}
.formCard select[name=unit]{
	color: #607D8B;
	font-size: 14px;
}

.formCard input[type="checkbox"] {
	display: inline-block;
	width: 19px !important;
	height: 19px;
}
.unitsPage .formCard li{
	max-width: 85%;
}
.unitsPage .formCard ul.requiredMaterial {
	position: relative;
	left: 130px;
	bottom: 40px;
	margin-bottom: -30px;
}
.unitsPage .formCard li input.createActivity.button{
	position: relative;
	left: 280px;
}
/* Units end */

/* Unit inside */
.unitWrapper {
	width: 700px;
	float: left;
	margin-left: 25%;
    margin-bottom: 29px;
}

.levelsTitle {
	color: inherit;
	padding: 20px 10px;
	text-align: center;
	text-transform: uppercase;

}
 .clearFloat {
 	clear: both;
 }
/* #region LEVELS*/
.unitBox {
	width: 600px;
	margin: auto;
	background-color: white;
	margin-bottom: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding-bottom: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

/*.unitBox:hover {
	transition: all 300ms ease-out 0s;
	background-color: #FFF;
}*/
.unitBox .unit_menu_ul li {
	font-size: 22px;
	margin-top: 5px;
}

.unitCategoryTitle {
	background: #607D8B;
	color: #FFF;
	padding: 10px;
	border-radius: 5px 5px 0px 0px;
}

.profilCell {
	width: 300px;
	height: 223px;
	float: right;
	margin: 50px 10px;
	border-radius: 0px 0px 5px 5px;
	position: fixed;
	top: 0;
	right: 0;
}

.unit_menu_ul {
	list-style-type: none;
}

.unit_menu_ul li {
	/*margin: 10px;*/
}

.unit_menu_ul li a {
	text-decoration: none;
	color: #0097A7;
	padding: 5px 10px;
	font-size: 16px;
	transition: all 200ms;
}

.unit_menu_ul li a:hover {
	color: #0097A7;
	text-decoration: underline;
	
}
.unitBox .explanation {
	text-indent: 15px;
}
.explanation {
	margin-top: 15px;
	font-size: 18px;
	/*text-indent: 15px;*/
}

.conjug .inline.row {
	margin-top: 10px;
}

.columnSelect select {
	font-size: 14px;
	width: 120px;
	padding: 5px;
	margin: 0 5px;
}
.exerciseSample .inline.row {
	margin-top: 15px;
}

/* region LEVELS end*/
/* #region PlayerProfil */
#portrait {
	z-index: 2;
	top: 48px;
	position: relative;
	left: 100px;
	border: 3px solid #022840;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	max-width: 100%;
	height: 80px;
	width: 80px;
}

#playerLevel {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: -70px;
}

#progress-outer {
	background: #333;
	-webkit-border-radius: 13px;
	height: 15px;
	width: 120px;
	padding: 3px;
	z-index: 1;
}

#progress-inner {
	background-color: #5ad9d3;
	width: 50%;
	height: 100%;
	-webkit-border-radius: 9px;
	margin-left: 60px;
	/* (progress-outer width / progress-inner width 50% *100 )*/
	text-align: center;
}

#playerItems {
	background-color: #f5f6e0;
	height: 100px;
}

#playerOptions {
	background-color: #022840;
	color: white;
}

#playerProfilSection {
	background-color: #022840;
	line-height: 30px;
	width: 100%;
	height: 30px;
}

#playerProfilSection p {
	margin-left: 10px;
}

#playerMoneyHealth img {
	margin-left: 20px;
}

#playerProfil {
	background-color: #f5f6e0;
}

#playerName {
	background-color: #607D8B;
	color: white;
	line-height: 30px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px;
	border-radius: 5px 5px 0px 0px;
	/*height: 70px;*/
}

#playerInfo {
	background-color: #f5f6e0;
}

#playerCart {
	background-color: #022840;
	width: 25%;
	height: 30px;
	border-bottom-right-radius: 1em;
	border-top-right-radius: 1em;
	margin-top: 5px;
}

#playerCart img {
	margin-top: 4px;
	margin-left: 15px;
}
/* #region PlayerProfil end*/
/* #region Master_Screen */
.unit_number {
	margin-right: 10px;
}

.unit_number a {
	text-decoration: none;
	color: black;
}

.unit_number a:hover {
	text-decoration: none;
	color: white;
}

.display {
	display: inline-block;
}

#master_screen {
	height: 70%;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	background-color: #61b7b4;
	padding: 20px;
	min-width: 375px;
	font-family: Verdana;
}

#left_side {
	display: inline-block;
	width: 80%;
}

#right_side {
	background-color: #FBFBFB;
	border-radius: 0px 0px 5px 5px;
}
/* #region Master_Screen end*/
/* Unit inside end */

/* Unit1 frases utiles */
.grammarBody {
	color: #364851;
}

.grammarBox {
	border-bottom: #CCC 1px solid;
	padding: 10px 0;
	font-size: 14px;
}

.speech-right {
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 2.0em;
	min-height: 50px;
	margin: 20px 0px;
	box-shadow: 0px 20px 40px rgba(0,0,0, 0.1);
}

.speech-right:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: #fff;
	border-right: 0;
	margin-top: -20px;
	margin-right: -20px;
}

.speech-left {
	padding: 30px;
	position: relative;
	background: #fff;
	border-radius: 2.0em;
	min-height: 50px;
	margin: 20px 0px;
	box-shadow: 0px 20px 40px rgba(0,0,0, 0.1);
}

.speech-left:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: #fff;
	border-left: 0;
	margin-top: -20px;
	margin-left: -20px;
}

.big-chev {
	font-size: 3em !important;
	display: inline-block;
	height: 100px;
	vertical-align: bottom;
}
/* PNG a HTML Jan 27 end*/

.grammarBox li {
	list-style: none;
}

.grammarQuestion {
	font-weight: bold;
}

.grammarWrapper {
	width: 85%;
	margin: auto;
	background: #FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 25px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.32);
}

.grammarWrapper p {
	font-size: 17px;
}

.vocabularyTable {
	width: 435px;
	text-align: left;
	color: #607D8B;
	padding: 0px;
	margin-top: 15px;
	font-size: 14px;
}

.vocabularyRow {
	list-style: none;
	padding: 5px;
	display: inline-flex;
}

.vocabularyRow:nth-child(odd) {
	background-color: #F3F3F3;
}
.vocabularyRow:nth-child(even) {
	background-color: #FFF;
}

.vocabularyRow div {
	float: left;
	list-style: none;
	width: 250px;
	padding: 3px;
	display: inline-flex;
	height: 30px;
}

.vocabularyRow div .mp3player {
	top: -10px;
	bottom: 0;
	height: 150%;
	padding: 0 15px;
}

.vocabularyRow div:nth-child(1) {
	font-weight: bold;
}
.vocabularyRow:nth-child(1) {
	padding: 20px 5px;
}
.letter_bold {
	font-weight: bold;
	/*margin: 10px 0;*/
}

p.letter_bold {
	margin-bottom: 10px;
}
ul.list_example {
	padding: 5px;
	margin-bottom: 20px;
}
ul.list_example p {
	padding-bottom: 15px;
}
.vocTitle {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 15px;
	color: #333;
}
ul.vocTitle {
	margin: 15px;
}

.exerciseSample#ex1 .column span {
	position: absolute;
	left: 360px;
	top: 3px;
}
.exerciseSample#ex1 .inline span{
	position: absolute;
	right: 270px;
	top: 3px;
}

.spanishWords {
	margin: 15px 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.forte, .highlight, .unit_menu_ul .forte {
	color: #FF9800;
	/*text-decoration: underline;*/
}
.unit_menu_ul .faible, .blueAnswer {
	color: #4DD0E1;
	text-decoration: underline;
}

.specialCharButton.button {
	padding: 7px 14px;
}
.column .mp3player, .column2 .mp3player {
	padding: 0 20px;
	bottom: -15px;
}
#correct[type=button] {
	font-size: 16px !important;
}

.exerciseSample#ex1 .column {
	/*display: inline-flex;*/
	position: relative;
}

.exerciseSample#ex1 .column.small {
	width : 25%;
}

.exerciseSample#ex1 .column.medium {
	width : 35%;
}

.exerciseSample#ex1 .inline .columnSelect span {
	right: 0;
	left: 0;
	top: -5px;
}

.exerciseSample#ex1 .column .numeral {
	margin-right: 10px;
}
.donde_ex {
	padding-top: 15px;
}
.donde_ex select {
	width: 120px;
}

.exampleText {
	line-height: 120%;
}
/*Tests */
#startTest{
	background: #00BCD4;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 32px;
	margin-top: 10px;
	border-radius: 3px;
}

.save_exercice{
    float: right;
}

.return_button{
    float: right;
    margin-top: 18px;
}

.exercice_form{
    display: inline-block;
}

#startTest:hover {
	background: #4DD0E1;
	transition: all 300ms ease-out 0s;
}

#startTest:active, #startTest:focus {
	background: #0097A7;
}
#finishTest, .fakeSubmit, input[type=submit] {
	background: #FF9800;
	color: #FFF;
	padding: 7px 32px;
	border: 0 none;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
}

#finishTest:hover, .fakeSubmit:hover, input[type=submit] {
	background: #FFB74D;
	transition: all 300ms ease-out 0s;
}

#finishTest:active, #finishTest:focus {
	background: #F57C00;
}

#finishTest:active, #finishTest:focus {
	background: #F57C00;
}
#finishTest[value=Imprimir] {
	background-color: #90A4AE;
	position: absolute;
  top: 80px;
	right: 100px;
}
#finishTest[value=Imprimir]:hover, #finishTest[value=Imprimir]:focus, #finishTest[value=Imprimir]:active {
	background: #CFD8DC;
}

input[value=Terminar]#finishTest:disabled{
	background-color: #CFD8DC;
}

.choices_2row {
	color: #607D8B;
	background-color: #CFD8DC;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 49%;
	margin-right:5px;
	height: 60px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
}
.choices_3row {
	color: #607D8B;
	background-color: #CFD8DC;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 30%;
	margin-right:5px;
	height: 120px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
}

#choice2 {
	width:600px;
	display : inline-block;
}

.choices {
	color: #607D8B;
	background-color: #CFD8DC;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 60px;
	border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: none;
}

.choices:hover {
	background: #00BCD4;
	color: #FFF;
	transition: all 300ms ease-out 0s;
}

#minigame {
	display: block !important;
	margin: auto;
	width: 300px;
}

#minigame2{
	display: block !important;
	margin: auto;
    width: 600px;
    text-align: center;
}

#question {
	display: block !important;
	margin-bottom: 15px;
	font-size: 24px;
	color: #607D8B;
}

#status {
	display: block !important;
	color: #666;
	font-size: 16px;
	margin-bottom: 15px;
}

.ui-draggable .ui-dialog-titlebar {
	background-color: #00BCD4;
}
/* Tests end */
/* unit1 frases utiles end */
/* Unit1 esanol en el mundo */
.grammarWrapper form#myForm p, .grammarWrapper form#myForm select {
	margin-top: 15px;
}
.grammarWrapper form#myForm select {
	width: 300px;
}
.grammarWrapper #myForm .selectQuestion select {
	margin-left: 50px;
}

/* Unit1 espanol en el mundo end*/
/* Unit3 */
#ex1.exerciseSample {
	width: 100%;
}
.columnImg {
	width: 45%;
	/*float: left;*/
	display: inline-block;
	padding: 25px;
	text-align: center;
}
.imgEx {
	height: 200px;
}
.columnImg select {
	width: 50%;
	margin: 15px 135px;
	font-size: 16px;
}
.question {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 32px;
}
.column label.redAnswer {
	line-height: normal;
	position: absolute;
	left: 340px;
	top: 5px;
	display: inline-table;
}
.question input[type=textbox].answer {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #CFD8DC;
	margin: 0 5px;
}
.inline {
	margin-top: 15px;
	position: relative;
	/*width: 70%;
	display: inline;*/
}
.verb {
	text-transform: capitalize;
	margin: 15px auto;
}
.verb .inline.row {
	display: inline-flex;
}
/*#ex1 .column .mp3player {
	bottom: -2px;
}*/
.exerciseSample .column .mp3player,
.exerciseSample .column2 .mp3player {
	bottom: 12px;
	vertical-align: middle;
	margin: 0 10px;
}
.mp3player.fa.fa-volume-up.hoverImg.paragraphIcon {
	font-size: 32px !important;
	bottom: 0px;
}
h3 .fa-volume-up {
	color: #0097a7;
}
label.redAnswer {
	margin-left: 20px;
	margin-right: 10px;
	line-height: 25px;
	color: #FF9800;
}

label.answer_in_column{
	display : inline-block;
	color: #FF9800;
    padding: 6px 0 0 25px;
}

.hidden {
	display: none;
}
/*.columnSelect label.redAnswer {
	line-height: 25px;
}*/

.column input[type=text],
.column2 input[type=text] {
	height: 20px;
	margin-top: 15px;
	border-radius: 5px;
	border: 1px solid #CFD8DC;
}

.column select {
	width: 40%;
}
#minigame {
	text-align: center;
}
#minigame select#chosenAnswer {
	font-size: 16px;
	width: 50%;
}
.inline .half {
	width: 30%;
	display: inline-block;
}
input.phraseAnswer {
	width: 100%;
}
/* Unit3 end*/
/* Unit4 */
.columnImg.marginLeft {
	position: relative;
}
.columnImg.marginLeft .redAnswer {
	display: inline-table;
	position: absolute;
	bottom: 0px;
	left: 35%;
}

/* Unit4 end */
/* Unit5 */
.inline.row .column.col10w, .inline.row .column.col20w {
	float: left;
}
.columnSelect.col20w {
	margin: 0;
}
/* Unit5 end */
/* Unit8 */
#exercice .explanation {
	margin-bottom: 10px;
}
/* Unit8 end*/

/* Student Dashboard */
.table {
    display: table;
    width: 80%;
    padding-top: 1%;
    margin: 50px auto;
    text-align: center;
    color: #607D8B;
}
.container {
	height: 70%;
	width: 50%;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	background-color: white;
	padding: 30px;
	box-sizing: border-box;
	padding-bottom: 5%;
	min-width: 375px;
	font-family: Verdana;
	margin-bottom: 5%;
	min-width: 600px;
}
#portalStudent .table.container {
	width: 75%;
	margin-left: 20px;
	margin-right: 0;
}
/*student dashboard end */

/* #region RegisterStudent */

#registerStudentForm h2 {
	background-color: #00BCD4;
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 5px;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
}

#registerStudentForm label.error {
	color: red;
}

.divFormInput {
	color: #607D8B;
	margin: 25px auto;
	position: relative;
}

#CreateAccount {
	text-align: center;
	margin-bottom: 20px;
}

#doNotEnter {
	display: none;
}
#formContainerStudent .formInput {
	/*padding: 10px;*/
	padding-left: 10px;
}

/* #endregion RegisterStudent */

/* #region RegisterTeacher*/

#formContainerStudent #add_another_teacher_wrap, #formContainerStudent #finalize {
	text-align: center;
}
#formContainerStudent #finalize {
	margin: 40px auto;
}

#formContainerStudent:parent {
	text-align: center;
}

#establishment_information {
	width: 100%;
	padding: 25px;
	color: white;
	position: relative;
}
form#finalize {
	margin: 15px auto;
	padding: 5px;
	height: 32px;
}
#establishment_information #startSession {
	position: unset;
	display: inline-block;
	width: 120px;
	text-align: center;
	margin: 20px 42%;
	background-color: #FFB74D;
}
#added_teachers label.added_user_info {
	margin: 100px;
	line-height: 80px;
}
.added_user_info {

}
/* #endregion RegisterTeacher*/

#UnitGroup_disabled {
	opacity: .4;
}

.grammarWrapper #finishTest {
	background-color: #FF9800; 
}
#finishTest[value=Imprimir] {
	position: absolute;
	top: 100px;
	right: 140px;
}

/* alphabet */
.alphabetPlay {
	display: inline-grid;
	margin: 20px;
	font-size: 36px;
	text-align: center;
	transition: all 300ms;
}
/*.exercice1:hover {
	transform: scale(1.02);
	text-decoration: underline;
}*/
.alphabetPlay .mp3player {
	height: 55px;
	width: auto;
	margin: 10px;
}

.grammarBody h1 {
	padding: 25px 0; 
}
.grammarBody .tips_style {
	padding: 8px 0;
}

.grammarWrapper #left, .grammarWrapper #right {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
}

.mp3player {
	position: relative;
	bottom: -12px;
}
.videoPlayer {
	margin: 25px 2.5%;
}

.new_inline,
.new_inline_text {
	display: inline-block;
	margin: 8px 0;
    width: 100%;
}

.new_inline .column_question {
	width : 400px;
	display: inline-block;
}
 
.new_inline .column_sound {
	width : 100px;
	display: inline-block;
}

.new_inline span,
.new_inline_text span.number_with_sound {
	width : 28px;
	display: inline-block;
}

.new_inline_text span {	
	width : 25%;
	display: inline-block;
}

.new_inline i,
.new_inline_text i {
	margin: 0 15px 0 10px;
}

.new_inline .mp3player,
.new_inline_text .mp3player {	
	vertical-align: middle;
	bottom: 0;
	position: inherit;
}

.new_inline input,
.new_inline_text input {
    border: 1px solid #CFD8DC;
    border-radius: 5px;
	padding: 5px;
    font-size: inherit;
    color: #607D8B;
	width: 50%;
	margin-right: 30px;
}

.new_inline input.small,
.new_inline_text input.small {
	width: 25%;
}

.inline .column_notext_sound {
	display: inline-block;
	position: relative;
}

.inline .column, .inline .columnSelect{
	display: inline-block;
	width: 30%;
	position: relative;
}
.inline .column3, .inline .columnSelect{
	display: inline-block;
	width: 40%;
	position: relative;
}

.inline .column2 {
	display: inline-block;
	width: 35%;
	position: relative;

}

.inline .columnSelect .redAnswer {
	position: absolute;
	left: 45px;
	top: -14px;
}
/*.inline .column input[type=textbox] {
	width: 30%;
}*/
.columnSelect.col30w {
	display: inline-flex;
}
.col30w .mp3player {
	bottom: -2px;
}
.column input[type=textbox], .column input[type=text], .columnSelect input[type=textbox], .unit_menu_ul .row input[type=textbox] {
	width: 100%;
	/*min-width: 100%;*/
	border: 1px solid #CFD8DC;
	border-radius: 5px;
	padding: 5px;
}
.column input[type=textbox].small {
	width : 50%;
}
.unit_menu_ul .row input[type=textbox].inputTarget {
	width: 30%;
	max-width: 30%;
	position: relative;
	left: 225px;
	margin-top: 25px;
}
/*.column .inputTarget {
	max-width: 30%
	width: 30%;
}*/
.column input[type=textbox]:focus, .columnSelect input[type=textbox]:focus {
	box-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

.inline .columnSelect.small {
	width: 20%;
}

.inline .columnSelect.medium {
	width: 20%;
}

.grammarWrapper #correct {
	font-size: 36px;
}
/* alphabet end */
/* accent */

/* accent end */

/*.formCard #groupForm li img {
	border-radius: 5px;
}*/
.cultural_content_question label {
	margin-right : 15px;
}
.cultural_content_question li {
	margin-top: 10px;
}
#groupForm .culturalContent .unit_menu_ul li a {
	color: white;
}

.examRightAnswer{
	background-color:red;
	color:white;
}
.linkVideo {
	color: white;
	font-size: 16px;
	width: 400px;
	display: inline-block;
}
.activity_table_title {
	width : 375px;
}
.activity_table_creation_date{
	width : 200px;	
}
.exercice_student_grade{
	color : #9BBB59;
	display: inline-block;
	font-size : 16px;
	padding-left : 5px;
}
.green_check {
	display:inline-block;  
}
.green_check:before {
	/*Add another block-level blank space*/
	content: '';
	display: inline-block;

	/*Make it a small rectangle so the border will create an L-shape*/
	width: 6px;
	height: 16px;

	/*Add a white border on the bottom and left, creating that 'L' */
	border: solid #9BBB59;
	border-width: 0 2px 2px 0;

	/*Rotate the L 45 degrees to turn it into a checkmark*/
	transform: rotate(45deg);		

	margin-left: 15px;
}
.three-column {
	width: 28%;
	display : inline-block;
}

.three-column.small {
	width: 15%;
	display : inline-block;
}

.column2{

	display:inline-block;
	width : 30%;
}

.inline2 .numeral{
	margin-right : 10px;
}
.inline2 .inputTarget{
	width : 30%;
}
.unit_menu_ul .row input[type=textbox].inputTarget2 {
	width: 30%;
	max-width: 30%;
	position: relative;
	left: 10px;
	margin-top: 25px;
}
.lost_password{
	width: 52%;
    font-size: 10px;
    padding-top: 5px;
}

.ex .w50{
	display: inline-block;
	width:48%;
    padding: 5px 0;
}

.ex .w30{
	display: inline-block;
	width: 30%;
    padding: 5px 0;
}
.ex .w15{
	display: inline-block;
	width: 15%;
    padding: 5px 0;
}
.ex .w17{
	display: inline-block;
	width: 17%;
    padding: 5px 0;
}
.color{
	color: #6fd29c;
}

.w50 .answer{
	cursor: pointer;
	font-style: italic;
}
.w50.answer_two{
	margin-right : 5px;
}

.w50 .color_green{
	color:#9BBB59;
}
.w50 .color_red{
	color:red;
}

.ex .w25{
	display: inline-block;
	width: 25%;
	position: relative;
}
.ex .w25.center{
	text-align:center;
}
.ex .w25.correct_answer:after{
	content:"";
	position:absolute;
    top: -6px;
    left: 206px;
	display: inline-block;
	width: 6px;
	height: 16px;
	border: solid #9BBB59;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);		
}

.italic_underline {
	font-style: italic;
	color : red;
	text-decoration: underline;
	font-size : 15px;
}

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

.modify_password_wrap {
	padding:20px;
	width:60%;
}

.feedback_ul li{
	padding-top:5px;
}

.feedback_ul li label{
	width: 100px;
    display: inline-block;
}
.feedback_ul li input {
	width: 410px;
    display: inline-block;
}
.feedback_ul li textarea {
    display: block;
}

#right_side #feedback_wrap{
	padding:5px;
}

.feedback_success{
	color:#4BB543;
	font-weight:bold;
}

.rowDiv .activities table td{
	width:auto;
}

.content_wrap {
	width : 50%;
	background-color: white;
	margin : 0 auto;
	margin-top: 50px;
	border-radius: 5px;
	padding : 15px;
}

.exercice_exemple {
	width: 50%;
	background-color: #F4F4F4;
	padding: 20px;
	border-radius: 5px;
    border: 10px solid #4DD0E1;
    font-size: 30px;
	margin-top: 10px;
}

.exercice_exemple img {
	vertical-align:  top;
    width: 30px;
    height: 30px;
}

.exercice_exemple span {
    margin-left: 10px;
	font-weight: bold;
	display: inline-block;
}

.exercice_exemple p {
	padding: 15px 5px 5px;
	margin-left: 43px;
}

.table_display {
	display:table;
    padding: 15px 0;
}

.table_row {
	display:table-row;
}

.table_cell {
	display: table-cell;
    padding: 8px 30px;
}

.table_cell.nobackground {
	background-color: white;
}

.table_header_color,
.gram_color {
	color: #ff9800;
    font-weight: bold;
}

.gram_second_color {	
	color: #66d7e6;
    font-weight: bold;
}

.blue_color_table {
	color: #00cbe6;
    font-weight: bold;
}

.table_header_color_blue {
	color: #4DD0E1;
    font-weight: bold;
}

.row_color_even {
	background-color: #e6e6e6;
}

.p_padding_top {
	padding : 20px 0 0 0;
}

.grammarBody .indent {
	padding : 8px 0 8px 20px;
}

.grammar_ul {	
    padding: 15px 0 15px 80px;
}

.grammar_ul li {
	padding: 3px 0;
}

.line_through {
    text-decoration-line: line-through;
}

.grammar_third_wrap {
	display: block;
	width: 100%;
}

.grammar_third {
    min-height: 200px;
    vertical-align: top;
	width: 25%;
	display: inline-block;
	margin-right: 20px;
	background-color: #e6e6e6;
	padding: 10px;
}

.grammar_third .center {
	font-size: 48px;
    color: orange;
    position: relative;
    top: 50%;
    transform: translateY(40%);
    min-height: 200px;
    height: 100%;
    display: block;
    text-align: center;
}

.center {	
    width: 100%;
    text-align: center;
}
.center_table {
	margin : 0 auto;
    width: 100%;
}

.img_in_cell {
    display: block;
    margin: auto;
}

@media only screen and (max-width: 1024px){
	label.redAnswer {
		font-size: 12px;
	}
}

.close_popup,
.close_popup_niveau,
.close_popup_tuto,
.close_popup_notif,
.close_popup_add_notif,
.close_popup_tuto_Foreras,
.close_popup_tuto_Bloquear{
	position : absolute;
	display : block;
	top: 10px;
	right : 10px;
	font-size : 22px;
	color : #607D8B;
	cursor : pointer;
}

.gram_tuto{
    position:absolute;
    top:0;
    right:5%;
    background-color: white;
    width: 600px;
    display:none;
}
