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

* {
	margin: 0;
	padding: 0;
}

html, body { height: 100%; }

body {
	font-family: "MS Shell Dlg", sans-serif;
	font-size: 14px;
}

/********** HEADER **********/
header {
	display: block;
	height: 52px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e2e2e2;
	padding: 10px 0;
	position: fixed;
	width: 100%;
}
#logo {
	background: url(https://www.syse.no/files/images/CP_cp-logo.png) no-repeat 50% 50%;
	width: 140px;
	height: 52px;
	margin: 0 0 0 44px;
	float: left;
	text-align: center;
	line-height: 52px;
	text-indent: -9999px;
	cursor: pointer;
}

header .arrow {
	font-family: WebSymbolsRegular;
	color: #909090;
	cursor: pointer;
	background: transparent;
	display: block;
	float: left;
	text-align: center;
	border: none;
}
header .arrow:hover {
	color: #787878;
}

	/********** SECTION - Profile **********/
	#profile {
		float: right;
		margin-right: 60px;
		height: 32px;
		margin-top: 10px;
		line-height: 32px;
		position: relative;
	}

	#profile span {
		display: block;
		float: left;
	}
	#profile .name {
		font-family: arial,sans-serif;
		font: 13px/29px Arial,sans-serif;
		color: #666;
	}

	#profile .notices {
		margin-left: 15px;
		background-color: #f8f8f8;
		background-image: -moz-linear-gradient(center top , #F8F8F8, #ECECEC);
		border: 1px solid #c6c6c6;
		display: block;
		height: 27px;
		line-height: 27px;
		width: 27px;
		color: #999;
		cursor: pointer;
		font-family: arial,sans-serif;
		font: 14px/27px Arial,sans-serif;
		position: relative;
		text-align: center;
		font-weight: bold;
		border-radius: 2px;
		outline: none;
	}
	#profile .notices.true {
		background-color: #D14836;
		background-image: -moz-linear-gradient(center top , #DD4B39, #D14836);
		border: 1px solid #C13828;
		color: #fff;
	}

	#profile .notices:hover {
		background-color: #fff;
		background-image: -moz-linear-gradient(center top , #FFFFFF, #ECECEC);
		border-color: #bbb;
	}
	#profile .notices.true:hover {
		background-color: #C53727;
		background-image: -moz-linear-gradient(center top , #DD4B39, #C53727);
		border-color: #B0281A #B0281A #AF301F;
		text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	}

	#profile .notices:active,
	#profile .notices:focus {
		border-color: #b6b6b6;
		box-shadow: 0 1px 2px rgba(0,0,0, 0.3) inset;
		background-color: #fff;
		background-image: -moz-linear-gradient(center top , #FFFFFF, #ECECEC);
	}
	#profile .notices.true:active,
	#profile .notices.true:focus {
		background-color: #B0281A;
		background-image: -moz-linear-gradient(center top , #DD4B39, #B0281A);
		border-color: #992A1B;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	}

	#profile div#pimg {
		float: left;
		height: 32px;
	}
	#profile #pimg img {
		width: 27px;
		height: 27px;
		display: block;
		float: left;
		border-radius: 2px;
		border: 1px solid #c6c6c6;
		margin-left: 15px;
		cursor: pointer;
	}
	#profile #pimg img:after {
		display: block;
		height: 29px;
		width: 17px;
		content: "j";
	}
	#profile #pimg img:active,
	#profile #pimg img:focus {
		border-color: #b6b6b6;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
	}

	#profile div#pimg button {
		height: 29px;
		width: 17px;
	}

		/********** Notices **********/
		#pdn {
			background: #fff;
			border: 1px solid #bebebe;
			box-shadow: 0 2px 4px rgba(0,0,0, 0.2);
			line-height: 27px;
			font: 13px/27px Arial,sans-serif;
			padding: 0;
			width: 440px;
			position: absolute;
			top: 50px;
			right: -54px;
		}
		#pdn:before {
			display: block;
			background: transparent;
			width: 0;
			height: 0;
			content: " ";
			position: absolute; top: -20px; right: 118px;
			border-color: transparent transparent #fff transparent;
			border-style: solid;
			border-width: 10px;
		}
		#pdn h2 {
			font: 13px arial,sans-serif;
			font-size: 110%;
			font-weight: bold;
			line-height: 51px;
			margin: 0 0 0 19px;
		}
		#pdn ul {
			list-style: none;
		}
		#pdn li {
			border-top: 1px solid #d0d0d0;
			color: #666;
			background: #f0f0f0;
			padding: 10px 19px 10px 9px;
		}

		/********** Login-info **********/
		#loginInfo {
			background: #fff;
			border: 1px solid #bebebe;
			box-shadow: 0 2px 4px rgba(0,0,0, 0.2);
			line-height: 27px;
			font: 13px/27px Arial,sans-serif;
			padding: 10px 0 0;
			width: 348px;
			position: absolute;
			top: 50px;
			right: -54px;
			display: none;
			z-index: 100;
		}
		#loginInfo:before {
			display: block;
			background: transparent;
			width: 0;
			height: 0;
			content: " ";
			position: absolute; top: -20px; right: 74px;
			border-color: transparent transparent #fff transparent;
			border-style: solid;
			border-width: 10px;
		}

		#loginInfo img {
			margin: 10px 0 10px 20px;
			height: 96px;
			width: 96px;
			display: inline-block;
			float: left;
		}

		#loginInfo > div {
			float: left;
			width: 192px;
			margin: 6px 20px 0 20px;
		}
		#loginInfo span.name {
			display: block;
			float: none;
			font: 13px/17px Arial,sans-serif;
			color: #000;
			font-weight: bold;
		}
		#loginInfo span.company {
			display: block;
			float: none;
			font: 13px/17px Arial,sans-serif;
			color: #666;
		}
		#loginInfo ul {
			list-style: none;
			margin: 5px 0 10px -20px;
		}
		#loginInfo li {
			line-height: 27px;
		}
		#loginInfo li a {
			display: inline-block;
			margin: 0 10px;
			padding: 0 10px;
			line-height: 27px;
			color: #36c;
			text-decoration: none;
		}
		#loginInfo li a:hover {
			background: #eff3fb;
			outline: none;
		}

		#loginInfo span.logout {
			display: block;
			width: 328px;
			height: 27px;
			padding: 10px;
			clear: both;
			border-top: 1px solid #e5e5e5;
		}
		#loginInfo span.logout a {
			color: #36c;
			text-decoration: none;
			font: 13px/27px Arial,sans-serif;
			padding: 0 10px;
			display: inline-block;
		}
		#loginInfo span.logout a:hover {
			background: #eff3fb;
			outline: none;
		}

	/********** Menu **********/
	#menu {
		position: absolute;
		top: 72px;
		left: 44px;
		background: #f00;
		display: none;
		z-index: 100;
	}
	#menu:before {
		display: block;
		background: transparent;
		width: 0;
		height: 0;
		content: " ";
		position: absolute; top: -23px; left: 62px;
		border-color: transparent transparent #2d2d2d transparent;
		border-style: solid;
		border-width: 12px;
		z-index: 20;
	}
	#menu ul {
		list-style: none;
	}
	#menu > ul {
		position: relative;
	}
	#menu li {
		height: 42px;
		line-height: 42px;
		width: 194px;
		background: #2d2d2d;
		border: 1px solid #565656;
		border-bottom: none;
	}

	#menu h4 {
		padding-left: 16px;
	}

	#menu > ul > li > ul:nth-child(1n) {
		background: #fff;
		position: absolute;
		top: 0;
		left: 195px;
		width: 194px;
		border: 1px solid #565656;
		border-left: none;
		border-top: none;
	}
	#menu > ul > li > ul:nth-child(1n) li {
		border-left: none;
		background: #fff;
	}
	#menu > ul > li > ul:nth-child(2n) a {

	}
	#menu > ul > li > ul:nth-child(2n) {
		background: #f8f8f8;
		position: absolute;
		top: 0;
		left: 389px;
		width: 194px;
		border: 1px solid #565656;
		border-left: none;
		border-top: none;
	}
	#menu > ul > li > ul:nth-child(2n) li {
		border-left: 1px solid #f00;
		background: #f8f8f8;
	}
	#menu > ul > li > ul:nth-child(2n) li a {
		background: #fff;
	}
	#menu ul ul a {
		color: #000;
	}
	#menu li ul a:hover {
		background-color: #f5f5f5 !important;
	}

	#menu > ul > li:last-child {
		border-bottom: 1px solid #565656;
	}
	#menu a {
		display: block;
		height: 42px;
		text-decoration: none;
		color: #fff;
	}
	#menu > ul > li > a:hover {
		background-color: #4c4c4c;
	}

	#menu a:before {
		display: block;
		content: "i";
		font-family: WebSymbolsRegular;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		margin-top: 9px;
		margin-left: 16px;
		margin-right: 12px;
		float: left;
	}
	#menu > ul > li:nth-child(1) a:before { content: "U"; }
	#menu > ul > li:nth-child(2) a:before { content: "¹"; }
	#menu > ul > li:nth-child(3) a:before { content: "p"; }
	#menu > ul > li:nth-child(4) a:before { content: "u"; }
	#menu > ul > li:nth-child(5) a:before { content: "S"; }
	#menu > ul > li:nth-child(6) a:before { content: "`"; }

	/********** Search-form **********/
	header form {
		float: left;
		margin: 10px 0 0 80px;
		position: relative;
	}
	header legend {
		display: none;
	}
	header fieldset {
		border: none;
	}
	header input[type="text"] {
		background: #fff;
		font-size: 14px;
		height: 29px;
		margin: 0 !important;
		padding: 3px 34px 3px 8px;
		width: 336px;
		-moz-box-sizing: border-box;
		border-color: #c0c0c0 #d9d9d9 #d9d9d9 !important;
		border-radius: 1px;
		border-right: 1px solid #d9d9d9 !important;
		border-width: 1px !important;
		color: #222;
		border-style: solid !important;
	}
	header form {
		position: relative;
	}
	header form button {
		display: block;
		height: 22px;
		background: rgba(0,0,0, 0.06);
		float: right;
		border: none;
		position: absolute;
		top: 1px;
		left: 303px;
		width: 32px;
		height: 27px;
	}

	header input[type="submit"] {
		border-radius: 2px;
		cursor: default;
		font-size: 11px;
		font-weight: bold;
		height: 27px;
		line-height: 27px;
		min-width: 54px;
		outline: none;
		padding: 0 8px;
		text-align: center;
		background-color: #4d90fe;
		background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
		border: 1px solid #3079ed;
		color: #fff;
		display: inline-block;
		position: relative;
		font-family: WebSymbolsRegular;
	}
	header input[type="submit"]:hover {
		background-color: #357ae8;
		background-image: -moz-linear-gradient(center top , #4D90FE, #357ae8);
		border: 1px solid #2f5bb7;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	}

		/********** Searchmenu **********/
		#searchMenu {
			background: #fff;
			min-height: 100px;
			position: absolute;
			top: 28px;
			left: 0;
			width: 334px;
			border: 1px solid #d9d9d9;
			border-top: none;
			display: none;
			z-index: 100;
		}

#bc {
	background: rgba(255,0,0, 0.1);
	height: 20px;
	min-height: 60px;
	position: fixed;
	border-bottom: 5px solid transparent;
	z-index: 1;
	margin-top: 1px;
	background: #fff;
}
#bc:after {
	background: -moz-linear-gradient(center top , rgba(0, 0, 0, 0.3), transparent) repeat scroll 0 0 transparent;
	height: 5px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 90;
	content: "";
	display: none;
}
#bc.scroll:after {
	display: block;
}

