.orkli-search-btn {
	background: black !important;
	border-color: black !important;
	border-radius: 0px 4px 4px 0px !important;
}

#keyword::-ms-clear {
    display: none;
}

html[class*="rtl"] .orkli-search-btn {
	border-radius: 4px 0px 0px 4px !important;
}

html[class*="rtl"] #keyword {
	border-radius: 0px 4px 4px 0px !important;
}

.orkli-link {
	text-decoration: none !important;
}

.orkli-underfloor-link {
	background: url('../images/srr.png') no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.orkli-solar-link {
	background: url('../images/solar.png') no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.orkli-control-link {
	background: url('../images/control.png') no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
}

.orkli-hydraulic-link {
	background: url('../images/hidraulica.png') no-repeat;
	display: inline-block;
	width: 25px;
	height: 20px;
}

.orkli-selected-article {
	background-color: #FFFACD;
}

.orkli-search-clean {
	display: flex;
	position: relative;
	z-index: 3;
	margin: 9px;
	right: 20px;
	color: #ccc;
	cursor: pointer;
}

html[class*="rtl"] .orkli-search-clean {
	position: absolute;
	z-index: 3;
	margin: 9px;
	right: 50px;
	color: #ccc;
	cursor: pointer;
}

.orkli-table-inline {
	display: inline-table !important;
}

@media ( max-width : 375px) {
	.orkli-table-inline {
		display: block !important;
	}
}

.search-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #000;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* DATA TABLES */

#resArticles {
    width: 100% !important;
    border-bottom-color: #e5e5e5 !important;
}

#resArticles tbody tr {
    background-color: transparent !important;
}

#resArticles tbody tr:hover {
	cursor: pointer;
	background: #ccc !important;
}

#resArticles_paginate {
    width: 100%;
    text-align: center;
    height: 25px;
}

#resArticles_previous {
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

#resArticles_next {
    position: absolute;
    right: 0;
}

#resArticles_info {
    width: 100%;
    text-align: center;
    position: absolute;
}

@media(max-width: 480px) {
    #resArticles_info {
        display: none;
    }
}