.quest-container{
	width:100%;
	display:table;
	margin-top:20px;
}

.quest-container input:focus, 
.quest-container select:focus,
.quest-container textarea:focus{
	 outline:none !important;
}

.quest-container input[type="button"],
.quest-container input[type="button"]:hover{
	border:0;
	background-image:url('../images/libs/quest-transparent.png');
	background-position:center center;
	background:url('../images/libs/quest-transparent.png') repeat-x 0 0;
}

.quest-container .displayNone{
	display:none;	
}

.quest-container .repeatButton{
	display:block;
	float:left;
	clear:both;
}
.quest-container input[type="button"].repeatButton{
	display:block;
	width:100%;
	margin-bottom:6px;
	background-color:#e8e8e8;
	color:#777777;
	border:0;
}
.quest-container input[type="button"].repeatButton:hover{
	background-image:url('../images/libs/quest-transparent.png');
	background-position:center center;
	color:#f7f7f7;
	background-color:#c3c3c3;
	border:0;
}
.quest-container input[type=button].removeButton {
  width: 13px !important;
  height: 13px !important;
  background-image: url("../images/tgc/logout-icon.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  border: 0 !important;
  float: right;
}

.quest-container div[data-fc-page],
.quest-container div[data-fc-total-rows]{
	float:left;
}
.quest-container div[data-fc-total-rows]{
	margin-left:8%;
}
.quest-container div[data-fc-page] p,
.quest-container div[data-fc-total-rows] p{
	color:#008acf !important;
	font-weight:normal;
	padding-top:3px;
}

.quest-container section{
	padding-left:2%;
	padding-right:2%;
	background-color:#ffffff;
}
.quest-container section .empty{
	display:none;
}
.quest-container section.definition{
	border:1px solid #dfdfdf;
}
.quest-container section.searcher{
	padding-top:10px;
	width:15% !important;
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #bbbbbb;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding-bottom:20px;
}
.quest-container section.searcher article.searcher section{
	float:left;
}
.quest-container h1{
	display:none;
}

/* Cabeceras de enunciado para Seccion y Agrupacion de pregunta */
.quest-container h2,
.quest-container .searcher h2{
	display:block;
	font-size:13px;
	font-family:quest-font-regular;
	text-transform:uppercase;
	color:#008acf;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
/* Enunciado de pregunta y del tipo de dato Seleccion (mono-choice / multi-choice) */
.quest-container label,
.quest-container span{
	color:#495e65;	
	font-size:11px;
	font-family:quest-font-regular;
	width:100%;
	float:left;
	text-align:left;
}
.quest-container span{
	font-weight:bold;	
}
.quest-container label{
	color:#695e65;	
	font-size:11px;
	font-family:quest-font-regular;
	float:left;
	width:100%;
	font-weight:bold;
}
.quest-container .disabled{
	background-color:#eeeeee !important;
	cursor:default !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
}
.quest-container input.disabled+label{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	color:#333333;
}
.quest-container .disabled option{

}
.quest-container div[data-fc-id]{
	float:left;
}
/* Capas contenedoras de los tipos de dato de selección (mono-choice) */
.quest-container div[data-fc-inline-block]{
	width:100%;
	float:left;
	margin-top:0;
	margin-bottom:0;
}
.quest-container div[data-fc-inline-block] label{
	width:94%;
	float:left;
	font-weight:normal;
}
/* Capas contenedoras de las Secciones y las Agrupaciones de pregunta */
.quest-container section[data-fc-group]{
	border-bottom:1px solid #dfdfdf;
	padding-top:6px;
	float:left;
	width:96%;
	padding-bottom:2px;
}
.quest-container section[data-fc-group]:nth-last-of-type(1){
	border-bottom:0;
}

.quest-container section[data-fc-group] article{
	float:left;
	width:100%;
}

/* Capas contenedoras de las preguntas */
.quest-container div[data-fc-type=text],
.quest-container div[data-fc-type=id],
.quest-container div[data-fc-type=textarea],
.quest-container div[data-fc-type=mono-choice],
.quest-container div[data-fc-type=multi-choice],
.quest-container div[data-fc-type=file]{
	width:33%;
	min-height:88px;
}
.quest-container div[data-fc-type=date]{
	/* width:17.5%; */
	width:25%;
	min-height:88px;
	/* margin-right:12px; */
}

.quest-container .searcher div[data-fc-type=text],
.quest-container .searcher div[data-fc-type=date],
.quest-container .searcher div[data-fc-type=mono-choice],
.quest-container .searcher div[data-fc-type=multi-choice],
.quest-container .searcher div[data-fc-type=textarea]{
	width:100% !important;
}

.quest-container div.repeatableSection{
	width:100% !important;
	height:auto !important;
	clear:both;
	margin-bottom:10px;
	float:left;
}

.quest-container div.repeatableSection div.repeatableSection{
	border-bottom:1px solid #df0000;
	padding-top:6px;
	float:left;
	width:96% !important;
	margin-left:3%;
	margin-top:8px;
}

.quest-container div.repeatableSection input[type="text"].repeatInput{
	width:95%;
	float:left;
}

/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=text] input[type=text],
.quest-container div[data-fc-type=text] input[type=password],
.quest-container div[data-fc-type=id] input,
.quest-container div[data-fc-type=textarea] textarea,
.quest-container input[type=text][data-fc-explicit=true],
.quest-container .values input[data-fc-input-page]{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	background-color:#f7f7f7;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    color:#507286;
    font-size:12px;
    font-family:quest-font-regular;
    margin-top:4px;
    margin-bottom:0;
    margin-left:0 !important;
    float:left;
    width:182px;
    padding-left:10px;
    padding-right:5px;
}
.quest-container input[type=text][data-fc-explicit=true],
.quest-container input[type=date][data-fc-explicit=true]{
	margin-top:20px !important;
	font-style:italic;
	display:none;
}
.quest-container div[data-fc-type=text] input[type=text],
.quest-container div[data-fc-type=text] input[type=password],
.quest-container div[data-fc-type=file] input[type=file]{
	width:86%;
	height:33px;
	background-image:none !important;
}
.quest-container .searcher div[data-fc-type=text] input[type=text]{
	width:157px;
}
.quest-container .values input[data-fc-input-page]{
	height:15px;
	background-image:none !important;
	width:40px;
	padding:3px;
	font-size:12px;
	background-color:#ffffff !important;
	margin-top:0 !important;
	margin-right:5px;
	margin-left:5px !important;
	text-align:center;
	color:#495e65;
	font-weight:normal;
}
/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=textarea] textarea{
	width:86%;
	height:34px;
	background-image:none !important;
	resize:none; 
	padding:4px 9px 6px 9px;
}
/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=date] input{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	background-color:#efeeef;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    color:#507286;
    font-size:12px;
    font-family:quest-font-regular;
    margin-top:4px;
    margin-bottom:0;
    margin-left:0 !important;
    float:left;
	/* width:50%; */
	width:72%;
	height:11px;
	padding:10px 9px 10px 44px;
	background-image:url('../images/libs/quest-date-icon.png');
	background-repeat:no-repeat;
	background-position:3px 4px;
	cursor:pointer;
}

