﻿/*@font-face {
	font-family: 'akzidenz-grotesk';
	src: url('/fonts/Akzidenz-grotesk-bold.ttf') format('truetype'),*/ /* Safari, Android, iOS */
/*}*/

@font-face {
	font-family: "akzidenz-grotesk";
	src: url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/9d033e/000000000000000000013633/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

@font-face {
	font-family: "akzidenz-grotesk";
	src: url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/5556ca/000000000000000000013635/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

h1 {
	color: #fff;
	font-family: akzidenz-grotesk,Arial,sans-serif;
}

.print-btn {
	color: #fff;
	text-decoration: underline;
	margin-left: auto;
	margin-right: auto;
	font-family: akzidenz-grotesk,Arial,sans-serif;
	font-size: 14px;
}

.line {
	border: none;
	height: 10px;
	/*background: #eee;*/
	margin: 0px 0px;
}

img {
	border: none;
}

ul {
	list-style: none;
}

input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

	input[type="text"] {
		border: 1px solid #ccc;
		box-shadow: inset 0px 1px 1px #eee;
		padding: 5px;
		font-size: 16px;
		color: #999;
	}

.inpt input[type="text"] {
	font-size: 18px;
}

	.inpt input[type="text"]:focus {
		font-size: 18px !important
	}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

.focused {
	color: #333333 !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.sz12 {
	font-size: 12px;
	line-height: 18px;
}

.menu {
	overflow: hidden;
}

	.menu a {
		display: block;
		padding: 10px 16px;
		font-weight: bold;
		font-size: 16px;
		font-family: akzidenz-grotesk,Arial,sans-serif;
	}

	.menu .left a {
		/*margin-right: 5px;*/
		background: #fff;
		color: #222;
	}

		.menu .left a:hover,
		.menu .left a:active {
			background: #ddd;
		}

	.menu .right a {
		white-space: nowrap;
	}

.gray-btn {
	background: #d9d9d9;
	color: #555;
}

	.gray-btn:hover {
		background: #ccc;
	}

	.gray-btn:active {
		background: #bbb;
	}

.primary-btn {
	margin: 0px;
	background: #dabf66;
	color: #000;
}

	.primary-btn img {
		float: left;
		margin: -1px 5px 0px 0px;
	}

	.primary-btn:hover {
		background: #9f893e;
	}

	.primary-btn:active {
		background: #9f893e;
	}

.load-font {
	font-family: 'Handlee', sans-serif;
	font-size: 3px;
}

.game, .menu {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.editor .game .grid {
	border: 1px solid #999;
}

.game {
	position: relative;
	margin: 10px 0px;
	padding: 30px 0px;
	/*background: #ebebeb;*/
	background-color: #16161d; /* For browsers that do not support gradients */
	/*    background-image: linear-gradient(165deg, #fcfcb6, #f9dc72);*/
}

	.game .grid {
		margin: auto;
		width: 560px;
		height: 509px;
		/*border: 1px solid #999;*/
		background: #c3c3c3;
	}

		.game .grid li {
			display: block;
			width: 50px;
			height: 50px;
			float: left;
			border-right: 1px solid #c3c3c3;
			border-bottom: 1px solid #c3c3c3;
			background: #fff;
			position: relative;
			text-align: center;
			/*overflow:hidden;*/
		}

			.game .grid li div.chr {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 50px;
				height: 50px;
				z-index: 1;
			}

			.game .grid li div.inpt {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 50px;
				height: 50px;
				overflow: hidden;
				z-index: 2;
			}

				.game .grid li div.inpt input {
					/*font-size:20px;*/
				}

		.game .grid .number {
			font-size: 11px;
			font-weight: bold;
			margin: 3px 0px 0px 3px;
			float: left;
			position: absolute;
			top: 0px;
			left: 0px;
		}

		.game .grid li input.hide {
			width: 1px;
			height: 1px;
			position: fixed;
			/*top:400px;*/
			margin-left: 0px;
			/*margin-top:100px;
	border:1px solid #ff0000;
	background-color:Blue;
	margin-left: 0px;
	width: 52px;
	z-index:1000;*/
		}

		.game .grid li input {
			padding: 0;
			margin: 0;
			position: absolute;
			top: 0px;
			left: 0px;
			/*margin-left: -1000px;
	width: 1052px;*/
			width: 52px;
			height: 52px;
			background-color: transparent;
			border: 0px solid transparent;
			color: transparent;
			cursor: default;
			outline: none;
			opacity: 0;
		}

		.game .grid li p {
			font-size: 36px;
			margin-top: 4px;
			cursor: default;
			font-family: 'Handlee', sans-serif;
		}

		.game .grid li.marker {
			background-color: #e9d695;
		}

		.game .grid li.selected {
			background-color: #f9efca;
		}

		.game .grid li.dark {
			background: #383838;
			border-right: 1px solid #383838;
			border-bottom: 1px solid #383838;
			width: 51px;
			height: 51px;
			margin: -1px 0px 0px -1px;
		}

		.game .grid li.orange {
			background: #fee6d9;
		}

			.game .grid li.orange.selected {
				background: #ead4c8;
			}

			.game .grid li.orange.marker {
				background: #fccdb2;
			}

		.game .grid li.last {
			border-right: none;
			/*float: right;*/
		}

		.game .grid .row.last li {
			border-right: 1px solid #c3c3c3;
			border-bottom: 0px;
		}

			.game .grid .row.last li.last {
				border-right: 0px;
			}

			.game .grid .row.last li.dark {
				border-right: 1px solid #383838;
				height: 52px;
				margin-bottom: -1px;
			}

		.game .grid .row li.dark.last {
			margin-right: -1px;
		}


.footer {
	color: #999;
	text-align: right;
}

	.footer img {
		margin: 0px 0px -1px 1px;
	}

.popup-wrap {
	z-index: 10000;
	display: none;
	width: 100%;
	height: 550px;
	position: absolute;
	top: 10px;
	background-image: url(/img/popup-wrap-bg.png);
	background-size: cover;
}

.popup {
	background: #fff;
	width: 480px;
	margin: 59px auto 0px auto;
	box-shadow: 0 0 70px 6px rgb(0 0 0 / 42%);
}

	.popup p {
		line-height: 20px;
	}

.popup-header,
.popup-content,
.popup-footer {
	padding: 15px 22px;
	min-width: 300px;
}

.popup-header {
	padding-top: 16px;
	padding-bottom: 13px;
}

.popup-content > p {
	line-height: 130%;
}



.popup-header {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

	.popup-header h2 {
		font-family: akzidenz-grotesk,Arial,sans-serif;
		font-size: 28px;
		letter-spacing: -1px;
		float: left;
	}

	.popup-header p {
		float: left;
		font-weight: bold;
		margin: 9px 0px 0px 10px;
	}

	.popup-header a {
		display: block;
		float: right;
		font-size: 28px;
		color: #999;
		padding: 0 0 2px 0;
	}

		.popup-header a:hover {
			color: #555;
		}

	.popup-header .close p {
		display: none;
	}

.popup-content {
	height: 275px;
}

.popup-footer {
	background: #ebebeb;
	overflow: hidden;
	border-radius: 0px 0px 3px 3px;
}

	.popup-footer a {
		float: right;
		display: block;
		padding: 9px 20px;
		font-weight: bold;
		font-size: 15px;
		font-family: akzidenz-grotesk,Arial,sans-serif;
		/*text-transform: uppercase;*/
		border-radius: 3px;
	}

	.popup-footer .gray-btn span {
		display: block;
		float: left;
		font-size: 22px;
		line-height: 16px;
		font-weight: normal;
		margin-right: 3px;
	}


@media screen and (min-width: 561px) {
	#no-game-popup.popup {
		margin-top: 100px;
	}
}

#send-popup ul {
	width: 100%;
}

#send-popup li {
	float: left;
	margin-bottom: 5px;
}

	#send-popup li p {
		font-size: 12px;
		font-weight: bold;
	}

