/*
Exhibitor interactive
Designed by Ariyo Shahry at cadmiumCD
ariyo@cadmiumcd.com
v.1.0
*/


/*

just change these for new clients

booth color = #1E6AA3
booth color hover = #DE3A21
*/


* {
    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(../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;
}

/*

Floorplan Header CSS:
Most styles for the header come from the cadmium.css file on the mycadmium server.  
These styles serve to overrride anything specifically for the floorplan
*/

#infoBar {
	overflow-x: auto;
}

#infoBar > .clearfix {
	min-width: 1300px;
}

#infoBar .innerleft .infoBar-brand {
	vertical-align:baseline;
	height:100px;
	float: left;	
}

#infoBar li a {
	padding: 12px 8px 0px 8px;
}

#infoBar .innerleft {
	padding: 0px 20px 0px 5px;
	height: 100px;
}

#infoBar .innerRight {
	padding-right: 20px;
}

.eventTxt {
	font-size: 10px;
	line-height: inherit !important;
}

.eventTxt * {
	line-height: inherit !important;
}

/*
#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;
}

.faved {
    background: #F8E066 url(../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 url(/conferenceportal2/images/balls.gif) no-repeat 50% 50%;
    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;
}

.BoothBucket.expanded:after {
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#legend li.listtitle h6 {
	margin: 5px 0px !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;
}

/* 
Floorplan footer css 
*/

#footer {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(50%, #303030), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    line-height: 3em;
    font-size: 12px;
}

#footer ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

#footer li {
    display: inline;
    height: inherit;
}

#footer li a {
    display: block;
    float: left;
    text-decoration: none;
}

#footer .left {
    left: 20px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 650px;
    overflow: hidden;
    white-space: nowrap;
}

#footer .right {
	width: 350px;
    height: 50px;
	line-height: 50px;
    position: absolute;
    right: 20px;
    float: right;
}

#footer .middle {
    height: 50px;
    width: 375px;
    margin: 0 auto;
}

#footer li img {
    height: inherit;
}

#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 {
	
	#infoBar, 
	#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;
	}
				
}




/*
#header {
    clear: both;
    width: 100%;
    background-color: black;
    overflow: hidden;
    position: static;
    line-height: 3em;
    color: #c2c2c2;
}

#header .right {
    float: right;
    margin-right: 10px;
}

#header .left {
    float: left;
    margin-left: 10px;
}

.toolbar {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(50%, #303030), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    font-size: 13px;
    position: relative;
    height: 42px;
    line-height: 42px;
    color: #c2c2c2;
}

.toolbar ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.toolbar a {
    color: #c2c2c2;
    text-decoration: none;
}

.toolbar li {
    display: inline;
}

.toolbar li a {
    display: block;
    float: left;
    text-decoration: none;
    color: white;
    padding: 0 10px;
}

.toolbar li a:hover {
    background: black;
    background: -moz-linear-gradient(100% 6% 270deg, #303030, #171717);
}

.toolbar .left {
    float: left;
    margin-left: 10px;
    height: 42px;
}

.toolbar .right {
    float: right;
    margin-right: 10px;
    height: 42px;
}

#ToolsSet {
    background: #3c3c3c;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(50%, #303030), color-stop(100%, #2a2a2a));
    background: -webkit-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -o-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: -ms-linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    background: linear-gradient(top, #3c3c3c 0%, #303030 50%, #2a2a2a 100%);
    position: absolute;
    width: 270px;
    height: 42px;
    line-height: 3em;
    color: #C2C2C2;
    right: 0;
    overflow: hidden;
}

#ToolsSetBottom {
    position: absolute;
    top: 0;
    width: 250px;
    height: 42px;
    line-height: 3em;
    color: #C2C2C2;
    left: 70px;
    overflow: hidden;
}

#ToolsSet ul,
#ToolsSetBottom ul {
    padding: 0;
    margin: 0 0 0 10px;
    overflow: hidden;
    list-style: none;
}

#ToolsSet li,
#ToolsSetBottom li {
    display: inline;
}

#ToolsSet li a,
#ToolsSetBottom li a {
    display: block;
    float: left;
    text-decoration: none;
    color: white;
    padding: 5px 10px !important;
}

#ToolsSet li a:hover,
#ToolsSetBottom li a:hover {
    background: black;
    background: -moz-linear-gradient(100% 6% 270deg, #303030, #171717);
}

#settingDiv {
    position: absolute;
    width: 250px;
    background: black;
    top: 188px;
    right: 50px;
    z-index: 20;
    color: white;
    padding: 20px 25px;
    display: none;
    border-radius: 5px;
}

#settingDiv:before {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: -8px;
    width: 16px;
    height: 16px;
    background: transparent url(../images/tip-top.png) no-repeat 0 0 scroll;
}

#button-container {
    margin: 0 auto;
    width: 70px;
}

body #maincontent .hlgreen {
    background: #4AD761 !important;
}

body #maincontent .hl {
    background: red !important;
}
*/





