/* RARE DONOR FILE */
.main {
	padding: 0 0 75px 0;
}

@media (max-width: 767px) {
	.main {
		padding: 0 0 50px 0;
	}
}


h1 {
	font-size: 1.75em;
	font-weight: 500;
	color: #c51517;
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #c51517;
}

h2 {
	font-size: 1.5em;
	font-weight: 500;
	color: #c51517;
	padding: 0 0 25px 0;
	margin: 0;
}

strong,
b,
th {
	font-weight: 500;
}

.total-results {
	font-size: 1em;
	font-weight: 500;
	color: #c51517;
	margin: -15px 0 0 0;
	padding: 0 0 25px 0;
}

a {
	color: #c51517;
	text-decoration: underline;
	outline: none !important;
}

.dash-login {
	max-width: 500px;
}

@media (max-width: 500px) {
	.dash-login {
		width: 100%;
	}
}

.backlink {
	padding: 25px 0 0 0;
	color: #000;
}

.backlink a {
	color: #c51517;
}

@media (max-width: 767px) {
	.backlink {
		padding: 20px 0 0 0;
	}
}

/* SEARCH FORM */
.search-form {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #ededed;
}

@media (max-width: 767px) {
	.search-form {
		padding: 20px;
	}
}

.search-form select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff url(../svg/dropdownfilter.svg) right center no-repeat;
	background-size: auto 8px;
	padding: 0 5px;
	margin: 0;
	border-radius: 0;
	border: 1px solid #fff;
}

.button-wrap {
	padding: 20px 0 0 0;
	text-align: right;
}

#searchbutton {
	height: auto;
	font-weight: 500;
	text-transform: none;
	border-radius: 0;
}

.search-boxes {
	height: auto;
	margin: 0 -40px -20px 0;
	overflow: hidden;
}

.search-box {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
	padding: 0 40px 20px 0;
}

.search-box-max {
	width: 100%;
}

/*
.search-form-simple .search-box {
	width: 33.3333%;
}
*/

@media (max-width: 767px) {
	.search-box,
	.search-form-simple .search-box {
		width: 100%;
	}
}

.search-row {
	height: auto;
	margin: 0 -20px -10px 0;
	overflow: hidden;
}

.search-col {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
	padding: 0 20px 10px 0;
}

.search-col-max {
	width: 100%;
}

@media (max-width: 767px) {
	.search-row {
		margin: 0 -10px -10px 0;
	}
	
	.search-col {
		padding: 0 10px 10px 0;
	}
}

.search-boxes h3 {
	font-size: 1.25em;
	font-weight: 500;
	color: #c51517;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #c51517;
}

.list-footer {
	padding: 25px 0 0 0;
}

.list-footer-left,
.list-footer-right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	height: auto;
}

.list-footer-right {
	text-align: right;
}

@media (max-width: 767px) {
	.list-footer {
		padding: 20px 0 0 0;
	}

}

.pagination {
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.pagination li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	margin: 0;
}

.pagination li a {
	font-weight: 500;
	text-decoration: none;
}


.exports {
	list-style-type: none;
	margin: 0 -10px 0 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.exports li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	margin: 0;
}

.exports li a {
	font-weight: 500;
	text-decoration: none;
}

.exports li a span {
	position: relative;
	top: -0.05em;
}



/* RESULTS */
.listing-table {
	font-size: 10px;
	color: #000;
}

.listing-table td {
	font-size: 11px;
}

.listing-table th {
	padding: 5px;
	background: #ededed;
	color: #c51517;
}

.listing-table th b {
	font-weight: 700;
}

.listing-table th.first-col,
.listing-table td.first-col {
	border-left: 1px solid #ededed;
}

