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

html, body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background: #000;
}
input, select, button {
	font-family: arial, helvetica, sans-serif;
}
img {
	vertical-align: top;	
}

a {
	color: #062E7D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
p.address:before {
	content: "M";
	font-family: oskamiconset;
}
#debugpane {
	display: none;
	background: #CCC;
}
#debugpane:target {
	display: block;
}

ul.struct, ol.struct, .struct li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0; padding: 0;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "arial narrow", sans-serif;
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 15px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	padding: 10px 0;
}

.innerwrap {
	width: 1280px;
	margin: 0 auto;
}

table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 24px;
	font-size: 13px;
	font-weight: normal;	
}
table th,
table td {
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}




/**
 * 
 * Header section
 */
#header {

}
#header .innerwrap {
	position: relative;
	overflow: hidden;
}
#header #logo {
	position: absolute;
	right: 5px;
	top: 30px;
	height: 70px;
}
#logo img {
	height: 100%;
	width: auto;	
}

#loginstatus {
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	position: relative;
}
#loginstatus a {
	color: #FFF;	
}
#loginstatus i {
	cursor: pointer;
	padding-right: 30px;
	margin-left: 10px;
	font-style: normal;
}
#loginstatus i:after {
	content: " ";
	display: block;
	width: 24px;
	height: 24px;
	background: url("img/iconsprite_nmhg.png") -96px 0 no-repeat;
	position: absolute;
	top: 5px;
	right: 0;
}

/**
 * The main menu
 */
#menu {
	clear: left;
	margin: 20px 110px 0 -10px;
	text-transform: uppercase;
	font-family: "arial narrow", arial, helvetica, sans-serif;
}
#menu li {
	float: left;
	position: relative;
	margin: 10px 0 0 10px;
}
#menu li a {
	font-weight: bold;
	display: block;
	line-height: 38px;
	padding: 0 12px;
	text-decoration: none;
	background: #474747;
	color: #F1F1F1;
	text-shadow: 1px 1px 5px #AAA;

	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
#menu li.active a {
	background: #FFF;
	color: #000;
}
#menu li a:hover {
	color: #000;
	background: #D4AB53;
}


/**
 * Basic two-column layout
 */
.columns {
	overflow: hidden;
}
.columns .col {
	width: 49%;
	float: left;
	clear: left;
}
.columns .col.right {
	float: right;
	clear: right;
}


/**
 * 
 */
#subcontrollermenu {
	max-width: 250px;	
}
#subcontrollermenu li {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
#subcontrollermenu li a {
	display: block;
	border: 1px solid #FFF;
	line-height: 30px;
	padding: 10px 20px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
#subcontrollermenu li a:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top, #e0e0e0 0%, #eeeeee 50%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(50%,#eeeeee), color-stop(100%,#FFFFFF));
	background: -webkit-linear-gradient(top, #e0e0e0 0%,#eeeeee 50%,#FFFFFF 100%);
	background: -o-linear-gradient(top, #e0e0e0 0%,#eeeeee 50%,#FFFFFF 100%);
	background: -ms-linear-gradient(top, #e0e0e0 0%,#eeeeee 50%,#FFFFFF 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%,#eeeeee 50%,#FFFFFF 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#FFFFFF',GradientType=0 );
}


.progressindicator,
.btnactions {
	overflow: hidden;
	position: relative;
	top: -20px;	
}
.progressindicator li,
.btnactions li {
	float: left;
	margin-right: 5px;
}
.progressindicator li span,
.btnactions li a {
	display: block;
	line-height: 16px;
	background: #cfcfcf;
	padding: 1px 8px;
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
}
.btnactions li a.back {
	background: #FFF;
}
.btnactions li a.back:before {
	content: "< ";
	font-weight: bold;
}

.btnactions a:hover {
	background: #D4AB53;
	color: #000;
}
.btnactions a.back:hover {
	color: #7D5506;
}
.btnactions a.active {
	font-weight: bold;
	background: #000;
	color: #D4AB53;
}
.btnactions li a.disabled {
	font-weight: normal;
	background: #ECECEC;
	color: #AAA;
	cursor: not-allowed;
}

.progressindicator {
	font-size: 15px;
}
.progressindicator li {
	line-height: 18px;
	padding-right: 10px;
}
.progressindicator li span {
	float: left;
	margin-right: 4px;
	padding: 1px 0;
	width: 18px;
	text-align: center;
	font-weight: bold;
}
.progressindicator li.act span {
	background: #FFE260;
}







.pagination {
	height: 22px;
	line-height: 22px;
}
.pagination ul {
	float: right;
}
.pagination ul li {
	padding-left: 5px;
	float: left;	
}
.pagination a {
	display: block;
	background: #cfcfcf;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border: 1px solid transparent;
	color: #000;
	text-decoration: none;
}
.pagination .current a {
	background: #FFE260;
}



/**
 * Main content area
 */
#main {
	background: #F1F1f1;
}
#main .innerwrap {
	padding: 0 0 40px 0;
	border: 1px solid #e4e4e4;
	border-width: 0 1px;
	background: #FFF;
}
#content {
	position: relative;
	min-height: 200px;
	padding: 60px 68px;
}


