.dataTables_wrapper .row:first-child>div:last-child { /* keresés */
	display: none;
}
tfoot {
    display: table-header-group;
}

.isloading-wrapper.isloading-right {
  margin-left: 10px;
}
.isloading-overlay {
  position: relative;
  text-align: center;
}
.isloading-overlay .isloading-wrapper {
  background: #FFFFFF;
  -webkit-border-radius: 7px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 7px;
  -moz-background-clip: padding;
  border-radius: 7px;
  background-clip: padding-box;
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  top: 10%;
  z-index: 9000;
}

#EUCookie{	width: 100%;	height: 50px;	color: #000;	position: fixed;	bottom: 0;	background: rgba(0,0,0,0.9);	padding-top: 10px;	border-top: 1px solid #333;}
#EUCookie p{	color: #fff;	margin-bottom: 0;	padding-bottom: 0;	padding-left: 15px;}#EUCookie p .btn-default{	transition: all 0.25s;	width: 150px;	margin-left: 10px;	font-weight: 600;}
@media (max-width: 768px) {	#EUCookie{		height: 100px;	}		#EUCookie p{		text-align: center;	}		#EUCookie .btn-default{		bottom: 0;		right: auto;		left: 0;	}}