@import url('bootstrap-extended.css');
@import url('colors.css');
@import url('components.css');

.navigation-search-results {
    background: #fff;
    color: #333;
    max-width: 650px;
    min-width: 700px;
    max-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 5px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
    position: absolute;
    display:none;
}
.navigation-search-results .col-md-6 {
    padding: 15px;
}

.navigation-search-results ul li a{
    color:#808080 !important;
    text-decoration: none;
}
.navigation-search-results ul {
    padding: 0;
}
#client-nav-search ul li, #contact-nav-search ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 7px;

}
#client-nav-search span, #contact-nav-search span{
    font-weight: bold;
    font-size: 13px;
    display: block;
    padding-bottom: 4px;
    color:#333 !important;
}
#client-nav-search ul li:hover, #contact-nav-search ul li:hover{
    background:rgba(0,0,0,0.025);
    cursor: pointer;
    color:#000;
}
#client-nav-search h1, #contact-nav-search h1 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d3d3d3;
}
#client-nav-search{
    border-right: 2px solid #ededed;
}
.nav-show-all-res {
    background: rgba(0,0,0,0.1);
    color:rgba(0,0,0,0.7);
    padding: 5px 9px;
    border-radius: 4px;
    float: right;
}
.nav-show-all-res:hover{
    color:rgba(0,0,0,0.9);
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    opacity: 0.5 !important;; /*Change the opacity between 0 and 1*/
}
textarea::placeholder,
input::placeholder {
    opacity: 0.5 !important; /*Change the opacity between 0 and 1*/
}