
#div_search_1 { display:inline-block; position:absolute; top:10px; right:14%; width:25%; z-index:1001; visibility:hidden; }

.mySearch::placeholder {  }

#div_glass_1 { background-image:url('/img/glass.png'); background-size:100% 100%; height:20px; width:100px; position:absolute; top:14px; right:15%; opacity:0.5; cursor:pointer; }

.ls_container  { font-family: Calibri; text-align: left; }
.ls_result_div { position: absolute; background-color:white; font-size:10px; display:none; margin:0 auto; max-width:100%; border-radius:4px; border:1px solid #E4E4E4; }
.ls_result_main { overflow:hidden; }
.ls_result_div table { width:100%; margin: 0 auto; text-align: left; border-spacing: 0; }
.ls_result_div table tr { height:30px; line-height:30px; cursor:pointer; }
.ls_result_div table tr td { text-align: left; }
.ls_result_div table tr th { text-align: left; }
.ls_result_div table tr:nth-child(1) td:nth-child(1) { border-radius: 4px 0px 0px 0px; }
.ls_result_div table tr:nth-child(1) td:last-child  { border-radius: 0px 4px 0px 0px; }
.ls_result_div table tr:last-child td { border-bottom: none; }
.ls_result_div table td { border-bottom: 1px solid #E4E4E4; }
.ls_result_div table td:nth-child(1) { padding-left:10px; width:50px; }
.ls_result_div table td:nth-child(2) { padding:0px 10px 0px 10px; table-layout:fixed; overflow:hidden; white-space:nowrap; max-width:35%; max-height:30px; background:#F4F6FF; }
.ls_result_div table td:nth-child(3) { display:none; }
.ls_result_div table td:nth-child(4) { padding:0px 10px 0px 10px; table-layout:fixed; overflow:hidden; white-space:nowrap; color:#BBBBBB; }
.error { color: red; }
.ls_hide { display: none; }

.ls_query { width:100%; height:40px; border:1px solid #ccc; max-width:100%; padding:10px; border-radius:4px; font-size:13px; vertical-align:middle; box-sizing:border-box; color:#282828; outline:0; }
.ls_query:focus { border-color: #0080bb; }

.ls_result_footer
{
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #E4E4E4;
    height: 40px;
}

.ls_result_footer label
{
    font-weight: normal;
    display: inline;
}

.ls_result_footer select
{
    padding: 0 0 0 0;
}

.ls_result_footer .navigation
{
    margin-top: 5px;
}

.ls_result_footer .pagination
{
    margin-top: 7px;
    margin-bottom: 0px;
	font-size: 16px;
}

.ls_result_footer .page_limit
{
    margin:5px 10px 0px 10px;
	min-width:100px!important;
	float:left;
}

.col
{
    float: right;
    position: relative;
    width: 14%;
}

.arrow
{
    color: #0080bb;
    cursor: pointer;
    font-size: 20px;
}

.arrow:hover
{
    color: #276099;
}

.ls_result_footer select
{
    -webkit-appearance: menulist-button;
    height: 30px;
    width: 65px;
    font-size: 13px;
}

.hover
{
    background-color: rgb(236, 236, 236);
}

.border_radius
{
    border-radius: 4px !important;
}

.ajax_loader
{
    background-size: 25px;
    background-image: url('../img/green_loader.gif');
    background-repeat: no-repeat;
    background-position: 98% 46%;
}

@media(max-width:767px){
    .feature      { text-align: left; }
    .feature_desc { margin-top: 10px; }
}