.ejpanel {
	padding: 10px;
	font-size : 15px;
	background: #F5F5F5 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAV0lEQVQY042PSwrAUAgDvf9V3zvDTBcWkdZ+sggicTCx1lLLgb23mp77UAG1D11AZLYnalOKnhhJauQfH6TL9QiL3mJ0IPyhk9T12G5U/Rf3u5n0XhA4ABusqYzkm7dWAAAAAElFTkSuQmCC');
}
.ejtips {
	padding: 5px 10px;
	border : 1px solid #d4d4ff;
	background: rgba(255, 255, 255,0.7);
}
.draggable {
	display: inline-block;
	margin-right: 10px;
}
.ejpart {
	position: relative;
	width : auto;
	margin :  0px  0px 18px  0px;
	padding:  2px 10px  2px 30px;
}
/* .ejletter {
	position: absolute;
	top   :  2px;
	left  :  4px;
	font-family: Verdana;
	font-size  : 11px;
	text-transform: lowercase;
	background: rgba(255, 255, 255,0.7);
	padding: 2px 5px;
	border-radius: 5px;
	border-right: 1px solid #d4d4ff;
	border-bottom: 1px solid #d4d4ff;
} */
.ejletter {
	position: absolute;
	top   : 3px;
	left  : -10px;
	width : 15px;
	padding: 2px 4px;
	color: #FFFFFF;
	font-family: Abel;
	font-size  : 16px;
	line-height: 20px;
	text-align : center;
	text-transform: uppercase;
	border-radius: 0px 5px 5px 0px;
	background: #0D72B4;
}
.ejletter.ok {
	background: #009000;
}
.ejletter.ko {
	background: #F00000;
}
.ejpart p.expl,
.ejpart p.preg {
	margin :  0px;
}
/* .ejpart p.expl {
	margin : 10px 0px 0px 0px;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #F09090;
	border-radius: 0px 5px 5px 5px;
	background: #FFFFFF;
} */
.ejpart p.expl {
	margin: 10px -20px 0px -40px;
	padding: 5px 5px 15px 40px;
	font-size: 15px;
	/* border: 1px solid #F09090; */
	border-radius: 0px 5px 5px 5px;
	background: #FFFFFF;
	color: #060;
}
.ejpart input {
	max-width    : 100%;
	padding      : 0px 5px;
	border-top   : 0px;
	border-left  : 0px;
	border-right : 0px;
	border-bottom: 2px solid #D5D5FF;
	background   : #F4F4FF;
}

.ejpart span.inp_ok,
.ejpart span.inp_ko {
	border-top   : 0px;
	border-left  : 0px;
	border-right : 0px;
	border-bottom: 2px solid #D5D5FF;
}

.ejpart span.inp_ok,
.ejpart span.inp_ko {
	padding: 0px 5px;
	background: #FFFFFF;
}
.ejpart span.inp_ok:after,
.ejpart span.inp_ko:after {
	display: inline-block;
	width : 20px;
	height: 16px;
	margin : 0px 0px 0px 10px;
	content: '';
}
.ejpart span.inp_ok:after {
	background: url('../images/spr-ejers-oko.png') no-repeat 0px -24px;
}
.ejpart span.inp_ko:after {
	background: url('../images/spr-ejers-oko.png') no-repeat 0px -48px;
}
.ejpart span.expl:before {
	content: '(';
}
.ejpart span.expl:after {
	content: ')';
}

span.chk_ok,
span.chk_ko {
	display: inline-block;
	width : 22px;
	height: 17px;
}
span.chk_ok {
	background: url('../images/spr-ejers-chk.png') no-repeat 0px 0px;
}

span.chk_ko {
	background: url('../images/spr-ejers-chk.png') no-repeat 0px -17px;
}

#ejcatable {
	font-size  : 14px;
}
#ejcatable th {
	padding-bottom: 5px;

	border-bottom : 2px solid #D4D4FF;
	font-weight: normal;
}
#ejcatable td {
	padding: 5px 0px;
}

