html{    /*  Usado para trabajar con definición 'em'  */
    font-size: 16px;
  }
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    line-height: 1.8em;
    text-align: left;
    color: #000;
    font-weight: 400;
    margin: 1em;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
  }
  
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: left;
}

[id^=lista]:nth-child(odd){
    background-color: #f0efef;
    border: 1px solid #FFF;
}
[id^=lista]:nth-child(even){
    background-color: #e5e5e5;
    border: 1px solid #FFF; 
}
#btnPaginador {
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  cursor: default;
}
#ordenar{
    padding: 0;
}
.ordenar .lista {
    clear: both;
  padding: 5px;
  margin: 5px 0;
}
.vacio{
    border: 1px solid #0069d9 !important;
  }
  
.ordenar .bien{
    border: 1px solid #83c635; 
    padding: 10px;
}
.ordenar .mal{
    border: 1px solid #f01b18; 
    padding: 10px;
}

.palomita{
  margin-left:4px;
  color: #83c635;                  /* JLBG jun 12, 2019; cambié el tamaño de la palomita y el tache*/
}
.tache{
  margin-left:4px;
  color: #f01b18;
}

.ordenar .retroInd{
    font-size: small;
    color: #9d0000;
    clear: both;
}

.ordenar .sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: table-cell;
    /* display: flex;  */ /* JLBGJLBG */
    /* align-items: center; */ /* JLBGJLBG*/
}
.ordenar .sortable li {
    margin: 5px;
    padding: 0.4em;
    font-size: 1em;
    cursor: move;
    float:left;
    text-align: center;
    /*JLBGJLBG*/
    /* height: 200px; JLBGJLBG */
    /* width: 200px; JLBGJLBG*/
}

.listaTexto > label.contenido > span.opcion{ 
  text-align: left;
}
/* .ordenar .sortable li span {JLBGJLBG */
    /* position: absolute; JLBGJLBG*/
    /* margin-left: -1.3em; JLBGJLBG */
/* } JLBGJLBG*/
.ordenar .textoOpcional:empty{
    display:none;
}
.ordenar .textoOpcional{
    clear:both;
}
.retroBien{
    color: rgb(0, 131, 0);
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid rgb(0, 165, 0);
    padding: 6px;
    border-radius: 3px;
	line-height:30px;
}

.retroMal{
    color: rgb(131, 0, 0);
    background-color: rgba(255, 0, 0, 0.1);
    border: 1px solid rgb(165, 0, 0);
    padding: 6px;
    border-radius: 3px;
	margin: 0 2px;
	line-height:30px;
}
.mostrarRetro{
    display:inline-block;
}

.ocultarRetro{
    display:none;
}
i.ip, span.ip {
    color: #83c635;
}
i.it, span.it{
    color: #f01b18;
}
hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.blink {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
  }
  @keyframes blink {
    50% { opacity: 0.0; }
  }
  @-webkit-keyframes blink {
    50% { opacity: 0.0; }
  }
.bullet{
    display: table-cell;
    vertical-align: middle;
}
.listaAudio {
  width: 100px;
}
.listaVideo {
  width: 20%;
}
.listaImagen{
    width: 12%;
    position: relative;
}

.lupa{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.6;
    font-size: 2em;
} 
.imagen{
    width: 100%;
}
.imagenResp{
    width: 10%;
    margin: 0 10px 10px 0;
}
.mostrar { /*Para poner o quitar elementos....*/
	display: initial; /* o ponemos ""? */
}
.ocultar {
	display: none; /* RAAR mar 23,19: algo esta provocando colision de css, sospecho de .addClass("col-md-3 col-lg-3");*/
}
  @media only screen and (max-width: 1024px){
    #instr{
        color: #FFF;
    }
  }
    
.resp1, .resp2{
    color: #f01b18;
}

video {
  width: 100%;
}
.ir-arriba {
    display:none;
    padding:15px;
    background:#63c9e0;
    font-size:20px;
    color:#fff;
    cursor:pointer;
    position: fixed;
    bottom:20px;
    right:20px;
    border-radius: 50%;
    z-index: 10000;
}

@media (max-width: 992px) {
    body{
        padding: 0;
        border: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        margin:0.5em;
    }
    .listaImagen{
        width: 45%;
    }
    .imagenResp{
        width: 25%;
    }
}

/*  Clases para retros */
.tooltip-inner {font-size: 1.2em; text-align: left; min-width: 280px; padding: 10px}

