html,body {
    height:100%;
    min-height:100%;
}

.clear {
    clear: both;
}

.nopadding {
    padding:0px !important;
}
.pull-center {
    display:block;
    margin:auto;
}
.nomargin {
    margin:0px !important;
}
abbr[title] {
    text-decoration:none;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 770px) {
    .row-eq-height {
        display: block;
    }
}

/* Página de hoteis - VPD Travel */

#hotels-calc {
    border-color: #894DA2;
    padding: 0;
}

/* Title */

.calc-title {
    text-align: center;
    border-bottom: solid 1px #e1e4e6;
    padding-bottom: 20px;
}


.calc-title h1 {
    font-weight: bold;
    font-size: 26px;
    color: #894DA2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* Sidebar */

#hotelsSidebar {
    background-color:#f2f2f2 !important;
    z-index: 1 !important;
    padding-bottom: 30px;
}

.sidebar-title {
    color: #894da2 !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    text-transform: none !important;
    padding-bottom: 15px;
    text-align: center;
}

#hotelsSidebar .form-group {
    margin-bottom: 20px;
}

.room-block {
    border-top: solid 1px #999;
}

.room-block h3{
    font-size: 15px;
    color: #4D4D4D;
}

.child-row {
    padding: 0px 15px;
}

button.btn-search {
    color: #fff;
    background-color: #1abc9c;
    cursor:pointer;
    font-weight:600;
    font-size:19px;
    width: 100%;
}

.add-more-rooms-block {
    margin-top: 30px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    padding-bottom: 10px;
}

.btn-add-room {
    font-size: 15px;
    font-weight: 500;
    color: #454545;
    letter-spacing: 0;
}

.btn-remove-room {
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    letter-spacing: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    text-align: right;
}

.btn-room-action:hover {
    color: #454545;
}


/* Result list */

#hotelsContent {
    padding: 25px;
}

.results-count p {
    font-weight: 900;
    font-size: 22px;
    color: #894DA2;
    letter-spacing: 0;
}

.hotel-result-item {
    border: 1px solid #dedede;
    border-radius: 9px;
    margin: 10px 0 5px 0;
    -webkit-transform: translateZ(0);
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    animation: fadeIn 0.6s;
    /* padding: 20px; */
    overflow: hidden;
}

.img-hotel-thumb {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border-right: 1px solid #dbdbdb;
    min-height: 210px;
}

@media (min-width: 768px) {

    .hotel-result-item h2 {
        font-weight: 900;
        width: auto;
        display: block;
        font-size: 24px;
        color: #894DA2;
        padding: 0 0 0 38px;
        position: relative;
        margin: 0;
        margin-top: 30px;
    }

    .hotel-result-item h2:before {
        content: '';
        background-image: url(../img/hotel-icon01.jpg);
        width: 26px;
        left: 0px;
        top: -5px;
        height: 34px;
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }
}
@media screen and (max-width: 767px) {

    .hotel-result-item-content {
        padding: 0 35px;
    }

    .hotel-result-item h2 {
        font-weight: 900;
        width: auto;
        display: block;
        font-size: 22px;
        color: #894DA2;
        padding: 0;
        position: relative;
        margin: 0;
        margin-top: 30px;
    }
}

.hotel-result-item ul li {
    color: #909090;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.hotel-result-item ul li.hotel-result-item-tema b {
    color:#233471
}
.hotel-result-item ul li b {
    color: #894DA2;
}
.hotel-result-item hr {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0px;
    height: 1px;
    background-color: #e6e6e6;
    width: 100%;
}
.hotel-result-item hr:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 100%);    
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 100%);    
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 81%, rgba(255, 255, 255, 1) 100%);    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
}

.hotel-price-block {
    text-align: right;
    font-weight: bold;
}

.hotel-price-block .hotel-price {
    color: #894DA2;
    font-size: 25px;
    line-height: 25px;
    padding-top: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 767px) {
    #hotels-calc .hotel-price-block .hotel-price {
        color: #894DA2;
        font-size: 25px;
        line-height: 25px;
        padding: 0px 35px 0;
        text-align: center;
        margin: 0;
    }
}


.hotel-price-block span.size-small{
    font-size: 15px;
}

.hotel-price-block span.size-small-ps{
    font-size: 15px;
    font-weight: 100;
    color: #999;
}

@media (min-width: 768px) {
    #hotels-calc .btn-action {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    #hotels-calc .btn-action {
        margin: 0 15px 15px 15px;
    }
}


