<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dropper {
	width:70%;
    float:left; 
    position:relative;
}

.dropper img {
	/*width:100%;height:auto;*/
}

.dragger { 
    width:20%;
    float:left; 
    overflow:auto; 
    overflow-x: hidden; 
    overflow-y: auto;
    padding-right: 5%;
    padding-left: 5%
}

.dragger ul {
	list-style:none;
    margin:0;
    padding:0 5px 5px 5px;
}

.dragger ul li {
	border:1px solid #DDD;
    display:block;
    float:left;
    width:100%;
	margin-bottom: 0.3em;
	padding: 0.3em;
	border-radius: 5px;
}

.dragger ul li img {
	height:auto;
    vertical-align: middle;
    float:left;
}

.dragger ul li span {
	float:left;
	width:82%;
	margin-left: 3%;
}

.gap{
  /*border:1px solid #FF0000;*/
  position:absolute;
}

img{
  max-width:100%;
}

.box_result{
  font-weight:bolder;
}

.associationInteraction {
   clear: both;
}

.associate_pairs {
    float: left;
}

.associate_pair {
    clear: both;
}

.associable_pairs {
    clear: both;
}

.associated_pair .droppable {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    float: left;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.associate_pair .droppable:nth-child(1) {
    border-right: 1px dashed #ddd;
}

.associate_pair .droppable:nth-child(2) {
    border-left: 0px;
}



.associate_pair .droppable span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.associable_choices {
    clear: both;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.associable_choices .simpleAssociableChoice {
    border: 1px dashed #ddd;
    border-radius: 5px;
    margin-right: 5px;
    margin-left: 5px;
    float: left;
    text-align: center;
}

.simpleAssociableChoice img {
    vertical-align: middle;
}

.dropped {
    opacity: 0.3;
}


.orderInteraction {
    clear: both;
    text-align: center;
}


.order_choices {
    clear: both;
    margin: 0 auto;
    text-align: center;
}


li.simpleChoice {
    clear: both;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    list-style-type: none;
    background: white;
}


.presentation-title h2 { border-bottom: 1px dotted #999; padding-bottom:5px;}
.presentation-content ul li { padding:0 0 10px; }
.presentation-content { border-bottom: 1px dotted #999;}
.activity-content.inline-select select {width: auto; padding: 2px 3px; height: auto; line-height: auto; margin-bottom: 2px;}

.width_select{
	width: auto !important
	
}

 
/* JLA: 11/04/2013 */

/* 
    Necesario para hotspotChoice del qtiHotspotInteraction
*/

.circle-on {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  cursor: pointer; /* NS */
  cursor: hand; /* IE */
}

.circle-off {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px; 
  cursor: pointer; /* NS */
  cursor: hand; /* IE */
  background: url('../images/transparent.png');
}

/* 
    Necesario para qtiMatchInteraction
*/

.texto-izquierda {
    text-align: left;
}

.texto-derecha {
    text-align: right;
}

.texto-centro {
    text-align: center;
}

/* 
    Necesario para qtiMatchtInteraction
*/

.input-tabla {
    text-align: center;
    width: 100%;
}

.input-tabla input {
    /* height: 10px;  Se quita por petición 0000199*/ 
    /* left: 10px;  Se quita por petición 0000117*/
    margin: 0 0 0;
    outline: 0 none !important;
    position: relative;
    /* z-index: 1; Se quita por petición 0000143 */
}

/* 
    Necesario para qtiHottextInteraction
*/

.parrafo-check {

}

.parrafo-check input {
    left: 0px;
}

/* 
    Necesario para qtiChoiceInteraction
*/

.input-tabla-choice {
    text-align: center;
}

.input-tabla-choice input {
/* height: 10px;  Se quita por petición 0000199*/
    left: 0px;
    margin: 0 0 0;
    outline: 0 none !important;
    position: relative;
    z-index: 1;
}

/* 
    Necesario para qtiselectChoiceInteraction
*/

.simple-choice-on {
  background-image: url('./../images/cross.png');
  position:absolute;
  top: 10px;
  left: 10px;
  width: 16px;
  height: 16px;
}

.simple-choice-off {
  width: 20px;
  height: 20px; 
}

/* 
    Necesario para qtigraphicOrderInteraction
*/

#contenedor-imagen img { float:left; display: inline-block; margin: 0 20px 20px 0; }

.pickup_area {
    float:left;
    list-style:none;
    margin: 0; padding: 0;
}

.pickup_area li {
    color: #009933;
    background: #CCFFEE;
    cursor: pointer;
    float: left;
    font-size: 35px;
    margin: 0 5px 5px 0;
    padding: 20px 30px;
    border: 1px solid #CCC;
    line-height: 30px;
    width: 20px;
    text-align: center;
}

.pickup_area li.selected {
    background: none repeat scroll 0 0 #44EECC;
    color: #FFFFFF;
}

.table-striped tbody &gt; tr:nth-child(2n+1) &gt; th { background: #92dbe4; }

.table-striped tbody &gt; tr:nth-child(2n+1) &gt; td  { background: #dcf4ff; }

.table-striped tbody &gt; tr:nth-child(2n) &gt; td  { background: #f8fafa; }

/* Solution 4 ie8*/
.row-odd  td { background: #f8fafa;}

.row-even  td {background: #dcf4ff;}

.row-title  th{background: #92dbe4;}
/* End of solution 4 ie8*/
.rot90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	rotation: 90deg;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* 30/05/2013 JLA: Agregado a la definición de "ol" el atributo "width: 75%" para petición 0000209*/

ol.inlineChoiceInteraction { width: 75%; margin: 0 0 0 25px; padding: 0;}
ol.inlineChoiceInteraction li { text-align: left; padding-bottom: 10px;}
ol.inlineChoiceInteraction li strong { font-weight: normal; padding: 2px;}
ol.inlineChoiceInteraction li select { margin-top: 5px;}

ol.inlineChoiceInteraction li strong {padding: 2px 5px;}
ol.inlineChoiceInteraction li strong.orange { background: #FFEECD;}
ol.inlineChoiceInteraction li strong.green { background: #EEFFCD;}
ol.inlineChoiceInteraction li strong.red { background: #FFDDDD;}
ol.inlineChoiceInteraction li strong.blue { background: #CCEEFF;}
ol.inlineChoiceInteraction li strong.magenta { background: #CCCCFF;}
ol.inlineChoiceInteraction li strong.yellow { background: #f7fbb1;}
ol.inlineChoiceInteraction li strong.morado { background: #efd4fc;}


ul.inlineChoiceInteraction { margin: 0 0 0 25px; padding: 0;}
ul.inlineChoiceInteraction li { text-align: left; padding-bottom: 10px;}
ul.inlineChoiceInteraction li strong { font-weight: normal; padding: 2px;}
ul.inlineChoiceInteraction li select { margin-top: 5px;}

ul.inlineChoiceInteraction li strong {padding: 2px 5px;}
ul.inlineChoiceInteraction li strong.orange { background: #FFEECD;}
ul.inlineChoiceInteraction li strong.green { background: #EEFFCD;}
ul.inlineChoiceInteraction li strong.red { background: #FFDDDD;}
ul.inlineChoiceInteraction li strong.blue { background: #CCEEFF;}
ul.inlineChoiceInteraction li strong.magenta { background: #CCCCFF;}
ul.inlineChoiceInteraction li strong.yellow { background: #f7fbb1;}
ul.inlineChoiceInteraction li strong.morado { background: #efd4fc;}


/* fix for 0000288 */
.ui-dialog-contain, .ui-header {
    z-index: 99;
}
</pre></body></html>