/*
NEW VEM TOP NAV ONLY -- RESPONSIVE NAVIGATION - USING CURRENT STRUCTURE FOR navigation_menu.cfm
BUILD BETA v1.0 - Adriana  - UPDATED 03-25-21 
*/

body {
	/*
	background-image: url("https://eshow-assets-test.sfo2.cdn.digitaloceanspaces.com/_assets/eshow/vem/boothDesign/backgrounds/vem-dark-fabric.png");
	background-repeat: repeat;
	*/
}

body a:focus {
    outline: dotted;
}

/*TEMP TO EVALUATE AND DELETE*/

/* Navbar section fixed to the top */
.vem-nav #main-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
#main-nav .vem-logo {
	padding: 0px;
}
#top-res-nav {
	height: 46px;	
}
#top-res-nav .brand-logo-area {
	padding: 0px;
}
/* END TEMP TO EVALUATE AND DELETE*/

.skip-to-content-link {
  background: #e77e23;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  left: 10px;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  z-index: 9999999;
  top: -10px;
}
a.skip-to-content-link {
	color: #ffffff !important;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}

#frosted-glass-mask a:focus {
	border: 2px solid #ffb61d !important;
	display: block;
}
#frosted-glass-mask-1 a:focus {
	border: 2px solid #ffb61d !important;
}
#frosted-glass-mask-2 a:focus {
	border: 2px solid #ffb61d !important;
	display: block;
}
#vem-icon-bttns a:focus {
	border: 2px solid #ffb61d !important;
}
a.hotspot-labels:focus {
	border: 2px solid #ffb61d !important;
	display: block;
}
a.expolink:hover, a.expolink:focus {
	border: 2px solid #ffb61d !important;
	display: block;
}
a.lobbylink:hover, a.lobbylink:focus {
	border: 2px solid #ffb61d !important;
	display: block;
}

/* == SAME OLD TEMPLATE TOP-NAV: just added structure to work with BS4 */
/* =================================================================================================== */

/* ====== DO NOT CHANGE - STILL USING - OLD TEMPLATE BOOTSTRAP 2 -TOP-NAV STRUCTURE ONLY ======= */
/* ====== GENERAL NAV items ======*/
.vem-nav #main_top_nav ul, li { margin: 0; padding: 0; border: 0; /* DO NOT CHANGE */ }
/*
.vem-nav #main_top_nav { margin: 0 auto;}
.vem-nav #main_top_nav ul ul { display: none;}
.vem-nav #main_top_nav ul li:hover > ul { display: block;}
.vem-nav #main_top_nav ul {
	list-style: none;
	position: relative;
	display: inline-table;
	z-index: 10;
}
*/
.vem-nav #main_top_nav ul:after { content: ""; clear: both; display: block;}
.vem-nav #main_top_nav ul li { float: left;}
/* ======= FIRST level items ======== */		
.vem-nav #main_top_nav ul li a {	display: block;}
/* ======= SECOND level items ======= */	
.vem-nav #main_top_nav ul ul {
	padding: 0;
	position: absolute;
	top: 100%;
}
.vem-nav #main_top_nav ul ul li {
	float: none;
	position: relative;
}


/* ===================  Bootrstrap 4 overrides revised 6-16-20 to use under current nav structure 
================================================================================================*/
/* ================= FOR TOP NAV -  COLLAPSED  ======================= */
.vem-nav .nav-align-toggler {
	/*RIGHT aligned toggler ONLY for VEM*/
	margin-left: auto !important;
}

/* VEM - added to color responsive nav bar icon (white) = rgba(255,255,255, 0.8) - to override from VEM, put style in style.css and make !important */
.navbar-toggler-icon {
	  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}



/* ===================== NEW GENERAL TOP NAVBAR STYLING  ================================ */
.vem-nav .main-nav-container { padding-right: 0; padding-left: 0; /* DO NOT CHANGE */ }
.vem-nav .main-nav-container {
    width: 100% !important;
		max-width: 100% !important;
		border-bottom: 8px solid var(--navbar-secondaryColor);
}
/*
#main_top_nav ul li:hover > ul { 
	border-top: 8px solid var(--navbar-secondaryColor);
}
*/
.vem-nav .navbar { padding: 0; }

