/*
Exhibitor interactive
Designed by Ariyo Shahry at cadmiumCD
ariyo@cadmiumcd.com
v.1.0

Description: This page handles all the styles for the floorplan under /../../exhibitors/floorplan/floorplan.asp
*/

* {
    margin: 0;
    padding: 0;
}

*.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
	background: transparent url(/static/images/texture.jpg) repeat 0 0 scroll;
	font-family: sans-serif;
	padding-bottom:50px;
	overflow: hidden;
    height: 100vh;
    width: 100vw;
    border: 0;
}

a {
    color: #4E6DA2;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/*
#maincontent CSS 
This is the wrapper that houses all the templated booths
*/

.content-container {
	background: #FFFFFF;
	position:absolute;
	overflow: hidden;
	bottom:50px;
	top: 100px;
}

#maincontent {
    left: 250px;
    right: 0; 
}

.innertube {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius:5px;
    height:100%;
    width: 100%;
}

#draggable {
    cursor: move;
    width: 100%;
    height: 100%;
    display: none;
}

#floor {
	-ms-interpolation-mode: bicubic;
	image-rendering: auto;
    position: absolute;  
}

/*
Booth Div CSS 
This is the wrapper that styles the individual booths on the floor plan
*/

.x {
    position: absolute;
    background: #1E6AA3;
    opacity: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    font-size: 10px;
}

.x:hover {
    background: #DE3A21;
}

.x .title {
    display: none;
}

.x .num {
    vertical-align: bottom;
    display: table-cell;
    color: white;
    position: absolute;
    bottom: 1px;
    left: 1px;
}

.boothnum {
    width: 35px;
    float: left;
    text-align: right;
    font-weight: normal;
}

.name {
    width: 185px;
    float: right;
    text-indent: 0;
    padding-right: 2px; 
}

.faved {
    background: #F8E066 url(/static/images/favorited.png) no-repeat 50% 50% !important;
}

.faved .num {
    color: #555;
}

.faved:hover .num {
    color: white;
}

/*
#framecontent CSS 
This is the wrapper that houses the logo, booth list, and search bar
*/

#framecontent {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-right:1px solid #999;
	color: #FFFFFF;
	width: 250px;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

#framecontent hr {
	border-bottom: 1px solid #0B6FD3;
    border-top: 1px solid #05315C;
    margin: 0 0 10px 0;
    overflow: hidden;
    clear: both;
}


/* Search container and input */
.search-container {
    text-align: center;
    position: relative;
    clear: both;
    overflow: hidden;
    height: 40px;
}

.search-container input[type=text] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #bbb;
    height: 30px;
	color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #aaa;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #aaa;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #aaa;
    background: #fff;
    background-position: 10px 6px;
    font-size: 14px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;   
    width: inherit;    
}

.search-container input[type=text]:focus {
    outline: none;
}

.search-box {
	width: 100%;
	padding: 0px 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

}

.text-field-cancel-button {
    width: 26px;
    position: absolute;
    right: 10px;
    height: 23px;
    top: 10px;
    display: none;
}

#loading-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9;
    z-index: 1000000;
    display: none;
}

#highlightOverlay {
	position: absolute;
	pointer-events: none;
}

#ListFilter::placeholder {
	color: #BEBEBE;
}

#ListFilter::-webkit-input-placeholder {
	color: #BEBEBE;
}

#ListFilter:-ms-input-placeholder {
	color: #BEBEBE;
}

#ListFilter::-moz-placeholder {
	color: #BEBEBE;
}

#ListFilter:-moz-placeholder {
	color: #BEBEBE;
}

#ListSearch {
    width: 248px;
}

#ListSearch input[type=text] {
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #ccc;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #ccc;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #ccc;
}

#ListFilter {
	margin: 5px 0px;
}

/* Booth list */
#BoothList {
    position: relative;
    bottom: 0;
    left: 0;
    width: 250px;
    overflow: hidden;
    background: white;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    overflow-x: hidden;
    overflow-y: auto;
}

#BoothList ul {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    padding-bottom: 50px;
}

#BoothList ul li {
    color: #222;
    list-style: none;
    position: relative;
    background: #F2F2F2;
    border-top: 1px solid white;
    border-bottom: 1px solid #D9D9D9;
    clear: both;
    overflow: hidden;
}

#BoothList ul li:hover {
    background: #E2E2E2;
}

#BoothList ul li a {
    display: block;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    display: block;
    color: #555;
    text-shadow: 0 1px 1px white;
    text-decoration: none;
    padding: 7px 0;
}

