body{
	background-color:#fff;
	background-image:url('/assets/images/template/bg_tile.jpg');
  	height:100%;
}

.popover{
    width: 800px !important; /* Max Width of the popover (depending on the container!) */
}

.ui-autocomplete-loading {
	background: white url("/assets/css/images/loading16x16.gif") right center no-repeat;
}

img#logo{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
    height: 40px;
}

#site_container{
	background-color:#FFF;

}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }

html .ui-autocomplete {
    height: 300px;
}

.modal-body{
    height: calc(100vh - 200px);
    overflow-y: auto;
}

header{
	background-color:#cf202e;
	position:fixed;
	z-index:100;
	width:100%;
	top:0;
	height:50px;
	box-shadow: 0 10px 20px rgb(0 0 0 / 16%);
    background: #fff;
}

body{
	padding-top:50px;
}

body#public{
	padding:0;
}

header a:link,
header a:visited{
	color:#FFF;
}

header #main_controls{
	margin-top:10px;
}


.nes{
	border:dashed 3px orange;
	position:absolute;
	/*background-color:orange;*/
	z-index:1;
}
.nes_inner{
	display:block;
	height:100%;
	width:100%;
	position:relative;
}
.nes_inner .number{
	font-size: 16px;
	display: block;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nes_inner .name{
    font-family: 'Mouse Memoirs', sans-serif;
	font-size: 14px;
	line-height:14px;
	position:absolute;
	bottom:40%;
	width: 100%;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.nes .ui-resizable-handle {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
	position:absolute;
	display:none;
}

#map.nes_resize .nes .ui-resizable-handle {
	display:block;
}

.ui-resizable-ne {
    top:-6px; right:-6px;
	cursor:ne-resize;
}
.ui-resizable-se {
    bottom:-6px; right:-6px;
	cursor:se-resize;
}
.ui-resizable-nw {
    top:-6px; left:-6px;
	cursor:nw-resize;
}
.ui-resizable-sw {
    bottom:-6px; left:-6px;
	cursor:sw-resize;
}
.ui-resizable-n {
    top:-6px; 
    left:50%; margin-left:-6px;
	cursor:n-resize;
}
.ui-resizable-e {
    right:-6px; 
    top:50%; margin-top:-6px;
	cursor:e-resize;
}
.ui-resizable-s {
    bottom:-6px; 
    left:50%; margin-left:-6px;
	cursor:s-resize;
}
.ui-resizable-w {
    left:-6px; 
    top:50%; margin-top:-6px;
	cursor:w-resize;
}

.booth{
	border:solid 1px #000;
	position:absolute;
	cursor:pointer;
	z-index:10;
}
.booth_inner{
	display:block;
	height:100%;
	width:100%;
	position:relative;
}
.booth_inner .number{
    font-family: 'Mouse Memoirs', sans-serif;
	font-size: 14px;
	line-height:14px;
	position:absolute;
	bottom:0;
}

.booth_inner .name{
    font-family: 'Mouse Memoirs', sans-serif;
	font-size: 14px;
	line-height:14px;
	position:absolute;
	bottom:40%;
	width: 100%;
	text-align: center;
	display: none;
	white-space: nowrap;
	overflow: hidden;
}


.booth.confirmed .booth_inner .name{
	display: block;
}


.booth.hide_name .booth_inner .name{
	display: none;
}

.booth.reserved .booth_inner .number{
	color:white;
}
.max_booth{
	border:solid 1px #000;
	position:absolute;
	background-color:gray;
	cursor:pointer;
	z-index:5;
	visibility:hidden;
}


#map.layout_revive .max_booth {
	visibility:visible;
}

#map.layout_revive .max_booth.no_number {
	visibility:hidden;
}

#map.layout_merge .max_booth.no_number {
	visibility:visible;
}

.available{
	/*background-color:white;*/
	background-image:URL('/assets/images/template/available.png');
	color:#000;
}
.hold{
	/*background-color:blue;*/
	background-image:URL('/assets/images/template/hold.png');
}
.confirmed{
	/*background-color:red;*/
	background-image:URL('/assets/images/template/confirmed.png');
}

#map.layout_revive .available{
	background:yellow;
}

#map.layout_revive .hold{
	/*background-color:blue;*/
	background:blue;
}
#map.layout_revive .confirmed{
	/*background-color:red;*/
	background:red;
}

.highlight{
	background-color:green;
}

#map.swap .non_swappable{
	cursor:not-allowed;
	background-color:gray;
}

#map.delete .confirmed {
	cursor:not-allowed;
}

#map.split .confirmed {
	cursor:not-allowed;
}

#map.merge .confirmed {
	cursor:not-allowed;
}

.booth_number{
	position:absolute;
	color:blue;
	font-size:10px;
	line-height:10px;
	z-index:11;
}


.max_booth_number{
	position:absolute;
	color:blue;
	font-size:10px;
	line-height:10px;
	z-index:1;
}

