.select_scrrol{
    background-color: #fff;
    border-radius: 4px;
    left: -15px;
    /* max-height: 200px; */
    overflow: hidden;
    position: absolute;
    top: 48px;
    width: 100%;
    z-index: 999;
    }
div#search_result_0 {
    position: relative;
}
.select_scrrol1{background-color: #fff;
    border-radius: 4px;
    left: -5px;
    max-height: 200px;
    overflow: hidden;
    position: absolute;
    top: 48px;
    width: 100%;}
div#search_result1_0 {
    position: relative;
}
li.selected {
    background: #10adf4;
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    color: #fff !important;
}
.search_destination_name > ul {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 2px #ccc;
    left: 0;
    margin-top: 5px;
    max-height: 200px;
    overflow: initial;
    /*overflow: auto;*/
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999;
}
.search_destination_name li {
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 10px 7px;
    text-align: left;
    cursor: pointer;
    padding-left: 20px;
}
.search_destination_name li.conditional_li {
   background: #365e6f none repeat scroll 0 0;
    color: #fff;
    padding-left: 7px;
}
.search_destination_name li i{padding-right: 5px;}

.tags {
  float: left;
  left: 39px;
  position: relative;
}
.custom_modal .modal-header {
    background: #10ADF4 none repeat scroll 0 0;
    border-bottom: 1px solid #29488f;
}
.custom_modal .modal-header {
    padding: 8px 15px;
}
.custom_modal .form-control {
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    margin-bottom: 15px;
}
.custom_modal .modal-title {
    color: #fff;
    font-family: "GalanoGrotesqueMedium";
    font-size: 26px;
}
.orange_btn {
    background: #10ADF4 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 17px;
}

