﻿#hotelsearch {
    background-color: #dc64bb;
    color: #fff;
    font-size: 16px;
    display: table;
}

    #hotelsearch > div {
        margin-top: 10px;
    }

    #hotelsearch .group {
        border: 1px solid #fff;
        background-color: rgba(0, 0, 0, 0.75);
        display: none;
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }

        #hotelsearch .group a {
            font-weight: 600;
            color: #fff;
            font-size: 16px;
        }

    #hotelsearch .checkbox {
        font-size: 12px;
    }

        #hotelsearch .checkbox > label {
            vertical-align: middle;
        }

    #hotelsearch .sbtn {
        text-align: center;
        margin-bottom: 20px;
    }

    #hotelsearch .arama {
        font-size: 15px;
        width: 100%;
    }

    #hotelsearch .sagTaraf {
        float: right;
        text-align: right;
    }


    #hotelsearch .roomdiz {
        width: 75%;
        display: table;
        float: right;
    }

        #hotelsearch .roomdiz select {
            float: right;
        }

    #hotelsearch .odalar {
        display: table;
        width: 100%;
        margin-top: 5px;
    }

        /*#hotelsearch .odalar .roomKac {
                width: 30%;
                float: left;
            }*/


        #hotelsearch .odalar .adult {
            width: 70%;
            float: left;
            padding-right: 15px;
        }


        #hotelsearch .odalar .child {
            width: 30%;
            float: left;
        }




        #hotelsearch .odalar .childYaslar {
            margin-bottom: 10px;
        }

            #hotelsearch .odalar .childYaslar select {
                width: 33.3%;
                margin-top: 0px;
            }




    #hotelsearch .border-sil {
        margin-bottom: 0px;
    }

        #hotelsearch .border-sil td {
            padding: 1px 0px;
        }

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

* html .ui-autocomplete {
    height: 300px;
}

.ui-autocomplete-group {
    background-color: #DC64BB;
    padding: 5px;
    color: #fff;
}