.quest-container .ui-widget{
	font-family:quest-font-regular;
	color:#787e85;
	font-size:12px;
}
.quest-container .ui-widget-content,
.quest-container .ui-widget-header .ui-icon,
.quest-container .ui-widget-header,
.quest-container .ui-state-default,
.quest-container .ui-widget-content .ui-state-default{
	border:0;
	background:none;
}
.quest-container .ui-state-hover,
.quest-container .ui-datepicker-prev-hover,
.quest-container .ui-datepicker-next-hover,
.quest-container .ui-state-hover span,
.quest-container .ui-datepicker-prev-hover span,
.quest-container .ui-datepicker-next-hover span{
	background-image:none !important;
	background:none !important;
	border:0 !important;
	cursor:pointer;
}
.quest-container .ui-datepicker-next-hover span{
	background-position:right top !important;
}
.quest-container .ui-icon{
	height:20px !important;
}
.quest-container .ui-widget-content{
	border-top:1px solid #bbbbbb !important;
	border-bottom:1px solid #dfdfdf !important;
	border-left:1px solid #dfdfdf !important;
	border-right:1px solid #dfdfdf !important;
	background-color:#f7f7f7 !important;
	width:178px;
}
.quest-container .ui-datepicker .ui-datepicker-month,
.quest-container .ui-datepicker .ui-datepicker-year{
	text-transform:uppercase;
	color:#787e85;
}
.quest-container .ui-datepicker .ui-datepicker-header{
	background-image:url('../images/libs/quest-date-calendar-separator.png');
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
}
.quest-container .ui-datepicker .ui-datepicker-prev span,
.quest-container .ui-datepicker .ui-datepicker-prev-hover span{
	background-image:url('../images/libs/quest-date-calendar-last-month.png') !important;
	background-repeat:no-repeat !important;
	cursor:pointer;
}
.quest-container .ui-datepicker .ui-datepicker-next span,
.quest-container .ui-datepicker .ui-datepicker-next-hover span{
	background-image:url('../images/libs/quest-date-calendar-next-month.png') !important;
	background-repeat:no-repeat !important;
	background-position:right top;
	cursor:pointer;
}
.quest-container .ui-datepicker .ui-datepicker-today{
	font-weight:bold !important;
}
.quest-container .ui-datepicker th{
	font-weight:normal !important;
}
.quest-container .ui-datepicker .ui-datepicker-current-day{
	background-color:#ffffff;
	border-top:1px solid #bbbbbb !important;
	border-bottom:1px solid #dfdfdf !important;
	border-left:1px solid #dfdfdf !important;
	border-right:1px solid #dfdfdf !important;
}
.quest-container .ui-datepicker .ui-datepicker-current-day a{
	color:#f27935 !important;
}

