@charset "UTF-8";
/** ESTILOS COMUNES A MOVIL Y WEB **/
.hidden {
  display: none !important;
}

.farwest {
  position: absolute;
  left: -3000px;
}

[dir='rtl'] .farwest {
  left: 3000px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

@font-face {
  font-family: 'Glyphicons Regular';
  src: url("/headers/ilusion/fonts/glyphicons-regular.eot");
  src: url("/headers/ilusion/fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("/headers/ilusion/fonts/glyphicons-regular.woff2") format("woff2"), url("/headers/ilusion/fonts/glyphicons-regular.woff") format("woff"), url("/headers/ilusion/fonts/glyphicons-regular.ttf") format("truetype"), url("/headers/ilusion/fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Fuente para arabe para mobile y desktop */
[lang|="ar"] body {
  font-family: "Arabic Transparent", "Simplified Arabic", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Forzamos fuente Byekan para Farsi: BOC */
/* FMC 25/IV/2016 */
@font-face {
  font-family: 'BYekan';
  src: url("/headers/ilusion/fonts/BYekan/byekan-full-webfont.eot");
  src: url("/headers/ilusion/fonts/BYekan/byekan-full-webfont.eot?#iefix") format("embedded-opentype"), url("/headers/ilusion/fonts/BYekan/byekan-full-webfont.woff2") format("woff2"), url("/headers/ilusion/fonts/BYekan/byekan-full-webfont.woff") format("woff"), url("/headers/ilusion/fonts/BYekan/byekan-full-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[lang|="fa"] body,
[lang|="fa-IR"] body,
[lang|="fa-AF"] body {
  font-family: "BYekan", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* Forzamos fuente Byekan para Farsi: EOC */
/* #############################
   ## ESTRUCTURA DE LA PAGINA ##
   ############################# */
/* ---------- mensaje Cargando datos, que se muestra cuando se tiene que esperar a alguna operacion --*/
div#loading_data {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  width: 200px;
  border: none;
  padding: 10px;
  z-index: 3000;
  display: none;
  height: 100px;
  margin-left: -100px !important;
  margin-top: -50px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

div#loading_data img {
  margin: 40px 85px;
}

.wait_message {
  margin: 10% 10% 0 10%;
  font-weight: bold;
}

.wait_message img {
  padding-right: 20px;
}

#data_entry {
  display: none;
}

/* --- mensaje de cargando interfaz principal --- */
#loading_main_interface {
  margin-top: 30px;
}

#loading_main_interface img {
  vertical-align: middle;
  margin-left: 10px;
}

.spinner-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  background: rgba(246, 246, 246, 0.6);
  transform: translate(-55%, -50%);
}

.spinner-overlay .spinner-container {
  position: fixed;
  top: 50%;
  left: 60%;
  margin-top: -50px;
}

/* -----------------
     STEPS
   ----------------- */
.scr_step h1 {
  display: none;
}

/* #####################
   ## bootstrap modal ##
   ##################### */
.modal-header h3 {
  font-size: 20px;
}

.modal_title_error {
  padding-left: 20px;
}

.modal-body p {
  margin-bottom: 10px;
}

.modal-footer a.btn {
  text-decoration: none;
}

.modal-body-non-visible {
  padding: 0;
  height: 5px;
}

/* ###################
   ## modal windows ##
   ################### */
#modal_step_container {
  display: none;
}

#modal_step_container .close_link {
  float: right;
  margin: 8px 8px 0 0;
  padding-left: 20px;
  cursor: pointer;
  color: #333;
  background: url(/headers/img/icons/cross-button.png) no-repeat left center;
  text-decoration: underline;
}

[dir='rtl'] #modal_step_container .close_link {
  float: left;
  margin: 8px 0 0 8px;
  padding-right: 20px;
}

.contenedor_interior {
  margin: auto;
}

.dialog {
  display: none;
}

.info_note,
.warning_note {
  /* <- deprecar warning_note */
  margin: 10px 0 10px 0;
  padding: 12px 12px 12px 32px;
  background: #fffde3 url(/headers/img/icons/information.png) no-repeat 10px 12px;
  font-weight: normal;
  font-size: 14px;
  color: #444;
  border: 2px solid #938500;
}

span.info {
  display: block;
  padding-left: 20px;
  background: url(/headers/img/icons/information-balloon.png) no-repeat left top;
  /** CJ esto solo hace falta si se eliminan los estilos inherit
  font-weight: normal;
  font-size: 12px;
  color: #444;
  */
}

.continue_spinner {
  display: none;
}

/* ###################
   ## internal info ##
   ################### */
div.internal_debug_info {
  z-index: 1000;
  background: #f0f0f0;
  font-size: 10px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
  padding: 0;
  border: 1px solid #aaa;
  box-sizing: border-box;
}

div.internal_debug_info * {
  box-sizing: border-box;
}

div.internal_debug_info li.remite_interno {
  color: white;
  background-color: #f15c02;
}

div.internal_debug_info_blink {
  background: #fff930 none;
}

div#internal_debug_info .debug_info_title {
  line-height: 20px;
  padding: 5px;
  background: linear-gradient(to bottom, #ffffff 10%, #f0f0f0 100%);
}

div#internal_debug_info span.title {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  vertical-align: middle;
}

div#internal_debug_info a.slide_toggle {
  display: block;
  float: right;
  background: url(/headers/img/icons/arrow-resize-090.png) no-repeat center center;
  width: 20px;
  height: 20px;
}

div#internal_debug_info .services_title {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

div#internal_debug_info .service {
  padding: 0;
  margin-top: 0;
}

div#internal_debug_info .service + .service {
  margin-top: 5px;
}

