.tour_search {
    position: relative;
    top: 80px;
    z-index: 2;
}


#tour_search .input-group-text{
    background: #e7e7e7;
    color: #8d8d8d;
    border: none;
    border-radius: 0 5px 5px 0 !important;
    font-size: 0.8em;


    font-family: "iranyekanwebbold", "robotobold", sans-serif;
    width: 50px;
    text-align: center;
    cursor: default;

}

#tour_search form .input-group-prepend {
    margin: 0;
}

#tour_search  input{
    border: none;
}
#tour_search .form-control {
    position: relative;
    color: #363636;
    font-size: 0.8em;
    cursor: pointer;
    font-family: "iranyekanwebbold", "robotobold", sans-serif;
    background-color: white;
    overflow:hidden;
}

#tour_search > div.form-control{
    margin: 2px 5px;
}

#tour_search i.fixIcon {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ec3237;
    z-index: 1;
}
#tour_search .tt-input {
    padding-right: 56px;
    width: 200px;
    text-align: right;
}

#tour_search .passengerInfo .form-control {
    height: 26px;
    padding: 2px 5px 0;
    text-align: center;
}

#tour_search .passengerInfo .input-group {
    z-index: 9;
    position: relative;
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 10px 0 10px;
    border-radius: 5px;
}

#tour_search .btn-primary {
    /*width: 150px;*/
    height: 40px;
    border: none;
    border-radius: 5px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f728c2+0,ec3237+100 */
    background: rgb(247, 40, 194);
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(247, 40, 194, 1)), to(rgba(236, 50, 55, 1)));
    background: linear-gradient(to right, rgba(247, 40, 194, 1) 0%, rgba(236, 50, 55, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f728c2', endColorstr='#ec3237', GradientType=1);
    /* IE6-9 */
}

#tour_search .passengerInfo {
    display: none;
    top: 50px;
    background: #FFFFFF;
    position: absolute;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 1;
}

#tour_search .passengerInfo h3 {
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    margin: 15px 10px 20px 0;
    cursor: default;
}

#tour_search .journeyType {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 30px 10px;
    width: 100%;
}


#tour_search .journeyType .buttonTypes {
    font-size: 0.9em;
    border: 1px solid #7f7f7f;
    color: #7f7f7f !important;
    width: 104px;
    height: 30px;
    background: transparent;
    margin-left: 10px !important;
    border-radius: 15px !important;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#tour_search .journeyType .buttonTypes i {
    margin-left: 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#tour_search .journeyType .buttonTypes:last-child {
    margin-left: 0 !important;
}

#tour_search .journeyType .buttonTypes:hover i {
    color: #ec3237 !important;
}

#tour_search .journeyType .buttonTypes.active {
    color: #ec3237 !important;
    border: 1px solid #ec3237;
}

#tour_search .passengerInfo .input-group-btn button {
    width: 21px;
    height: 21px;
    font-size: 0.7em;
    line-height: 20px;
    padding: 1px 0 0;
    border: 1px solid #ec3237;
    background: transparent;
    color: #ec3237;
}

#tour_search .passengerInfo .input-group-btn button:disabled {
    background: #d4d4d4;
    color: #FFFFFF;
    border: none;
}

#tour_search .passengerInfo input {
    cursor: default;
    -webkit-box-flex: 0.7;
    -ms-flex-positive: 0.7;
    flex-grow: 0.7;
}

#tour_search .passengerInfo input .disabledInput {
}

#tour_search .titleClass {
    text-align: right;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    cursor: default;
    font-size: 0.9em;
}

#tour_search .titleClass.disabled {
    color: #aeaeae !important;
}

#tour_search .passengerInfo .input-group span {
    line-height: 2;
    color: #333333;
}

#tour_search .passengerInfo .input-group-btn button:enabled:hover {
    background: #ec3237;
    color: #FFFFFF;
}

#tour_search .passengerInfo .input-group-btn button:disabled {
    background: #d4d4d4;
    color: #FFFFFF;
    border: none;
}

#tour_search .passengerInfo .form-control:disabled {
    background: none;
}

#tour_search .passengerInfo input.disabledInput {
    color: #d4d4d4;
}

#tour_search .passengerInfo .adultsClass:after {
    content: '';
    background: #d4d4d4;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 64%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*#tour_search .passengerInfo .kidsClass:after {*/
/*    content: '';*/
/*    background: #d4d4d4;*/
/*    width: 90%;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    top: 80%;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*}*/

#tour_search form > .input-group {
    padding: 0;
    margin: 2px 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    /*overflow: hidden;*/
    height: 40px;
    background-color: white;
}

#tour_search form > .input-group div#hotelFlightPassengerButton {
    width: 100%;
    overflow: hidden;
}

#tour_search form > .input-group div.activeButton input {
    background: white;
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;
}

#tour_search form > .input-group div#hotelFlightPassengerButton input {
    width: 100%;
    color: #363636;
    font-size: 0.8em;

    font-family: "iranyekanwebbold", "robotobold", sans-serif;
}

#tour_search .passengerInfo .form-control:disabled,
.form-control[readonly] {
    background: none;
}


.passengerInfo {
    width: auto !important;
}
#tour_search .tour-choose-box {
    background-color: rgba(255,255,255,.6);
}
#tour_search .tour-choose-box .row {
    padding: 5px 5px;
}
#tour_search .tour-choose-box .AllNight p {
    margin-bottom: 0;
    line-height: 47px;
}
