@charset "utf-8";

@font-face {
	font-family: "quadranta";
	src: url("Quadranta-Bold.woff") format('woff');
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Generella attribut ~~~~~~~~~~~~~~~~~~~~~~~~ */

.clear
	{
		clear: both;
	}
	
.whiteLine
	{
		-webkit-box-shadow: inset 1px 1px 1px #fff;
		-moz-box-shadow: inset 1px 1px 1px #fff;
		box-shadow: inset 1px 1px 1px #fff;
	}
	
.floatImage
	{
		float: left;
		margin-left: 23px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Fält och knappar ~~~~~~~~~~~~~~~~~~~~~~~~ */
	
.textField
	{
		width: 400px;
		height: 30px;
		border: 1px solid #a7701a;
		background: #fff;
		padding: 5px;
		padding: 8px 0 3px 5px\9; /* Hack för IE */
		font-size: 1.3em;
		color: #dbb06c;
		font-family: "Calibri", Arial, Helvetica, sans-serif;
		font-weight: bold;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 10px;
	}
	
.button
	{
		border: 1px solid #c28521;
		display: block;
		width: 145px;
		height: 40px;
		background: url('../img/buttons/tomButton.png') top left no-repeat;
		color: #111;
		text-align: center;
		
	}
	
	.button p {
		margin-top: 11px;
	}
	
.button:hover
	{
		border: 1px solid #a77119;
		cursor: pointer;
	}
	
.floatTable
	{
		float: left;
	}
	
.box
	{
		background:url('../img/mapBg.png');
		padding:5px 10px;
		border: 1px solid #d5d5d5;
		float: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		position: relative;
		margin: 10px 0 0 10px;
	}
	
.textBox
	{
		background:url('../img/mapBg.png');
		padding: 10px;
		border: 1px solid #d5d5d5;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

.noMargin
	{
		margin-left: 0;
	}

/*  extra prylar */

.adressError {
	
	color: red;
	}
	
.formapi {
	margin-bottom: 20px;
}


.ejMobil {
	display: block;
}

.mobil {
	display: none;
}

#eobox {
	width: 200px;
	clear:left;
}


#mapdivmob {

	position: relative;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	height: 200px;
	width: 84px;
}

 .esri {
	font-family:  "Avenir Next W00","Helvetica Neue", Helvetica,Arial,sans-serif;
	color: #999;
	font-size: 12px;
	text-decoration: none;
}