div#internal_debug_info .service_id {
  font-weight: bold;
  padding: 0 0 5px 0;
}

div#internal_debug_info .module {
  padding: 0;
  margin-top: 0;
  border-top: 1px dotted #444;
}

div#internal_debug_info .module .module_id {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}

div#internal_debug_info .module .module_id:after {
  content: '+';
  position: absolute;
  right: 5px;
  top: 4px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 16px;
}

[dir=rtl] div#internal_debug_info .module .module_id:after {
  right: auto;
  left: 5px;
}

div#internal_debug_info .module .module_id:hover, div#internal_debug_info .module .module_id:focus {
  background: #f7f7f7;
}

div#internal_debug_info .module.open_module .module_id {
  background: linear-gradient(to bottom, #f0f0f0 0%, #ffffff 100%);
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.2);
}

div#internal_debug_info .module.open_module .module_id:after {
  content: ' - ';
  font-size: 14px;
}

div#internal_debug_info .module .module_body {
  font-size: 11px;
  line-height: 1.4;
  padding: 0 5px;
  background: #fff;
  border-top: 1px solid #ccc;
}

div#internal_debug_info .module.open_module .module_body {
  padding: 5px;
}

div#internal_debug_info .debug_info {
  margin-bottom: 3px;
  line-height: 1.4;
}

div#internal_debug_info .cancellation_info {
  margin-top: 5px;
  font-size: 10px;
}

div#internal_debug_info .cancellation_info th {
  color: #5e0007;
  font-size: 11px;
}

div#internal_debug_info .cancellation_info td {
  text-align: center;
  padding: 0;
  font-size: 11px;
}

div#internal_debug_info .cancellation_info td.legend {
  text-align: right;
  font-weight: bold;
}

/* ###########
   ## LOGIN ##
   ########### */
#customer #customer_form .privacy_policy_link {
  font-size: 11px;
  text-decoration: none;
  vertical-align: top;
}

/* ###################
   ## MODULO: ADMIN ##
   ################### */
#admin {
  color: #004;
  margin-top: 40px;
  margin-bottom: 20px;
}

#admin .main-title {
  background-color: #ccc;
  padding: 10px;
}

#admin .fieldsets {
  border: 4px solid #ccc;
  border-top: none;
}

#admin fieldset {
  color: #444;
  padding-bottom: 10px;
  width: 485px;
  float: left;
}

#admin fieldset.even {
  border-left: 4px solid #ccc;
  width: 481px;
}

#admin label,
#admin div,
#admin input {
  font-size: 12px;
  font-weight: normal;
}

#admin fieldset input {
  border: 1px solid #ccc;
  margin: 0;
}

#admin .service-description {
  background-color: #fffcd7;
  padding: 10px;
  margin-bottom: 10px;
}

#admin .field_row {
  padding: 5px;
}

#admin .field_row label {
  display: block;
  float: left;
  width: 140px;
  text-align: right;
  margin-top: 2px;
  margin-right: 10px;
}

#admin .fee {
  width: 40px;
  color: #444;
}

#admin .field_row .subnote {
  float: right;
  width: 200px;
  background-color: #f0f0c0;
  color: #444444;
}

#admin .field_row .subnote div {
  padding: 8px;
}

#admin .error-message {
  color: red;
  margin-top: 8px;
  margin-left: 100px;
}

#admin #module_admin_submit {
  margin: 5px 0 5px 400px;
  padding: 5px;
  font-size: 14px;
}

#admin .spinner {
  margin-right: 10px;
  vertical-align: middle;
}

#admin #module_admin_submit:active {
  position: relative;
  top: 2px;
  box-shadow: -1px 1px 2px #AAAAAA;
}

#admin #module_admin_disable_charges_form {
  margin-top: 20px;
}

#admin #module_admin_disable_charges_form .fieldsets {
  padding: 10px 0 10px 50px;
}

#admin #admin_charges_disabled_message {
  display: inline;
  margin-left: 20px;
  padding: 8px;
  background-color: #f0f0c0;
  color: #444444;
}

/* ###############################
   ## MODULO: OPTIONAL_SERVICES ##
   ############################### */
.baggage_selector_container {
  display: none;
}

.coste_maleta {
  font-size: 14px;
  font-weight: bold;
}

.coste_maleta .aprox {
  display: inline !important;
}

/* estructura del listado de servicios opcionales */
#optional_services {
  position: relative;
}

#optional_services .subpanel {
  min-height: 90px;
}

#optional_services p.loading_available_services {
  font-size: 16px;
  color: #333;
  background-color: #f0f0f0;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 180px;
}

#optional_services p.loading_available_services img {
  vertical-align: middle;
  margin-left: 20px;
}

#optional_services li div.optional_service {
  /*width: 650px;*/
  float: right;
}

#optional_services ul.available_services_list li li {
  margin: 0;
  padding: 10px 0;
  clear: left;
}

#optional_services ul.available_services_list li li.last {
  border-bottom: none;
}

/* contenido de cada servicio opcional */
#optional_services ul.available_services_list li li.no_service {
  clear: both;
}

#optional_services ul.available_services_list li li.no_service h4 {
  color: #333;
}

#optional_services ul.available_services_list li li a.service_details_url {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0 0 0;
}

#optional_services li input.optional_service_radio_selector,
#optional_services li input.optional_service_radio_remove {
  float: left;
}

[dir="rtl"] #optional_services li input.optional_service_radio_selector {
  float: right;
}

[dir="rtl"] #optional_services li input.optional_service_radio_remove {
  float: right;
}

#optional_services ul.available_services_list li span.amount {
  font-size: 1.2em;
  color: #ec5b14;
  font-weight: bold;
  padding-left: 5px;
}