.ejdigit {
	display: block;
	width : 35px;
	height: 30px;
	background: url('../images/spr-ejers-dig.png') no-repeat;
}
.ejdigit1 {
	background-position: 0px 0px;
}
.ejdigit2 {
	background-position: -35px 0px;
}
.ejdigit3 {
	background-position: -70px 0px;
}
.ejdigit4 {
	background-position: -105px 0px;
}

.ejbtns {
	text-align: center;
}

#ejer_wrap_formads {
	position: relative;
}
#ejer_ads {
	display: none;
	position: absolute;
	top   : 0%;
	left  : 0%;
	width : 100%;
	height: 100%;
}
#ejer_ads_title {
	padding: 20px 0px;
	font-size : 18px;
	text-align: center;
}
#ejer_ads_wrap {
	width : 336px;
	height: 280px;
	margin : 0px auto;
}
#ejer_ads_skip {
	display: block;
	padding: 20px 0px;
	font-size : 14px;
	text-align: center;
}

#ejinfo_others {
	margin : 10px 0px;
}
#ejinfo_others label {
	display: inline-block;
	width : 150px;
}
#ejinfo_chrono {
	margin : 10px 0px;
	padding-top: 5px;
	border-top : 1px solid #B2BDB7;
	font-size  : 18px;
	font-weight: bold;
	text-align : center;
}

#score {
	position: relative;
	width : 230px;
	height: 50px;
	margin: 12px auto;
	background: url('../images/bg-ejer-score.png');
}
#score.nivel1 {
	background-position: 0px 0px;
}
#score.nivel2 {
	background-position: 0px -50px;
}
#score.nivel3 {
	background-position: 0px -100px;
}
#score.nivel4 {
	background-position: 0px -150px;
}
#score span {
	position: absolute;
	top   : 15px;
	left  : 12px;
	width : 45px;
	font-size  : 20px;
	font-weight: bold;
	text-align: center;
}
#score span:after {
	font-size : 13px;

	content: '%';
}

.ejsim_tit {
	width : 220px;
	margin: 12px auto 6px auto;
}
.ejsim_lst {
	width : 220px;
	margin: 6px auto 12px auto;
}

/*
#ayuda {
	float: right;
	width: 175px;
	margin-left : 10px;
	padding-left: 10px;
	border-left : 1px solid #D5D5FF;
}
#ayuda h3 {
	margin-top: 0px;
}

#adsense {
	display: none;
	position: absolute;
	top   : 35px;
	left  : 15px;
}

.ejpanel {
	padding: 3px 0px;
	color : #D5D5FF;
	text-align: center;
	border-top   : 1px solid #EAEAFF;
	border-bottom: 1px solid #EAEAFF;
}
.ejpanel span {
	color : #000000;
}





.ejpart .w2t {
	position: absolute;
	top   :  0px;
	right :  0px;
}
.ejpart .w2s {
	display: none;
	position: absolute;
	margin :  0px !important;
	padding:  1px  5px;
	border : 1px solid #9F9FD9;
	background   : #E5E5FF;
	z-index: 1;
}

span.ok {
	font-weight: bold;
	color: #009900;
}
span.ko {
	font-weight: bold;
	color: #FF0000;
}
span.lt {
	text-decoration: line-through;
}

#ejmark {
	float: right;
	width : 120px;
	text-align: center;
}
#ejmark h4 {
	margin : 12px  0px  0px  0px;
	font-size: 18px;
}
#ejmark h4.ok {
	color: #009900;
}
#ejmark h4.ko {
	color: #FF0000;
}
#ejmark p {
	margin :  9px  0px  0px  0px;
}
*/

/* Spin */

.spinner {
}

.spinner > span {
	display: inline-block;
	width : 9px;
	height: 9px;
	background-color: #0D72B4;
	border-radius: 100%;
	-webkit-animation: sk-bouncedelay 2s infinite ease-in-out both;
           animation: sk-bouncedelay 2s infinite ease-in-out both;
}
.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
           animation-delay: -0.32s;
}
.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
           animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0)   }
  40%           { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0);   transform: scale(0);   }
  40%           { -webkit-transform: scale(1.0); transform: scale(1.0); }
}