html, body {
	font-family: Arial, Helvetica, Sans-Serif;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) no-repeat fixed center center;
	/*overflow: hidden;*/
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }	/* obfusactor */

#container {
	position: absolute;
	min-height: 320px;
	min-width: 600px;
	width: 100%;
	height: 1024px;
	top: 0;
	left: 0;
	
	background-image: radial-gradient(center, rgba(255,255,255,0) 4%, rgba(114,98,127, 0.99) 60%);
	background-image: -o-radial-gradient(center, rgba(255,255,255,0) 4%, rgba(114,98,127, 0.99) 60%);
	background-image: -moz-radial-gradient(center, rgba(255,255,255,0) 4%, rgba(114,98,127, 0.99) 60%);
	background-image: -webkit-radial-gradient(center, rgba(255,255,255,0) 4%, rgba(114,98,127, 0.99) 60%);
	background-image: -ms-radial-gradient(center, rgba(255,255,255,0) 4%, rgba(114,98,127, 0.99) 60%);
	
	background-image: -webkit-gradient(
		radial,
		left bottom,
		left top,
		color-stop(0.04, rgba(255,255,255,0)),
		color-stop(0.60, rgba(114,98,127,0.99))
	);

}

#content {

}

#colofon,
#admin {
	position: relative;
	margin: 0px auto;

	text-align: center;
	padding: 15px;

	background-color: #eee;
	border: 1px solid #333;

	-webkit-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, .3);
	box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, .3);
}

#colofon {
	width: 500px;
    text-align: center;
	padding: 15px;
}

#admin {
	min-width: 800px;
	min-height: 600px;
	max-width: 1920px;
	max-height: 1080px;

	position: absolute;
	top: 50px;
	left: 50px;
	right: 20px;
	bottom: 20px;
	/*width: calc(100vw - 100px);/*$(window).width() - 100,*/
	/*height: calc(100vh - 100px);/*$(window).height() - 100*/
}
}

#admin_pos {
    position: absolute;
	top: 70px;
	left: 20px;
	bottom: 10px;
	right: 20px;
}

#admin_menu {
    position: absolute;
    left: 0px;
    width: 200px;
    text-align: left;
}

#project_data,
#exhibition_data,
#room_data,
#role_data,
#user_data,
#sales_data,
#status_data {
    width: 100%;
}

.my_dialog {
    display: none;
}

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowblue.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}

.arrowgreen li a:link, .arrowgreen li a:visited {
/*	color: #5E7830;
*/
    color: rgb(55,55,55);
}

.arrowgreen li a:hover{
/*	color: #26370A;
*/
    color: rgb(0,0,0);
	background-position: 100% -32px;
}


.arrowgreen li a.selected{
/*	color: #26370A;
*/
    color: rgb(0,0,0);
	background-position: 100% -64px;
}

#admin_content {
    position: absolute;
    top: 0px;
    left: 200px;
	width: calc(100% - 200px);
	height: 100vmin;
	/*max-height: calc(100vw - 200px);*/
	/*
    min-width: 800px;
	min-height: 600px;
	bottom: 0px;
	right: 0px;
*/
    /*background-color: yellow;*/
}

#admin h2 {
    font-size: 18px;
    text-align: left;
}

#admin h4 {
    color: grey;
    font-style: italic;
    text-align: center;
}


/* copied from original project */
#controls {
	position: fixed;
	top: 20px;
	left: 10px;
	height: 110px;
	width: 220px;
	padding: 10px;
	z-index: 1;
	background-color: white;
	border: 1px solid #000;

	-moz-box-shadow: 3px 3px 3px #aaaaaa;
	-webkit-box-shadow: 3px 3px 3px #aaaaaa;
	box-shadow: 3px 3px 3px #aaaaaa;
}

#legend {
	position: absolute;
	left: 8px;
	bottom: 40px;
    width: 400px;
}

#legend table tr td {
    text-align: left;
}

#legend_reserved {
	position: absolute;
	left: 2px;
	top: 6px;
	width: 20px;
	height: 10px;
	background-color: #e7951e;
	border: 1px solid #000;

    margin-left: 10px;
}