#send-popup input[type="text"] {
	width: 212px;
	padding: 7px 5px;
}

	#send-popup input[type="text"].error {
		border-color: #e9a0a3;
	}

#send-popup li.left {
	margin-right: 10px;
}

#send-popup li .city {
	width: 144px;
}

#send-popup li .zip {
	width: 64px;
}

#send-popup .save-info {
	display: block;
	float: left;
}

	#send-popup .save-info input[type="checkbox"] {
		margin: 14px 5px 0px 0px;
		float: left;
		cursor: pointer;
	}

	#send-popup .save-info span {
		display: inline-block;
		font-size: 14px;
		margin-top: 12px;
		font-weight: normal;
		cursor: pointer;
	}


/* -------- Skriv ut popup ------- */


#print-popup .right {
	width: 50%;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid #eee;
}


#print-popup ul {
	margin-top: 6px;
}

#print-popup li {
	padding: 4px 0;
}

	#print-popup li a {
		font-size: 14px;
		font-weight: bold;
		color: #3ba970;
	}

		#print-popup li a:hover {
			color: #288756;
		}


#print-popup .popup-content {
	overflow-y: scroll;
}



/* -------- Facit popup ------- */


/*#answers-popup .popup-content {
	padding: 0px;
	height: 335px;
}
*/
/*#answers-popup #solutionView {
	padding: 15px 0px 15px 30px;
}*/


