@charset "UTF-8";
.print-status header {
	height: 60px;
	margin-top: 0px;
	width: 100%;
	position: relative;
	line-height: 38px;
	color: #222;
	padding:0px;
	padding-left:00px;
	z-index: 15;
}
.print-status header .button a {
	height: 30px;
	text-decoration: none;
	display: inline-block;
	line-height: 28px;
	color: #666;
	border-radius: 15px;
	font-weight: normal;
}
.print-status header .button a:hover {
	color: #fff;
}
.print-status header .button .icon {
	height: 30px;
	line-height: 30px;
	width: 25px;
}


.kolom-pull-down {
	height: 40px;
	float: left;
	width: 200px;
	position: relative;
}
.container-line {
	position: relative;
}
.kolom-rechts-fixed {
	float: right;
	width: 310px;
	overflow: hidden;
	position: relative;
	height: 40px;
}
.kolom-links-fluid {
	overflow: hidden;
	position: relative;
}
.titel-balk .kolom,
.container-checkbox .kolom,
.kolom-links-fluid .kolom {
	float: left;
	width: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.container-checkbox .kolom:first-child {
	text-indent: 40px;
}
.titel-balk {
	text-indent: 20px;
	height: 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #FFF;
}
/* titelbalk select */
.titel-balk .kolom:hover {
	background-color: #261f5b;
	height: 30px;
	cursor: pointer;
}
.container-pijltjes {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0px;
	right: 0px;
	line-height:32px;
}
.select {
	background-color:#C63;
	height: 30px;
}
/************/
.print-status .container-formulier {
	padding-right: 0px;
	padding-left: 0px;
}
.padding-left {
	padding-left: 20px;
}
.print-status .container-formulier .container-checkbox {
	line-height: 38px;
	height: 40px;
	text-indent: 20px;
}

.print-status .container-formulier .container-checkbox input[type="checkbox"][name="myCheckbox"]:not(:checked) + label.box::after,
.print-status .container-formulier .container-checkbox input[type="checkbox"][name="myCheckbox"]:checked + label.box::after {
	left: 10px;
	top: 12px;
}
/* geactiveerd */
.print-status .container-formulier .container-checkbox input[type="checkbox"][name="myCheckbox"]:checked + label.box {
	height: 40px;
	line-height: 38px;
}
.print-status .container-line .container-checkbox:hover,
.print-status .container-line .container-checkbox:nth-child(even):hover {
	background-color: #aedaeb;
}
.print-status .container-line:nth-child(even) {
	background-color:#dfdede;
	//background-color:#d8d6d6;
	background-color:#d9dbdc;
}
.container-icons {
	float: right;
	line-height: 38px;
	width: 80px;
}
.icon {
	text-indent: 0px;
	float: left;
	width: 30px;
}
.kolom-links-fluid .icon {
	float: left;
}
.icon a {
	width: 40px;
	color: #555;
	text-decoration: none;
	display: block;
	text-align: center;
}
.icon a:hover {
	color: #888;
}
.pulldown {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.print-status .container-line .select2-container .select2-choice {
	background-color: #cdcdcd;
	background-color:#F93;
	background-color:transparent;
}
.print-status .container-line .select2-dropdown-open .select2-choice {
	background-color: #00AEF0;
	color:#FFF;
	border: 0px solid #d7d5d5;
}
/* opmaak tab */
.container-formulier .padding-top {
	padding-top:7px;
}
.h-45 {
	height:45px;
}
.h-150 {
	height:150px;
}
.upload p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.upload .select2 {
	padding: 0px;
	margin: 0px;
}
.search .icon {
	width: 40px;
	font-size: 26px;
}
.search .icon a {
	height: 40px;
	width: 40px;
	background-color: #261f5b;
	background-color: #555;
	color: #FFF;
}
.search input.text {
	margin-right: 0px;
}

.print-approve input[type=checkbox] {
	-webkit-appearance: checkbox;
}