/*.univSearchArea{padding-bottom:10px;}*/


/* start search */

.wrapSearchArea {
    position: relative;
    height: 52px;
    line-height: 52px;
    background: #f36c21;
    padding: 2px;
}

.wrapSearchArea .searchArea {
    padding-right: 51px;
}

.wrapSearchArea .searchArea .inputMainSearch {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    outline: none;
    border: 0;
    text-indent: 10px;
    background: #fff;
}

.wrapSearchArea .searchArea .inputMainSearch:focus {
    outline: none !important;
    border: 0;
}


/* direction */

.btnToggleAutoComplete {
    position: absolute;
    top: 2px;
    right: 50px;
    width: 50px;
    height: 48px;
    color: #5f88d9;
    font-size: 17px;
}

.wrapAutocomplete .noData {
    text-indent: 5px;
}

.btnUnivSearch {
    position: absolute;
    top: 0px;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f36c21;
}

.btnUnivSearch i {
    display: inline-block;
    color: #fff;
    font-size: 25px;
}

.wrapAutocomplete {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    min-height: 50px;
    background: #fff;
    border: 1px solid #bec8d8;
    z-index: 100;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.95);
}

.wrapAutocomplete .list button {
    display: block;
    text-indent: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    background: #fff;
}

.wrapAutocomplete .list button:hover {
    background: #f9fafc;
}

.wrapAutocomplete .listActive button {
    background: #f9fafc;
}

.mainUnivList {
    position: relative;
}

.mainUnivList button {
    height: 35px;
}

.mainUnivList .btnRight {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    padding: 2px;
    text-align: center;
    background: #fff;
    color: #fff;
    border: 1px solid #f36c21;
    color: #f36c21;
    border-radius: 3px !important;
    overflow: hidden;
}

.mainUnivList .btnRight:hover {
    background: #f36c21;
    color: #f9fafc;
}

.mainUnivList .btnRightUnactive {
    color: #ccc;
    border: 1px solid #ccc;
}

.mainUnivList .btnRightUnactive:hover {
    background: none;
    font-weight: 1em;
    color: #ccc;
    border: 1px solid #ccc;
}

.wrapAutocomplete .keywordText {
    color: #f36c21;
    font-weight: bold;
}

.susiSearchTotal {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    text-indent: 10px;
}

.btnUnivCc {
    width: 126px;
    height: 38px;
    text-indent: -9999px;
}


/*background:url('/theme/eb4_comm_001/multiTheme/themePortal/plugins/univ/img/btnCc.png')*/


/* start theme */

.wrapSearchArea {
    /*background:#5f88d9;*/
    background: #f6430b;
}

.btnUnivSearch {
    /*background:#5f88d9;*/
    background: #f6430b;
}

.wrapAutocomplete .keywordText {
    color: #f6430b;
}

.susiSearchTotal {
    color: #5f88d9;
    border-bottom: 1px solid #5f88d9;
}

.wrap-article .wrap-article-body ul.ul-article span.active {
    color: #f6430b;
}


/* end theme */


/* end search */

.ul-filter-susi li {
    width: 50%;
}

.ul-filter-susi li.active a {
    color: #f6430b;
}


/*.wrap-article-susi {}*/