.tour_book_04 .append-icon{
    position: relative;
}
.tour_book_04 .append-icon .glyphicon{
    color: #99cccc;
    font-size: 35px;
    float: left;
}
.tour_book_04 .append-icon .glyphicon.right{
    color: #333;
    font-size: 10px;
    position: absolute;
    top: 17px;
    right: 27px;
    cursor: pointer;
}
.tour_book_04 .append-icon .form-group{
    margin-left: 40px;
}
.tour_book_04 .datepicker-wrapper{
    width: 49%;
    float: left;
    position: relative;
}
.tour_book_04 .date-value{
    width: 49%;
    float: left;
}
.tour_book_04 .separate{
    width: 1%;
    float: left;
    border-left: 1px solid #999;
    height: 38px;
}
.tour_book_04 .time-value{
    width: 50%;
    float: right;
}
.tour_book_04 .user-value, .tour_book_04 .time-value{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.tour_book_04 .form-group.border{
    border: 1px solid #999;
    height: 40px;
    background-color: #fff;
}
.tour_book_04 .form-group.border input,
.tour_book_04 .form-group.border select,
.tour_book_04 .form-group.border input:hover,
.tour_book_04 .form-group.border select:hover{
    border: none !important;
    height: 38px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    cursor: pointer;
}
.tour_book_04 .dropdown-user{
    background-color: #fff;
    width: 400px;
    border: 1px solid #999;
    padding: 16px;
    position: absolute;
    top: 43px;
    left: 56px;
    z-index: 10;
    display: none;
}
.tour_book_04 .dropdown-user .row{
    margin-bottom: 16px;
    font-size: 14px;
}
.tour_book_04 .dropdown-user .row p.text-center{
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0px !important;
}
.tour_book_04 .dropdown-user .glyphicon{
    cursor: pointer;
}
.tour_book_04 .option-price .form-group{
    margin-bottom: 16px;
    padding: 8px 16px;
}
.tour_book_04 .option-price .form-group:hover, .tour_book_04 .option-price .form-group.selected{
    background-color: #99cccc;
}
.tour_book_04 .option-price .form-group label{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
}
.tour_book_04 .option-price .form-group p{
    margin-bottom: 0px !important;
}
.tour_book_04_checkout{
    font-size: 13px !important;
}
.tour_book_04_checkout .form-group label{
    font-weight: bold;
    line-height: 25px;
}
#right_total_price{
    text-align: right;
    color: #f10100;
}