/* common css voor gebruik op alle devices */
/*
	// Version: V1.0.6
	// Changelog:
	
	// 2012-04-04 JJ v1.0.1 - Implemented nice radio styles
	// 2012-06-04 JJ v1.0.1 - Changed minimum width for better Status dialog style
	// 2012-08-06 JJ v1.0.2 - Implemented bottommenu
	// 2012-08-22 JJ v1.0.3 - Implemented ZeroSize class for tables
	// 2013-03-07 JJ v1.0.4 - Removed z-index: 10; for dialogs
	// 2013-03-26 JJ v1.0.5 - Removed repeat no to prevent IE from fucking up too much
	// 2013-05-22 JJ v1.0.6 - Moved anti select code to _index.php
*/

html {
	height: 100%;
	width: 100%;
}
body, p, a, th, td, input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.textBlink {
	animation: textBlinkKeyframes 1s linear infinite;
}

@keyframes textBlinkKeyframes {
	50% {
		opacity: 0;
	}
}
/*
.VectorDrag
{
	display:none;
}
.InnerVectorDialog
{
	position:absolute;
	background-image:url('../sys_skin/TiledMetal2.png');";
	margin: auto;
	border-radius:5px;
}
.OuterVectorDialog
{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: -webkit-linear-gradient(left top, #E6DC3E, #55B328);
	background: -moz-linear-gradient(left top, #E6DC3E, #55B328);
	content: '';
	z-index: -1;
	border-radius: 5px;
}
.VectorDialog
{
	position:absolute;
	background-image:url('../sys_skin/TiledMetal2.png');";
	margin: auto;
	border-radius:5px;
}
.VectorDialog::after
{
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	background: -webkit-linear-gradient(left top, #E6DC3E, #55B328);
	background: -moz-linear-gradient(left top, #E6DC3E, #55B328);
	content: '';
	z-index: -1;
	border-radius: 5px;
}
.VectorButton
{
	height:50px;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:12px;
	border-radius:5px;
	border:1px #333333;
	border-style: solid;
	background-image: linear-gradient(to bottom, #777777 0%, #333333 45%, #000000 55%, #000000 100%);
	outline:none;
}
.VectorButton:active
{
	background-image: linear-gradient(to bottom, #555555 0%, #111111 45%, #000000 55%, #000000 100%);
	color: #DDDDDD;
}
*/

input {
	color: #000000;
}

#bulletDiv{
	display: block;
	position: absolute;
	width: 400px;
	height: 400px;
	top: 120px;
	left: 495px;
	background-image: url('../sys_common/symbols/bullet.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

/*classes om een div te kunnen bewegen*/
.aBox {
	color: #000000;
	padding: 0px;
	margin:0px;
	position: relative;
}
.aHandle {
	background-image: url('../sys_skin/nav/011_redmask.png');
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.aBar {
	color: #ffffff;
	cursor: move;
	font-weight: bold;
	font-size:12px;
	padding-top: 8px;
	padding-bottom: 3px;
	text-align:center;
}
.aContent { 
	padding: 10px;
}
.aPanel { 
	padding: 0px;
}

#inlogscherm {
	position: absolute;
	width: 250px;
	height: 200px;
//	background:url(inlogscherm.png);
}

#alertbox {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -75px;
	width: 500px;
	height: 150px;
	overflow: hidden;
	background:url(alertbox.png);
}
#alertbox_text {
	position: relative;
	top: 25px;
	left: 140px;
	width: 300px;
	height: 100px;
	overflow:hidden;
}

#AuthorizationText{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff2222;
	margin-top: 5px;
}

#AuthorizationResponseText{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ff2222;
	margin-top: 5px;
}

#usernameInput::-webkit-input-placeholder{ color: #555; }
#usernameInput::-moz-placeholder{ color: #555; }

.alert {
	font-size: 12px;
	font-weight: bold;
}

#loginButton{
	display: block;
	border: 1px solid black;
	color: #fff;
	background-color: #333;
	background:url(nav/_button_back.png) center center;
	font-size:12px;
	height:54px;
	width: 70px;
	cursor:hand;
	border-radius: 10px 25px 25px 10px;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-color:#333333;
	background:url(nav/_button_back.png) center center;
	font-size:12px;
	padding-left: 5px;
	padding-right: 5px;
	height:54px;
	cursor:hand;
}


.field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000000;
	color:#333333;
	font-size:12px;
	padding-left: 5px;
	/*width: 100%;*/
}
.area {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #000000;
	color:#333333;
	padding-left: 2px;
	width: 66%;
	overflow: auto;
}
.dragbutton {
	cursor:move;
}
/*
a, a:active, a:focus {
	outline: none;
}
*/

.contentTabel {
	color: #FFFFFF;
	width:800px !important;
	max-width:800px !important;
}

