

@charset "utf-8";

/* Wrapper */



#sitecontainer {
	max-width:1000px;
	margin:auto;
}



@media (min-width: 769px) { 

	#bgbody {
        
    	background: #CCCCCC;
        
	}

}


@media (max-width: 768px) { 
	#bgbody {
		background-color:#FFF;
	}	
}


a.list-group-item-info:hover, a.list-group-item-info:focus {
    color: #FFFFFF;
    background-color: #4F3B69;
    font-weight: bold;

}

.list-group-item {background-color:#654a87;
  font-weight: bold;
}

.list-group-item-text {color:#FFFFFF
font-weight: bold;
}



#menu-toggle-icon {color:#ffffff;}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-default:hover .navbar-nav>li>a:hover {
	color: #000000;
	background-color: #52A7E0;
}
.navbar-default {
	background-color: #006F82;
	border-color: #78BBE7;
}


.dropdown-menu>li>a {
  font-weight: normal;
  color: #333333;
  font-size:14px;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}


.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}




@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: black;
  background-color: #f5f5f5;
}

.dropdown-menu-large .dropdown-header {
  color: white;
  font-size: 14px;
}


.dropdown-menu-large > li > ul > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.428571429;
  	color: white;
  	white-space: normal;
}

}



@media (min-width: 769px) {
.dropdown-menu>li>a {
  font-weight: normal;
  color: #333333;
  font-size:14px;
}


.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #000000;
  background-color: #f5f5f5;
}

.dropdown-menu-large .dropdown-header {
  color: #cba0a0;
  font-size: 18px;
}

.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}




.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #FFFFFF;
	color: #000000;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
color: #000000;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

}



.favoritedSession {
background-image: url('https://www.xcdsystem.com/images/RemoveFavorite.jpg');
width: 35px;
height: 35px;
background-size: 98% auto;
background-position: center center;
}

.notFavoritedSession {
background-image: url('https://www.xcdsystem.com/images/AddFavorite.jpg');
width: 35px;
height: 35px;
background-size: 98% auto;
background-position: center center;
}





#maincontent {padding:20px;}


.avatar {
background-color: #fff;
background-repeat:none;
background-position: center center;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
margin-right: 10px;
margin-bottom: 15px;
width: 65px;
height: 65px;
background-size: 102% auto;
}


.highlightbox {
	background-color: #78BBE7;
	font-weight:bold;
	color:#f8f8f8;
}

.btn-primary {
	color: #fff;
	background-color: #78BBE7;
	border-color: #78BBE7;
}



.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #000;
	background-color: #f8f8f8;
	border-color: #000;
	outline:0 !important;
}



/*** For mobile ****/
.navbar-nav .open .dropdown-menu>li>a:hover {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #c6c6c6;
}




/*** Right Ad Bar ***/
.rightadimage {max-width:225px;}
























/* Primary Colors */

