#eshow_search_results_exhibitors {
  display: none;
}

div.eshow_search_form_table ul {
  list-style: none;
}

div.eshow_search_form_table hr {
  margin:1px;
}
div.eshow_search_form_table .css-label-strong {
  margin-left: 40px;
}


.sb_load_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  opacity: 0.5;
}
.sb_load_div img  {
  display: block;
  position: relative;
  top: 48vh;
  left: 48vw;
}

.sb_th {font-weight: bold;color:#222;}
.eshow_search_form_table, .eshow_search_form_table tr {width: 100%;}

/*CHECKBOXES START*/
.css-checkbox {display:none;}
input.css-checkbox[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align:middle;
    margin-right: 8px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;
}
input.css-checkbox[type=checkbox]:checked + label:before {
	content:"\2714";
	color:white;
    background-color: #666;
	text-align:center;
	line-height:15px;
    text-shadow:0px 0px 3px #eee;
}
.css-label-strong {
	color:#333;
	font-weight: bold;
}
/*CHECKBOXES END*/

.sb_day {
	color: #333;
	font-weight: bold;
	display: block;
	font-size:11px;
}
.sb_time { display: block; 	}
.xul { list-style: none;}
.xli {
	background-color: #eee;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.x_container {
	display: block;
	padding: 0 10px;
}
.x_container_data {
	transition: opacity 1s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.ximg-container {
	width: 33%;
	display: inline-block;
	padding:5px 10px 5px 0;
}
.ximage { width: 100%;}
.xdata-container {
	width: 60%;
	display: inline-block;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
}

.sb_xitem {display: block;}
.sb_xitem span {display: inline-block;}
li.sb_open .sb_item_toggle {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAXNJREFUeJzt3CFOxGAQhuFhQRASEiStQZDKDYdA9yBcDoskPQKGhPQCHICazQpuMPuLhqHwPCd4zecmEwEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8HecVQc0uoqIy+oImhwi4qs6Yi0X1QGN9hHxUB1BkzkiXqsj1rKVgTwOw/BUHcFp8zw/h4H8uOtpmm6rIzit7/ub6oY1bWUgu67rttL6351XB6xpVx0Av5mBQMJAIGEgkDAQSBgIJAwEEgYCCQOBhIFAwkAgYSCQMBBIGAgktnJCflyW5VAdQZNjdcCatjKQj3EcX6ojaPJWHbCmrTxtuI+Iu+oImnxGxHt1BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEDuG3UOF3n2w1uqAAAAAElFTkSuQmCC");
	background-color: #333;
}
li.sb_open .x_container_data {
	opacity: 1;
	height: auto;
}
.xitem_head {
	font-weight: bold;
	width: 40%;
}
.xtag {
	background-color: #fff;
	padding:2px 4px 2px 4px;
	margin-right: 5px;
}
.xtitle {
	margin: 8px 0 !important;
	color: #333;
}
/*HR*/
hr.sb_hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


#eshow_search_results_events h2 {
  margin:0;
  font-size: 1.2em;
}
#eshow_search_results_events h3 {
	font-weight: normal;
	font-size: 1em;
}
.sb_label {
	font-weight: bold;
	width: 60px;
	display: inline-block;
}
.sb_label.sb_label_long {
	width: 250px;
	font-size: 95%;
}

/*EVENTS TABLE*/
#eshow_search_results_events, #eshow_search_results_exhibitors {
	margin:10px 0 30px 0;
	padding:0px;

	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;

	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;

	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;

	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;

	display: none;
}
#eshow_search_results_events table#sb_tb_events{
    border-collapse: collapse;
      border-spacing: 0;
	border:1px solid #7f7f7f;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
#eshow_search_results_events table#sb_tb_events tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
#eshow_search_results_events table#sb_tb_events thead tr td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
#eshow_search_results_events table#sb_tb_events thead tr td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}#eshow_search_results_events table#sb_tb_events tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
#eshow_search_results_events table#sb_tb_events tr:hover td{

}
#eshow_search_results_events table#sb_tb_events tbody tr:nth-child(odd):not(.sb_hidden) {
  background-color:#e5e5e5;
}
#eshow_search_results_events table#sb_tb_events tbody tr:nth-child(even):not(.sb_hidden) {
  background-color:#ffffff;
}
#eshow_search_results_events table#sb_tb_events tbody tr.sb_hidden{
  display:none;
}

