
/* CSS */

/* open-sans-regular - latin */
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.OpenSansRegular { font-family: 'OpenSansRegular'; }
.OpenSansSemiBold { font-family: 'OpenSansSemiBold'; }
.OpenSansBold { font-family: 'OpenSansBold'; }

/* COLORS
* white: #FFF;
* black: #000;
* dark: #4B4B4A;
*	grey: #EFEFEF;
* green: #A2D9B5;
* light-green: #E7F1E9;
*/

body {
	margin: 0;
	background-color: #EFEFEF;
}


/***********
*
*
* logga-in.html
*
*
***********/

/* BRANDING */
.loggain {
	padding-top: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.loggain img {
	width: 100%;
	max-width: 90px;
}

/* LOGGA IN BOXEN */
#login-block-wrapper {
	background-color: #FFF;
	width: 100%;
	max-width: 578px;
	border-radius: 6px;
	margin: 0 auto;
	padding: 65px 95px 25px;
	box-sizing: border-box;
	text-align: center;
}

#login-block-wrapper h1 {
	margin: 0;
	font-family: 'OpenSansBold';
	font-size: 26px;
	color: #4B4B4A;
}

#login-block-wrapper p {
	width: 390px;
	margin: 25px auto 40px;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	color: #4B4B4A;
}

#login-block-wrapper a.button {
	display: inline-block;
	font-family: 'OpenSansBold';
	font-size: 18px;
	color: #4B4B4A;
	text-decoration: none;
	background-color: #A2D9B5;
	border-radius: 6px;
	width: 390px;
	height: 72px;
	line-height: 72px;
}

#login-block-wrapper span {
	width: 390px;
	margin: 25px auto 0;
	display: block;
	font-family: 'OpenSansSemiBold';
	font-size: 13px;
	color: #4B4B4A;
}

/* TEXT BLOCKET UNDER LOGGA IN BOXEN */
#text-block {
	width: 578px;
	margin: 25px auto;
	text-align: center;
}

#text-block p {
	font-family: 'OpenSansRegular';
	font-size: 13px;
	color: #4B4B4A;
	padding: 0 30px;
	line-height: 22px;
}

.secondary-button {
    border-radius: 6px;
    width: initial;
    line-height: 0.5;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 580px) {

	#login-block-wrapper {
		max-width: 95%;
		padding: 30px 20px 20px;
	}

	#login-block-wrapper p, #login-block-wrapper a.button, #login-block-wrapper span, #text-block { width: 100%; }

}
/***********
*
*
* END
*
*
***********/


/***********
*
*
* labbtider.html
*
*
***********/

/* HEADER */
#header-wrapper {
	background-color: #FFF;
	padding: 10px 20px;
	border-bottom: 1px solid #E6E6E6;
}

#header-wrapper .container {
	overflow: hidden;
}

#branding {
	float: left;
}

#toolbar {
	float: right;
}

/* LOGO + Kundportal */
.labbtider {
	display: inline-block;
	vertical-align: middle;
	width: 190px;
}

.mobile-logo { display: none; }

#page-title {
	display: inline-block;
	vertical-align: bottom;
	font-family: 'OpenSansBold';
	color: #4B4B4A;
	font-size: 14px;
	margin: 5px 0 6px 15px;
	padding-left: 15px;
	border-left: 1px solid #B4B4B4;
	height: 32px;
	line-height: 32px;
}


/* Personnamn + Logga ut */
#name {
	display: inline-block;
}

#name a {
	font-family: 'OpenSansSemiBold';
	font-size: 14px;
	color: #284337;
	text-decoration: none;
	margin-right: 20px;
}

#name a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-image: url('../assets/extras/next.svg');
	background-size: 6px 9px;
	margin-left: 10px;
}

#logout {
	display: inline-block;
	margin-top: 10px;
}

#logout a {
	background-color: #A2D9B5;
	font-family: 'OpenSansBold';
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	color: #284337;
	text-decoration: none;
	padding: 9px 29px;
	border-radius: 25px;
}


/* NAVBAR */
#navbar {
	clear: both;
	background-color: #FFF;
}

ul.menu {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	list-style-type: none;
}