#optional_services ul.available_services_list li span.amount .money .amount {
  float: none;
}

#optional_services ul.available_services_list li div.details {
  margin: 3px 0 0 0;
}

#optional_services ul.available_services_list li a.details_pdf {
  background: url(/headers/img/icons/document-pdf.png) no-repeat left center;
  padding: 3px 0 3px 20px;
}

#optional_services ul.available_services_list li li.selected_service {
  border: 2px solid #1e3747;
}

#optional_services .optional_service_title {
  line-height: 21px;
}

#optional_services li div.optional_service_details img.insurance_logo {
  margin: 0 10px 10px 0;
  float: left;
  background-color: #fff;
  padding: 4px;
}

.service_details_container label {
  cursor: pointer;
}

.optional_service_details p {
  color: #333;
  line-height: 15px;
}

#optional_services ul.available_services_list li.ong_service p span.amount {
  color: #777;
}

#optional_services ul.available_services_list li.ong_service span.amount {
  vertical-align: initial;
}

/* Modulo de seguros */
#insurance {
  position: relative;
}

#insurance .subpanel {
  min-height: 90px;
}

.transition_manager_accordion .subpanel.insurance_service > h4 {
  display: block;
  font-size: 1.6em;
}

#insurance p.loading_available_services {
  font-size: 16px;
  color: #333;
  background-color: #f0f0f0;
  vertical-align: middle;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 180px;
}

#insurance p.loading_available_services img {
  vertical-align: middle;
  margin-left: 20px;
}

#insurance li div.optional_service {
  /*width: 650px;*/
  float: right;
}

#insurance ul.available_services_list li li {
  margin: 0;
  padding: 10px 0;
  clear: left;
  background-color: #EEEEEE;
  margin-bottom: 10px;
}

#insurance ul.available_services_list li li.last {
  border-bottom: none;
}

/* contenido de cada servicio opcional */
#insurance ul.available_services_list li li.no_service {
  clear: both;
  background-color: #EEEEEE;
}

#insurance ul.available_services_list li li.no_service h4 {
  color: #333;
}

#insurance ul.available_services_list li li a.service_details_url {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin: 10px 0 0 0;
}

#insurance li input.optional_service_radio_selector,
#insurance li input.optional_service_radio_remove {
  float: left;
  width: 1.2em;
  height: 1.2em;
}

[dir="rtl"] #insurance li input.optional_service_radio_selector {
  float: right;
}

[dir="rtl"] #insurance li input.optional_service_radio_remove {
  float: right;
}

#insurance ul.available_services_list li span.amount {
  font-size: 1.2em;
  color: #ec5b14;
  font-weight: bold;
  padding-left: 5px;
}

#insurance ul.available_services_list li span.amount .money .amount {
  float: none;
}

#insurance ul.available_services_list li div.details {
  margin: 3px 0 0 0;
}

#insurance ul.available_services_list li a.details_pdf {
  background: url(/headers/img/icons/document-pdf.png) no-repeat left center;
  padding: 3px 0 3px 20px;
}

#insurance ul.available_services_list li li.selected_service {
  border: 2px solid #1e3747;
}

#insurance .optional_service_title {
  line-height: 21px;
}

#insurance li div.optional_service_details img.insurance_logo {
  margin: 0 10px 10px 0;
  float: left;
  background-color: #fff;
  padding: 4px;
}

#insurance ul.available_services_list li.ong_service p span.amount {
  color: #777;
}

#insurance ul.available_services_list li.ong_service span.amount {
  vertical-align: initial;
}

/* Información relacionada con seguro médico en Cuba */
#insurance .medical_coverage_yes {
  color: #4081ab;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0 5px 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAaBJREFUKBVdUk0vA1EUffdNVUJs2GLhD4iZtmIpxF6wtLawkIzSYCMSBG0TC3/A1tdefK1I2+mUvyC2WAiJ6sz1zsiVl04yOS/3nnPfvec+UtbHzJRZrs7GRKPEHCHFRI5mrgSl3CkRsdBJDl4hGFRNXmNHn9QP3FshoZi3Eo5TFM+pNO3W9zLP0CRCiLgVF6hHr9Q3M19SzEZvM+jij/iAUnoPYtMFE25qF7l+bQG/iFEQnKQroyHPr8zFit4a5dy1kICuXw2BYTnnAuUb8asTWnGvhhFhKXsjCWAyr6Jj48WhHccZXGg03BMjhEQRDynmedPRksQEwYVGS8DGoJi9cxwq2LH2s8aeEoPaMsx/jreFTSPmQuzWbPghmw8mbYK7XPeiOF40sQFjxpadA9fs8F43ytmziHl6Kv/ULQRN8TeRejTv5sjM9C5xcMANS7nz5AGMrj71t36aG31OOn9ZHP4Uoo0QvUbNYqojvV3ZH375f3IQN1vf6w7RRa2YuRKnMRPaw03pVOcORCj4L5TqI35tRhGP2Y8cPmAk4QB/Ab/ryouMgXg5AAAAAElFTkSuQmCC) !important;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