#BoothList ul li small {
    display: none;
}

#BoothList ul li.faved {
    background: #F8E066 !important;
}

.BoothBucket {
	position:relative;
	background: #888;
	color: white;
}

.BoothBucket * {
	background: #888 !important;
	color: white !important;
	text-shadow: none !important;
	padding-right: 10px !important; 
	white-space: nowrap;
	text-overflow: ellipsis;
}

.BoothBucket:not(.CategoryBucket):after {
	-webkit-text-shadow: 1px 1px 4px #2C2C2C;
	-moz-text-shadow: 1px 1px 4px #2C2C2C;
	text-shadow: 1px 1px 4px #2C2C2C;
	-webkit-font-smoothing: antialiased;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	position: absolute;
	content: "\e0d0";
	font-size: 20px;
	color:#FFFFFF;
	line-height: 1;
	speak: none;	
	right: 10px; 
	top: 6px;
	pointer-events: none;
}

.BoothBucket.expanded:after {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#legend li.listtitle * {
	margin: 5px 0px !important;
	color: white !important;
}

#legend .legendLabel {
	white-space: normal;
	display: flex;
	word-break: break-word;
}

/*
#LeftAdd CSS 
This is the div that houses the floorplan legend
*/

#LeftAdd {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background: #FFFFFF;
	position: absolute;
    height: 120px;
    width: 250px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#footer, 
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 3em;
    font-size: 12px;
}


#countdownText {
	display: none;
}

.companylogo {
    text-align: center;
    padding: 0 0 10px 0;
}

.highlighted {
	outline: red 8px solid;
	z-index: 1000;
}

.tags {
    display: inline-block;
    padding: 2px 11px;
    font-size: 14px;
    border-radius: 50px;
    margin: 0 4px 4px 0;
    background: #0087BD;
    color: #fff;
}

.tags:hover {
    text-decoration: none;
    color: #fff;
}

.clear {
    display: block;
    height: 1px;
    clear: both;
    overflow: hidden;
}

.horizontalPad-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/*
Print styles used to print the floorplan and when converting to PDF
*/

@media print {
	
	#footer,
	footer, 
	#LeftAdd,
	.tipsy,
	#loading-overlay,
	#BoothList,
	#boothListOptions {
		display:none;
	}
	
	body,
	#hiddenBoothListing, 
	#hiddenBoothListing ul, 
	#framecontent {
	    width: 1300px !important;
	}
		
	.content-container {
		position:relative;
		bottom:0;
		top: 0;
	}
	
	/* booth divs print styles */
	#maincontent {
		position:relative;
		display: block;
		right: 0;
	    left: 0;
	}
	
	.innertube {
		position:static;
	}
	
	#draggable {
		position:static;
		display:block;
		top:0;
		left:0;
	}
	
	#floor {
		position:static;
	}
	
	#framecontent {
		page-break-before: always;
		position:static;
	}
	
	/* booth list print styles */
	
	#framecontent {
		border:none;
		margin-top:40px;
	}
		
	/* Legend print styles */
	
	#LeftAdd {
		position: static; 
		background: none; 
		padding: 4px 6px;
		color: #000; 
		width: 100%; 
	}
	
	#legend li {
		display: inline-block; 
		text-align:left;
		margin-left:0; 
		float:left; 		
		padding: 0;
		width:25%
	}
	
	#legend li.listtitle {
		text-align:left;
		display:block;
		border:none;
		clear:both;
		width:100%;
		padding:0;
	}
	
	#legend li .key {
		margin-left:0; 
		border-radius: 0px; 
		border:1px solid black;
	}
	
	#hiddenBoothListing {
		position: static !important;
		display: block;
	}
	
	#ListSearch,
	#boothListOptions,
	#BoothList .openBoothsList,
	#BoothList .categoriesBoothsList,
	#BoothList li.BoothBucket,
	#hiddenBoothListing .openBoothsList,
	#hiddenBoothListing .categoriesBoothsList,
	#hiddenBoothListing li.BoothBucket {
		display:none;
	}
	
	#hiddenBoothListing .assignedBooths {
		display:block;
	}
	
	#hiddenBoothListing ul { 
		margin-top:40px !important;
	}
		
	#hiddenBoothListing ul li {
		position: relative; 
		display:inline-block; 
		border:none !important;
		float:left;
		clear:both;
		margin-bottom:10px;
	}	
	
	#hiddenBoothListing ul li a {
		padding:0 !important;
	}
	
	#hiddenBoothListing ul li a .boothnum {
		text-align:left;
		display:block;
		font-weight: normal;
		width:100%;
	}
	
	#hiddenBoothListing ul li a .name  {
		font-weight:normal;
		display:block;
		float:none;
		width:100%;
		margin:0;
	}
				
}

