/* search */
/*( 6+1)*/

#search-popup {
    min-height: 100vh;
}
.head .input-group {
    margin-top: 18px;
}
@media (max-width: 767px) {
    .head .input-group {
        margin-top: 0;
    }
}
.head .input-group .form-control,
.head .input-group .input-group-btn .btn,
.head .input-group .input-group-addon {
    border: 2px solid #84c427;
    font-size: 16px;
    height: 40px;
    background: #fff;
}

.head .input-group .input-group-addon,
.head .input-group .input-group-btn .btn {
    border-left: none;
}

.head .input-group .form-control,
.head .input-group .input-group-addon {
    border-right: none;
}

.head .input-group .form-control:focus,
.head .input-group .input-group-btn .btn:focus {
    border-width: 2px;
}

.head .input-group .input-group-btn .btn.search {
    background: url("../../../../../../templates/main_posi/css/img/icons-n.png") no-repeat 8px -1105px;
    background-color: #fff;
    width: 40px;
}

.keypad {
    background: url("../../../../../../templates/main_posi/css/img/icons-n.png") no-repeat scroll 0px -1080px;
    min-width: 34px;
    display: block;
    height: 100%;
}
.keypad:hover {
    text-decoration: none;
}

div.title-search-result {
    display: none;
    overflow: hidden;
    z-index: 205;
    margin-top: -4px;
    border-left:2px solid #84c427;
    border-right:2px solid #84c427;
    border-bottom:2px solid #84c427;
    padding-right: 24px;
    background-color: #fff;
}
div.title-search-result-wrap {
    overflow:hidden;
} 

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 100%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 20px;
    padding-right: 15px;
    font-size: 16px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: top;
}

table.title-search-result td.title-search-item b {
    color: #84c427;
    font-weight: normal;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
    /*background-color: #fff2be;*/
    color:#e64a31;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
    color: #999999;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
    font-size: 16px;
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
#title-search-input {
    box-shadow: none;
}