.listing-table th,
.listing-table td {
	text-align: center;
	padding: 5px;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.listing-table thead th.sortable a{position:relative;display:inline-block;height:1.5em;text-decoration:none;}
/*
.listing-table thead th.sortable a:after{content:'';position:absolute;right:-12px;top:0;bottom:0;margin:auto;width:6px;height:10px;background:url(../svg/sort-standard.svg) center center no-repeat;background-size:6px auto;}

.listing-table thead th.sortable a.asc:after{background-image:url(../svg/sort-asc.svg);}
.listing-table thead th.sortable a.desc:after{background-image:url(../svg/sort-desc.svg);}
*/

.listing-table thead th.sortable a.asc,
.listing-table thead th.sortable a.desc,
.listing-table thead th.sortable a:hover {
	text-decoration: underline;
}

.listing-table tr.tr-donor:hover,
.listing-table tr.tr-donor.bsz-contact-active {
	background-color: #f3d1d0;
	cursor: pointer;
}

.listing-table tr.tr-noresults {
	background-color: #f3d1d0 !important;
}

.backend-table tr.tr-searchable:hover {
	background-color: #f3d1d0 !important;
}

.listing-table td.hidden-result-col {
	background: rgba(0,0,0,0.025);
}

.listing-table th.align-left,
.listing-table td.align-left {
	text-align: left;
}

.listing-table .minimum-col {
	width: 3%;
	white-space: nowrap;
}

.listing-table .short-col {
	width: 3%;
	white-space: nowrap;
	text-align: center;
}

.backend-table .minimum-col {
	width: 5%;
	white-space: nowrap;
}

.backend-table .special-col {
	white-space: nowrap;
	text-align: left;
	width: 6%;
}

.backend-table .statistic-col {
	width: 3%;
	white-space: nowrap;
}

.backend-table .nullcol {
	color: #c5c5c5;
}

.backend-table .bordered-right {
	border-right: 1px solid #adadad;
}
/*
.backend-table .bordered-right:last-child {
	border-right: 2px solid #c51517;
}
*/

.listing-table .action-col {
	width: 3%;
	white-space: nowrap;
	text-align: center;
}

td.special-value {
	position: relative;
}

.special-description {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 75%;
	padding: 5px;
	background: #c51517;
	color: #fff;
}

.special-value:hover .special-description {
	display: block;
}

.backend-table thead tr{display:table-row;width:100%;background:#fafafa;}
.backend-table tbody tr{display:none;}
.backend-table tbody tr.tr-visible{display:table-row;width:100%;background:#fff;}
.backend-table tbody tr.tr-visible:nth-child(even){background:#fafafa;}
.backend-table tbody tr.sum-row {background: #ededed;border-top:2px solid #adadad;color:#c51517 !important;}
.backend-table thead b,
.backend-table tbody tr.sum-row b {font-weight: 700 !important;}

.bsz-contact-wrap {
	display: none;
}

.bsz-contact-show {
	display: block;
}

.bsz-contact-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 350;
	cursor: pointer;
}

.bsz-contact-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	max-width: calc(100% - 40px);
	height: auto;
	background: #fff;
	padding: 25px;
	z-index: 355;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

.bsz-contact-row {
	height: auto;
	margin: 0 -10px -10px 0;
	overflow: hidden;
}

.bsz-contact-col {
	display: inline-block;
	vertical-align: top;
	height: auto;
	padding: 0 10px 10px 0;
}

.bsz-contact-col-1 {
	width: 40%;
}

.bsz-contact-col-2 {
	width: 60%;
}

@media (max-width: 600px) {
	.bsz-contact-col-1,
	.bsz-contact-col-2 {
		width: 100%;
	}
}


.bsz-contact-box h3 {
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	padding: 0 0 10px 0;
	margin: 0;
	color: #c51517;
}

.bsz-contact-box p {
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;
}

.bsz-contact-box p a {
	color: #000;
	font-weight: 500;
}

.bsz-contact-box p a.phonenum {
	text-decoration: none !important;
}

.bsz-contact-box p span {
	display: inline-block;
	width: 3.75em;
}

.bsz-contact-persons {
	height: auto;
	margin: 0 0 -10px 0;
	overflow: hidden;
}

.bsz-contact-persons p {
	padding: 0 0 10px 0;
}

.bsz-close-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 50;
}

.bsz-close-button::before,
.bsz-close-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	right: 0;
	border-color: #c51517;
	background-color: #c51517;
	color: #c51517;
	opacity: 1;
	box-sizing: border-box;
	display: inline-block;
	height: 2px;
	width: 20px;
	top: calc(50% - 1px);
	left: calc(50% - 10px);
}

.bsz-close-button::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.bsz-close-button::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}




.transfer-checkbox {
	padding: 0;
	font-size: 12px;
}

label.option-label{font-size:1em;font-weight:500;padding:0 0 0 2em;margin:25px 0 0 0;position:relative;line-height:1.2;cursor:pointer;letter-spacing:0;}

label.option-label input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}
label.option-label .check{position:absolute;top:-0.25em;left:0;height:1.5em;width:1.5em;background-color:#fff;border-radius:5px;border:1px solid #c51517;}

label.option-label .check:after{content:'';position:absolute;display:none;left:0.45em;top:0.1em;width:0.5em;height:1em;border:solid #c51517;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);box-sizing:inherit;}
label.option-label input:checked~.check:after{display:block;}




/* INFOBOX */
.search-main,
.search-aside {
	display: inline-block;
	vertical-align: top;
	height: auto;
	color: #000;
}

.search-main {
	width: 66.6666%;
	padding: 0 10px 0 0;
}

.search-aside {
	width: 33.3333%;
	padding: 0 0 0 10px;
}

.search-header-image {
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	background-image: url(../img/raredonorfile.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	-ms-behavior:url(/backgroundsize.min.htc);
}

.search-header-image img {
	width: 100%;
	height: auto;
}

@media (min-width: 992px) {
	.search-header-image {
		min-height: 360px;
	}
	
	.search-header-image img {
		display: none;
	}
}

@media (max-width: 991px) {
	.search-main {
		width: 100%;
		padding: 0 0 20px;
	}
	
	.search-aside {
		width: 100%;
		padding: 0;
	}
}

.search-introtext {
	padding: 0 0 10px 0;
}

.search-introtext h2 {
	padding: 0 0 10px 0;
}

.search-introtext p {
	padding: 0 0 10px 0;
}

.search-infotext {
	padding: 25px 0 0 0;
}

.search-infotext p {
	padding: 0 0 10px 0;
}


.backend-infotext {
	color: #000;
	padding: 25px 0 0 0;
}

.backend-infotext h3 {
	font-size: 1.25em;
	line-height: 1.25;
	font-weight: 500;
	color: #c51517;
	padding: 0 0 10px 0;
	margin: 0;
}

.backend-infotext p {
	padding: 0 0 10px 0;
}


.search-startbuttons {
	height: auto;
	overflow: hidden;
}

.search-startbuttons ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -10px -10px 0;
	height: auto;
	overflow: hidden;
}

.search-startbuttons ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 10px 0;
	margin: 0;
}

@media (max-width: 991px) {
	
	.search-startbuttons {
		padding: 0 0 5px 0;
	}
	
	.search-startbuttons ul {
		margin: 0 -5px -5px 0;
	}
	
	.search-startbuttons ul li {
		padding: 0 5px 5px 0;
	}
}

.adminbox {
	width: 100%;
	height: auto;
	padding: 25px;
	margin: 10px 0 0 0;
	background: #ededed;
}

@media (max-width: 767px) {
	.adminbox {
		padding: 20px;
	}
}

.adminbox h3 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #c51517;
}

