@charset "UTF-8";
/* reset */
abbr {
  border: none;
}

body {
  margin: 0;
}

label, input, select, textarea {
  font-family: inherit;
}

h1 {
  width: 100%;
  border-bottom: 1px dotted #C8C5C5;
  color: #000;
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  line-height: 25px;
  font-weight: bold;
  box-sizing: border-box;
}

h2 {
  background: #1e3747;
  color: #FFF;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 0.85em;
}

h2 a {
  font-size: 11px;
}

h3 {
  padding: 5px 10px;
  background: #ededed;
  color: #333;
  font-size: 0.85em;
  font-weight: normal;
}

#password_reminder_modal h3 {
  background: none;
}

h4 {
  font-size: 1em;
}

fieldset {
  border: 0;
  padding: 0 0.5em;
}

input[type='checkbox'] {
  margin: 0 5px 0 0;
}

[dir='rtl'] input[type='checkbox'] {
  margin: 0 0 0 5px;
}

/*
form {
    padding: 0;
    margin: 0;
}
select, input,textarea {
    border: solid 1px #888;
    display: block;
    font: normal 1.4em Arial;
    max-width: 100% !important;
    margin: 0.2em 0 !important;
    padding: 0.1em 0 !important;
    text-indent: 0 !important;
    white-space: nowrap;
    text-overflow:ellipsis;
    width: 98% !important;
    outline: none;
    word-wrap: break-word;
    word-wrap: break-all;
    white-space: nowrap;
    ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}
*/
.p10 {
  padding: 0 10px;
}

.m_top {
  margin-top: 10px !important;
}

.fleft {
  float: left;
}

/* --------------------- HEADER ---------------------------- */
#logo {
  margin: 10px 0 0 10px;
  display: block;
}

#logo svg, #logo svg * {
  fill: #ec5b14;
  width: 100px;
  height: 17px;
}

[dir="rtl"] #logo {
  margin: 10px 10px 0 0;
}

.telefono {
  float: right;
  margin-right: 10px;
}

.telefono svg, .telefono svg * {
  fill: #ec5b14;
  width: 22px;
  height: 22px;
}

[dir="rtl"] .telefono {
  float: left;
  margin-left: 10px;
}

/* ----------------------- fin HEADER ---------------------------- */
/* mensaje de error no recuperable*/
.alert {
  border: 0 !important;
  padding: 0 !important;
}

#blocked_purchase_error_message {
  text-align: left;
}

#blocked_purchase_error_message h2 {
  width: auto;
  font-size: 14px;
  margin-bottom: 20px;
  border: none;
}

#blocked_purchase_error_message p {
  font-size: 12px;
}

#blocked_purchase_error_message li {
  font-size: 12px;
}

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

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

/* Bloqueo del la interfaz del SCR */
#blocked_interface_error_message {
  text-align: left;
}

#blocked_interface_error_message h2 {
  width: auto;
  font-size: 16px;
  margin-bottom: 20px;
  background: url(/headers/img/icons/exclamation-red.png) no-repeat 4px 7px;
  padding: 6px 6px 6px 25px;
  border: none;
  color: red;
}

#blocked_interface_error_message p {
  font-size: 12px;
}

#blocked_interface_error_message li {
  font-size: 12px;
  padding: 10px 0;
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
}

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

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

/* Estilos generales */
.continue_button_container {
  margin: 0 10px;
  margin-bottom: 50px !important;
}

.underline-titulo {
  line-height: 25px;
  border-bottom: 1px solid #7a8e9a;
}

.service_resume_normal_text,
.credit_card_form_wrapper,
.paypal_form_wrapper,
.masterpass_form_wrapper {
  padding: 5px;
}

.service_resume_normal_text {
  display: block;
}

.modal-header {
  min-height: 30px;
  line-height: 30px;
}

.modal-header button.close {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

/* paypal y bitcoins */
.bitcoin_form_wrapper img {
  float: left;
  margin-right: 10px;
  width: 30%;
}

[dir='rtl'] .bitcoin_form_wrapper img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.bitcoin, .paypal, .txt_masterpass {
  font-size: 0.9em;
}

.txt_paga_mas_tarde {
  font-size: 13px;
}

/* western union */
.wu_form_wrapper img {
  max-width: 100%;
  height: auto;
}

.wu_form_wrapper p {
  font-size: 0.9em;
}

/*transfer */
.bank_transfer_form_wrapper, .bank_deposit_form_wrapper {
  font-size: 0.9em;
}

/*  ----------------- CART ------------------------- */
.unfold, .fold {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  clear: left;
  background: #ebebeb;
  text-align: center;
  color: #888;
  font-size: 12px;
  padding: 4px 0;
  background: white;
  background: linear-gradient(to bottom, white 0%, #f6f6f6 47%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.unfold span, .fold span {
  display: inline-block;
  width: 16px;
  height: 8px;
  margin: 2px auto 0 auto;
  background-image: url("/headers/mobile/img/sprite_generico.png");
  background-repeat: no-repeat;
  background-color: transparent;
}

.fold_unfold_destacado {
  border-top: 1px solid #c09853;
  background: #fcf8e3;
}

@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) {
  .unfold span, .fold span {
    background-image: url("/headers/mobile/img/sprite_generico@2x.png");
    background-size: 600px 800px;
  }
}

.unfold span {
  background-position: -570px -747px;
}

.fold span {
  background-position: -570px -727px;
}

.cancellation_info_container {
  margin: 20px 10px 0 10px;
}

.cart_service_cancellation_info .cancellation_info_container {
  margin: 12px 0 0 0;
}

.payment_page_service_cancellation {
  margin-bottom: 10px;
}

.back_to_listing,
.cancellation_info_toggle {
  font-size: 1em;
  text-decoration: underline;
}

.back_to_listing {
  margin-top: 12px;
}

[dir='rtl'] .back_to_listing {
  float: right;
}

#waiting_spinner {
  background: #FFF;
  box-shadow: 0 0 6px #ddd;
  padding: 10px 30px;
  display: none;
  line-height: 24px;
}