.quest-container div[data-fc-type=mono-choice] .mono-choice-select{
	width:100%;
	overflow:hidden;
}
.quest-container div[data-fc-type=mono-choice] span{
	margin-bottom:4px;
}
.quest-container .searcher div[data-fc-type=mono-choice] .mono-choice-select{
	width:169px;
}
/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=mono-choice] select{
	background-color:#f7f7f7;
	-webkit-appearance:none;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    color:#507286;
    font-size:12px;
    font-family:quest-font-regular;
    margin-top:4px;
    margin-bottom:0;
    margin-left:0 !important;
    float:left;
	width:92%;
	height:35px;
	overflow:hidden;
	padding:7px 9px 6px 9px;
	background-image:url('../images/libs/quest-mono-choice-select-background.png');
	background-position:right top;
	background-repeat:no-repeat;
	-moz-appearance:window;
}
.quest-container .searcher div[data-fc-type=mono-choice] select{
	width:169px;
}
.quest-container div[data-fc-type=mono-choice] select option{
	font-family:quest-font-regular;
}
/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=mono-choice] input[type=radio],
.quest-container div[data-fc-type=mono-choice] input[type=checkbox],
.quest-container div[data-fc-type=multi-choice] input[type=checkbox],
.quest-container .values input[type=radio],
.quest-container .values input[data-fc-import]{
	float:left;
	width:16px;
  	height:16px;
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
	padding:0;
	margin:0;
	position:absolute;
}
.quest-container .values label{
	margin-top:0;
}
.quest-container div[data-fc-type=mono-choice] div>input[data-fc-checked=unchecked]+label,
.quest-container .values table div>input[type=radio][data-fc-checked=unchecked]+label,
.quest-container .values table div>input[data-fc-import]+label{
	background:url('../images/libs/quest-radio-icon-unchecked.png') no-repeat;
	clear:left;
  	padding-left:22px;
	padding-bottom:0;
	padding-top:1px;
}
.quest-container .values table div>input[data-fc-checked=unchecked]+label,
.quest-container .values table div>input[data-fc-import]+label{
	height:16px;
	margin-left:42%;
}
.quest-container div[data-fc-type=mono-choice] div>input[data-fc-checked=checked]+label,
.quest-container .values table div>input[type=radio][data-fc-checked=checked]+label,
.quest-container .values table div>input[data-fc-import=selected]+label{
	background:url('../images/libs/quest-radio-icon-checked.png') no-repeat;
  	clear:left;
  	padding-left:22px;
	padding-bottom:0;
	padding-top:1px;
}
.quest-container .values table div>input[data-fc-checked=checked]+label{
	height:16px;
	margin-left:42%;
}
.quest-container .values li div>input[type=radio][data-fc-checked]+label,
.quest-container .values li div>[data-fc-import]+label{
	float:left;
	width:30px;
  	height:26px;
  	padding:0;
	margin:0;
	position:absolute;
}
.quest-container .values li:nth-of-type(2n) div>input[type=radio][data-fc-checked=unchecked]+label{
	background:url('../images/libs/quest-radio-searcher-results-icon-unchecked-pair.png') no-repeat;
}
.quest-container .values li:nth-of-type(2n+1) div>input[type=radio][data-fc-checked=unchecked]+label{
	background:url('../images/libs/quest-radio-searcher-results-icon-unchecked-unpair.png') no-repeat;
}
.quest-container .values li:nth-of-type(2n) div>input[type=radio][data-fc-checked=checked]+label{
	background:url('../images/libs/quest-radio-searcher-results-icon-checked-pair.png') no-repeat;
}
.quest-container .values li:nth-of-type(2n+1) div>input[type=radio][data-fc-checked=checked]+label{
	background:url('../images/libs/quest-radio-searcher-results-icon-checked-unpair.png') no-repeat;
}