.CompanyInfo {
    clear: both;
    overflow: hidden;
}




#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: 102;
    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(../images/tip.png) no-repeat 0 0 scroll;
}







/***** Popup css *****/


#TopToolbar {
    height: 40px;
    width: 100%;
    background: #034e99;
    /* Old browsers */
    background: -moz-linear-gradient(top, #034e99 0%, #466f99 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034e99), color-stop(100%, #466f99));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #034e99 0%, #466f99 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #034e99 0%, #466f99 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #034e99 0%, #466f99 100%);
    /* IE10+ */
    background: linear-gradient(top, #034e99 0%, #466f99 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#034e99', endColorstr='#466f99', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid white;
    _z-index: 1000;
}

#BottomToolbar {
    height: 60px;
    width: 100%;
    background: #cacaca;
    /* Old browsers */
    background: -moz-linear-gradient(top, #cacaca 0%, #a8a8a8 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cacaca), color-stop(100%, #a8a8a8));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cacaca 0%, #a8a8a8 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cacaca 0%, #a8a8a8 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cacaca 0%, #a8a8a8 100%);
    /* IE10+ */
    background: linear-gradient(top, #cacaca 0%, #a8a8a8 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cacaca', endColorstr='#a8a8a8', GradientType=0);
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: 1px solid #999;
    text-shadow: 0 1px 0 #eee;
}

#BottomToolbar .buttons {
    background: #034E99;
    background: -moz-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034E99), color-stop(100%, #466F99));
    background: -webkit-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -o-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -ms-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: linear-gradient(top, #034E99 0%, #466F99 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#034e99', endColorstr='#466f99', GradientType=0);
    padding: 10px 15px 7px 15px;
    color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px #222;
    float: right;
    margin: 14px 14px 0 0;
    font-weight: bold;
}

#BottomToolbar .buttons:hover {
    text-decoration: none;
}

#wrap {
    position: relative;
    top: 30px;
    margin: 0;
    height: 400px;
    color: #6D6F6E;
    line-height: 20px;
}

#wrap .customScrollBox {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#wrap .customScrollBox .container {
    position: relative;
    width: 685px;
    top: 0;
    float: left;
}

#wrap .customScrollBox .content {
    clear: both;
    padding-top: 10px;
}

#wrap .dragger_container {
    position: relative;
    width: 10px;
    height: 364px;
    float: left;
    margin: 6px 0 0 10px;
    background: #999;
    cursor: pointer -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: s-resize;
}

#wrap .dragger {
    position: absolute;
    width: 6px;
    height: 60px;
    background: #666;
    text-align: center;
    margin-left: 2px;
    line-height: 60px;
    color: #666;
    overflow: hidden;
    cursor: pointer;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    top: 2px;
}

#wrap .dragger_pressed {
    position: absolute;
    width: 6px;
    margin-left: 2px;
    height: 60px;
    background: #666;
    text-align: center;
    line-height: 60px;
    color: #666;
    overflow: hidden;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: s-resize;
    top: 2px;
}