#waiting_spinner img {
  float: right;
  margin-left: 10px;
}

/* #################### c4rT ###################### */
.cart_services {
  background: #ededed;
  padding: 10px;
  font-size: 12px;
}

.cart_services h3 {
  background: none;
}

.cart_services .mostrar_detalles_vuelo {
  background-image: url("/headers/img/scr/vuelo.png");
  background-repeat: no-repeat;
  background-position: 1px 6px;
  padding-left: 35px;
}

[dir="rtl"] .cart_services .mostrar_detalles_vuelo {
  background-image: url("/headers/img/scr/vuelo_ar.png");
  background-repeat: no-repeat;
  background-position: 99% 8px;
  padding-left: 0;
  padding-right: 35px;
}

.cart_services .mostrar_detalles_hotel {
  background-image: url("/headers/img/scr/hotel.png");
  background-repeat: no-repeat;
  background-position: 4px 0px;
  min-height: 25px;
  padding-left: 35px;
  font-size: 12px;
}

[dir="rtl"] .cart_services .mostrar_detalles_hotel {
  background-image: url("/headers/img/scr/hotel.png");
  background-repeat: no-repeat;
  background-position: 99% 0px;
  padding-left: 0;
  padding-right: 35px;
}

.img_hotel_cart {
  margin: 0 15px 5px 0;
  width: 56px;
  height: 56px;
}

[dir='rtl'] .img_hotel_cart {
  margin: 0 0 5px 15px;
}

.cart_info {
  font-size: 14px;
  display: block;
}

#cart_extra_info {
  font-size: 12px;
}

.cart_extra_info .underline-titulo {
  margin: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.opacity {
  opacity: 0.4;
}

#coupons .subpanel {
  padding: 0;
}

#coupons .subpanel label, #coupons .subpanel span {
  padding: 0 10px;
}

.total_price_container {
  border-top: 1px solid #999;
  padding-top: 4px;
  margin-top: 4px;
}

[dir='rtl'] .total_price {
  float: left;
}

.text_peque {
  font-size: 0.8em;
  line-height: 1.1em;
}

/* ###################
   ## internal info ##
   ################### */
div#internal_debug_info {
  bottom: 0;
}

div#internal_debug_info .module .module_id {
  padding: 8px 5px;
}

div#internal_debug_info .module .module_id:after {
  top: 7px;
}

/* ########################
   #### BREADCRUMB #######
   ######################## */
#breadcrumbs {
  list-style: none;
  height: 20px;
  counter-reset: numList;
  padding-top: 20px;
  margin-bottom: 14px;
  background: url("/headers/img/scr/grey_pixel.gif") repeat-x 0 30px;
}

#breadcrumbs li {
  width: 15%;
  float: left;
  text-align: center;
  padding-right: 1%;
  background: url("/headers/img/scr/grey_pixel.gif") repeat-x 0 10px;
}

[dir='rtl'] #breadcrumbs li {
  float: right;
}

#breadcrumbs li:before {
  counter-increment: numList;
  content: counter(numList);
  font: bold 12px sans-serif;
  text-align: center;
  color: #CCC;
  background: #FFF;
  width: 20px;
  height: 20px;
  border: 1px solid #CCC;
  border-radius: 100%;
  padding: 3px 7px;
}

#breadcrumbs li a {
  display: none;
}

#breadcrumbs li.scr_bc_current:before {
  background: #ec5b14;
  color: #FFF;
  border: 0;
}

#breadcrumbs .scr_bc_accesible a {
  text-decoration: underline;
  cursor: pointer;
}

#breadcrumbs .scr_bc_done:before {
  border: 1px solid #ec5b14;
  color: #ec5b14;
}

#breadcrumbs li.scr_bc_current,
#breadcrumbs .scr_bc_done {
  background: url("/headers/img/scr/orange_pixel.gif") repeat-x 0 10px;
}

#breadcrumbs .scr_bc_disabled {
  display: none;
}

#breadcrumbs li span {
  display: none;
}

/* #################################
   ######### FORMULARIOS ###########
   ################################# */
/* ------------- general ----------*/
div.form_field {
  clear: both;
  margin: 4px 6px 4px 10px;
}

[dir='rtl'] div.form_field {
  clear: both;
  margin: 4px 10px 4px 6px;
}

div.form_field label {
  display: block;
  margin-bottom: 4px;
}

input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='password'] {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  width: 95%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 23px;
  padding-left: 5px;
  padding-right: 5px;
}

input[type='date'] {
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 23px;
  padding-left: 5px;
  font-size: 14px;
}

