
/* Beginning of result div and table */
.ls_result_div
{
    position: absolute;
    background-color: rgba(29, 33, 44, 0.9);
    color: #FFF;
    font-size: 17px;
    display: none;
    margin: 0 auto;
    max-width: 100%;
    border: 0;
    z-index: 1001;
    padding: 10px;
	margin-top: -4px;
	padding-top: 20px;
}

.ls_result_main
{
    overflow: auto;
}

.ls_result_main tr.result-item {cursor: pointer;}

.ls_result_div table
{
    width: 100%;
    margin: 0 auto;
    text-align: left;
    border-spacing: 0;
    font-size: 13px;
}

.ls_result_div table .imageholder
{
    width: 30%;
    max-width: 220px;
}

.ls_result_div table .imageholder img
{
    width: calc(100% - 20px);
    max-width: calc(220px - 20px);
    margin: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;

}


.ls_result_div table h3
{
    margin: 10px 0;
    font-size: 18px;

}



.ls_result_div table tr
{
    height: 40px;
    line-height: 40px;
}



.ls_result_div table tr td, .ls_result_div table tr th
{
    padding: 10px;
}

.ls_result_div table tr:first-child td:first-child
{
    border-radius: 4px 0px 0px 0px;
    -moz-border-radius: 4px 0px 0px 0px;
    -webkit-border-radius: 4px 0px 0px 0px;
    -o-border-radius: 4px 0px 0px 0px;
}

.ls_result_div table tr:first-child td:last-child
{
    border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    -o-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 #DDD;
}

.ls_result_div table td:first-child
{
    padding-left: 9px;
}

.error
{
    color: pink;
}

.ls_hide
{
    display: none;
}

.ls_result_footer
{
	display: flex;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #DDD;
    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: 2px;
}

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

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


.arrow
{
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 26px;
    margin-top: 10px;
}

.arrow:hover
{
    color: rgba(255, 255, 255, 1);
}

.arrow-left {float: left;}
.arrow-right {float: right;}

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

.ls_result_div table tr.result-item.hover
{
    background-color: rgba(29, 33, 44, 1);
}

.border_radius
{
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
/* End of result div and table */

/* Beginning of search input */
.ajax_loader
{
    background-size: 25px;
    background-image: url('/css/ajax-loader.svg');
    background-repeat: no-repeat;
    background-position: 98% 46%;
}

/* End of search input */


@media (max-width: 520px) {
	.ls_result_div table td, .ls_result_div table td.imageholder, .ls_result_div table td.imageholder  {display: block; width: 100% !important;}
	.ls_result_div table td.imageholder {border-bottom: 0;}
	#discover-holder input[type=search] {font-size: 15px;}
}


