/*---------------------LISTAS DE ELEMENTOS COLOR Nivel 3 = Azul celeste #1BBED7--------------------------------------*/
/*correcciones parachute l3**/
/*alinear respuestas actividad test*/
#actividad .workspace.true-false .tf-option{
	margin-left: 35px;
}

/*alinear respuestas actividad verdadera falso*/
#actividad .workspace.test .respuestas li{
       margin-left: 35px;
}

/*reducir padding bottom fin de actividades*/
body:not(.edit) #actividad .class_slide:last-of-type{
	padding-bottom: 50px;
}


/*quitar border blanco caja JeJoue*/
.bck-box.bck-box-8 .bck-title{
	border-bottom: none;
}

/*caja BilanOral*/
body:not(.edit) .bck-box.bck-box-18 .bck-content{
	right: 98px;
}

/*alinear lista ol-8*=numeros azul*/
#actividad .content .cke_contents .bck-ol-8, #actividad .content .texto_curso .bck-ol-8, #actividad .content .workspace ul li .bck-ol-8{
	    margin-left: -5px;
}


/*------Caja 2---------------------------------------------------------------------------*/

.bck-box.bck-box-2 .bck-content {
    border: 0;
    padding: 60px 1px 10px 100px;
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    color: #1BBED7;
}

/*-----Caja 8----------------------------------------------------------------------------*/

.bck-box.bck-box-8 {
    background: #1BBED7!important;
}

/*-----Caja 10---------------------------------------------------------------------------*/

.bck-box.bck-box-10 .bck-title {
    color: #1BBED7;
}

/*----Caja 11--------*/

.bck-box.bck-box-11 .bck-title {
    color: #1BBED7;
}


/*-----Caja 13-----------------------------------------------------------------------------*/

.bck-box.bck-box-13 .bck-content {
    border: 0;
    padding: 60px 1px 10px 100px;
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    color: #1BBED7;
}

/*----Caja 14------------------------------------------------------------------------------*/

.bck-box.bck-box-14 .bck-content {
    color: #1BBED7;
}

/*---Caja 15------*/

.bck-box.bck-box-15 .bck-content {
    border: 0;
    padding: 40px 1px 10px 240px;
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    color: #1BBED7;
}

/*---Caja 17 Overture Cahier----------------------------------------------------------------*/

.bck-box.bck-box-17 .bck-content {
    border: 0;
    padding: 46px 1px 10px 10px;
    text-align: center;
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    color: #1BBED7;
}

/*---Lista Desordenada------------------------------------------------------------------------*/

#actividad .content .texto_curso .bck-ul-1 li:before, #actividad .content .workspace ul li .bck-ul-1 li:before, #actividad .popover-background.shown .popover-content > ul > li:before {
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    /* height: 7px; */
    /* width: 10px; */
    color: #1BBED7;
    padding: 2px;
    background: none;
    margin-top: 2px;
}

/*--Lista desordenada 2------------------------------------------------------------------------*/

#actividad .content .texto_curso .bck-ul-2 li:before, #actividad .content .workspace ul li .bck-ul-2 li:before, #actividad .popover-background.shown .popover-content > ul > li:before {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #88A52D;
    position: absolute;
    top: 8px;
    border-radius: 100%;
    margin-left: 0px;
}

/*Lista Ordenada principal---------------------------------------------------------------------*/

#actividad .content .cke_contents .bck-ol-1 li:before, #actividad .content .texto_curso .bck-ol-1 li:before, #actividad .popover-content .bck-ol-1 li:before, #actividad .content .workspace ul li .bck-ol-1 li:before {
    content: counter(bck-li-counter);
    width: 26px;
    height: auto;
    position: absolute;
    color: #ffffff;
    background: #1BBED7;
    margin-left: -30px;
    margin-right: 0px;
    border-radius: 100%;
    text-align: center;
    font-size: 1.8rem;
    font-family: BauhausStd-Demi;
    font-weight: normal;
}

/*---Lista ordenada 3----------------------------------------------------------------------*/

#actividad .content .cke_contents .bck-ol-3 li, #actividad .content .cke_contents .bck-ol-3 li, #actividad .content .texto_curso .bck-ol-3 li, #actividad .popover-content .bck-ol-3 li, #actividad .content .workspace ul li .bck-ol-3 li {
    counter-increment: bck-li-counter;
    padding-left: 0px;
    position: relative;
    z-index: 0;
    font-size: 2.2rem;
    font-weight: bold;
    color: #88A52D;
    margin-top: 10px;
}

/*Enfasis numero grande titulo Leçon-----------------------------------------------------*/

.bck-enfasis-3 {
    color: #1BBED7;
    font-size: 9rem;
    font-family: BauhausStd-Demi;
}

/*Titulo Intro----------------------------------------------------------------------------*/

.bck-title-intro {
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    color: #1BBED7;
}

/*borde actividad seleccionar respuesta---------------------------------------------------*/
#actividad .workspace.multiple-choice .opcion.respuesta_checked {
    border-color: #1BBED7;
    background-color: #ffffff;
}

/*--borde actividad seleccionar respuesta------------*/
#actividad .workspace.chooseblanks .inline-answer a {
    border: 2px solid #1BBED7;
    color: #787878;
}

#actividad .workspace.chooseblanks .inline-answer a.selected:not(.respuesta_ok):not(.respuesta_ko):not(.solucion) {
    background-color: #36bdd2;
    color: #fff;
    font-weight: 400;
}

