/* GENERAL CSS */

* {

	margin: 0px;
	padding: 0px;
}

html, body {

    height: 100%;

}

input[type=checkbox] {

	vertical-align: text-top;

}

/* Fix cursor when hovering over a radio button or checkbox */
input[type="radio"], input[type="checkbox"] {

	cursor: pointer;

}

/* Fix verticale uitlijning van labels bij radiobuttons en checkboxen in Firefox. */
/* CSS-hack: http://browserhacks.com/ */
@supports (-moz-appearance:meterbar) {

	input[type="radio"], input[type="checkbox"] {
		margin-top: 1px !important;
	}

}

.text-align-center {

	text-align: center;

}

/* Font Awesome's fa class has a transform property, which breaks some things for me. */
.fix-fa-transform {

	transform: none !important;

}

.loginwindow {

	background: linear-gradient(rgb(255,255,255) 45%, rgb(127,186,39));

}

.loginwindow-errorbox {

	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;

}

.remove-z-index {

	z-index: 0 !important;

}

.transparent-background {

	background-color: rgba(255, 255, 255, 0.5);

}

.remove-padding {

	padding: 0px;

}

.horizontally-scrollable-wselectionbox {

	border: 1px solid #ccc;
	border-radius: 4px;

}

.horizontally-scrollable-wselectionbox > select {

	width: auto;
	border: none;

}

.horizontally-scrollable-wselectionbox > select:focus {

	box-shadow: none;

}

select.hide-combobox-border {

	border: none !important;
	box-shadow: none !important;
	background-color: white !important;

}

.display-inline-block {

	display: inline-block;

}

.cursor-ns-resize {

	cursor: ns-resize	!important;

}

.cursor-grab {

	cursor: grab;

}

.cursor-grabbing {

	cursor: grabbing;

}

.sticky-tablecell-top {

	position: sticky !important;
	top: 0;
	background-color: white;

}

.table-layout-fixed {

	table-layout: fixed;

}

.text-link {

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;

}

.text-link:hover {

	color: #2a6496;
	text-decoration: underline;

}

.no_resize {

	resize: none;
}

.break-word {

	word-wrap: break-word;

}

.green-progress-bar > .progress-bar { background-color: #28a745 !important; }
.yellow-progress-bar > .progress-bar { background-color: #ffc107 !important; }
.red-progress-bar > .progress-bar { background-color: #dc3545 !important; }

.display_table {

	display: table;
	border-collapse: collapse;

}

.display_table_cell {

	display: table-cell;

}

.header {

	display: table-row;
	line-height: 30px;
	min-width: 1024px;

}

.middle {

	display: table-row;

}

.footer {

	display: table-row;
 	line-height:30px;
 	text-align: center;
 	min-width: 1024px;

}

.copyright {

	line-height: 26px;
	height: 26px;
	margin: 2px;
	text-align: center;
	cursor:pointer;
	color: black;

}

.copyright:HOVER {

	line-height: 26px;
	height: 26px;
	margin: 2px;
	text-align: center;
	cursor:pointer;
	color: black;

}

.nav_text {

	line-height: 26px;
	height: 26px;
	margin: 2px;
	text-align: center;
	color: black;
	cursor:pointer !important;
}

.usernav_text {

	line-height:	26px;
	height:			26px;
	margin:			2px;
	text-align:		right;
	color:			black;
	cursor:			pointer;

}

.widget {

	width: 1000px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;

}

.table-hover-custom > tbody > tr:hover > td,
.table-hover-custom > tbody > tr:hover > th {

	background-color: #EEEEEE;
	cursor:	pointer;

}

.table-selected-row {

	background-color: #86ABD9	!important;

}

.border-bottom {

	border-bottom: 1px solid #000;

}

.square-corners {

	-webkit-border-radius: 0px;
	border-radius: 0px;

}

.remove-focus-style:focus {

	border-color: #ccc;
	-webkit-box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;
	box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent;

}

.white-space-nowrap {

	white-space: nowrap;

}

.clip-overflowing-text {

	position: relative;

}

.clip-overflowing-text:before {

	content: '&nbsp;';
	visibility: hidden;

}

.clip-overflowing-text span {

	position: absolute;
	left: 0;
	right: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;

}

.direction-rtl {

	direction: rtl;

}

/* LOGIN + AUTH CSS */

.nav_text_logout {

	line-height: 30px;
	height: 30px;
	text-align: center;
	color: orange;
	cursor:pointer;
	font-weight: bold;
}

/* TEXT CSS */

.content_select_text {

	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;

}

.green_text {

	color: green;
}

.red_text {

	color: red;
}

.yellow_text {

	color: orange;
}

.white_text {

	color: white;
}

.blue_text {

	color: blue;
}

.black_text {

	color: black;
}

.light_blue_text {

	color : rgb(156,200,247);
}

.purple_text {

	color: magenta;
}

.link {

	cursor:pointer;
}

.bold {

    font-weight:bold;
}

.not_selectable {

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;

}

/* TITLES CSS */

.title_header {

	height: 30px;
	line-height: 20px;
	background-color: #363636;
	display: inline-block;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;

}

.subtitle_header {

	height: 30px;
	line-height: 20px;
	background-color: #C0C0C0;
	display: inline-block;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;

}

/* OVERVIEW CSS */

.detector_selected {

	border: 1px solid black;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    background-color: rgb(92, 184, 92);
}

/* PAGE CSS */

.content {

	width: 740px;
	height: 595px;
	float: left;
}

.full_page {

	width: 1000px;
	height: 592px;
}

.side_bar {

	width: 250px;
	margin-left: 5px;
	height: 595px;
	float: right;
}

.button {

	margin-bottom: 5px;
}

.btn-image {

	padding: 4px;

}

.btn-image > img {

	max-width: 100%;
	max-height: 100%;

}

.label_input {

	height: 36px;
	text-align: left;
	line-height: 36px;

}

/* LOG CSS */

.boldwhite {

   	color: white;
    font-weight:bold;
}

/* CENTRAL CSS */

.legende {

	background-color: #eeeeee;
	text-align: center;
	border-bottom: 1px solid rgb(204,204,204);

}

/* MAIL CSS */

.variables_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .5em;
}