#eshow_search_results_events table#sb_tb_events td{
	/*vertical-align:middle;*/
	border:1px solid #7f7f7f;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	/*font-weight:normal;*/
	color:#000000;
}
#eshow_search_results_events table#sb_tb_events tr:last-child td{
	border-width:0px 1px 0px 0px;
}
#eshow_search_results_events table#sb_tb_events tr td:last-child{
	border-width:0px 0px 1px 0px;
}
#eshow_search_results_events table#sb_tb_events tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
#eshow_search_results_events table#sb_tb_events thead tr td{
	background:-o-linear-gradient(bottom, #666666 5%, #666666 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #666666 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666", endColorstr="#666666");
	background: -o-linear-gradient(top,#666666,666666);
	background-color:#666666;
	border:0px solid #7f7f7f;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
#eshow_search_results_events table#sb_tb_events thead tr:hover td{
	background:-o-linear-gradient(bottom, #666666 5%, #666666 100%);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #666666 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#666666", endColorstr="#666666");
	background: -o-linear-gradient(top,#666666,666666);
	background-color:#666666;
}
#eshow_search_results_events table#sb_tb_events thead tr td:first-child{ border-width:0px 0px 1px 0px;}
#eshow_search_results_events table#sb_tb_events thead tr td:last-child{ border-width:0px 0px 1px 1px;}
#eshow_search_results_events table#sb_tb_events thead tr td.sb_asc:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	content: "";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAQ5JREFUSIm11T1KxFAUhuEnIVhYiIi1tYgoLsBdWFvaW7kA1+AiBDdhaWFnPYIMCIoWI8igY7RIQsaZaJKb5IMDudxwXs7vZWBFWM8NUjxh2ifkBt/4wifO+3SeYCf/jnPb6hMQW07HR5+ABKc4yM8pLvsEDK4Ix7IIihqQRfKOC4y7Ql5kXVRlJ12dx1j55z7pCkhwh21legrN8NAVEGENmxV3M1n+066AVdmqmI9g0ekUr6GAa+zW/DfBocCOevN3F83bXojzWPPVEFSLBGeWB23R8SNGIYDBFeEI+8qhqopiXre40iJlz5oVubB75QtYq7pVUaVEfZS/AG2LN9bizY6wIVsXTTURONWD6Ac/NEczxFH0dQAAAABJRU5ErkJggg==") no-repeat 0 0;
	background-size: 100%;
}
#eshow_search_results_events table#sb_tb_events thead tr td.sb_desc:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	content: "";
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAARVJREFUSInN1b9KxEAQBvBfQgoROUR8Aksb0afwAax8CUvfRPAp7OyvFBsLa5sDlTsEUTkOPaNFEjzuEm/z59APhmR3J/Ptzsx+YcWIsIke4iW+af58wXMdkit8zthXiRVrH+hjvQ7Ba0XQKhtgKzR4jPc6u8HUT7qWIsEJ9vP3EFzL6vA/EOFYdoJYeSeleMAZxk1IRsKKu9skeIy1QN/QGi18dKt6d0W3vKl5uQpEslu8/YtPigkemxAksr6eWCzwFEM1er4KfTyV2AiHbYMnOMBGxfpOW4JYlooqtE5PglPlUjHGZVuClSPCEfbycYoL3HRJMi8V510GL5OKUOkIJribm7vvkiCS/f56M3NDDWX5T/ANabVSPwmhGi8AAAAASUVORK5CYII=") no-repeat 0 0;
	background-size: 100%;
}

#eshow_search_results_events select {
	border: 0 !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	background: #A3AFB6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACNJREFUeNpi/A8EDDgAExAz4pBjZIIx0CVgOhnQFMAVAgQYAMeJBAoARyDLAAAAAElFTkSuQmCC") no-repeat 90% center;
	width: 160px;
	text-indent: 0.01px;
	text-overflow: "";
	color: #357;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	font-weight: bold;
  font-size: 12px;
}

.eshow_search_form_table td, #sb_tb_events td { vertical-align: top;}
.eshow_search_combodiv {
	max-height: 145px;
	display: block;
	overflow: auto;
}

.sb_td_ul {
	list-style: none;
	display: table;
}
.sb_td_ul li {
  	display: table-row;
}

.sb_td_ul li:before {
	content: "-";
	padding-right: 3px;
  	display: table-cell;
}

/*.explain {display: none;}
li.sb_open .sb_request a { display: inline; }
li.sb_open .explain { display: block; text-align:right; font-size:10px; }*/
.sb_ical {
	display:block;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERUZBMTJFRDVGQkExMUU0OThCNUMxRjNENzBDOThCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERUZBMTJFRTVGQkExMUU0OThCNUMxRjNENzBDOThCOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRFRkExMkVCNUZCQTExRTQ5OEI1QzFGM0Q3MEM5OEI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRFRkExMkVDNUZCQTExRTQ5OEI1QzFGM0Q3MEM5OEI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bbQsvQAAAcJJREFUeNq0lbtKA0EUht2YBI0XvOINFKwERZCNhQ8gWAhqp3Y+gKDYCYovoE0KC8HOCxZ2VlpYWFikUisFu6iF18QkxlzW/8AfWMMumc1mFz6WGebMP+fMOWc0wzBqvPw0XdfN41GwDLZAjHN9HEfATXFhNBpVEvCVjLOgA6RMcynOZSvxwA8WQANIgF7wDubBJ9e0cG6KHjaBJDhSFZgB/SAD0uADzIKAyatXMAnqaRNzIvAEnnlijfMPNusLoIuHUQ6RhOYA3CvaTINxVQG5ZMPhBeZpoywgYQk6TAzNiYCnn79Sw3A43I3fOtP4BWyCn2oIpOl5LWgDrdxYc+NBiJtJgfXQrsAqD1LUcCMwBlZY0YMsslyxn5kK0lbgu4zAL73oBBesm5BF+hb3zJkF6sAwYxqw2FziO8DLPANXYAN8MSwJ2q3xPo7BnVlAFi6yVfhsCksMT8E2aAdLYILVn6HdHLgGj//eg3IPDtLRalreiB3GPc52LgdcZSK4LjTpprsMWyMzKVK6udtKvgTnYAQcgtuqVjK/fdbCiVe9SDJoz20vkvRrtuozTNO8zT6S/nEVgSGmZtKhd/LOv/0JMAC9wWgw/LbTAwAAAABJRU5ErkJggg==");
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}

.eshow_search_btn-red {
	-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
}
.eshow_search_btn-red:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.eshow_search_btn-red:active {
	position:relative;
	top:1px;
}

.eshow_search_btn-blue {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.eshow_search_btn-blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.eshow_search_btn-blue:active {
	position:relative;
	top:1px;
}