/* SET FULL NAVBAR COLOR */
.vem-nav .navbar-color { background-color: var(--navbar-primaryColor); }

.vem-nav #main_top_nav a.nav-link-dropdown {
	display: inline-block;
	padding: 17px 0px 17px 7px;
}
.nav-link-dropdown-button {
	border: 0px;
    padding: 0px;
    margin: 0px 6px 0px 0px;
    background-color: transparent;
    color: #ffffff;
    width: 13px;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.vem-nav .navbar { padding: 0.5rem 1rem; }
	#main_top_nav ul li:hover > ul { border-top: none;}
}

/*== NAV ALIGNMENT FOR VEM - ONLY RIGHT ==*/
.vem-nav .nav-align-items { -webkit-box-pack: end !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}
.vem-nav #main_top_nav .nav_lvl_1:first-child a { margin-left: 0; }
/*.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: 0; }*/

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: .5rem; }
}
@media (min-width: 1080px) {
	.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: 1.5rem; }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1300px) { 
	.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: 2rem; }
}
@media (min-width: 1440px) { 
	.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: 2.5rem; }
}

	
	
/* ========= TOP-NAV -  STYLING (mostly the same as the old BS2 template)  =========== */
/* ======= GENERAL NAV items  =======*/
.vem-nav #main_top_nav {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 0.095em;
	font-size: 12px;
	padding: 0 0.75rem;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .03rem;
	text-align: center;
}
.vem-nav #main_top_nav ul {
	background-color: transparent; /*do not change, takes same color of full navbar */
	padding: 0 0 0 0;
}
.vem-nav #main_top_nav ul li {
	line-height: 1em;
}

/* ======== FIRST level items ======== */		
.vem-nav #main_top_nav ul li a {
	font-size: 12px;
	margin-right: 0;
	padding: 17px 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#main_top_nav a.nav_lvl_1:after { content: ''; padding: 0;}
#main_top_nav .nav_lvl_1:last-child a:after { content: ''; padding-right: 0px}

.vem-nav #main_top_nav a.nav_lvl_1 { 
	color: var(--navbar-primaryColor-text); 
	background-color: var(--navbar-primaryColor);
	display: inline-block;
}
.vem-nav #main_top_nav a.dropdown-toggle { 
	margin-left: -10px;
	background-color: transparent;
}

.vem-nav #main_top_nav a.nav_lvl_1:focus,
.vem-nav #main_top_nav a.nav_lvl_1:hover { 
	color: var(--navbar-secondaryColor-text); 
	/*background-color: var(--navbar-secondaryColor);*/
	background: rgba(0,0,0,.3) !important;
}

vem-nav #main_top_nav a.dropdown-toggle:focus {
    background: rgba(0,0,0,.3) !important;
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
	.vem-nav #main_top_nav li a.nav_lvl_1 { border-top: 1px solid rgba(0,0,0, 0.2); }
  .vem-nav #main_top_nav li:first-child a.nav_lvl_1 { border-top: 0; }
}


/* ========= SECOND level items ========= */	
.vem-nav #main_top_nav ul ul li {
	margin-left: 0px;
	margin-right: 0px;
	min-width: 125px;
	text-align: left;
}
.vem-nav #main_top_nav a.nav_lvl_2 {
	font-size: 12px;
	color: var(--navbar-primaryColor-text); 
	background-color: var(--navbar-primaryColor);
	text-transform: capitalize;
	font-weight: normal;
	padding: 5px 12px;
	border-top: 1px solid rgba(0,0,0, 0.2);
}
.vem-nav #main_top_nav a.nav_lvl_2:hover,
.vem-nav #main_top_nav a.nav_lvl_2:hover { 
	color: var(--navbar-secondaryColor-text); 
	background-color: var(--navbar-secondaryColor);
} 
.vem-nav #main_top_nav a.nav_lvl_2:focus,
.vem-nav #main_top_nav a.nav_lvl_2:focus { 
	color: var(--navbar-secondaryColor-text); 
	background-color: var(--navbar-secondaryColor);
} 	
/* ========= THIRD level items ========= */
.vem-nav #main_top_nav a.nav_lvl_3 {
	font-size: 12px;
	color: var(--navbar-primaryColor-text); 
	background-color: var(--navbar-primaryColor);
	text-transform: capitalize;
	font-weight: normal;
	padding: 5px 14px; /* PADDING ONLY for third level li */
	border-top: 1px solid rgba(0,0,0, 0.2);
} 
.vem-nav #main_top_nav a.nav_lvl_3:hover,
.vem-nav #main_top_nav a.nav_lvl_3:hover { 
	color: var(--navbar-secondaryColor-text); 
	background-color: var(--navbar-secondaryColor);
}