@media only screen and (min-width: 800px) {
  input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='password'] {
    width: 50%;
  }
}

#suggestions {
  font-size: 0.9em;
  line-height: 18px;
}

#suggestions.filled {
  margin-bottom: 5px;
}

#suggestion_link {
  color: #ec5b14;
  text-decoration: underline;
  font-size: 1em;
}

.date_input {
  width: 90px;
}

@media only screen and (min-width: 800px) {
  select {
    width: 50%;
  }
  #payment .cont_caducidad .sub_label:first-of-type {
    margin-right: 10px;
  }
  #payment .cont_caducidad .sub_label select {
    width: 100%;
  }
}

textarea {
  box-sizing: border-box;
  width: 90%;
  border: 1px solid #CCC;
}

@media only screen and (min-width: 800px) {
  textarea {
    width: 50%;
  }
}

fieldset.campos_formulario {
  padding: 0;
}

div.form_field div.sub_label {
  margin: 0 0 10px 0;
}

div.form_field div.sub_label p {
  font-size: 12px;
  margin-top: 3px;
  color: #666;
}

.btn_secondary {
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  color: #333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 4px 20px;
  font-size: 0.90em;
  text-decoration: none;
  background: #f9f9f9;
  /* Old browsers */
  background: linear-gradient(to bottom, #f9f9f9 22%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e0e0e0', GradientType=0);
  /* IE6-9 */
  box-shadow: 0 1px 3px #999;
  display: inline-block;
}

/* ################
   ## ESTRUCTURA ##
   ################ */
/* -- columnas --*/
#main_col {
  width: 100%;
  margin: 0 0 10px 0;
}

#side_col {
  width: 100%;
}

#data_entry_clear {
  clear: both;
}

.scr_module,
.data_request_step {
  font-size: 0.9em;
  line-height: 1.4;
}

.pre_text {
  font-size: 11px;
  color: #444;
  margin: 10px 0 5px 5px;
}

.info_note,
.warning_note {
  /* <- deprecar warning_note */
  padding: 8px 8px 8px 25px;
  background-position: 4px 6px;
  font-size: 12px;
  border-width: 1px;
}

/* cart */
#secure_page {
  display: none;
}

#cart_header .indicator {
  display: none;
}

/* ------------------------------------------------- ESTILOS PARA MODULOS ------------------------------------------*/
/* #####################
   ## MODULO: LOGIN   ##
   ##################### */
#customer_nav_logged {
  margin-top: 10px;
  text-align: center;
}

#forgot_password a {
  font-size: 0.8em;
  color: #ec5b14;
  text-decoration: underline;
}

/* #####################
   ## MODULO: PAYMENT ##
   ##################### */
#payment {
  padding: 0;
}

#payment select,
#payment input[type=text] {
  display: block;
}

[dir='rtl'] #payment .sub_label {
  float: right;
}

#payment .last {
  /*float:none;*/
}

#payment .cont_caducidad .sub_label:first-of-type {
  margin-right: 10px;
}

[dir='rtl'] #payment .cont_caducidad .sub_label:first-of-type {
  margin-left: 10px;
  margin-right: 0;
}

#payment .sub_label select {
  display: inline;
}

#payment_method_forms .choose_currency {
  margin: 4px 6px 4px 10px;
}

[dir='rtl'] #payment_method_forms .choose_currency {
  margin: 4px 10px 4px 6px;
}

#payment .info_note {
  margin-bottom: 15px;
}

#payment .info_cvv2 {
  width: 110px;
}

[dir='rtl'] #payment .info_cvv2 {
  background-position: 135px 8px;
}

#payment #payment_methods {
  display: none;
  padding: 10px;
}

#payment #payment_methods li > input[type=radio] {
  margin-top: 4px;
}

#payment #payment_methods li > label {
  font-size: 20px;
}

#payment #payment_method_tabs li p {
  display: none;
}

#payment #imagen_tarjetas_credito {
  display: none;
}

#payment #security_info {
  display: none;
}

#payment .icono_dudas {
  display: none;
}

#payment #info_cvv2 {
  display: none;
}

#payment #payment_page_service_cancellation {
  display: none;
}

.cancellation_info_container table {
  clear: left;
  margin: 0 0 10px 0;
}

.cancellation_info_container table th, .cancellation_info_container table td {
  font-size: 12px;
}

.cancellation_info_container table th {
  font-weight: normal;
}

.cancellation_info_container table td {
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  font-size: 11px;
}

.cancellation_info_container table td.scr_amount span {
  font-weight: bold;
}

.cancellation_info_container h4 {
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: bold;
  color: #42789a;
}

#payment_groupings_container select {
  display: inline;
}

.checkbox_accept, div.form_field.checkbox_accept {
  background: #ebebeb;
  padding: 5px;
  margin: 5px 5px 20px;
  font-size: 0.9em;
}

.checkbox_accept a {
  color: #ec5b14;
  font-size: 1em;
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
  padding: 5px 0;
}

.checkbox_accept label {
  display: block;
  margin-left: 22px;
}

[dir='rtl'] .checkbox_accept label {
  margin-left: 0;
  margin-right: 22px;
}

.checkbox_accept label span {
  display: inline-block;
  margin-bottom: 6px;
}

/* cajas financianción */
.charges_plan_container {
  background: #e1e9f2;
  margin: 4px;
  border: 1px solid #cbd4dc;
  padding: 4px;
}

