@charset "utf-8";

#gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn_jump {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 1.2;
    padding: 11px 16px 0;
    position: relative;
    z-index: 4;
}

#gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn_jump.act {
    background: #6c7074;
    color: #fff;
}

#gl_header #gl_nv .gl_nv_lst li a.gl_nv_lst_mn_jump:hover {
    background: #c9c9c9;
    color: #000;
    text-decoration: none;
}

@media (max-width: 830px) and (min-width: 641px) {
    #gl_header #gl_nv .gl_nv_lst li.gl_nv_src {
        float: left !important;
        height: 29px;
        padding: 0 !important;
    }

    .mf_finder_header {
        width: 24px !important;
    }
    .mf_finder_header .mf_finder_searchBox_items {
        background: none !important;
        width: 100% !important;
    }
    .gl_nv_src_inp .mf_finder_searchBox_query_wrap {
        display: none !important;
    }

    .gl_nv_search_icon {
        color: #fff;
        display: block;
        font-size: 14px;
        height: 29px;
        line-height: 1.2;
        padding: 11px 16px 0;
        position: relative;
        z-index: 4;
    }

    .gl_nv_search_icon:hover {
        background: #c9c9c9;
        color: #000;
        text-decoration: none;
    }

    .search_w_icon {
        background: url(/cmn_v1/img/gl_header/gl_nv_src_btn_w.png) 50% 50% no-repeat !important;
        border: none;
        -webkit-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
        display: block;
        float: left;
        height: 16px !important;
        line-height: 1px;
        margin: 0;
        text-indent: -9999px;
        width: 24px;
    }
}

.mf_finder_header {
    width: 190px;
}
.mf_finder_header .mf_finder_searchBox {
    margin-left: 0;
    margin-right: 0;
}
.mf_finder_header .mf_finder_searchBox_items {
    background: #456;
    padding: 0;
    width: 190px;
}
.mf_finder_header .mf_finder_searchBox_query_input {
    background: #fff;
    border: none;
    -webkit-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin: 0;
    min-height: 24px;
    padding: 2px 8px 0 8px;
    width: 166px;
}
.mf_finder_header .mf_finder_searchBox_submit {
    background: url(/cmn_v1/img/gl_header/gl_nv_src_btn.png) 50% 50% no-repeat #fff;
    border: none;
    -webkit-border-radius: 0 4px 4px 0;
            border-radius: 0 4px 4px 0;
    display: block;
    float: left;
    height: 24px;
    line-height: 1px;
    margin: 0;
    text-indent: -9999px;
    width: 24px;
}

@media (max-width: 640px) {
    #gl_header #gl_nv .gl_nv_lst li.gl_nv_src {
        padding: 16px 8px;
    }
    .mf_finder_header,
    .mf_finder_header .mf_finder_searchBox_items {
        width: 100%;
    }
    .mf_finder_header .mf_finder_searchBox_query_input {
        height: 32px;
        width: 100%;
    }
    .mf_finder_header .mf_finder_searchBox_submit {
        background-image: url(/cmn_v1/img/gl_header/gl_nv_src_btn.png);
        background-size: 32px 32px;
        height: 32px;
        width: 32px;
    }

    .mf_finder_container .mf_finder_searchBox_submit {
        padding: 0 .75em;
    }

    .mf_finder_organic_wrapper.mf_available_resultframe .mf_finder_organic_doc_zoom {
        display: none !important;
    }
}

#gl_header #gl_nv .gl_nv_lst li.gl_nv_src .gl_nv_src_inp {
    overflow: visible;
}
.mf_finder_header .mf_finder_searchBox_suggest_items {
    background-color: #fff;
    border-color: silver;
    border-style: solid;
    border-width: 0 1px 1px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    width: 100%;
    z-index: 5;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li {
    background-color: transparent;
    border-top: solid 1px #ccc;
    float: none;
    width: 100%;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li:first-child {
    border-top: none;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li:nth-child(even) {
    background-color: #f2f2f2;
}
.mf_finder_header .mf_finder_searchBox_suggest_items li:hover {
    background: rgba(0,0,0, .15);
}
.mf_finder_header .mf_finder_searchBox_suggest_items a {
    color: #333;
    font-size: 13px;
    padding: 4px 5px;
    text-decoration: none;
}

.mf_finder_container .mf_finder_searchBox_suggest_items {
    background: rgba(0,0,0, .8);
    color: #eee;
}
.mf_finder_container .mf_finder_searchBox_suggest_items li {
    border-top: dotted 1px #909090;
}
.mf_finder_container .mf_finder_searchBox_suggest_items a {
    color: #eee;
    font-size: 15px;
    padding: 8px 5px;
}
.mf_finder_container .mf_finder_searchBox_submit {
    padding: 0 1.3em;
}
.mf_finder_container .mf_finder_searchBox_submit span {
    margin-left: 0;
    margin-right: 0;
}
.mf_finder_container .mf_finder_searchBox_suggest_items a:hover {
    background: rgba(255,255,255, .3);
}
.mf_finder_organic_header_wrapper {
    margin-top: 15px;
}

.mf_finder_organic_wrapper .mf_finder_organic_doc_zoom {
    display: block !important;
}