/* ========= CURRENT ITEM color for ALL level items ========= */
.vem-nav #main_top_nav a.current_page,
.vem-nav #main_top_nav a.current_group {
	color: var(--navbar-secondaryColor-text); 
	background-color: var(--navbar-secondaryColor);
}

.carousel-inner div:focus {
	border: 1px solid #ffb61d !important;	
}
.hotspot-labels a:focus {
	border: 1px solid #ffb61d !important;	
}
.lobby-labels div:focus {
	border: 1px solid #ffb61d !important;	
}
	
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.vem-nav #main_top_nav ul li a { font-size: 10px; padding: 17px 4px; }
	.vem-nav #main_top_nav a.nav_lvl_2 { font-size: 10px; padding: 5px 8px; }
	}
@media (min-width: 1080px) {
	.vem-nav #main_top_nav ul li a { font-size: 11px; }
	.vem-nav #main_top_nav a.nav_lvl_2 { font-size: 11px; }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.vem-nav #main_top_nav ul li a { font-size: 12px; padding: 17px 6px; }
	.vem-nav #main_top_nav a.nav_lvl_2 { font-size: 12px; padding: 5px 10px; }
}
@media (min-width: 1300px) { 
	.vem-nav #main_top_nav ul li a { padding: 17px 7px; }
}


/* Still BS2 - NAVIGATION COLLAPSED
============================================================================================*/
@media (max-width: 991.98px) {
	.navbar-custom {
		min-height: 40px; 
	}
	.vem-nav #main_top_nav {
		text-align: left; /*full navbar alignment */
	}
	.vem-nav #main_top_nav ul { display: block;}
	.vem-nav #main_top_nav ul li { float: none;}
	.vem-nav #main_top_nav ul ul {
		display: block;
		position: relative;		
	}

	/* ======= GENERAL NAV items  =======*/
	.vem-nav #main_top_nav {	line-height: 1.5em;}
	.vem-nav #main_top_nav ul { padding: 0px;}
	
	/* === FIRST level items === */		
	.vem-nav #main_top_nav ul li a {	
		margin-right: 0px;	
		padding: 6px 10px 6px 20px;
	}
	.vem-nav #main_top_nav .nav_lvl_1:first-child a { margin-left: 0px;}
	.vem-nav #main_top_nav .nav_lvl_1:last-child a { margin-right: 0px;}
	
	/* === SECOND level items === */
	.vem-nav #main_top_nav a.nav_lvl_2 {
		padding: 6px 10px 6px 30px;
	}
	
	/* === THIRD level items === */
	.vem-nav #main_top_nav a.nav_lvl_3 {
		padding: 6px 10px 6px 40px; 
	}
	
}
 

/* Nav-Brand LOGO
============================================================================================*/
.brand-logo-area  {
	margin-right: 1rem;
	margin-left: 1rem;
}
.brand-logo-area img {
	max-height: 35px; 
	width: auto;
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.brand-logo-area img { max-height: 32px; }
}
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
	.brand-logo-area img { max-height: 35px; }
}

/*  eshow_vem.css -  New Styles VEM module to OVERRIDE specifics from eshow_style.css 06/25/2020 - Adriana  */