@media (min-width: 768px) {
    .btn-hotel-info {
        width: 100%;
        border: 0px;
        border-radius: 6px;
        color: #ffffff;
        font-weight: bolder;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 5px;
        background-color: #894DA2;
        margin: 10px 0 0 5px;
        outline: none;
        right: 0;
        bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .btn-hotel-info {
        width: 100%;
        border: 0px;
        border-radius: 6px;
        color: #ffffff;
        font-weight: bolder;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 5px;
        background-color: #894DA2;
        margin: 0;
        outline: none;
        right: 0;
        bottom: 0;
    }
}




.quarto-selecionado .btn-hotel-info {
    background-color: #F29C17;
    outline: none;
}

@media (min-width: 768px) {
    .btn-hotel-info {
        margin-top: 20px;
    }

}
@media screen and (max-width: 767px) {
    .btn-hotel-info {
        margin-top: 10px;
    }

}

.btn-hotel-info:hover, 
.btn-hotel-info.selecionado {
    background-color: #F29C17;
    outline: none;
}
.btn-hotel-info.selecionado {
    text-align: left;
}
.btn-hotel-info.selecionado span {
    padding: 0 20px;
}
.btn-hotel-info.selecionado:after {
    content: '\f046';
    position: absolute;
    right: 20px;
    font-size: 24px;
    font-family: 'FontAwesome', sans-serif;
}

.hotel-features li{
    display: inline-block;
    padding-right: 5px;
}


/* Datepicker */

tbody {
    background: #fff;
}

td .ui-state-default {
    color: #555;
}
td .ui-state-hover {
    color: #555;
    background: #f7f7f7;
}

table.ui-datepicker-calendar th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: normal;
    border: none;
    border-top: 1px solid #3a414d;
    background: #f7f7f7;
}




/* PAGINA DETALHES */
#hotel-details-wrap {
    border-color: #894DA2;
    padding: 0;
}

#hotel-details-carousel {
    background-color: #000;
}

@media (min-width: 768px) {
    #hotel-details-carousel img {
        height: 420px;
        display: block;
        position: relative;
        width: auto;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    #hotel-details-carousel img {
        height: 250px;
        display: block;
        position: relative;
        width: auto;
        margin: 0 auto;
    }
}



.hotel-info-wrap {
    padding: 10px 50px;
}

@media (min-width: 768px) {
    .hotel-info h2 {
        font-weight: 900;
        width: auto;
        display: block;
        font-size: 24px;
        color: #894DA2;
        padding: 0 0 0 38px;
        position: relative;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .hotel-info h2:before {
        content: '';
        background-image: url(../img/hotel-icon01.jpg);
        width: 26px;
        left: 0px;
        top: -5px;
        height: 34px;
        display: block;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50%;
    }
}
@media screen and (max-width: 767px) {
    .hotel-info h2 {
        font-weight: 900;
        width: auto;
        display: block;
        font-size: 24px;
        color: #894DA2;
        padding: 0;
        position: relative;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 10px;
    }
}



.hotel-info hr {
    margin: 10px 0;
    padding-bottom: 10px;
}

.hotel-rules {
    padding: 10px 0;
}

#hotel-details-wrap h3 {
    font-weight: 900;
    width: auto;
    display: block;
    font-size: 21px;
    color: #894DA2;
    position: relative;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}

.hotel-rules hr {
    margin: 10px 0;
    padding-bottom: 10px;
}

.hotel-rules h2 {
    font-size: 19px;
    color: #894DA2;
    font-weight: 800;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin: 25px 0px 0 5px;
    margin-bottom: 15px;
}

.hotel-rules ul li {
    color: #909090;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.hotel-rules ul li.hotel-rules-tema b {
    color:#233471
}
.hotel-rules ul li b {
    color: #894DA2;
}


.hotel-variations-item {
    border: 1px solid #dedede;
    border-radius: 9px;
    margin: 10px 0 5px 0;
    padding: 20px;
    overflow: hidden;
}

.hotel-variations-item h4 {
    font-weight: 900;
    width: auto;
    display: block;
    font-size: 20px;
    color: #894DA2;
    margin: 0;
}

.hotel-variations-item .hotel-type {
    font-weight: 900;
    width: auto;
    display: block;
    font-size: 20px;
    color: #894DA2;
    margin: 0;
}

@media (min-width: 768px) {
    #hotel-details-wrap .hotel-price-block .hotel-price  {
        margin: 0;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    #hotel-details-wrap .hotel-price-block .hotel-price  {
        margin: 0;
        padding: 0;
    }
}



#hotel-details-wrap .btn-action {
    margin-right: 0;
}

#hotel-details-wrap .btn-hotel-info {
    margin-top: 10px;
}

#hotel-details-wrap .hotel-price-block span.size-small-ps {
    margin-top: -5px;
    display: block;
}

/* Sidebar */

.hotel-details-sidebar {
    background:  #f2f2f2;
    padding: 30px 10px;
}