#Discrip,
.x span.title {
    position: absolute;
    width: auto;
    background: black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    color: white;
    opacity: 0.9;
    max-width: 180px;
    cursor: default;
}

#Discrip:before,
.x span.title:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: auto;
    bottom: -10px;
    width: 0;
    height: 0;
}

#Discrip.arrow-up:before,
.x span.title.arrow-up:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-top: none;
    right: 10px;
    left: auto;
    bottom: auto;
    top: -10px;
}

#Discrip.arrow-right:before,
.x span.title.arrow-right:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    left: auto;
    bottom: -10px;
    width: 0;
    height: 0;
}

#ListInfo {
    position: absolute;
    width: 200px;
    background: black;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 100;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    color: white;
    opacity: 0.9;
    max-width: 190px;
}

#ListInfo:before {
    content: "";
    display: block;
    position: absolute;
    left: 94px;
    bottom: -13px;
    width: 16px;
    height: 16px;
    background: transparent url(/static/images/tip.png) no-repeat 0 0 scroll;
}




/*
Booth List Styles
*/

#boothListOptions {
	color: black;
	text-align: center;
	font-size: 12px;
	height: 40px;
}

#boothListOptions * {
	height: 40px;
	vertical-align: middle;
}

.boothListSelections {
	color: white;
	background: #CCC;
	border: 0.5px solid #CFCFCF;
	line-height: 40px;
}

.boothListSelections.selected, .boothListSelections:hover {
	color: #51a3e2;
	background: #EEE;
	text-decoration: none;
	border: 0.5px solid #EFEFEF;
}

#BoothList .category {
    text-indent: 10px;
    background: #717a86;
    /* Old browsers */
    background: -moz-linear-gradient(top, #717a86 0%, #505864 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #717a86), color-stop(100%, #505864));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #717a86 0%, #505864 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #717a86 0%, #505864 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #717a86 0%, #505864 100%);
    /* IE10+ */
    background: linear-gradient(top, #717a86 0%, #505864 100%);
    /* W3C */
    border-top: 1px solid #878e98;
    border-bottom: 1px solid #414449;
}

#BoothList ul li.category:hover {
    background: #4B525C;
}

#BoothList .category a {
    color: white;
    text-shadow: none;
    font-weight: normal;
}

#BoothList .category .companies li {
    background: white;
    border-bottom: 1px solid #e1e1e1;
}

#BoothList .category .companies a {
    color: #444;
}

#BoothList .category .companies li:hover {}

#BoothList .category a.active {
    background: #43c5eb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #43c5eb 0%, #289bdc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #43c5eb), color-stop(100%, #289bdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #43c5eb 0%, #289bdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #43c5eb 0%, #289bdc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #43c5eb 0%, #289bdc 100%);
    /* IE10+ */
    background: linear-gradient(top, #43c5eb 0%, #289bdc 100%);
    /* W3C */
    border-bottom: 1px solid #1a638f;
    border-top: 10x solid #6ad2ef;
    box-shadow: 1px 1px 5px #000;
}

a.deadlink,
.x.deadlink {
    cursor: default !important;
}

#BoothList .item {
    cursor: pointer;
}

/*
Category Exhibitor Details 
*/

.CatExhibNumber {
	background: #444 !important;
	border-radius: 50px;
    padding: 0px 2% !important;
    display: inline-block; 
    text-align: center;
    float: right;
    width: 15%
}

.CatExhibCat {
	vertical-align: top;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block; 
    padding: 0px !important;
    width: 80%
}

#BoothList div.companies {
    display: none;
    background: white;
    padding: 0;
}

.CompanyName,
.BoothNumber {
    color: #336699;
    height: 22px;
    font-weight: normal;
    font-family: 'OpenSansSemiBold', Arial, Helvetica, sans-serif;
}

.thelogo {
	max-height:50%;
	max-width:95%;
	display: none;
	margin: 0 auto;
	background: white;
	margin-top:2px;
}

.logowrap {
    background: white;
    width: 100%;
    padding: 5px;
    margin: -5px 0 5px -5px;
}

.tiplogo {
    width: 100px;
    margin: 0 auto;
    display: block;
}

.disabled{
	pointer-events: none;
}