#answers-popup #solutionList {
	width: 110px;
	padding: 15px 0px 15px 20px;
	border-left: 1px solid #eee;
	height: 232px;
	overflow-y: scroll;
}

	#answers-popup #solutionList ul {
		margin-top: 4px;
	}


	#answers-popup #solutionList li a {
		font-size: 14px;
		font-weight: bold;
		color: #937618;
		padding: 3px 0px;
		display: block;
	}

		#answers-popup #solutionList li a:hover {
			color: #222;
		}


#answers-popup .grid-sml {
	width: 285px;
	height: 259px;
}

	#answers-popup .grid-sml li {
		width: 25px;
		height: 25px;
	}


		#answers-popup .grid-sml li p {
			font-size: 20px;
			margin-top: 5px;
		}

		#answers-popup .grid-sml li.dark {
			width: 26px;
			height: 26px;
		}

	#answers-popup .grid-sml .row.last li.dark {
		border-bottom: 1px solid #383838;
	}







/* -------- Pilar & linjer ------- */

.grid .arrow {
	display: block;
	position: absolute;
}

	.grid .arrow.down-right {
		left: 5px;
		top: 36px;
		height: 10px;
		width: 8px;
		background: url(/img/downright.gif);
	}

	.grid .arrow.right-down {
		left: 36px;
		top: 5px;
		height: 8px;
		width: 10px;
		background: url(/img/rightdown.gif);
	}

.grid .line {
	display: block;
	position: absolute;
}

	.grid .line.line-type1 {
		top: 14px;
		left: 18px;
		width: 13px;
		height: 3px;
		background: url(/img/line1.gif);
	}

	.grid .line.line-type2 {
		top: 9px;
		left: 23px;
		width: 3px;
		height: 13px;
		background: url(/img/line2.gif);
	}

	.grid .line.line-type3 {
		z-index: 10;
		top: 14px;
		left: 46px;
		width: 9px;
		height: 3px;
		background: url(/img/line3.gif);
	}

	.grid .line.line-type4 {
		z-index: 10;
		top: 36px;
		left: 23px;
		width: 3px;
		height: 9px;
		background: url(/img/line4.gif);
	}

#answers-popup .grid .line.line-type1 {
	top: 2px;
	left: 6px;
}

#answers-popup .grid .line.line-type2 {
	top: -4px;
	left: 11px;
}




#print-popup .solution .items {
	margin-top: 6px;
}

#print-popup .solution .l {
	float: left;
}

#print-popup .solution .r {
	float: right;
}

#print-popup .solution a {
	display: block;
	line-height: 34px;
	background-color: #f5f1e0;
	color: #937618;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 14px;
	border-radius: 3px;
}

	#print-popup .solution a:hover {
		background-color: #dabf66;
		color: #222;
	}