ul.menu li {
	display: inline-block;
}

ul.menu li a {
	display: block;
	margin: 0 20px;
	padding: 20px 0 18px;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	color: #4B4B4A;
	text-decoration: none;
	border-bottom: 2px solid transparent;
}

ul.menu li a.is-active {
	font-family: 'OpenSansBold';
	border-bottom: 2px solid #4B4B4A;
}


/* MAIN CONTENT */
#content-wrapper {
	background-color: #E7F1E9;
}

#content-wrapper .container {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
	box-sizing: border-box;
}

.region-title {
	font-family: 'OpenSansBold';
	font-size: 22px;
	color: #4B4B4A;
	margin-top: 55px;
	margin-bottom: 15px;
}

/* SIDEBAR + Bokade tider */
#sidebar-first {
	float: left;
	width: 28%;
	margin-right: 2%;
}

#block-booking {
	background-color: #FFF;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

#block-booking h4 {
	margin: 10px 0;
	font-family: 'OpenSansBold';
	font-size: 16px;
	color: #4B4B4A;
}

#block-booking p {
	margin: 0 0 20px 0;
	font-family: 'OpenSansRegular';
	font-size: 16px;
	color: #4B4B4A;
}

#block-booking a {
	text-decoration: none;
}

#block-booking span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'OpenSansRegular';
	font-size: 14px;
	line-height: 19px;
	color: #4B4B4A;
	margin: 20px 0 20px 40px;
}

#block-booking span::before {
	position: absolute;
	top: 0;
	left: -40px;
	content: '';
	display: inline-block;
	vertical-align: top;
	background-image: url('../assets/extras/information.svg');
	background-size: 25px;
	width: 25px;
	height: 25px;
}

/* Avboka & Boka om */
.dark-button {
	display: inline-block;
	background-color: #284337;
	color: #FFF;
	font-family: 'OpenSansBold';
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	border-radius: 8px;
	width: 49%;
	margin-right: 1%;
}

.green-button {
	display: inline-block;
	background-color: #A2D9B5;
	color: #284337;
	font-family: 'OpenSansBold';
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	border-radius: 8px;
	width: 49%;
	margin-left: 1%;
}

#main-content-right {
	float: left;
	width: 70%;
}

.content {
	background-color: #FFF;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 85px;
}

#block-block-calendar {
	display: block;
	float: left;
	width: 47%;
	margin-right: 6%;
	height: 400px;
	background-color: #E7F1E9;
}

#block-block-times {
	display: block;
	float: left;
	width: 47%;
	height: 1000px;
}

#block-block-times p {
	display: inline-block;
	vertical-align: middle;
	font-family: 'OpenSansSemiBold';
	font-size: 16px;
	color: #4B4B4A;
	margin: 0;
}

#block-block-times p::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	background-image: url('../assets/extras/calendar.svg');
	background-size: 28px;
	background-repeat: no-repeat;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 6px solid #A2D9B5;
}

/* FOOTER */
#footer-wrapper {
	background-color: #FFF;
	text-align: center;
	padding: 30px 15px;
}

#contact p {
	margin: 0;
	font-family: 'OpenSansRegular';
	font-size: 13px;
	color: #4B4B4A;
}

#contact p span {
	font-family: 'OpenSansSemiBold';
}


/* KONTAKTA MIG - FORMULÄR */
/* OBS ANVÄNDER SIG AV EN BRYTPUNKT VID 580px */

#main-content {
	width: 100%;
	margin: 85px auto 0;
}

#main-content .content {
	padding: 60px 70px;
}

.block-title {
	font-family: 'OpenSansBold';
	font-size: 26px;
	color: #4B4B4A;
}

.submit .dark-button, .submit .green-button {
	text-decoration: none;
	width: 160px;
	border: none;
	cursor: pointer;
	line-height: 0;
	margin-bottom: 0;
}

.text-block {
	margin-bottom: 40px;
}

.text-block .block-title { margin-bottom: 10px; }

form {
	margin-top: 40px;
	margin-bottom: 0;
}

label {
	display: block;
	font-size: 16px;
	font-family: 'OpenSansBold';
	color: #4B4B4A;
}

