/****** Neon ********/
@import url(https://fonts.googleapis.com/css?family=Exo+2:200i);

:root {

  /* Set neon color */
  --neon-text-color: #f40;
  --neon-border-color: #08f;
}

.dropdown-submenu a.dropdown-toggle::after {
   margin-right: -10px;
}

.nus-megamenu .dropdown-hidden{
	display: none;
}

a.back-to-top {
	display: none;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #003d7c url("../images/up-arrow.png") no-repeat center 43%;
	background-clip: padding-box;
	color: #FFF;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    box-shadow: inset 0 0 5px rgba(0,0,0,.1);
}

.list-style-color li a{
	color: #003399; 
	text-decoration: none;
}

.list-style-color li a:hover{
	color: #ef7c00;
    text-decoration: none;
}

.carousel {
	background: #fff;
}

.carousel-caption {
	left:0;
	top: 25%;
	width: 100%;
	background: none;
}

@media screen and (max-width:767px) {
	.carousel-caption {
		top: 20%;
		padding-top: 0;
	}
}

@media screen and (max-width:600px) {
	.carousel-caption {
		top: 10%;
	}
}

.carousel-caption .carousel-caption-text {
	text-align: center;
	width: 100%;
}

.carousel-caption .carousel-caption-text h1 {
	font-size: 70px;
}

.carousel-caption .carousel-caption-text h1 small {
	color: #fff;
}

@media screen and (max-width:991px) {
	.carousel-caption .carousel-caption-text h1 {
		font-size: 26px;
		font-weight: bold;
	}
	.carousel-caption .carousel-caption-text h3 {
		font-size: 16px;
	}
}

@media screen and (max-width:767px) {
	.carousel-caption .carousel-caption-text h1 {
		font-size: 18px;
		font-weight: bold;
	}
	.carousel-caption .carousel-caption-text h3 {
		font-size: 14px;
	}
}

.carousel-caption {
	text-shadow: 0 5px 5px rgba(0,0,0,.8);
}

.carousel-indicators li {
	width: 13px;
    height: 13px;
	background-color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.3);
}

.carousel-indicators li:hover {
	background-color: #FFF;
	border: 1px solid #FFF;
}

.carousel-indicators .active {
	width: 13px;
    height: 13px;
	margin: 1px;
	border-color: #FFF;
}

.carousel-control { 
	bottom: auto; 
	top: 40%; 
}

.nus-mobile-nav li>a>img{
	height: 30px;
}

li > p.menu-header {
    color: #003d7c;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-bottom: 0;
	cursor: default;
}

.blog-social img{
	box-shadow: 1px 1px 10px 1px #888888;
}


.col-sm-3{
	text-align:left;
}

.blog-post a{
	color: #003D7C;
	word-wrap: break-word;
    word-break: break-word;
}

.blog-post a:hover {
	color: #ef7d22;
}

.blog-post ol.faqbk li:before,
.blog-post ol.faqbk li,
.blog-post ol.faq-ad li{
	color: #000;
}

.blog-post ol.faq-ad li:before{
	color: #000;	
	content: "";
	margin-left: 0;
}

.blog-post .btn-primary{
	color: #FFF;
}

.blog-post a.btn-primary:hover, 
.blog-post .btn-primary.active.focus,
.blog-post .btn-primary.active:focus,
.blog-post .btn-primary.active:hover,
.blog-post .btn-primary.focus:active,
.blog-post .btn-primary:active:focus,
.blog-post .btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    background-color: #bc6200 ;
    border-color: #984f00 ;
    color: #ffffff ;
}

.panel-body .table>tbody>tr>td{
	padding:10px 5px 5px 5px;
}

.nus-sidebar-nav {
	background-color: #FFF;
}

/* first level */
.nus-sidebar-nav ul.submenu>li a {
	padding-left: 25px;
}

/* second level */
.nus-sidebar-nav ul.submenu ul.submenu>li a {
	padding-left: 50px;
}

/* third level */
.nus-sidebar-nav ul.submenu ul.submenu ul.submenu>li a {
	padding-left: 75px;
}

.nus-sidebar-nav .nav-pills > li.active > a:hover, 
.nus-sidebar-nav .nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
}