#no-game-popup a.print-link {
	margin-top: 10px;
	color: #222;
	font-size: 17px;
	font-weight: bold;
}

	#no-game-popup a.print-link:hover {
		color: #288756
	}


.buttons-row-1 {
	display: flex;
	gap: 5px;
	margin-bottom: 10px;
}
.buttons-row-2 {
	display: flex;
	gap: 5px;
}

@media screen and (max-width: 570px) {

	.buttons-row-1 {
		width: 100%;
	}

	.buttons-row-2 {
		width: 100%;
	}

	h1 {
		font-size: 26px;
	}

	.buttons-row-1 {
		display: flex;
		width: 100%;
		/*gap: 8px;*/
		float: none;
		justify-content: space-between;
	}

	.gray-btn {
		width: 100%;
	}

	.game {
		padding: 20px 0px;
	}

		.game .grid {
			width: 296px;
			height: 269px;
		}

			.game .grid .number {
				font-size: 9px;
				font-weight: bold;
				margin: 1px 0px 0px 1px;
			}

			.game .grid li {
				width: 26px;
				height: 26px;
			}

				.game .grid li div.inpt input {
					font-size: 16px;
				}

				.game .grid li div.chr, .game .grid li div.inpt {
					width: 26px;
					height: 26px;
				}

				.game .grid li.dark, .game .grid li.dark.last {
					width: 27px;
					height: 27px;
				}

			.game .grid .row.last li.dark {
				height: 30px;
			}

			.game .grid li p {
				font-size: 20px;
				margin-top: 1px;
			}

	table {
		width: 100%;
	}

	.menu .left {
		overflow: hidden;
	}

		.menu .left td {
			width: 33%;
		}

		.menu .left a {
			display: block;
			margin: 0px;
			padding: 10px 0px;
			text-align: center;
		}

			/*.menu .left a#winners-btn {
				margin: 0px 5px;
			}*/

	.menu .left, .menu .right {
		float: none;
	}

		.menu .right a {
			/*margin: 10px 0px 0px 0px;*/
			padding: 10px 0px;
			width: 100%;
		}

			.menu .right a#send-btn span {
				width: 90px;
			}

			/*.menu .right a#send-btn {
                margin-left: 5px;
            }*/

			.menu .right a#save-btn span {
				width: 75px;
			}

			.menu .right a span {
				display: block;
				margin: auto;
			}

	.popup-wrap {
		top: -4px;
		background: none;
		height: 411px;
	}

	.popup {
		margin: 0px;
		width: 100%;
		min-width: 270px;
		height: 411px;
		box-shadow: unset;
	}

	.popup-header, .popup-content, .popup-footer {
		padding: 15px;
	}

	.popup-header {
		border: none;
		padding-bottom: 0px;
	}

		.popup-header .close span {
			font-size: 26px;
			margin-top: -2px;
			float: left;
		}

		.popup-header .close p {
			display: block;
			font-size: 14px;
			text-transform: uppercase;
			margin: 2px 0px 0px 4px;
		}

	.popup h2 {
		font-family: akzidenz-grotesk,Arial,sans-serif;
		font-size: 24px;
		letter-spacing: -0.6px;
	}

	.popup-header p {
		margin-top: 4px;
		font-size: 12px;
	}

	.popup-content {
		padding-top: 10px;
	}

	#print-popup .popup-content {
		height: 341px;
	}


	#send-popup li {
		margin-bottom: 6px;
	}

		#send-popup li, #send-popup li input[type="text"] {
			width: 100%;
		}

			#send-popup li .zip {
				width: 20% !important;
			}

			#send-popup li .city {
				width: 78% !important;
				float: right;
			}

			#send-popup li p, #send-popup br {
				display: none;
			}

	::-webkit-input-placeholder {
		color: #999;
	}

	:-moz-placeholder {
		color: #999;
	}

	::-moz-placeholder {
		color: #999;
	}

	:-ms-input-placeholder {
		color: #999;
	}

	.popup-footer {
		display: none;
	}

	#send-popup .save-info span {
		font-size: 11px;
		margin-top: 13px;
	}

	#send-popup .popup-header p {
		display: block;
	}

	#send-popup .send-info {
		display: none;
	}

	#send-popup .popup-footer {
		display: block;
		padding-top: 0px;
	}

		#send-popup .popup-footer .right a {
			display: none;
		}

	#send-popup .popup-footer {
		background: none;
	}

		#send-popup .popup-footer .left, #send-popup .primary-btn {
			float: none;
		}

			#send-popup .primary-btn span {
				display: block;
				width: 95px;
				margin: auto;
			}

	#answers-popup #solutionList {
		width: 150px;
		font-size: 12px;
		padding: 0px 0px 0px 10px;
		border-left: 1px solid #ddd;
		margin-top: 0px;
		height: 260px;
	}



	/*	#answers-popup #solutionView {
		padding-left: 15px;
	}
*/

	/* -------- Pilar & linjer ------- */
	.grid .arrow.down-right {
		top: 18px;
		left: 2px;
		width: 6px;
		height: 8px;
		background: url(/img/downright_small.gif);
	}

	.grid .arrow.right-down {
		top: 2px;
		left: 18px;
		width: 8px;
		height: 6px;
		background: url(/img/rightdown_small.gif);
	}

	.grid .line.line-type1 {
		top: 3px;
		left: 7px;
	}

	.grid .line.line-type2 {
		top: -3px;
		left: 11px;
	}

	.grid .line.line-type3 {
		top: 3px;
		left: 22px;
	}

	.grid .line.line-type4 {
		top: 12px;
		left: 12px;
	}
}