input, select {
	display: block;
	margin: 10px 0 30px;
	font-size: 16px;
	font-family: 'OpenSansRegular';
	width: 100%;
	padding: 16px 15px;
	border: 1px solid #919191;
	border-radius: 3px;
}

input:focus, select:focus {
	outline: none; /* REMOVE CHROME FOCUS CSS */
	border: 2px solid #4B4B4A;
}

input#personal {
	width: 235px;
	-webkit-appearance: none;
	background-image: url('../assets/extras/ok.svg');
	background-size: 20px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

select {
	-webkit-appearance: none;
	background-image: url('../assets/extras/more.svg');
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

description {
	font-size: 16px;
	font-family: 'OpenSansRegular';
}

input#field-error {
	-webkit-appearance: none;
	background-image: url('../assets/extras/alert.svg');
	background-size: 30px 26px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 1px solid #D9384E;
	margin-bottom: 10px;
}

.error-message {
	margin-bottom: 20px;
	background-color: #6A2932;
	color: #FFF;
	font-family: 'OpenSansSemiBold';
	font-size: 16px;
	padding: 15px;
	border-radius: 3px;
}

input#address-help {
	-webkit-appearance: none;
	background-image: url('../assets/extras/forminfo.svg');
	background-size: 26px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	margin-bottom: 10px;
}

.help-message {
	margin-bottom: 20px;
	background-color: #4B4B4A;
	color: #FFF;
	font-family: 'OpenSansSemiBold';
	font-size: 16px;
	padding: 15px;
	border-radius: 3px;
}

/* CHECKBOX START */

.checkboxInput {
	display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 35px;
  margin-bottom: 20px;
  padding-top: 2px;
}

.checkboxInput input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #FFF;
  border: 1px solid #919191;
}

.checkboxInput:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxInput input:checked ~ .checkmark {
  background-color: #284337;
}

.checkboxInput input:disabled ~ .checkmark {
  background-color: #EFEFEF;
}

label.disable { color: #757575; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxInput input:checked ~ .checkmark:after {
  display: block;
}

.checkboxInput .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* CHECKBOX END */

/* LÖNESPECAR */
/* Använder sig av samma brypunkt som formuläret - 580px */

.monthly-wrapper {
	margin-top: 30px;
}

ul.link-list {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.link-list li {
}

ul.link-list li a {
	display: block;
	position: relative;
	cursor: pointer;
	color: #28864A;
	font-family: 'OpenSansBold';
	font-size: 16px;
	padding: 20px 45px 20px 0;
	margin: 0;
	border-bottom: 2px solid #E6E6E6;
	text-decoration: none;
}

ul.link-list li a::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	width: 28px;
	height: 28px;
	background-image: url('../assets/extras/arrow.svg');
	background-size: 6px;
	background-position: center;
	background-repeat: no-repeat;
}

ul.link-list li a:hover {
	color: #284337;
}

ul.link-list li a:hover::after {
	background-image: url('../assets/extras/arrow_hover.svg');
	background-size: 26px;
}

/* PERSONALPORTAL */

.personalportal #login-block-wrapper {
	padding: 35px 85px;
}

.personalportal #login-block-wrapper h1 {
	margin-bottom: 30px;
}

.personalportal #login-block-wrapper a.button {
	color: #284337;
	width: 100%;
	height: 48px;
	line-height: 48px;
}

.personalportal #login-block-wrapper a.button:hover {
	background-color: #284337;
	color: #FFFFFF;
}

.personalportal #login-block-wrapper p.divider {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	font-family: 'OpenSansBold';
}

.personalportal #login-block-wrapper p.divider:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #D9D9D9;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.personalportal #login-block-wrapper p.divider:before {
	content: '';
	position: absolute;
	width: 40%;
	height: 1px;
	background-color: #D9D9D9;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.personalportal #login-block-wrapper form {
	margin: 0;
}

.personalportal #login-block-wrapper form label { text-align: left; }

.personalportal #login-block-wrapper form input {
	margin: 10px 0;
	padding: 12px 15px;
}

.personalportal #login-block-wrapper form .password {
	position: relative;
	margin-bottom: 20px;
}