#insurance .medical_coverage_no {
  color: #c33;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0 5px 40px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAURJREFUKBWVUrFKw2AQvktS0ToVF3EREaUUxGfQF/ABBFex6GYR3TppaRZBdBenPoT6Ci5aLaW4uUimRvFPcv5fzN+0STN4cLm777vvLvnzExWYiDC8gCaniHht1XcT7m5az9SJH+3jeS/w3yCoOOX1xYY7zIqtLIDaU8Mz/ZpLcOTTenIbu+3DFVHhsxDNQqAbvrlk16qNq8H4gNxGUZEbi5iUVinkwMZFycAU6rbqW1Eo90BssvYQQ4puES2bt6sn1w/IYaON0unYEtHlH5x/gkOPYUbCl/7jvj6MDUNEHO3ATQ0OPaaOD+f9/KDiE/c0uWAIHftJvmowZv4sk6wtn9548UZfrGZGhG9swo0IET3oRc4996imfsInDU/cIj39K2meQ0yNg9KMvekEKrxgkkAT8NSSe4r/mILIhKCZxP5R/QIS/oo4OFXM2QAAAABJRU5ErkJggg==) !important;
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.transition_manager_accordion .ong_service p,
.transition_manager_accordion .ong_service p a {
  color: #777;
  padding-top: 10px;
}

.transition_manager_accordion .ong_service p a span.arrow {
  font-size: 1.1em;
}

.ong_modal .modal-header {
  color: #555;
  font-weight: bold;
}

.ong_modal .modal-body {
  font-size: 0.9em;
  line-height: 1.5em;
}

/* #########################
   ## PAGINA DE RESULTADO ##
   ######################### */
#result_page {
  display: none;
}

div#result_header {
  padding: 10px 0;
  background-color: #dbebd3;
  color: inherit;
}

div#result_header .success_message {
  background: url(/headers/img/icons/success_48.png) no-repeat left center;
  margin: 0;
}

div#result_header .success_message .first_line {
  margin-bottom: 10px;
}

#result_page .referencia {
  text-align: center;
  background-color: #fffde3;
  padding: 20px 0;
}

#result_page .referencia span {
  display: inline;
  color: #444;
}

#result_page .referencia span#purchase_locator {
  color: #000;
  font-weight: bold;
}

/* ----------------------------------- mensaje de error no recuperable ----------------------------------------------- */
.alert h4 {
  color: #333 !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
}

.alert-danger a {
  color: #6a5228 !important;
  text-decoration: none !important;
}

.alert .scr_amount .aprox {
  display: inline;
  font-size: 0.9em !important;
}

.alert-danger {
  list-style-image: none !important;
  background-color: #fcf7f7 !important;
}

.alert-danger:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 20px;
  background-image: url("/headers/img/danger.png") !important;
  margin-right: 10px;
}

[dir='rtl'] .alert-danger:before {
  margin-left: 10px;
  margin-right: 0;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .alert-danger:before{
        background-image:url('/headers/img/danger@2x.png')!important;
    }
*/
.alert-success:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("/headers/img/success.png") !important;
  margin-right: 10px;
}

[dir='rtl'] .alert-success:before {
  margin-left: 10px;
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .alert-success:before {
    background-image: url("/headers/img/success@2x.png") !important;
    background-size: 20px 20px;
  }
}

.alert-success a {
  color: #407040 !important;
  text-decoration: none !important;
}

.alert-error {
  list-style-image: none !important;
  background-color: #fcf7f7 !important;
}

.alert-error:before {
  content: '';
  display: inline-block;
  height: 18px;
  width: 20px;
  background-image: url("/headers/img/dangerRed.png") !important;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

[dir='rtl'] .alert-error:before {
  margin-left: 10px;
  margin-right: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .alert-error:before {
    background-image: url("/headers/img/dangerRed@2x.png") !important;
    background-size: 20px 18px;
  }
}

.alert-error a {
  color: #fff !important;
  text-decoration: none !important;
}

#blocked_purchase_error_message {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
}

#blocked_purchase_error_message h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

#blocked_purchase_error_message li {
  padding: 10px;
  margin: 5px 0;
  line-height: 1.6em;
  list-style-position: inside;
}

#blocked_purchase_error_message .contact_media {
  background: #fafafa;
  margin-top: 28px;
  color: #1e3747;
  padding: 10px;
  width: 50%;
}

#blocked_purchase_error_message ul {
  padding: 0;
}

#blocked_purchase_error_message .contact_media li {
  padding: 0;
  color: #333;
}

#blocked_purchase_error_message p {
  line-height: 20px;
}

#blocked_purchase_error_message p.purchase_id {
  font-size: 14px;
  margin-top: 10px;
}

#blocked_purchase_error_message a {
  font: inherit;
  text-decoration: underline;
}

#blocked_purchase_error_message span {
  line-height: 20px;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
.jqmWindow {
  display: none;
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  background-color: #EEE;
  color: #333;
  border: 1px solid black;
  padding: 12px;
}

.jqmOverlay {
  background-color: #000;
}

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: expression(this.parentNode.offsetWidth+'px');
  height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#waiting_spinner {
  display: none;
}

.scr_payment_text {
  font-size: 12px;
  background: #dae4ee;
  border: 1px solid #bbd0e3;
  color: #214056;
  padding: 5px 10px;
  display: block;
  width: auto;
}

.info_text {
  font-size: 12px;
  color: #444;
  margin: 10px 0;
  padding: 5px 5px 5px 30px;
  background: #fcf8e3;
  display: block;
  position: relative;
  overflow: hidden;
}

.info_text:before {
  content: '';
  background: url("/headers/img/scr/sprite_scr_2014.png") no-repeat 0 -554px;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 5px;
}

[dir='rtl'] .info_text {
  padding: 5px 30px 5px 5px;
  background: #fcf8e3;
}

[dir='rtl'] .info_text:before {
  content: '';
  background: url("/headers/img/scr/info_blue.png") no-repeat 0 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  left: auto;
}

.scr_payment_text .scr_amount .aprox {
  font-size: 1em;
  color: #214056;
}