.text_chargesplan {
  font-size: 12px;
  margin-bottom: 5px;
}

.charges_plan_container .underline-titulo {
  line-height: 0;
  border-bottom: 0;
}

.charges_plan {
  padding: 0;
  background: #fff;
}

.charges_plan table {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #b8c5cd;
  border-left: 1px solid #b8c5cd;
  border-right: 1px solid #b8c5cd;
}

.charges_plan table tr td {
  border-right: 0;
  border-bottom: 1px solid #b8c5cd;
  border-left: 0;
  padding: 4px;
  font-size: 12px;
}

.charges_plan table tr:first-child td {
  font-weight: bold;
  color: #666;
}

#credit_card_bank_name_container {
  padding-bottom: 5px;
}

.euro_price .money abbr.currency {
  text-decoration: none;
  border: none;
}

.payment_method_selector {
  clear: both;
}

/* estilos de pestanas especificos de mobile */
#payment #payment_method_tabs {
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  max-width: 100%;
  position: relative;
}

#payment #payment_method_tabs:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #c8cbcc;
  position: absolute;
  bottom: 0;
  left: 0;
}

#payment_method_tabs .payment_method_tab {
  font-size: 11px;
  line-height: 13px;
}

#payment_method_tabs .payment_method_tab .payment_icon {
  display: block;
  margin: 0 auto 6px;
}

#payment_method_tabs .payment_method_tab .payment_method_price {
  display: none;
}

#payment_method_tabs .payment_method_tab .spinner {
  background: #e8ebec;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -17px !important;
}

#payment_method_tabs > .payment_method_tab {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #c8cbcc;
  height: 36px;
  padding: 10px 10px 9px 10px;
  text-align: center;
}

#payment_method_tabs .payment_method_tab_selected {
  background: transparent;
  border-bottom: 3px solid #1e3747;
  padding: 10px 10px 8px 10px;
}

.tabs_count_1#payment_method_tabs .payment_method_tab_selected {
  background: transparent;
  border-bottom: 2px solid #c8cbcc;
  padding: 10px 10px 9px 10px;
}

.payment_description {
  display: none;
}

/* ###############################
   ## MODULO: OPTIONAL_SERVICES ##
   ############################### */
#services_configuration_list {
  margin: 10px;
}

#optional_services .subpanel {
  min-height: 0;
}

#optional_services .subpanel h2 {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none !important;
}

/* contenido de cada servicio opcional */
#optional_services ul.available_services {
  margin-top: 10px;
}

#optional_services ul.available_services_list li li h4 {
  display: inline;
  font-weight: 700;
}

#optional_services ul.available_services_list li li {
  margin-top: 5px;
}

#optional_services ul.available_services_list li li.selected_service {
  border: 1px solid #ec5b14 !important;
}

#insurance .subpanel {
  min-height: 0;
}

#insurance .subpanel h2 {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none !important;
}

/* contenido de cada servicio opcional */
#insurance ul.available_services {
  margin-top: 10px;
}

#insurance ul.available_services_list li li h4 {
  display: inline;
  font-weight: 700;
}

#insurance ul.available_services_list li li {
  margin-top: 5px;
  position: relative;
  padding-bottom: 25px;
}

#insurance ul.available_services_list li li .amount_person_container {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

[dir="rtl"] #insurance ul.available_services_list li li .amount_person_container {
  right: auto;
  left: 5px;
}

#insurance ul.available_services_list li li .amount_person_container .text_person {
  font-size: 12px;
}

#insurance ul.available_services_list li li.selected_service {
  border: 1px solid #ec5b14 !important;
}

.optional_services_group {
  padding: 5px;
  border: 1px solid #dfdfdf;
  margin: 0 5px 8px 5px;
}

.optional_services_group li {
  border: none !important;
}

.optional_service h4 {
  font-size: 0.9em;
}

.optional_service p, .optional_service a, .optional_service_title, .conditions_text_for_accept {
  font-size: 14px;
}

.optional_service a {
  text-decoration: underline;
}

li.selected_service {
  border: 1px solid #ec5b14;
}

li.optional_service div.service_details_container {
  clear: none;
  margin: 0;
  overflow: inherit;
}

.optional_service_details img, .service_details_container img {
  display: none;
}

li.optional_service,
li.ong_service {
  background: #FFFFFF;
}

li.ong_service label,
li.ong_service span,
li.ong_service p {
  font-size: 12px;
}

li.ong_service a {
  font-size: 1em;
}

li.ong_service img.logo_ong {
  display: none;
}

#optional_services ul.available_services_list li span.amount {
  font-weight: 700;
  font-size: 1.1em;
}

#insurance ul.available_services_list li span.amount {
  font-weight: 700;
  font-size: 1.1em;
}

.ong_modal .modal-header h3 {
  background: #FFF;
  color: #555;
}

.ong_modal .modal-body img {
  display: none;
}

.ong_service p {
  padding-left: 21px;
}

#coupons label {
  font-size: 12px;
}

#coupons input[type='text'] {
  width: auto;
}

.conditions_text_for_accept {
  padding: 0 5px;
}

.conditions_text_for_accept label {
  line-height: 15px;
  padding-left: 20px;
  position: relative;
}

.conditions_text_for_accept label input {
  position: absolute;
  margin-left: -20px;
  margin-right: 3px;
}

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

