﻿/* Centralize Form */
.section_heading {
    margin: 0;
    padding: 5px 0 35px 0;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    color: #333
}

ul.breadcrumb {
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ffffff;
    background-color: #ffffff;
}

.breadcrumb > li + li:before {
    display: none;
}

span.icon-home {
    height: 20px;
    width: 20px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAA81BMVEUAAAAAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8cAn8c+Ez6cAAAAUHRSTlMAAQIDBAUGBwgJCgwNDxITFBUWFxgbHB4jJTA2Nzg/QEJFTlBdZmdpbHB1d4WIj5GSmpueo6i0ubq+wMHDxcfIzM/R0+Lk5ujr7fHz9fn7/XDmJrgAAAD9SURBVDiNzZBrMwJxGEd/u21Xl8oSIrkkYl0TEirphvZ/vv+n8UJRszvGK9N5e87M75lH+neWliVJsUwmkwrR9jlUI5JugY+gTzwCtFJSHSDgV/tgDAxz4UHBwGAtNwCz8xASHAHNZCSSbDJm9rwqcGUvvrQX7OuQINUCDrX5Dm8bKgeC9SH42zr4Evsq+LPBLtBzrbPJuGe5PWBv4k+ARjx+zzd3sUQDOJUkOTXgwlrpMsVr1r4Eao4U7QCl8eoP/pZKQCeqaJ9RXscEKCs/outI7lNaN0EPVaWfs+Mzw/zMH/4c1D3P8+q/BEVJKs5pYMICMxVUTDAwFc0Ln7LLg6lbLHPEAAAAAElFTkSuQmCC);
    background-position: center;
    background-size: contain;
    vertical-align: text-bottom
}

.main_rastreator_viajes {
    display: table;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 20px;
}

    .main_rastreator_viajes .btn {
        width: 100%;
        padding: 15px;
        margin-left: 0px;
    }
/* tab structure */
.tab-box-wrap {
    margin-right: 0px;
    margin-left: 0px;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    top: 1px;
}

    ul.tabs li {
        background: #f4f4f4;
        color: #222;
        display: inline-block;
        padding: 25px 20px;
        cursor: pointer;
        font-size: 16px;
        float: left;
        margin-right: 0px;
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

        ul.tabs li:first-child {
            border-left: 1px solid #eeeeee;
        }

        ul.tabs li span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            color: #999;
        }

        ul.tabs li.current {
            background: #fff;
            color: #222;
            border: 1px solid #eeeeee;
            border-bottom: none;
            border-right: 0;
        }

        ul.tabs li.tab-link:last-child {
            border-right: 1px solid #eeeeee;
        }

        ul.tabs li.current:last-child {
            border-right: 1px solid #eeeeee;
        }

        ul.tabs li.current span {
            color: #222;
        }

.tab-content {
    display: none;

}

    .tab-content.hotels-contaner {
        /*padding-top: 25px;*/
    }

    .tab-content.current {
        display: inherit;
    }

.tab_form {
}

.checkboxes {
    float: left;
    width: auto;
}

span.vuelos_img {
    display: inline-block;
    background: url(/images/Centralize/tab/tab_icons.png) no-repeat -5px 0px;
    width: 32px;
    height: 32px;
}

