@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	background-color: #555559;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color:#FFF;
}

#bgDator {
	font-size: 14px;
	position: relative;
	z-index: 2;
	width: 800px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color:rgba(230,230,230,1);
	padding: 40px;
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px black;
}

#forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: bolder;
}

#Sidrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0962AD;
	font-weight: bolder;
}
#beskrivning {
	width: 100%;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#Rum {
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#sparaknapp {
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	float: right;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#Felbeskrivning {
	width: 100%;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#Kommentar {
	width: 100%;
	height: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}
#Rum_m_fel {
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}

#Namn {
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
}

.FelrapporterKnappar {
    position: relative;
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.FelrapporterKnappar:before {
    content: "\f040";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

.mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	text-align: right;
	padding-top: 60px;
	/*transition: .3s;*/
	transition: .3s;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	background-image: url(Bilder/Meny-BG.png);
}
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 30px;
}
.mobile-menu ul li a{
	display: block;
	padding-right: 15px;
	color: #fff;
	text-decoration: none;
}
.mobile-menu.open {
	width: 90%;
}
.mobile-menu-btn {
	display: inline-block;
	position: fixed;
	top: 0;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	color: #F49B27;
	z-index: 99;
}
.mobile-menu-btn:after {
	content: "\f0c9";
	font-family: FontAwesome;
	transition: 1s;
	font-weight: bold;
}
.mobile-menu-btn.open:after {
	content: "\f00d";
}
.top-logo-mobile {
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	transition: .8s .3s;
}
.open .top-logo-mobile {
	opacity: 1;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
