html, body {
	margin: 0;
	padding: 0;
	font-family: titillium, helvetica, sans-serif;
	font-size: 1.2vw;
	background: #FFF;
	color: #333;
}
figure {
	margin: 0;
	padding: 0l;
}

.togglebiatch {
	display: none;	
}
label.foldout {
	cursor: pointer;	
}
label.foldout:before {
	content: "▼";
	display: inline-block;
	width: 1em;
	text-align: center;
	font-size: 80%;
}
.togglebiatch:checked + label.foldout:before {
	content: "▲";
}	
@media (min-width:1416px) {
	html, body {
		font-size: 17px;
	}
}
@media (max-width:1080px) {
	html, body {
		font-size: 13px;
	}
}
input, select, button {
	font-family: titillium, helvetica, sans-serif;
}
img {
	vertical-align: top;	
}

a {
	color: #3a6ea5;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}

#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-size: 175%;
	line-height: 2;
	padding-bottom: 0.5em;
	font-weight: bold;
}
h2 {
	font-sizde: 125%;
	padding: 0.25em 0;
}


table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5;
	font-size: 100%;
	font-weight: normal;	
}
table th,
table td {
	padding: 0.2em 0.5em;
	text-align: left;
	vertical-align: top;
}




/**
 * 
 * Header section
 */
#header {
	background: linear-gradient(to bottom, #FFF 0%, #E5F1F5 99%, #3a6ea5) repeat scroll 0 0;	
}
#header .innerwrap {
	position: relative;
	overflow: hidden;
	min-height: 101px;
}
#header #logo {
	position: absolute;
	right: 10px;
	top: 40px;	
}
#header #logo img {
	height: 50px;
	width: auto;	
}
#header #orgswitch {
	position: absolute;
	right: 10px;
	top: 52px;
			
}
#loginstatus {
	height: 33px;
	line-height: 33px;
	font-size: 12px;
	color: #333;
	text-align: right;
	position: relative;
}
#loginstatus a {
	white-space: nowrap;
	color: #333;
}
#loginstatus i {
	white-space: nowrap;
	cursor: pointer;
	margin: 0 10px;
	font-style: normal;
	position: relative;
}
/**
 * The main menu
 */
#menu {
	clear: left;
	margin: 20px 110px 0 0;
	text-transform: uppercase;
}
.public #menu {
	margin-top: 51px;
	
}
#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: #3a6ea5;
	color: #F1F1F1;
	border: 1px solid  #004e98;

	-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;
	border-bottom-color: #FFF;
}
#menu li a:hover {
	color: #FFF;
	background: #004e98;
}


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


/**
 * 
 */
#subcontrollermenu {
	margin: 0 -10px;
}
#subcontrollermenu li {
	border: 1px solid #CCC;
	margin-bottom: 10px;
	width: 200px;
	float: left;
	margin: 10px;
	
}
#subcontrollermenu li a {
	display: block;
	border: 1px solid #FFF;
	background: #ebebeb;
	line-height: 30px;
	padding: 20px;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
#subcontrollermenu li a i {
	font-size: 200%;
	display: block;
	color: #004e98; 
}
#subcontrollermenu li a:hover {
	background: #004e98;
	background: #004e98 linear-gradient(to bottom, #3a6ea5 0%, #004e98 100%) repeat scroll 0 0;	
	border: 1px solid #3a6ea5;
	color: #FFF;
}

#subcontrollermenu li a:hover i {
	color: #FFF;
}


.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: 1.2;
	background: #c0c0c0;
	padding: 0.1em 0.5em;
	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: #3a6ea5;
	color: #FFF;
}
.btnactions a.back:hover {
	color: #3a6ea5;
}
.btnactions a.active {
	font-weight: bold;
	background: #3a6ea5;
	color: #FFF;
}
.btnactions li a.disabled {
	font-weight: normal;
	background: #ebebeb
	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: #c0c0c0;
	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;
	color: #6E7C7C;
}
#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 2%;
}


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



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



 


/**
 * Forms
 */
input {
	font-size: 100%;
	line-height: 1.5;
	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;
	color: #3a6ea5;
	margin-top: 30px;
}
fieldset .struct li {
	clear: left;
	line-height: 24px;
	padding-bottom: 3px;
}
fieldset td input,
fieldset li input {
	width: 50%;
	border: 1px solid #aca9a9;
	padding: 5	px;
}
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;
}

p.buttons {
	padding-top: 10px;
	clear: both;	
}

.searchform {
	padding: 0 0 10px 0;	
}
.searchform a {
	color: red;
	text-decoration: none;	
}