/**
 *
 */
#footer {
	min-height: 150px;
}





#dateselect {
	position: relative;
	top: -15px;
	width: 350px;	
}

/**
 * Forms
 */
input {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	vertical-align: baseline;
}
input.date {
	width: 100px;
	border: 1px solid #aca9a9;
	padding: 3px;
}
input.number {
	width: 50px;
}
input.empty {
	color: #AAA;
}
fieldset {
	border: none;
	display: block;
	margin: 0;
	padding: 10px 0;
}
fieldset legend {
	display: none;	
}
fieldset h2.legend {
	font-size: 18px;
}
fieldset .struct li {
	clear: left;
	line-height: 24px;
	padding-bottom: 3px;
}
fieldset td input,
fieldset li input {
	width: 150px;
	border: 1px solid #aca9a9;
	padding: 3px;
}
fieldset li input[type=radio],
fieldset li input[type=checkbox],
fieldset td input[type=checkbox] {
	width: auto;
	padding: 0;
}
fieldset td input[type=file] {
	width: auto;
	border: none;
}

fieldset li label {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	width: 150px;
}
fieldset li label:after {
	content: ":";
}
fieldset li label.inline {
	width: auto;
}
fieldset li label.inline:after {
	content: "";
}
textarea {
	width: 300px;
	height: 75px;	
}
.col td textarea {
	width: 95%;
}
.col td select {
	max-width: 95%;
}	
th select {
	max-width: 150px;	
}
form table th {
	padding-left: 0;	
}
form table th label {
	display: block;
	min-width: 150px;
	font-weight: bold;
	white-space: nowrap;	
}
form .required th label:after {
	content: "*";	
}
form td.help {
	padding-left: 0;
	font-style: italic;
	line-height: 16px;
}
p.error,
form .valditionerror {
	color:	#e10000;
	display: block;
}
p.error:before,
form .valditionerror:before {
	content: " ! ";
	font-weight: bold;	
}
form section {
	overflow: hidden;
	margin-bottom: 20px;
}
form section h2 {
	font-weight: normal;
	border-top: 1px dashed #EEE;
	padding-top: 20px;
	line-height: 40px;
}


/**
 * File upload
 */
.fileinput {
	position: relative;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	
	border: 1px solid #D9D9D9;
	padding: 4px;
}

.fileinput iframe {
	border: 0;
	vertical-align: top;
	
}


.fileinput .filepreview,
.fileinput .filebuttons {
	position: relative;
	display: block;
	float: left;
	padding-left: 2px;
}
.fileinput .filepreview a {
	padding: 0 4px 0 24px;
	position: relative;
}
.fileinput .filepreview a:before {
	content: " ";
	display: block;
	position: absolute;
	top: -2px;
	width: 24px;
	height: 24px;
	left: 0px;
	background: url("i/icons24.png") -72px 0 no-repeat;
}
.fileinput .filebuttons span {
	width: 0;
	height: 22px;
	padding-right: 0;
	cursor: pointer;
}