/* separator */
.separator {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.separator:before {
  content: '';
  border-top: 1px solid #ddd;
  display: block;
  margin: 12px 0;
}

.separator span {
  position: absolute;
  left: 50%;
  top: 0;
  padding: 0 8px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}

/* iconos tarjetas */
#img_card {
  position: absolute;
  right: 4%;
  width: 64px;
  height: 41px;
  top: 0;
}

[dir='rtl'] #img_card {
  left: 4%;
  right: auto;
}

#img_card.amex {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -804px;
  background-repeat: no-repeat;
}

#img_card.dinersclub {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 12px -845px;
  background-repeat: no-repeat;
}

#img_card.jcb {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 26px -881px;
  background-repeat: no-repeat;
}

#img_card.visa {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -918px;
  background-repeat: no-repeat;
}

#img_card.mastercard {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 5px -960px;
  background-repeat: no-repeat;
}

#img_card.visa_electron {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: -1px -1026px;
  background-repeat: no-repeat;
}

#img_card.maestro {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 4px -1071px;
  background-repeat: no-repeat;
}

.icon_desc_card {
  float: right;
  width: 57px;
  height: 40px;
}

.icon_desc_card.AmExCard_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -194px;
  background-repeat: no-repeat;
}

.icon_desc_card.DinersClubCard_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -233px;
  background-repeat: no-repeat;
}

.icon_desc_card.JCBCard_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -271px;
  background-repeat: no-repeat;
}

.icon_desc_card.VisaCard_big, .icon_desc_card.VisaCreditCard_big, .icon_desc_card.VisaDebitCard_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -310px;
  background-repeat: no-repeat;
}

.icon_desc_card.MasterCard_big, .icon_desc_card.MasterCardCreditCard_big, .icon_desc_card.MasterCardDebitCard_big, .icon_desc_card.MasterCardViaBuy_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -350px;
  background-repeat: no-repeat;
}

.icon_desc_card.VisaElectronCard_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: -60px -310px;
  background-repeat: no-repeat;
}

.icon_desc_card.Maestro_big {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: -60px -350px;
  background-repeat: no-repeat;
}

#payment #imagen_tarjetas_credito {
  vertical-align: top;
}

.icono_info {
  width: 23px;
  height: 30px;
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 2px -549px;
  cursor: pointer;
}

/* FB login */
@font-face {
  font-family: 'Glyphicons Social';
  src: url("/headers/ilusion/fonts/glyphicons-social-regular.eot");
  src: url("/headers/ilusion/fonts/glyphicons-social-regular.eot?#iefix") format("embedded-opentype"), url("/headers/ilusion/fonts/glyphicons-social-regular.woff") format("woff"), url("/headers/ilusion/fonts/glyphicons-social-regular.ttf") format("truetype"), url("/headers/ilusion/fonts/glyphicons-social-regular.svg#glyphiconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicons-social {
  font-family: 'Glyphicons Social';
}

.glyphicons-social.social-facebook:before {
  content: "\E031";
}

.fb_login {
  background: #3b5998;
  color: #fff;
  border: 0;
  display: block;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  line-height: 24px;
}

.fb_login:hover, .fb_login:focus {
  background: #5b7bd5;
}

.fb_login.disabled {
  opacity: 0.8;
  cursor: wait;
  transition: width 0.5s ease-in-out;
  background-size: 50px 50px;
  animation: move 2s infinite linear;
}

[dir='rtl'] .fb_login.disabled {
  animation: move_rtl 2s infinite linear;
}

.fb_login.disabled, .fb_login.disabled:hover {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.fb_login .glyphicons {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 8px;
  font-weight: normal;
}

[dir='rtl'] .fb_login .glyphicons {
  margin-right: 0;
  margin-left: 8px;
}

/* logged box */
.social_logged {
  background: #f5f5f5;
  padding: 8px;
}

.module_summary .social_logged {
  background: #fff;
  padding: 0;
}

.social_logged img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 9px;
  vertical-align: top;
}

[dir='rtl'] .social_logged img {
  display: inline-block;
  margin-left: 9px;
  margin-right: 0;
}

.social_logged.solo_fb img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border: 1px solid #999;
}

.social_logged span {
  display: inline-block;
  font-weight: normal;
  margin-left: 8px;
  max-width: 210px;
  color: #999;
}

[dir='rtl'] .social_logged span {
  margin-left: 0;
  margin-right: 8px;
}

.social_logged div {
  display: inline-block;
}

.social_logged div p {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}

.social_logged div p.session_text {
  color: #999;
  font-weight: normal;
  font-size: 11px;
}

/* Modulo de financiacion */
#financiacion_rextur_form_wrapper label {
  display: block;
  font-size: 14px;
  text-align: left;
  padding-bottom: 4px;
}

#financiacion_rextur_form_wrapper .includes_error select, #financiacion_rextur_form_wrapper .includes_error input {
  border: 2px solid #C33;
}

#financiacion_rextur_form_wrapper .form-group {
  margin-bottom: 12px;
  width: 70%;
}

#financiacion_rextur_form_wrapper select,
#financiacion_rextur_form_wrapper input {
  padding: 4px;
  border: 1px solid #ddd;
}

/* ----------------------- Errores de validaci?n ---------------------------------- */
.includes_error input,
.includes_error input[type='text'], .includes_error input[type='number'], .includes_error input[type='email'], .includes_error input[type='tel'], .includes_error input[type='password'],
.includes_error select.has_error,
.includes_error textarea.has_error,
.includes_error .has_error input,
.includes_error .has_error input[type='text'], .includes_error .has_error input[type='number'], .includes_error .has_error input[type='email'], .includes_error .has_error input[type='tel'], .includes_error .has_error input[type='password'],
.includes_error .has_error select,
.includes_error .has_error textarea {
  border: 2px solid #C33;
}