/**
 * 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 {
	position: relative;
	display: block;
	float: left;
	padding-left: 2px;
}
.fileinput .filepreview a {
	padding: 0 4px 0 24px;
	position: relative;
}
.fileinput .filepreview a:before {
	content: "\e933";
	font-family: icons;
	display: block;
	position: absolute;
	top: 2px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	left: 0px;
}
.fileinput .filebuttons {
	position: absolute;
	top: 4px;
	right: 4px;
	white-space: nowrap;
		
}

.fileinput .filebuttons span {
	width: 22px;
	height: 22px;
	padding-right: 0;
	cursor: pointer;
	display: inline-block;
	background: lime;
}

/**
 * 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;
}
.fileinput .filebuttons span,
.imageinput .imgbuttons span {
	width: 22px;
	height: 22px;
	border: 1px solid #FFE260;
	text-align: center;
	font-size: 16px;
	font-family: icons;
	line-height: 22px;
	padding-right: 0;
	cursor: pointer;
	float: right;
	margin-left: 4px;
	background: #FED100;
	color: #333;
}
.fileinput .filebuttons span:hover,
.imageinput .imgbuttons span:hover {
	background-color: #FFE260;	
}
.fileinput .filebuttons span.remove,
.imageinput .imgbuttons span.remove {
	font-size: 14px;	
}
.fileinput .filebuttons span.remove:before, 
.imageinput .imgbuttons span.remove:before {
	content: "\ea0f";
}
.fileinput .filebuttons span.reset:before,
.imageinput .imgbuttons span.reset:before {
	content: "\ea2e";
}


#content a.button, .button, 
button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: baseline;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	line-height: 2em;
	height: 2em;
	margin: 0;
	padding: 0 1em;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #0c4e94;
	border-radius: 2px;
	outline: none;
	white-space: nowrap;
	position: relative;
	text-decoration: none;
	background: #FED100 linear-gradient(to bottom, #3a6ea5 0%, #0c4e94 100%) repeat scroll 0 0;	
}
#content a.button:hover, .button:hover, 
button:hover {
	background: #FED100 linear-gradient(to bottom, #0c4e94  0%, #3a6ea5 100%) repeat scroll 0 0;
}
.next:after {
	content: " ▶";
	font-size: 80%;
	position: relative;
	top: -2px;	
	padding-left: 5px;
}


/**
 * Overview tables
 */
.overview {
	border: 0;
	border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
 
}
.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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.overview a.sortlink:first-letter,
.overview th:first-letter {
	text-transform: uppercase;	
}
.overview a {
	color: #3a6ea5;
}
.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: #ebebeb
}
.overview .even + .formrow.edit td,
.overview .even td {
	background: #e0dfdf;
}
.overview tr[data-href]:hover td {
	background: #c0c0c0;
	cursor: pointer;
}
.overview td.actions {
	white-space: nowrap;
	width: 1%;
}

th.withquickmenu {
	position: relative;
	z-index: 50;
}
th.withquickmenu:after {
	font-family: icons;
	content: "\ea42";
	float: left;
	margin-right: 0.5em;
}
th.withquickmenu:hover:after {
	content: "\ea43";
}
th.withquickmenu .quickmenu {
	background: #FFF;
	border: 1px solid #CCC;
	border-top: none;
	padding: 10px;
	position: absolute;
	top: 100%;
	margin-top: -2px;
	left: 0;
	display: none;
}
th.withquickmenu:hover {
}
th.withquickmenu:hover .quickmenu {
	display: block;	
}
.quickmenu a {
	cursor: pointer;
	display: block;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
}
.quickmenu a:hover {
	color: #000;	
}


strong.setprice:before {
	content: "aangepast";
	display: inline-block;
	color: #FFF;
	background: #e10000;
	padding: 2px 5px;
	font-size: 10px;
	line-height: 12px;
	vertical-align: baseline;
	position: relative;
	border-radius: 3px;
	
}

.overview .blocked td.approvaldate {
	background: #ffa6a6;	
}
.overview .even.blocked td.approvaldate {
	background: #ff9797;
}
.overview .warning td.approvaldate {
	background: #ffd2a6;	
}
.overview .even.warning td.approvaldate {
	background: #ffca96
}


a.action {
	background: #c0c0c0;
	padding: 0 5px;
	border: 1px solid #c0c0c0;
	color: #000;
	text-decoration: none;
}
a.action:hover {
	background: #3a6ea5;
	color: #FFF;
}
.action:before {
	 font-family: 'icons' !important;	
}
.action.delete:before { 
	content: "\e9ac";
}
.action.delete:hover:before {
	color: red; 
}
.action.edit:before { 
	content: "\e905";
}
.action.add:before { 
	content: "\ea0a";
}


.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;
}



/**
 * Order overview table
 */
.orderoverview .title td {
	padding-top: 3em;	
}
.orderoverview th, .orderoverview td {
	margin: 0;
	padding: 0 0 0 0.25em;
	line-height: 36px;
}
.orderoverview th:first-child,
.orderoverview td:first-child {
	padding-left: 0;
}
.orderoverview th {
	font-weight: bold;
	color: #222;	
}
.orderoverview .heading th {
	border-bottom: 1px solid #CCC;	
}
.orderoverview .num {
	text-align: right;	
}
.orderoverview .sum td,
.orderoverview .sum th {
	border-top: 1px	solid #CCC;
	color: #222;
	background: #F0F0F0;
}
.orderoverview .lineremark {
	text-align: center;
	font-size: 90%;	
}


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