.nus-sidebar-nav li.current a:hover {
	color: #000;
	background-color: #eee;
}

.nus-sidebar-nav li.active > a {
	background: #003d7c none repeat scroll 0 0;
	color: #fff;
}

.nus-sidebar-nav li.active > a:hover {
	color: #fff;
	background-color: #337ab7;
}

.blog-post a {
	color: #003d7c;
}

.homebg {
	background: #e5e3e4 url("../images/hand.JPG") no-repeat scroll right top / cover;
	min-height: 415px;
	width: 100%;
	background-position: 50% 20%;
}

#nus-quicklinks {
	background: #fbfbfb none repeat scroll 0 0;
	border-top: 1px solid #f3f0f0;
	color: #000;
}

.quicklinks ul {
	list-style: outside url("../images/bullet.png") disc;
}

ul.bullet-orange {
	list-style: outside url("../images/bullet-orange.png") disc;
	padding-left: 15px;
}

.nus-footer .navigator nav.custom ul li {
	line-height: normal;
	padding-bottom: 7px;
}

div.panel-heading {
	margin-bottom: 0;
}

.panel-title a{
	position: relative;
	width: 100%;
	display:block;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
	float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
	top: 0;
	position: absolute;
	right: 0;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
	top: 0;
	position: absolute;
	right: 0;
}