[dir='rtl'] .conditions_text_for_accept label input {
  position: absolute;
  margin-left: 3px;
  margin-right: -20px;
}

#insurance ul.available_services_list li .conditions_text_for_accept li {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ###############################
   ## MODULO: TRAVELLERS        ##
   ############################### */
#travellers .set_traveller_as_titular {
  float: left;
}

[dir='rtl'] #travellers .set_traveller_as_titular {
  float: right;
}

#travellers .traveller_item {
  margin-bottom: 20px;
}

#travellers .not_editable {
  margin-top: 6px;
}

#travellers .not_editable label {
  float: left;
  margin-top: 0 !important;
  padding-right: 6px;
}

[dir='rtl'] #travellers .not_editable label {
  float: right;
  padding-left: 6px;
  padding-right: 0;
}

.not_editable label {
  font-weight: bold;
}

.not_editable .sub_label {
  display: none;
}

a.icono_dudas {
  display: none;
}

div.form_field.contListaViajeros {
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 8px;
}

.shamsimiladicalendar {
  font-size: 0.9em;
  padding-top: 12px;
}

.shamsimiladiswitchOn {
  font-size: inherit;
  text-decoration: none;
  color: blue;
}

/* ###############################
       ## MODULO: CUSTOMIZED ATTENTION ##
   ############################### */
#customized_attention {
  margin-top: 10px;
}

#customized_attention_nationality_select {
  margin: 10px;
  padding: 5px;
  font-size: 12px;
}

#ca_residence_country_container .cobertura {
  font-size: 12px;
  color: #a2a2a2;
  display: block;
  margin-top: 5px;
}

/* EOC: #ca_residence_country_container */
.textLinkBlue {
  color: #1e3747;
  font-size: 12px !important;
  text-decoration: underline;
}

.textLinkBlue.show_more {
  text-transform: capitalize;
}

.textLinkBlue.show_more span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -7px -35px;
}

.textLinkBlue.show_less {
  text-transform: capitalize;
}

.textLinkBlue.show_less span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -25px -35px;
}

#customized_attention_form {
  margin-top: 10px;
  padding: 10px;
}

.btn_container {
  margin-bottom: 15px;
}

.row:before, .row:after {
  content: '';
  display: block;
  clear: both;
}

.item_custom_service {
  border: 1px solid #dddddd;
  padding: 5px;
  background-color: #ffffff;
  margin-bottom: 5px;
}

.servdestacado {
  border: 1px solid #cccccc;
  background-color: #f5f5f5;
}

.item_custom_service input {
  margin: 0;
}

.servNOdestacado.servdestacado {
  border: none;
}

.item_custom_service .estrella {
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}

[dir="rtl"] .item_custom_service .estrella {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}

.item_custom_service .eco {
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -76px -10px;
}

.item_custom_service .bronze {
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -10px -10px;
}

.item_custom_service .silver {
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -32px -10px;
}

.item_custom_service .gold {
  width: 12px;
  height: 12px;
  background: url(https://res.destinia.com/headers/img/scr/sprite-scr-mobile.png) -54px -10px;
}

.item_custom_service .block_head {
  margin-bottom: 10px;
}

.item_custom_service .span4, .item_custom_service .span5 {
  clear: both;
}

.item_custom_service .insuranceLogo {
  float: left;
  width: auto;
}

[dir="rtl"] .item_custom_service .insuranceLogo {
  float: right;
}

.item_custom_service .insuranceLogo img {
  width: 70%;
}

.item_custom_service .span7 {
  float: right;
  width: 50%;
  clear: right;
  text-align: right;
}

.item_custom_service .servNOdestacado ul {
  padding-left: 20px;
}

[dir="rtl"] .item_custom_service .servNOdestacado ul {
  padding-left: 0;
  padding-right: 20px;
}

.item_custom_service .servNOdestacado ul li {
  list-style: disc;
  font-size: 12px;
  list-style-position: outside;
  line-height: 20px;
  margin-bottom: 5px !important;
}

.item_custom_service .servNOdestacado ul a {
  color: #1e3747;
  font-size: 12px !important;
  text-decoration: underline;
}

.item_custom_service .tipoServicio {
  font-size: 15px;
  color: #a2a2a2;
  display: block;
  margin-bottom: 5px;
}

.radio_item_service.item_custom_service .tipoServicio {
  margin-bottom: 0;
}

.item_custom_service .claimServicio {
  font-size: 12px;
  color: #262626;
  font-weight: bold;
  display: block;
}

.item_custom_service .morePolizas {
  font-size: 12px;
  color: #262626;
  font-weight: bold;
}

.item_custom_service .precio {
  float: right;
  clear: right;
  text-align: right;
}

[dir="rtl"] .item_custom_service .precio {
  float: left;
  clear: left;
  text-align: left;
}

.item_custom_service .precio .principal .price {
  font-size: 14px;
  font-weight: bold;
  color: #ec5b14;
  /*float: left;*/
  /*margin-right: 10px;*/
  /*line-height: 30px;*/
}

.item_custom_service .precio .package_price {
  float: right;
  text-align: right;
  margin-right: 10px;
}

[dir="rtl"] .item_custom_service .precio .package_price {
  float: left;
  text-align: left;
  margin-left: 10px;
  margin-right: 0;
}

.radio_item_service.item_custom_service .precio .package_price, [dir="rtl"] .radio_item_service.item_custom_service .precio .package_price {
  float: none;
  margin-right: 0;
  margin-left: 0;
}

.item_custom_service .precio .package_price .aprox {
  font-size: 11px;
  color: #969690;
  display: block;
}

.item_custom_service .precio .package_price .aprox .price {
  font-size: 11px;
  font-weight: normal;
  color: #969690;
  float: none;
  margin-right: auto;
  line-height: normal;
}

.item_custom_service .precio .price_container {
  float: right;
  text-align: right;
}

[dir="rtl"] .item_custom_service .precio .price_container {
  float: left;
  text-align: left;
}

.radio_item_service.item_custom_service .precio .price_container, [dir="rtl"] .radio_item_service.item_custom_service .precio .price_container {
  float: none;
}

.item_custom_service .precio .pPersona {
  display: block;
  font-size: 10px;
  color: #8d8d87;
  margin-top: -7px;
}

.item_custom_service a.boton_principal {
  margin-top: 10px;
  display: block;
  width: 100%;
  height: 30px;
  padding: 8px;
  margin: 0;
  border: 1px solid #ffd212;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
}

.item_custom_service.servdestacado a.boton_principal {
  background-color: #ffd212;
  color: #fff;
}

.item_custom_service .pTotal {
  clear: both;
  display: block;
  color: #969690;
  text-align: right;
  font-size: 11px;
  line-height: 35px;
}

.item_custom_service .pTotal .price_breakdown {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}

[dir="rtl"] .item_custom_service .pTotal .price_breakdown {
  float: left;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 3px;
}

.item_custom_service .pTotal .scr_amount .price,
.item_custom_service .pTotal .scr_amount .symbol {
  font-weight: bold;
}

.item_custom_service .pTotal .scr_amount .aprox .price {
  font-weight: normal;
}

#no_service_opt {
  padding: 5px;
  margin: 0 5px;
  text-align: right;
  line-height: 12px;
}

