:root {
	--bs-btn-active-color: #fff;
  --bs-btn-active-bg: #197f15;
  --bs-btn-active-border-color: rgba(0,0,0,0.8);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #197f15;
	--bs-border-color: #dee2e6;
}
* {
	font-family: sans-serif;
	color: #000
}

@keyframes noticefly {
	from {
		opacity: 0;
		transform: translateY(-50px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}

a.externalapplication {
	text-decoration: underline!important;
	font-size: 20px!important
}

input.validation-error,
textarea.validation-error {
	border: solid 2px #d0021b!important
}

#nocookies {
	display: none
}

.notice-fly {
	width: 100%;
	text-align: center;
	background: #fdf2ab;
	position: fixed;
	z-index: 111111;
	top: 0;
	animation-name: noticefly;
	animation-duration: 1s;
	animation-timing-function: ease-in
}

.notice-fly div {
	padding: 20px;
	line-height: 2em;
	font-size: 20px
}

#fields-apply {
	margin-bottom: 15px;
}

#jobdescription,
#jobqualifications {
	font-size: 16px
}

.video-embed-container {
	max-width: 98%;
	margin: 0 auto 20px auto;
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden
}

.video-embed-container embed,
.video-embed-container iframe,
.video-embed-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.break-word {
	word-break: break-word
}

.break-all {
	word-break: break-all
}

img.recruiter {
	width: 100%;
	max-width: 150px;
	display: block
}

div.videocontainer {
	width: 100%
}

video {
	max-width: 98%;
	margin: 20px auto;
	display: block
}

img.logo {
	max-height: 150px;
	max-width: 200px
}

img.recruiter {
	width: 100%;
	max-width: 150px;
	display: block
}

div.videocontainer {
	width: 100%
}

div.contact {
	font-size: 13px;
	line-height: 20px
}

div.contact>a {
	white-space: nowrap
}

video {
	max-width: 98%;
	margin: 0 auto 20px 0;
	display: block
}

.info,
.share {
	border-radius: 6px;
	margin-bottom: 20px;
	border: 2px solid #e8e8e8;
	background-color: #f4f4f4;
	padding: 12px;
	font-size: 13px
}

.share {
	margin-top: 20px
}

.info-element {
	margin-bottom: 12px
}

.btn-linkedin {
	color: #fff!important;
	background-color: #007bb6!important;
}

.btn-linkedin>i {
	color: #fff!important;
	background-color: #007bb6!important;
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active {
	opacity: 0.8;
}

body {
	padding-bottom: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 110%;
	color: #000
}

label.form-check-label {
	padding-left:8px;
}

.has-error>button {
	border-color: #a94442
}

label.checkbox-inline.many {
	margin-bottom: 4px
}

.container {
	min-width: 280px
}

.main {
	margin-top: 20px;
	margin-bottom: 20px
}

.page-header {
	margin: 0 0 20px
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

input.is-empty, textarea.is-empty {
	background: none !important;
	border-color: var(--bs-border-color) !important;
}

input.is-empty:focus, textarea.is-empty:focus {
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}

div.is-invalid > legend, div.is-invalid > label {
	color: var(--bs-form-invalid-color);
}

div.is-invalid > legend::after, div.is-invalid > label::after {
	content: 'Välj minst en';
	display: block;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: 5.5rem center;
	background-repeat: no-repeat;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}

.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: var(--bs-border-color);
}

.form-check-input.is-invalid, .was-validated .form-check-input:invalid:not(#acceptPolicy):not(#backgroundCheck) {
  border-color: var(--bs-border-color);
}

.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
	color: #000;
}

.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
	color: #000;
}

.form-check-input:focus {
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

p.subheading {
	color: #000!important;
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: 0.75rem;
}

p.invalid-file {
	margin: 0
}

#file-add-row {
	margin-top: 6px
}

.semivisible {
	opacity: .4;
	cursor: not-allowed!important
}

.semivisible * {
	cursor: not-allowed!important
}

button.dropbox,
button.dropbox:focus {
	font-family: arial;
	height: 34px;
	border-radius: 6px;
	background-color: #007ee5;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

hr {
	margin: 30px 0
}

.hidden-validation {
	display: inline;
	position: relative;
	top: 0;
	left: -10px;
	width: 1px;
	color: transparent;
	opacity: 0;
	border: 0;
	margin: 0;
	padding: 0
}

input[readonly] {
	cursor: not-allowed!important;
	color: #666!important;
	opacity: 0.9;
}

.addmorefiles:focus,
.addmorefiles:hover,
a.addmorefiles {
	text-decoration: none!important;
}

a.link-external:before {
	content: "\f1c5";
  display: inline-block;
	font-family: bootstrap-icons!important;
	font-style: normal;
	font-weight: 400!important;
	font-variant: normal;
	text-transform: none;
	vertical-align: -.075rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: .2rem;
	text-decoration: none;
}

a.link-help {
	cursor: help;
}

input::-webkit-input-placeholder {
	color: #666!important
}

input:-moz-placeholder {
	color: #666!important
}

input::-moz-placeholder {
	color: #666!important
}

input:-ms-input-placeholder {
	color: #666!important
}

input.text-file-input {
	border-radius: 0!important;
	border-right: 0!important;
	color: #666!important
}

.fileinput {
	display: block;
	position: relative;
	height: 34px;
	cursor: pointer
}

input[type=checkbox],
input[type=radio] {
	transform: scale(1.5)
}

input.file {
	position: absolute;
	top: 0;
	left: 39px;
	width: 97%;
	height: 34px;
	font-size: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-opacity: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2
}

abbr {
	border: none!important;
	text-decoration: none!important
}

div.spontaneous {
	margin: 30px 0
}

div.spontaneous>a {
	text-decoration: underline!important
}

.btn-copy:active,
.btn-copy:focus {
	outline: 0
}

@media(max-width:767px) {
	div.contact {
		font-size: 16px;
		line-height: 24px
	}
	h1 {
		font-size: 26px
	}
}

@media(max-width:676px) {
	img.logo {
		max-width: 100%
	}
	.sj_apply {
		padding: 15px;
		white-space: normal
	}
	h3 {
		margin-bottom: 0.5rem;
	}
	hr {
		margin: 15px 0
	}
	.page-header {
		margin: 0 0 5px
	}
}

@media(max-width:400px) {
	img.logo {
		max-width: 134px;
		max-height: 134px
	}
	h1 {
		font-size: 24px
	}
	h3 {
		font-size: 0.5rem;
	}
}

.dark {
	background-color: #f4f4f4
}