.contentTabel td {
	vertical-align:top;
}
.contentTabel td.counter {
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
}
h1 {
	margin-top: 0px;
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.menuTabel a, .menuTabel td a {
	padding: 18px;
	display:block;
	background:url(nav/_button_back.png);
	color: #FFFFFF;
	margin-right: 5px;
	text-decoration:none;
	border: 1px solid #000000;
}
.menuTabel td a:active, .menuTabel td a:selected  {
	border: 1px solid #c60000;
	color: #c60000;
}
.paginaMenu {
	position: relative;
	top: 0px;
	left: 0px;
	height: 75px;
}
.paginaMenu div {
	float: left;
}
.paginaMenuCenter {
	position: relative;
	height: 75px;
	background: url(pagemenu_back.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.paginaMenuTitle {
	position: relative;
	left: 0px;
	top: 5px;
	font-size:9px;
	font-weight:bold;
}
.paginaMenuItems {
	position: relative;
	top: 11px;
}
.paginaMenuItems a {
	/*position: relative;*/
	padding: 18px;
	background:url(nav/_button_back.png);
	margin-right: 5px;
	text-decoration:none;
	display:block;
	float: left;	
	/*height: 42px;*/
}
.notselectedItem {
	border: 1px solid #000000;
	color: #999999;
}
.selectedItem {
	border: 1px solid #999999;
	color: #FFFFFF;
}

.wordtgeladen {
	color: #999999;
}

/*
	Nieuwe opmaak
*/
.fullscreen {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
	z-index:0;
}	
/*
#hideshowmenu {
	position: absolute;
	top: 78px;
	left: 0px;
	width: 64px;
	height: 56px;
	z-index:900;
}
.hideshowappsmenu {
	position: absolute;
	top: 78px;
	right: 0px;
	width: 64px;
	height: 56px;
	z-index:900;
}
.menutitel {
	position: relative;
	width: 68px;
	height: 23px;
	overflow:hidden;
}
.menutitel_back {
	position: absolute;
	left: 0px;
	top: 0px;
}

.menutitel_text {
	position: absolute;
	overflow:hidden;
	width: 68px;
	top: 12px;
	font-size:9px;
	font-weight:bold;
	text-align:center;
}
*/

#mainmenu {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index:900;
}
.appsmenu {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:900;
}

.bottommenu {
	position: absolute;
	bottom: 0px;
	left: auto;
	right: auto;
	width: auto;
	height: 78px;
	/*
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	*/
	z-index:900;
}
.bottommenu_back {
	background: url(menu_bottom_back.png);
}

#progressbar {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 5px;
	width: 100%;
	background: url(../sys_images/progressbar_grey.gif);
	background-color:#FF0000;
	overflow:hidden;
	z-index:999;
}
#klok {
	position: absolute;
	left: 75px;
	bottom: 6px;
	font-size: 11px;
}
.DebugPanel {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 80%;
	width: 200px;
	overflow:auto;
	background-color:#FFFFFF;
	color: #000000;
	display:none;
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
.transparant {
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
	-ms-filter: "alpha(opacity=65)"; /* IE 8 */
	-khtml-opacity: .65; /* Safari 1.x */
	-moz-opacity: .65; /* FF lt 1.5, Netscape */
}
#pagetitle {
	/*position: absolute;*/
	margin: 0px;
	padding: 0px;
	align: center;
	text-align:center;
	top: 10px;
	z-index:99999;
}
#helpscreenbox {
	position: relative;
	left: 0px;
	top: 0px;
	width:700px;
	height:450px;
	padding: 20px;
	background:url(nav/011_blackmask.png);
	overflow: hidden;	
	border: 1px solid #CC0000;
}

#helpscreenscrollbox {
	position: absolute;
	left: 5px;
	top: 49px;
	width:690px;
	height:400px;
	padding: 20px;
	overflow: auto;	
}
#helptekst {
	position: relative;
	left: 10px;
	width:600px;
}
#close {
	position: absolute;
	right: 0px;
	top: 0px;
	height:20px;
	width: 20px;
	margin-top: 10px;
	margin-right: 10px;
}
#close a {
	border: none;
}
#achtergrond {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
	background:url(worldmap.png) center center no-repeat;
}

/*.DialogDiv
{
	overflow:hidden;
	position: absolute;
	display: none;
	overflow: hidden;
	transition-property: height, width;
    transition-duration: 1s;
}*/

.DialogDiv
{
	overflow:hidden;
	position: absolute;
	display: none;
	overflow: visible;
	transition-property: height, width;
    transition-duration: 1s;
}

.DialogTable
{
	overflow:hidden;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}