#actividad .workspace.chooseblanks .inline-answer a:hover {
    background-color: #c6f7ff;
    color: #414141;
}


/*----------BOTONES CORREGIR, REINICIAR...---------*/
.btn-danger, .btn-danger[disabled] {
    color: #fff;
    background-color: #50c1d2;
    border-color: transparent;
}

.btn-danger:hover {
    color: #fff;
    background-color: #37b1c3;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #37b1c3;
}

.btn-primary[disabled], .btn-primary[disabled]:focus {
    background-color: #1BBED7;
}

#actividad .content .review .attemps span {
    background-color: #5bcbdc;
}



/*---------------Colores TOC---------------------------------------*/

/*--boton Contenidos de la Unidad--*/
.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
    background-color: #1BBED7;
}

/*--hover nombre actividades----------------------------*/
#book-index #indice .unit-content a:hover, #indice .units ul li a:hover, #indice .actividades a:hover, #book-index #indice .unit-content a:active, #indice .units ul li a:active, #indice .actividades a:active, #book-index #indice .unit-content a:focus, #indice .units ul li a:focus, #indice .actividades a:focus {
    color: #1BBED7;
}

/*--Color Titulo Header (foto)-------------------------*/
#indice .unit-content .header .title {
    color: #1BBED7;
	background: #ffffffd9;
}

/*-----Indice Toc ul-li Active------------------------*/
#indice .units ul li.active:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    background: #1BBED7;
}

#indice .units ul li.hover:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:hover:not(.disabled) {
    background: #13aec5;
}


/*----------------------Menu lateral------------------------------*/

#book-index .col-main {
    background: #1BBED7;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover, #book-index #indice .unit-content .actividades .item.active, #book-index #indice .unit-content .actividades .item.current {
    color: #fff;
    background: #1BBED7;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover, #book-index #indice .unit-content .actividades .item.active, #book-index #indice .unit-content .actividades .item.current {
    color: #fff;
    background: #1BBED7;
}

body:not(.isTablet) #book-index #indice .units ul li:not(.disabled) a:hover, #book-index #indice .units ul li.active a {
    background: #1BBED7;
}


/*--------------------------------------------------------Arreglos CSS de Parachute-----------------------------------*/

/*margin left Listas 1*/
#actividad .content .cke_contents .bck-ol-1 li:before, #actividad .content .texto_curso .bck-ol-1 li:before, #actividad .popover-content .bck-ol-1 li:before, #actividad .content .workspace ul li .bck-ol-1 li:before {
	margin-left: -5px;
}

/*color texto elegir respuestas*/
body:not(.edit) #actividad a:not(.cke_button):not(.zoom_flag_img) {
	color: #414141;
    font-weight: 500;
}

/*color de fondo caja 4*/
.bck-box.bck-box-4 {
    background: #D4E05A!important;
}

/*color de fondo caja 8*/
.bck-box.bck-box-8 {
    background: #F36F23!important;
}

/*color de fondo caja 9*/
.bck-box.bck-box-9 {
    background: #FFF!important;
}

/*bck-box-14*/
.bck-box.bck-box-14 {
    background: #fff;
    text-align: left;
    margin-left: -97px;
    margin-top: -40px;
}

/*before de bck-title-1*/
.bck-title-1:before {
    display: none;    
}

/*Centrar el numero grande de las lesson*/
.bck-enfasis-3 {
    margin-left: 5px;
}

/*Fondo de color transparente para icono de audio*/
body:not(.edit) #actividad a:not(.cke_button):not(.zoom_flag_img) {
    background-color: #f9f2f400;
}

/*Arreglo UL - LI y BEFORE UL 2*/
.texto_curso ul li {
    padding-left: 35px;
}

#actividad .content .texto_curso .bck-ul-2 li:before, #actividad .content .workspace ul li .bck-ul-2 li:before, #actividad .popover-background.shown .popover-content > ul > li:before {
    content: "";
    height: 7px;
    width: 7px;
    background-color: #1BBED7;
    position: absolute;
    top: 8px;
    border-radius: 100%;
    margin-left: 0px;
}

/*TEXT ALIGN LEFT DENTRO DE LAS CAJAS DE LESSON*/
.bck-box.bck-box-2 .bck-content {
   text-align: left;
}

/*Imágenes en el LI*/
li img {
    vertical-align: top;
}

/*query 768*/
@media screen and (max-width: 768px) {
	
	body:not(.edit) #actividad .class_slide {
    padding: 1px 20px 0px;
	}

	body:not(.edit) #actividad .carousel-inner .item-container {
    background-image: none;
    max-width: 1200px;
    -webkit-box-shadow: rgba(0,0,0,0.298039) 0 3px 9px;
    -moz-box-shadow: rgba(0,0,0,0.298039) 0 3px 9px;
    box-shadow: rgba(0, 0, 0, 0.43) 0 3px 9px;
    margin: 0px auto 0px;
	}

	.bck-box.bck-box-2 {
    background: #fff0;
    margin-left: 0px;
    margin-top: -22px;
	}

 .bck-box.bck-box-2 .bck-content {
    border: 0;
    padding: 3px 1px 10px 39px;
    font-size: 5rem;
    font-family: GrilledCheeseBTN;
    }

.bck-enfasis-3 {
    color: #1BBED7;
    font-size: 6rem;
    font-family: BauhausStd-Demi;
    margin-left: 5px;
}

}