.rdc-engine{
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d3d3d;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}

.rdc-engine form
{
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    border-radius: 50px;
    height: 100%;
    z-index: 999;
}

.rdc-engine form label{
    margin-bottom: 0;
}

.rdc-engine form label i
{
    font-size: 18px;
    color: #3d3d3d;
}

.rdc-engine form .engine-form-wrapper{
    display: flex;
    height: 100%;
    width: 85vw;
    max-width: 1050px;
    max-height: 60px;
    align-items: center;
    border: 0!important;
    outline: 0!important;
    justify-content: space-between;
    padding: 0;
    position: relative;
}

.rdc-engine form input.engine-input{
    padding-left: 15px;
    overflow: hidden;
    padding-right: 10px;
}

.rdc-engine form input{
    border: none;
    outline: none;
    margin-right: 1rem;
    max-height: 52px;
    background: none;
    height: 100%;
    font-size: 18px;
    color: #3d3d3d;

}

#locality-destiny,
#locality-hotel{
    display: flex;
    flex-direction: column;
}

#locality-destiny a,
#locality-hotel a,
#locality-state a
{
    margin-bottom: 5px;
    color: #2b2724;
}

/* Datas */

#CheckInOut
{
    padding-left: 10px;
    height: 0;
    width: 0;
    position: absolute;
    top:50%;
    left: 25%;
    transform: translate(-25%, -50%);
}

.daterangepicker{
    padding: .5rem;
}

.daterangepicker td.end-date,
.daterangepicker td.start-date,
.daterangepicker td.active:hover
{
    background-color: #ff0845;
    border-radius: 100px;
}

.daterangepicker td.start-date{
    border-radius: 30px 0 0 30px;

}

.daterangepicker td.end-date {
    border-radius: 0 30px 30px 0;
}

#check-label{
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

#check-label p{
    /*text-align: center;*/
    width: 100%;
    margin-bottom: 0!important;
    padding-left: 1rem;
    padding-right: 10px;
    overflow: hidden;
    font-size: 18px;
}

.daterangepicker th.month{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;

}

.daterangepicker.auto-apply .drp-buttons{
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem
}

.daterangepicker .drp-buttons .hide-apply-button{
    display: none;
}

.daterangepicker .drp-buttons .btn{
    background-color: #ff0845;
    border: none;
    border-radius: 30px!important;
    color: #ffffff;
    font-size: 11px!important;
    font-weight: 500!important;
    padding: 2px 20px!important;
    line-height: .5rem;
    min-height: 30px;
}

.daterangepicker .drp-selected{
    opacity: 0;
}



/* Quartos */
#engine-quartos-area{
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    position: relative;
    height: 100%;
}

#engine-quartos-area span
{
    padding-left: 20px;
}

#quartos-label
{
    width: 100%;
    font-size: 18px;
}


#engine-quartos-wrapper{
    position: absolute;
    top: calc(100%);
    width: 100%;
    left: 0;
    padding: 1em 2em;
    background-color: white;
    border-radius: 5px;
    z-index: 1000;
    box-shadow:0 0 3px 1px rgba(0,0,0,.1); ;
}

.engine-quarto-single{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.engine-quarto-single h5,
.engine-quarto-single p{
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0;
}

.quarto-input-group{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.quarto-input-label{
    margin-top: 20px;
}

.quarto-input-label small{
    font-size: .875rem;
}

.quarto-input-control .adult-input-plus,
.quarto-input-control .adult-input-minus,
.quarto-input-control .kid-input-plus,
.quarto-input-control .kid-input-minus
{
    color: #f90c51;
    font-size: 1.5rem;
    cursor: pointer;
}

.quarto-input-control .input-value{
    margin: 0 1.5rem;
    font-size: 1.125rem
}

.quarto-childrens-age{
    margin-top: 10px;
}

.quarto-childrens-age p{
    font-size: 12px;
    font-weight: 400;
}

.children-age-input-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}

.children-age-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(50% - 10px);
    margin-right: 10px;
    padding: 5px 0;
}

.children-age-single select{
    width: 100%;
    padding: 5px;
    font-size: 13px;
}

.children-age-single select .onSelect,
.children-age-single select .onSelect:focus
{
    color: #2b2724;
    border-color: #d8d8d8;
    outline: 0;
}

.children-age-single select.notSelected
/*.children-age-single select.notSelected:focus*/
{
    color: #ff0845;
    border-color: #ff0845 !important;
    outline: 0!important;
}

.children-age-single select.notSelected:focus{
    color: #2b2724;
    border-color: #d8d8d8;
}

.children-age-single small{
    font-size: 9px;
    color: #ff0845;
    margin-top: 5px;
}

.locality-wrapper{
    height: 100%;
    padding-left: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#locality-modal{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 1000;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    border-radius: 5px;
}

#locality-modal h5{
    margin: 10px 0;
}

.engine-quartos-btn-area{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1em;
    padding-top:10px;
}


/* Tamanhos dos campos */
.locality-wrapper,
.checkin-out-area
{
    overflow: hidden;
    width: 30%;
}
.checkin-out-area{
    position: relative;
}


#engine-quartos-area
{
    /*overflow: hidden;*/
    width: 33.33%;
}

#engine-send-request
{
    width: 16.6%
}

@media screen and (max-width: 1000px){
    .rdc-engine form .engine-form-wrapper{
        flex-direction: column;
        padding: 0;
        width: 90vw;
        max-height: 100%;
        height: 100%;
    }

    #locality-modal{
        top: 20%;
    }

    #check-label p{
        padding-left: 0;
    }



    .rdc-engine form .locality-wrapper{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: .5em;
        margin-bottom:10px;
        padding-left: 20px;
    }

    .rdc-engine form input{
        min-height: 50px;
        /*width: 85%;*/
        /*margin-bottom: 10px;*/
    }

    .rdc-engine form button{
        width: 100%
    }

    #engine-quartos-area{
        width: 85%;
        height: 50px;
    }

    #engine-quartos-wrapper{
        width: 70vw;
        left: 10vw;
        padding: 1em;
    }

    #engine-quartos-area span{
        padding-left: 15px;
    }

    #quartos-label{
        padding: .5em 0;
    }

    .quarto-input-control .input-value{
        margin: 0 1rem;
    }

    .locality-wrapper label{
        /*padding-left: 20px;*/
    }

    .locality-wrapper .engine-input{
        /*text-align: center;*/
        width: 100%;
    }


    .checkin-out-area{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
        height: 50px;
    }

    .checkin-out-area label{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #check-label p{
        text-align: left;
        margin-left: 15px;
    }

    #engine-quartos-area{
        width: 100%;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    #engine-quartos-area i{
        /*padding-left: 20px;*/
    }

    #quartos-label{
        text-align: left;
    }

    #engine-send-request{
        width: 100%;
    }
}

@media screen and (max-width: 360px){
    .quarto-input-control .input-value{
        margin: 0;
    }
}