.tooltip.primary .tooltip-inner          { background-color:    #337ab7; }
.tooltip.primary.top > .tooltip-arrow    { border-top-color:    #337ab7; }
.tooltip.primary.right > .tooltip-arrow  { border-right-color:  #337ab7; }
.tooltip.primary.bottom > .tooltip-arrow { border-bottom-color: #337ab7; }
.tooltip.primary.left > .tooltip-arrow   { border-left-color:   #337ab7; }

.tooltip.info .tooltip-inner          { background-color:    #31b0d5; }
.tooltip.info.top > .tooltip-arrow    { border-top-color:    #31b0d5; }
.tooltip.info.right > .tooltip-arrow  { border-right-color:  #31b0d5; }
.tooltip.info.bottom > .tooltip-arrow { border-bottom-color: #31b0d5; }
.tooltip.info.left > .tooltip-arrow   { border-left-color:   #31b0d5; }

.tooltip.success .tooltip-inner          { background-color:    #83c635;  z-index: 100001; }
.tooltip.success.top > .tooltip-arrow    { border-top-color:    #83c635; }
.tooltip.success.right > .tooltip-arrow  { border-right-color:  #83c635; }
.tooltip.success.bottom > .tooltip-arrow { border-bottom-color: #83c635; }
.tooltip.success.left > .tooltip-arrow   { border-left-color:   #83c635; }

.tooltip.warning .tooltip-inner          { background-color:    #ec971f; }
.tooltip.warning.top > .tooltip-arrow    { border-top-color:    #ec971f; }
.tooltip.warning.right > .tooltip-arrow  { border-right-color:  #ec971f; }
.tooltip.warning.bottom > .tooltip-arrow { border-bottom-color: #ec971f; }
.tooltip.warning.left > .tooltip-arrow   { border-left-color:   #ec971f; }

.tooltip.danger .tooltip-inner          { background-color:    #f01b18;  z-index: 100001; }
.tooltip.danger.top > .tooltip-arrow    { border-top-color:    #f01b18; }
.tooltip.danger.right > .tooltip-arrow  { border-right-color:  #f01b18; }
.tooltip.danger.bottom > .tooltip-arrow { border-bottom-color: #f01b18; }
.tooltip.danger.left > .tooltip-arrow   { border-left-color:   #f01b18; }

.tooltip.in {opacity:1!important;}


/* Estilos para INSTRUCCIONES  */
.titulo{
    display: flex;
    align-items: center;
  }
  #head{
    float: left;
    width: 80%;
  }
  .headings-int {
    color: #003b71;
    font-size: 1.8em;
    text-align: left;
    font-weight: bold;
  }
  .info{
    background-color: #0069d9;
    float: right;
    color: #fff;
    text-align: right; 
    padding: 20px;
    margin: 0 0 0 auto;
  }
  .estilosinstruccion{
    background-color: #0069d9;
    color: #fff;
    padding: 5px 10px;
    margin-top: 3px;
  }
  
  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 650px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .close:before{
    transform:rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .close::after{
    transform:rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }

  label{
    font-weight: normal;
    margin-bottom: 0;
  }
  
  .contenido{
    position: relative;
    cursor: pointer;
  }
  
  .opcion{
    text-align:center;
    display: inline-block;
    max-width: -webkit-fill-available;
  }
  [id^=ctrlDes].rangos{
    height: 15px;
    visibility: visible;
  }
  
  :not(.controlesVid) > span[id^=play], :not(.controlesVid) > span[id^=pause] { 
    padding: 20px;
  }


@media (max-width: 576px){            /*  sm  BS4   >= 576 px  */
    /* body {
        background-color: red;
    } */
    .listaVideo {
      width: 83%;
    }
}
@media (min-width: 576px){            /*  sm  BS4   >= 576 px  */
    /* body {
        background-color: dodgerblue;
    } */
    .listaImagen {
      width: 23%;
    }
    .listaVideo {
      width: 37%;
    }
}
@media (min-width: 768px){            /*  md  BS4   >= 768 px    */
    /* body {
        background-color: rosybrown;
    } */
    .listaImagen {
      width: 23%;
    }
    .listaVideo {
      width: 35%;
    }
}
@media (min-width: 992px){            /*  lg  BS4   >= 992 px    */
    /* body {
        background-color: aqua;
    } */
    .listaImagen {
      width: 15%;
    }
    .listaVideo {
      width: 25%;
    }
}
@media (min-width: 1200px){            /* xl  BS4   >= 1200 px    */
    /* body {
        background-color: yellowgreen;
    } */
    .listaImagen {
      width: 15%;
    }
    .listaVideo {
      width: 20%;
    }
}
