html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smooth: antialiased;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body .launch-notes {
	display: none;
}

body.application-cows .launch-notes {
	display: inline;
}

.powered-by-launchnotes p:nth-child(1) {
	display: none;
}

translate {
	visibility: hidden;
}

translate span {
	visibility: visible;
}

.with-leading-space {
	margin-left: 1em;
}
.with-trailing-space {
	margin-right: 1em;
}
.header {
	font-size: 16px;
	font-weight: normal;
}
.section {
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}
.section + .section {
	margin-top: 25px;
}
.section_header {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	height: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 22px;
}

.header, .section_header {
	color: #777;
}

.disabled {
	cursor: default;
	color: #bbb !important;
}

.text {
	color: #666;
}

#breadcrumb {
	background-color: transparent;
	border: none;
}
	
#breadcrumb .content-body {	
	margin-top: 5px;
	margin-bottom: 5px;
}

#page-content {
	padding: 0px 0px;
}

#content .container-fluid {
    max-width: 1600px;
    padding: 10px;
    box-sizing: border-box;
}

.clearfix:after { 
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.table-responsive {
	clear:both;
}

.table-responsive td, .table-responsive th {
	white-space: nowrap;
}

/* Prevents hiding dropdowns etc inside responsive tables*/
@media screen {
	.table-with-controls .table-responsive {
		min-height: 130px;
	}
}
.min-height-390 {
	min-height: 390px !important;
}

.checkbox-column {
	width: 31px;
}

.details-column {
	width: 18px;
}

.modal-dialog-container {
	display: none;
}

.popover {
	z-index: 1038;
}
.modal .popover {
	z-index: 1060;
}

.ko-hidden {
	display: none;
}

.btn[accesskey]::after {
	content: attr(accesskey);
	margin-left: 5px;
	margin-right: -1px;
	border:  1px solid #bbb;
	padding: 0px 2px;
	background-color: #ddd;
	color:  #666;
	border-radius: 3px;
	font-size: 0.9em;
}

.responsive-container {
	overflow: auto;
}

.qrcode-reader {
	display: flex;
	justify-content: center;
}

.bootbox .modal-header h4 {
	float: none;
}

.bootbox .modal-header .close {
	position: absolute;
	right: 15px;
}

.footer-image-light {
	background: url(/images/powered-by-nedap-light.png) no-repeat;
	top: 6.5px;
}

.footer-image-base {
	background: url(/images/powered-by-nedap.png) no-repeat;
	top: 7px;
}

#footer-image {
	height: 20px;
	width: 150px;
	background-size: contain;
	left: 7px;
	margin-right: 10px;
	position:relative;
	display: inline-block;
}

@media print {
	@page {
		size: auto;
	}
}

.image-background {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: bottom right;
    background-image: url('/images/login_bg.jpg');
}

.image-background .video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-background {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: bottom right;
    background-image: url('/images/login_bg.jpg');
}

.video {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}