.adminbox p {
	padding: 10px 0 0 0;
	margin: 0;
	color: #000;
}

.adminbox p a {
	text-decoration: none;
	color: #000;
}

.adminbox p.admin-username span.role {
	font-size: 0.75em;
	text-transform: uppercase;
	position: relative;
	top: -0.25em;
	color: #c51517;
	font-weight: 500;
}

.frontend-admin {
	padding: 25px 0 0 0;
}

.frontend-admin ul {
	list-style-type: none;
	margin: 0 0 -10px 0;
	padding: 0;
	height: auto;
	overflow: hidden;
}

.frontend-admin li {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
}

.frontend-admin a {
	font-weight: 500;
	text-decoration: none;
	color: #000;
}

.frontend-admin a span {
	position: relative;
	top: -0.05em;
	margin-right: 0.25em;
}

.frontend-admin li.language-selection {
	padding: 15px 0 10px 0;
}

.frontend-admin li.language-selection a {
	font-weight: 400;
}

.frontend-admin li.language-selection a strong {
	font-weight: 500;
}

.results-aside {
	padding: 25px 0 0 0;
}

.results-aside .adminbox h3,
.results-aside p {
	display: none;
}

.results-aside .frontend-admin {
	padding: 0;
}

.results-aside .frontend-admin ul {
	margin: 0 -20px -10px 0;
}

