@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700);

/**************************
***** Element defaults ****
***************************/
html {
	height: 100%;
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	background-color: #fff;
	height: 100%;
	margin: 0;
}
h1, h2 {
	font-weight: 300;
	color: #5f85b0;
	text-shadow: 1px 1px 1px #fff;
}
h1 {
	margin: 10px 0;
	font-size: 3em;
	padding-top: 10px;
}
h2 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 2em;
	border-bottom: solid 1px #5f85b0;
}
#login h2 {
	border-bottom: none;
}
header {
	border-bottom: solid 1px #ccc;
	margin-bottom: 10px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
}
header h1 img {
	width: 19px;
	height: 26px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #5f85b0;
	text-decoration: none;
}
input[type=text], input[type=password], textarea {
	border: solid 1px #eaeaea;
	padding: 4px;
	font-family: 'Open Sans', sans-serif;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.6) 100%); /* W3C */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	text-shadow: 1px 1px 1px #fff;
}
table {
	width: 100%;
}
th {
	text-align: left;
}
.dataTable th {
	text-align: center;
}

/**************************
***** Element classes *****
***************************/
.hidden {
	display: none;
}
.disabled {
	color: #aaa;
}
.right {
	text-align: right;
}
.left {
	float: left;
}
.warning {
	color: red;
}
.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}
.clickable {
	cursor: pointer;
}
.with-margin-left {
	margin-left: 20px;
}
.give-space {
	margin: 10px 0;
}
.input-focus {
	border: solid 1px #ccc;
	background-color: #fff !important;
}
a.blauw, .ui-state-highlight a, a:hover, .ui-widget-content a:hover, .hover {
	color: #5f85b0;
}
a.project {
	font-weight: bold;
}
form label.top {
	vertical-align: top;
}
input.submit-button {
	font-size: 2em;
}
tr.even td {
	background-color: #efefef;
}
.icon-star {
	color: #d5b605;
}
header, #page {
	padding: 0 15px 15px 15px;
}
ul.menu {
	margin: 5px 0 0 0;
	padding: 0;
}
ul.menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 5px 0;	
}
ul.menu li a {
	padding: 5px 10px;
	margin: 3px;
}
#tabs {
	display: none;
}
ul.notificaties {
	padding: 0;
	margin: 0;
}
ul.notificaties li {
	display: block;
	list-style-type: none;
	margin: 15px;
}
ul.notificaties .icon-remove {
	cursor: pointer;
}
ul.notificaties .icon-remove:hover {
	color: #5f85b0;
}
.notificatie-titel {
	font-weight: 600;
}
.notificatie-meta {
	font-style: italic;
}

/**************************
******** Container ********
***************************/
.container {
	padding: 10px 20px;
	margin-bottom: 10px;
}
.container table {
	width: 100%;
	border-collapse: collapse;
}
.container td {
	padding: 3px 5px 3px 0;
}
.container tr {
/* 	border-bottom: solid 1px #ddd; */
}
.container label, .container .label {
	font-weight: 600;
	color: #5f85b0;
}

/**************************
******** DataTables *******
***************************/
.fg-toolbar {
	padding: 0 10px;
}
.dataTables_filter {
	float: left;
}
.dataTables_filter input {
	border: solid 1px #ccc;
	background-color: transparent;
}
.filterEigenaar, .filterType, .downloadCsv {
	float: right;
	line-height: 2.3em;
}
.filterType {
	margin-right: 5px;
}
.DataTables_sort_wrapper .DataTables_sort_icon {
	display: inline-block;
	vertical-align: middle;
}

/**************************
******* Issuedetails ******
***************************/
#gegevens td {
	height: 38px;
	padding: 0;
}
#gegevens input#titel {
	font-weight: 600;
	width: 900px;
	color: inherit;
}
#gegevens table .col-1 {
	width: 70px
}
#gegevens table .col-3 {
	width: 100px;	
}
#gegevens table .col-5 {
	width: 115px;	
}
#gegevens table .col-7 {
	width: 130px;
}
#gegevens select, #gegevens input[type=text] {
	width: 200px;
}
#gegevens textarea {
	display: block;
	width: 100%;
}
#attachments input[type=text] {
	width: 500px;
}
#opmerkingen td, #uren td, #laatstestatus td {
	vertical-align: top;
}
#opmerkingen textarea {
	width: 800px;
	height: 100px;
}
#uren textarea {
	width: 600px;
	height: 100px;
}
#overzicht tr.subtotaal td {
	background-color: #fff;
	color: #5f85b0;
	font-weight: bold;
}
#overzicht tr.totaal td {
	background-color: #5f85b0;
	color: #fff;
	font-weight: bold;
}
#overzicht td {
	height: auto;
	padding: 3px;
	vertical-align: top;
}
.omschrijving {
	font-style: italic;
}
td.uren, th.uren {
	text-align: right;
	padding-right: 1em !important;
}

/**************************
********** Login **********
***************************/
#login {
	width: 425px;
	margin: 10% auto 0 auto;
	text-align: center;
	background-color: #fff;
	border: solid 1px #999;
	border-radius: 3px;
	box-shadow: #999 0 0 10px;
	padding: 15px;
}
#login h1 {
	margin-top: 0;
}
#login input {
	background-color: #eee;
	font-size: 1.5em;
	padding: 5px;
	text-align: center;
}
#login p {
	padding: 3px;
	background-color: #eee;
}
/**************************
****** Snelschrijven ******
***************************/
#snelschrijven {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 5px;
}
#snelschrijven input, #snelschrijven select, #snelschrijven textarea, #snelschrijven button {
	display: block;
	width: 300px;
}
#snelschrijven textarea {
	height: 50px;
}

/**************************
******* E-mail inbox ******
***************************/
.emailTekst {
	width: 100%;
	height: 500px;
	padding: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #fff;
	border: solid 1px #ccc;
}
#emailPlain {
	overflow: auto;
	font-family: monospace;
}