/********** SECTION - Main **********/
#main {
	padding: 72px 0 40px;
	height: 100%;
	min-height: 100%;
	min-height: -moz-calc(100% - 112px);
	-moz-box-sizing: border-box;
}

/********** SECTION - Sidebar **********/
aside {
	width: 200px;
	min-height: 100px;
	padding: 20px;
	-moz-box-sizing: border-box;
	height: 100%;
	min-height: 100%;
	border-right: 1px solid #e2e2e2;
	position: fixed;
}
aside ul {
	list-style: none;
	margin: 10px 0 10px -10px;
}
aside li {

}
aside a {
	text-decoration: none;
	display: block;
	height: 26px;
	font: 13px arial,sans-serif;
	line-height: 26px;
	padding: 0 10px;
	color: #333;
}
aside a:hover {
	background: #f1f1f1;
}
aside .selected a {
	color: #dd4b39;
}

/********** SECTION - Content **********/
.gotSidebar > section {
	padding: 0 !important;
}

/********** Breadcrumbs **********/
#crumbs {
	list-style: none;
}
#crumbs li {
	float: left;
	margin-right: 10px;
}
#crumbs li:after {
	display: inline-block;
	content: "»";
	margin-left: 6px;
	color: #565656;
}
#crumbs li:last-child:after {
	display: none;
}
#crumbs a {
	text-decoration: none;
	color: #565656;
}
#crumbs a:hover {
	text-decoration: underline;
	color: #4787ED;
}