.includes_error .optional_service_details,
.includes_error .optional_service_title h4 {
  color: #333;
}

.includes_error ul.optional_service_options h4 {
  color: #c33 !important;
}

.includes_error .conditions_text_for_accept li.has_error,
#checkbox_conditions.includes_error {
  border: 2px solid #C33 !important;
  padding: 5px !important;
  color: #C33 !important;
  margin-top: 5px !important;
}

#checkbox_conditions.includes_error label {
  color: #333 !important;
}

.includes_error span.has_error {
  color: #C33;
  margin: 4px 0 0 0;
  font-size: 11px;
  font-weight: bold;
  display: block;
}

span.is_correct {
  color: #23a03b;
}

.includes_error label,
.includes_error .has_error p {
  color: #C33 !important;
}

.includes_error .has_error label {
  color: #333 !important;
}

.includes_error div.sub_label span.has_error {
  margin-left: 0;
}

[dir='rtl'] .includes_error div.sub_label span.has_error {
  margin-right: 0;
  margin-left: 0;
}

.campo_formulario .warning_email {
  background-color: #fcf8e3;
}

.warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #a98a54;
  padding: 9px;
}

.advertencia {
  background: #fcf8e3 !important;
  border: 2px solid #ffe071 !important;
}

/* #####################
   ## MODULO: PAYMENT ##
   ##################### */
/* Tabs metodo pago en scr */
#payment #payment_method_tabs {
  margin: 0;
  position: relative;
  top: 0;
  background: #e8ebec;
  clear: both;
  font-size: 0;
}

#payment_method_tabs .payment_method_tab {
  font-weight: normal;
  position: relative;
  vertical-align: middle;
  transition: color 0.3s;
}

#payment_method_tabs .payment_method_tab > .payment_icon {
  height: 18px;
  width: 18px;
  background-image: url(/headers/ilusion/img/scr/sprite-payment-methods.png?v=20181016);
  background-repeat: no-repeat;
  background-position: 5px 0;
  vertical-align: middle;
}

#payment_method_tabs .payment_method_tab .spinner {
  position: absolute;
  padding: 5px;
  border-radius: 50%;
}

#payment_method_tabs > .payment_method_tab {
  display: inline-block;
  color: #8c8885;
  cursor: pointer;
}

#payment_method_tabs > .payment_method_tab:hover, #payment_method_tabs > .payment_method_tab:focus {
  color: #35495a;
}

#payment_method_tabs #payment_method_tab-credit_card > .payment_icon,
#payment_method_tabs #payment_method_tab-financiacion > .payment_icon {
  background-position: -13px -13px;
}

#payment_method_tabs #payment_method_tab-credit_card.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-credit_card:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-credit_card:focus > .payment_icon,
#payment_method_tabs #payment_method_tab-financiacion.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-financiacion:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-financiacion:focus > .payment_icon {
  background-position: -13px -42px;
}

#payment_method_tabs #payment_method_tab-bank_transfer > .payment_icon {
  background-position: -42px -13px;
}

#payment_method_tabs #payment_method_tab-bank_transfer.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-bank_transfer:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-bank_transfer:focus > .payment_icon {
  background-position: -42px -42px;
}

#payment_method_tabs #payment_method_tab-paypal > .payment_icon {
  background-position: -71px -13px;
}

#payment_method_tabs #payment_method_tab-paypal.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-paypal:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-paypal:focus > .payment_icon {
  background-position: -71px -42px;
}

#payment_method_tabs #payment_method_tab-bank_deposit > .payment_icon {
  background-position: -100px -13px;
}

#payment_method_tabs #payment_method_tab-bank_deposit.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-bank_deposit:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-bank_deposit:focus > .payment_icon {
  background-position: -100px -42px;
}

#payment_method_tabs #payment_method_tab-bitcoin > .payment_icon {
  background-position: -129px -13px;
}

#payment_method_tabs #payment_method_tab-bitcoin.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-bitcoin:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-bitcoin:focus > .payment_icon {
  background-position: -129px -42px;
}

#payment_method_tabs #payment_method_tab-ideal > .payment_icon {
  background-position: -158px -13px;
}

#payment_method_tabs #payment_method_tab-ideal.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-ideal:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-ideal:focus > .payment_icon {
  background-position: -158px -42px;
}

#payment_method_tabs #payment_method_tab-western_union > .payment_icon {
  background-position: -187px -13px;
}

#payment_method_tabs #payment_method_tab-western_union.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-western_union:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-western_union:focus > .payment_icon {
  background-position: -187px -42px;
}

#payment_method_tabs #payment_method_tab-pay_at_home > .payment_icon {
  background-position: -216px -13px;
}

#payment_method_tabs #payment_method_tab-pay_at_home.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-pay_at_home:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-pay_at_home:focus > .payment_icon {
  background-position: -217px -42px;
}

#payment_method_tabs #payment_method_tab-boleto_bancario > .payment_icon {
  background-position: -245px -13px;
}

#payment_method_tabs #payment_method_tab-boleto_bancario.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-boleto_bancario:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-boleto_bancario:focus > .payment_icon {
  background-position: -245px -42px;
}

#payment_method_tabs #payment_method_tab-iran_rial > .payment_icon {
  background-position: -274px -13px;
}

#payment_method_tabs #payment_method_tab-iran_rial.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-iran_rial:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-iran_rial:focus > .payment_icon {
  background-position: -274px -42px;
}

#payment_method_tabs #payment_method_tab-masterpass > .payment_icon {
  background-position: -303px -13px;
}

