.fa-whatsapp:before {
	color: #00bb2d !important;
} 

.page-load-status {
  display: none; /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
}

/*colores theme*/
a:focus {
    color: #c96810;
}
.taxfree-carrito{
    fill:#ed8323;
}
.taxfree{
    fill:#ed8323;
}
.borde-color-carrito{
    border: 1px solid;
}
.borde-color-carrito{
    border-color: #ed8323 !important;
}
.sweet-alert button.confirm {
     background-color: #ed8323 !important;
     border-color: #e27513 !important;
 }
.btn-ghost.btn-primary > .input-icon {
  color: #ed8323 !important;
}
/*fin colores theme*/




.lista-footer > li:last-child{
  margin-right: 10px;
}
.lista-footer.list-border > li:last-child{
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(0,0,0,0.13);
}
.lista-footer > li:first-child{
  margin-left: 10px;
}
.lista-footer.list-border > li:first-child{
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(0,0,0,0.13);
}
.bt2{
	border-width: 0px!important;
    border-top-width: 2px !important;
}
.br0 {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.br25 {
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
.btn.br25:hover {
  -webkit-border-radius: 35px;
  border-radius: 35px;
}
 .affix {
   bottom: 0;
   z-index: 9999 !important;
 }
.form-group.form-group-sm .input-icon {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  top: 25px;
}
.form-group.form-group-sm .input-text {
  left:5px;
}

.collapsable > span.menos:before {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 16px;
  right: 30px;
}
.collapsable > span.menos:before {
  content: '\f107';  
}
.collapsable > span.menos.collapsed:before {
  content: '\f106';  
}
.collapsable > a.menos:before {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 16px;
  right: 30px;
}
.collapsable > a.menos:before {
  content: '\f107';  
}
.collapsable > a.menos.collapsed:before {
  content: '\f106';  
}
.collapsable {
	cursor: pointer;
}
.booking-filters {
	width: 100%;
}
.booking-filters .checkbox-small label{
	font-size: 13px;
}
.booking-filters > h4 {
  padding: 0 20px;
}
.booking-filters-title  a,
.booking-filters-title  a:focus,
.booking-filters-title  a:hover {
  color: #565656;
  text-decoration: none;
}


.booking-filters-title {
  font-weight: 300;
}
.booking-filters-title > a {
  display: block;
}
.i-check{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius:2px;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden !important;
}
.modal-border-top{
  border-top: 1px solid #e5e5e5;	
}
.btn > input {
	border:none;
	background-color: transparent;	
}
.btn > .input-icon {
	color: #666 !important;	
}
.btn-primary > .input-icon {
	color: #fff !important;	
}
.btn-ghost.btn-primary:hover > .input-icon{
	color: #fff !important;	
	
}
.heightAuto{
	height: auto;
}
.min-width75px{
	min-width:75px;
}
.min-width100px{
	min-width:100px;
}
.min-width150px{
	min-width:150px;
}
@media only screen and (max-width: 500px) {
	.min-width75px{
		width: 100% !important;
	}
	.min-width100px{
		width: 100% !important;
	}
	.min-width150px{
		min-width:100px;
		width: 100% !important;
	}
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
	.min-width150px{
		min-width:100px;
	}
}
.bold700 {
    font-weight: 700;
}

.table-layout {
    display: table;
}

.table-layout .table-cell {
    display: table-cell;
}
.fixed-width-100px {
    width: 100px;
}
.fixed-width-130px {
    width: 130px;
}
@media only screen and (min-width: 768px) {
    /* Pantallas tipo Tablet SM */
    .table-layout-sm {
        display: table;
    }

    .table-layout-sm .table-cell-sm {
        display: table-cell;
    }

    .fixed-width-100px-sm {
        width: 100px;
    }
    .mt120-sm {
        margin-top: 120px !important;
    }
}
@media only screen and (max-width: 767px) {
    /* Pantallas tipo Celular XS */

    .fixed-width-100porc-xs {
        width: 100%;
    }
}

.session-timout-warning button[data-bb-handler="signOut"]{
    display: none;
}

.d-inline-block{
    display: inline-block;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: inherit !important;
}
/*YOUR CUSTOM STYLES*/
.tooltip_m:hover:before {
    position: absolute;
    margin-top:-10px;
    margin-left:4px;
    /*margin-left:24px;*/
    content: ''; /*esto es para q tome el triangulito, sino no lo toma*/
    border-style: solid;
    border-width: 0 7px 7px 7px; /*esto es para definir el tamaño del triangulito*/
    border-color: transparent transparent #E4E4E4 transparent;
    /* esto es para girar el triangulito porque estamos ubicando el tooltip arriba */
    -webkit-transition-duration: 0.3s;
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    /* fin girar triangulito */
}
.tooltip_m:hover:after{
    position: absolute;
    margin-left:-20px;
    margin-top: -54px; /* - 16px * 2 - 10px - 6px - 6px */
    /* 0 - line-height * 2 + margin-top de tooltip_m:hover:before - padding-top - padding-bottom */
    background: #E4E4E4;
    padding: 6px;
    content: attr(title);
    text-align:center;
    font-size:13px;
    font-weight:600;
    color:#2F2F2F; /* defino el color porque sino en la fecha seleccionada pone el texto en blanco */
    line-height:16px;
    white-space: pre-wrap; /* esto es para que me tome el salto de linea &#10; */
    -webkit-transition-duration: 0.3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:5px;
}
.text-color-success{
    /*definir para cada scheme del mismo color que btn-success (background), si es que esta definido, sino toma el de bootstrap*/
    color: #5cb85c;
}
.bold {
    font-weight: bold !important;
}
.semi-bold {
    font-weight: 600 !important;
}
.apenas-bold {
    font-weight: 400 !important;
}
#contOpcionesDatosTarjetas .form-control {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.text-bottom{
    vertical-align: bottom;
}
select option:first-child[value="0"]{
    color: #A1A1A1;
}
/*Guillermina Borghi*/
.form-horizontal label {
    display: inline-block !important;
}
.form-horizontal .form-control {
    display: inline-block;
    //width: auto;
    vertical-align: middle;
}
.form-horizontal .fecha .date-pick {
    margin-left: -15px;
}
.form-horizontal .fecha .fa {
    position: relative;
    top: 0px;
    left: 15px;
}
.form-horizontal .fecha {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.wrapper {
    display : flex;
    align-items : center;
}
.cursor-pointer{
    cursor:pointer !important;
}
.cursor-default{
    cursor:default !important;
}

/* OVERFLOW VISIBLE Y OCULTO */
.overflow-v{
    overflow:visible !important;
}
.overflow-h{
    overflow:hidden !important;
}

/* ALTURAS DEFINIDAS */
.h20{
    height:25px !important;
    line-height:15px !important;
}

/* LINE HEIGHT */
.lh12{
    line-height:12px !important;
}

/* FUENTES TAMAÑOS */
.fs10{
    font-size:10px !important;
}
.fs11{
    font-size:11px !important;
}
.fs12{
    font-size:12px !important;
}
.fs13{
    font-size:13px !important;
}
.fs14{
    font-size:14px !important;
}
.fs16{
    font-size:16px !important;
}
.fs17{
    font-size:17px !important;
}
.fs18{
    font-size:18px !important;
}
.fs20{
    font-size:20px !important;
}
.fs22{
    font-size:22px !important;
}
.fs25{
    font-size:25px !important;
}

/* INICIA MARGENES Y PADDING PRE-ESTABLECIDOS */
/* PADDING */
.pt05em{
    padding-top: 0.5em;
}
.pt2plr5{
    padding:2px 5px !important;
}

.p0{
    padding:0px !important;
}
.p5{
    padding:5px !important;
}
.p10{
    padding:10px !important;
}
.p30{
    padding:30px !important;
}
.pb5{
    padding-bottom:5px !important;
}
.pb6{
    padding-bottom:6px !important;
}
.pb10{
    padding-bottom:10px !important;
}
.pb15{
    padding-bottom:15px !important;
}
.pb20{
    padding-bottom:20px !important;
}
.pb30{
    padding-bottom:30px !important;
}
.pb60{
    padding-bottom:60px !important;
}
.pt5{
    padding-top:5px !important;
}
.pt8{
    padding-top:8px !important;
}
.pt10{
    padding-top:10px !important;
}
.pt15{
    padding-top:15px !important;
}
.pl5{
    padding-left:5px !important;
}
.pl10{
    padding-left:10px !important;
}
.pl15{
    padding-left:15px !important;
}
.pl15{
    padding-left:15px;
}
.pl20{
    padding-left:20px !important;
}
.pl25{
    padding-left:25px !important;
}
.pl35{
    padding-left:35px !important;
}
@media only screen and (max-width: 399px) {
    .pl35{
    	padding-left:25px !important;
    }
}
@media only screen and (max-width: 372px) {
    .pl35{
    	padding-left:15px !important;
    }
}
@media only screen and (max-width: 352px) {
    .pl35{
    	padding-left:10px !important;
    }
}
.pr5{
    padding-right:5px !important;
}
.pr10{
    padding-right:10px !important;
}
.pr15{
    padding-right:15px !important;
}
.pr20{
    padding-right:20px !important;
}
.pr35{
    padding-right:35px !important;
}
@media only screen and (max-width: 399px) {
    .pr35{
    	padding-right:25px !important;
    }
}
@media only screen and (max-width: 372px) {
    .pr35{
    	padding-right:15px !important;
    }
}
@media only screen and (max-width: 352px) {
    .pr35{
    	padding-right:10px !important;
    }
}

/* PADDING 0 */
.padding0{
    padding: 0px !important;
}
.margin0{
    margin: 0px !important;
}
.pt-0{
    padding-top:0px !important;
}
.pb-0{
    padding-bottom:0px !important;
}
.pl-0{
    padding-left:0px !important;
}
.pr-0{
    padding-right:0px !important;
}
.pt0{
    padding-top:0px !important;
}
.pb0{
    padding-bottom:0px !important;
}
.pl0{
    padding-left:0px !important;
}
.pr0{
    padding-right:0px !important;
}

/* MARGIN */
.mt2{
    margin-top:2px !important;
}
.mt3{
    margin-top:3px !important;
}
.mt4{
    margin-top:4px !important;
}
.mt5{
    margin-top:5px !important;
}
.mt8{
    margin-top:8px !important;
}
.mt10{
    margin-top:10px !important;
}
.mt15{
    margin-top:15px !important;
}
.mt25{
    margin-top:25px !important;
}
.mt35{
    margin-top:35px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mb3{
    margin-bottom:3px !important;
}
.mb10{
    margin-bottom:10px !important;
}
.mb15{
    margin-bottom:15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25{
    margin-bottom:25px !important;
}
.mb35{
    margin-bottom:35px !important;
}
.mr4{
    margin-right:4px !important;
}
.mr10{
    margin-right:10px !important;
}
.mr15{
    margin-right:15px !important;
}

/* MARGIN NEGATIVOS */
.mt-5{
    margin-top:-5px !important;
}
.mt-7{
    margin-top:-7px !important;
}
.mt-10{
    margin-top:-10px !important;
}
.mt-20{
    margin-top:-20px !important;
}
.mb-7{
    margin-bottom:-7px !important;
}
.mb-10{
    margin-bottom:-10px !important;
}
.mb-15{
    margin-bottom:-15px !important;
}
.mr-10{
    margin-right:-10px;
}
.mr-15{
    margin-right:-15px;
}
/* MARGIN 0 */
.mt-0{
    margin-top:0px !important;
}
.mb-0{
    margin-bottom:0px !important;
}
.ml-0{
    margin-left:0px !important;
}
.mr-0{
    margin-right:0px !important;
}
.mt0{
    margin-top:0px !important;
}
.mb0{
    margin-bottom:0px !important;
}
.ml0{
    margin-left:0px !important;
}
.mr0{
    margin-right:0px !important;
}
/* FIN MARGENES Y PADDING PRE-ESTABLECIDOS */



.border-left-gray {
    border-left: 1px solid #3f3f3f;
}
.border-right-gray {
    border-right: 1px solid #3f3f3f;
}
.border-mp-5 {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px !important;
}
.border-mp-10 {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px !important;
}
.alert-gray{
    background-color: #f7f7f7;
    border-color: #d9d9d9;
}
.alert-gray .thumb-list li {
    border-color: #747474;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.thumb-list > li:last-child {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.modal .full-page{
    margin: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}
.w100{
    width: 100% !important;
    display: table;
}
.table-padding10 > thead > tr > th,
.table-padding10 > tbody > tr > th,
.table-padding10 > tfoot > tr > th,
.table-padding10 > thead > tr > td,
.table-padding10 > tbody > tr > td,
.table-padding10 > tfoot > tr > td {
    padding: 5px;
}
.table-padding10 .separador {
    padding: 0 !important;
}
.mensajeSeguimiento{
    line-height: 1.4;
    padding: 5px;
}
.pointer{
    cursor:pointer;
}
.flex-parent{ /*clase para row para alineacion vertical  (le da a las columnas la misma altura del row)*/
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-child{ /*clase para la columna que queremos centrar*/
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.user-profile-sidebar{
    margin-right: 0px;
}
.fa{
    vertical-align: middle;
    /*line-height: inherit;*/
}
a:hover{
    cursor:pointer;
}
.top-user-area .top-user-area-list {
    margin-top: 10px;
    padding-right:15px;
    position: absolute;
}
@media only screen and (max-width: 567px) {
    .top-user-area .top-user-area-list {
        margin-top: 0px;
        position: relative;
        padding-left:15px;
        float: right;
    }
}
.caracteristica{
    font-style: inherit;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
@media only screen and (min-width: 378px) {
    .achicarLetra, .achicarLetraHeight, .achicarLetraWidth{
        line-height: 1em;
        display: inline-block;
    }
    .achicarLetra, .achicarLetraHeight, .achicarLetraWidth{
        line-height: 1em;
        display: inline-block;
    }
}
.achicarLetra,
.achicarLetraWidth{
    max-width: 100%;
}
.textReservando{
    max-height: 18px;
    height: 18px;
}
.textPrecioLG{
    max-height: 47px;
    font-size: 47px;
}
.textPrecio40{
    max-height: 40px;
    font-size: 40px;
}
.textPrecio32{
    max-height: 32px;
    font-size: 32px;
}
.textPrecioSM{
    max-height: 20px;
    font-size: 20px;
}
.giveMeEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.giveMeEllipsis1Renglon {
    /*-webkit-line-clamp: 1; !* N: number of lines to show *! !* lo comento porque me generaba distinta altura entre los q entraban en un renglón y los que no *! */
    line-height: 1.4em;        /* X: fallback */
    max-height: calc(1 * 1.4em);       /* X*N: fallback */
}
.popup-text .iconleft{
    line-height: 1;
    float: right;
    right: -14px;
    top: -14px;
    position: relative;
}
@media only screen and (max-width: 239px) {
}
@media only screen and (min-width: 320px) {
}
@media only screen and (min-width: 348px) {
}
@media only screen and (max-width: 399px) {
}
@media only screen and (max-width: 347px) {
    .mr0-348{
        margin-right: 0px !important;
    }
    .mt20-348{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 329px) {
    .mr0-xmobile{
        margin-right: 0px !important;
    }
    .mt20-xmobile{
        margin-top: 20px;
    }
    .w100-xmobile{
        width: 100% !important;
        display: block;
    }
}
@media only screen and (min-width: 330px) {
    .mr30-mobilex{
        margin-right:30px;
    }
}
@media only screen and (max-width: 419px) {
    .importeAdicional {
        display: inline-block;
        float: none !important;
    }
}
@media only screen and (max-width: 479px) {
    .ml0-mobile{
        margin-left: 0px !important;
    }
    .mr0-mobile{
        margin-right: 0px !important;
    }
    .mt20-mobile{
        margin-top: 20px;
    }
    .mr30-mobile{
        margin-right: 30px;
    }
    .w100-mobile{
        width: 100% !important;
        display: block;
    }
}
@media only screen and (min-width: 480px) {
    .mr30-tablet{
        margin-right:30px;
    }
}
@media only screen and (max-width: 568px) {
}
@media only screen and (min-width: 640px) { /* Resolucion de pantalla */
}
@media only screen and (max-width: 767px) { /* Pantalla Mobile XS */

}
@media only screen and (min-width: 768px) { /* Pantallas tipo Tablet SM */
}
@media only screen and (min-width: 800px) { /* Resolucion de pantalla */
}
@media only screen and (max-width: 991px) { /* hasta Tablet */
    .mt20-tablet{
        margin-top:20px;
    }
    .mt30-tablet{
        margin-top:30px;
    }
    .mt15-tablet{
        margin-top:15px;
    }
}

@media only screen and (max-width: 767px)  {
    .mt30-xs {
        margin-top: 30px;
    }
    .mt15-xs{
        margin-top:15px;
    }
}
@media (min-width: 992px) { /* Pantallas Medias MD */
}
@media only screen and (min-width: 992px) { /* Pantallas Medias MD */
    .cuadrohabitaciones td{
        max-width: 100px;
    }
    .cuadrohabitaciones td{
        max-width: 230px;
    }
    .giveMeEllipsisLargo {
        -webkit-line-clamp: 18; /* N: number of lines to show */
        /*line-height: 1.6em;        /* X: fallback */
        max-height: calc(18 * 1.6em);       /* X*N: fallback */
    }
    .giveMeEllipsisCorto {
        -webkit-line-clamp: 2; /* N: number of lines to show */
        /*line-height: 1.4em;        /* X: fallback */
        max-height: calc(2 * 1.4em);       /* X*N: fallback */
    }
    .popup-text i{
        right: 0px;
        top: 0px;
    }
}
@media only screen and (min-width: 1024px) {  /* Resolucion de pantalla */
    .popup-text i{
        right: -14px;
        top: -14px;
    }
    .buscadorHorizontal .col-xs-1, .buscadorHorizontal .col-sm-1, .buscadorHorizontal .col-md-1, .buscadorHorizontal .col-lg-1,
    .buscadorHorizontal .col-xs-2, .buscadorHorizontal .col-sm-2, .buscadorHorizontal .col-md-2, .buscadorHorizontal .col-lg-2,
    .buscadorHorizontal .col-xs-3, .buscadorHorizontal .col-sm-3, .buscadorHorizontal .col-md-3, .buscadorHorizontal .col-lg-3,
    .buscadorHorizontal .col-xs-4, .buscadorHorizontal .col-sm-4, .buscadorHorizontal .col-md-4, .buscadorHorizontal .col-lg-4,
    .buscadorHorizontal .col-xs-5, .buscadorHorizontal .col-sm-5, .buscadorHorizontal .col-md-5, .buscadorHorizontal .col-lg-5,
    .buscadorHorizontal .col-xs-6, .buscadorHorizontal .col-sm-6, .buscadorHorizontal .col-md-6, .buscadorHorizontal .col-lg-6,
    .buscadorHorizontal .col-xs-7, .buscadorHorizontal .col-sm-7, .buscadorHorizontal .col-md-7, .buscadorHorizontal .col-lg-7,
    .buscadorHorizontal .col-xs-8, .buscadorHorizontal .col-sm-8, .buscadorHorizontal .col-md-8, .buscadorHorizontal .col-lg-8,
    .buscadorHorizontal .col-xs-9, .buscadorHorizontal .col-sm-9, .buscadorHorizontal .col-md-9, .buscadorHorizontal .col-lg-9,
    .buscadorHorizontal .col-xs-10, .buscadorHorizontal .col-sm-10, .buscadorHorizontal .col-md-10, .buscadorHorizontal .col-lg-10,
    .buscadorHorizontal .col-xs-11, .buscadorHorizontal .col-sm-11, .buscadorHorizontal .col-md-11, .buscadorHorizontal .col-lg-11,
    .buscadorHorizontal .col-xs-12, .buscadorHorizontal .col-sm-12, .buscadorHorizontal .col-md-12, .buscadorHorizontal .col-lg-12
    {
        padding-left: 0px;
        padding-right: 0px;
    }
    .buscadorHorizontal .form-group
    {
        margin-bottom: 0px;
    }
    .buscadorHorizontal .elemento
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    .buscadorHorizontal .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media only screen and (min-width: 1200px) { /* pantallas grandes LG */
    .giveMeEllipsisLargo {
        -webkit-line-clamp: 21; /* N: number of lines to show */
        /*line-height: 1.6em;        /* X: fallback */
        max-height: calc(21 * 1.6em);       /* X*N: fallback */
    }
    .flex-parent-1200{ /*clase para row para alineacion vertical  (le da a las columnas la misma altura del row)*/
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }
    .flex-child-1200{ /*clase para la columna que queremos centrar*/
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}
@media only screen and (min-width: 1280px) { /* Resolucion de pantalla */
}
@media only screen and (min-width: 1440px) {/* Resolucion de pantalla */
}
@media only screen and (min-width: 1680px) { /* Resolucion de pantalla */
}
@media only screen and (min-width: 1920px) { /* Resolucion de pantalla */
}
.center-block {float: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box_carrito .booking-item-payment-details > li .booking-item-payment-date .booking-item-payment-date-weekday{
    line-height: initial !important;
}
.box_carrito .booking-item-payment-date-separator{
    width: 100%;
    padding: 10px;
}
/* Guillermina Borghi*/
.booking-item-img-wrap {
    overflow: hidden;
}
.booking-item-img-wrap .booking-item-img-num {
    z-index:1;
}
/**/
/**/
body {
    overflow: visible !important;
}

.booking-item .booking-opciones {
    border-top: 1px solid #e6e6e6;
}
.booking-item .booking-opciones:first-child {
    border-top: none;
}

/*.booking-item-details .booking-item-header-price .text-lg {*/
/*font-size: 32px;*/
/*}*/

.booking-item-price{
    font-size: 20px;
    /*color: #e27513; se puso text-color*/
}

.header-top {
    padding: 0px 0;
    max-height: 200px;
    min-height: 95px; /*Guillermina Borghi*/
    background: #412a1f; /*definir para cada scheme*/
}

header .container{
    background-color:#412a1f; /*definir para cada scheme*/
}
.logo img {
    max-height: 89px;
}

h6.thumb-title {
    font-size: 15px;
    font-weight: 400;
}

.bookingTituloHot{
    float: left;
    display: block;
}
footer#main-footer{
    background-color: #412a1f; /*definir para cada scheme*/
    padding: 50px 0 30px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;

}

.bookingEstrellasHot{
    padding-top:  10px;
    padding-left: 10px;
}

.stickerCarrito {
    background-color: red;
    opacity: 100;

}

#contCarrito{
    background-color: white;
}

@media (max-width:991px) {
    .header-top {
        max-height: none;
    }
    .booking-item-price{
        margin-top: 5px;
    }
    .bookingTituloHot{
        float: none;
        display: block;
    }
    .bookingEstrellasHot{
        padding-bottom: 15px;
        padding-left: 0px;
    }
}
@media only screen and (min-width: 650px) and (max-width: 767px) {
    .col-xs-8-650 {
        float: left;
        width: 66.66666667%;
    }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
    .col-xs-12-568 {
        float: left;
        width: 100%;
    }
    .col-xs-11-568 {
        float: left;
        width: 91.66666667%;
    }
    .col-xs-10-568 {
        float: left;
        width: 83.33333333%;
    }
    .col-xs-9-568 {
        float: left;
        width: 75%;
    }
    .col-xs-8-568 {
        float: left;
        width: 66.66666667%;
    }
    .col-xs-7-568 {
        float: left;
        width: 58.33333333%;
    }
    .col-xs-6-568 {
        float: left;
        width: 50%;
    }
    .col-xs-5-568 {
        float: left;
        width: 41.66666667%;
    }
    .col-xs-4-568 {
        float: left;
        width: 33.33333333%;
    }
    .col-xs-3-568 {
        float: left;
        width: 25%;
    }
    .col-xs-2-568 {
        float: left;
        width: 16.66666667%;
    }
    .col-xs-1-568 {
        float: left;
        width: 8.33333333%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px)  {
    .col-xs-12-480 {
        float: left;
        width: 100%;
    }
    .col-xs-11-480 {
        float: left;
        width: 91.66666667%;
    }
    .col-xs-10-480 {
        float: left;
        width: 83.33333333%;
    }
    .col-xs-9-480 {
        float: left;
        width: 75%;
    }
    .col-xs-8-480 {
        float: left;
        width: 66.66666667%;
    }
    .col-xs-7-480 {
        float: left;
        width: 58.33333333%;
    }
    .col-xs-6-480 {
        float: left;
        width: 50%;
    }
    .col-xs-5-480 {
        float: left;
        width: 41.66666667%;
    }
    .col-xs-4-480 {
        float: left;
        width: 33.33333333%;
    }
    .col-xs-3-480 {
        float: left;
        width: 25%;
    }
    .col-xs-2-480 {
        float: left;
        width: 16.66666667%;
    }
    .col-xs-1-480 {
        float: left;
        width: 8.33333333%;
    }
}
@media only screen and (max-width: 599px) {
    .col-xxs-12-600{
        width: 100%;
    }
}
@media only screen and (max-width: 567px) {
    .col-xxs-12-568{
        width: 100%;
    }
    .hidden-xxs-568 {
        display: none !important;
    }
    .col-xxs-4-568 {
        float: left;
        width: 50%;
        padding-left:0px;
        padding-right:0px;
    }
}
@media only screen and (max-width: 499px) {
    .col-xxs-12-500 {
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 347px) {
    .col-xxs-12-348 {
        float: left;
        width: 100%;
    }
    .hidden-xxs-346 {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .col-xxs-12-480 {
        float: left;
        width: 100%;
    }
    .col-xxs-11-480 {
        float: left;
        width: 91.66666667%;
    }
    .col-xxs-10-480 {
        float: left;
        width: 83.33333333%;
    }
    .col-xxs-9-480 {
        float: left;
        width: 75%;
    }
    .col-xxs-8-480 {
        float: left;
        width: 66.66666667%;
    }
    .col-xxs-7-480 {
        float: left;
        width: 58.33333333%;
    }
    .col-xxs-6-480 {
        float: left;
        width: 50%;
    }
    .col-xxs-5-480 {
        float: left;
        width: 41.66666667%;
    }
    .col-xxs-4-480 {
        float: left;
        width: 33.33333333%;
    }
    .col-xxs-3-480 {
        float: left;
        width: 25%;
    }
    .col-xxs-2-480 {
        float: left;
        width: 16.66666667%;
    }
    .col-xxs-1-480 {
        float: left;
        width: 8.33333333%;
    }
}
@media only screen and (max-width: 399px) {
    .col-xxs-12-400{
        width: 100%;
    }
    .col-xxs-6-400{
        float: left;
        width: 50%;
    }
}

.camposFecha {
    cursor: pointer !important;
    background-color: white !important;
    opacity: 1 !important;
}


/*VISTA NO DISPO SLIDER - PASO 1*/
.slick-nodispo{
    width:80%;
    margin:0 auto;
}
.nodispo-contendor-precios{
    width:70%;
    margin:0 auto;
}
.nodispo-contendor-precios span{
    font-size:17px;
}
.slick-nodispo .slick-slide > div {
    border-top:1px dashed #d1d1d1;
    padding:30px 0px;
}
.slick-nodispo .slick-slide > div:first-child {
    border-top: none;
}
.contenedor-importe{
    width:85%;
}
.fotorama__arr.slick-disabled{ /* ESTAMOS TOMANDO LA CLASS .fotorama__arr--disabled QUE SE ENCUENTRA EN styles.css, ES EL MISMO CODIGO */
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
.contenedor-mobile-restri .row{
    border-bottom: 1px dashed #d1d1d1;
    padding:8px 0px;
    margin: 0px 15px;
}
.contenedor-mobile-restri .row:last-child {
    border-bottom: none;
}

/*PARA EL LISTADO DE HOTELES - NO DISPO - PASO 1*/
#contenido-listado .slick-nodispo .slick-slide > div{
    padding:5px 0px;
}
#contenido-listado .p-fechas-nodispo{
    margin:0 0 3px;
}
#contenido-listado .text-center .h5-noches-no-dispo{
    margin-bottom: 1px !important;
}
#contenido-listado .comment-content .h5-restri-nodispo{
    margin-bottom: 1px !important;
}
#contenido-listado .icono-alerta-no-dispo{
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    vertical-align:middle !important;
}
#contenido-listado .contenido-restri-no-dispo{
    border-bottom:1px dashed #d1d1d1;
    padding:0px 0px;
    margin-bottom:20px !important;
}
#contenido-listado .contenedor-descripcion-restricciones{
    margin-bottom:25px;
}
#contenido-listado .contenedor-importe span{
    font-size:15px;
}
@media only screen and (max-width: 800px) {
    #contenido-listado .contenido-restri-no-dispo{
        margin-bottom:0px !important;
    }
}
@media only screen and (max-width: 599px) {
    #contenido-listado .h5-restri-nodispo{
        font-size:16px !important;
    }
    #contenido-listado .contenido-restri-no-dispo{
        margin-bottom:0px !important;
    }
    .contenido-restri-no-dispo h4{
        font-size:19px;
    }
}
@media only screen and (max-width: 499px) {
	h5.booking-title,
	h5.textReservando{
  		font-size: 17px;
	}
}
@media only screen and (max-width: 479px) {
	h5.booking-title,
	h5.textReservando{
  		font-size: 16px;
	}
    h3.contactese{
  		font-size: 23px;
    }
    h5.contactese{
  		font-size: 15px;
    }
}
@media only screen and (max-width: 460px) {
	h5.booking-title,
	h5.textReservando{
  		font-size: 15px;
	}
}
@media only screen and (max-width: 439px) {
	h5.booking-title,
	h5.textReservando{
  		font-size: 14px;
	}
}
@media only screen and (max-width: 399px) {
    h3.contactese{
  		font-size: 22px;
    }
    h5.contactese{
  		font-size: 13px;
    }
}
@media only screen and (max-width: 359px) {
    h3.contactese{
  		font-size: 21px;
    }
    h5.contactese{
  		font-size: 12px;
    }
}
@media only screen and (max-width: 334px) {
    h3.contactese{
  		font-size: 20px;
    }
}
@media only screen and (max-width: 324px) {
    h3.contactese{
  		font-size: 19px;
    }
}
@media only screen and (max-width: 312px) {
    h3.contactese{
  		font-size: 18px;
    }
    h5.contactese{
  		font-size: 11px;
    }
}
@media only screen and (max-width: 299px) {
    h3.contactese{
  		font-size: 17px;
    }
    h5.contactese{
  		font-size: 10px;
    }
}
@media only screen and (max-width: 290px) {
    h3.contactese{
  		font-size: 16px;
    }
}
@media (max-width:991px) {
    #contenido-listado .contenido-restri-no-dispo{
        border-bottom:0px dashed #d1d1d1 !important;
    }
    #contenido-listado .h5-restri-nodispo{
        text-align:left !important;
    }
}