.hotel-details-sidebar h3 {
    font-size: 19px;
    color: #894DA2;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hotel-details-sidebar p {

    font-size: 12px;
    color: #969696;
    letter-spacing: 0;
    text-align: center;
    line-height: 13px;
}

.hotel-details-party {
    background: #FCFCFC;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.hotel-details-party h5 {

    font-size: 16px;
    color: #894DA2;
    letter-spacing: 0;
    margin: 0;
    padding-bottom: 10px;
}

.hotel-details-party li {
    font-size: 14px;
    color: #969696;
    letter-spacing: 0;
    line-height: 20px;
}

p.subtotal {
    text-align: center !important;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    margin-top: 5px;
    
    font-size: 19px;
    color: #2c3e50;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 10px;
}

p.subtotal-note {
    color: #989898;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
}

.subtotal-note img {
    height: 14px;
}

.hotel-details-sidebar form p {
    text-align: left;
}

.hotel-details-sidebar form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.hotel-details-sidebar form .checkbox {
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
}

.subtotal-nights {
    text-align-last: left;
    font-size: 14px;
    line-height: 18px;
}

.subtotal-nights .counter {
    font-weight: bold;
}

/* VALORES PAGINAS DETALHES */
.hotel-taxas-block {
    background: #FCFCFC;
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}

.hotel-taxas-block .taxastotal-title {
    float: left;
    min-width: 180px;
}

.hotel-taxas-total img {
    float: right;
    padding-top: 12px;
}

.hotel-taxas-block .tt-title {
    font-family: Lato;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0;
}
.hotel-boleto .tt-title {
    color: #269B60;
}
.hotel-cartao1 .tt-title {
    color: #00a1e0;
}
.hotel-cartao6 .tt-title {
    color: #3863AD;
}
.hotel-cartao12 .tt-title {
    color: #552E88;
}

.hotel-taxas-block .tt-subtitle {
    font-size: 13px;
    display: block;
    margin-top: -7px;
}

.hotel-taxas-block:hover {
    background: rgba(0,213,221,0.95);
    border: 1px solid #E7E7E7;
}

.hotel-taxas-block:hover .tt-title,
.hotel-taxas-block:hover .tt-subtitle {
    color: #fff !important;
}

.hotel-taxas-block.pagto-selecionado {
    background: rgba(0,213,221,0.95);
    border: 1px solid #E7E7E7;
}

.hotel-taxas-block.pagto-selecionado .tt-title,
.hotel-taxas-block.pagto-selecionado .tt-subtitle {
    color: #fff !important;
}
.hotel-taxas-wrap {
    margin-bottom: 25px;
}

.hotel-details-sidebar .btn-primary[disabled] {
    background-color: #1abc9c;
    border-color: #1abc9c;
}



/* MODAL PAGAMENTO */

div#modalInfoPagto {
    background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    .extra-filters {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .extra-filters {
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* loader */
.loading img{
    width: 70px;
    margin: 240px auto 0; 
    display: block;
}

.loading {
    background: #f7f7f6d1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

/* Facility */

.facility-icon-home img {
    width: 25px;
}

.facility-icon img {
    width: 32px;
}

.hotel-facility-note {
    font-size: 16px;
    color: #894DA2;
    font-size: 16px;
    font-style: italic;
}

.hotel-info i{
    color: #bdbd00;
    
}

.back-btn {
    margin-top: 35px;
    margin-bottom: 10px;
}

.back-btn-action {
    padding-left: 5px;
}

.back-btn button#btn {
    display: inline-block;
    width: auto;
}

@media screen and (max-width: 767px) {
    .results-list .selectInfo,
    .results-list .noResults {
        margin-top: 30px;
        text-align: center;
        line-height: 25px;
    }
}

p.paymentNotification {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    text-align: center !important;
    margin-bottom: 0;
}

.hoteis-disney-message {
    border-radius: 10px;
    border: solid 1px #894DA2;
    padding: 10px;
    font-size: 12px;
    line-height: 13px;
    margin-bottom: 15px;
    color: #894DA2;
    background: #fff;
}



/* PROMO BLACK FRIDAY */

span.price-old-promo.ng-binding {
    font-size: 18px;
    color: #999;
}

.hotel-price-block .hotel-price {
    margin-bottom: 0;
}

p.subtotal.price-old-promo.ng-binding {
    border-top: 0;
    color: #999;
    border-top: solid 1px #ccc;
    padding-top: 15px;
    font-size: 17px;
}

p.subtotal {
    text-align: center !important;
    border-top: 0;
    padding-top: 0;
}

span.tt-title.price-old-promo.ng-binding {
    margin-bottom: -8px;
    font-size: 16px;
    color: #ccc;
}

.hotel-info-promo {
    font-size: 13px;
    background: #F29C17;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
}