#payment_method_tabs #payment_method_tab-masterpass.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-masterpass:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-masterpass:focus > .payment_icon {
  background-position: -303px -42px;
}

#payment_method_tabs #payment_method_tab-paga_mas_tarde > .payment_icon {
  background-position: -332px -13px;
}

#payment_method_tabs #payment_method_tab-paga_mas_tarde.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-paga_mas_tarde:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-paga_mas_tarde:focus > .payment_icon {
  background-position: -332px -42px;
}

#payment_method_tabs #payment_method_tab-amazon_pay > .payment_icon {
  width: 24px;
  background-position: -361px -13px;
}

#payment_method_tabs #payment_method_tab-amazon_pay.payment_method_tab_selected > .payment_icon,
#payment_method_tabs #payment_method_tab-amazon_pay:hover > .payment_icon,
#payment_method_tabs #payment_method_tab-amazon_pay:focus > .payment_icon {
  background-position: -361px -42px;
}

#payment_method_tabs .payment_method_tab_selected {
  color: #35495a;
  cursor: default;
  position: relative;
  z-index: 9;
}

/* Fin Tabs metodo pago en scr */
/* Listado tarjetas en scr */
#payment #payment_method_form_credit_card .subtitle {
  color: #333;
  font-weight: bold;
  padding: 0;
  font-size: 14px;
  margin-bottom: 18px;
}

#payment #payment_method_form_credit_card .client_credit_card_container {
  border: 1px solid #ccc;
  background: #fff;
  margin-bottom: 5px;
}

#payment #payment_method_form_credit_card .client_credit_card_subcontainer {
  padding: 3px 7px 0;
}

#payment #payment_method_form_credit_card div.new_credit_card_hidden {
  display: none !important;
}

#payment #payment_method_form_credit_card .client_credit_card_unavailable {
  border: 1px solid #ededed;
  background-color: #fff;
}

#payment #payment_method_form_credit_card .show_client_credit_cards {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
  color: #214056;
  padding-top: 5px;
  display: block;
}

#payment #payment_method_form_credit_card .client_credit_card_radio,
#payment #payment_method_form_credit_card .client_credit_card_logo,
#payment #payment_method_form_credit_card .client_credit_card_number,
#payment #payment_method_form_credit_card .client_credit_card_titular,
#payment #payment_method_form_credit_card .client_credit_card_expiry {
  vertical-align: middle;
  min-height: 41px;
  line-height: 40px;
  font-size: 12px;
  color: #333;
}

#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_radio,
#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_logo,
#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_number,
#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_titular,
#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_expiry,
#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_expiry span {
  color: #999;
}

#payment #payment_method_form_credit_card .client_credit_card_radio {
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

[dir='rtl'] #payment #payment_method_form_credit_card .client_credit_card_radio {
  margin-left: 5px;
  margin-right: 0;
}

#payment #payment_method_form_credit_card .client_credit_card_radio input {
  margin: 0;
}

#payment #payment_method_form_credit_card .client_credit_card_logo {
  margin-right: 5px;
}

[dir='rtl'] #payment #payment_method_form_credit_card .client_credit_card_logo {
  margin-right: 0;
  margin-left: 5px;
}

#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_logo {
  opacity: 0.2;
}

#payment #payment_method_form_credit_card .client_credit_card_number {
  width: 95px;
  font-weight: bold;
}

#payment #payment_method_form_credit_card .client_credit_card_titular {
  margin-right: 5px;
}

[dir='rtl'] #payment #payment_method_form_credit_card .client_credit_card_titular {
  margin-right: 0;
  margin-left: 5px;
}

#payment #payment_method_form_credit_card .client_credit_card_expiry {
  width: 115px;
  text-align: right;
}

[dir='rtl'] #payment #payment_method_form_credit_card .client_credit_card_expiry {
  text-align: left;
}

#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_expiry.card_expired {
  color: #666;
}

#payment #payment_method_form_credit_card .client_credit_card_expiry span {
  font-size: 11px;
  color: #666;
}

#payment #payment_method_form_credit_card .client_credit_card_unavailable .client_credit_card_expiry.card_expired span {
  color: #a90000;
}

#payment #payment_method_form_credit_card .client_credit_card_additionalinfo {
  border-top: 1px dotted #ccc;
}

#payment #payment_method_form_credit_card .additionalinfo_showhide {
  display: none;
}

#payment #payment_method_form_credit_card .selected_credit_card .additionalinfo_showhide {
  display: block;
}

#payment #payment_method_form_credit_card .client_credit_card_cvv {
  margin-right: 5px;
}

#payment #payment_method_form_credit_card .selected_credit_card .additionalinfo_showhide .icono_info {
  width: 20px;
  height: 20px;
  background-position: 1px -553px;
  vertical-align: text-bottom;
}

[dir='rtl'] #payment #payment_method_form_credit_card .client_credit_card_cvv {
  margin-right: 0;
  margin-left: 5px;
}

#payment #payment_method_form_credit_card .client_credit_card_cvv, .client_credit_card_additionalinfo .warning {
  margin-top: 4px;
  margin-bottom: 4px;
}

.client_credit_card_additionalinfo .warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  color: #a98a54;
  padding: 5px;
  font-size: 11px;
  line-height: 14px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
}

.client_credit_card_additionalinfo .warning:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: url("/headers/img/scr/sprite_scr_2014.png") no-repeat 0 -1155px;
  vertical-align: text-bottom;
}

.card_subtypefee {
  padding: 0;
  font-size: 11px;
}

.card_subtypefee .card_subtype, .card_subtypefee .cardsubtype_fee {
  padding: 2px 0 4px 0;
}