[dir="rtl"] #no_service_opt {
  text-align: left;
}

#no_service_opt div {
  margin-bottom: 10px;
}

#no_service_opt .txtEstandar {
  font-size: 11px;
  color: #a2a2a2;
}

.item_custom_service .desgloseDetallado {
  width: 250px;
}

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

.item_custom_service .desgloseDetallado span {
  font-size: 12px;
  color: #262626;
}

.item_custom_service .desgloseDetallado .desPrecio {
  float: right;
  color: #262626;
}

.item_custom_service .desgloseDetallado .pFinal .desTexto {
  font-weight: bold;
}

.item_custom_service .desgloseDetallado .pFinal .desPrecio .price {
  font-weight: bold;
  float: right;
  color: #ec5b14;
}

.item_custom_service .desgloseDetallado .pFinal .desPrecio .price .symbol {
  color: #ec5b14;
  font-weight: bold;
}

.item_custom_service .desgloseDetallado .border_bottom_dashed {
  width: 100%;
  border-bottom: 1px dashed #dadada;
  padding: 0;
  margin: 0;
}

.item_custom_service .desgloseDetallado .border_bottom_solid {
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 0;
  margin: 0;
}

/* #########################
   ## PAGINA DE CONFIRMACI�N ##
   ######################### */
.confirm_service_header img {
  display: none;
}

.observations {
  padding: 0px 5px;
}

.observations p {
  padding-bottom: 5px;
}

#customer_edit {
  padding: 0 5px;
}

.nombre_producto, .precio_producto {
  padding: 0 5px;
}

.modificar_datos_cliente {
  text-decoration: underline;
  float: right;
  color: #FFF;
}

[dir="rtl"] .modificar_datos_cliente {
  float: left;
}

#confirm_page_travellers_num {
  padding: 5px 5px 0 10px;
}

[dir='rtl'] #confirm_page_travellers_num {
  padding: 5px 10px 0 5px;
}

#confirm_page_travellers, #confirm_page_customer {
  padding: 0 10px;
}

#confirm_page_services #cancellation_info_container {
  padding: 0 10px;
}

#confirm_page_services .cont_sure {
  padding: 10px;
}

.cont_vuelo_caja {
  border: 2px solid #dfdfdf;
  background: #FFF;
  padding: 5px;
  margin-top: 5px;
  margin: 5px;
}

/* #########################
   ## PAGINA DE RESULTADO ##
   ######################### */
div#result_header {
  font-size: 14px;
}

div#result_header .success_message {
  padding: 10px 0 10px 55px;
}

#result_page .referencia {
  font-size: 20px;
}

#result_page #result_page_customer, .cont_titular_result {
  padding: 5px;
}

#result_page_service #result_service_header {
  font-weight: 700;
}

.cont_gestor {
  background: #FFF;
  margin: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #1e3747;
}

.cont_gestor .title_tu_gestor {
  background: #1e3747;
  padding: 5px;
  color: #FFF;
}

.cont_gestor #result_page_gestor {
  padding: 5px;
}

#result_page_services {
  margin: 0 5px;
}

.cont_vuelo_result {
  border: 2px solid #dfdfdf;
  margin: 5px 5px 0 5px;
  padding: 5px;
}

.modal.rateme {
  position: absolute;
  top: 30%;
}