.quest-container div[data-fc-type=mono-choice] div>input[type=checkbox][data-fc-checked=unchecked]+label,
.quest-container div[data-fc-type=multi-choice] div>input[type=checkbox][data-fc-checked=unchecked]+label,
.quest-container table .values div>input[type=checkbox][data-fc-checked=unchecked]+label{
	background:url('../images/libs/quest-checkbox-icon-unchecked.png') no-repeat;
  	clear:left;
  	padding-left:22px;
	padding-bottom:0;
	padding-top:1px;
}
.quest-container div[data-fc-type=mono-choice] div>input[type=checkbox][data-fc-checked=checked]+label,
.quest-container div[data-fc-type=multi-choice] div>input[type=checkbox][data-fc-checked=checked]+label,
.quest-container table .values div>input[type=checkbox][data-fc-checked=checked]+label{
	background:url('../images/libs/quest-checkbox-icon-checked.png') no-repeat;
	clear:left;
  	padding-left:22px;
	padding-bottom:0;
	padding-top:1px;
}
/* Input que representa cada tipo de dato */
.quest-container div[data-fc-type=multi-choice] select{
	background-color:#f7f7f7 !important;
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    color:#507286;
    font-size:12px;
    font-family:quest-font-regular;
    margin-top:10px;
    margin-bottom:5px;
    margin-left:0 !important;
    float:left;
	width:92%;
	min-height:90px;
	overflow:hidden;
	padding:5px !important;
}
.quest-container div[data-fc-type=multi-choice] select option{
	padding:10px 9px 10px 9px;
}
/* Capa contenedora de campo obligatorio */
.quest-container div[data-fc-required]{
	color:#507286;
	width:100%;
	margin-top:0;
	font-size:9px;
    font-family:quest-font-regular;
    font-style:italic;
    float:left;
    text-align:left;
    display:block;
}
/* Capa contenedora de campo erroneo */
.quest-container .fc-error{
	color:#d5523f !important;
	width:100%;
	margin-top:3px !important;
	font-size:11px;
    font-family:quest-font-regular;
    display:none;
    font-weight:bold;
}
.quest-container .fc-page-number-error{
	color:#d5523f;
	width:100%;
	margin-top:3px;
	font-size:11px;
    font-family:quest-font-regular;
    font-weight:bold;
    clear:both;
    display:none;
}

.quest-container section[data-fc-definition]{
	float:left;
	width:94%;
	margin-left:0;
	padding-top:15px;
	border-bottom:1px;
	padding-bottom:15px;
	margin-bottom:20px;
}
.quest-container section[data-fc-definition]:nth-last-of-type(1){
	background-image:none;
}

.quest-container section{
	vertical-align:top;
	display:table-cell;
}