/**
 * Image upload
 */
#fileupload {
	cursor: pointer;
}
.imageinput {
	overflow: hidden;
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	
	border: 1px solid #D9D9D9;
	padding: 4px;
	background: url("i/imageinput.png") 0 0 no-repeat;
	width: 154px;
	height: 126px;
	
}
.imageinput .imagectrls {
	position: absolute;
	bottom: 4px;
	left: 4px;
	right: 4px;
	padding: 5px 0;
	background: rgb(148,148,148);
	background: rgba(148,148,148,0.8);
	border-top: 1px solid black;
	color: #000;
}
.imageinput .imagectrls .input {
	line-height: 12px;
	padding-bottom: 5px;
}
.imageinput .imagectrls .input input {
	width: 35px;
	margin-left: 2px;
}
.imageinput iframe {
	border: 0;
	vertical-align: top;
}

.imageinput .imgbuttons {
	height: 24px;
	padding: 4px 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 2px;
}
.imageinput .imgbuttons span {
	width: 22px;
	height: 22px;
	border: 1px solid #CFCFCF;
	padding-right: 0;
	cursor: pointer;
	float: right;
	margin-left: 4px;
	background: #CFCFCF url("img/iconsprite_nmhg.png") -97px -25px no-repeat;
}
.imageinput .imgbuttons span:hover {
	background-color: #FFE260;	
}
.imageinput .imgbuttons span.remove {
	background-position: -121px -25px;
}


/**
 * Foto upload button
 */
div.takepicture {
	display: -moz-inline-stack;
	display: inline-block;
	-moz-box-sizing: content-box;
	vertical-align: baseline;
	font-weight: bold;
	overflow: hidden;
	text-align: left;
	position: relative;
	cursor: pointer;
}
div.takepicture input {
	font-size: 60px;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	bottom: 0;
	
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
#uploadform {
	overflow: hidden;	
}
#uploadform #thumbnail {
	position: relative;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}
#uploadform #thumbnail:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #CCC;
	height: 30px;
	content: "klik op de afbeelding om deze te draaien";
}
#uploadform #thumbnail img {
	width: 300px;
	height: auto;
}




a.button, 
button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: baseline;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 34px;
	height: 34px;
	margin: 0;
	padding: 0 10px;
	color: #d4a453;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 1px 5px #FFF	;
	
	cursor: pointer;
	border: 1px solid #222;
	border-radius: 2px;
	outline: none;

	white-space: nowrap;
	
	position: relative;
	text-decoration: none;
	background: #000000;
}





/**
 * Overview tables
 */
.overview {
	border: 0;
	border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
 
}
.overview.full {
	 width: 100%;
}
.overview th, .overview td {
	border-left: 1px dashed #CCC;
}
.overview tr .num {
	text-align: right;
	white-space: nowrap;
}
.overview th:first-child, .overview td:first-child {
	border-left: none;
}
.overview th {
	padding: 3px 10px;
	font-weight: bold;
	background: #474747;
	color: #FFF;
}
.overview a.sortlink:first-letter,
.overview th:first-letter {
	text-transform: uppercase;	
}
.overview a {
	color: #062e7d;
}
.overview a:hover {
	text-decoration: none;
	color: #000;
}
.overview a.sortlink {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-left: 16px;
	position: relative;
}
.overview a.sortlink:after {
	content: " ";
	display: block;
	position: absolute;
	width: 12px;
	height: 14px;
	top: 50%;
	left: 0;
	margin-top: -7px;
	background: url("img/sort.gif") 0 0 no-repeat;
}
.overview a.sortlink.asc:after {
	background-position: 0 -14px;
}
.overview a.sortlink.desc:after {
	background-position: 0 -28px;
}
.overview td {
	background: #ececec;
}
.overview .even td {
	background: #e0dfdf;
}
.overview tr[data-href]:hover td {
	background: #cfcfcf;
	cursor: pointer;
}
.overview td.actions {
	white-space: nowrap;
	width: 1%;
}
a.action {
	background: #cfcfcf;
	padding: 0 5px;
	border: 1px solid #cfcfcf;
	color: #000;
	text-decoration: none;
}
a.action:hover {
	background: #062e7d;
	color: #FFF;
}
.action.delete:before { 
	color: red; 
	content: "✖";
	text-shadow: 1px 0 0px #000, -1px 0 0px #000, 0 -1px 0px #000, 0 1px 0px #000;
	font-size: 16px;
	line-height: 24px;
}
.action.edit:before { 
	color: green; 
	content: "A";
	font-family: oskamiconset;
	text-shadow: 1px 0 0px #000, -1px 0 0px #000, 0 -1px 0px #000, 0 1px 0px #000;
}
.action.add:before { 
	color: blue; 
	content: "B";
	font-family: oskamiconset;
	text-shadow: 1px 0 0px #000, -1px 0 0px #000, 0 -1px 0px #000, 0 1px 0px #000;
}
.action.add span,
.action.edit span,
.action.delete span {
	padding-left: 3px;	
}