/*COLORES Y TAMAÑO FUENTE DEFINIDOS POR NOSOTROS*/
.background-fafafa{
    background:#fafafa !important;
}
.background-fbfbfb{
    background:#fbfbfb !important;
}
.background-f0f0f0{
    background:#f0f0f0 !important;
}
.fontcolor-fafafa{
    color:#fafafa !important;
}
.background-cfcfcf{
    background:#CFCFCF !important;
}
.fontcolor-cfcfcf{
    color:#CFCFCF !important;
}
.fontcolor-4BBA7D{
    color:#4BBA7D !important;
}
.fontcolor-737373{
    color:#737373 !important;
}
.text-md{
    font-size: 32px;
}
.lineapunteada{
    border-bottom: 1px dashed #d1d1d1;
}
.font-weight-normal {
    font-weight: 400 !important;
}
/*.lineapunteada:last-child {*/
/*border-bottom: none;*/
/*}*/
.text-lowercase      { text-transform: lowercase !important; }
.text-uppercase      { text-transform: uppercase !important; }
.text-capitalize     { text-transform: capitalize !important; }

/*SELECT BOOTSTRAP - DISTRIBUCION DE CAMAS - PASO 2*/
.boton-desplegable-coniconos .dropdown-menu span{
    padding-left:8px !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
}

