a {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, sans-serif;
}
div.line {
	border-bottom: 1px solid gainsboro;
}
div.menu, div.body, div.breadcrump {
	max-width: 1200px;
	qmargin: auto;
}
div.menu {
	height: 40px;
	padding: 3px 10px 4px 10px;
}
div.menu a {
	color: teal;
	font-size: 18px;
	line-height: 34px;
	vertical-align: top;
	padding-left: 20px;
}
div.menu a.selected {
	color: black;
}
div.menu img {
	height: 66px;
	padding-right:60px;
	margin-top: -14px;
}
div.submenu {
	display: inline-block;
	margin-left: 60px;
}
div.submenu a {
	font-size: 14px;
	margin-left: 20px;
}
div.submenu a.selected {
	color: black;
}

div.breadcrump {
	font-size: 14px;
	margin: 20px 20px 0px 20px;
	
}
div.breadcrump a {
	font-size: 14px;
	color: teal;
}
div.header a {
	color: teal;
	font-size: 14px;	
	padding: 0px 10px 0px 10px;
}
div.header h1 {
	font-size: 30px;
	font-weight: normal;
	display: inline-block;
	padding-right: 20px;
	margin: 30px 15px 12px 0px;
}
div.submenu form.filter {
	display:inline-block;
	vertical-align:baseline;
	margin-left:80px;
}
table.entity-list {
	border-collapse: collapse;
	border-top: 1px solid green;
}
table.entity-list tr {
	border-bottom: 1px solid green;
}
table.entity-list a {
	color: teal;
}
table.entity-list tr:first-child {
	background-color:whitesmoke;
}
table.entity-list th {
	padding: 6px 10px 6px 10px;
	text-align: left;
	font-size: 11.5px;
	font-weight: bold;
}
table.entity-list td {
	vertical-align: top;
}
table.entity-list td.numeric {
	text-align: right;
}
div.header h2 {
	font-size: 18px;
	display: inline-block;
	padding-right: 20px;
	margin: 30px 15px 12px 0px;
	
}
div.body {
	font-size: 14px;
	padding: 0px 16px 0px 10px;
}
td, th {
	padding: 10px 10px 10px 10px;
}
th {
	font-size: 13px;
}
div.attribute {
	padding: 5px 5px 5px 5px;
}
div.name {
	display: inline-block;
	width:200px;
	vertical-align: top;
}
div.value {
	display: inline-block;
	min-width:400px;
	max-width:980px;
}
div.error {
	display: inline-block;
}
div.large input[type="text"] {
	width:400px;
}
.small input[type="text"] {
	width:40px;
}
div.medium textarea {
	width:400px;
	height: 150px;
}
a.gedaan {
	text-decoration: line-through;
}
a.logout {
	margin-left: 60px;
}
div.message {
	border-bottom: 2px solid lightgray;
	vertical-align: bottom;
	padding:6px;
	font-size: 10px;
}

div.created-at {
    float : right;
    width : 74px;
	font-size: 0.7rem;
	padding-top:0.3rem;
}

div.group-name {
	font-size: 0.9rem;
    margin-right : 74px;
	white-space: nowrap;		
	overflow: hidden;
	text-overflow: ellipsis;
}
div.note {
	font-size: 1rem;
	white-space: nowrap;		
	overflow: hidden;
	text-overflow: ellipsis;
	padding:4px;
}

@media screen and (min-width: 992px) {
	body {
		background-color: white;
	}
	div.group-name {
		display: inline-block;
		width: 45%;
	    margin-right : 0px;
	}	
	div.note {
		display: inline-block;
		width: calc(55% - 82px);
	}	
}

@media screen and (min-width: 1226px) {
	body {
		background-color: white;
	}
	div.group-name {
		display: inline-block;
		width: 45%;
	    margin-right : 0px;
	}	
	div.note {
		display: inline-block;
		width: calc(55% - 82px);
	}	
}