.overview tr.form td {
	line-height: 36px;
}
.overview tr.totals td {
	font-weight: bold;
	border-top: 2px solid #AAA;	
	vertical-align: middle;
}

.listfilter form {
	display: inline;	
}
.listfilter {
	margin-bottom: 10px;	
}

/**
 * list table
 */
.list {
	border-spacing: 0;
    border-collapse: collapse;	
}
.list td,
.list th {
	line-height: 18px;
}
.list th {
	padding-left: 0;
	font-weight: bold;
	min-width: 125px;
}



div .tools {
	position: absolute;
	top: 20px;
	right: 20px;
}





/**
 * Search form
 */
#searchform {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px dashed #EEE;	
	background: url("img/accentimg.jpg") 450px top no-repeat;
	min-height: 120px;
}
#searchform label {
	display: block;	
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	
}
#searchform label:after {
	content: ":";
}
#searchform div {
	height: 26px;
	line-height: 26px;
	padding: 3px;
	border: 1px solid #EEE;
	float: left;
}
#searchform input {
	border: 0;
	background: #FFF;
	padding: 4px 3px;
	width: 150px;
}
#searchform button span {
	display: none;
}
#searchform button {
	background: #FFE260;
	border: 1px solid #FFE260;
	width: 24px;
	height: 24px;
	line-height: 24px;
	padding: 0;
	vertical-align: top;
	position: relative;
	background:  #FFE260 url("img/iconsprite_nmhg.png") 0 0 no-repeat;
}

#searchform #links {
	clear: both;
	padding: 40px 20px 0 450px;
}






/**
 * Messages
 */
#msgContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;	
}
#msgContainer .message {
	top: 20px;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	width: 400px;
	margin-left: -200px;
	background: #FFF;
	position: absolute;
}
#msgContainer .msgcontent {
	border: 5px solid  #FFE260;
	padding: 20px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 50%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#eeeeee), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 50%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
}
#msgContainer .close {
	display: block;
	cursor: pointer;
	position: absolute;
	right: -11px;
	top: -11px;
	background: #EEE url("img/iconsprite_nmhg.png") -50px -26px no-repeat;	
	width: 20px;
	height: 20px;
	border: 4px solid #FFE260;
}
#msgContainer .error .close,
#msgContainer .error .msgcontent {	border-color: #e10000; }
 
#msgContainer .succes .close,
#msgContainer .succes .msgcontent {	border-color: #00990b; }





.photolist .detail strong,
.photolist .detail i {
	display: block;
	
}



/**
 * Project hours, week browser
 */
.weekdetails {
	margin-top: -20px;
	
}
.weekdetails p {
	font-weight: bold;
}
.weekdetails .nav {
	position: relative;
	height: 40px;
}
.weekdetails .nav a {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	text-decoration: none;
	line-height: 20px;
	background: #cfcfcf;
	color: #000;
	padding: 2px 4px;
}
.weekdetails .nav a:hover {
	color: #FFF;
	background: #062e7d;	
}
.weekdetails .nav a.next {
	left: auto;
	right: 0;	
}
.weekdetails .nav a.prev:before {
	content: "◀ ";	
}
.weekdetails .nav a.next:after {
	content: " ▶";
}