span.hotels_img {
    background: url(/images/Centralize/tab/tab_icons.png) no-repeat -5px -84px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

span.rental_car_img {
    background: url(/images/Centralize/tab/tab_icons.png) no-repeat -5px -168px;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.tab-link b {
    font-weight: normal;
}

.tab_form input[type=checkbox]:not(old), .tab_form input[type=radio]:not(old) {
    width: 22px;
    margin: 0 0px 0 0;
    padding: 0;
    opacity: 0;
    display: none;
    cursor: pointer;
}

    .tab_form input[type=checkbox]:not(old) + label, .tab_form input[type=radio ]:not(old) + label {
        font-size: 12px;
        font-weight: normal;
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 5px 10px 5px 0px;
        line-height: 1;
        margin: 10px 0px 10px 1px;
        cursor: pointer;
    }

.multicheckboxes {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.tab_form .multicheckboxes input[type=checkbox]:not(old) + label, .tab_form .multicheckboxes input[type=radio ]:not(old) + label {
    padding: 5px 10px 1px 0px;
    margin: 10px 0px 1px 1px;
}

        /* fc */
        .tab_form input[type=checkbox]:not(old) + label span, .tab_form input[type=radio ]:not(old) + label span {
            background: url('/images/Centralize/tab/checks.png') no-repeat 0 -21px;
            line-height: 22px;
            float: left;
            margin-right: 8px;
            width: 18px;
            height: 18px;
            margin-top: -5px;
            cursor: pointer;
            border-radius: 5px;
        }



    .tab_form input[type=checkbox]:not(old):checked + label span, .tab_form input[type=radio]:not(old):checked + label span {
        background-position: 0px 0px;
    }

.tab_form input[type="text"] {
    width: 100%;
    padding: 15px 10px 15px 15px;
    /*border: 1px solid #CCC;*/
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    outline: none;
    color: #015368;
    background-color: #fff;
}
.inputautosuggestionWrapper {
    position: relative;
}
.inputautosuggestion {
    border: 1px solid #ddd;
}
    .inputautosuggestion ul {
        list-style: none;
        padding: 0;
        margin: 0;
        background: #fff;
    }
        .inputautosuggestion ul li {
            padding: 5px 15px;
            cursor: pointer;
            color: #000;
            font-size: 11.5px;
            font-family: Verdana,Arial,sans-serif;
        }
        .inputautosuggestion ul li:hover {
            background: #00a0c7;
            color: #fff;
        }
.inputautosuggestion {
    border: 1px solid #ddd;
    position: absolute;
    z-index: 2;
    top: 45px;
    width: 100%;
}
            .marlft_5 {
    margin-left: 0px;
}

/*.dates_dd {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    -ms-opacity: 1 !important;
    opacity: 1 !important;
}

    .dates_dd input[type="text"] {
        width: 100%;
        padding: 15px 10px 15px 15px;
        border-radius: 5px;
        margin: 0 auto;
        display: table;
        outline: none;
        background-color: transparent;
        position: relative;
        z-index: 1;
        cursor: pointer
    }

    .dates_dd .dateos {
        background: #fff url(/images/Centralize/tab/calender_icon.png) no-repeat 1px 11px;
        position: absolute;
        width: 28px;
        height: 44px;
        top: 3px;
        right: 5px;
        z-index: 0;
    }*/

/*input.smallwidth {
    max-width: 80px;
    float: left;
}*/

.dates_dd.inactive .dateos {
    background-position: 1px -34px;
}
/* fc */
.dates_dd.inactive input[type="text"] {
    color: #999;
    cursor: default !important;
}
.dates_dd.inactive input[type="text"]:hover {
    color: #999;
    cursor: default !important;
}

/*.hora_time {
    position: relative;
}

.hora_time {
    width: 100%;
    padding: 0;
    min-height: 50px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    outline: none;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

    .hora_time .hora {
        background: #fff url(/images/Centralize/tab/hora_icon.png) no-repeat 0px 14px;
        width: 28px;
        height: 44px;
        display: block;
        margin: 0 auto;
    }*/
/* fc */
.datoes_block {
    display: block;
    float: right;
    height: 48px;
    width: 25%;
}
/* fc */


/*.hota_dd {
    float: left;
    width: 75%;
}

    .hota_dd select {
        width: 50%;
        float: left;
        border: 0;
    }

    .hota_dd select {
        background-color: #fff;
        position: relative;
        color: #222;
        cursor: pointer;
        padding: 15px 5px 15px 15px;
        border-radius: 0px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: table;
        margin: 0 auto;
        background: url(/images/Centralize/tab/dd_img.png) no-repeat right center;
        outline: none;
        border-right: 1px solid #f5f5f5;
    }

        .hota_dd select.bdrlft {
        }*/




.tab_form input[type="text"].hora {
    width: 100%;
    padding: 15px 10px 15px 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    outline: none;
}

.tab_form .col-lg-12 {
    padding: 0;
    display: table;
    width: 100%;
}

.tab_form .col-sm-4, .tab_form .col-sm-6, .tab_form .col-sm-5, .tab_form .col-sm-3, .tab_form .col-xs-4, .tab_form .col-xs-6 {
    padding-left: 0px;
    padding-right: 10px
}

    .tab_form .col-sm-6.padl, .tab_form .col-sm-6.padl, .tab_form .col-sm-4.padl, .tab_form .col-xs-4.padl {
        padding-left: 0px;
    }

    .tab_form .col-sm-6.padrgt, .tab_form .col-sm-6.padrgt, .tab_form .col-sm-4.padrgt, .tab_form .col-xs-4.padrgt {
        padding-right: 0px;
    }

    .tab_form .col-sm-4.padrgt_gap, .tab_form .col-xs-4.padrgt_gap, .tab_form .col-sm-6.padrgt_gap, .tab_form .col-xs-6.padrgt_gap {
        padding-right: 5px;
    }


.tab_form .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}
/*nc*/

.landing form .hoteles_tab .select_dd select {
    padding-left: 10px;
}

.tab_form .col-sm-8 {
    padding-left: 0px;
    padding-right: 0px
}

.mtb15 {
    margin: 15px 0px;
}

.tourist_class {
    position: relative;
}

.tourist_class_img {
    background: url(/images/Centralize/tab/clase.png) no-repeat 3px 13px;
    width: 29px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 5px;
}

.adult_img {
    background: url(/images/Centralize/tab/adulto.png) no-repeat 8px 14px;
    width: 29px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 0;
}

.bebes_img {
    background: url(/images/Centralize/tab/bebes.png) no-repeat 12px 17px;
    width: 29px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 5px;
}

.ninos_img {
    background: url(/images/Centralize/tab/ninos.png) no-repeat 14px 15px;
    width: 29px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 5px;
}

.select_dd {
    position: relative;
}

    .select_dd select {
        width: 100%;
        background-color: #fff;
        position: relative;
        color: #222;
        cursor: pointer;
        padding: 15px 5px 15px 35px;
        border-radius: 5px;
        border: 1px solid #CCC;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: table;
        margin: 0 auto;
        background: url(/images/Centralize/tab/dd_img.png) no-repeat right center;
        outline: none;
    }

    .select_dd.disable_dd select {
        background: url(/images/Centralize/tab/dd_gray_img.png) no-repeat right center;
        color: #999999;
    }

    .select_dd select option {
    }

    .select_dd select::-ms-expand {
        display: none;
    }

.main_claim_wrapper .main_rastreator_compare .btn {
    width: 100%;
    padding: 12px;
}

.hoteles_tab .select_dd select {
    padding-left: 5px;
}


.nopad {
    padding-left: 0px !important;
}

.col-lg-12.m_show {
    display: none;
}

.col-lg-12 .d_show {
    display: block;
}

.placeholdersjs {
    color: #999 !important;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999 !important;
}

select:disabled {
    background: #999;
    opacity: 0.5;
}

input:disabled {
    background: #999;
    opacity: 0.5;
}

.tourist_count {
    position: absolute;
    background: #fff;
    padding: 10px;
    min-width: 50%;
    top: 6px;
    left: 35px;
    z-index: 1;
    cursor: pointer;
}
/*nc*/

/*new requirement*/

.dd_btn {
    width: 100%; /* fc */
    padding: 15px 10px 15px 35px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    text-align: left;
    outline: none;
    color: #222;
    background-color: #fff;
}

.dropdownlist {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.open .dropdownlist {
    display: block;
}

.dropdownlist li {
    border-bottom: 1px solid #f5f5f5;
}

.dropdownlist a {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #666;
}

i.list_txt {
    display: inline-block;
    font-style: normal;
}

.dropdownlist > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdownlist a:hover {
    background-color: #f4f4f4;
}

.arrowdd_img {
    background: url(/images/Centralize/tab/dd_img.png) no-repeat right center;
    width: 25px;
    height: 18px;
    position: absolute;
    right: 0;
}

.disable_dd .arrowdd_img {
    background: url(/images/Centralize/tab/dd_gray_img.png) no-repeat right center;
}

.hotelslogos {
    text-align: center;
    margin: 10px 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.vueloslogos {
    text-align: center;
    margin: 10px 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.alquilerlogos {
    text-align: center;
    margin: 10px 1px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}



.hotelslogos {
    padding-right: 0px;
    padding-left: 0px;
}


    .hotelslogos ul li {
        display: inline-block;
        text-align: center;
        width: 12%;
        text-align: center;
        padding-right: 5px;
    }

    .hotelslogos ul {
        margin: 0px;
        list-style: none;
        width: 100%;
        margin: 0 auto;
        /* border: 1px solid red; */
        display: table;
        padding: 0px;
    }



.vueloslogos ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
}

    .vueloslogos ul li {
        display: inline-block;
        float: left;
        width: 12%;
        margin: 0 2px;
    }


.alquilerlogos ul {
    list-style: none;
    width: 100%;
    float: left;
    padding: 0;
}

    .alquilerlogos ul li {
        display: inline-block;
        float: left;
        width: 8%;
    }

@media screen and (max-width:1024px) {
    /*.hora_time .hora {
        background-position: 3px 14px;
    }*/
}

@media screen and (max-width:800px) and (min-width:768px) {
    .formbox {
        padding-left: 0px;
        padding-right: 0px;
    }
    /*new change for ipad*/
    .dates_dd input[type="text"] {
        padding-left: 5px;
        cursor: pointer
    }

    .tab-box-wrap {
        margin-right: 0px;
    }

    .select_dd select {
        padding-left: 20px;
    }

    .adult_img {
        background-position: 1px 14px;
    }

    .ninos_img {
        background-position: 1px 15px;
    }

    .bebes_img {
        background-position: 1px 17px;
    }

    .select_dd.tourist_class select {
        padding-left: 35px;
    }

    .dates_dd.inactive .dateos {
        background-position: 4px -35px;
    }

    .dates_dd .dateos {
        background-position: 4px 10px
    }
    /*new change for ipad*/
    .tab_form input[type="text"] {
        padding: 15px 5px;
    }

    .hota_dd select {
        padding: 15px 5px;
    }

    /*.hora_time .hora {
        background-position: 2px 12px;
        background-color: transparent;
    }*/

    .tab_form .col-sm-4, .tab_form .col-sm-6, .tab_form .col-sm-5, .tab_form .col-sm-3, .tab_form .col-xs-4, .tab_form .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px
    }

        .tab_form .col-sm-4.padrgt_gap {
            padding-right: 0px;
        }

    .arrowdd_img {
        right: -5px;
    }

    .dd_btn {
        padding-left: 24px;
    }

    .dd_ipad {
        padding-left: 18px;
    }

    .tourist_class_img {
        left: 0px;
        background-size: 21px;
        background-position: 3px 15px;
    }

    .checkboxes {
        margin-left: 5px;
    }

        .checkboxes.chk_m_lft {
            margin-left: 0;
        }

    .vueloslogos ul li {
        margin: auto;
    }
}

@media screen and (max-width:767px) {
    .vuelosleft {
        margin-left: 10% !important;
    }

    .hotelslogos ul li {
        width: 33%;
        margin-top: 15px;
    }

    .secondlast {
        margin-left: 60px;
    }

    .hotelslogos ul li > img {
        width: auto !important;
    }

    .vueloslogos ul li {
        width: 33%;
        margin: 15px 0;
    }

    .secondlast {
        margin-left: 70px;
    }

    .alquilerlogos ul li {
        display: inline-block;
        float: left;
        width: 25%;
        margin-top: 20px;
    }

    .hotelleft {
        margin-left: 12%;
    }

    .mbs {
        margin-bottom: 20px;
    }

    .dd_btn {
        padding-left: 10px;
    }
    /* fc */
    .divclear {
        clear: both;
    }

    .formbox {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main_rastreator_viajes {
        display: block;
        margin-top: 30px;
        width: auto;
    }

    ul.tabs li {
        width: 33.33%;
        padding: 15px 20px;
    }

        ul.tabs li span {
            display: block;
            margin: 5px auto;
            text-align: center;
        }

    span.vuelos_img {
        display: inline-block;
        background: url(/images/Centralize/tab/tab_icons.png) no-repeat -3px -44px;
        width: 36px;
        height: 27px;
    }

    span.hotels_img {
        background: url(/images/Centralize/tab/tab_icons.png) no-repeat -3px -127px;
        display: inline-block;
        width: 36px;
        height: 27px;
    }

    span.rental_car_img {
        background: url(/images/Centralize/tab/tab_icons.png) no-repeat 0px -207px;
        display: inline-block;
        width: 45px;
        height: 27px;
    }

    .select_dd select {
        padding-left: 10px;
    }

    .tab_form input[type="text"] {
        padding-left: 10px;
    }

    .tourist_class_img, .adult_img, .bebes_img, .ninos_img {
        display: none;
    }

    .tab-link b {
        display: none;
    }

    .tab_form .col-sm-4, .tab_form .col-sm-6, .tab_form .col-sm-5, .tab_form .col-sm-3, .tab_form .col-xs-4, .tab_form .col-xs-6 {
        padding-left: 0px;
        padding-right: 0px
    }

    .mtb15 {
        margin: 10px 0px;
    }

    .tab_form .col-sm-4 {
        margin: 10px 0;
    }

    .tourist_class {
        margin-left: 0px;
        margin-right: 0px;
    }

    .padr {
        padding-right: 10px !important;
    }

    .mart {
        margin-top: 5px !important;
    }

    .main_rastreator_viajes .btn {
        margin: 10px 0px;
        width: 100%;
    }

    .section_heading {
        font-size: 25px;
        margin-top: 40px;
    }

    .tab_form input[type="text"] {
    }

    .tab_form .col-sm-4.padrgt_gap, .tab_form .col-sm-6.padrgt_gap, .tab_form .col-xs-6.padrgt_gap {
        padding-right: 0px;
    }

    .marlft_5 {
        margin-left: 0px;
    }

    .col-lg-12.m_show {
        display: block;
    }

        .col-lg-12.m_show .checkboxes {
            margin: 10px 0px 10px 0px;
        }

    .col-lg-12 .d_show {
        display: none;
    }

    .tab_form input[type=checkbox]:not(old) + label, .tab_form input[type=radio ]:not(old) + label {
        margin-bottom: 0px;
        margin-top: 5px;
    }

    .tab_form .col-sm-4.mtbnull {
        margin: 0px;
    }

    .car_rent_tab .col-lg-12.mtb {
        margin-top: 0px;
    }

    .car_rent_tab .checkboxes.mb10 {
        margin-bottom: 10px;
    }

    ul.tabs li.current {
    }

    .tab-content {
        border: none;
    }

    ul.tabs li.current:first-child {
        border-left-color: #FFF;
    }

    ul.tabs li.tab-link:last-child {
        border-right: 1px solid #f4f4f4;
    }

    ul.tabs li.current:last-child {
        border-right: 1px solid #FFF;
    }

    /*nc*/
    .tourist_count {
        left: 5px;
    }

    .hoteles_tab .col-lg-12.hoteles_main {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-flow: row wrap;
    }

    .hotel_destino {
       
    }

    .hotel_checkin {
        order: 2;
    }

    .hotel_confirm {
        order: 4;
    }

    .hotel_btn {
        order: 3;
    }

    .mb10 {
        margin-bottom: 10px;
    }

    .mt10 {
        margin-top: 10px
    }
    /* fc */

}


/*===========================================================================================*/

.has-error input, .has-error select, input.has-error {
    color: darkred;
    border-color: darkred !important;
    border: solid 1px;
    !important
}

.ui-autocomplete li:first-child div {
    border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #00a0c7 !important;
    background: #00a0c7 !important;
    font-weight: normal;
    color: #ffffff !important;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0px !important;
}

.ui-menu-item {
    display: block;
    padding: 0px !important;
}

    .ui-menu-item:hover, .ui-menu-item:focus, .ui-state-focus {
        border: 1px solid #00a0c7 !important;
        background: #00a0c7 !important;
        font-weight: normal;
        color: #ffffff !important;
    }

.outerDiv {
    width: 100%;
    font-size: 11.5px !important;
    padding: 5px 3px;
}

.ui-menu-item:hover, .ui-menu-item:focus, .ui-state-focus {
    border: 1px solid #00a0c7 !important;
    background: #00a0c7 !important;
    font-weight: normal;
    color: #ffffff !important;
}

.datepicker td, .datepicker th {
    font-size: 13px;
    width: 20px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    background-clip: padding-box;
    border-radius: 3px;
}

.datepicker table tr td span {
    width: 25%;
    height: 38px;
    line-height: 40px;
    display: inline-table;
    text-align: center;
    cursor: pointer;
}


.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    border-bottom: 3px solid #009fc7;
    background: none;
    color: #000000;
    font-weight: bold;
}

.datepicker table tr td.selectedDate, .datepicker table tr td.selectedDate:hover, .datepicker table tr td.selectedDate.disabled, .datepicker table tr td.selectedDate.disabled:hover {
    background-image: -moz-linear-gradient(to bottom, #009fc7, #009fc7);
    background-image: -ms-linear-gradient(to bottom, #009fc7, #009fc7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009fc7), to(#009fc7));
    background-image: -webkit-linear-gradient(to bottom, #009fc7, #009fc7);
    background-image: -o-linear-gradient(to bottom, #009fc7, #009fc7);
    background-image: linear-gradient(to bottom, #009fc7, #009fc7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: -moz-linear-gradient(to bottom, #007599, #007599);
    background-image: -ms-linear-gradient(to bottom, #007599, #007599);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#007599), to(#007599));
    background-image: -webkit-linear-gradient(to bottom, #007599, #007599);
    background-image: -o-linear-gradient(to bottom, #007599, #007599);
    background-image: linear-gradient(to bottom, #007599, #007599);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #ffffff;
}

.datepicker .datepicker-switch {
    width: 200px;
    padding: 5px 0px;
    text-align: center;
    cursor: pointer;
}

.datepicker .disabled {
    color: #ccc9c9;
    cursor: default;
}


.tab_form input[type="number"] {
    width: 100%;
    padding: 15px 10px 15px 15px;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 0 auto;
    display: table;
    outline: none;
    color: #222;
    background-color: #fff;
}


.nw_home .main_content .btn, .nw_home .main_content .btn :hover, .nw_home .main_blocks_footer .btn, .nw_home .main_blocks_footer .btn :hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

@media screen and (max-width:414px) {
    .vueloslogos ul li {
        width: 33%;
    }

    .secondlast {
        margin-left: 30px;
    }
}

.tab-box-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.dropdown-menu {
    border: 10px solid #f4f4f4;
    background-color: #f4f4f4;
}

.ui-autocomplete-loading {
    background: white url("data:image/gif;base64,R0lGODlhEAAQAPMPALu7u5mZmTMzM93d3REREQAAAHd3d1VVVWZmZqqqqoiIiO7u7kRERCIiIgARAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAPACwAAAAAEAAQAEAEcPDJtyg6dUrFetDTIopMoSyFcxxD1krD8AwCkASDIlPaUDQLR6G1Cy0SgqIkE1IQGMrFAKCcGWSBzwPAnAwarcKQ15MpTMJYd1ZyUDXSDGelBY0qIoBh/ZoYGgELCjoxCRRvIQcGD1kzgSAgAACQDxEAIfkEBQcADwAsAAAAAA8AEAAABF3wyfkMkotOJpscRKJJwtI4Q1MAoxQ0RFBw0xEvhGAVRZZJh4JgMAEQW7TWI4EwGFjKR+CAQECjn8DoN0kwDtvBT8FILAKJgfoo1iAGAPNVY9DGJXNMIHN/HJVqIxEAIfkEBQcADwAsAAAAABAADwAABFrwyfmColgiydpaQiY5x9Ith7hURdIl0wBIhpCAjKIIxaAUPQ0hFQsAC7MJALFSFi4SgC4wyHyuCYNWxH3AuhSEotkNGAALAPqqkigG8MWAjAnM4A8594vPUyIAIfkEBQcADwAsAAAAABAAEAAABF3wySkDvdKsddg+APYIWrcg2DIRQAcU6DJICjIsjBEETLEEBYLqYSDdJoCGiHgZwG4LQCCRECEIBAdoF5hdEIWwgBJqDs7DgcKyRHZl3uUwuhm2AbNNW+LV7yd+FxEAIfkEBQcACAAsAAAAABAADgAABEYQyYmMoVgeWQrP3NYhBCgZBdAFRUkdBIAUguVVo1ZsWFcEGB5GMBkEjiCBL2a5ZAi+m2SAURExwKqPiuCafBkvBSCcmiYRACH5BAUHAA4ALAAAAAAQABAAAARs0MnpAKDYrbSWMp0xZIvBKYrXjNmADOhAKBiQDF5gGcICNAyJTwFYTBaDQ0HAkgwSmAUj0OkMrkZM4HBgKK7YTKDRICAo2clAEIheKc9CISjEVTuEQrJASGcSBQcSUFEUDQUXJBgDBW0Zj34RACH5BAUHAA8ALAAAAAAQABAAAARf8Mn5xqBYgrVC4EEmBcOSfAEjSopJMglmcQlgBYjE5NJgZwjCAbO4YBAJjpIjSiAQh5ayyRAIDKvJIbnIagoFRFdkQDQKC0RBsCIUFAWsT7RwG410R8HiiK0WBwJjFBEAIfkEBQcADgAsAQABAA8ADwAABFrQybEWADXJLUHHAMJxIDAgnrOo2+AOibEMh1LN62gIxphzitRoCDAYNcNN6FBLShao4WzwHDQKvVGhoFAwGgtFgQHENhoB7nCwHRAIC0EyUcC8Zw1ha3NIRgAAIfkEBQcADwAsAAAAABAAEAAABGDwyfnWoljaNYYFV+Zx3hCEGEcuypBtMJBISpClAWLfWODymIFiCJwMDMiZBNAAYFqUAaNQ2E0YBIXGURAMCo1AAsFYBBoIScBJEwgSVcmP0li4FwcHz+FpCCQMPCFINxEAIfkEBQcADgAsAAABABAADwAABFzQyemWXYNqaSXY2vVtw3UNmROM4JQowKKlFOsgRI6ASQ8IhSADFAjAMIMAgSYJtByxyQIhcEoaBcSiwegpDgvAwSBJ0AIHBoCQqIAEi/TCIAABGhLG8MbcKBQgEQAh+QQFBwAPACwAAAEAEAAPAAAEXfDJSd+qeK5RB8fDRRWFspyotAAfQBbfNLCVUSSdKDV89gDAwcFBIBgywMRnkWBgcJUDKSZRIKAPQcGwYByAAYTEEJAAJIGbATEQ+B4ExmK9CDhBd8ThdHw/AmUYEQAh+QQFBwAPACwAAAEADwAPAAAEXvBJQIa8+ILSspdHkXxS9wxF4Q3L2aTBeC0sFjhAtuyLIjAMhYc2GBgaSKGuyNoBDp7czFAgeBIKwC6kWCAMxUSAFjtNCAAFGGF5tCQLAaJnWCTqHoREvQuQJAkyGBEAOw==") right center no-repeat;
    background-position: right 10px top 20px;
}

.btn-success {
    color: #fff;
    background-color: #77b300;
    border-color: #669a00
}

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #77b300;
        border-color: #669a00
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #558000;
        border-color: #3d5c00
    }

@media screen and (max-width: 767px) {
    .hotel_checkin {
        margin-top: 10px;
    }
}

@media screen and (max-width: 769px) {
    #buscar-hotel {
        min-width: 120px;
    }

    /*#datepicker2Flight {
        padding-left: 2px;
    }*/
}

.hotel_confirm {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#buscar-carrental, #buscar-hotel, #buscar-flight {
    font-weight: bold !important;
}

.vueloslogos li, .hotelslogos li {
    padding-right: 5px;
}

.js-autocompleteFlight {
    font-size: 12px !important;
}