@media (min-width: 1350px){
	#main-gl-nav {
		width: 70%;
	}
}
@media (min-width: 991px){
	#main-gl-nav {
		text-align: center;
	}
}
@media (min-width: 1000px){
	#main-gl-nav {
		width: 70%;
	}
}

table.presentation td:nth-child(1) {
	text-align: center;
}

table.presentation th {
	vertical-align: middle;
}

table.presentation th:nth-child(3) {
	width: 20% !important;
}

/*---------------------------------------*/
/* New updates notification at index.php */
/*---------------------------------------*/
.latestnews{
	color: #ea052c;
    border-color: #eeca26;
    background: #ffe745;
    text-shadow: #fff 1px 1px 1px;
	width: 110px;
	padding: 6px;
	margin-bottom:-10px;
}
.displaystyle {
	padding: 15px;
	margin: 15px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
}
.displaystyle-leftborder {
	padding: 15px;
	margin: 15px;
	background-color: #FFFFFF;
	border-left: 9px solid ;
	margin-bottom: 10px;
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 6px 18px 1px rgba(0,0,0,.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 6px 18px 1px rgba(0,0,0,.12);
}
.displaystyle-fullborder {
	padding: 15px;
	margin: 15px;
	background-color: #FFFFFF;
	border: 3px solid #7f7f84;
	margin-bottom: 10px;
	box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
}
.displaystyle-rightborder {
	padding: 15px;
	margin: 15px;
	background-color: #FFFFFF;
	border-right: 9px solid ;
	margin-bottom: 10px;
	box-shadow: 5px 7px 7px 5px rgba(0, 0, 0, 0.19), 10px 12px 20px 10px rgba(0, 0, 0, 0.19);
}
.displaystyle-sm {
	padding: 10px;
	font-size: 80%;
}
.displaystyle-lg {
	padding: 35px;
	font-size: large;
}
.displaystyle-success {
	border-color: #80D651;
}
.displaystyle-success>strong {
	color: #80D651;
}
.displaystyle-info {
	border-color: #45ABCD;
}
.displaystyle-info>strong {
	color: #45ABCD;
}
.displaystyle-warning {
	border-color: #FEAF20;
}
.displaystyle-warning>strong {
	color: #FEAF20;
}
.displaystyle-danger {
	border-color: #d73814;
}
.displaystyle-danger>strong {
	color: #d73814;
}
/*---------------------------------------*/

ol li {
	padding-left: 10px;
}
.indents{
	list-style-type: lower-alpha;
	text-indent: 1em;
}
.z-depth-1{
	-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}
.z-depth-2{
	-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
	box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}
.panel{
    position: relative;
}
.panel-default > .panel-leftheading{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-platinum > .panel-leftheading{
    color: #fff;
    background-color: #708090;
    border-color: #708090;
}
.panel-gold > .panel-leftheading{
    color: #fff;
    background-color: #ffd700;
    border-color: #ffd700;
}
.panel-silver > .panel-leftheading{
    color: #fff;
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}
.panel-normal > .panel-leftheading{
    color: #fff;
    background-color: #add8e6;
    border-color: #add8e6;
}
.panel-primary > .panel-leftheading{
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-success > .panel-leftheading{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-info > .panel-leftheading{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-warning > .panel-leftheading{
    color: #f0ad4e;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.panel-danger > .panel-leftheading{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-leftheading{
    width: 40px;
    padding: 10px 30px;
    border: 0px solid transparent;
    border-top-right-radius: 4px;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
    height: 100%;
    position: absolute;
	margin: 0px;
}
.panel-lefttitle{
    margin-top: 20px;
    margin-left: 12px;
    font-size: 1.3em;
	font-weight: bold;
    color: #000;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg);
    -o-transform-origin: left top;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    white-space: nowrap;
	line-height: 20px;
}
.panel-rightbody{
    float: left;
    margin-left: 45px;
    padding: 15px;
}

@media (min-width: 831px){
	.share-btn-wrp {
		top: 50%;
	}
}
.share-btn-wrp {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 32px;
	left: 0px;
	position: fixed;
	z-index: 10;
}
.share-btn-wrp .button-wrap{
	text-indent: -100000px;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: width 0.1s ease-in-out;
}
.share-btn-wrp > .facebook{
	background: url(../img/share-icons.png) no-repeat -42px 0px;
}
.share-btn-wrp > .facebook:hover{
	background: url(../img/share-icons.png) no-repeat -4px -0px;
	width: 38px;
}
.share-btn-wrp > .twitter{
	background: url(../img/share-icons.png) no-repeat -42px -34px;
}
.share-btn-wrp > .twitter:hover{
	background: url(../img/share-icons.png) no-repeat -4px -34px;
	width: 38px;
}
.share-btn-wrp > .gplus{
	background: url(../img/share-icons.png) no-repeat -42px -170px;
}
.share-btn-wrp > .gplus:hover{
	background: url(../img/share-icons.png) no-repeat -4px -170px;
	width: 38px;
}
.share-btn-wrp > .email{
	background: url(../img/share-icons.png) no-repeat -42px -408px;
}
.share-btn-wrp > .email:hover{
	background: url(../img/share-icons.png) no-repeat -4px -408px;
	width: 38px;
}

@media all and (max-width: 831px) {
	.share-btn-wrp{
		width: 100%;
		text-align: center;
		position: fixed;
		bottom: 1px;

	}
	.share-btn-wrp .button-wrap {
		display: inline-block;
		margin-left: -2px;
		margin-right: -2px;
	}
}

.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}

.details {
    line-height: 28px;
    margin-bottom: 25px;
}

/*----------------------*/
/* Custom Button Styles */
/*----------------------*/

.btn {
	font-weight: 700;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 20px;
	padding: 8px 12px;
	border-width: 2px;
}
  
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
	font-weight: bold;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.btn-very-light {
  background-color: #eaedf2;
  border-color: #eaedf2;
  background-image: none;
  color: #676f7a; }
  .btn-very-light:hover, .btn-very-light:focus {
    background-color: #d4dae4;
    border-color: #d4dae4;
    color: #676f7a; }
  .btn-very-light:active, .btn-very-light.active {
    background-color: #cad2df;
    border-color: #cad2df;
    color: #676f7a; }
  .btn-very-light.disabled, .btn-very-light[disabled] {
    background-color: #eef0f4;
    border-color: #eef0f4;
    color: #828892; }
    .btn-very-light.disabled:hover, .btn-very-light.disabled:active, .btn-very-light.disabled:focus, .btn-very-light.disabled.active, .btn-very-light[disabled]:hover, .btn-very-light[disabled]:active, .btn-very-light[disabled]:focus, .btn-very-light[disabled].active {
      background-color: #eef0f4;
      border-color: #eef0f4;
      color: #828892; }
  .btn-very-light.btn-bordered {
    border-color: #eaedf2;
    color: #676f7a; }
    .btn-very-light.btn-bordered:hover, .btn-very-light.btn-bordered:focus {
      background-color: rgba(234, 237, 242, 0.1); }
    .btn-very-light.btn-bordered.disabled, .btn-very-light.btn-bordered.disabled:hover, .btn-very-light.btn-bordered.disabled:active, .btn-very-light.btn-bordered.disabled:focus, .btn-very-light.btn-bordered.disabled.active, .btn-very-light.btn-bordered[disabled], .btn-very-light.btn-bordered[disabled]:hover, .btn-very-light.btn-bordered[disabled]:active, .btn-very-light.btn-bordered[disabled]:focus, .btn-very-light.btn-bordered[disabled].active, fieldset[disabled] .btn-very-light.btn-bordered, fieldset[disabled] .btn-very-light.btn-bordered:hover, fieldset[disabled] .btn-very-light.btn-bordered:active, fieldset[disabled] .btn-very-light.btn-bordered:focus, fieldset[disabled] .btn-very-light.btn-bordered.active {
      border-color: #eef0f4;
      color: #828892; }

.btn-contrast {
	background-color: #286090; /*286090*/
	border-color: #204d74; /*204d74*/
	background-image: none;
	color: white; 
}
.btn-contrast:hover, .btn-contrast:focus {
	background-color: #1c4568;
	border-color: #204d74;
	color: white;
}
.btn-contrast:active, .btn-contrast.active {
	background-color: #286090;
	border-color: #204d74;
	color: white; 
}
.btn-contrast.disabled, .btn-contrast[disabled] {
	background-color: #a3cd75;
	border-color: #a3cd75;
	color: #ecf5e3; 
}
.btn-contrast.disabled:hover, .btn-contrast.disabled:active, .btn-contrast.disabled:focus, .btn-contrast.disabled.active, .btn-contrast[disabled]:hover, .btn-contrast[disabled]:active, .btn-contrast[disabled]:focus, .btn-contrast[disabled].active {
	background-color: #a3cd75;
	border-color: #a3cd75;
	color: #ecf5e3; 
}
.btn-contrast.btn-bordered {
	border-color: #286090;
	color: #204d74; 
}
.btn-contrast.btn-bordered:hover, .btn-contrast.btn-bordered:focus {
	background-color: rgba(141, 193, 83, 0.1);
}
.btn-contrast.btn-bordered.disabled, .btn-contrast.btn-bordered.disabled:hover, .btn-contrast.btn-bordered.disabled:active, .btn-contrast.btn-bordered.disabled:focus, .btn-contrast.btn-bordered.disabled.active, .btn-contrast.btn-bordered[disabled], .btn-contrast.btn-bordered[disabled]:hover, .btn-contrast.btn-bordered[disabled]:active, .btn-contrast.btn-bordered[disabled]:focus, .btn-contrast.btn-bordered[disabled].active, fieldset[disabled] .btn-contrast.btn-bordered, fieldset[disabled] .btn-contrast.btn-bordered:hover, fieldset[disabled] .btn-contrast.btn-bordered:active, fieldset[disabled] .btn-contrast.btn-bordered:focus, fieldset[disabled] .btn-contrast.btn-bordered.active {
	border-color: #a3cd75;
	color: #91c359;
}
/*----------------------*/

.boxedText {
	display: inline-block;
	border: 2px dashed #CC0000;
	color: #003366; 
	background: #FFFFCC;
	padding: 2px 10px 2px 10px; /*top, right, bottom, left*/
}

/*-------------------------------------------------------*/
/*   Styling for Tentative Program						 */
/*-------------------------------------------------------*/
table.programs {
	font-family: "Raleway", Helvetica, Tahoma, sans-serif;
	font-size: 16px;
	border: 1px;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
	font-weight: bold;
}

table.programs th {
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: black;
	background-color: #ffffcc;
	-moz-border-radius: ;
	color: black;
	text-align: center;
	vertical-align: middle;
}

table.programs td {
	text-align: center;
	vertical-align: middle;
	border-width: 1px;
	padding: 10px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
	/*white-space: nowrap;*/
}

table.speakers, .speakers2 {
	margin-top: 20px;
	border: 0px;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}

table.speakers td, .speakers2 td {
	text-align: left;
	vertical-align: top;
	border: 0px;
	padding: 7px;
	border-style: inset;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}

table.speakers td > i, .speakers2 td > i {
	color: #483D8B;
}

table.speakers td:first-child, .speakers2 td:first-child {
	text-align: right !important;
}

table.speakers tr td:last-child, .speakers2 tr td:last-child {
	width:120px !important;
}

img.resizeImg6{
	width: 30px !important;
	margin-left: 15px;
}
	
@media (max-width: 1000px){
	.speakers img, .speakers2 img {
		width: 180px !important;
	}
	img.resizeImg6{
		width: 30px !important;
		margin-left: 15px;
	}
}

@media (max-width: 991px){
	.speakers img, .speakers2 img {
		width: 200px !important;
	}
	img.resizeImg6{
		width: 30px !important;
		margin-left: 15px;
		display: inline;
	}
}

@media (max-width: 767px){
	.speakers img, .speakers2 img {
		width: 240px !important;
	}
	img.resizeImg6{
		width: 30px !important;
		margin-left: 15px;
		display: inline;
	}
}

table.speakers tr:hover td, .speakers2 tr:hover td {
	background-color: #eee !important;
	color: black !important;
}

span.authors {
	padding: 10px 0px 5px 0px;
	font-weight: normal;
	font-style: italic;
	font-size: 16px;
	display: block;
}

span.authors>b {
	font-size: 18px;
	font-style: normal;
}

span.chairman {
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	display: block;
	color: #000080;
}

table.programs td a, td a:link, td a:visited {
	color: #000080;
}

table.programs td a:hover {
	color: #0000FF !important;
}

/* YSN Activities */
table.ysnInfo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

table.ysnInfo h4 {
	font-family: "Raleway", serif;
	font-size: 1.5em;
}

table.ysnInfo th {
	background-color: rgb(255,230,153);
	padding-bottom: 20px;
}

table.ysnInfo td {
	padding: 10px;
	text-align: left;	
}

table.ysnInfo td.ysnTime {
	width: 18%;
}

table.ysnInfo td > ul > li {
	font-weight: bold;
}

table.ysnInfo tr:nth-child(even) {
	background-color: rgb(226,240,217);
}

table.ysnInfo tr:nth-child(odd) {
	background-color: rgb(255,242,204);
}

table.ysnInfo tr:nth-child(2n+1) td {
	padding-bottom: 22px;
}

/* Scroll Top for Tentative Program */
.cd-top a{
	color: #fff;
	font-size: 26px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 5px;
}

.cd-top a:link,.cd-top a:visited {
  background: #000080;
}

/* Styles for Firefox */
@-moz-document url-prefix() {
	#new {
        width: 50px;
    }
}

/* Styles for IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #new {
        width: 50px;
    }
}

@media(max-width:768px) {
	.resizeImg2{
		width: 25%;
	}
	.resizeImg3{
		width: 40%;
	}
	.resizeImg4{
		width: 40%;
	}
	.resizeImg5{
		width: 7%;
		padding-left: 5px;
		margin-top: -10px;
		display: inline;
	}
	.text-center-resized{
		text-align: center;
	}
	h3.posterTimeHeader{
		margin-left: 20px;
		text-align: left;
		color: green;
	}
	.downloadPDF{
		width: 36px; 
		margin-left: 10px;
		display: inline;
	}
}

@media(min-width:768px) {
	.resizeImg2{
		width: 12%;
	}
	.resizeImg3{
		width: 72%;
	}
	.resizeImg4{
		width: 60%;
	}
	img.resizeImg5{
		width: 5%;
		padding-left: 5px;
		margin-top: -14px;
		display: inline;
	}
	h3.posterTimeHeader{
		margin-left: 20px;
		text-align: left;
		color: green;
	}
	.downloadPDF{
		width: 36px; 
		margin-left: 10px;
	}
}

@media(min-width:768px) and (max-width:940px) {
	.organizerLogo{
		margin-top: -10px !important;
	}
}

/* Scroll Top */
.scroll-top li a {
	position: fixed;
	bottom: 0px;
	width: 60px;
	right: 5%;
	z-index: 100;
	background: #be1e2d;
	font-size: 26px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.scroll-top i {
	color: white;
}

.scroll-top li a:hover {
	background: #aa1523;
}

.scroll-top a:link, .scroll-top a:visited {
	background: #be1e2d;
}