#legend_pending {
	position: absolute;
	left: 2px;
	top: 27px;
	width: 20px;
	height: 10px;
	background-color: #0000ff;
	border: 1px solid #000;

    margin-left: 10px;
}

#legend_sold {
	position: absolute;
	left: 2px;
	top: 48px;
	width: 20px;
	height: 10px;
	background-color: #00ff00;
	border: 1px solid #000;

    margin-left: 10px;
}

#admin_floorplan {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    background-size: contain;
    background-repeat:no-repeat;
    /*z-index: -1;*/
}

#floorplan {
	position: absolute;
	top: 0;
	left: 0;
	height: 1080px;
	width: 1920px;
	margin: 0;
	padding: 0;
	z-index: -1;
}

#gui_controls {
	position: absolute;
	left: 20px;
	top: 60px;
	text-align: left;
	vertical-align: middle;
}

#lastSalesList,
#gui_random_images {
	position: absolute;
	top: 19%;/*10.416667vw;/*200px;*/
	left: 1%;/*0.5208333vw;/*10px;*/
	width: 21%;
	height: 37%;
	max-width: 400px; /*20.83333vw;/*400px;*/
	max-height: 400px; /*20.83333vw;/*400px;*/

	z-index: 1;
	background-color: white;
}

#lastSalesList.gui_layout_2,
#gui_random_images.gui_layout_2 {
	top: 28%;
	height: 40% !important;
}

#gui_random_images {
	display: flex;

    border: 5px dashed rgba(3,3,3,.5);

    -webkit-border-radius: 10px;
    border-radius: 10px;
    /*line-height: 400px;*/

	justify-content: center;
	align-items: center;
}

#gui_floorplan {
	position: absolute;

	background: white;

	top: 1%;/*0.5208333vw;/*10px;*/
	left: 23%;

	right: 1%;
	bottom: 6%;
}

#gui_floorplan.gui_layout_2 {
	top: 28%;
}

#gui_floorplan.gui_layout_3 {
	top: 20%;
}

#gui_floorplan.gui_layout_3.nolegend.noleftbar {
	left: 1%;
}

#gui_banner.gui_layout_2,
#gui_banner.gui_layout_3 {
	display: block;
}

#gui_banner.gui_layout_2 {
	top: 19%;
	left: 1%;
}

#gui_banner.gui_layout_3 {
	top: 1%;
	left: 23%;
}

#gui_floorplan h3 {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

#lastSalesList.gui_layout_1,
#gui_random_images.gui_layout_1 {
	top: 20%;
}

#lastSalesList.gui_layout_1.nologo,
#gui_random_images.gui_layout_1.nologo {
	top: 1%;
}

#lastSalesList.gui_layout_2.nobanner,
#gui_random_images.gui_layout_2.nobanner,
#gui_floorplan.gui_layout_2.nobanner {
	top: 19%;
}

#gui_banner.gui_layout_2.nologo {
	top: 1%;
}

#lastSalesList.gui_layout_2.nologo,
#gui_random_images.gui_layout_2.nologo,
#gui_floorplan.gui_layout_2.nologo {
	top: 10%;
}

#lastSalesList.gui_layout_2.nobanner.nologo,
#gui_random_images.gui_layout_2.nobanner.nologo,
#gui_floorplan.gui_layout_2.nobanner.nologo {
	top: 1%;
}

#lastSalesList.gui_layout_3.nologo,
#gui_random_images.gui_layout_3.nologo {
	top: 1%;
}

#legend.nomessages,
#gui_floorplan.nomessages {
	bottom: 10px;
}

#gui_banner.gui_layout_3.noleftbar.nologo.nolegend,
#gui_floorplan.gui_layout_2.noleftbar.nobanner.nolegend,
#gui_floorplan.gui_layout_3.noleftbar.nologo.nolegend,
#gui_floorplan.noleftbar.nologo.nobanner.nolegend {
	left: 1%;
}

.boxframe {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 5px 5px 2px 2px rgba(0, 0, 0, .3);
}

#frutsel,
#dummy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#frutsel {
    background-repeat: no-repeat;
}

#dlgOverlay {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	right:0;/* 100%;/*1080px;*/
	bottom: 0;/*100%;/*1920px;*/
	z-index: 10;
}