#wrap .scrollUpBtn,
#wrap .scrollDownBtn {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 15px;
    margin-right: 12px;
    text-decoration: none;
    right: 0;
    filter: alpha(opacity=20);
    -moz-opacity: 0.20;
    -khtml-opacity: 0.20;
    opacity: 0.20;
}

#wrap .scrollUpBtn {
    top: 16px;
    background: url(mcs_btnUp.png) center center no-repeat;
}

#wrap .scrollDownBtn {
    bottom: 12px;
    background: url(mcs_btnDown.png) center center no-repeat;
}

#wrap .scrollUpBtn:hover,
#wrap .scrollDownBtn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}

#actionIcons {
    clear: both;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 45px;
}

#actionIcons span.social {
    margin-right: 4px;
    font-size: 20px;
    vertical-align: sub;
}

#actionIcons span.general {
    margin-right: 4px;
    font-size: 18px;
    vertical-align: baseline;
}

#actionIcons a {
    text-decoration: none;
    height: 35px;
    color: white;
    display: inline;
    margin: 5px 10px 5px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    background: none;
}

#actionIcons a.last {
    margin-right: 0;
}

#actionIcons .tweet span {
    font-size: 22px;
}

#actionIcons .tweet:hover {
    color: #32CDFD;
}

#actionIcons .exhfavorited,
#actionIcons .exhfavorited:hover {
    color: #FFC709;
}

#actionIcons .visited,
#actionIcons .visit:hover {
    color: #4AFF6B;
}

#actionIcons .liked,
#actionIcons .like:hover {
    color: #FF9C2A;
}

#actionIcons .onMap:hover {
    color: #D793FF;
}

.scroll-pane {
    width: 720px;
    height: 370px;
    overflow: auto;
    outline: none !important;
}

.actionmenu {
    height: 45px;
    width: 248px;
    background: #222 url(../images/ios-linen.jpg) repeat 0 0;
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;
    clear: both;
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 0;
}

.actionmenu a {
    display: block;
    height: 35px;
    width: 35px;
    float: left;
    text-indent: -999999px;
    margin: 5px 5px 0 0;
}

.view-details {
    background: transparent url(../images/view-details.png) no-repeat 0 0;
}

.favorite {
    background: transparent url(../images/favorite.png) no-repeat 0 0;
}

.tweet {
    background: transparent url(../images/twt.png) no-repeat 0 0;
}

.favorited {
    background: transparent url(../images/favorited.png) no-repeat 0 0;
}

.visit {
    background: transparent url(../images/visit.png) no-repeat 0 0;
}

.visited {
    background: transparent url(../images/visited.png) no-repeat 0 0;
}

.icons {
    width: 161px;
    margin: 0 auto;
}


.switch {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 54px;
    height: 23px;
    vertical-align: middle;
    float: right;
}


/* Background image */

.switch .background {
    background: url('../images/itoggle.png') 0 -23px no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 23px;
}


/* Mask */

.switch .mask {
    background: url('../images/itoggle.png') 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 23px;
    z-index: 2;
}

.set {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
}

.ESman {
    background: url(../../images/ESman.png) no-repeat -40px -23px scroll;
    height: 390px;
    width: 265px;
    float: left;
    margin-right: 15px;
}

#loginForm {
    font-size: 12px;
    margin-top: 35px;
    float: right;
    width: 340px;
    text-shadow: 0 1px 0 #fff;
}

#loginForm input {
    width: 200px;
}

#login input,
#SaveAccount input,
#CreateAccount input {
    color: #AAA;
    font-family: Lucida Grande, Geneva, Helvetica, sans-serif;
    border: 1px solid #CCC;
    height: 20px;
    padding: 4px;
    vertical-align: middle;
    line-height: 1.7em;
    font-size: 14px;
    margin: 0 5px 10px 0;
}

#login .button,
#SaveAccount.button,
#CreateAccount .button {
    -moz-border-radius: 50px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: url("../../images/super-button-overlay.png") repeat-x scroll 0 0 #EEE;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-width: 1px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    height: 26px;
    font-size: 12px;
}