.results-aside .frontend-admin li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 10px 0;
}

.newsearch {
	padding: 25px 0 0 0;
}

.infobox {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #ededed;
}

.infobox.international {
	margin: 10px 0 0 0;
}

.infobox-icon {
	padding: 20px;
	height: auto;
}

.infobox-icon img {
	width: 110px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.infobox h3 {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #c51517;
}

.infobox p {
	padding: 20px 0 0 0;
	margin: 0;
	color: #000;
}

.infobox p a {
	text-decoration: none;
	color: #000;
}

.infobox a.kontakt-button {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	padding: 7px;
	background: #c51517;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
}

.infobox-contacts,
.infobox-contacts p {
	padding: 10px 0 0 0;
}


@media (max-width: 991px) {
	.infobox-icon {
		padding: 0 0 10px 0;
	}

	.infobox-icon img {
		width: 75px;
		padding: 0;
	}

	.infobox h3,
	.infobox p {
		padding: 10px 0 0 0;
	}
	
	.infobox-contacts,
	.infobox-contacts p {
		padding: 5px 0 0 0;
	}
}

@media (max-width: 767px) {
	.infobox {
		padding: 20px;
	}
}


/* FORM */
.main label {
	font-weight: 500;
}

/* ERRORS */
.dash-login .input.error input {
	border: 1px solid #c51517 !important;
}

.error-message {
	position: relative;
	top: -10px;
	font-size: 10px;
	font-weight: 500;
}

/* FLASH MESSAGES */
.flash-messages .message {
	position: fixed;
	top: 100px;
	left: 20px;
	right: 20px;
	margin: auto;
	width: 480px;
	height: auto;
	padding: 15px 35px 15px 15px;
	text-align: left;
	cursor: pointer;
	display: block;
	transition: opacity 300ms ease-out 0s;
	background-color: #c51517;
	color: #fff;
	z-index: 199;
	overflow: hidden;
	line-height: 1.5;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: none;
	border-radius: 0;
}

@media (max-width: 767px) {
	.flash-messages .message {
		width: 300px;
		left: 10px;
		right: 10px;
	}
}

.flash-messages .message:before {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	background: url(../svg/flash-close.svg) center center no-repeat;
	background-size: 100%;
}

.flash-messages .message.error,
.flash-messages .message {

}

.flash-messages .message.error:before,
.flash-messages .message:before {

}

.flash-messages .message.hidden {
	opacity: 0;
	pointer-events: none;
}


/* BACKEND */
#backend {
	padding: 150px 0 0 0;
	height: auto;
	font-weight: 400;
}

.backend-limit {
	max-width: 1296px;
	margin: 0 auto;
}

.backend-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 15px 30px;
	line-height: 60px;
	background: #fff;
	z-index: 200;
}

.header-logo {
	display: inline-block;
	width: auto;
	height: 60px;
}

@media (max-width: 925px) {
	#backend {
		padding: 100px 0 0 0;
	}
}

@media (max-width: 767px) {
	#backend {
		padding: 70px 0 0 0;
	}
	
	.backend-header {
		padding: 10px 20px;
		line-height: 30px;
	}
	
	.header-logo {
		display: inline-block;
		width: auto;
		height: 30px;
	}
}

.backend-header-logo,
.backend-header-nav {
	display: inline-block;
	vertical-align: top;
	height: auto;
}

.backend-header-nav {
	float: right;
	text-align: right;
	color: #000;
	line-height: 1.25;
}

.backend-header-nav strong {
	font-size: 0.75em;
	text-transform: uppercase;
	color: #c51517;
	font-weight: 500;
}

.backend-header-nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.backend-header-nav li {
	display: inline-block;
	padding: 0 0 0 5px;
	margin: 0;
}