#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 1080px;
	width: 1920px;
	background-color: #000;

    filter: alpha(opacity=50);

    -moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#dlg {
	position: absolute;
	width: 300px;
	height: 270px;
	padding: 20px;
	border: 1px solid #000;
    background-color: white;

    filter: alpha(opacity=100);
    -moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;

    -moz-box-shadow: 3px 3px 3px #999999;
	-webkit-box-shadow: 3px 3px 3px #999999;
	box-shadow: 3px 3px 3px #999999;
}

#gui_layout {
    position: absolute;
    top: 160px;
    left: 20px;
    /*width: 90%;
    bottom: 0px;*/

	width: calc(calc(100vw - 320px));
	max-width: 177vmax;
	max-height: calc(100% - 275px);
	aspect-ratio: 16 / 9;

	border-style: solid;
    border-width: 1px;
    z-index: 1;
    /*background-color: green;*/
}

#gui_templates {
	vertical-align: middle;
}

#gui_elements fieldset {
	vertical-align: top;
}

#gui_templates,
#gui_elements,
#gui_elements fieldset {
	display: inline-block;
}

#gui_banner {
	display: none;
    position: absolute;
    top: 0px;
    left: 0;
    right: 1%;
    height: 45px;
    z-index: 3;
	padding: 0;
	margin: 0;
	text-align: left;
}

#gui_banner_content {
	color: #000000;
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	margin-right: 80px;
	padding-right: -80px;
	float: left;
}

#gui_banner_save_content {
	position: absolute;
	right: 0px;
	top: 3px;
	width: 50px;
	height: 45px;
}

html body div#container div#content div#admin div#admin_pos div#admin_content div#admin_content_page_25 div#gui_layout div#gui_random_images div#random_dropzone.dropzone.dz-clickable,
html body div#container div#content div#admin div#admin_pos div#admin_content div#admin_content_page_25 div#gui_layout div#gui_sponsor div#sponsor_dropzone.dropzone.dz-clickable,
.dropzone {
    min-height: 0px;
    padding: 0;
}

#gui_sponsor {
    position: absolute;
	top: 1%;/*0.5208333vw;/*10px;*/
	left: 1%;/*0.5208333vw;/*10px;*/

	height: 16%;
	width: 21%;
    max-width: 400px;/*20.83333vw;/*400px;*/
    max-height: 170px;/*8.854166667vw;/*170px;*/
    z-index: 3;

	background-color: #ffffff;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    /*background-color: blue;*/

    border: 5px dashed rgba(3,3,3,.5);

    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#gui_sponsor.gui_layout_2 {
	width: auto !important;
	right: 1%;
	max-width: none !important;
}

#gui_right {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 95%;
    background-size: contain;
    background-repeat:no-repeat;
    background-image: url(../maps/main_ch_2014_halle2.svg);
    z-index: -1;
    /*background-color: purple;*/
}

#gui_elements {
    text-align: left;
	vertical-align: middle;
}

#gui_ticker {
    position: absolute;
    bottom: 0px;
	left: 0px;
    right: 0px;
    height: 30px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    text-height: 30px;
    text-align: left;
}

#gui_ticker_label {
    background-color: #000000;
    color: #ffffff;
}

#gui_ticker_content {
    color: #7f7f7f;
    font-style: italic;
}

.dtc_left {
    text-align: left;
}

.dtc_center {
    text-align: center;
}

.dtc_right {
    text-align: right;
}

#message_data {
    text-align: left;
}

table.dataTable tr.odd {
    background-color: rgba(38,148,232,.1);
}

table.dataTable tr.even {
    background-color: #ffffff;
}

#msg_toolbar {
	text-align: left;
}

#gui_msg_image {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;

    border: 5px dashed rgba(3,3,3,.5);

   	-webkit-border-radius: 10px;
   	border-radius: 10px;
}

#random_previews {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 100%;
    overflow: scroll;
    line-height: 200px;
}

.dz-image-preview a.dz-remove {
    line-height: 20px;
}

#gui_sponsor h3,
#gui_random_images h3,
#gui_msg_image h3 {
    padding: 0;
    margin: 0;
    color: rgba(3,3,3,.5);
}

#dlg_msg_txt {
    width: 100%;
    height: 30px;
    font-size: 18px;
}