/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.list-radio ul {
    margin-left:3em;
    margin-top:0.5em;
    padding-left:0;
    text-align:left;
}
 
.list-radio ul li {
    display: inline;
    padding: 0 2em 0 0;
    margin-left: 0;
}
 
.list-radio .answer li label {
    display: inline-block;
    width: auto;
}
 
.list-radio td.answer {
    padding-bottom:10px;
}

.asterisk {display: none;}

.ls-questionhelp:before {
display: none;
}


.tableft {
	/*width: 100%;*/
	border-collapse: collapse;
}

/* WRAPER */
.wrapper{
    max-width:1280px;
    margin:0 auto;
    text-align:center;
   /* width:50%;    */
}


.tableft td {
	color: #000;
	font-family: Helvetica, Arial, "sans-serif";
	font-size: 1.125em;
	border: 0px solid #FFF;
	border-bottom: 2px solid #20acb8;
	vertical-align: top;
	
}

.tableft-td1 {
	width: 50%;
	text-align: left;
	vertical-align: top;
		padding: 4px 10px;
}

.tableft-td2 {
	text-align: left;
	vertical-align: top;
		padding: 4px 10px;
		background-color: #e6ffff;	
}

.tableft-tizq {
		padding: 4px 10px;
	text-align: left;
}

.tableft-tder {
		padding: 4px 10px;
	text-align: left;
	background-color: #e6ffff;	
}
.olaromana {
	margin-left: 40px;
	margin-right: 40px;
	list-style-type:upper-roman;
}

.olaromana li {
	margin-top: 5px;
}

.ola {
	margin-left: 60px;
	margin-right: 60px;
	list-style-type: lower-alpha;
}

.ola li {
	margin-top: 5px;
}


@media screen and (max-width: 767px){
    
.wrapper{
        width:95%;
    }  	
    
/* table */
	
.tableft tr, th, td {
	border: 0px solid #FFF;
}	
	
/*	.tableft-td1 {
		width:93%;
	}	*/
	

.tableft-td1 {
display: none;
}

.tableft-td2 {
display: none;
}

.tableft-tizq {
	padding: 30px 10px 15px 10px;
	text-align: left;
    background-image: url(https://e-encuesta.uam.mx/upload/surveys/786563/images/anterior.png);	
	background-position:top left;
	background-repeat:no-repeat;
}

.tableft-tder {
	padding: 30px 10px 15px 10px;
	background-color: #e6ffff;	
    background-image: url(https://e-encuesta.uam.mx/upload/surveys/786563/images/nueva.png);	
	background-position:top left;
	background-repeat:no-repeat;
}	
	
/* fin tableft */
/* table */
.aviso table, thead, tbody, th, td, tr { 
	display: block; 
}


tr { 
	border: 1px solid #ccc; 
	}

td { 
	/* Se comporte como "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
}
}

@media screen and (min-width: 768px) and (max-width:800px){	

.wrapper{
/*width:50%;*/
 width:85%;
       }   	
}

/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
.list-radio ul {
    margin-left:3em;
    margin-top:0.5em;
    padding-left:0;
    text-align:left;
}
 
.list-radio ul li {
    display: inline;
    padding: 0 2em 0 0;
    margin-left: 0;
}
 
.list-radio .answer li label {
    display: inline-block;
    width: auto;
}
 
.list-radio td.answer {
    padding-bottom:10px;
}

@media screen and (min-width: 768px) and (max-width:800px){	
 
 table.ls-answers .radio-item .ls-label-xs-visibility,table.ls-answers .checkbox-item .ls-label-xs-visibility{
        line-height: initial;
        text-indent: 20px;
    }

}

@media screen and (max-width: 1024px) and (orientation: landscape) {	
 
 table.ls-answers .radio-item .ls-label-xs-visibility,table.ls-answers .checkbox-item .ls-label-xs-visibility{
        line-height: initial;
        text-indent: 20px;
    }

}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {	
 
 table.ls-answers .radio-item .ls-label-xs-visibility,table.ls-answers .checkbox-item .ls-label-xs-visibility{
        line-height: initial;
        text-indent: 20px;
    }

}


@media screen and (max-width:767px){	

.list-radio ul {
    margin-left:20px;
    margin-top:0.5em;
    padding-left:0;
    text-align:left;
}


 table.ls-answers .radio-item .ls-label-xs-visibility,table.ls-answers .checkbox-item .ls-label-xs-visibility{
        line-height: initial;
        text-indent: 20px;
    }
}

/********* INICIA FONDO **********/
body {
background-image: url(https://e-encuesta.uam.mx/upload/surveys/811645/images/fondo02.png);
background-repeat: repeat-y;
}

/********* INICIAN MEDIAQUERIES **********/
@media only screen and (min-width: 320px) and (max-width: 849px) {

body {
background-image: url(https://e-encuesta.uam.mx/upload/surveys/811645/images/fondo07.png);
background-repeat: repeat-y;
}

}

@media only screen and (min-width: 850px) and (max-width: 1500px) {

body {
background-image: url(https://e-encuesta.uam.mx/upload/surveys/811645/images/fondo05.png);
background-repeat: repeat-y;
}

}
/********* TERMINAN MEDIAQUERIES **********/
/********* TERMINA FONDO **********/