/* =========== DO NOT CHANGE - STRUCTURE ============ */
.form-table th,
.form-table td { 
	padding: 0.2em !important;
}

/* ================= GLOBAL - NEW FORM styles ===================*/
.tb-text { /*  Default text for all tables that use "tb-text" */
	font-size: 13px !important;
	color: #666666 !important;
}

/*========== Form Buttons  =================== */
.bttn-form {
	padding: 1px 3px;
	font-size: 12px;
}
.scrollmenu .bttn-form {
	max-width: 250px;
white-space: normal
}
/*(booth nav - these to stay almost the same)*/
#vem-icon-bttns .bttn-form {
	padding: 8px 8px 4px 8px;
font-size: 13px;
}


/*========== Login Box  =================== */
.login_box {
	background: transparent !important;
	padding-top: 40px !important;
}
.sc-flex-login {
	padding-bottom: 0;
}
.flex-login-right { 
	padding-left: 0;
}
.sc-login-box {
	width: 260px;
	border-radius: 6px;
}
.sc-login-header {
	border-radius: 4px 4px 0 0;
}
.sc-login-title {
	font-size: 13px;
	padding: 4px 0;
}
.sc-login-body {
	font-size: 13px;
	padding: 10px;
}
.login_box input.bttn-form-long {
	width: 100%;
	margin: 10px 0;
}
.login_box td.tb-form-question-block, 
.login_box div.tb-form-question-block {
    text-align: left;
    padding-top: 3px !important;
    padding-bottom: 0;
}
.login_box p {
    line-height: 1.25em;
    margin: 0 0 0;
}
.login_box label {
    color: #666;
    margin-bottom: .25rem;
}


/*========== Poster Gallery Cards  =================== */
/* TEMP - to override some styling with this cards - not final until Ami implements */
.es-cards .card-deck .card {
  margin: 0 0 0.5rem 0;
}
.es-cards .card-header, 
.es-cards .card-body {
	padding: 0.25rem 0.5rem;
}
.es-cards .card-header.tb-color1, 
.es-cards .card-header.tb-color1 a {
  background-color: var(--primaryColor);
	color: var(--primaryColor-text);
}
.es-cards .card-footer  {
	padding: 0 0.5rem;
}
.es-cards .card-title {
	font-size: 14px;
line-height: 1.25em;
	margin-bottom: 0;
}
.es-cards p.card-text {
	font-size: 13px;
	line-height: 1.25em;
  margin-bottom: .3rem;
	padding: .25rem 0;
}

/*========== for VEM poster gallery page (fixed position for background image)  
- as requested adriana added 03-18-21  
added for other rooms that use the same principle 03-25-21  =================== */
#vem_gallery_body #room_bg_image,
#product_gallery_body #room_bg_image,
#job_gallery_body #room_bg_image { 
	position: fixed;
	width: 100%;
	height: 105%;
	/*height: auto;*/
}


/*========== For VEM page side box navigation (styled with existing classes and structure Raju/Ami/Hans) 
=================== */
#frosted-glass-mask {
 width: 300px;
 overflow: hidden;
 position: absolute;
 border: #ffffff63 solid 30px;
 left: 75px;
 top: 100px;
 box-shadow: 6px 7px 5px #00000075;
	
}
#frosted-glass-mask a .glass,
#frosted-glass-mask .glass {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: var(--primaryColor-text);
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 5px 5px;
	background-color: var(--primaryColor);
  border-bottom: 1px solid rgba(255,255,255,0.60);
 	width: 100%;
}
#frosted-glass-mask a:hover .glass {
	color: var(--secondaryColor-text);
	background-color: var(--secondaryColor);
}
#frosted-glass-mask a:focus .glass {
    color: var(--secondaryColor-text);
    background-color: var(--secondaryColor);
}
/*
#frosted-glass-mask a:last-child .glass {
	border-bottom: none;
}
*/

