﻿#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
   
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}
.search-length{
    height:35px;
}
.ticket-search h3{
    font-size:20px;
    color:#000;
}
.ticket-search{
    width: 100%;
    float: left;
    margin-bottom: 30px;
    display: none;
    background-color: rgba(204, 204, 204, 0.45);
    padding: 10px;
    border-radius: 5px;
}
.selectpicker{
    min-width:30%;
    height: 35px;
}
.tour-tickets h2{
    display:inline-block;
}
.btn-hide-show{
    float: right;
    margin-top: 20px;
    color: #fff;
    background-color: #5F5645;
    border: 1px solid #5F5645;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.24);
}       
.ticket-search-button{
    background-color: #1AA3DB;
    width: 50%;
    font-size: 15px;
    color: #FFF;
    border-radius: 5px;
    display: block;
    margin-top: 30px;
    float: right;
}
.tickets-div h2{display: inline-block;}
#ajax_lists {
    margin-top: 15px;
}