.quest-container section[data-fc-searcher-results]{
	background:none;
	float:right;
	width:96%;
}
.quest-container section[data-fc-definition] .values table,
.quest-container section[data-fc-searcher-results] .values table{
	margin-top:8px;
	margin-bottom:8px;
	width:100%;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    border-color:none !important;
}
.quest-container section[data-fc-definition] .values table th,
.quest-container section[data-fc-searcher-results] .values table th{
	border-top:1px solid #bbbbbb;
	border-bottom:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	font-family:quest-font-regular;
	color:#9ea7b3;
	height:28px;
	padding:5px;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	font-weight:lighter;
	background-color:#f7f7f7;
}
.quest-container section[data-fc-definition] .values table th{
	border-bottom:1px solid #c7cfdb;
}
.quest-container section[data-fc-searcher-results] .values table th{
	background-color:#f7f7f7;
	color:#9ea7b3;
	text-align:left;
	padding-left:15px;
	border-top:0;
	border-bottom:1px solid #c7cfdb;
	border-left:0;
	border-right:0;
	font-weight:lighter;
	cursor:pointer;
}
.quest-container section[data-fc-searcher-results] .values table th[data-fc-searcher-header-type=id]{
	cursor:default;
	text-align:center;
}
.quest-container section[data-fc-searcher-results] .values table th[data-fc-searcher-header-order=ascendant]{
	background-image:url('../images/libs/quest-searcher-header-order-ascendant.png');
	background-position:right 13px;
	background-repeat:no-repeat;
}
.quest-container section[data-fc-searcher-results] .values table th[data-fc-searcher-header-order=descendant]{
	background-image:url('../images/libs/quest-searcher-header-order-descendant.png');
	background-position:right 15px;
	background-repeat:no-repeat;
}
.quest-container section[data-fc-definition] .values table tr,
.quest-container section[data-fc-searcher-results] .values table tr{
	border-bottom:1px solid #c7cfdb;
}
.quest-container section[data-fc-definition] .values table tr:nth-of-type(2n+1){
	background-color:#f7f7f7;
}
.quest-container section[data-fc-searcher-results] .values table tr:nth-of-type(2n+1){
	background-color:#eaedf0;
}
.quest-container section[data-fc-definition] .values table tr:nth-of-type(2n){
	background-color:#eaedf0;
}
.quest-container section[data-fc-searcher-results] .values table tr:nth-of-type(2n){
	background-color:#f7f7f7;
}
.quest-container section[data-fc-definition] .values table tr td,
.quest-container section[data-fc-searcher-results] .values table tr td{
	font-family:quest-font-regular;
	color:#495e65;
	font-size:11px;
	padding:10px 5px 10px 5px;
	text-align:center;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}
.quest-container section[data-fc-searcher-results] .values table tr td.link{
	font-weight:normal;
	cursor:pointer;
	text-decoration:underline;
}
.quest-container section[data-fc-searcher-results] .values table tr td{
	border-left:0 !important;
	border-right:0 !important;
	text-align:left !important;
	padding:10px 5px 10px 15px !important;
	border-bottom:1px solid #c7cfdb !important;
	border-top:1px solid #ffffff !important;
}
.quest-container section[data-fc-searcher-results] .values ul{
	margin-bottom:30px !important;
	border-top:1px solid #c7cfdb !important;
	width:100%;
}
.quest-container section[data-fc-searcher-results] .values ul li{
	font-family:quest-font-regular;
	color:#495e65;
	font-size:11px;
	padding:9px 1.2% 9px 2%;
	border-bottom:1px solid #c7cfdb !important;
	border-top:1px solid #ffffff !important;
	width:96.8%;
}
.quest-container section[data-fc-searcher-results] .values ul li p{
	width:80%;
	clear:both;
	margin-bottom:2px;
}
.quest-container section[data-fc-searcher-results] .values ul li p[data-fc-searcher-header-id=id]{
	position:absolute;
	margin-left:85%;
	margin-top:50px;
	width:auto;
}
.quest-container section[data-fc-searcher-results] .values ul li p span{
	width:auto;
	margin-top:0;
	margin-right:16px;
	font-weight:bold;
}
.quest-container section[data-fc-searcher-results] .values ul li p:nth-of-type(1) span{
	display:none;
}
.quest-container section[data-fc-searcher-results] .values ul li p:nth-of-type(1){
	font-size:14px;
	color:#008acf;
	margin-bottom:5px;
	font-weight:bold;
}

.quest-container section[data-fc-searcher-results] .values ul li:nth-of-type(2n){
	background-color:#eaedf0;
}
.quest-container section[data-fc-searcher-results] .values ul li:nth-of-type(2n+1){
	background-color:#f7f7f7;
}
.quest-container section[data-fc-searcher-results] .values ul li div[data-fc-type-id=true]{
	position:absolute;
	margin-left:82%;
	margin-top:-5px;
}

