﻿select {
    border: none;
    outline: none;
    letter-spacing: 0.8px;
}
    select:focus, select:active {
        border: none;
        outline: none;
        color: #355a9c;
        font-weight: 900;
        letter-spacing: 0.8px;
    }
    .ac_results {
        padding: 0;
        border: 1px solid black;
        background-color: white;
        overflow: hidden;
        z-index: 9999;
        width: 500px !important;
        position: absolute;
    }

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 1px 1px #CCC;
        background-color: #fff;
    }

    .ac_results li {
        margin: 0;
        cursor: default;
        display: block;
        font: menu;
        font-size: 14px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
        overflow: hidden;
    }

.ac_loading {
    /*background: white url(//crystaltravel.co.uk/images/ajax-loader.gif) right center no-repeat;*/
}

.ac_odd {
    float: left;
    width: 100%;
    /*background: #FFF url("//crystaltravel.co.uk/images/loc1.png") no-repeat scroll 96% 40%;*/
    color: #063553;
    font: 15px/25px DinMedium;
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
}

.ac_even {
    float: left;
    width: 100%;
    padding: 6px 6px 6px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    /*background: #FFF url("//crystaltravel.co.uk/images/plane1.png") no-repeat scroll 5% 40%;*/
}

.ac_over {
    background-color: #FFEC9D;
}

#myProgress {
    width: 100%;
    background-color: whitesmoke;
}

#myBar {
    width: 1%;
    height: 20px;
    background: linear-gradient(to right, #3c763d, #e41c21, #f19c4f);
    background: -webkit-linear-gradient(top, #b4e391 0%,#61c419 50%,#b4e391 100%);
    background: linear-gradient(to bottom, #b4e391 0%,#61c419 50%,#b4e391 100%);
    border-radius: 10px;
}


.ac_results {
    padding: 0;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 1px 1px #CCC;
        background-color: #fff;
    }

    .ac_results li {
        margin: 0;
        cursor: default;
        display: block;
        font: menu;
        font-size: 14px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
        overflow: hidden;
    }

.ac_odd {
    float: left;
    width: 100%;
    /*background: #FFF url("//") no-repeat scroll 96% 40%;*/
    color: #063553;
    font: 15px/25px DinMedium;
    padding: 6px 10px 6px 10px;
    margin-top: 5px;
}

.ac_even {
    float: left;
    width: 100%;
    padding: 6px 6px 6px 40px;
    font: 15px DinMedium;
    color: #0A6473;
    /*background: #FFF url("//") no-repeat scroll 5% 40%;*/
}

.ac_over {
    background-color: #FFEC9D;
}

.searchpopinner12_FS h2 {
    font-family: 'Roboto Bold';
    font-size: 22px;
    color: #333;
    margin-top: 0;
}

.searchpopinner12_FS h3 {
    font-family: 'Roboto Medium';
    font-size: 14px;
    color: #333;
    margin-top: 10px !important;
}

.searchpopinner12_FS h4 {
    font-size: 14px;
    color: #fff;
}

.modal-backdrop {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: none;
}

.modal-body:before {
    content: "";
    position: absolute;
    left: 46%;
    top: -14px;
    border: 7px solid transparent;
    border-bottom-color: #FFFFFF;
}

.modal {
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1 !important;
    float: right;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 269px;
        background-color: black;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
    }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.searchpop1 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 9999;
}

.searchpop2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 9999;
}

.searchpopdata {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85);
    z-index: 9999;
}


/*---------------- search pop of result page ---------------  */
.searchpop_main {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.77);
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.srch_pop {
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
}

.searchpop_main {
}

.srch_pop h2 {
    background: #1e3e6c;
    padding: 5px 25px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.lig_blue_bg {
    padding: 10px 27px 20px;
}

.srch_pop_wid_25 {
    float: left;
    text-align: left;
    color: #333333;
    font-size: 15px;
}

    .srch_pop_wid_25 span {
        text-align: left;
        margin: 0 0 0 -4px;
    }

.searching-popup {
    margin-top: 3em;
}

.feedback2 {
    padding: 14px 0px 27px 21px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1d4687 !important;
    text-align: center;
    /* background-color: #9fa0a0; */
    /* border: 1px solid #ccc0; */
    width: 0% !important;
    position: absolute !important;
    top: -1px !important;
    left: -15% !important;
}

.search-section .form-control {
    font-size: 10px;
    padding: 9px 19px;
    display: block;
    width: 142px;
    border: none;
    border-bottom: 1px solid #858687;
    background: 0 0;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear-padding {
    position: relative;
}

.schrinputdate {
    width: 160%;
}

@media screen and (max-width:767px) {
    .schrinputdate {
        width: 100%;
    }
}


.btnSearchType {
    padding: 4px 10px 4px 10px;
    border-radius: 17px;
    background: #ffffff;
    color: #1d4686;
    border: 1px solid #264f96;
}

.btnSearchTypeActive {
    background: #214a93;
    color: white;
}