table.highlightbox, tr.highlightbox, td.highlightbox {background-color:#78BBE7;}

p.highlightbox, h1.highlightbox, h2.highlightbox, h3.highlightbox , h4.highlightbox, font.highlightbox {color: #ffffff; font-weight:bold;}

table.highlightboxlight, tr.highlightboxlight, td.highlightboxlight {background-color:#cccccc;}

p.highlightboxlight, h1.highlightboxlight, h2.highlightboxlight, h3.highlightboxlight , h4.highlightboxlight, font.highlightboxlight {color: #000;}

.highlightbox {background-color:#78BBE7;}








/**************** Floorplan *********************/


.floorplan_bg {
	background-color:#999999;
	
}

.AvailableBooth {	
		background-color:#70ce79;
		font-size:12px;
		border-style:solid;
		border-width:1px;
}

.AvailableBooth  a {
		font-size:12px;
		color:black;
}

.AvailableBoothLink {
		color:black;
		font-size:12px;
}


.AvailableBooth:hover {	
		background-color:#363;
		font-size:12px;
}


.SelectedBooth {
		background-color:#dad671;
		font-size:12px;
		border-style:solid;
		border-width:1px;
}

.SelectedBooth a {
		color:black;
		font-size:12px;
}



.UnAvailableBooth  {
		background-color:#ce7070;
		font-size:12px;
		color:black;
		border-style:solid;
		border-width:1px;
}

.UnAvailableBooth  a {
		font-size:12px;
		color:black;
}




/************* Reg. Progress Bar ****************/

.ProgressBarLinkPast a {
		font-size:11px; 
		color:black; 
		font-weight:bold;
}
.ProgressBarLinkPast a:hover {
		font-size:11px; 
		color:black; 
		font-weight:bold;
}


.ProgressBarLinkCurrent a {
		font-size:11px; 
		color:white; 
		font-weight:bold;
}
.ProgressBarLinkCurrent a:hover {
		font-size:11px; 
		color:white; 
		font-weight:bold;
}


.ProgressBarLinkFuture a {
		font-size:11px; 
		color:black; 
		font-weight:bold;
}
.ProgressBarLinkFuture a:hover {
		font-size:11px; 
		color:black; 
		font-weight:bold;
}



.ProgessBarCellPast  {
		background-color:#cccccc;
}

.ProgessBarCellCurrent  {
		background-color:#78BBE7;
}

.ProgessBarCellFuture  {
		background-color:rgb(215, 234, 202);
}


.icon-facebook {
    background-position: -76px 0;
    height: 21px;
    width: 21px;
    background-repeat: no-repeat;
    display: inline-block;
}


.icon-twitter {
    background-position: -161px 0;
    height: 21px;
    width: 22px;
    background-repeat: no-repeat;
    display: inline-block;
}


.next-arrow-link {
margin: 5px 0;
padding: 0;
position: relative;
}

.next-arrow-link a {
float: left;
height: 24px;
line-height: 24px;
position: relative;
margin: 0;
padding: 0 10px 0 14px;
background: #78BBE7;
color: #fff;
font-size: 12px;
text-decoration: none; 
} 

.next-arrow-link a:after {
content: "";
float: left;
position: absolute;
top: 0;
right: -12px;
width: 0;
height: 0;
border-color: transparent transparent transparent #78BBE7;
border-style: solid;
border-width: 12px 0 12px 12px; 
}

.next-arrow-link a:hover {
background: #555;
}

.next-arrow-link a:hover:after {
border-color: transparent transparent transparent #555;
}



.previous-arrow-link {
margin: 5px 0;
padding: 0;
position: relative;
}

.previous-arrow-link a {
float: left;
height: 24px;
line-height: 24px;
position: relative;
margin: 0;
padding: 0 10px 0 14px;
background: #78BBE7;
color: #fff;
font-size: 12px;
text-decoration: none; 
} 

.previous-arrow-link a:after {
content: "";
float: left;
position: absolute;
top: 0;
left: -12px;
width: 0;
height: 0;
border-color:transparent #78BBE7 transparent transparent  ;
border-style: solid;
border-width: 12px 12px 12px 0px; 
}

.previous-arrow-link a:hover {
background: #555;
}

.previous-arrow-link a:hover:after {
border-color: transparent #555  transparent transparent;
}

#sponsors_confirmed .sponsor_level {
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(200,217,223);
  padding-bottom: 5px;
  text-align: center;
}

#sponsors_confirmed .sponsor_level h4 {
  border-top: 1px solid rgb(200,217,223);
  border-bottom: 1px solid rgb(200,217,223);
  padding: 2px 8px;
}

#sponsors_confirmed .sponsor_list li {
  display: inline;
  margin: .5em;
}

#sponsors_confirmed .sponsor_list li img {
  margin-bottom: .5em;
}

#sponsors_confirmed .sponsor_list a:hover {
  border-bottom: 0;
}