#loginForm input.button {
    width: 70px;
}

.ESmanForgot {
    background: url(../../images/createicon.png) no-repeat 0 0 scroll;
    height: 390px;
    width: 265px;
    float: left;
    margin-right: 15px;
    display: none;
    text-shadow: 0 1px 0 #fff;
}

#getpass {
    margin: 40px auto;
    width: 330px;
    display: none;
    float: right;
}

.topheader {
    display: none;
}

#CreateAccount {
    text-shadow: 0 1px 0 #fff;
}

.ESmanSave {
    background: url(../../images/favicon.png) no-repeat -10px -10px scroll;
    height: 370px;
    width: 265px;
    float: left;
    margin-right: 15px;
    margin-top: -20px;
}

#AccountFirstName {
    width: 100px;
    margin-right: 5px;
}

#AccountLastName {
    width: 174px;
}

#AccountEmail {
    width: 293px;
}

#.ESmanCreate {
    background: url(../../images/addicon.png) no-repeat -10px -10px scroll;
    height: 370px;
    width: 265px;
    float: left;
    margin-right: 15px;
    margin-top: -20px;
}

#CreateAccountForm {
    margin: 40px 0 0 0;
    float: right;
    width: 330px;
}

#alert {
    width: 200px;
    height: 200px;
    background: transparent url(../images/black-transparent.png) repeat 0 0 scroll;
    position: absolute;
    z-index: 999999;
    border-radius: 10px;
    top: 40%;
    left: 45%;
    display: none;
}

#alert .image {
    background: transparent url(../images/done.png) no-repeat 0 0 scroll;
    width: 32px;
    height: 32px;
    margin: 48px 85px 20px 85px;
}

#alert .text {
    color: white;
    font-weight: bold;
    margin: 0 20px 0 20px;
    padding: 0;
    text-align: center;
}

#ListOptions {
    position: absolute;
    right: 5px;
    top: 9px;
    display: block;
    height: 28px;
    opacity: 0.8;
    line-height: 28px;
    color: #666;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
    padding: 0 10px 0 2px;
}

#ListOptions span {
	vertical-align: bottom;
	margin-top: 4px;
}

#ListOptions:hover {
    opacity: 1;
    text-decoration: none;
}

#ListDiv {
    position: absolute;
    width: 230px;
    background: black;
    background: rgba(0, 0, 0, 0.8) repeat scroll 0 0;
    top: 186px;
    left: 238px;
    z-index: 20;
    color: white;
    padding: 20px 20px 20px 20px;
    display: block;
    border-radius: 5px;
    display: none;
}

#ListDiv:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -16px;
    width: 16px;
    height: 16px;
    background: transparent url(../images/tip-left.png) no-repeat 0 0 scroll;
}

#ListDiv a {
    display: block;
    padding: 12px;
    color: white;
    text-indent: 19px;
}

#ListDiv a:hover {
    color: #0FB0E4;
    text-decoration: none;
}

#CategoryList {
    background: transparent url(../images/category.png) no-repeat -5px 3px scroll;
}

#CompanyList {
    background: transparent url(../images/companyList.png) no-repeat -5px 0 scroll;
}

#CompanyByBooth {
    background: transparent url(../images/companyByBooth.png) no-repeat -5px 0 scroll;
}

#SponsorList {
    background: transparent url(../images/company.png) no-repeat -5px 3px scroll;
}

#CopyRightText {
    font-size: 14px;
    line-height: 20px;
    color: #6D6F6E;
    font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

#CopyRightText p {
    margin-bottom: 15px;
}



#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;
}



.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;
}

.hide {
    display: none;
}

/* 
	Updated 2/16/2018 by Devin Madden
	-- I removed a hard coded width of 85% and added a max-width and a max-height of 
	   85% because we had logos that were taller than they were wide.  The previous 
	   css was not preventing logos from stretching the both vertically, only horizontally
*/