/********** GRID **********/
.center {
	float: none !important;
	margin-right: auto;
	margin-left: auto;
}
section.row {
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.size {
	float: left;
	min-height: 100px;
	-moz-box-sizing: border-box;
	padding: 20px;
}
.w1 { width: 8.33%; }
.w2 { width: 16.66%; }
.w3 { width: 25%; }
.w4 { width: 33.33%; }
.w5 { width: 41.66%; }
.w6 { width: 50%; }
.w7 { width: 58.33%; }
.w8 { width: 66.66%; }
.w9 { width: 75%; }
.w10 { width: 83.33%; }
.w11 { width: 91.66%; }
.w12 { width: 100%; }

/********** FORMS **********/
form ul {
	list-style: none;
}

fieldset {
	border: none;
}
legend {
	line-height: 28px;
	color: #000;
	font-weight: bold;
}
label {
	display: block;
	color: #565656;
	line-height: 28px;
}
input[type="text"],
input[type="password"] {
	width: 100%;
	border: 1px solid #d9d9d9;
	padding: 3px 1px 3px 3px;
	-moz-box-sizing: border-box;
	height: 28px;
}
input[type="text"]:focus,
input[type="password"]:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type="check"] {

}
input[type="radio"] {

}
#main input[type="submit"] {
	margin-top: 20px;
	border-radius: 2px;
	cursor: default;
	font-size: 11px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	min-width: 54px;
	outline: none;
	padding: 0 8px;
	text-align: center;
	background-color: #4d90fe;
	background-image: -moz-linear-gradient(center top , #4D90FE, #4787ED);
	border: 1px solid #3079ed;
	color: #fff;
	display: inline-block;
	position: relative;
}
#main input[type="submit"]:hover {
	background-color: #357ae8;
	background-image: -moz-linear-gradient(center top , #4D90FE, #357ae8);
	border: 1px solid #2f5bb7;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
select {
	width: 100%;
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	padding: 3px 1px 3px 3px;
	height: 28px;
}
textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	-moz-box-sizing: border-box;
	resize: none;
	padding: 3px 1px 3px 3px;
	height: 100px;
}
textarea:focus {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
:-moz-placeholder {
	color: #aaa !important;
}

.severityERROR input,
.severityERROR textarea,
.severityERROR select {
	border-color: #d00;
}

ul.fieldMessages {
	font-size: 10px;
	color: #d00;
}

/********** TABLES **********/
table {
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	table-layout: fixed;
}
tr {

}
th, td {
	text-align: left;
	padding: 0 10px;
	line-height: 39px;
	border-bottom: 1px solid #e5e5e5;
}
th {

}
td {
	color: #222;
}

/********** FOOTER **********/
footer {
	height: 40px;
	background: #f1f1f1;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #e2e2e2;
}