.DialogTableTD
{
	overflow:hidden;
	border-width: 0px;
	padding: 0px;
	border-style: none;
}
.DialogBorderNW
{
	overflow:hidden;
	width: 30px;
	min-width: 30px;
	height: 40px;
	min-height: 40px;
	background-image: url("popup/bordernw.png");
	cursor: move;
}
.DialogBorderN
{
	overflow:hidden;
	height: 40px;
	min-height: 40px;
	cursor: move;
	background-image: url("popup/bordern.png");
	background-size:100% 100%;
}
.DialogBorderNE
{
	overflow:hidden;
	height: 40px;
	min-height: 40px;
	width: 30px;
	min-width: 30px;
	background-image: url("popup/borderne.png");
	cursor: move;
}
.DialogBorderW
{
	overflow:hidden;
	width: 30px;
	min-width: 30px;
	cursor: move;
	background-image: url("popup/borderw.png");
	background-size:100% 100%;
}
.DialogCenter
{
	white-space: nowrap;
	overflow:hidden;
	background-image: url("popup/background.png");
	min-width: 74px;
	min-height: 30px;
}
.DialogBorderE
{
	overflow:hidden;
	width: 30px;
	min-width: 30px;
	cursor: move;
	background-image: url("popup/bordere.png");
	background-size:100% 100%;
}
.DialogBorderSW
{
	overflow:hidden;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	background-image: url("popup/bordersw.png");
	cursor: move;
}
.DialogBorderS
{
	overflow:hidden;
	height: 30px;
	min-height: 30px;
	cursor: move;
	background-image: url("popup/borders.png");
	background-size:100% 100%;
}
.DialogBorderSE
{
	overflow:hidden;
	height: 30px;
	min-height: 30px;
	width: 30px;
	min-width: 30px;
	background-image: url("popup/borderse.png");
	cursor: move;
}
.DialogCloseDiv
{
	overflow:hidden;
	position: absolute;
	right:0px;
	top:0px;
	cursor: default !important;
}
.DialogExpandDiv
{
	overflow:hidden;
	position: absolute;
	right:0px;
	top:30px;
	cursor: default !important;
}
.DialogTitleDiv
{
	position: relative;
	left: 0px;
	width: 100%;
	top: 5px;
	overflow: visible;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.NiceRadioOn
{
	display:table-cell;
	background: url("../usr_skin/ok2.png") no-repeat;
	background-repeat: no-repeat;
	padding-left:69px;
	width:100px;
	height:50px;
	vertical-align: middle;
}

.NiceRadioOff
{
	display:table-cell;
	background-image: url("../usr_skin/ok_grey2.png");
	background-repeat: no-repeat;
	padding-left:69px;
	width:100px;
	height:50px;
	vertical-align: middle;
}
.NiceSoloRadioOn
{
	display:table-cell;
	background: url("../usr_skin/ok2.png") no-repeat;
	background-repeat: no-repeat;
//	padding-left:69px;
	width:59px;
	height:50px;
	vertical-align: middle;
}
.NiceSoloRadioOff
{
	display:table-cell;
	background-image: url("../usr_skin/ok_grey2.png");
	background-repeat: no-repeat;
//	padding-left:69px;
	width:59px;
	height:50px;
	vertical-align: middle;
}
.NiceradioInput
{
	position:absolute;
	left:-9999px;
}
.NiceForm br
{
	font-size:0px;
}

.ZeroSize
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}
.ZeroSize TD
{
	border-width: 0px;
	padding: 0px;
	border-style: none;
}

.SimpleBordered
{
	border-collapse: collapse;
	border: 1px solid white;
}
.SimpleBordered TD
{
	border: 1px solid white;
	padding:2px;
	vertical-align:top;
}

.olLayerGrid
{
	-webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.olImageLoadError
{
}

.ResizeAnimation{
	-webkit-transition:width 150ms ease-in-out, height 150ms ease-in-out;
    -moz-transition:width 150ms ease-in-out, height 150ms ease-in-out;
    -o-transition:width 150ms ease-in-out, height 150ms ease-in-out;
    transition:width 150ms ease-in-out, height 150ms ease-in-out;
}


#modalContainer {
    background-color:rgba(0, 0, 0, 0.3);
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
    word-wrap:break-word;
}

#alertBox {
    position:relative;
    width:300px;
    min-height:100px;
    margin-top:50px;
	border-width: 1px 1px 1px 1px;
    /*-webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#37da37), to(#9ad242)) 100% 1;*/
    background-color:#37393A;
	border-radius:4px;
    background-repeat:no-repeat;
    background-position:20px 30px;
}

#modalContainer > #alertBox {
    position:fixed;
}

#alertHeading {
    padding: 5px;
}

#alertBody {
    border-bottom: 1px solid #000;
    /* height: 50px; */
    padding-left: 5px;
    /* margin-left: 55px; */
    /* color: #000; */
    text-align: center;
    /* font-size: 1.2em; */
    /* font-weight: bold; */
}

#alertBox h1 {
    margin:0;
    /* font:bold 0.9em verdana,arial; */
    color:#FFF;
    /* border-bottom:1px solid #000; */
    /* padding:2px 0 2px 5px; */
    text-align: center;
}

#alertBox p {
    font-size: 1.2em;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    margin: 5px;
    float: right;
    padding: 4px;
    border:0 none;
    width:40px;
    /* font:0.7em verdana,arial; */
    text-transform:uppercase;
    text-align:center;
    color:#FFF;
    background-image: linear-gradient(to bottom, #777777 0%, #333333 45%, #000000 55%, #000000 100%);
    border-radius: 3px;
    text-decoration:none;
    /* border-top: 1px solid blue; */
}

#alertBox #alertButton
{
	height:50px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-radius:5px;
	border:1px #333333;
	border-style: solid;
	background-image: linear-gradient(to bottom, #777777 0%, #333333 45%, #000000 55%, #000000 100%);
	outline:none;
	white-space: normal;
    box-sizing: border-box;
}