.card_subtype select {
  font-size: 11px;
}

.cardsubtype_fee {
  font-size: 11px;
  text-align: right;
  font-weight: bold;
  line-height: 22px;
}

[dir='rtl'] .cardsubtype_fee {
  text-align: left;
}

.client_credit_card_unavailable .cardsubtype_fee {
  color: #999;
}

.cardsubtype_fee .scr_amount_empty {
  padding-left: 20px;
}

[dir='rtl'] .cardsubtype_fee .scr_amount_empty {
  padding-left: 0;
  padding-right: 20px;
}

.savecard_option {
  margin-bottom: 18px;
}

.savecard_option input {
  vertical-align: middle;
}

.savecard_option label {
  font-size: 12px;
  font-weight: bold;
}

#payment .info_cvv2_wrapper {
  display: none;
}

#payment .info_cvv2 {
  background-image: url("/headers/img/scr/cvv2.png");
  background-repeat: no-repeat;
  background-position: 8px;
  background-color: #ffffff;
  background-size: 80px 50px;
  color: #333333;
  font-size: 12px;
  margin-left: 0;
  margin-top: 0;
  padding: 8px 5px 5px 100px;
  text-align: left;
  width: 170px;
  min-height: 50px;
  z-index: 999;
}

#payment .popover {
  max-width: 100%;
}

[dir='rtl'] #payment .info_cvv2 {
  background-position: 197px 8px;
  padding: 8px 100px 10px 10px;
  text-align: right;
}

#payment .info_cvv2 p {
  clear: both;
}

#payment .info_cvv2 .close_link {
  float: right;
  padding-left: 20px;
  cursor: pointer;
  color: #333;
  text-decoration: underline;
  position: relative;
  font-size: 10px;
}

[dir='rtl'] #payment .info_cvv2 .close_link {
  float: left;
  padding-right: 20px;
  padding-left: 0 !important;
}

#payment .info_cvv2 .close_link:active {
  left: 1px;
  top: 1px;
}

.oculto {
  display: none !important;
}

/* viajeros */
.eligeViajeros {
  background: url("/headers/img/scr/ico_viajeros_scr.png") no-repeat 2% 54%;
  padding-left: 32px;
  line-height: 30px;
  outline: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .eligeViajeros:before {
    background-image: url("/headers/img/scr/ico_viajeros_scr@2x.png") !important;
  }
}

[dir='rtl'] .eligeViajeros {
  background-position: top right;
  padding-right: 32px;
  padding-left: 0;
}

.txtInfoviajero {
  color: #999;
  font-size: 10px;
  line-height: 11px;
  margin: 10px;
}

.viajeroSeleccionado {
  background: #ecf6fb;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  padding: 13px;
  width: auto;
  margin-top: 10px;
  min-height: 15px;
}

.viajeroSeleccionado a {
  color: #CCC;
  text-decoration: none;
  float: right;
}

.viajeroSeleccionado a:hover {
  color: #666 !important;
  text-decoration: none;
}

.viajeroSeleccionado .aspa {
  background-image: url("/headers/img/scr/sprite_scr_2014.png");
  background-position: 0px -1180px;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  display: inline-block;
}

.viajeroSeleccionado a:hover .aspa, .viajeroSeleccionado a:focus .aspa {
  background-position: -20px -1180px;
}

.customized_attention_name {
  background-image: url("/headers/img/scr/star.png");
  background-repeat: no-repeat;
  padding-left: 35px;
  background-position: 6px -2px;
}

[dir="rtl"] .customized_attention_name {
  padding-right: 35px;
  padding-left: auto;
}

.cancellation_info_container caption.clx_bef_date_caption {
  text-align: inherit;
  margin-bottom: 10px;
  color: green;
}

#payment_method_form_financiacion .card.highlight_card {
  border: 1px solid #3171c9;
  padding: 9px;
  background: #d3e5f8;
  border-radius: 6px;
}

#payment_method_form_financiacion .card {
  text-align: center;
  padding: 10px;
}

#payment_method_form_financiacion .card img {
  float: none;
  display: block;
}

#payment_method_form_financiacion .txt_cpf {
  font-size: 11px;
  margin-top: 5px;
}

.txt_paga_mas_tarde {
  margin: 15px 0;
}

/* Nuevos estilos condiciones cancelacion */
.transition_manager_accordion #cancellation_info_container p.not_refundable,
p.not_refundable {
  color: #c33;
  font-weight: bold;
}

.transition_manager_accordion #cancellation_info_container p.free_refundable,
p.free_refundable {
  color: #027A02;
  font-weight: bold;
}

/* Autocompletado */
.acInput.acLoading {
  background-image: url("/headers/common/js/libraries/jquery.autocomplete/indicator.gif");
  background-position: 98% 5px;
  background-repeat: no-repeat;
}

[dir='rtl'] input[type='text'].location_input.acLoading {
  background-position: 2% 5px;
}

.acResults {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
}

.acResults ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

.acResults li {
  display: block;
}

.acResults li .ac_result_city {
  display: block;
  padding: 5px;
}

.acResults li .ac_result_city:hover, .acResults li .ac_result_city:focus {
  background: #d3e5f8;
}

.acResults li.acSelect .ac_result_city {
  background: #d3e5f8;
}

/* texto amazon pay */
.txt_amazon_pay {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #AmazonPayButton {
    text-align: center;
  }
}

#walletWidgetDiv {
  width: 420px;
  height: 240px;
}

@media (max-width: 480px) {
  #walletWidgetDiv {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #walletWidgetDiv {
    margin: 0 auto;
  }
}

/*# sourceMappingURL=sistema_comun_reservas_common.css.map */