.importdate {
	font-size: 80%;
	position: absolute;
	top: 10px;
	right: 40px;
}


.dashbox {
	width: 32.33333%;
	padding: 1em;
	float: left;
	margin: 0 0.5%;
	position: relative;
	left: -0.5%;
	box-sizing: border-box;
	border: 1px solid #ebebeb
	margin-bottom: 1em;

}
.dashbox.statuspie {
	float: right;
}
.dashbox .scanlog {
	clear: left;	
}
.dashbox h2 {
	text-align: left;
	padding: 0 0 0.25em 0;
}
.dashbox .canvasholder {
	position: relative;
	overflow: hidden;
}
.dashbox .canvasholder:before {
	float: left;
	padding-top: 60%;
	content: "";
}
.dashbox .canvasholder canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.dashbox.contactdetails {
	float: right;
	background: #FAFAFA;	
}
.colorindicator {
	width: 2em;
	float: right;
	height: 1.25em;
	border: 1px solid #CCC;
	display: inline-block;
	vertical-align: bottom;	
}
.colorindicator.green {			background-color: #2b8127; }
.colorindicator.lightgreen {	background-color: #91d08e; }
.colorindicator.yellow {		background-color: #fbdc44; }
.colorindicator.lightorange {	background-color: #fbc544; }
.colorindicator.orange {		background-color: #fb9144; }
.colorindicator.darkorange {	background-color: #fb6244; }
.colorindicator.red {			background-color: #fb4444; }



#heatmap .item {
	position: relative;
	border-bottom: 1px solid #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}	
#heatmap .item .label {
	display: block;
	width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
}
#heatmap .item .fullrow {
	position: absolute;
	top: 0;
	left: 105px;
	right: 20px;
	bottom: 0;
	background: rgb(70,160,32); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(70,160,32) 0%, rgb(184,206,39) 63%, rgb(255,246,0) 81%, rgb(255,199,0) 90%, rgb(255,0,4) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(70,160,32) 0%,rgb(184,206,39) 63%,rgb(255,246,0) 81%,rgb(255,199,0) 90%,rgb(255,0,4) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(70,160,32) 0%,rgb(184,206,39) 63%,rgb(255,246,0) 81%,rgb(255,199,0) 90%,rgb(255,0,4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#heatmap .item .block {
	display: block;
	background: rgba(200,200,200,0.6);
	border: 1px solid rgba(0,0,0,0.5);
	box-sizing: border-box;
	height: 1em;
	margin: 0.25em 0 0;
	color: #000;
	position: relative;
}
#heatmap .item .block.max {
	background: red;	
}
#heatmap .item .block span {
	position: absolute;
	left: 100%;
	margin-left: 5px;
	font-size: 80%;
		
}

/**
 * Messages
 */
#msgContainer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#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; }



/**
 */
@media (max-width:1280px) {
	.innerwrap {
		width: auto;
	}
	#header .innerwrap {

	}
	#content {
		padding: 60px 2%;
	}
	
	#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;
	}
	
	.dashbox {
		width: 49%;	
	}
	.dashbox.statuspie ~ .heatmap {
		clear: left;
	}	
}

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

@media (max-width:600px) {
	
	
	.action.edit span,
	.action.delete span {
		display: none;	
	}
	#menu {
		margin-right: 0;
		margin-left: 0;
	}
	#menu li a {
		line-height: 28px;
	}
	#header #logo {
		position: static;
		float: left;
		clear: both;
		margin: 10px 0 0 10px;
	}
	#header #orgswitch {
		right: auto;
		left: 10px;
		top: 30px;	
	}
	#loginstatus {
		line-height: 24px;
	}
	.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;	
	}
		
	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;	
	}
}

#modal {
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 40px;
	overflow: auto;
	transform: translate(0, -100%) rotate(90deg) scale(0.2);
	transition: transform 0.5s ease;
}
#modal.visible {
	transform: translate(0,0) rotate(0deg) scale(1); 
}
#modalclose {
	position: fixed;
	width: 30px;
	height: 30px;
	top:  5px;
	right: 5px;
	cursor: pointer;
}
#modalclose:after,
#modalclose:before {
	content: "";
	width: 41px;
	position: absolute;
	top: 14px;
	left: -5px;
	display: block;
	height: 2px;
	background: #CCC;
	transform: rotate(45deg);
}
#modalclose:after {
	transform: rotate(-45deg);
}
#modalclose:hover:after,
#modalclose:hover:before {
	background: #EEE;
}
#modalcontent {
	max-width: 900px;
	margin: 100px auto;
	background: #FFF;
	border: 1px solid #000;
	padding: 20px;
	min-height: 200px;
}

	