.backend-header-nav li a {
	font-weight: 500;
	text-decoration: none;
}

.backend-header-nav li a span {
	position: relative;
	top: -0.05em;
}

@media (max-width: 767px) {
	.backend-header-nav {
		font-size: 10px;
	}
}

.adminnav {
	list-style-type: none;
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0 -10px 0 0;
	overflow: hidden;
}

.adminnav li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	margin: 0;
}

.adminnav li a {
	color: #c5c5c5;
	text-decoration: none !important;
}

.adminnav li a .navtitle {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 0 0 5px;
}

.adminnav li a:hover,
.adminnav li.active a {
	color: #c51517;
}

/*
.adminnav2 .uk-icon,
*/
.backendimport .uk-icon {
	position: relative;
	top: -0.125em;
}


@media (max-width: 767px) {
	.adminnav li a .navtitle {
		display: none;
	}
	
	.adminnav {
		margin: 0 -5px 0 0;
	}
	
	.adminnav li {
		padding: 0 5px 0 0;
	}
}

@media (max-width: 374px) {
	.adminnav {
		display: block;
		width: 100%;
		padding: 0 0 10px 0;
		text-align: right;
	}
}

.backend-content {
	padding: 0 30px 75px 30px;
}

.backend-footer {
	padding: 0 30px;
}

.backend-footer-box {
	width: 100%;
	height: auto;
	padding: 25px 30px;
	background-color: #c51517;
	color: #fff;
}

@media (max-width: 767px) {
	.backend-content {
		padding: 0 20px 50px 20px;
	}
	
	.backend-footer {
		padding: 0 20px;
	}
	
	.backend-footer-box {
		padding: 20px 20px;
	}
}


.backend-icon-nav {
	height: auto;
	padding: 25px 0 0 0;
}

@media (max-width: 767px) {
	.backend-icon-nav {
		padding: 0;
	}
}

.backend-icon-nav-row {
	height: auto;
	overflow: hidden;
	margin: 0 -30px -30px 0;
}

.backend-icon-nav-col {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	height: auto;
	padding: 0 30px 30px 0;
}

.backend-icon-nav-box {
	display: block;
	width: 100%;
	height: auto;
	padding: 50px 10px 25px 10px;
	text-align: center;
	background-color: #ededed;
	color: #c51517;
	text-decoration: none !important;
}

.backend-icon-nav-box h2 {
	font-size: 1.25em;
	line-height: 1.5;
	font-weight: 500;
	padding: 25px 0 0 0;
	margin: 0;
	color: inherit;
}

.backend-icon-border {
	display: inline-block;
	padding: 25px;
	border: 2px solid #c51517;
	border-radius: 100%;
}

@media (max-width: 1199px) {
	.backend-icon-nav-row {
		margin: 0 -25px -25px 0;
	}
	
	.backend-icon-nav-col {
		padding: 0 25px 25px 0;
	}
}

@media (max-width: 1024px) {
	.backend-icon-nav-row {
		margin: 0 -10px -10px 0;
	}
	
	.backend-icon-nav-col {
		padding: 0 10px 10px 0;
	}
}

@media (max-width: 991px) {
	.backend-icon-nav-box h2 {
		font-size: 1.125em;
	}
	
	.backend-icon-border svg {
		width: 40px !important;
		height: 40px !important;
	}
}

@media (max-width: 767px) {
	.backend-icon-nav-col {
		width: 50%;
	}
	
	.backend-icon-nav-box {
		padding: 25px 10px 15px 10px;
	}
	
	.backend-icon-nav-box h2 {
		font-size: 1.125em;
		padding: 15px 0 0 0;;
	}
	
	.backend-icon-border {
		padding: 15px;
		border: 2px solid #c51517;
	}
}

@media (max-width: 500px) {
	.backend-icon-nav-col {
		width: 100%;
	}
}


/* ENABLED DISABLED */
.listing-table .enabled {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}

.listing-table .enabled span {
	display: none;
}

.listing-table .enabled:after {
	content: '';
	position: absolute;
	top: -0.125em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../svg/enabled.svg) center center no-repeat;
	background-size: 100% 100%;
}