#map{
	width:1900px;
	height:1059px;
	/*background-image:URL('/images/template/iusa2017_bkg.png');*/
	/* background: URL('/assets/images/template/floorplan_2019.jpg') 0 0 no-repeat;
	background-size:auto 100%;
  	background: url('/assets/images/template/expo_bkg_2021.jpg') -194px -252px no-repeat;
	background-size: 117.3%;
  	/background: url('/assets/images/template/expo_bkg_2024_v3.jpg?c=1.1') -520px -250px no-repeat;
	background-size: 130.7%;*/
  	/*background: url('/assets/images/template/expo_bkg_2025.jpg?c=1.2') -218px -155px no-repeat;
	background-size: 112.4%;*/
  	/*background: url('/assets/images/template/expo2018_public.jpg?c=1.1') -359px -746px no-repeat;
	background-size: 117.9%;*/
  	background: url('/assets/images/template/expo_bkg_2026.jpg?c=1.0') -27px -259px no-repeat;
	background-size: 87.9%;
	background-color:#FFF;
	position:relative;
	overflow:hidden;
}

.print_map_image{
	display: none;
}

body.print_map .print_map_image{
	position:absolute;
	top:-21mm;
	top:13mm;
	left:14mm;
	left:-3mm;
	width:168mm;
	height: auto;
	display: block;
}

body.print_map #map{
	background:none;
	height:297mm;
	width:210mm;
}

body.print_map .booth_inner .number{
    font-family: 'Mouse Memoirs', sans-serif;
	font-size: 12px;
}

body.print_map #print_logo{
	position: absolute;
	top: 30px;
	left: 20px;
	height: 60px;
}
	
body.print_map #legend{
	display: none;
}
	
body.print_map header{
	display: none;
}
	
body.print_map #exhibitor_box{
	display: none;
}
	
body.print_map{
	padding: 0;
}


@page {
  size: A4;
  margin: 0;
}
@media print {
  html, body {
    width: 210mm;
    height: 297mm;
  }
  /* ... the rest of the rules ... */
}

body#public #map{
	width:1900px;
	height:1059px;
	overflow: hidden;
  	/*background: url('/assets/images/template/expo2018_public.jpg') -465px -749px no-repeat;
	background-size: 117.2%;*/
	background: url('/assets/images/template/expo_bkg_2024_v2.jpg?c=1.1') -520px -250px no-repeat;
	background-size: 130.7%;
	background: url('/assets/images/template/expo_bkg_2025.jpg?c=1.2') -218px -155px no-repeat;
  	background-size: 112.4%;
	background: url('/assets/images/template/expo_bkg_2026.jpg?c=1.0') -27px -259px no-repeat;
	background-size: 87.9%;
  	/*background: url('/assets/images/template/expo_2021_bkg.jpg') -90px -188px no-repeat;
	background-size: 114.2%;

	width:1900px;
	height:1059px;

  	background: url('/assets/images/template/expo_bkg_22.jpg?c=1.1') -55px -54px no-repeat;
      background-size: 87.2%;
      background-color:#FFF;*/
}



#map .booth.ui-selecting { background: #FECA40; }
#map .booth.ui-selected { background: #F39814; color: white; }

#map .max_booth.ui-selecting { background: #FECA40; }
#map .max_booth.ui-selected { background: #F39814; color: white; }

#legend{
	position:fixed;
	left:10px;
	top:100px;
	background-color:#FFF;
	border:solid 2px #000;
	padding:10px;
}

#legend h2{
	padding:0;
	margin:0;
}

span.color_box{
	height:14px;
	width:20px;
	display:inline-block;
	border:solid 1px #000;
}
#legend p{
	line-height:20px;
	margin:5px;
	padding:0;
	font-size:14px;
}

#exhibitor_box{
	position:fixed;
	left:10px;
	top:270px;
	bottom:10px;
	z-index:1000;
}

#exhibitor_list{
	overflow-y:scroll;
	height:60vh;
}

#booked_booth_list{
	position:absolute;
	right:10px;
	bottom:10px;
	top:10px;
	background-color:#FFF;
	border:solid 2px #000;
	padding:10px;
	overflow:hidden;
}

body#public #legend{
	top: 10px;
	left:auto;
    right:10px;
}

body#public #exhibitor_box{
	left: 10px;
	top:10px;
	/*left: auto;*/
	width: 240px;
	height: 1060px;
}

#exhibitor_box .list-container{
	height: 1020px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
body#public #exhibitor_box ul.list-group{
	padding: 0;
	margin: 0;
	width: 100%;
}

/*.marquee {
    top: 0px;
    position: relative;
    box-sizing: border-box;
    animation: marquee 30s linear infinite;
	padding:0;
	margin:0;
	list-style:none;
}*/

.form-group .control-label.required:after {
  content:"*";
  color:red;
  font-weight:bold;
}

input.error,
select.error,
input.error:focus,
select.error:focus{
	border-color:red;
}

label.error{
	color:red;
}


/* Make it move! */
@keyframes marquee {
    0%   { top:   100% }
    100% { top: -250% }
}
