#lhkexw-marketsearch {
    background-color: #FFFFFF;
    color: #224e74;
    font-size: 0.875rem;
    width: 350px;
}
#lhkexw-marketsearch .titlerow {
	background:#ffffff;
    width: 100%;
    height: 47px;
}
#lhkexw-marketsearch .titlerow .colorStroke {
	float:left;
    width: 4px;
    height: 100%;
    background-color: #E72742;
}
#lhkexw-marketsearch .title {
	color:#224e74;
    height: 47px;
    line-height: 47px;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 15px;
}
#lhkexw-marketsearch .searchbox{
	background:#fff;
        border: 2px solid #E8EEF2;
        position: relative;
}
#lhkexw-marketsearch .searchbox .result {border: 1px solid #e8eef2; position: absolute; left: -1px; top: 47px; background: white; z-index: 11; width: 100%;}
#lhkexw-marketsearch .searchbox .result table {width: 100%;}
#lhkexw-marketsearch .searchbox .result table tr.hover {background: #f2f6f8}
#lhkexw-marketsearch .searchbox .result table td {cursor: pointer; border-top: 1px solid #e8eef2; border-bottom: 1px solid #e8eef2; height: 30px; line-height: 30px; padding: 0 5px;}

#lhkexw-marketsearch .searchbox:after {
    content: '';
    background-image: url(../images/Search_blue.png);
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}
#lhkexw-marketsearch .searchbox input {
    width: 100%;
    border: 0;
    padding: 10px 30px 10px 10px;
}
.fontsize-large  #lhkexw-marketsearch .searchbox input {
    font-size: 17.5px; 
}
@media screen and (max-width: 1200px) {
        #lhkexw-marketsearch {width: 150px;}
}
@media screen and (max-width: 1000px) {
	/* powersearch */
        
	#lhkexw-marketsearch{width:100%;margin:0 auto; position:relative;}
	#lhkexw-marketsearch .titlerow { background: #10416c;}
	#lhkexw-marketsearch .titlerow .title{color:#ffffff;}
        
	#lhkexw-marketsearch .searchrow{padding:0px; margin:10px 0px 0px 0px;}
	#lhkexw-marketsearch .searchbox{width:100%;border: 2px solid #E8EEF2; position:relative;}
}
@media screen and (max-width: 767px) {
	/* powersearch */
}