.cbp-ntaccordion {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cbp-ntsubaccordion {
    list-style: outside none none;
}
.cbp-ntaccordion .cbp-nttrigger {
    cursor: pointer;
}
.cbp-ntaccordion h3 {
    border-bottom: 1px solid #ddd;
    color: #f60;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 0.3em;
    padding: 0.2em 0;
}
.cbp-ntaccordion h4 {
    font-size: 1.2em;
    letter-spacing: 0.4em;
    margin: 0 0 0.5em;
    padding: 0.5em 0;
    text-transform: uppercase;
}
.cbp-ntaccordion h5 {
    color: #aaa;
    font-size: 1.2em;
    margin: 0 0 0.5em;
    padding: 0.5em 0;
}

.cbp-ntaccordion .cbp-ntcontent p {
    color: #000;
    font-size: 14px;
    margin: 0;
}
.cbp-ntaccordion > li > .cbp-nttrigger::before, .cbp-ntsubaccordion > li > .cbp-nttrigger::before {
    color: #ef7d22;
    font-family: "icomoon";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 0.5em;
    text-transform: none;
}
.cbp-ntaccordion .cbp-ntcontent {
    height: 0;
    overflow: hidden;
}
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent, .cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent, .no-js .cbp-ntaccordion .cbp-ntcontent {
    height: auto;
	-webkit-transition: max-height 1s; 
  	-moz-transition: max-height 1s; 
  	-ms-transition: max-height 1s; 
  	-o-transition: max-height 1s; 
  	transition: max-height 1s;
}
@media screen and (max-width: 32em) {
	.cbp-ntaccordion {
		font-size: 70%;
	}
}

.nus-accordion .expanded.expander::before {
	font-size: 75%;
    color: #ef7d22;
    font-family: "icomoon";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 0.5em;
    text-transform: none;
	content: "4";
}

.nus-accordion .collapsed.expander::before {
	font-size: 75%;
    color: #ef7d22;
    font-family: "icomoon";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 0.5em;
    text-transform: none;
	content: "6";
}

.nus-accordion .expander:hover::before {
	content: "5";
}

.nus-accordion .expander {
	cursor: pointer;
}

.nus-accordion {
	list-style: none;
	padding-left: 0;
}

/* New */

@media screen and (max-width:767px) {
	h1, h2 {
		font-weight: 300;
	}
}

.nus-logo .navbar-brand {
	padding-right: 10px;
}

.nus-faculty-logo{
	float: left;
}

.list-nus {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.list-nus li {
	margin-top: 20px;
	background: #fbfbfa;
	border-left: 20px solid #004282;
	padding: 10px 20px 5px;
	font-size: 17.5px;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.list-nus li:hover {
	background: #f7f7f7;
	border-color: #0056af;
}

@media screen and (max-width:767px) {
	.nus-sidebar-nav { margin-top: 20px; }
}

.nus-banner {
	background: #fff; /* hide blue bar on ie */
}

@media screen and (max-width:767px) {
	.nus-banner{margin-bottom:0px;}
}

#carousel-example-generic {
  display: block; /* inline-block */
}

ul.thumbnails-carousel {
	padding: 0px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

ul.thumbnails-carousel .center {
	display: inline-block;
}

ul.thumbnails-carousel li {
	margin-right: 0px;
	float: left;
	cursor: pointer;
}

ul.thumbnails-carousel li img {
	display: block;
}

.controls-background-reset {
	background: none !important;
}

.active-thumbnail {
	opacity: 0.9;
}

/* .indicators-fix {
	bottom: 30%;
} */

@media screen and (max-width:767px) {
	.indicators-fix,.carousel-indicators { display: none; }
}

@media screen and (max-width:767px) {
	.btn{font-size: 12px;padding: 6px 8px;}
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.newsflash-detail {
	font-size: 16px;
}

.newsflash-image img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

@media screen and (min-width:991px) {
	.newsflash-detail {
		padding-left: 20px;
		padding-right: 20px;
	}
	.newsflash-image img { 
		padding-left: 20px; 
		padding-right: 20px;
	}
}

.nav-tabs>li>a {
    color: #999;
}

.nav-tabs>li>a:hover {
	color: #003D7C;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
}

.tab-content a {
	color: #003d7c;
}

.top-buffer {
	margin-top: 15px;
}

.bg-primary {
	background-color: #003D7C;
}

.space { padding: 15px; }

.bg-custom {
	background:#EEE;
	padding:20px;
}

.red {
	color: red;
}

.text-primary {
	color: #003D7C;
}

.text-secondary {
	color: #EF7C00;
}

.text-blue {
	color: #0000ff;
}

.text-block {
	display: block;
	padding: 45px 10px;
	margin-bottom: 0;
}

@media screen and (max-width:767px) {
	.text-block {
		padding: 10px;
	}
}

.nus-components div {
	margin-bottom: 0px;
}

.event-item {
	border: 1px solid #eae9e9;
	padding-right: 15px;
}

@media screen and (max-width:767px) {
	.event-item {
		padding: 10px;
	}
}

.icon-style {
	border-radius: 1000px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #003d7c;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

hr.break {
	border: none;
	margin-bottom: 100px;
}

@media screen and (max-width:767px) {
	hr.break {
	margin-bottom: 50px;
	}
}

.nus-banner .item img {
	max-width: 100%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.conference-time {
	background:gainsboro;
}




/*********************************************************************************/
.headerBlue{
  color:#0099cc;  /* blue */
  font-size:20px;
}


/***************************
For footer menu
***************************/
.footermenu{
	color:#FFFFFF;  /* white */
	font-size:16px;
}


/********************************************************
For colour coding the Main Conference Program table
*********************************************************/
.PL{
	background:#fdfb93;  /* Plenary -  yellow */
}

.PD{
	background:#68e2dc;  /* Panel Discussion - green */
}


.SP{
	background:#b0ee87 ;  /* Symposium - Beige #F9AF70 */
	
}

.EP{
	background:#ffd4a9; /* Free Communications - orange */
}

.FC{
	background:#fda9da; /*E-Poster - pink */
	
}

.SC{
	background:#8681df; /* Short Communication - purple*/
	color:white;	
}

.BM{
	background:#f8d095 ; /* Business Meetings -  LightSkyBlue */
	
}

.SocP{
	background:#dc90fa ; /* Business Meetings -  LightSkyBlue */
	
}

.sBox{
	background:rgb(248, 154, 139);
}
/* venue */

.BgGrey{
	background:silver;
}


.textRed{
	color:red; /* red */
}

.textBlue{
	color:blue; /* blue */
}

.THcolor{
	background:#4f6d88;
	color:white;
}


/********************************************************
For colour coding the Workshop Program table
*********************************************************/
.yellow{
	background:#ffff99;  /* yellow */
}

.green{
	background:#ebf1de;  /* green */
}


.dullblue{
	background:#b8cce4;  /* dullblue */
}

.lightblue{
	background:#99ccff;  /* lightblue */
}

.pink{
	background:#ff99ff; /* pink */
}


.virtual-block {
  font-family: 'Exo 2', sans-serif;
  background:none;
  display: flex;
  justify-content: center;
  align-items: center;  
  /* min-height: 100vh; */
  position:absolute;margin:-140px 0 0 0px;right:-55px;
}

.virtual-block-mobile {
	font-family: 'Exo 2', sans-serif;
	background:black;
	display: flex;
	justify-content: center;
	align-items: center;  
	/* min-height: 100vh; */
  }

.virtual-block h1 {
  font-size: 1.8rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  padding: 2.5rem 5rem 3rem;
  border: 0.4rem solid #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate;    
}

.virtual-block-mobile h1{
  font-size: 2.5rem;
  font-weight: 200;
  font-style: italic;
  color: #fff;
  padding: 4rem 6rem 4rem;
  border: 0.4rem solid #fff;
  border-radius: 2rem;
  text-transform: uppercase;
  animation: flicker 1.5s infinite alternate; 
}

.virtual-block-mobile h1::-moz-selection,
.virtual-block h1::-moz-selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.virtual-block-mobile h1::selection,
.virtual-block h1::selection {
  background-color: var(--neon-border-color);
  color: var(--neon-text-color);
}

.virtual-block-mobile h1:focus,
.virtual-block h1:focus {
  outline: none;
}

/* Visitor Guide Buttons */
.vbtn1 {
	width: 300px;
	height:70px;
	background: url("../images/icons/visa_info1.png") no-repeat;
	display: inline-block;
}
.vbtn1:hover {
	background: url("../images/icons/visa_info_dark.png") no-repeat;
}

.vbtn2 {
	width: 300px;
	height:70px;
	background: url("../images/icons/general_entry_requirements.png") no-repeat;
	display: inline-block;
}
.vbtn2:hover {
	background: url("../images/icons/general_entry_requirements_dark.png") no-repeat;
}

.vbtn3 {
	width: 300px;
	height:70px;
	background: url("../images/icons/trav_essential.png") no-repeat;
	display: inline-block;
}
.vbtn3:hover {
	background: url("../images/icons/trav_essential_dark.png") no-repeat;
}

/* Conference Info Guide Buttons */
.confPDF1 {
	width: 100%;
	height:83px;
	background: url("../images/2025/directions/PreConDirections_black.png") no-repeat;
	display: inline-block;
}
.confPDF1:hover {
	background: url("../images/2025/directions/PreConDirections_colour.png") no-repeat;
}
.confPDF2 {
	width: 100%;
	height:83px;
	background: url("../images/2025/directions/Visitor_ParkingInfo_Black.png") no-repeat;
	display: inline-block;
}
.confPDF2:hover {
	background: url("../images/2025/directions/Visitor_ParkingInfo_colour.png") no-repeat;
}
.confPDF3 {
	width: 100%;
	height:83px;
	background: url("../images/2025/directions/MainConDirections_black.png") no-repeat;
	display: inline-block;
}
.confPDF3:hover {
	background: url("../images/2025/directions/MainConDirections_colour.png") no-repeat;
}
.confPDF4 {
	width: 100%;
	height:83px;
	background: url("../images/2025/directions/Visitor_ParkingInfo_Black.png") no-repeat;
	display: inline-block;
}
.confPDF4:hover {
	background: url("../images/2025/directions/Visitor_ParkingInfo_colour.png") no-repeat;
}


/* CSS button for Trade Exhibition */
.button-63 {
	align-items: center;
	background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
	border: 0;
	border-radius: 8px;
	box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
	box-sizing: border-box;
	color: #FFFFFF;
	display: flex;
	font-family: Phantomsans, sans-serif;
	font-size: 20px;
	justify-content: center;
	line-height: 1em;
	max-width: 100%;
	min-width: 140px;
	padding: 19px 24px;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	cursor: pointer;
  }
  
  .button-63:active,
  .button-63:hover {
	outline: 0;
	color:rgb(255, 230, 0);
	
  }
  
  @media (min-width: 768px) {
	.button-63 {
	  font-size: 24px;
	  min-width: 196px;
	}
  }


#legendTable td{
	padding:7px;
}

