#inquiryModal .modal-dialog {
	max-width: 550px;
}

.nyfiken {
	animation-name: dropHeader;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-duration: 0.3s
}

.nyfiken-body {
	width: 100%;
	min-height: 95vh;
	padding: 40px 35px 50px;
	background: #fff;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url('/corporate/img/nyfiken-bg.png');
	position: relative;
	font-size: 16px;
	border-radius: 4px;
}

.modal .nyfiken-body {
	min-height: auto;
}

.nyfiken-content {
	max-width: 480px;
	margin: 0 auto;
}

.nyfiken .intro {
	text-align: center;
}

.nyfiken h1 {
	font-size: 30px;
	font-weight: 600;
	color: #298ccd;
	margin: 10px 0px;
}

.nyfiken p {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	margin: 0 0 25px 0;
	line-height: 1.3em;
}

.nyfiken h3 {
	font-size: 17px;
	font-weight: 600;
	color: #298ccd;
	text-align: center;
	margin: 0 0 10px 0;
}

.nyfiken .svenskalag-logo {
	display: none;
}


/* Close icon */
.nyfiken .close {
	display: block;
	width: 50px;
	height: 50px;
	background: url('/corporate/img/close.svg') no-repeat;
	background-size: 100%;
	position: absolute;
	right: 10px;
	top: 10px;
}


/* Toggle list */
.toggle-list {
	background: #fff;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0px;
}

	.toggle-list.toggle-list-radio li label {
		justify-content: unset;
	}

	.toggle-list.toggle-list-radio li i {
		margin-right: 6px;
		margin-right: 6px;
	}

	.toggle-list.invalid {
		border-color: #e74c3c;
	}

	.toggle-list li {
		line-height: 44px;
		border-top: solid 1px #ccc;
		color: #aaa;
		font-size: 16px;
	}

		.toggle-list li span {
			color: #777;
		}

		.toggle-list li.active {
			color: #17bd80;
		}

		.toggle-list li:first-child {
			border: 0;
		}

		.toggle-list li label {
			display: flex;
			justify-content: space-between;
			align-items: center;
			cursor: pointer;
			padding: 0 10px;
			margin: 0;
		}
		/* Fake toggle button */
		.toggle-list li i {
			font-size: 24px;
		}

		.toggle-list li input {
			position: absolute;
			clip: rect(0,0,0,0);
			pointer-events: none;
		}

			.toggle-list li input:checked + label {
				color: #17bd80;
				background: #ebfeeb;
				font-weight: 500;
			}

		.toggle-list li:first-child input:checked + label {
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
		}

		.toggle-list li:last-child input:checked + label {
			border-bottom-left-radius: 4px;
			border-bottom-right-radius: 4px;
		}

		.toggle-list li input:checked + label span {
			color: #17bd80;
		}

	.toggle-list.toggle-list-radio li label:before {
		font-family: "Fontawesome";
		font-size: 24px;
		margin-right: 6px;
	}

	.toggle-list.toggle-list-radio li input:not(checked) + label:before {
		content: '\f10c';
	}

	.toggle-list.toggle-list-radio li input:checked + label:before {
		content: '\f058';
	}

	.toggle-list li input:checked + label i {
		-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
		-webkit-transform: scale(1, -1);
		-ms-transform: scale(1, -1);
		transform: scale(1, -1);
		margin-top: 1px;
	}


/* Referenser */
.reference {
	margin-bottom: 4px;
	padding: 10px 10px 15px 10px;
	background: #fff;
	border: solid 1px #eee;
	border-radius: 4px;
	text-align: center;
}

	.reference h3 {
		margin: 20px 0px;
	}

	.reference .item {
		display: inline-block;
		width: 49%;
		text-align: center;
		padding: 10px 10px 15px 10px;
		vertical-align: top;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		.reference .item img {
			margin: 0 auto 5px auto;
			display: block;
			width: 50px;
			height: 54px;
		}

	.reference .item {
		color: #777;
	}



/* Button */
.nyfiken .button,
.nyfiken button {
	background: #fff;
	color: #555;
	box-shadow: inset 0 0 0 1px #eee;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	display: block;
}

	.nyfiken .button.cta,
	.nyfiken button.cta {
		background: #298ccd;
		color: #fff;
		box-shadow: none;
		margin-top: 10px;
		line-height: 1.2em;
	}

	.nyfiken button small {
		opacity: 0.7;
		font-size: 0.8em;
		font-weight: 300;
	}


/****************************
      Floating labels custom css
     *****************************/
.svlag-floating-label {
	background-color: #fff;
	margin-bottom: 10px;
}

	/* Om fältet är fokuserat eller notEmpty() */
	.svlag-floating-label.fixed-label label,
	.svlag-floating-label.floating label {
		color: #298ccd;
	}

	.svlag-floating-label input:focus,
	.svlag-floating-label textarea:focus,
	.svlag-floating-label select:focus {
		box-shadow: 0 0 0 1px #298ccd;
	}

	.svlag-floating-label textarea {
		min-height: 90px;
	}


@media (max-width: 768px) {

	.nyfiken-body {
		padding: 35px 20px;
		border-radius: 0;
	}

	.nyfiken h1 {
		font-size: 25px;
	}

	.nyfiken p {
		font-size: 16px;
	}



	.nyfiken .svenskalag-logo {
		display: block;
		text-align: center;
		padding: 40px 0 0px 0;
	}

		.nyfiken .svenskalag-logo img {
			width: 150px;
		}
}