.modal.rateme .btn-primary,
.modal.rateme .btn-primary:hover,
.modal.rateme .btn-primary:active,
.modal.rateme .btn-primary:hover,
.modal.rateme .btn-primary:focus,
.modal.rateme .btn-primary:disabled,
.modal.rateme .btn-primary[disabled] {
  background-color: #ec5b14;
  background-image: none;
}

#rateme > .modal-scrollable {
  opacity: 0;
}

/*SERVICIOS*/
.cart_amounts {
  background: #FFFFFF;
  padding: 5px;
  text-align: right;
  margin: 0 5px 0 5px;
  color: #666;
  font-size: 0.8em;
}

.cart_amounts .scr_amount {
  color: #ec5b14;
  font-weight: bold !important;
}

.total_price .amount, .total_price .decimals, .total_price .currency {
  font-size: 14px;
}

.txt_mostrar_ocultar {
  font-size: 11px;
}

#cart_header .titulo {
  display: none;
}

.img_vuelo_ida, .img_vuelo_vuelta {
  margin: 5px 5px 30px 0;
  float: left;
}

[dir='rtl'] .img_vuelo_ida,
[dir='rtl'] .img_vuelo_vuelta {
  float: right;
}

[dir='rtl'] .fright {
  float: left;
}

[dir='rtl'] .fleft {
  float: right;
}

#blocked_purchase_error_message .contact_info {
  width: 100%;
}

.optional_service_details p {
  padding-left: 21px;
}

[dir='rtl'] .optional_service_details p {
  padding-left: 0;
  padding-right: 21px;
}

/* Notas importantes */
#important_observations .alert {
  font-size: 12px;
  padding: 10px !important;
  margin: 10px 0 0 0;
}

/*separator */
.separator {
  margin: 0 10px;
}

/* nuevo login FB */
.togglelogin_container {
  text-align: center;
}

.togglelogin {
  color: #ec5b14;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  width: auto;
  border: 1px solid #ec5b14;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 8px 10px;
  margin: 12px 0;
}

.toggleguest.togglelogin {
  color: #ec5b14;
  font-weight: normal;
  text-decoration: underline;
  text-align: center;
  padding: 5px 0;
  font-size: 12px;
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  background: transparent;
}

.fb_button_container {
  padding: 10px;
}

.fb_login {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*logged box */
.social_logged {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 10px;
}

.warning {
  font-size: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.client_credit_card_additionalinfo .warning {
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  margin: 0;
}

.warning button {
  color: #a98a54;
  font-weight: bold;
  opacity: 0.4;
}

/*listado tarjetas SCR */
#payment #payment_method_form_credit_card .selected_credit_card {
  background: #ffe7be;
  border: 1px solid #aaa;
}

/** tabs metodos pago **/
#payment_method_forms .nav-tabs {
  border-bottom: 0;
  margin: 0;
  padding: 0 4px;
}

#payment_method_forms .nav-tabs * {
  box-sizing: border-box;
}

#payment_method_forms .nav-tabs li {
  margin: 5px 0 10px 0;
  width: 50%;
  padding: 7px 0;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-right: 1px solid #6a98a7;
  background: #8cbbcb;
  background: linear-gradient(to bottom, #8cbbcb 0%, #82b2c8 50%, #72a4c5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cbbcb', endColorstr='#72a4c5', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}

[dir='rtl'] #payment_method_forms .nav-tabs li {
  float: right;
}

#payment_method_forms .nav-tabs li:first-child {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#payment_method_forms .nav-tabs li:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0;
}

#payment_method_forms .nav-tabs li.active {
  -moz-box-shadow: inset 0 0 15px #457090;
  -webkit-box-shadow: inset 0 0 15px #457090;
  box-shadow: inset 0 0 15px #457090;
}

#payment_method_forms .nav-tabs li a {
  color: #FFF;
  border: 0;
  font-size: 12px;
  padding: 0;
  line-height: 30px;
  font-weight: bold;
}

#payment_method_forms .nav-tabs li.active a {
  background-color: transparent;
  border: 0;
}

#credit_card_selector {
  border-top: 1px solid #ccc;
}

#payment #payment_method_form_credit_card .client_credit_card_container {
  margin-bottom: 0;
  border-top-width: 0;
}

#payment #payment_method_form_credit_card .client_credit_card_titular {
  clear: both;
  height: auto;
  min-height: 0;
  line-height: 2;
  vertical-align: middle;
  padding-left: 21px;
  margin: 0;
}

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

#payment #payment_method_form_credit_card .client_credit_card_cvv label, #payment #payment_method_form_credit_card .client_credit_card_cvv input {
  font-size: 14px;
}

#payment .client_credit_card_cvv.form_field input {
  display: inline-block;
  width: auto;
}

#payment #payment_method_form_credit_card .client_credit_card_number {
  margin-right: 10px;
}

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

#payment #payment_method_form_credit_card .client_credit_card_cvv, .client_credit_card_additionalinfo .warning {
  margin: 4px 21px;
}

.client_credit_card_cvv.form_field label {
  display: inline-block;
}

#payment #payment_method_form_credit_card .additionalinfo_showhide {
  overflow: hidden;
}

#new_credit_card .cont_caducidad, #new_credit_card .form_field.cvv {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

#new_credit_card .cont_caducidad {
  width: 58%;
}

#new_credit_card .form_field.cvv {
  width: 30%;
}

