div#UserDataEditorContainer
{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0%;
	background-color: rgba(255, 255, 255, 0.7);
}

div#UserDataEditor
{
	position: absolute;
	width: 50%;
	/* height: 50%; */
	left: 25%;
	top: 25%;
	background-color: rgba(0, 127, 127, 1.0);
	border: 1px solid white;
	text-align: center;
}

div#AdminUserDataEditor
{
	position: absolute;
	width: 50%;
	left: 25%;
	top: 15%;
	background-color: rgba(0, 127, 127, 1.0);
	border: 1px solid white;
	text-align: center;
}

div#UserDataEditorBooking
{
	position: absolute;
	width: 80%;
	height: 60%;
	left: 10%;
	top: 20%;
	background-color: rgba(0, 127, 127, 1.0);
	border: 1px solid white;
	text-align: center;
	overflow: auto;
}

div#UserDataEditorHeader
{
	position: absolute;
	width: 80%;
	height: 10%;
	left: 10%;
	top: 10%;
	background-color: rgba(0, 127, 127, 1.0);
	border: 1px solid white;
	text-align: left;
	overflow: hidden;
}

div#UserDataEditorFnc
{
	position: absolute;
	width: 80%;
	height: 10%;
	left: 10%;
	top: 80%;
	background-color: rgba(0, 127, 127, 1.0);
	border: 1px solid white;
	text-align: left;
	overflow: hidden;
}

img.adminBookingSmall{
    /* display: block; */
    width: 2ex;
    height: 2ex;
    cursor: pointer;
    background: rgba(0, 127, 127, 0.4);
}