.boton-desplegable-coniconos i{
    padding-right:8px !important;
}

.boton-desplegable-coniconos .btn{
    padding:3px !important;
    padding-left:8px !important;
}

/*BEDDING - DISTRIBUCION DE CAMAS - PASO 2*/
.contenedor-habi-distribucion{
    margin-top:15px !important;
}
/*
.boton-desplegable-coniconos div button{
    border-radius: 0px;
}
.boton-desplegable-coniconos div button:hover{
    border-radius: 0px;
}
*/

/*TERMINOS Y GARANTIZAMOS - PASO 1*/
.texto-gratis{
    height: 21px;
    line-height: 21px;
    width:60px;
}
@media only screen and (max-width: 770px) {
    .mb10terminos {
        padding-bottom:10px;
    }
}

/*HABITACIONES TABLA PRODUCTOS Y DESCUENTO*/
.pl0-hab {
    padding-left:0px !important;
}
@media only screen and (max-width: 770px) {
    .pl0-hab {
        padding-left:15px !important;
    }
}
.tam-icon-hab{
    height: 28px !important;
    width: 28px !important;
    line-height: 28px !important;
    font-size:15px !important;
}
.fuente-rem-can-hab{
    font-size:13px !important;
}
.panterior-tachado-descuento{
    text-decoration:line-through;
    color:#F80001;
}
.panterior-tachado-descuento span{
    color: #737373;
}
.porc-rojo-descuento{
    background-color:#F80001;
    color:white;
    padding:2px;
}
.porc-rojo-descuento-sp{
    background-color:#F80001;
    color:white;
}
.porc-rojo-descuento-sp-listado{
    background-color:#F80001;
    color:white;
    width: 22px;
    height: 15px;
    line-height: 15px;
    float: left;
    margin-right:2px;
}
.porc-gris-descuento{
    background-color:#F80001;
    color:white;
    /*padding:2px;*/
}
.text-color-descuento{
    color:#F80001;
}
.linea-divisoria-descuentos{
    height:1px;
    background-color:#B2B2B2;
}
.linea-divisoria-descuentos:last-child{
    height:0px;
}

