/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 4, 2018, 10:14:08 PM
    Author     : umesh
*/

 form#search input.search-input {
    background-color: transparent;
    border: medium none;
    font-size: 1.1em;
    left: 8px;
    padding: 0.4em 0.4em 0.2em 0.6em;
    position: absolute;
    top: 9px;
    width: 600px;
}

.tt-suggestion
{
    text-align:left;
}
.tt-menu
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: currentcolor #999 #999;
    border-image: none;
    border-radius: 5px;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-left: 10px;
    margin-top: 20px;
    width: 100%;
}

.form-control
{
    height:40px;
}

.search-results-dropdown
{display:none}


.tt-menu a
{
    text-decoration:none;
}

a.list-group-item:hover
{
    background-color: #1D8EDB;
    color:#fff;
}

.item-title
{
    color:#337ab7;
}
a.list-group-item:hover > .item-title
{
    color:#fff;
}

.item-sub-title
{
    color:#aaa;
}
a.list-group-item:hover > .item-sub-title
{
    color:#fff;
}

.twitter-typeahead, .tt-hint, .tt-input, .tt-menu { 
    max-width: 520px !important;
width: 100% !important;
}
.algolia-autocomplete{
   max-width: 520px !important;
width: 100% !important;
}
/*.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
    min-height: 30px;
    text-indent: 10px;
    width: 100%;
}*/

.btn-warning {
    padding: 12px 20px;
    background: #e57100;
    color: #fff;
    font-weight: bold;
}

.btn
{
    font-size:15px;
    border-radius:0px;
}

.search .search__home {
    height: 70px;
}

.search--secondary .search__field {
    border: 1px solid #b0b2b3;
}

.search .search__field {
    border-radius:0px;
}



.tt-menu
{
    margin-left:0px;
    margin-top:1px !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px !important;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu{
    padding: 0px !important;
}

