/* AZUL */
/* AMARILLO */
/* para los precios en los resultados de busqueda...*/
.tR {
  text-align: right;
}
.centrado {
  margin: 0 auto !important;
}
.bshadow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
}
.pR {
  position: relative;
}
.pA {
  position: absolute;
}
.tC {
  text-align: center;
}
.fR {
  float: right;
}
.fL {
  float: left;
}
.tJ {
  text-align: justify;
}
.tL {
  text-align: left;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.handIcon {
  cursor: pointer;
  cursor: hand;
}
.fullw {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.oH {
  overflow: hidden;
}
.p0 {
  padding: 0px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.round {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.roundbottom {
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.nl2br {
  white-space: pre-wrap;
}
.rows .row {
  margin-bottom: 5px;
}
.cap {
  text-transform: capitalize;
}
.twshadow {
  text-shadow: 0px 1px 0px #ffffff;
}
.tshadow {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.rnd {
  border-radius: 5px;
  background-clip: padding-box;
}
.inline {
  display: inline-block;
}
.pythModalContent {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  overflow: auto;
}
.pythModalContent > div {
  width: 800px;
  margin: 50px auto;
}
a[ng-click] {
  cursor: pointer;
  cursor: hand;
}
.buscadoresTitle {
  color: #00529b;
}
.buscadorMsg.error {
  font-weight: bold;
  color: #f00;
  padding: 20px 0;
}
/* div container en buscador de hoteles y tarifario hoteles que tiene la foto e info del hotel al costado izquierdo */
.hotelInfoContainer .small {
  font-size: 10px;
}
.hotelInfoContainer .hotelName {
  color: #00529b;
  font-weight: bold;
}
.hotelInfoContainer .hotelInfo,
.hotelInfoContainer .hiddenHotelInfo {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
.hotelInfoContainer .hotelInfo > div,
.hotelInfoContainer .hiddenHotelInfo > div {
  font-size: 12px;
}
.hotelInfoContainer .hotelInfo > div > div,
.hotelInfoContainer .hiddenHotelInfo > div > div {
  font-size: 15px;
  color: #006DC3;
}
.hotelInfoContainer .hotelInfo > div + div,
.hotelInfoContainer .hiddenHotelInfo > div + div {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  margin-top: 8px;
}
.resultItem .VTA {
  background: #FDDA37;
  padding: 3px 10px;
  border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 10px;
}
.resultItem textarea.informacionExtra {
  padding: 10px;
  background: #fff;
  margin: 10px 0;
  max-height: 400px;
  max-width: 100%;
  width: 100%;
  overflow: auto;
}
.btnConsultar.agregarAlCarritoBtn {
  white-space: nowrap;
}
.btnConsultar.agregarAlCarritoBtn:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: "\f07a";
  border-right: 5px solid transparent;
}
.simpleCalendar {
  width: 200px;
  background: white;
  color: #444;
  -webkit-box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  padding: 10px;
  border: 2px solid #00529b;
  font-size: 12px;
}
.simpleCalendar .dayCell > div {
  cursor: pointer;
  cursor: hand;
  text-align: center;
}
.simpleCalendar .dayCell.current > div {
  background: #00529b;
  color: white;
}
.simpleCalendar .title {
  font-weight: bold;
}
.simpleCalendar .daysHead {
  border-bottom: 2px solid #00529b;
  margin-bottom: 10px;
}
.simpleCalendar .withData {
  background: #00529b;
  color: white;
  border-radius: 0px !important;
}
.simpleCalendar .dayCell.desde {
  -webkit-border-top-left-radius: 10px !important;
  -webkit-border-bottom-left-radius: 10px !important;
  -moz-border-radius-topleft: 10px !important;
  -moz-border-radius-bottomleft: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.simpleCalendar .dayCell.hasta {
  -webkit-border-top-right-radius: 10px !important;
  -webkit-border-bottom-right-radius: 10px !important;
  -moz-border-radius-topright: 10px !important;
  -moz-border-radius-bottomright: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.datePickerButton {
  color: #00529b;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #00529b;
  padding: 5px 10px;
}
.buscador-paquetes-result .simpleCalendar,
.tarifario-paquetes-result .simpleCalendar {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 5px;
  margin-right: 10px;
  border: none;
}
.buscador-paquetes-result .simpleCalendar .withData,
.tarifario-paquetes-result .simpleCalendar .withData {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  background: #00529b;
}
.tarifario-paquetes-result .simpleCalendar {
  margin: 0 auto !important;
}
.autocompleteOptions {
  -webkit-box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  -moz-box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  box-shadow: -1px 9px 30px 0px rgba(50, 50, 50, 0.55);
  max-height: 200px;
  overflow: auto;
  width: 400px;
  text-align: left;
  font-size: 12px;
}
.autocompleteOptions .selected,
.autocompleteOptions > div:hover {
  /*background:lighten( #FEA100, 40% );*/
}
.autocompleteOptions > div {
  padding: 5px;
  /*text-transform: capitalize;*/
  cursor: pointer;
  cursor: hand;
}
/** search-status.html */
.buscadorMsg {
  margin: 60px 0;
  font-size: 1.5em;
}
.buscadorMsg.no-results {
  color: #666;
  font-style: italic;
  /* cuando no hay resultados */
}
.buscadorMsg.loading {
  /* donde se pone la barra de cargando... */
}
.buscadorMsg.error {
  /* cuando hay un error se muestra acá... */
}
.fkProgressBar {
  margin: 10px 0;
  background: #fff;
  height: 10px;
  border: 1px solid #004999;
  overflow: hidden;
}
.fkProgressBar > div {
  background: #004999;
  height: 30px;
}
.tarifarioHoteles {
  /*************************************************************************/
}
.tarifarioHoteles .hotelItem {
  /* cada DIV representa un Hotel (se agrupan los resultados por hotel) */
}
.tarifarioHoteles .hotelItem .hotelDetails {
  /* columna con la info del hotel y foto */
}
.tarifarioHoteles .hotelItem .hiddenHotelInfo {
  /* la info inicialmente oculta del hotel (direcion, google map, etc.)*/
}
.tarifarioHoteles .hotelItem .extraInfo {
  /* "+Info" extra info de cada tarifa inicialmente oculta. */
}
.tarifarioHoteles td {
  padding: 2px 0;
}
.tarifarioHoteles .hotelItem {
  background: #fff;
  padding: 10px 0;
}
.tarifarioHoteles table.details {
  font-size: 85%;
}
.tarifarioHoteles table.details thead th {
  padding-bottom: 8px;
}
.tarifarioHoteles .num0 {
  color: #ccc;
}
.tarifarioHoteles .extraInfo {
  /*background: @highlightColor;*/
  margin: 4px 0;
}
.tarifarioHoteles .extraInfo td,
.tarifarioHoteles .extraInfo th {
  border: none;
}
.tarifarioHoteles .extraInfo > td {
  padding: 5px 0px!important;
}
.tarifarioHoteles .opened {
  border: 4px solid #eee;
  background: #eee;
  border-top-width: 4px;
  border-left-width: 2px;
  border-right-width: 2px;
}
.tarifarioHoteles .opened > tr:first-child td {
  padding-top: 10px;
}
.tarifarioHoteles .hotelInfo {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px;
}
.tarifarioHoteles .hotelInfo > div {
  font-size: 12px;
}
.tarifarioHoteles .hotelInfo > div > div {
  font-size: 15px;
  color: #006DC3;
}
.tarifarioHoteles .hotelInfo > div + div {
  border-top: 1px solid #ccc;
  padding-top: 8px;
  margin-top: 8px;
}
.tarifario-paquetes-result .combinacionItem {
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.tarifario-paquetes-result th {
  padding-bottom: 10px;
}
.tarifario-paquetes-result td,
.tarifario-paquetes-result th {
  text-align: right;
  padding-right: 10px;
}
.tarifario-paquetes-result tr.extra {
  background: #fef7eb;
}
.tarifario-paquetes-result .mainrow {
  border-bottom: 1px solid #ddd;
}
.tarifario-paquetes-result .num0 {
  color: #999;
}
.tarifario-paquetes-result .combinacionName {
  font-size: 1.3em;
  font-family: 'Roboto', arial, helvetica, sans-serif;
}
.tarifario-paquetes-result .productName {
  color: #999;
  font-size: 0.8em;
}
.tarifario-servicios-results {
  /**********************************************************************/
}
.tarifario-servicios-results > .type {
  /* Privados o Publicos*/
}
.tarifario-servicios-results table.resultItem {
  background: #fff;
  border: 2px solid #1b4c8d;
}
.tarifario-servicios-results table.resultItem thead {
  background: #1b4c8d;
  color: #fff;
}
.tarifario-servicios-results table.resultItem td,
.tarifario-servicios-results table.resultItem th {
  padding: 10px 10px;
  text-align: right;
}
.tarifario-servicios-results table.resultItem tr + tr {
  border-top: 1px solid #ccc;
}
.tarifario-servicios-results table.resultItem td + td {
  border-left: 1px solid #eee;
}
.tarifario-servicios-results .maincol {
  text-align: left;
}
.tarifario-servicios-results .observaciones {
  font-size: 0.95em;
  color: #999;
  white-space: normal;
}
.tarifario-servicios-results .serviceType {
  margin: 20px 0;
  font-size: 2em;
  margin-bottom: 10px;
}
.tarifario-servicios-results tr:hover td {
  background: #FCF4AD;
}
.buscador-paquetes-result {
  background: white;
}
.buscador-paquetes-result .resultItem {
  border: 2px solid #1b4c8d;
  margin-bottom: 10px;
}
.buscador-paquetes-result .resultItem > div {
  padding: 10px;
}
.buscador-paquetes-result .paquete {
  background: #fff;
  border-left: 3px solid #004598;
  border-right: 3px solid #004598;
  margin-bottom: 10px;
}
.buscador-paquetes-result .paquete > div {
  padding: 15px;
}
.buscador-paquetes-result .paquete > div + div {
  border-top: 1px solid #ccc;
  border-radius: 5px;
  background-clip: padding-box;
}
.buscador-paquetes-result .paqueteTitulo {
  font-size: 1.2em;
  background: #1b4c8d;
  color: #fff;
  font-family: 'Roboto', arial, helvetica, sans-serif;
}
.buscador-paquetes-result .paqueteFechaRow td {
  border-bottom: 1px solid #ddd;
}
.buscador-paquetes-result thead th {
  padding-bottom: 8px;
  border-bottom: 1px dashed #ccc ;
}
.buscador-paquetes-result .num0 {
  color: #ccc;
}
.buscador-paquetes-result .precio {
  color: #737373;
  font-weight: bold;
  font-size: 1.4em;
}
.buscador-paquetes-result .precio span {
  font-size: 0.8em;
}
.buscador-paquetes-result .fechaDesde {
  font-size: 0.9em;
  padding: 2px;
}
.buscador-paquetes-result .porxpasajeros {
  font-size: 0.8em;
  color: #888;
}
.buscador-paquetes-result .porxpasajeros strong {
  color: #111;
  font-size: 1.1em;
}
.buscador-paquetes-result .precioTag {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-clip: padding-box;
  border-left: 5px solid #004598;
  padding: 15px 25px;
  margin: 0 10px;
  margin-right: 30px       ;
  background: #eee        ;
  text-shadow: 0px 1px 0px #ffffff;
  background: #e2e2e2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 43%, #d1d1d1 52%, #fefefe 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(43%, #dbdbdb), color-stop(52%, #d1d1d1), color-stop(100%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 43%, #d1d1d1 52%, #fefefe 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e2e2e2 0%, #dbdbdb 43%, #d1d1d1 52%, #fefefe 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e2e2e2 0%, #dbdbdb 43%, #d1d1d1 52%, #fefefe 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 43%, #d1d1d1 52%, #fefefe 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
  /* IE6-9 */
}
.buscador-paquetes-result .pasajerosDetails {
  background: #ffedcc;
  font-size: 0.85em;
  margin: 10px;
}
.buscador-paquetes-result .pasajerosDetails th,
.buscador-paquetes-result .pasajerosDetails td {
  padding: 5px 15px;
}
/* para la parte de elejir una fecha...*/
.buscador-paquetes-result .elija {
  font-weight: bold;
  padding: 10px ;
  margin: 10px 0;
  color: #00529b;
  font-size: 0.9em;
}
.buscador-paquetes-result .eligiendo .simpleCalendar {
  color: #999;
  border: 5px solid #00529b;
}
.buscador-paquetes-result .eligiendo .simpleCalendar .withData {
  border: 1px solid #00529b;
  color: #00529b;
  background: #fff;
  font-weight: bold;
}
.buscador-paquetes-result .eligiendo .simpleCalendar .withData:hover {
  background: #00529b;
  color: #fff;
}
.buscador-hoteles-result .hotelItemResult {
  padding: 13px;
  background: #fff;
}
.buscador-hoteles-result .precio {
  font-size: 2em;
  color: #737373;
  font-weight: bold;
}
.buscador-hoteles-result .precio .currency {
  font-size: 0.5em;
}
.buscador-hoteles-result .room + .room {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.buscador-hoteles-result .room {
  margin: 5px 0;
  border-left: 3px solid #00529b;
  padding: 5px;
}
.buscador-hoteles-result .room:hover {
  background: #fefacd;
}
.buscador-hoteles-result .room.unique {
  margin-top: 15px;
}
.buscador-hoteles-result .tablaDetalesContainer {
  overflow: auto;
}
.buscador-hoteles-result .icons-column {
  border-right: 1px solid #ccc;
}
.buscador-hoteles-result .icons-column .confirmacion-inmediata-icon {
  width: 12px;
  height: 12px;
  background: url(/img/checked2.png) no-repeat center center;
  display: inline-block;
}
.buscador-hoteles-result .icons-column .ultimos-lugares-icon {
  width: 12px;
  height: 12px;
  background: url(/img/fireup_amichi.png) no-repeat center center;
  display: inline-block;
}
.buscador-servicios-result .small_text {
  font-size: 0.85em;
  color: #555;
}
.buscador-servicios-result table {
  font-size: 1em;
}
.buscador-servicios-result table.resultItem {
  background: #fff;
  border: 2px solid #1b4c8d;
}
.buscador-servicios-result table.resultItem td,
.buscador-servicios-result table.resultItem th {
  padding: 5px 15px;
}
.buscador-servicios-result table.resultItem img {
  width: auto;
}
.buscador-servicios-result table.resultItem thead {
  background: #1b4c8d;
  color: #fff;
}
.buscador-servicios-result table.resultItem tbody tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.buscador-servicios-result table.resultItem tbody tr:hover td {
  background: #FCF5CB;
}
.buscador-servicios-result .precio {
  background: #fcf5cb;
  text-align: right;
  padding-right: 10px;
  font-size: 1.6em;
  font-weight: bold;
  color: #737373;
  background: #fefcea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fefcea 0%, #efeddc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefcea), color-stop(100%, #efeddc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fefcea 0%, #efeddc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fefcea 0%, #efeddc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fefcea 0%, #efeddc 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fefcea 0%, #efeddc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcea', endColorstr='#efeddc', GradientType=0);
  /* IE6-9 */
}
.buscador-servicios-result .precio span {
  font-size: 0.6em;
}
.buscador-servicios-result .observacion {
  color: #999;
  font-size: 0.8em;
}
.buscador-aereos-result {
  background: #fff;
}
.buscador-aereos-result .precio {
  font-weight: bold;
  color: #737373;
  font-size: 1.2em;
}
.buscador-aereos-result .impuestos {
  font-size: 0.8em;
  color: #444;
  font-weight: normal;
}
.buscador-aereos-result .cupo {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.buscador-aereos-result .cupo.R {
  background: red;
}
.buscador-aereos-result .cupo.V {
  background: green;
}
.buscador-aereos-result .cupo.A {
  background: yellow;
}
.buscador-aereos-result .detalles {
  font-size: 0.85em;
}
.buscador-aereos-result td,
.buscador-aereos-result th {
  padding: 15px 25px;
}
.buscador-aereos-result .small_text {
  font-size: 0.85em;
  color: #555;
}
.buscador-aereos-result table {
  font-size: 1em;
}
.buscador-aereos-result table.resultItem {
  background: #fff;
  border: 2px solid #1b4c8d;
}
.buscador-aereos-result table.resultItem td,
.buscador-aereos-result table.resultItem th {
  padding: 5px 15px;
}
.buscador-aereos-result table.resultItem img {
  width: auto;
}
.buscador-aereos-result table.resultItem thead {
  background: #1b4c8d;
  color: #fff;
}
.buscador-aereos-result table.resultItem tbody tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}
.buscador-aereos-result table.resultItem tbody tr:hover td {
  background: #FCF5CB;
}
/** {
       Modal Form 
       */
.modalForm {
  padding: 10px;
}
.modalForm .fields {
  font-size: 12px;
  color: #666;
}
.modalForm .fields > div {
  margin-bottom: 10px;
}
.modalForm input {
  padding: 5px;
  display: block;
  width: 100%;
  color: #ED8910;
  font-weight: bold;
  border: 1px solid #eee;
  background: #eee;
}
.modalForm .title {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  margin-top: 5px;
  color: #ED8910;
}
.modalForm .formError,
.modalForm .formSent {
  color: #f00;
  font-weight: bold;
  padding: 10px 0;
}
.modalForm .formSent {
  color: #4BB349;
}
/*
       * End [ Modal Form ] }
       */
.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: fixed;
  width: 50%;
  /* Default */
  /* Center the dialog */
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}
.serviciosExtras .desdeHasta {
  font-size: 0.8em;
}
.serviciosExtras .priceCol {
  color: #666;
  font-size: 0.9em;
  border-left: 2px solid #00529b;
}
.serviciosExtras > div {
  padding: 5px 5px;
  margin: 2px 0;
}
.serviciosExtras > div + div {
  border-top: 1px dotted #ccc;
}
/* los servicios extras cuando agregas un hotel al carrito...*/
.buscador-multiple-searchtabs {
  position: relative;
}
.buscador-multiple-searchtabs .ciudades-tabs,
.buscador-multiple-searchtabs .types-tabs {
  text-align: center;
  padding-bottom: 10px;
}
.buscador-multiple-searchtabs .ciudades-tabs a,
.buscador-multiple-searchtabs .types-tabs a {
  /*background:@colorA;*/
  padding: 5px 20px;
  font-weight: bold;
  border: none;
  background: #00529b;
  color: #fff;
  display: inline-box;
  width: 108px;
  cursor: pointer;
  cursor: hand;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 1px 0;
  /*~ .OK ~*/
}
.buscador-multiple-searchtabs .ciudades-tabs a.short,
.buscador-multiple-searchtabs .types-tabs a.short {
  padding: 2px 10px;
  font-size: 0.9em;
}
.buscador-multiple-searchtabs .ciudades-tabs a:hover,
.buscador-multiple-searchtabs .types-tabs a:hover {
  color: #fff;
  text-decoration: underline;
}
.buscador-multiple-searchtabs .ciudades-tabs a.OK,
.buscador-multiple-searchtabs .types-tabs a.OK {
  background: #f9e200;
}
.buscador-multiple-searchtabs .ciudades-tabs a.selected,
.buscador-multiple-searchtabs .types-tabs a.selected {
  background: #00529b;
}
.buscador-multiple-searchtabs .ciudades-tabs a + a,
.buscador-multiple-searchtabs .types-tabs a + a {
  margin-left: 10px;
}
.buscador-multiple-searchtabs .types-tabs {
  padding-top: 15px;
}
.buscador-multiple-searchtabs .types-tabs .llbl {
  color: #444;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: bold;
}
.buscador-multiple-searchtabs .btnVolver {
  position: absolute;
  left: 0px;
  top: 0px;
}
.buscador-multiple-searchtabs .search-desc {
  text-align: center;
  font-size: 1.4em;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.buscador-multiple-searchtabs .search-desc .search-type-name,
.buscador-multiple-searchtabs .search-desc .city-name {
  font-weight: bold;
  color: #00529b;
}
.buscador-multiple-searchtabs .search-desc .search-details {
  font-size: 0.7em !important;
  color: #999;
}
.searchBox {
  background: #fff;
  border: 1px solid #ccc;
  /* label del input control */
}
.searchBox > div {
  padding: 10px;
  /* LINEA QUE SEPARA EL FORMULARIO DEL BOTON DE BUSCAR */
}
.searchBox > div + div {
  border-top: 1px solid #ccc;
}
.searchBox input,
.searchBox select,
.searchBox .datePickerButton {
  padding: 3px 5px;
  border: 1px solid #00529b;
  color: #00529b;
}
.searchBox .habitaciones > div {
  margin: 5px 0;
}
.searchBox .lbl {
  display: inline-block;
  width: 100px;
  text-align: right;
  padding-right: 7px;
  font-weight: bold;
  font-size: 0.9em;
}
.searchBox .error {
  font-weight: bold;
  color: #f00;
  padding-left: 10px;
}
.searchBox.buscador-hoteles {
  /*del buscador de hoteles*/
}
.tarifarioSearchBox {
  text-align: center;
  padding: 30px 50px;
  font-size: 14px;
  margin-bottom: 20px;
}
.tarifarioSearchBox select,
.tarifarioSearchBox input {
  padding: 6px 20px;
  font-weight: bold;
  border: 1px solid #00529b;
  color: #00529b;
}
/**
 Boton de buscar y consultar.
*/
.btnBuscar,
.btnConsultar,
.btnGrupol {
  /*background:@colorA;*/
  padding: 5px 20px;
  font-weight: bold;
  border: none;
  background: #00529b;
  color: #fff;
  display: inline-box;
  width: 108px;
  cursor: pointer;
  cursor: hand;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 1px 0;
  /*~ .OK ~*/
}
.btnBuscar.short,
.btnConsultar.short,
.btnGrupol.short {
  padding: 2px 10px;
  font-size: 0.9em;
}
.btnBuscar:hover,
.btnConsultar:hover,
.btnGrupol:hover {
  color: #fff;
  text-decoration: underline;
}
.btnBuscar.OK,
.btnConsultar.OK,
.btnGrupol.OK {
  background: #f9e200;
}
.pyth_files_view .current {
  font-weight: bold;
}
.cotizacionAReserva .formularioPasajero {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
  max-width: 300px;
}
.cotizacionAReserva .formularioPasajero input,
.cotizacionAReserva .formularioPasajero select {
  border: none;
}
.cotizacionAReserva .formularioPasajero input:focus,
.cotizacionAReserva .formularioPasajero select:focus {
  outline: none;
}
.cotizacionAReserva .formularioPasajero .input {
  border: 1px solid #ccc;
}
.cotizacionAReserva .paxName {
  padding: 1px 10px;
  background: #00529b;
  color: #fff;
}
.cotizacionAReserva .observaciones {
  margin-bottom: 40px;
}
.cotizacionAReserva .observaciones textarea {
  max-width: 100%;
  height: 100px;
  width: 100%;
}
.pyth-file-print {
  background: #fff;
  padding: 50px;
}
.pyth-file-print .print-logo {
  max-width: 200px;
  max-height: 200px;
}
.sort-methods {
  pading: 20px 0;
  margin: 10px 0;
  text-align: right;
}
.sort-methods a + a {
  margin-left: 10px;
}
.sort-methods a.selected {
  font-weight: bold;
}
.pyth-mi-perfil .datos-impresion textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
.pyth-mi-perfil img {
  max-width: 200px;
  max-height: 200px;
}
.agenteDeViajesSelector .filterBox select,
.agenteDeViajesSelector .filterBox input {
  color: #00529b;
  height: 30px;
  margin-left: 5px;
}
.agenteDeViajesSelector .listBox {
  padding: 5px;
  border: 1px solid #eee;
  margin: 10px 0;
  max-height: 130px;
  overflow-y: auto;
}
.agenteDeViajesSelector .listBox div + div {
  border-top: 1px solid #eee;
}
.agenteDeViajesSelector .listBox div {
  padding: 5px;
}
.agenteDeViajesSelector .selectedAgentBox {
  padding: 10px;
  font-size: 1.3em;
}
.hotelGMapTooltip .hotelName {
  font-weight: bold;
  color: #00529b;
}
.hotelGMapTooltip .precio {
  margin: 10px 0;
}
.hotelGMapTooltip .precio span {
  font-weight: bold;
  font-size: 1.3em;
}
.hotelGMapTooltip .precio span.value {
  font-size: 1.9em;
}
.hotelGMapTooltip .link {
  padding: 4px;
}
.hotelGMapTooltip .link a {
  /*background:@colorA;*/
  padding: 5px 20px;
  font-weight: bold;
  border: none;
  background: #00529b;
  color: #fff;
  display: inline-box;
  width: 108px;
  cursor: pointer;
  cursor: hand;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 1px 0;
  /*~ .OK ~*/
}
.hotelGMapTooltip .link a.short {
  padding: 2px 10px;
  font-size: 0.9em;
}
.hotelGMapTooltip .link a:hover {
  color: #fff;
  text-decoration: underline;
}
.hotelGMapTooltip .link a.OK {
  background: #f9e200;
}
.hotel-promo .booking-item {
  border: 3px solid #00529b;
  border-radius: 5px;
  background-clip: padding-box;
}
.buscador-aereos-multi-tramo {
  padding: 20px;
  background: #f3f3f3;
}
.buscador-aereos-multi-tramo .vuelo {
  border: 1px solid #ccc;
  border-top-width: 2px;
  background: white;
}
.buscador-aereos-multi-tramo .vuelo > div {
  padding: 5px;
}
.buscador-aereos-multi-tramo .vuelo .priceColumn > div {
  background: #fdf2d9;
  padding: 10px;
}
.buscador-aereos-multi-tramo .vuelo .priceColumn .price {
  font-size: 2.0em;
  font-weight: bold;
}
.buscador-aereos-multi-tramo .vuelo .priceColumn .price .unit {
  font-size: 0.6em;
}
.buscador-aereos-multi-tramo .vuelo .priceColumn .stats {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 11px;
}
.buscador-aereos-multi-tramo .vuelo .priceColumn .stats > div > span {
  float: right;
}
.buscador-aereos-multi-tramo .vuelo .tramo {
  border-left: 2px solid #428BCA;
  position: relative;
  padding: 10px;
  margin-bottom: 5px;
}
.buscador-aereos-multi-tramo .vuelo .tramo + .tramo {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.buscador-aereos-multi-tramo .vuelo .tramo .desc {
  font-size: 11px;
  color: #777;
}
.buscador-aereos-multi-tramo .vuelo .tramo .cityID {
  font-size: 1.3em;
}
.buscador-aereos-multi-tramo .vuelo .tramo .tramoTime {
  font-size: 17px;
  font-weight: bold;
}
.buscador-aereos-multi-tramo .vuelo .tramo .escalas {
  color: #5A8EE4;
  font-weight: bold;
}
.buscador-aereos-multi-tramo .vuelo .tramo .escalas .sin {
  color: #555;
}
.buscador-aereos-multi-tramo .vuelo .tramo .escalas b {
  font-size: 1.4em;
}
.buscador-aereos-multi-tramo .vuelo .tramo .escalasDetails {
  /* ... */
  margin: 20px 0;
  border: 1px solid #ccc;
}
.buscador-aereos-multi-tramo .vuelo .tramo .escalasDetails > div + div {
  border-top: 1px solid #ccc;
}
.searchBox .sfullw select {
  max-width: 100%;
}
table {
  width: 100%;
}
.xls {
  width: 100%;
  margin: 10px 0;
  background: #BBB;
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 13px;
  border: 1px solid #BBBBBB;
}
.xls thead th,
.xls .th {
  background: #ccc !important;
  text-align: right !important;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 6px 0;
  color: #333;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
.xls .th {
  padding: 0 10px;
}
.xls tbody td {
  background: #fff !important;
}
.xls th,
.xls td {
  padding: 1px 8px;
}
.xls td {
  text-align: right;
  color: #00c;
  font-size: 1.1em;
}
.xls .highlight {
  background: #FBF1A6 !important;
  font-weight: bold;
}
.xls .negativo {
  color: red;
}
.xls.bigValues td {
  font-size: 1.5em;
}
.xls.vertical tr td:first-child {
  text-align: right;
}
.xls.vertical tr td:last-child {
  /*text-align:left;*/
}
.xls tbody tr:nth-child(odd) td {
  background-color: #eaeaea !important;
}
.xls.system {
  font-family: monospace;
  line-height: 1.5em;
}
.xls.system td {
  padding: 20px 10px;
}
@media print {
  .xls {
    border: 1px solid #ccc;
    border-collapse: separate;
    border-spacing: 0px;
  }
  .xls td,
  .xls th {
    border: none;
    padding: none;
  }
  .xls td + td,
  .xls th + th {
    border-left: 1px solid #ccc ;
  }
  .xls tr + tr td,
  .xls tr + tr th {
    border-top: 1px solid #ccc;
  }
}
.CGV {
  border-collapse: inherit;
  border-spacing: 1px;
  background: #ccc;
  color: #444;
  font-family: arial,sans;
  font-size: 13px;
  max-width: 1000px;
  margin: 0 auto;
}
.CGV thead {
  background: #808080;
}
.CGV td {
  background: #EFEFEF;
}
.CGV th {
  background: #DFDFDF;
}
.CGV .monthName {
  font-size: 22px;
  text-align: center;
}
.CGV .sportNameCell {
  font-weight: bold;
}
.CGV td,
.CGV th {
  padding: 2px;
}
.CGV .dayName {
  font-size: 10px;
}
.CGV .dayNameCell {
  text-align: center;
  border-bottom: 1px solid #808080;
}
.CGV .dayCell {
  background: #eee;
  font-size: 1.3em;
  text-align: center;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
}
.CGV .dayCell .unavailableMark,
.CGV .dayCell .availableMark {
  display: none;
}
.CGV .dayCell.hasData {
  background: #00A0DE;
  cursor: pointer;
}
.CGV .dayCell.hasData:hover {
  background: #12bdff;
}
.CGV .dayCell.hasData .availableMark {
  display: block;
}
.CGV .dayCell.somethingUnavailable {
  background: #F36E14;
}
.CGV .dayCell.somethingUnavailable:hover {
  background: #f8aa75;
}
.CGV .dayCell.nothingAvailable {
  background: #ccc;
}
.CGV .dayCell.nothingAvailable:hover {
  background: #e6e6e6;
}
.CGV .dayCell.nothingAvailable .unavailableMark {
  display: block;
}
.CGV .dayCell.nothingAvailable .availableMark {
  display: none;
}
.CGV .dayCell.highlight {
  background: #FFFAA4;
}
.CGV .dayCell.highlight:hover {
  background: #FFFAA4;
}
.CGV .detailsRow > td:first-child {
  background: #DFDFDF;
}
.CGV .detailsRow .body {
  background: #FFFAA4;
  padding: 20px;
}
.CGV .triangulo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 5px 0 5px;
  border-color: #ccc transparent transparent transparent;
  display: inline-block;
}
.CGV .detailsItem .header {
  background: #EFEFEF;
  padding: 10px;
  font-size: 1.5em;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.CGV .detailsItem .header:hover {
  background: #f7f7f7;
}
.CGV .detailsItem .header .code {
  color: #D33C1F;
}
.CGV .detailsItem .header .time {
  float: right;
  font-size: 0.7em;
  line-height: 1.5em;
  color: #555;
}
.CGV .detailsItem + .detailsItem {
  margin-top: 10px;
}
.CGV .detailsItem .details {
  background: white;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
}
.CGV .detailsItem .itemPrice .value {
  font-size: 23px;
  font-weight: bold;
  color: #555;
}
.CGV .detailsItem .priceCatBox {
  border: 2px solid #eee;
  padding: 20px;
  margin: 3px;
  cursor: pointer;
  cursor: hand;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  background: white;
  color: #444 ;
}
.CGV .detailsItem .priceCatBox:hover {
  background: #FFFAA4;
}
.CGV .detailsItem .priceCatBox.notAvailable {
  border: 1px dotted #eee;
  cursor: not-allowed;
  color: #ccc;
}
.CGV .detailsItem .priceCatBox.notAvailable .value {
  color: #ccc;
}
.CGV .detailsItem .forNotAvailable {
  display: none;
}
.CGV .detailsItem.notAvailable {
  border: 1px solid #F4741D;
}
.CGV .detailsItem.notAvailable * {
  color: #999 !important;
}
.CGV .detailsItem.notAvailable .forNotAvailable {
  display: block;
  color: red !important;
  font-weight: bold;
  font-size: 1.4em;
}
.CGV .detailsItem.notAvailable .carritoBtn {
  display: none;
}
.CGV .detailsItem.notAvailable .itemPrice .value {
  text-indent: -9999px;
}
table.events {
  max-width: 800px;
  margin: 0 auto;
}
table.events input {
  width: 100%;
  text-align: left;
  color: blue;
  border: none;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  outline: none;
}
.botonAddEvento input,
.botonAddEvento a {
  border: 1px solid #ccc;
  padding: 5px ;
  line-height: 15px;
}
.botonAddEvento input {
  text-align: center;
  font-weight: bold;
}
.botonAddEvento a {
  background: #00A0DE;
  color: white;
  text-decoration: none;
}
.floatingCarritoBtn {
  position: fixed;
  top: 0px;
  left: 50%;
  background: blue;
  color: white;
  padding: 5px 15px;
  cursor: pointer;
  cursor: hand;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  z-index: 9999;
}
.editorUsuariosRow hr {
  margin-top: 5px;
}
.editorUsuariosRow td {
  padding: 5px;
}
.editorUsuariosRow .edit-panel {
  color: #444;
}
.editorUsuariosRow .edit-panel input,
.editorUsuariosRow .edit-panel select {
  color: blue;
}
.editorUsuariosRow .spaceA td,
.editorUsuariosRow .spaceB td {
  background: #ccc !important;
}
.editorUsuariosRow .spaceA td {
  border-bottom: 3px solid #ccc;
}
.editorUsuariosRow .spaceB td {
  border-top: 3px solid #ccc;
}
.editorUsuariosRow .colTitle {
  text-align: center;
  font-weight: bold;
  color: #666;
}
.editorUsuariosRow .error {
  padding: 20px;
  color: #c00;
  font-size: 1.4em;
}
.editorUsuarioSearchField input[type='text'],
.editorUsuarioSearchField select {
  color: blue;
  font-weight: bold;
}
.add-to-file-modal,
.overlay-modal-style,
.add-tickets-to-paquete-modal,
.cancel-file-item-modal {
  display: none;
  background: white;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999999;
  overflow: auto;
}
.add-to-file-modal > div,
.overlay-modal-style > div,
.add-tickets-to-paquete-modal > div,
.cancel-file-item-modal > div {
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 0;
  font-size: 1.5em;
  text-align: center;
}
.add-to-file-modal a,
.overlay-modal-style a,
.add-tickets-to-paquete-modal a,
.cancel-file-item-modal a {
  display: block;
  margin: 10px 0;
  background: #4295D7;
  color: white;
  font-size: 0.6em;
  padding: 10px 0;
  border: 1px solid #eee;
  border-bottom-color: #ccc;
  border-right-color: #ccc;
}
.add-to-file-modal a:hover,
.overlay-modal-style a:hover,
.add-tickets-to-paquete-modal a:hover,
.cancel-file-item-modal a:hover {
  background: white;
  color: #4295D7;
}
.add-to-file-modal .error,
.overlay-modal-style .error,
.add-tickets-to-paquete-modal .error,
.cancel-file-item-modal .error {
  padding: 50px 0;
  color: red;
}
.add-to-file-modal .error h1,
.overlay-modal-style .error h1,
.add-tickets-to-paquete-modal .error h1,
.cancel-file-item-modal .error h1 {
  margin-bottom: 50px;
}
.add-to-file-modal select,
.overlay-modal-style select,
.add-tickets-to-paquete-modal select,
.cancel-file-item-modal select {
  color: blue;
  font-weight: bold;
  padding: 5px 10px;
}
.add-to-file-modal .letter,
.overlay-modal-style .letter,
.add-tickets-to-paquete-modal .letter,
.cancel-file-item-modal .letter {
  float: left;
}
.addToFileModalBody {
  overflow: hidden;
}
.addToFileModalBody .add-to-file-modal {
  display: block;
}
.cancelFileItemModalBody {
  overflow: hidden;
}
.cancelFileItemModalBody .cancel-file-item-modal {
  display: block;
}
.abm .ambsList a {
  display: block;
  margin-bottom: 5px;
  padding: 5px 15px;
  border-left: 2px solid #eee;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}
.abm .ambsList a:hover,
.abm .ambsList a.selected {
  border-left-color: blue;
}
.abm input[type="text"],
.abm select {
  padding: 5px;
  color: blue;
  font-weight: bold;
}
.abm input[type="text"] {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid white;
}
.abm input[type="text"]:focus {
  border-bottom: 1px solid blue;
}
.fileNeedsClientModalBody {
  overflow: hidden;
}
.fileNeedsClientModalBody .file-needs-client-modal {
  display: block;
}
.generadorDeRecibos {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  -moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.38);
  margin-bottom: 50px;
}
.generadorDeRecibos select,
.generadorDeRecibos input {
  color: blue;
  font-weight: bold;
  margin-bottom: 3px;
}
.generadorDeRecibos table input {
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  text-align: right;
  background: inherit;
}
.generadorDeRecibos table input:focus {
  border-bottom-color: blue;
}
.generadorDeRecibos table tr.highlight td {
  background: #FEF8B6 !important;
}
.generadorDeRecibos table th {
  font-weight: bold !important;
}
.generadorDeRecibos .total {
  font-weight: bold;
  font-size: 1.4em;
}
.generadorDeRecibos .pyth-upload-directive input {
  display: inline;
}
.generadorDeRecibos .pyth-upload-directive input[type="submit"] {
  background: #ccc;
}
.generadorDeRecibos form > div {
  display: inline;
}
.estadisticas-eventos {
  /*
    .A {
        td {
            background:#F8DC94 !important;
        }
    }
    
    .B {
        td {
            background:#FAE8D2 !important;
        }
    }
    
    .T {
        td {
            background           :  #FFFF00 !important;
            padding-top          :  10px ;
            padding-bottom      :  10px ;
            font-size            :  1.2em;
        }
    }*/
}
.estadisticas-eventos td {
  color: #444;
}
.estadisticas-eventos .A,
.estadisticas-eventos .B,
.estadisticas-eventos .T {
  font-weight: bold;
  font-size: 1.1em;
}
.estadisticas-eventos .A td {
  background: #C3D7DF !important;
}
.estadisticas-eventos .B td {
  background: #F5F5F5 !important;
}
.estadisticas-eventos .T td {
  background: #6991AC !important;
  color: #42b364;
  padding-top: 10px ;
  padding-bottom: 10px ;
  font-size: 1.2em;
}
.estadisticas-eventos .T td b {
  color: #42b364;
}
.addTicketsToPaqueteModalBody {
  overflow: hidden;
}
.addTicketsToPaqueteModalBody .add-tickets-to-paquete-modal {
  display: block;
}
.addTicketsToPaqueteModalBody .add-tickets-to-paquete-modal .total {
  font-size: 1.3em;
  text-align: center;
  padding: 10px;
  background: #FFFAA4 !important;
}
.addTicketsToPaqueteModalBody .add-tickets-to-paquete-modal .error {
  color: red;
  padding-right: 20px;
  font-weight: bold;
}
.addTicketsToPaqueteModalBody .add-tickets-to-paquete-modal .ticketsCarrito {
  margin-bottom: 20px;
}
.hotelFichaModalBody {
  overflow: hidden !important;
}
.hotelFichaModalBody .hotel-ficha-modal {
  /*.pythModalContent;*/
  display: block;
}
.hotel-ficha-modal {
  display: none;
  z-index: 9999;
}
.floating-file-view .floatingButton {
  position: fixed;
  border: 2px solid white;
  border-top: 0px;
  top: 0px;
  z-index: 9999;
  left: 50%;
  background: #428BCA;
  padding: 5px 20px;
  color: white;
  margin-left: -73px;
  cursor: pointer;
  cursor: hand;
}
.floating-file-view .fView {
  display: none;
}
.floatingFileViewBody {
  overflow: hidden;
}
.floatingFileViewBody .floatingButton {
  display: none;
}
.floatingFileViewBody .floating-file-view {
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999;
  overflow: auto;
}
.floatingFileViewBody .floating-file-view > div {
  width: 800px;
  margin: 50px auto;
}
.floatingFileViewBody .floating-file-view > div {
  width: 1000px;
  margin: 50px auto;
}
.floatingFileViewBody .floating-file-view .fView {
  display: block;
}
.v2elements {
  /*
    button {
        padding-left:40px !important;
        padding-right:40px !important;
    }
    */
  /* 2.2. Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  /* 2.2.1. Buttons */
  /*****************************************************/
  /* 2.1. Form Elements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  /* 2.1.1. Select box */
  /* 2.1.2. File input box */
  /* 2.1.3. Checkbox and Radio */
  /* checkbox */
  /* radio */
  /* 2.1.4. Form */
  /*****************************************************/
  /******************************************************************************************************/
  /******************************************************************************************************/
  /******************************************************************************************************/
  /******************************************************************************************************/
  /******************************************************************************************************/
  /******************************************************************************************************/
}
.v2elements .full-width {
  width: 100% !important;
}
.v2elements .datePickerCOnteinter .inline {
  display: block;
}
.v2elements .datePickerButton {
  padding: 0px 15px;
  height: 34px;
  display: block;
  line-height: 32px;
  border: none;
  background: #F5F5F5;
  border-right: 5px solid #FDB714;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
}
.v2elements select[disabled] {
  border-color: #eee;
  cursor: not-allowed;
}
.v2elements .destinyCombos select {
  width: 30%;
}
.v2elements .destinyCombos.x2 select {
  width: 49%;
}
.v2elements .pythCombo {
  border-right: 4px solid #FDB714;
  outline: none;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-right-radius: 8px;
}
.v2elements .paxSelection {
  overflow: hidden;
}
.v2elements .paxSelection > div {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.v2elements .paxSelection.edades {
  padding: 0 10px;
}
.v2elements .error {
  color: red;
  font-weight: bold;
  padding-left: 20px;
  font-size: 1.1em;
}
.v2elements .error::before {
  content: "[!] ";
}
.v2elements .input input {
  border: none;
  background: #F5F5F5;
  height: 34px;
  padding: 0 15px;
  width: 100% !important;
}
.v2elements .input > span > div {
  display: block !important;
}
.v2elements button,
.v2elements a.button {
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  white-space: nowrap;
}
.v2elements button.btn-large,
.v2elements a.button.btn-large {
  padding: 0 32px;
  height: 43px;
  font-size: 1.1667em;
  line-height: 43px;
}
.v2elements button.btn-medium,
.v2elements a.button.btn-medium {
  padding: 0 32px;
  height: 34px;
  line-height: 34px;
  font-size: 1em;
}
.v2elements button.btn-small,
.v2elements a.button.btn-small {
  height: 28px;
  padding: 0 24px;
  line-height: 28px;
  font-size: 0.9167em;
}
.v2elements button.btn-mini,
.v2elements a.button.btn-mini {
  height: 19px;
  padding: 0 20px;
  font-size: 0.8333em;
  line-height: 19px;
}
.v2elements button.full-width,
.v2elements a.button.full-width {
  padding-left: 0;
  padding-right: 0;
}
.v2elements button {
  font-size: 0.9167em;
  font-weight: bold;
  background: #98ce44;
  height: 34px;
  line-height: 34px;
}
.v2elements button:hover {
  background: #7fb231;
}
.v2elements a.button {
  display: inline-block;
  background: #d9d9d9;
  font-size: 0.8333em;
  line-height: 1.8333em;
  white-space: nowrap;
  text-align: center;
}
.v2elements a.button:hover {
  background: #98ce44;
}
.v2elements a.button.btn-mini {
  padding-left: 10px;
  padding-right: 10px;
}
.v2elements a.button.btn-large,
.v2elements a.button.btn-medium,
.v2elements a.button.btn-small,
.v2elements a.button.full-width {
  font-weight: bold;
}
.v2elements button,
.v2elements a.button {
  /* Extra buttons */
}
.v2elements button.white,
.v2elements a.button.white {
  background: #fff;
  color: inherit;
}
.v2elements button.silver,
.v2elements a.button.silver {
  background: #d9d9d9;
}
.v2elements button.sky-blue1,
.v2elements a.button.sky-blue1 {
  background: #01b7f2;
}
.v2elements button.sky-blue1:hover,
.v2elements a.button.sky-blue1:hover {
  background: #07a5d8;
}
.v2elements button.yellow,
.v2elements a.button.yellow {
  background: #fdb714;
}
.v2elements button.yellow:hover,
.v2elements a.button.yellow:hover {
  background: #e9b02b;
}
.v2elements button.dark-blue1,
.v2elements a.button.dark-blue1 {
  background: #2d3e52;
}
.v2elements button.green,
.v2elements a.button.green {
  background: #98ce44;
}
.v2elements button.green:hover,
.v2elements a.button.green:hover {
  background: #7fb231;
}
.v2elements button.red,
.v2elements a.button.red {
  background: #e44049;
}
.v2elements button.light-brown,
.v2elements a.button.light-brown {
  background: #e6c687;
}
.v2elements button.orange,
.v2elements a.button.orange {
  background: #ff6000;
}
.v2elements button.dull-blue,
.v2elements a.button.dull-blue {
  background: #12a0c3;
}
.v2elements button.light-orange,
.v2elements a.button.light-orange {
  background: #f5a77d;
}
.v2elements button.light-purple,
.v2elements a.button.light-purple {
  background: #db8df6;
}
.v2elements button.sea-blue,
.v2elements a.button.sea-blue {
  background: #0ab596;
}
.v2elements button.sky-blue2,
.v2elements a.button.sky-blue2 {
  background: #6dace6;
}
.v2elements button.dark-blue2,
.v2elements a.button.dark-blue2 {
  background: #194eb0;
}
.v2elements button.dark-orange,
.v2elements a.button.dark-orange {
  background: #ff3e3e;
}
.v2elements button.purple,
.v2elements a.button.purple {
  background: #9f60b5;
}
.v2elements button.light-yellow,
.v2elements a.button.light-yellow {
  background: #ffd200;
}
.v2elements button.btn-extra,
.v2elements a.button.btn-extra {
  font-size: 1em;
  height: 70px;
  padding: 0;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  line-height: 1.5em;
  border: 1px solid #01b7f2;
  border-left: none;
  position: relative;
  overflow: hidden;
  letter-spacing: 0;
  display: inline-table;
  table-layout: fixed;
  margin-right: 10px;
  margin-bottom: 10px;
}
.v2elements button.btn-extra > i,
.v2elements a.button.btn-extra > i {
  width: 55px;
  vertical-align: middle;
  background: #01b7f2;
  color: #2d3e52;
  font-size: 36px;
  display: table-cell;
  height: 70px;
  text-align: right;
  padding-right: 8px;
}
.v2elements button.btn-extra > i:after,
.v2elements a.button.btn-extra > i:after {
  display: block;
  content: "";
  position: absolute;
  left: 55px;
  border-bottom: 70px solid #01b7f2;
  border-right: 16px solid transparent;
  top: 0;
  bottom: 0;
}
.v2elements button.btn-extra > span,
.v2elements a.button.btn-extra > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 35px;
  text-align: left;
}
.v2elements button.btn-extra > span em,
.v2elements a.button.btn-extra > span em {
  color: #01b7f2;
  font-size: 1.6667em;
  font-weight: bold;
  font-style: normal;
}
.v2elements button.btn-extra:hover,
.v2elements a.button.btn-extra:hover {
  color: inherit;
  background: #fff;
  border: none;
  border-right: 1px solid transparent !important;
}
.v2elements button.btn-extra:hover > i,
.v2elements a.button.btn-extra:hover > i {
  color: #fff;
}
.v2elements button.btn-extra.blue,
.v2elements a.button.btn-extra.blue {
  border-color: #01b7f2;
}
.v2elements button.btn-extra.blue > i,
.v2elements a.button.btn-extra.blue > i {
  background: #01b7f2;
}
.v2elements button.btn-extra.blue > i:after,
.v2elements a.button.btn-extra.blue > i:after {
  border-bottom-color: #01b7f2;
}
.v2elements button.btn-extra.blue > span em,
.v2elements a.button.btn-extra.blue > span em {
  color: #01b7f2;
}
.v2elements button.btn-extra.yellow,
.v2elements a.button.btn-extra.yellow {
  border-color: #fdb714;
}
.v2elements button.btn-extra.yellow > i,
.v2elements a.button.btn-extra.yellow > i {
  background: #fdb714;
}
.v2elements button.btn-extra.yellow > i:after,
.v2elements a.button.btn-extra.yellow > i:after {
  border-bottom-color: #fdb714;
}
.v2elements button.btn-extra.yellow > span em,
.v2elements a.button.btn-extra.yellow > span em {
  color: #fdb714;
}
.v2elements .icon-check {
  position: relative;
  padding-right: 30px !important;
  padding-left: 0 !important;
  overflow: hidden;
  /*&:hover:after { @include animation(toTopFromBottom, 0.35s, forwards); }*/
}
.v2elements .icon-check:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background: url(../images/icon/icon-check.png) no-repeat center center #7db921;
}
.v2elements .icon-check:hover:after {
  background-color: #98ce44;
}
.v2elements .with-icon {
  position: relative;
  padding: 0 !important;
  display: inline-block;
}
.v2elements .with-icon .icon {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -17px 0 0 !important;
  width: 30px;
  font-size: 18px;
  color: #a4a4a4;
  background: none;
  padding: 0 !important;
  height: auto;
}
.v2elements .with-icon .input-text {
  padding-right: 40px !important;
}
.v2elements .with-icon.input-large .icon {
  width: 43px;
  height: 43px;
  margin-top: -21px !important;
  font-size: 22px;
}
.v2elements .with-icon.input-large .input-text {
  padding-right: 48px !important;
}
.v2elements input {
  outline: none;
}
.v2elements input.input-text,
.v2elements select,
.v2elements textarea,
.v2elements span.custom-select {
  background: #f5f5f5;
  border: none;
  line-height: normal;
}
.v2elements input.input-text,
.v2elements textarea,
.v2elements span.custom-select {
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
}
.v2elements input.input-text.input-large,
.v2elements textarea.input-large,
.v2elements span.custom-select.input-large {
  height: 43px;
  font-size: 1.1667em;
}
.v2elements input.input-text.input-medium,
.v2elements textarea.input-medium,
.v2elements span.custom-select.input-medium {
  height: 34px;
}
.v2elements input.input-text.input-small,
.v2elements textarea.input-small,
.v2elements span.custom-select.input-small {
  height: 28px;
}
.v2elements input.input-text.input-mini,
.v2elements textarea.input-mini,
.v2elements span.custom-select.input-mini {
  height: 19px;
}
.v2elements input.input-text.white,
.v2elements textarea.white,
.v2elements span.custom-select.white {
  background: #fff;
}
.v2elements textarea {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.v2elements select {
  height: 34px;
  padding: 8px 0 8px 8px;
}
.v2elements select option {
  padding: 2px 10px;
}
.v2elements .selector {
  position: relative;
  min-width: 60px;
  line-height: 0;
}
.v2elements .selector select {
  position: absolute;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
  -webkit-appearance: menulist-button;
  line-height: 30px;
}
.v2elements .selector span.custom-select {
  display: inline-block;
  line-height: 32px;
  padding: 0 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.v2elements .selector span.custom-select:before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: #fdb714;
  width: 24px;
  height: 100%;
}
.v2elements .selector span.custom-select:after {
  position: absolute;
  right: 9px;
  top: 15px;
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
}
.v2elements .selector.style1 span.custom-select:before {
  background: transparent;
}
.v2elements .selector.style1 span.custom-select:after {
  border-top-color: #fdb714;
}
.v2elements .fileinput {
  position: relative;
  display: inline-block;
  min-width: 100px;
}
.v2elements .fileinput input[type=file] {
  position: relative;
  z-index: 2;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  width: 100%;
}
.v2elements .fileinput .custom-fileinput {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  line-height: normal;
}
.v2elements .fileinput:after {
  display: block;
  content: "BROWSE";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #fdb714;
  color: #fff;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 0.04em;
  font-weight: bold;
  vertical-align: middle;
}
.v2elements .checkbox,
.v2elements .radio {
  position: relative;
  margin-top: 0;
  line-height: 20px;
}
.v2elements .checkbox:before,
.v2elements .radio:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #d1d1d1;
  z-index: 0;
  font-family: "soap-icons";
  line-height: 12px;
  text-align: center;
}
.v2elements .checkbox.checked:before,
.v2elements .radio.checked:before {
  border-color: #01b7f2;
  color: #fff;
  background: #01b7f2;
  content: "\e8ba";
}
.v2elements .checkbox label,
.v2elements .checkbox.label {
  font-size: 1.0833em;
  line-height: 20px;
  color: #9e9e9e;
}
.v2elements .checkbox input[type="checkbox"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.v2elements .radio label,
.v2elements .radio.label {
  font-size: 0.9167em;
  line-height: 20px;
}
.v2elements .radio input[type="radio"] {
  position: relative;
  z-index: 1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.v2elements .radio:before {
  background: #fff;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  font-size: 1.3333em;
  line-height: 13px;
}
.v2elements .radio.radio-square:before {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.v2elements .radio.checked:before {
  content: "\e892";
}
.v2elements .checkbox-inline,
.v2elements .radio-inline {
  margin-left: 10px;
}
.v2elements form label {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 0.9167em;
}
.v2elements form .checkbox label,
.v2elements form label.checkbox {
  font-size: 1.0833em;
  text-transform: none;
}
.v2elements form .radio label,
.v2elements form label.radio {
  font-size: 0.9167em;
}
.v2elements form .form-group {
  margin-bottom: 15px;
}
.v2elements .sidebar form .form-group {
  margin-bottom: 10px;
}
.v2elements .sidebar form label {
  font-size: 0.8333em;
  margin-bottom: 3px;
}
.v2elements .panel-content form label {
  font-size: 0.8333em;
  margin-bottom: 3px;
}
.v2elements .paqueteResultItmV2 {
  padding: 10px;
}
.v2elements .paqueteResultItmV2 + .paqueteResultItmV2 {
  border-top: 1px dotted #ccc;
}
.v2elements .paqueteResultItmV2 .head {
  font-size: 1.2em;
}
.v2elements .paqueteResultItmV2 .head img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  margin-right: 5px;
}
.v2elements .paqueteResultItmV2 .head .price {
  font-size: 1.1em;
}
.v2elements .paqueteResultItmV2 .head .price > b {
  font-size: 1.1em;
}
.v2elements .buscadorPaquetesResV2 .pDesc {
  display: block;
  font-family: monospace;
  white-space: pre-wrap;
}
.v2elements .buscadorPaquetesResV2 .simpleCalendar {
  width: 100%;
  box-shadow: none;
  border-color: #ccc;
}
.v2elements .buscadorPaquetesResV2 .simpleCalendar .daysHead {
  border-color: #ccc;
  text-align: center;
}
.v2elements .buscadorPaquetesResV2 .simpleCalendar .dayCell {
  cursor: auto;
}
.v2elements .buscadorPaquetesResV2 .simpleCalendar .dayCell.withData {
  cursor: pointer;
}
.v2elements .buscadorPaquetesResV2 .simpleCalendar .withData {
  background: #FDB714;
  color: white;
}
.v2elements .buscadorPaquetesResV2 .fechaDeSalida {
  display: block;
  font-size: 1.2em;
}
.v2elements .buscadorPaquetesResV2 .daySquare {
  float: left;
  width: 80px;
  padding: 5px;
  margin: 3px;
  border: 1px solid #ccc;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s;
}
.v2elements .buscadorPaquetesResV2 .daySquare .num {
  font-size: 2em;
}
.v2elements .buscadorPaquetesResV2 .daySquare:hover {
  background: #FDB714;
  color: white;
  border-color: #FDB714;
}
.v2elements .buscadorPaquetesResV2 .daySquare.scale {
  font-size: 0.9em;
  width: 50px;
}
.v2elements .buscadorPaquetesResV2 .paqueteResultItem td {
  padding: 15px 0;
}
.v2elements .buscadorPaquetesResV2 .paqueteResultItem + .paqueteResultItem {
  border-top: 1px dotted #ccc;
}
.v2elements .buscadorPaquetesResV2 .paqueteResultItem .price {
  font-size: 1.5em;
}
.v2elements .buscadorPaquetesResV2 .paqueteResultItem td.head {
  border-left: 3px solid #FDB714;
  padding-left: 15px;
}
.v2elements .buscadorPaquetesResV2 .lowPriceValue {
  font-size: 1.7em;
}
.v2elements .buscadorPaquetesResV2 .group1Level {
  font-size: 1.2em;
}
.v2elements .buscadorPaquetesResV2 .group1Level {
  padding: 10px 0;
}
.v2elements .buscadorPaquetesResV2 .group1Level + .group1Level {
  border-top: 1px solid #ccc;
}
.v2elements .buscadorPaquetesResV2 .group2Level {
  padding: 10px 0;
  padding-left: 20px;
}
.v2elements .buscadorPaquetesResV2 .group2Level + .group2Level {
  border-top: 1px dashed #ccc;
}
.v2elements .buscadorPaquetesResV2 .group3Level {
  font-size: 14px;
  padding: 10px ;
}
.v2elements .buscadorPaquetesResV2 .group3Level + .group3Level {
  border-top: 1px solid #ccc;
}
.v2elements .buscadorPaquetesResV2 .group3Level td::first-child {
  border-top: 0px;
}
.v2elements .buscadorPaquetesResV2 .group3Level .extraInfo {
  background: #FEF7EB;
}
.v2elements .buscadorPaquetesResV2 .group3Level .row.head {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 5px 0;
}
.v2elements .buscadorPaquetesResV2 .group3Level .row.head > div {
  padding: 5px 0;
}
.v2elements .buscadorPaquetesResV2 .paquetesContainer {
  margin: 10px 0;
}
.v2elements .buscadorPaquetesResV2 .rowBar {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #444;
}
.v2elements .buscadorPaquetesResV2 .paqueteDetailsBox {
  padding: 5px;
}
.bHR {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@font-face {
  font-family: FalabellaMyriadProRegular;
  src: url("/pyth-app/falabella/MyriadPro-Regular.otf") format("opentype");
}
.pyth-file-print-falabella {
  color: #5b5b5b;
  font-family: "FalabellaMyriadProRegular";
  font-size: 15px;
  width: 900px;
  margin: 0 auto;
}
.pyth-file-print-falabella img {
  width: 100%;
}
.pyth-file-print-falabella .title {
  color: #929292;
  font-size: 28px;
}
.pyth-file-print-falabella .val {
  color: #47AC34;
}
.pyth-file-print-falabella .total {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  font-size: 2em;
  font-weight: bold;
  margin: 15px 0;
}
.pyth-file-print-falabella .bHR {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.pyth-file-print-falabella .foPrint {
  display: none;
}
.pyth-file-print-falabella .foEdit textarea {
  width: 100%;
  min-height: 200px;
  font-size: 1.1em;
  padding: 10px;
}
@media print {
  .pyth-file-print-falabella .foEdit {
    display: none;
  }
  .pyth-file-print-falabella .foPrint {
    display: block;
  }
}
.generic-modal {
  display: none;
}
.generic-modal img {
  width: 100%;
}
.generic-modal a.plain {
  color: blue;
  font-weight: bold;
}
.generic-modal a.plain:hover {
  text-decoration: underline;
}
.generic-modal-class {
  overflow: hidden;
}
.generic-modal-class .generic-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #F5F5F5;
  /*background  :rgba(255,255,255,0.8);*/
}
.generic-modal-class .generic-modal > div {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: white;
  margin: 30px auto;
  position: relative;
}
.generic-modal-class .generic-modal a.close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.pythAppModalStyle {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  overflow: auto;
  background: repeating-linear-gradient(-45deg, #fefefe, #fefefe 2px, #eeeeee 3px, #eeeeee 6px);
}
.pythAppModalStyle > div {
  max-width: 900px;
  margin: 30px auto;
  background: white;
  border: 5px solid #eee;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.cupos-overview .mesBlock .pllvl1 {
  padding-left: 20px;
}
.cupos-overview .mesBlock .pllvl2 {
  padding-left: 40px;
}
.cupos-overview .mesBlock .tallRow {
  /* padding:10px 0;*/
}
.cupos-overview .mesBlock + .mesBlock {
  border-top: 1px solid #ccc;
  padding-top: 1px;
  margin-top: 1px;
}
.cupos-overview .mesBlock .cell {
  background: #f6f6f6;
  margin: 1px;
}
.cupos-overview .mesBlock .monthName {
  padding: 0px 10px;
  font-weight: bold;
}
.cupos-overview .mesBlock .monthRow .cell {
  border-bottom: 2px solid #ccc;
  background: #EEEEEE;
}
.cupos-overview .mesBlock .hasStopSale .cell {
  background: #ffa6b6;
  color: white;
}
.cupos-overview .mesBlock .hasSomeStopSale .cell {
  background: #ff8da1;
  color: white;
}
.cupos-overview .mesBlock .cupoCellStat {
  font-size: 11px;
  padding: 2px;
  width: 100%;
}
.cupos-overview .mesBlock .cupoCellStat > div {
  float: left;
  padding: 1px;
  min-height: 17px !important;
  background: #2B97BB;
  width: 50%;
  color: white;
}
.cupos-overview .mesBlock .cupoCellStat div.A {
  background: #6be536;
  color: white;
  font-weight: bold;
}
.cupos-overview .mesBlock .cupoCellStat.cero .A {
  background: #eee;
  color: #ccc;
}
.cupos-overview .mesBlock .cupoCellStat.todoUsado .A {
  background: #2B97BB;
  color: white;
}
.cupos-overview .mesBlock .cupoCellStat.highlighted {
  border: 1px solid blue;
  background: blue;
}
.cupos-overview .mesBlock .cupoCellStat.isEmpty .A,
.cupos-overview .mesBlock .cupoCellStat.isEmpty .B {
  background: #EEEEEE;
}
.cupos-overview .mesBlock .cupoCellStat .A {
  -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;
}
.cupos-overview .mesBlock .cupoCellStat .B {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cupos-overview .mesBlock .roomStats .cupoCellStat .B {
  background: #ccc !important;
}
.cupos-overview .mesBlock .roomStats .cupoCellStat.isEmpty .A,
.cupos-overview .mesBlock .roomStats .cupoCellStat.isEmpty .B {
  background: #fff !important;
}
.cupos-overview .stopsalesRegion .stopSaleItem {
  padding: 10px 0;
}
.cupos-overview .stopsalesRegion .stopSaleItem .type {
  background: #F3F3F3;
  font-size: 0.8em;
  padding: 3px 5px;
}
.cupos-overview .stopsalesRegion .stopSaleItem .motive {
  color: blue;
  font-weight: bold;
}
.cupos-overview .stopsalesRegion .stopSaleItem + .stopSaleItem {
  border-top: 1px solid #ccc;
}
.cupos-view-v2 .dataRow {
  background: white;
}
.cupos-view-v2 .dataRow > div {
  width: 2.5%;
}
.cupos-view-v2 .dataRow > div:first-child {
  width: 20%;
}
.cupos-view-v2 .isMonthRow {
  background: #ccc;
  font-weight: bold;
  font-size: 1.3em;
}
.cupos-view-v2 .isMonthRow > div {
  padding: 10px 0;
  border-color: #AAA;
}
.cupos-view-v2 .isRoomType {
  font-weight: bold;
  background: #E8E8E8;
}
.cupos-view-v2 .isCell {
  border-left: 1px solid #ccc;
  text-align: center;
}
.cupos-view-v2 .isCell:last-child {
  border-right: 1px solid #ccc;
}
.cupos-view-v2 .isCell.highlight {
  background: yellow !important;
}
.cupos-view-v2 .isCell.disabled {
  background: #d9d9d9;
  color: #b3b3b3;
}
.cupos-view-v2 .isCell.hasStopsale {
  background: #ff9999;
}
.cupos-view-v2 .isRoomType .hasStopsale {
  background: #ff6666;
}
.cupos-view-v2 .boxes {
  overflow: hidden;
  margin: 2px;
}
.cupos-view-v2 .box {
  float: left;
  padding: 1px;
  min-height: 17px !important;
  background: #2B97BB;
  width: 50%;
  color: white;
  font-size: 0.7em;
}
.cupos-view-v2 .box.a {
  background: #6be536;
  -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;
}
.cupos-view-v2 .box.b {
  font-weight: bold;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cupos-view-v2 .box.cero {
  background: #ccc;
}
.cupos-view-v2 .isCell.disabled .a {
  background: #d9d9d9;
}
.cupos-view-v2 .isCell.disabled .b {
  background: #b3b3b3;
}
.cupos-view-v2 .isCell.highlight .a {
  background: #d6d600;
}
.cupos-view-v2 .isCell.highlight .b {
  background: #adad00;
}
.cupos-view-v2 .dayNameLabel {
  font-size: 0.6em;
}
.cupos-view-v2 .isWeekend {
  background: #bfbfbf;
}
.cupos-view-v2 .selectionBox {
  background: yellow;
  padding: 20px 50px;
  position: fixed;
  top: 0px;
  left: 50%;
  z-index: 99999;
  width: 400px;
  margin-left: -200px;
}
.cupos-view-v2 .isCupoRow .isRowLabel {
  transition: background 0.3s;
  cursor: pointer;
}
.cupos-view-v2 .isCupoRow .isRowLabel:hover,
.cupos-view-v2 .isCupoRow .isRowLabel.focused {
  background: yellow;
}
.calendarGridDirective {
  background: #ccc;
}
.calendarGridDirective td {
  padding: 2px;
  background: white;
  border: 1px solid #ccc;
}
.calendarGridDirective td:first-child {
  text-align: right;
  font-weight: bold;
  width: 100px;
}
.calendarGridDirective .invalid {
  background: #ccc;
}
.calendarGridDirective .special {
  background: red !important;
}
.calendarGridDirective .highlight {
  background: yellow;
}
.calendarGridDirective .week-ends {
  border-right-width: 4px;
  border-right-color: #ccc;
  background: #eee;
}
.sha1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.sha2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.sha3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}
.sha4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}
.panel {
  background: #f5f5f5;
}
.panel > .panel-heading,
.panel > .panel-footer {
  background: #fefefe;
}
.generic-detalle-servicio-view {
  z-index: 9999;
}
.generic-detalle-servicio-view img {
  max-width: 100%;
}
.generic-detalle-servicio-view .simpleCalendar .withData {
  color: white;
}
.generic-detalle-servicio-view .simpleCalendar {
  box-shadow: none;
  width: auto;
}
.generic-detalle-servicio-view .priceInfo {
  color: #EF6C0F;
  font-weight: bold;
  font-size: 1.4em;
}
.generic-detalle-servicio-view .galeryImage {
  max-height: 200px;
  max-width: 100%;
}
.bodyVoucherBody {
  padding: 0px;
  margin: 0px;
}
.voucherPrintView .voucher {
  position: relative;
  line-height: 15px;
  /*border:2px solid red;*/
  margin: 5px 0;
  height: 300px;
  width: 687px;
}
.voucherPrintView .voucher:nth-child(3n+4) {
  page-break-before: always;
}
@media print {
  .voucherPrintView .menu {
    display: none !important;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/04/2016, 11:13:18
    Author     : Pablo Bandin <p48l0.84nd1n@gmail.com>
*/
.pyth-decorator {
  /** form fields inline con la misma altura... */
}
.pyth-decorator input[type="file"] {
  display: inline;
}
.pyth-decorator .pyth-fields textarea,
.pyth-decorator .pyth-fields input[type="text"],
.pyth-decorator .pyth-fields select {
  width: 100%;
  background: none;
  padding: 5px;
  border: none;
  outline: none;
  max-width: 100%;
  min-width: 100%;
  color: blue;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 1px dotted #ccc;
}
.pyth-decorator .pyth-fields textarea:hover,
.pyth-decorator .pyth-fields input[type="text"]:hover,
.pyth-decorator .pyth-fields select:hover {
  border-bottom: 1px solid blue;
}
.pyth-decorator .pyth-fields textarea {
  background: #fafafa;
}
.pyth-decorator .pyth-fields select.normal {
  width: auto !important;
  min-width: auto;
}
.pyth-decorator .pyth-fields .clickableListItm {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #eee;
  padding: 3px;
  font-size: 1.1em;
}
.pyth-decorator .pyth-fields .clickableListItm:hover {
  background: blue;
  color: white;
}
.pyth-decorator .inlineFields input[type="text"],
.pyth-decorator .inlineFields select {
  background: #eee;
  padding: 5px;
  border: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 30px;
}
.pyth-decorator .fileErrorMsg {
  background: #f3e5e5;
  margin: 10px 0px;
  padding: 10px;
  font-size: 1.1em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  color: red;
}
.pyth-decorator .fileErrorMsg a {
  color: blue;
}
.fields-layout {
  font-size: 14px;
}
.fields-layout .arr_item a.itmName {
  color: blue ;
}
.fields-layout .arr_item a.itmName:hover {
  text-decoration: underline;
}
.fields-layout .arr_itemNumber {
  font-size: 1.3em;
  font-weight: bold;
}
.itmRelator > div {
  padding: 10px;
  border: 1px solid #eee;
  border-left: 3px solid #eee;
  background: #EEEEEE;
}
.itmRelator > div .gname {
  font-size: 1.15em;
  padding: 10px 0px;
  color: #000;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
}
.itmRelator > div .gitem {
  padding: 15px;
  background: #fff;
  margin-bottom: 10px;
  color: #444;
  border-left: 5px solid #CCCCCC;
}
.listados .active {
  text-decoration: underline;
}
.listados .filters {
  float: left;
  width: 250px;
  overflow: hidden;
  padding-right: 15px;
}
.listados .filterwrapper {
  width: 250px;
  padding-right: 20px;
}
.listados .filters p {
  width: 250px;
}
.listados .filters {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.listados .filters.ng-hide {
  width: 0px;
}
.listados input[type="text"] {
  border: 0px;
  background-color: #f5f5f5;
  width: 100%;
  font-size: 16px;
}
.listados input[type="text"]:focus {
  outline: none;
}
.listados .filterbox {
  margin-bottom: 15px;
}
.listados .filtersearch {
  padding-left: 35px;
  position: relative;
  background-color: #f5f5f5;
  border: 1px solid lightgrey;
}
.listados .filtersearch:before {
  content: "\f002";
  font-family: FontAwesome;
  left: 8px;
  position: absolute;
  font-size: 18px;
}
.listados .checkitems {
  max-height: 300px;
  overflow: auto;
}
.listados .checkitems {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.listados .checkitems.ng-hide {
  max-height: 0px;
}
.listados .checkitem {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid lightgrey;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.listados .filters ul {
  list-style: none;
  padding-left: 15px;
}
.listados .filters .subcat {
  padding-left: 10px;
}
.listados .filters .subcat h5 {
  cursor: pointer;
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
}
.listados .filters .subcat h5:before {
  content: "\f0da";
  font-family: FontAwesome;
  left: 5px;
  position: absolute;
  transition: 0.5s all;
}
.listados .filters .subcat h5.open:before {
  transition: 0.5s all;
  transform: rotate(90deg);
}
.listados .itemselected {
  position: relative;
}
.listados .itemselected:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.listados .clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.listados .herramientas > div {
  float: right;
  line-height: 24px;
}
.listados .herramientas > div > div {
  display: inline-block;
  padding: 0px 20px;
  background-color: #428bca;
  margin-left: 15px;
  cursor: pointer;
  color: white;
  border: 2px solid  #428bca;
}
.listados .herramientas > div > div:hover {
  background-color: white;
  color: #428bca;
  border: 2px solid  #428bca;
}
.listados .herramientas > div > div input {
  padding: 0;
  border: 0px;
  background-color: transparent;
}
.listados .herramientas > div > div:last-child {
  vertical-align: middle;
}
.listados .herramientas > div > div:last-child a {
  text-decoration: none;
  color: inherit;
}
.listados .oH {
  float: left !important;
  clear: none !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.allscreen {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pdflightbox {
  background-color: white;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  padding: 20px;
}
.pdflightbox .fa-times {
  cursor: pointer;
}
.citems li {
  display: inline-block;
  width: 145px;
}
.importante {
  color: red;
}
.pdflightbox h5 {
  margin-bottom: 0;
}
.pdflightbox input {
  border: 1px solid lightgrey;
  width: 200px;
}
.pdflightbox .tconfig li {
  padding: 10px;
}
.pdflightbox .tconfig div {
  width: 150px;
  float: left;
  line-height: 35px;
}
.closelightbox {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: red;
}
.pdfbutton {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 2px 25px;
  cursor: pointer;
  background-color: #428bca;
  color: white;
  border: 2px solid  #428bca;
}
.pdfbutton:hover {
  background-color: white;
  color: #428bca;
  border: 2px solid  #428bca;
}
.pdfbutton .fa {
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pdflightbox .checkitem {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid lightgrey;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer;
}
.pdflightbox .itemselected {
  position: relative;
}
.pdflightbox .itemselected:before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 2px;
  position: absolute;
}
.cas div:after {
  content: "";
  display: table;
  clear: both;
}
.cas label {
  margin-right: 15px;
}
.cas input[type="checkbox"],
.cas input[type="radio"] {
  vertical-align: middle !important;
  margin-top: -1px !important;
}
.cas .titulo {
  float: left;
}
.cas .tabla {
  float: right;
  width: 60vw;
}
.cas .tabla table {
  border-collapse: separate;
  border-spacing: 6px 3px;
  table-layout: fixed;
  empty-cells: hide;
}
.cas .tabla td {
  background-color: lightgrey;
  text-align: center;
}
.cas .table-head {
  width: 60vw;
  float: right;
}
.cas .table-head table {
  border-bottom: 1px solid grey;
  text-align: center;
  border-collapse: separate;
  border-spacing: 6px 3px;
  font-size: 10px;
  table-layout: fixed;
}
.cas .cas .table-head td {
  text-align: center;
}
.cas .expandir .sangria1 {
  margin-left: 20px;
}
.cas .expandir .sangria2 {
  margin-left: 20px;
}
.cas .expandir .sangria3 {
  margin-left: 20px;
}
.cas .expandir .sangria4 {
  margin-left: 20px;
}
.cas .expandir .sangria5 {
  margin-left: 20px;
}
.cas .expandir .sangria6 {
  margin-left: 20px;
}
.cas .expansor {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid grey;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.cas .expansor:after {
  content: "\f067";
  font-family: fontAwesome;
  font-size: 12px;
  color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 12px;
  display: block;
}
.cas .expansor.abierto:after {
  content: "\f068";
}
.cas .cantidad {
  font-size: 10px;
  margin-left: 15px;
}
.cas .tabla.anio td {
  background-color: #fedbb1;
  height: 45px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
}
.cas .tabla.mes td {
  background-color: #ffcadc;
}
.cas .tabla.ciudad td {
  background-color: #9dd9f3;
}
.cas .tabla.dia td {
  background-color: lightgrey;
}
.cas table.rojo td {
  background-color: #EB4C48;
}
.cas table.verde td {
  background-color: #7DCC72;
}
.cas table.amarillo td {
  background-color: #EBE674;
}
.cas .marktoggle label {
  display: inline;
}
.cas .detalles {
  margin-left: 5px;
  padding: 2px 10px;
  background-color: #eee;
  float: left;
  border: 1px solid lightgrey;
}
.cas .filtro-desplegable {
  display: inline-block;
}
.cas .filtro-desplegable-titulo {
  padding: 10px 10px;
  width: 200px;
  cursor: pointer;
  position: relative;
}
.cas .filtro-desplegable-titulo:before {
  content: "\f054";
  font-family: fontAwesome;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.5s all;
}
.cas .filtro-desplegable-categorias {
  position: absolute;
  width: 200px;
  max-height: 0;
  overflow: hidden;
  transition: .5s all;
}
.cas .filtro-desplegable#fd1:hover .filtro-desplegable-titulo:before,
.cas .filtro-desplegable#fd2:hover .filtro-desplegable-titulo:before {
  transform: translate(0, -50%) rotate(90deg);
}
.cas .filtro-desplegable#fd1:hover .filtro-desplegable-categorias,
.cas .filtro-desplegable#fd2:hover .filtro-desplegable-categorias {
  max-height: 500px;
}
.cas .controlls {
  padding: 20px;
  background-color: #f1f1f1;
}
.cas .controlls a {
  display: block;
}
.cas .botones-categorias span {
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.cas .filtro-desplegable-titulo {
  background-color: #008CB5;
  color: white;
  line-height: 14px;
}
.cas .filtro-desplegable-categorias {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #008CB5;
}
.cas .controlls a {
  color: white;
  padding: 10px;
  line-height: 14px;
}
.cas .controlls a:hover {
  background-color: #01b7f2;
  text-decoration: none;
}
.sha1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.sha2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.sha3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}
.sha4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}
.errorText {
  color: red;
  font-weight: bold;
  margin: 30px;
}
.removeScrollbars {
  overflow: hidden;
}
body {
  /*
    background: url(/pyth-app/bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    */
  background: #E8E8E8;
}
@media print {
  .notForPrint {
    display: none;
  }
}
.pyth-main-app {
  background: #fff;
  margin: 20px 0;
  /*overflow            : hidden;*/
  padding: 20px;
  -webkit-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 13px -4px rgba(0, 0, 0, 0.75);
  padding-bottom: 40px;
  border: 8px solid #eee;
}
.pyth-main-app .pythAppMenu {
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding: 5px 10px;
}
.pyth-main-app .pythAppMenu a + a {
  padding-left: 10px;
}
.pyth-main-app .pythAppMenu a {
  padding: 5px 10px;
  cursor: pointer;
  cursor: hand;
  background: #fefefe;
  margin-right: 3px;
  color: #444;
}
.pyth-main-app .pythAppMenu a.selected,
.pyth-main-app .pythAppMenu a:hover {
  background: #eee;
  color: #000;
  text-decoration: none;
}
.pyth-main-app .pythAppMenu .past {
  font-weight: bold;
}
.dropdown-menu {
  z-index: 9999;
}
.strippedBackground {
  background: repeating-linear-gradient(-45deg, #fefefe, #fefefe 2px, #eeeeee 3px, #eeeeee 6px);
}
/*# sourceMappingURL=main.css.map */.pyth-file-print {
  padding: 10px;
  font-size: 9px;
}
.pyth-file-print hr {
  border-top: 1px dashed #ccc;
  margin: 10px 0;
}
.pyth-file-print .optionTitle {
  margin: 0px 0;
}
.pyth-file-print table {
  width: 100%;
}
.pyth-file-print .black {
  border-top: 2px solid #555;
}
.pyth-file-print .botText {
  font-size: 8px;
}
.pyth-file-print thead th {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}
.pyth-file-print .capi {
  text-transform: capitalize;
}
.pyth-file-print .negrita {
  font-weight: bold;
}
.pyth-file-print .noNegrita + .negrita td {
  border-top: 1px solid black;
  padding-top: 5px;
}
.pyth-file-print .finfin td {
  border-top: 1px solid black;
  padding-top: 5px;
}
/*# sourceMappingURL=file-print-view.css.map */