.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;
}

.helptips {
    position: absolute;
    display: none;
    z-index: 99999;
}

#searchTip {
    background: url('../images/help/Help-tips.png') no-repeat 0 0;
    width: 291px;
    height: 153px;
    top: 192px;
    left: 230px;
}

#tourTip {
    background: url('../images/help/Help-tips.png') no-repeat -309px 0;
    width: 215px;
    height: 133px;
    top: 183px;
    right: 22px;
    position: absolute;
    display: none;
}

#ListTip {
    background: url('../images/help/Help-tips.png') no-repeat 0 -184px;
    width: 328px;
    height: 87px;
    top: 490px;
    left: 217px;
}

#MapTip {
    background: url('../images/help/Help-tips.png') no-repeat -7px -277px;
    width: 322px;
    height: 177px;
    top: 40%;
    left: 45%;
}

#ToolsTip {
    background: url('../images/help/Help-tips.png') no-repeat -535px -2px;
    width: 303px;
    height: 198px;
    top: 184px;
    right: 11px;
}

#RightAd {
    position: absolute;
    right: 0;
    top: 182px;
    bottom: 42px;
    overflow: hidden;
}

.important {
    background: #edb648 url(../images/important.png) no-repeat 50% 50% scroll;
}

.important .num {
    color: #7b5031;
    font-weight: bold;
}

#BoothList ul li .thelogo {
    display: none;
}

#ListInfo .logowrap {
    padding-bottom: 0;
    width: 180px;
    padding: 5px;
}

#ListInfo .tiplogo {
    width: 100%;
}

#HelpModal {
    width: 750px;
    height: 500px;
    background-image: none;
    padding: 20px 20px 40px 20px;
}

#awOnePageButton .view-slide {
    display: none;
}


/* This class is removed after the showcase is loaded */


/* Assign the correct showcase height to prevent loading jumps in IE */

.showcase-load {
    height: 750px;
    /* Same as showcase javascript option */
    overflow: hidden;
}


/* Container when content is shown as one page */

.showcase-onepage {
    /**/
}


/* Container when content is shown in slider */

.showcase {
    position: relative;
    margin: auto;
    color: white;
}

.showcase-content-container {
    background-color: #EEEEEE;
}


/* Navigation arrows */

.showcase-arrow-next {
    position: absolute;
    background: url('../images/next.png');
    width: 40px;
    height: 80px;
    top: 210px;
    cursor: pointer;
    z-index: 500;
    right: 0;
}

.showcase-arrow-previous {
    position: absolute;
    background: url('../images/prev.png');
    width: 40px;
    height: 80px;
    top: 210px;
    cursor: pointer;
    z-index: 500;
    left: 0;
}

.showcase-arrow-previous:hover {}

.showcase-arrow-next:hover {}


/* Content */

.showcase-content {
    background-color: transparent;
    text-align: center;
}

.showcase-content-wrapper {
    text-align: center;
    height: 500px;
    width: 750px;
    display: table-cell;
    vertical-align: middle;
}


/* Styling the tooltips */

.showcase-plus-anchor {
    background-image: url('../images/plus.png');
    background-repeat: no-repeat;
}

.showcase-plus-anchor:hover {
    background-position: -32px 0;
}

div.showcase-tooltip {
    background-color: #222;
    color: #000;
    text-align: left;
    padding: 5px 8px;
    /*background-image: url(../images/white-opacity-80.png);*/
    color: white;
    padding: 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 120%;
}

.tip {
    position: absolute;
    width: 14px;
    height: 30px;
    background: url(../images/cmnttipBLACK.png) no-repeat 0 0;
    left: -7px;
}


/* Styling the caption */

.showcase-caption {
    color: #000;
    padding: 8px 15px;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: none;
    background-image: url(../images/white-opacity-80.png);
}

.showcase-onepage .showcase-content {
    margin-bottom: 10px;
}


/* Button Wrapper */

.showcase-button-wrapper {
    clear: both;
    margin-top: 10px;
    text-align: center;
}

