@import url("../../../include/pure/pure-min.css");
@import url("../../../include/pure/grids-min.css");
@import url("../../../include/pure/grids-responsive-min.css");

body 
{
	font-family: "Open Sans";	
	font-size: 12px;
	height: 100%;
}

#top
{
	text-align: center;
}

#logo
{
	height: 100px;
}

#content
{
	padding: 30px;
}

#navbar
{
	border-bottom: 1px solid rgb(225, 225, 225);
	text-align: center;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#navbar ul 
{
	list-style: none;
	margin: 0;
}

#navbar > ul > li:not(#logout)
{
	display: inline-block;
	font-family: 'Open Sans', Helvetica, Arial;
	font-size: 16px;
	font-weight: 600;
	padding-right: 15px;
	padding-left: 0px;		
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
	visibility: hidden;
}

#navbar #logout
{
	display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	padding-right: 15px;
	padding-left: 0px;		
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}

#navbar > ul > li > a
{
	margin-left: 15px;
}

#navbar ul li a
{
	text-decoration: none;
	color: rgb(51,51,51);
}

#navbar ul li.active
{
	border-bottom: 2px solid rgb(243, 146, 0);
}

#logout-btn {
	padding: 10px 29px;
	border-radius: 7px;
}

#logout-btn:hover {
	cursor: pointer;
	background-color: black;
	color: white;
}

#menu-toggle {
	display: none;
	float: right;
	line-height: 22px;
	margin-top: 12px;
	margin-right: 25px;
	padding: 10px;
	padding-top: 15px;
	border: 1px solid rgb(200,200,200);
	border-radius: 3px;
}

#content .btn, #content button[type=submit] {
	text-align: left;
	align-content: center;
	border: solid 1px black;
	color:white;
	padding: 8px 25px;
	border-radius: 7px;
	font-size: 15px;
	background-color: black;
}

#content input[type=text]:not(#username_field input) {
	height: 30px;
	font-size: 12pt;
	border-radius: 7px;
	max-width: 350px;
}

#content label {
	font-size: 12pt;
}

#content select {
	height: 30px;
	font-size: 12pt;
}

#content #backToFelanmalanPortal {
	text-align: left;
	border: solid 1px black;
	color:white;
	padding: 8px 25px;
	border-radius: 7px;
	font-size: 15px;
	background-color: black;
}

.toggle-bar
{
	color: black;
	background-color: black;
	height: 2px;
	width: 22px;
	margin-bottom: 6px;
}

.submenu
{
    visibility: hidden;
    position: absolute;
    top: 138px;
    min-width: 160px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    z-index: 200;
    background: white;
    font-size: 13px;
    color: rgb(128,128,128);	
    padding-left: 0;
}

ul.submenu
{	
	text-align: left;
}

ul.submenu li
{
	display: block;
    padding: 10px;
    min-width: 160px;
}

ul.submenu li:hover
{
	background: #F0F0F0;
}

#lagenheter_menu:hover #lagenheter_submenu {
    visibility: visible;
}

#omoss_menu:hover #omoss_submenu {
    visibility: visible;
}

#intresseanmalan_menu:hover #intresseanmalan_submenu {
    visibility: visible;
}

.icon
{
	position: relative;
	top: 2px;
	font-family: fontello;
	font-size: 15px;
}

@font-face 
{
      font-family: 'fontello';
      src: url('font/fontello.eot?75071754');
      src: url('font/fontello.eot?75071754#iefix') format('embedded-opentype'),
           url('font/fontello.woff?75071754') format('woff'),
           url('font/fontello.ttf?75071754') format('truetype'),
           url('font/fontello.svg?75071754#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
}

table.layout td
{
	padding: 2px;
}

#login_content
{
	padding: 30px;
	z-index: 1;
}

.login_feedback
{
	font-size: 24px;
	font-weight: 300;
	color: white;
	text-align: center;
}

#login_form
{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	z-index: 300px;
	justify-content: center;
}

#password_field
{
	margin-top: 10px;
	margin-bottom: 10px;	
}

#username_field input, #password_field input
{
	width: 350px;
	height: 40px;	
	font-size: 16px;
	border-radius: 8px;
	border: 2px solid #A0A0A0;
	padding: 5px;
}

#login_button
{
	text-align: left;
	border: none;
	padding: 13px 29px;
	border-radius: 7px;
	font-size: 18px;
	background-color: white;
}

#login_button:hover
{
	cursor: pointer;
	background-color: black;
	color: white;
}

#password_reminder
{
	text-decoration: none;
	font-size: 18px;
	margin-left: 20px;
	padding: 13px 29px;
	border-radius: 7px;
	border-radius: 7px;
}

#password_reminder:hover {
	background-color: black;
	color: white;
}

@media screen and (max-width: 1100px)
{
/* 	#navbar
	{
		display: none;
		text-align: left;
		z-index: 400;
		background: white;
		position: absolute;
		top: 100px;
		width: 100%;
	} */
	
	#navbar ul li:not(#logout)
	{
		display: block;
		font-size: 15px;
		font-weight: normal;
		line-height: 24.75px;
		padding-bottom: 0;
		display: none;
	}
	

	#navbar ul li.active
	{
		border: none;
	}
	
	#navbar ul li a:before 
	{
		font-size: 8px;
		color: rgb(243, 146, 0);
	}
		
	.submenu
	{
		position: static;
	    visibility: visible;
	    box-shadow: none;
	    padding-left: 50px;
	    z-index: 100;
	}
	
	#top
	{
		height: 100px;
		padding-top: 15px;
		display: block;	
	}

	#menu-toggle {
		display: none;
		vertical-align: middle;
	}

	#logo 
	{
		display: inline-block;
		vertical-align: middle;
		margin-top: 12px;
		width: 280px;
		height: auto;
	}

	#login_content
	{
		top: 100px;
	}

}