/*========== Lobby Room Text Hotspots  =================== */
a.hotspot-labels {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a:hover.hotspot-labels {
  text-decoration: none;
}
a.hotspot-labels .lobby-labels {
  font-size: 1.35vw;
  color: #000;
	font-weight: bold;
  text-align: center;
	padding-top: 0.65vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
	/*border: solid 3px yellow; */
}
a:hover.hotspot-labels .lobby-labels {
   color: initial;
}
a.hotspot-labels .lobby-labels.lobby-hot_spot2  { 
	font-size: 2vw; 
  padding-top: 0.25vw;
}


/*========== TESTING - VEM Badge (not final - Ami needs to implement) updated 9-24 for ausa demo  =================== */
#vem-badge { 
	display: flex;
  justify-content: center;
  align-items: flex-start;
	
	z-index:800;
	position: absolute;
	top: -10%; left: 34%;
	
	/*position:absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  height: 900px;*/ /*requires explicit height*/
	
	transform: rotate(-10deg)
}

@media (max-width: 1922px) {
}
@media (max-width: 1536px) {
	#vem-badge { top: -26%; left: 30%; }
}
@media (max-width: 1440px) {
	#vem-badge { top: -25%; left: 30%;  }
}
@media (max-width: 1366px) {
	#vem-badge { top: -38%; left: 30%;  }
}
@media (max-width: 1280px) {
	#vem-badge { top: -34%; left: 30%;   }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	#vem-badge { top: -37%; left: 27%;   }
}
/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	#vem-badge { top: -37%; left: 27%; }
}
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	#vem-badge { top: -37%; left: 20%; }
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	#vem-badge { top: -37%; left: 0; }
}

.vem-badge-container { 
	position: relative;
  /*border: 2px solid red;*/
}
.vem-badge-container img { 
	display: block;
}
.vem-badge-container .lanyard { 
  height: 100%;
  width: auto;
}
.vem-badge-box {
	max-width: 340px;
	background-color: #fff;
	border: 1px solid rgba(0,128,0,1);
	border-color: rgba(0,128,0,1);
	border-radius: 8px;
	/*-webkit-box-shadow: 0 0 0 15px rgba(0,128,0,1);
	box-shadow: 0 0 0 15px rgba(0,128,0,1);*/
	-webkit-box-shadow: 0 0 0 15px;
		box-shadow: 0 0 0 15px;
		color: rgba(0,128,0,1);
		
	position: absolute;
	top: 56.5%;
  height: auto;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.vem-badge-box { max-width: 300px; }
}

.vem-badge-content {
	text-align: center;
}
.vem-badge-body {
	line-height: 1.35em;
	padding: .75rem .75rem 0 .75rem;
}
.vem-badge-body h1 {
	font-size: 1.6rem;
	line-height: 1.6rem;
  font-weight: bold;
	margin: 0 0 .45rem 0;
}
.vem-badge-body h3 {
	font-size: 1.35rem;
  line-height: 1.6rem;
	margin: 0 0 .35rem 0;
	text-transform: uppercase;
}
.vem-badge-body p {
	font-size: 1.15rem;
  line-height: 1.6rem;
  margin: 0 0 .75rem 0;
}
.vem-badge-body .speaker-img-responsive {
	display: block;
	max-width: 70%;
	height: auto !important;
  margin-top: 1rem;
}
.vem-badge-footer {
	border-radius: 0 0 6px 6px;
	background-color: #008000;
}
.vem-badge-type {
	font-size: 1.8rem;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	padding: 0.5rem 0;
}

/*========== Lobby Banners with Pedestals  =================== */
/* TEMP - not final until Ami implements */
.lobby-banner-ads { 
	display: flex;
  justify-content: center;
  align-items: flex-start;
}
.lobby-banner-container {
  position: relative;
  border: 1px solid yellow;
  align-items: center;
}
.lobby-banner-container img {
  display: block;
}
.lobby-pedestal-img {
	height: 100%;
  width: auto;
}
.lobby-banner-img {
	position: absolute;
	top: 0%;
  right: -50%;
  left: -50%;
  height: auto;
}

/*========== Lobby Video area  =================== */
#myVideo.lobby-video {
border: 1px solid;
box-shadow: 5px 10px 8px rgba(0,0,0,.5);
}




