/* MAIN CSS */

/* Widescreen 1080p versie */

body {
	/* Achtergrond afbeelding, Bijvoorbeeld te verkrijgen op http://subtlepatterns.com */
	background-image: url(../img/bg-blue.jpg);
	background-attachment: fixed;
	font-family: 'Open Sans', 'Verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 1920px;
	margin: auto;
	font-size: 18px;
}

p {
	text-align: justify;
}

h1 {
	line-height: 3px;
	font-size: 21px;
	font-weight: 700;
	padding-bottom: 10px;
}

h2 {
	line-height: 3px;
	font-size: 19px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* MENUs */

.topmenu {
	margin-top: 10px;
	margin-bottom: 25px;
	margin-left: 40px;
	margin-right: 40px;
}

.topmenu ul.sky-mega-menu {
    /* fix om te zorgen dat de topmenu BOVEN het sidemenu ligt */
	z-index: 1000;
}

.sidemenu {
	width: 150px;
	margin-bottom: 25px;
	margin-right: 20px;
	float: left;
}

/* MAIN CONTENT */

.content {
	padding: 15px 15px 15px 15px;
	overflow: auto;
	background: #eef4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	margin-bottom: 25px;
	margin-left: 40px;
	margin-right: 40px;
}

.content_sidebar {
	padding: 15px 15px 15px 15px;
	overflow: auto;
	width: 1640px;
	background: #eef4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	float: left;
	margin-bottom: 25px;
}

/* FIELDSETS */

fieldset {
	padding: 20px;
	border: 1px solid #999;
	margin-bottom: 25px;
}

fieldset legend {
	padding: 3px 10px;
	font-size: 13px;
	color: #000;
	border: 1px solid #999;
	margin-bottom: 0 !important;
	margin-bottom: 20px;
}

/* INPUT */

.k-input[readonly], .k-input:hover[readonly], .k-input[disabled], .k-input:hover[disabled] {
 /* Readonly Kendo Textboxen */
	background: #f2f2f2;
	color: #888888;
}

input[readonly], input:hover[readonly], input[disabled], input:hover[disabled] {
 /* Readonly Kendo Textboxen */
	background: #f2f2f2;
	color: #888888;
}

/* DATA TABLES */

.datatable {
	width: 100%;
}

.datatable th {
	border-bottom: 1px solid #666;
	text-align: left;
}

.datatable td {
	border-bottom: 1px solid #999;
}

.datatable a {
	color: black;
	text-decoration: none;
}

/* MESSAGE BOXES */

.msg_info, .msg_success, .msg_warning, .msg_error {
	border: 1px solid;
	margin: 25px 0;
	padding: 0px 10px 0px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left: 40px;
	margin-right: 40px;
}

.msg_info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/icons/knobs/msg_info.png');
}

.msg_success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('../img/icons/knobs/msg_success.png');
}

.msg_warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/icons/knobs/msg_warning.png');
}

.msg_error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/icons/knobs/msg_error.png');
}

/* FOOTER */

.footer {
	width: 1810px;
	margin-top: 25px;
	padding: 15px 15px 15px 15px;
	overflow: auto;
	background: #eef4f9;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	margin-bottom: 25px;
	color: grey;
	margin-left: 40px;
	margin-right: 40px;
}

.footer a {
	color: grey;
	text-decoration: none;
	font-weight: bold;
}

/* GRIDS */

/*
.k-grid tr:not(.k-state-selected):hover {
	background: none;
	color: inherit;
}

.k-grid tr.k-alt:not(.k-state-selected):hover {
	background: #f1f1f1;
}
*/

/* Pagina specifieke styles */
.k-textbox, .k-dropdown, .k-combobox, .k-numerictextbox, .k-datepicker, .k-datetimepicker, table.k-editor {
	width:100%;
}
.label {
	width:250px;
}
.input {
	width:555px;
}
.errorspan {
	width:450px;
}
.table {
	margin-top:-7px;
}
.k-window-content {
	padding-right:0px !important;
}
.k-invalid-msg {
	margin-left:10px;
}

/* Tabstrip style */
.k-tabstrip-items {
	padding: 0;
}
.content_tabstrip {
	margin: 0 !important;
	border: 0 !important;
}
.k-tabstrip {
	border: 0;
}
.k-tabstrip:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.k-tab-on-top {
	padding-bottom: 0 !important;
}
.tabstrip {
	margin-left:-9px;
	padding-top: 2px;
	padding-left: 4px;
}
.k-grid-delete {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.k-grid tr:not(.k-state-selected):hover {
	background: none;
	color: inherit;
}

.k-grid tr.k-alt:not(.k-state-selected):hover {
	background: #f1f1f1;
}

/* Dashboard */
.module h3 {
	margin: -20px -20px 10px -20px;
	background-color: #F8A321;
	padding: 14px 0 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 3px solid #BBBBBB;
	font-size: 18px;
}

.wrapper {
	overflow: hidden;
	height: 1000px;
	margin-bottom: 25px;
	margin-left: 40px;
	margin-right: 40px;
}

.module {
	padding: 20px;
	overflow: auto;
	width: 560px;
	height: 450px;
	text-align: center;
	background: #eef4f9;
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
	border-radius: 5px;
}

.loadingbar {
	padding: 0;
	overflow: hidden;
	margin-left: 0;
	width: 1920px;
	margin-top: 0;
	margin-bottom: 30px;
	border-radius: 0;
	height: 10px;
}

.k-progressbar {
	background-image: none;
	background-color: transparent;
}

.loadingbar .k-widget {
	border: none;
	border-radius: 0;
}

.iconcircle {
	position: relative;
	width: 75px;
	height: 75px;
	right: 0px;
	margin-bottom: -75px;
	margin-top:-50px;
	float:right;
}

.icon_question {
	background-image: url(../img/icon_question.png);
	background-color: #FFFFFF;
}

.circle {
	width: 75px;
	height: 75px;
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	border: 3px solid #BBBBBB;
	box-sizing: border-box;
	border-radius: 100px;
	z-index: 5;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.iconcircle {
		margin-left: 497px;
	}
}

.page {
	border-collapse: collapse;
	border: none;
}

.moduleblock {
	padding: 0px;
	padding-right:20px;
	padding-bottom:20px;
}

.imagetable {
	border-collapse: collapse;
	border: none;
}

.imagetd {
	padding: 0px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
}

/* LoadingSpinner */
.loadercontainer {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	/*border-radius:10px;*/
	/*background: #5E5E5D7F;*/
	background-color: rgba(57, 97, 123, 1);
	/*border: 4px solid #59819B;*/
	/*margin-top:-4px;
	margin-left:-4px;*/
	z-index:10000;
}

/* LoadingSpinner */
.loader1 {
	position:absolute;
	left:calc(50% - 46px);
	top:calc(50% - 46px);
	z-index:10003;
	border-radius: 50%;
	border: 16px solid #59819B; /* Light grey */
	border-top: 16px solid #ffffff; /* Blue */
	width: 60px;
	height: 60px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-animation: spinright 2s linear infinite;
	animation: spinright 2s linear infinite;
}

@-webkit-keyframes spinright {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spinright {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-webkit-keyframes spinleft {
  100% { -webkit-transform: rotate(0deg); }
  0% { -webkit-transform: rotate(360deg); }
}

@keyframes spinleft {
  100% { transform: rotate(0deg); }
  0% { transform: rotate(360deg); }
}
/* LoadingSpinner */