@font-face {
	font-family: "Open Sans";
	src: url(OpenSans-Regular.ttf);
}
.modal .modal-body {
	overflow-y: auto;
}

.ui-autocomplete {
	z-index:10000!important;
	max-height: 200px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

/* Keresési doboz elrejtése */
.dataTables_filter {
	display: none;
}

.select2-hidden-accessible {
	display: none !important;
	visibility: hidden !important;
}

img.inaktiv {
	filter: url(filters.svg#grayscale);
	filter: gray; /* IE 6-9 */
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: not-allowed;
}

img.link {
	vertical-align: middle;
	cursor: pointer;
}

#logo {
	margin-top: 5px
}

#logo img {
	max-height: 40px;
	width: auto
}

.smart-form .input input:disabled,
.smart-form .input input.disabled,
.smart-form .select select:disabled,
.smart-form .select select.disabled,
.smart-form .textarea textarea:disabled,
.smart-form .textarea textarea.disabled{
	background-color: #f4f4f4;
}

.smart-form .select select:disabled + i{
	box-shadow: 0 0 0 9px #f4f4f4;
	-moz-box-shadow: 0 0 0 9px #f4f4f4;
	-o-box-shadow: 0 0 0 9px #f4f4f4;
	-webkit-box-shadow: 0 0 0 9px #f4f4f4;
}