.showcase-button-wrapper span {
    background: url("../images/show-pagi.png") no-repeat scroll 0 0 transparent;
    color: transparent;
    cursor: pointer;
    font-size: 12px;
    width: 15px;
    height: 45px;
    padding: 0 5px;
}

.showcase-button-wrapper span:hover {
    background: url("../images/show-pagi.png") no-repeat scroll 0 -15px transparent;
}

.showcase-button-wrapper span.active {
    color: transparent;
    background: url("../images/show-pagi.png") no-repeat scroll 0 -30px transparent;
}


/* Hide button text */

.showcase-thumbnail-button-forward span span,
.showcase-thumbnail-button-backward span span {
    display: none;
}

#feedbackfrom {
    color: #555;
    text-shadow: 0 1px 1px #fff;
}

.button {
    -moz-border-radius: 50px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: url("../../images/super-button-overlay.png") repeat-x scroll 0 0 #EEE;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35);
    border-style: solid;
    border-width: 1px;
    color: #444 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 14px;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-size: 12px;
    height: 26px;
}

#likecount {
    color: white;
}

#sendEmail {
    display: none;
}

#sendEmail p {
    clear: both;
}

#sendEmail p span {
    display: block;
    float: left;
    width: 57px;
    text-align: right;
    font-weight: bold;
    margin-right: 5px;
    line-height: 30px;
}

#EmailSuccessResponse {
    font-size: 25px;
    margin-top: 144px;
    text-align: center;
    margin-left: 0;
    display: none;
    color: #555;
}

#sendEmail input {
    padding: 5px;
    border: 1px solid #ccc;
}

#sendEmail textarea {
    color: #AAA;
    font-family: 'Lucida Grande', Geneva, Helvetica, sans-serif;
    border: 1px solid #CCC;
    padding: 4px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 5px 10px 0;
}

#mailbuttons {
    position: absolute;
    margin: 0;
    right: 4px;
    top: 25px;
}

#mailbuttons a {
    float: none !important;
}

.sociallinks {
    position: relative;
    width: 200px;
    top: 9px;
    left: 20px;
    font-size: 25px;
}

.sociallinks a {
    color: white;
    background: #034E99;
    background: -moz-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034E99), color-stop(100%, #466F99));
    background: -webkit-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -o-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -ms-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: linear-gradient(top, #034E99 0%, #466F99 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#034e99', endColorstr='#466f99', GradientType=0);
    border-radius: 50px;
    padding: 0;
    width: 40px;
    display: block;
    font-size: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 5px;
    -webkit-transition: -webkit-transform .1s ease-out;
}

.sociallinks a:hover {
    background: #336699;
    -webkit-transform: scale(.9, .9);
    text-decoration: none;
}

h2.BoothNumber {
    margin-left: 30px;
}

#BottomToolbar .Brochure-button {
    background: #034E99;
    background: -moz-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #034E99), color-stop(100%, #466F99));
    background: -webkit-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -o-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: -ms-linear-gradient(top, #034E99 0%, #466F99 100%);
    background: linear-gradient(top, #034E99 0%, #466F99 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#034e99', endColorstr='#466f99', GradientType=0);
    padding: 10px 15px 7px 15px;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0 1px 1px #222;
    float: right;
    margin: 14px 14px 0 0;
    font-weight: bold;
}

#actionIcons {
    clear: both;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 45px;
}

#actionIcons a {
    text-decoration: none;
    height: 35px;
    color: #FFF;
    display: inline;
    text-indent: -999999px;
    margin: 5px 10px 5px 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

#actionIcons.icons {
    width: 100%;
}

#actionIcons span.general {
    margin-right: 4px;
    font-size: 18px;
    vertical-align: baseline;
}

.glyph.general {
    font-family: "FoundationIconsGeneral";
}

.glyph {
    font-size: 26px;
    line-height: 1;
}

a.deadlink,
.x.deadlink {
    cursor: default !important;
}

#BoothList .item {
    cursor: pointer;
}