.personalportal #login-block-wrapper form span.passwordShow {
	position: absolute;
	top: 47px;
	right: 15px;
	width: auto;
	margin: 0;
	color: #28864A;
	cursor: pointer;
}

.personalportal #login-block-wrapper form span.passwordHide {
	display: none;
	position: absolute;
	top: 47px;
	right: 15px;
	width: auto;
	margin: 0;
	color: #28864A;
	cursor: pointer;
}

.personalportal #login-block-wrapper a.login { margin-bottom: 20px; }

.personalportal #login-block-wrapper a.login:hover {
	background-color: #284337;
	color: #FFFFFF;
}

.personalportal #login-block-wrapper a.forgot  {
	font-size: 15px;
	font-family: 'OpenSansRegular';
	color: #28864A;
	text-decoration: none;
}

.personalportal #login-block-wrapper a.forgot:hover {
	text-decoration: underline;
}

#login-block-wrapper span {
	margin: 20px auto 0;
}


/* VID KORREKT INMATNING */
.personalportal.valid #login-block-wrapper form input {
	-webkit-appearance: none;
	background-image: url('../assets/extras/ok.svg');
	background-size: 18px 14px;
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.personalportal.valid #login-block-wrapper form input#password-field {
	background-position: right 45px center;
}

/* VID FELAKTIG INMATNING */
.personalportal.error #login-block-wrapper form input {
	-webkit-appearance: none;
	background-image: url('../extras/alert.svg');
	background-size: 26px 22px;
	background-repeat: no-repeat;
	background-position: right 10px center;
	border: 1px solid #D9384E;
	margin-bottom: 10px;
	color: #AB2133;
}

.personalportal.error #login-block-wrapper form input#password-field {
	background-position: right 45px center;
	color: #000000;
}
.personalportal #login-block-wrapper form .error-message { display: none; }
.personalportal.error #login-block-wrapper form .error-message {
	display: block;
	font-size: 14px;
	text-align: left;
}

a.valid { margin: 20px; }
a.error { margin: 20px; }

@media only screen and (max-height: 900px) {
	.loggain { padding-top: 0; margin-bottom: 20px; }
	#main-content { margin: 20px auto 0;  }
}

/* Landscape tablet */
@media only screen and (max-width: 1024px) {

	#sidebar-first { width: 40%; }
	#main-content-right { width: 58%; }
	#block-block-calendar, #block-block-times {
		float: none;
		width: 100%;
		margin: 15px auto;
	}

}

/* Portrait tablet */
@media only screen and (max-width: 768px) {

	#header-wrapper { padding: 5px 10px; }

	#sidebar-first {
		float: none;
		width: 100%;
	}

	#main-content-right {
		float: none;
		width: 100%;
	}

	#toolbar { display: none; }
	#navbar { display: none; }

	#branding {
		width: 75%;
		overflow: hidden;
	}

	.labbtider { display: none; }

	.mobile-logo {
		float: left;
		width: 25%;
		display: block;
		max-width: 60px;
	}

	#page-title {
		display: block;
		float: left;
		width: 65%;
		margin: 0;
		padding: 0;
		border: none;
		text-align: right;
		height: 67px;
		line-height: 67px;
	}

	.mobile-menu {
		display: block;
		float: right;
		width: 50px;
		height: 67px;
	}

	.mobile-menu .toggle {
		margin-top: 22px;
		background-image: url('../assets/extras/menu.svg');
		background-repeat: no-repeat;
		background-position: center;
		height: 20px;
	}

	.region-title {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.content { margin-bottom: 10px; }

	#footer-wrapper { text-align: left; padding: 15px; }
	#contact p span.first { display: block; margin: 10px 0; }

}

@media only screen and (max-width: 580px) {
	#main-content {
		width: 100%;
		margin: 20px auto 0;
	}

		#main-content .content {
		padding: 20px 15px;
	}

	.block-title { font-size: 22px; }

	form { margin-top: 15px; }

	input, select {
			margin: 8px 0 15px;
	}

	.text-block { margin: 25px 0 20px; }


	.personalportal  #login-block-wrapper {
		max-width: 95%;
		padding: 30px 20px 20px;
	}
}