@media screen and (max-width: 500px) {

	#answers-popup #solutionList {
		width: 110px;
		margin-top: 0px;
		height: 260px;
	}

	#answers-popup .grid-sml {
		width: 230px;
		height: 209px;
	}

		#answers-popup .grid-sml li {
			width: 20px;
			height: 20px;
		}

			#answers-popup .grid-sml li p {
				font-size: 12px;
				font-weight: bold;
				margin-top: -2px;
			}

			#answers-popup .grid-sml li.dark {
				width: 21px;
				height: 21px;
			}

	#answers-popup .grid .line.line-type1 {
		top: -4px;
		left: 4px;
		width: 8px;
	}

	#answers-popup .grid .line.line-type2 {
		top: -7px;
		left: 6px;
		height: 8px;
	}
}

@media screen and (max-width: 400px) {

	#answers-popup #solutionList {
		width: 90px;
		margin-top: 0px;
		height: 260px;
	}

	#answers-popup .grid-sml {
		width: 175px;
		height: 159px;
	}

		#answers-popup .grid-sml li {
			width: 15px;
			height: 15px;
		}

			#answers-popup .grid-sml li p {
				font-size: 12px;
				font-weight: bold;
				margin-top: -2px;
			}

			#answers-popup .grid-sml li.dark {
				width: 16px;
				height: 16px;
			}

	#answers-popup .grid .line.line-type1 {
		top: -4px;
		left: 4px;
		width: 8px;
	}

	#answers-popup .grid .line.line-type2 {
		top: -7px;
		left: 6px;
		height: 8px;
	}
}

/*@media screen and (max-width: 300px) {
	.game {
		padding: 5px 0px;
	}

	.popup-header p {
		margin: 4px 0px 0px 5px;
	}
}

@media screen and (max-width: 271px) {
	.game {
		padding: 0px;
	}
}

.ie7 #send-popup INPUT[type='text'] {
	width: 188px;
}

.ie7 #send-popup li .zip {
	width: 50px;
}

.ie7 #send-popup li .city {
	width: 122px;
}

.ie7 #send-popup .save-info span {
	margin-top: 17px;
}

.ie7 .popup-footer .primary-btn {
	float: left;
}


.game .grid li div.inpt input {
	position: absolute;
	z-index: 3;
}


@media screen and (max-width: 320px) {
	#print-popup .solution b {
		font-size: 12px;
	}
}
*/