.quest-container section[data-fc-searcher-results] .values .no-rows{
	background-color:#f7f7f7;
	margin-top:34px;
	color:#495e65;
	font-size:11px;
	font-family:quest-font-regular;
	float:left;
	width:100%;
}
/* Boton de guardar */
.quest-container .save,
.quest-container input[data-fc-definition-add]
.quest-container .next{
	background-image:url('../images/libs/quest-transparent.png') !important;
	background-position:center center;
	width:auto;
	height:37px;
	background-color:#00afd1 !important;
	border-top:1px solid #0082a2 !important;
	border-bottom:1px solid #009cbd !important;
	border-left:1px solid #009cbd !important;
	border-right:1px solid #009cbd !important;
	color:#ffffff;
    font-size:14px;
    font-family:quest-font-regular;
    float:right;
    text-shadow:none;
    text-align:right;
    padding:8px 10px 10px 10px;
    margin-right:0;
    margin-top:26px;
    margin-bottom:26px;
    letter-spacing:1px;
}
.quest-container .next{
	margin-right:0 !important;
	margin-top:0 !important;
}
.quest-container input[data-fc-definition-add]{
	width:auto !important;
	background-image:none !important;
	padding:8px 10px 10px 10px !important;
	font-size:12px !important;
	float:left !important;
	clear:both !important;
}

.quest-container .save:hover,
.quest-container .add:hover,
.quest-container .next:hover{
	background-color:#008acf !important;
	border-top:1px solid #0066a0 !important;
	border-bottom:1px solid #0079b8 !important;
	border-left:1px solid #0079b8 !important;
	border-right:1px solid #0079b8 !important;
	color:#ffffff !important;
	background-image:url('../images/libs/quest-transparent.png');
	background-position:center center;
	background:#ffffff url('../images/libs/quest-transparent.png') repeat-x 0 0;
}

.quest-container .last{
	width:107px;
	height:37px;
	background-color:#c7cfdb !important;
	border-top:1px solid #8f99a9 !important;
	border-bottom:1px solid #afb8c6  !important;
	border-left:1px solid #afb8c6 !important;
	border-right:1px solid #afb8c6 !important;
	background-image:url('../images/libs/quest-last-icon.png') !important;
	background-position:12px center !important;
	background-repeat:no-repeat !important;
	color:#626c79  !important;
    font-size:14px;
    font-family:quest-font-regular;
    float:right;
    text-shadow:none;
    text-align:left;
    padding:8px 10px 10px 30px;
    margin-right:1%;
    margin-top:26px;
    margin-bottom:26px;
    letter-spacing:1px;
}
.quest-container .last:hover{
	background-repeat:no-repeat;
	color:#ffffff !important;
	background-color:#9ea7b3 !important;
	border-top:1px solid #727c8a !important;
	border-bottom:1px solid #8b95a2 !important;
	border-left:1px solid #8b95a2 !important;
	border-right:1px solid #8b95a2 !important;
	background-image:url('../images/libs/quest-last-icon-over.png') !important;
	background-position:12px center !important;
}

.quest-container input[data-fc-input-page-last]{
	width:7px;
	height:20px;
	background-image:url('../images/libs/quest-searcher-page-last.png') !important;
	background-repeat:no-repeat !important;
	float:left;
	margin-left:4px;
	margin-top:1px;
}
.quest-container input[data-fc-input-page-next]{
	width:7px;
	height:20px;
	background-image:url('../images/libs/quest-searcher-page-next.png') !important;
	background-repeat:no-repeat !important;
	float:left;
	margin-right:4px;
	margin-top:1px;
}
.quest-container .search{
	width:180px;
	height:37px;
	background-color:#00afd1;
	border-top:1px solid #0082a2;
	border-bottom:1px solid #009cbd;
	border-left:1px solid #009cbd;
	border-right:1px solid #009cbd;
	background-image:url('../images/libs/quest-search-icon.png');
	background-position:156px center;
	background-repeat:no-repeat;
	color:#ffffff;
    font-size:14px;
    font-family:quest-font-regular;
    float:right;
    text-shadow:none;
    text-align:left;
    padding:8px 10px 10px 30px;
    margin-right:1%;
    margin-top:26px;
    margin-bottom:26px;
    letter-spacing:1px;
    clear:both;
}
.quest-container .search:hover{
	background-image:url('../images/libs/quest-search-icon.png');
	background-position:156px center;
	background-repeat:no-repeat;
	background-color:#008acf;
	border-top:1px solid #0066a0;
	border-bottom:1px solid #0079b8;
	border-left:1px solid #0079b8;
	border-right:1px solid #0079b8;
}
/* --- */
.quest-container div[data-fc-id=persona_turista_acogelopd]{
	width:100%;
}