@media only screen and (max-width: 770px) {
    #conDescuentoDivSup {
        padding-top:20px;
        margin:0 auto;
        width:300px;
    }
    #sinDescuentoDivSup {
        padding-top:20px;
        margin:0 auto;
        width:300px;
    }
}

/* DESCUENTOS LISTADO HOTELES */
.fondo-rojo-descuentos-listado{
    background:url('../img/fondo.png') no-repeat;
    position:relative;
    width:73px;
    text-align:center;
    /*z-index:1000;*/
    z-index:900; /* lo cambié a 900 porque en portal, cuando usa el orden queda el fondo arriba de las opciones de orden (.nav-drop > .nav-drop-menu  tiene 999 )*/
    color:white;
    height:70px;
    margin-left:-9px;
    top:10px;
    padding:5px;
    font-size:20px;
}
.precio-mobile-listado{
    max-width:140px !important;
    height:32px !important;
}

@media only screen and (max-width: 1200px) {
    .fuente-hab-tablaproducto {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .fuente-hab-tablaproducto {
        font-size: 14px;
    }
}

.ocultar-renglon-carrito{
    height:1.6em !important;
    overflow:hidden !important;
}


/************************* CODIGO CENTRADO DE IMAGEN ANCHO/ALTO DENTRO DE DIV NUEVA VISTA HAB  **************************/
.contenedor-imagenes-productos-hab{
    max-width:115px !important;
}
.container-img-productos-hab{
    max-width:115px !important;
    height:80px;
}
@media only screen and (max-width: 1920px) {
    .container-img-productos-hab{
        height:80px !important;
    }
}
@media only screen and (max-width: 767px) {
    .container-img-productos-hab{
        height:80px !important;
    }
}
@media only screen and (max-width: 680px) {
    .container-img-productos-hab{
        height:80px !important;
    }
}
@media only screen and (max-width: 480px) {
    .container-img-productos-hab{
        height:80px !important;
    }
    .contenedor-imagenes-productos-hab{
        max-width:100px !important;
    }
    .container-img-productos-hab{
        max-width:100px !important;
        height:80px;
    }
}
@media only screen and (max-width: 380px) {
    .container-img-productos-hab{
        height:80px !important;
    }
    .contenedor-imagenes-productos-hab{
        max-width:93px !important;
    }
    .container-img-productos-hab{
        max-width:93px !important;
        height:80px;
    }
}

/************************* CODIGO CENTRADO DE IMAGEN ANCHO/ALTO DENTRO DE DIV  **************************/
.contenedor-imagenes-productos{
    max-width:500px !important;
}
.container-img-productos{
    max-width:500px !important;
    height:118px;
}
@media only screen and (max-width: 1920px) {
    .container-img-productos{
        height:118px !important;
    }
}
@media only screen and (max-width: 767px) {
    .container-img-productos{
        height:150px !important;
    }
    .mobile-descuento-superior{
        margin-right: 20% !important;
    }
}
@media only screen and (max-width: 680px) {
    .container-img-productos{
        height:118px !important;
    }
    .mobile-descuento-superior{
        margin-right: 17% !important;
    }
}
@media only screen and (max-width: 480px) {
    .container-img-productos{
        height:90px !important;
    }
    .mobile-descuento-superior{
        left:0% !important;
        margin-right: 0% !important;
    }
}
@media only screen and (max-width: 380px) {
    .container-img-productos{
        height:70px !important;
    }
    .mobile-descuento-superior{
        left:7% !important;
    }
}

.dotted-sep-hab-carrito{
    margin:3px 0 !important;
}


/* SERVICIOS MODAL NUEVA ESTRUCTURA TABS */
.tabs-servicios > li > a{
    padding:10px 9px;
}

.icono-servicios-tab{
    cursor:pointer;
}

.icono-servicios-tab i{
    right:0px;
}

.servicios-popup {
    position: fixed;
    background: #FFFFFF;
    padding: 30px;
    width:auto;
    max-width: 600px;
    right:0px;
    top:0px;
    margin-left:8px !important;
    -webkit-box-shadow: -4px 4px 14px 0px rgba(0,0,0,0.47);
    -moz-box-shadow: -4px 4px 14px 0px rgba(0,0,0,0.47);
    box-shadow: -4px 4px 14px 0px rgba(0,0,0,0.47);
}

.mservicios .mfp-container{
    padding:0 !important;
}

.mservicios{
    background:none !important;
}

@media only screen and (max-width: 1920px) {
    .servicios-popup {
        max-height: 100%; /*toma la altura de la pantalla, en dado caso que se supere, coloca el scroll*/
        overflow-y: auto;
    }
}

@media only screen and (max-width: 680px) {
    .mservicios{
        opacity:1 !important;
        background:white !important;
    }
    .servicios-popup {
        -webkit-box-shadow: -4px 4px 14px 0px white;
        -moz-box-shadow: -4px 4px 14px 0px white;
        box-shadow: -4px 4px 14px 0px white;
        right:auto;
        height: 100%;
        overflow-y: auto;
        margin-left:0px !important;
    }
    .tabs-servicios > li > a{
        padding:10px 5px;
        font-size:12px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px)  {
    .tabs-servicios > li > a{
        padding:10px 5px;
        font-size:12px;
    }
}

#servicios-popup .mfp-close{
    right:auto;
    left:0;
    z-index:100;
}

.buscadorZoomOut .mfp-close{
	right:15px;
}

.lista-servicios li {
    line-height: 1.4em;
}

.servicios-popup button{
    border: 1px solid #737373;
    color: #737373;
    font-size:30px !important;
    border-radius:30px !important;
    width:30px !important;
    height:30px !important;
    line-height:28px !important;
    margin-left:10px;
    margin-top:10px;
    outline-style: dotted !important;
    outline-color: white !important;
}

/*CODIGO DE DESCUENTO*/
.btn-cod-descuento{
    background:#717171 !important;
    border-color:#717171 !important;
}
.form-control-codigo-promocional{
	width: auto;
}
@media only screen and (min-width: 991px) and (max-width: 1200px)  {
    .boton-codigo-promocional-carrito{
        margin-top:15px;
    }
}
.carrito_facebook .form-control {
    max-width: 130px;
}
/*TAX FREE*/
.text-taxfree-cartel {
    line-height: 1em !important;
}
.borde-color-carrito{
    border-radius: 3px;
}
.fondo-tax-free{
    background:url('../img/taxfree.png') no-repeat;
    width:49px;
    height:44px;
    margin-top:10px;
}
.taxfree-carrito{
    width:63px;
    height:23px;
    margin-right:5px;
}
.taxfree{
    margin-top:5px;
    margin-right:10px;
    width:46px;
    height:41px;
}
.linea-divisoria-normal{
    height:1px;
    background-color:#B2B2B2;
    width:100%;
    margin-top:25px;
    margin-bottom:15px;
}
@media only screen and (min-width: 991px) and (max-width: 1200px)  {
    .text-taxfree-cartel{
        font-size:9px !important;
    }
}


/*HABITACIONES VISTA NUEVA*/
.btn-verdetalle-habnuevo{
    height:30px;
    width:100%;
    line-height:17px;
    font-size:13px;
}

.btn-vertarifas-habnuevo{
    height:35px;
    line-height:22px;
    font-size:13px;
}

.vista-capacidad-hab{
    border-top:1px;
    border-bottom:1px;
    border-top-color:#d9d9d9;
    border-bottom-color:#d9d9d9;
    border-bottom-style: solid;
    border-top-style: solid;
    /*height:32px;*/
    margin-top:1px;
}

.vista-capacidad-hab-modal{
    /*height:32px;*/
    margin-top:1px;
}

/*@media only screen and (max-width: 480px)  {*/
    /*.vista-capacidad-hab{*/
        /*border:none;*/
        /*margin-top:1px;*/
    /*}*/
/*}*/

.iconos-personas-hab{
    vertical-align:middle !important;
    margin-top:-5px !important;
}

.bebes-iconos-hab{
    line-height:28px !important;
}

.altura-enca-tabla-hab{
    height:20px !important;
}

.ancho-boton-agregar-hab{
    width:80%;
    margin:0 auto;
}

@media only screen and (max-width: 767px)  {
    .ancho-boton-agregar-hab{
        width:50%;
        float:left;
    }
}

.tabla-align-left-hab td p{
    text-align:left !important;
    font-size:14px !important;
    margin-top:5px !important;
}

@media only screen and (max-width: 1199px)  {
    .fondo-mobile-hab-tabla{
        background-color: #fbfbfb!important;
        border-color:#fbfbfb!important;
    }
    .fondo-mobile-hab-tabla td{
        border-color:#fbfbfb!important;
    }
}

.iconos-servicios-hab-borde{
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 23px;
    display: block;
    float:left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #686868;
}

.linea-sep-hab{
    margin-top:0px !important;
}

.desc-servicios-hab{
    overflow:hidden;
    height:15px;
    white-space:nowrap;
    text-overflow: ellipsis
}

.ancho-caract-modal-serv-hab{
    width:120px;
}

@media only screen and (max-width: 450px)  {
    .ancho-caract-modal-serv-hab{
        width:80px;
    }
}

.tooltip-hab-especial{
    max-width:350px;
}
@media (min-width: 500px) {
  .modal-xs {
    width: 345px;
    margin: 30px auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.btn-buscar-habitaciones .btninput{
    pointer-events: none !important;
}
#habitaciones .form-control[disabled],
#habitaciones .form-control[readonly],
#habitaciones fieldset[disabled] .form-control {
  background-color: #ffffff !important;
}


.form-group.form-group-xs {
  margin-bottom: 10px;
}
.form-group.form-group-xs label {
  margin-bottom: 3px;
  font-size: 13px;
}
.form-group.form-group-xs .form-control {
  height: 25px;
  padding: 3px 7px;
  font-size: 12px;
  line-height: 1.4em;
}

.form-group-xs .form-control{
	height:28px;
	
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
}

.form-group-xs select.form-control{
	height:28px;
	line-height:28px;
    margin-top:8px;
    padding:2px 4px;
    }
.form-group-xs select[multiple].form-control,.form-group-sm textarea.form-control{height:auto; width:100%;}
.form-group-xs .form-control-static{height:28px;min-height:30px;padding:6px 10px;font-size:12px;line-height:1.5}

.form-group-select {position: relative;}
.form-group-select:after{
	font-family: 'FontAwesome' !important;
	content: "\f107" !important;
    text-align: center !important;
    position: absolute !important;
	background: #fff !important;
	right: 1px !important;
	top: 1px !important;
    pointer-events: none !important;
  	border-radius: 3px;
    
	line-height:32px;
	width: 30px;
	height: 32px;
    font-size: 16px;
    font-weight: 700  !important;
}
.form-group-xs .form-group-select:after{
	line-height:26px;
	width: 23px;
	height: 26px;
}
.form-group-xs.form-group-select:after{
	line-height:26px;
	width: 23px;
	height: 26px;
}
.form-group-sm .form-group-select:after{
	line-height:28px;
	width: 25px;
	height: 28px;
}
.form-group-sm.form-group-select:after{
	line-height:28px;
	width: 25px;
	height: 28px;
}
.form-group-lg .form-group-select:after{
	line-height:43px;
	width: 40px;
	height: 43px;
    font-size: 20px;
}
.form-group-lg.form-group-select:after{
	line-height:43px;
	width: 40px;
	height: 43px;
    font-size: 20px;
}
.has-error .tooltip.top .tooltip-inner,
.has-error .tooltip.top-left .tooltip-inner,
.has-error .tooltip.top-right .tooltip-inner {	
  background-color: #a94442;
} 
.has-error .tooltip.top .tooltip-arrow,
.has-error .tooltip.top-left .tooltip-arrow,
.has-error .tooltip.top-right .tooltip-arrow {
  border-top-color: #a94442;
}
.has-error .tooltip.right .tooltip-arrow {
  border-right-color: #a94442;
}
.has-error .tooltip.left .tooltip-arrow {
  border-left-color: #a94442;
}
.has-error .tooltip.bottom .tooltip-arrow,
.has-error .tooltip.bottom-left .tooltip-arrow,
.has-error .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #a94442;
}
/*
  border-color: #a94442;
  color: #a94442;
  background-color: #f2dede;
  */