.form_field.cvv input {
  width: 60%;
}

.form_field.cvv .icono_info {
  float: none;
}

div.form_field.card_subtype {
  margin: 4px 0;
  width: 75%;
}

#payment div.form_field.card_subtype select {
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}

#payment #payment_method_form_credit_card .show_client_credit_cards {
  padding: 10px;
}

#payment #new_credit_card {
  position: relative;
}

#payment .tab-pane#new_credit_card {
  position: relative;
  padding-top: 15px;
}

#payment .tab-pane#new_credit_card #img_card {
  top: 0;
}

#payment #new_credit_card .collapsable select {
  display: inline-block;
  width: 100%;
}

#total_price_reservation .cart_folder {
  display: none;
}

.alert-danger a, .alert-error a {
  color: #b94a48 !important;
  text-decoration: underline !important;
}

.required_data_info_text.mostrartemporal {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 400;
  -webkit-transform: translateY(-50px);
  -webkit-animation: slideDown 3s 0s ease forwards;
  -moz-transform: translateY(-50px);
  -moz-animation: slideDown 3s 0s ease forwards;
}

@-webkit-keyframes slideDown {
  0%, 100% {
    -webkit-transform: translateY(-50px);
  }
  10%, 90% {
    -webkit-transform: translateY(0px);
  }
}

@-moz-keyframes slideDown {
  0%, 100% {
    -moz-transform: translateY(-50px);
  }
  10%, 90% {
    -moz-transform: translateY(0px);
  }
}

.required_data_info_text .warning {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.29);
}

.required_data_info_text .warning .warning_text, .required_data_info_text .warning .warning_text span {
  font-weight: bold;
}

[dir='rtl'] .close {
  float: left;
}

.viajeroDeshabilitado {
  color: #c3c3c3 !important;
}

.title_eligeviajero {
  color: #7d7d7d;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

ul.listaViajeros li {
  border-bottom: 1px solid #dfdfdf;
  line-height: 35px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
}

ul.listaViajeros li:active {
  background: #ecf6fa;
}

.modal-body.contListaViajeros {
  padding: 0;
}

.eligeViajeros {
  font-size: 14px;
  background: url("/headers/img/scr/ico_viajeros_scr.png") no-repeat 5% 54%;
  padding-left: 37px;
}

.flecha_derecha {
  display: inline-block;
  width: 8px;
  height: 22px;
  background-image: url("/headers/img/scr/sprite-scr-mobile.png");
  background-repeat: no-repeat;
  background-position: -46px -25px;
  background-color: transparent;
}

@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) {
  .flecha_derech {
    background-image: url("/headers/img/scr/sprite-scr-mobile@2x.png");
    background-size: 154px 110px;
  }
}

.viajeroSeleccionado {
  padding: 5px 13px;
  margin: 5px 5px 8px 5px;
}

.viajeroSeleccionado .aspa {
  height: 14px;
}

hr.dashed_mobile {
  border-bottom: 1px dashed #ccc;
  border-top: 0;
  margin: 0 5px;
}

.datosViajeros {
  margin-top: 5px;
}

.cont_boton button, .cont_boton input[type=submit], a.boton_principal, input.boton_principal {
  background-color: #ffd212;
  color: #222222;
  font-weight: bold;
}

/* ###############################
       ## MODULO: Informacion importante ##
   ############################### */
#titulo_observaciones_importantes {
  font-weight: bold;
  text-transform: uppercase;
}

#important_observations .optional_services_group.review_group {
  padding: 5px;
  border: 1px solid #dfdfdf;
  color: #666666;
}

.plaintext_container {
  padding: 5px;
}

/* banner webloyalty en confirmacion compra movil */
#adunit_banner_container {
  margin: 0 auto;
  text-align: center;
}

/* Botones de ventana modal en mobile */
.modal-footer .btn-primary {
  color: #FFF;
  background-color: #ec5b14 !important;
  border-color: #ec5b14 !important;
}

.modal-footer .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* ###############################
       ## MODULO:financiacion ##
   ############################### */
#financiacion_rextur_form_wrapper {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  float: none;
}

#financiacion_rextur_form_wrapper .form-group {
  width: 100%;
  margin: 4px 0;
}

#financiacion_rextur_form_wrapper .form-group select, #financiacion_rextur_form_wrapper .form-group input {
  padding: 0;
  width: 100%;
}

#financiacion_rextur_form_wrapper .form-group .cpf {
  width: 60%;
}

#financiacion_rextur_form_wrapper .cont-dates {
  width: 65%;
  float: left;
  margin: 4px 0;
}

#financiacion_rextur_form_wrapper .cont-dates select {
  float: left;
  width: 25%;
  margin-right: 10px;
}

#financiacion_rextur_form_wrapper .cont-cvv {
  width: 30%;
  float: right;
  clear: none;
}

#financiacion_rextur_form_wrapper .cont-cvv input {
  width: 70%;
  float: left;
}

.financiacion_form_wrapper .txt_option_card {
  display: none;
}

.financiacion_form_wrapper .txt_result_mobile {
  width: 91%;
  background: #d3e5f8;
  padding: 8px 15px;
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.financiacion_form_wrapper .txt_result {
  display: none;
}

.financiacion_form_wrapper .card {
  margin: 0 10px 15px 0;
}

/* #### fin financiación #### */

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