.listing-table .disabled {
	display: inline-block;
	width: 1em;
	height: 1em;
	position: relative;
}

.listing-table .disabled span {
	display: none;
}

.listing-table .disabled:after {
	content: '';
	position: absolute;
	top: -0.075em;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../svg/disabled.svg) center center no-repeat;
	background-size: 100% 100%;
}

.buttonmargin {
	margin-left: 5px;
}

.backend-actions {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 5px;
	background-color: #fafafa;
	border: 1px solid #ededed;
}

.backend-actions form,
.search-actions, 
.search-dates {
	display: inline-block;
	position: relative;
}

.search-actions {
	margin: 0 5px 0 0;
	vertical-align: top;
	line-height: 30px;
}

.backend-actions .button, 
.backend-actions button {
	line-height: 30px;
}



.backend-actions form a.reset {
	position: absolute;
	display: inline-block;
	height: 20px;
	top: 0;
	bottom: 0;
	right: 6px;
	margin: auto;
}

.backend-actions form .search {
	position: absolute;
	display: inline-block;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	pointer-events: none;
}

.backend-actions .button,
.action-col .button {
	font-size: 14px;
	text-decoration: none !important;
	padding: 0 0.5em;
}

.button span.uk-icon {
	width: 1.5em;
	position: relative;
	top: -0.125em;
}

#searchlist,
#searchvalue,
input.searchnumber {
	padding: 5px 5px 5px 30px;
	margin: 0;
	line-height: 20px;
	border: 1px solid #ededed;
	color: #000;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	font-size: 14px;
	width: 300px;
	height: auto;
	background: #fff url(../svg/search.svg) 5px center no-repeat;
	background-size: 14px;
}

#searchvalue {
	padding: 5px;
	background: #fff;
}

input.searchdate {
	padding: 4px 5px;
	margin: 0;
	line-height: 20px;
	border: 1px solid #ededed !important;
	color: #000 !important;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	font-size: 14px;
	width: 120px;
	height: auto;
	background-size: 14px;
	outline: none !important;
}

select#importmode,
select.selectbox {
	display: inline-block;
	width: 120px;
	padding: 5px;
	margin: 0;
	line-height: 20px;
	border: 1px solid #ededed !important;
	color: #000 !important;
	background: #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	box-shadow: none;
	font-size: 14px;
	height: auto;
	background: #fff url(../svg/dropdownmode.svg) right center no-repeat;
	background-size: auto 8px;
	outline: none !important;
}

select.selectbox {
	width: 6.25em;
}

@media (max-width: 767px) {
	#searchlist,
	#searchvalue,
	input.searchnumber {
		width: 150px;
	}
	
	input.searchdate {
		width: 90px;
	}
}


.upload-field {
	display: inline-block;
	vertical-align: bottom;
	width: 200px;
}

.inputfile {
	width: 0.1px !important;
	height: 0.1px !important;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile+label {
	background: #fff;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: block;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 1px solid #ededed !important;
	height: 32px;
	width: 100%;
	border-radius: 0 !important;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-transform: none;
}

.inputfile+label span {
	width: 100%;
	height: auto;
	line-height: 20px;
	padding: 5px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	font-weight: 400;
}


input#searchlist::-webkit-input-placeholder {color:#c5c5c5 !important;opacity:1 !important;}
input#searchlist::-moz-placeholder {color:#c5c5c5 !important;opacity:1 !important;}


/* FANCYBOX */
.fancybox__backdrop {
	background: rgba(0,0,0,0.5);	
}

.fancybox__content {
	padding: 0;	
}

.carousel__button {
	background: transparent !important;
}

.carousel__button svg {
	filter: none;
}

#bszmail {
	display: none !important;
}

@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}



#nav-main-level1>li#navnum4>a {
	font-weight: 500;
}

.nav-main-level2 li#navnum120>a {
	font-weight: 600;
}

#nav-main-level1>li#navnum4>a:after {
	color: #c51517;
}

@media (max-width: 925px) {
	#nav-main-level1>li#navnum4 .nav-main-level2 {
		display: block;
	}
}