/**
 * Dashboard
 * Project listing
 *
 */
.projectlist {
	margin:  0 -10px;
	overflow: hidden;s	
}
.projectlist article {
	float: left;
	width: 269px;
	margin: 10px;
	border: 1px solid #000;
	border-radius: 2px;
	background: #EFEFEF;
}
.projectlist article a {
	display: block;
	position: relative;	
}

.projectlist article table {
	width: 100%;	
}
.projectlist article td, .projectlist article th {
	margin: 0;
	padding: 0 5px;
	text-align: left;
	width: 33%;
}
.projectlist article th {
	font-weight: normal;	
}
.projectlist article td a {
	float: left;
	color: #000;
	text-decoration: none;
	border-radius: 50%;
	padding: 0 5px;	
	text-align: center;
}
.projectlist article td a:hover {
	background: #FFF;	
}
.projectlist article .nok a {
	background: orange;
	color: 	
}
.projectlist article h2 {
	position: absolute;
	top: 1%;
	left: 2%;
	right: 2%;
	color: #FFF;
	text-shadow: 1px 0 0px #000, -1px 0 0px #000, 0 -1px 0px #000, 0 1px 0px #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}
.projectlist .iv {
	padding: 5px;
	font-weight: bold;	
	line-height: 20px;
	color: #BBB;
}
.projectlist .iv:before {
	content: "O";
	font-family: oskamiconset;
	text-shadow: 1px 0 0px #FFF, -1px 0 0px #FFF, 0 -1px 0px #FFF, 0 1px 0px #FFF;
}
.projectlist .iv.todo:before {
	color: red;	
}
.projectlist .iv a {
	display: inline;
	color: #000;
	text-decoration: none;	
}
/**
 */
@media (max-width:1280px) {
	.innerwrap {
		width: auto;
	}
	#header .innerwrap {

	}
	#content {
		padding: 60px 2%;
	}

	#searchform {
		background: none!important;
	}
	#searchform #links {
		clear: both;
		padding:20px 0;
	}

	
	#langselect {
		right: auto;
		bottom: auto;
		left: 2%;
		top: 30px;
	}
	
	#msgContainer .message {
		top: 20px;
		left: 5%;
		right: 5%;
		font-size: 16px;
		font-weight: bold;
		width: auto;
		margin-left: 0;
		position: absolute;
	}
}

@media (max-width:750px) {
	.columns .col.right,
	.columns .col {
		width: auto;
		float: none;
	}
}

@media (max-width:600px) {
	
	
	.action.edit span,
	.action.delete span {
		display: none;	
	}
	#menu {
		margin-right: 0;
	}
	#menu li a {
		line-height: 28px;
	}
	#header #logo {
		position: static;
		float: left;
		clear: both;
		margin: 10px 0 0 10px;
	}
	.progressindicator,
	.btnactions {
		top: 0;
		overflow: visible;
	}
	.progressindicator:after,
	.btnactions:after {
		content: " ";
		display: block;	
		clear: both;
		height: 10px;
	}
	.btnactions .back {
		position: absolute;
		top: -34px;
		left: 0;
	}
	
	
	
	.overview .extra {
		display: none;	
	}
	
	/**
	 * recent photo's on photo homte
	 */
	.photolist img {
		width: 100px;
		height: auto;	
	}
	.photolist .detail {
		line-height: 14px;
		font-size: 11px;
	}
	.photolist .detail i {
		display: block;
		padding-bottom: 5px;	
	}
	.photolist .detail strong {
		line-height: 18px;
		font-size: 13px;
	}	
	.photolist .detail span {
		display: none;
	}
	
	fieldset th, fieldset td {
		display: block;
		width: auto;	
	}
	
	fieldset th {
		padding: 5px 0 0 0;
	}
	fieldset td {
		padding: 0 0 5px 0;	
	}
	fieldset td.help {
		position: relative;
		bottom: -10px;	
	}
}

	

