@charset "UTF-8";

/* Font Awesome */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

/* Google font */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

/* @group color */

.green {
	background-color: #009b84;
}

.gray {
	background-color: #dee2e2;
}

/* @end */

/* @group common */

body {
	color: #6b7c93;
	font-family: 'Lato', 'Robot', sans-serif;
	font-weight: 400;
	background-color: white;
	padding-top: 60px;
}

h1,
h2 {
	color: #009b84;
	padding-left: 3px;
	padding-bottom: 3px;
}

h1 {
	font-size: 30px;
	border-bottom: 3px double #009b84;
	margin-bottom: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
}

h2 {
	font-size: 22px;
	border-bottom: 1px dashed #009b84;
	margin-bottom: 15px;
}

h2.caption,
caption {
	color: #009b84;
	font-size: 20px;
	margin-bottom: 3px;
	padding-bottom: 0;
	padding-left: 3px;
	border-bottom: 1px solid #dcdcdc;
}

a {
	color: #009b84;
	transition: 0.3s;
}

a:hover {
	color: orange;
}


/* @end */

/* @group nav-bar */

a.navbar-brand {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

#navbar ul.nav.navbar-nav li a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-fixed-top {
	transition: 0.4s;
}

nav.navbar.navbar-default.navbar-fixed-top {
	background-color: rgba(255, 255, 255, 0.95);
	height: 60px;
}

/* @end */

/* @group  top */

#top .container-fluid {
	background: url(../img/main_bg.jpg) center center;
	background-size: cover;
	height: 180px;
} 

p.symposium-title {
	color: white;
	font-size: 30px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 40px;
}

.theme {
	font-size: 20px;
	letter-spacing: 2px;
}

/* @end */

/* @group bubble */

div#bubble {
	background: url(../img/bubble.png) center center;
	background-size: cover;
	height: 100vh;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* @end */

/* @group table */

table.table.table-bordered th {
	text-align: center;
}

table.table.table-bordered td.na {
	background-image: url(../img/na.png);
}

/* @end */

/* @group time table */

table.table th {
	color: white;
	font-weight: 400;
	background-color: #009b84;
}

table.table.tbl-22 th:not(:first-child),
table.table.tbl-23 th:not(:first-child),
table.table.tbl-24 th:not(:first-child) {
	width: 11.6%;
}

table.table.tbl-22 td,
table.table.tbl-23 td,
table.table.tbl-24 td {
	font-size: 13px;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
}

table.table.tbl-22 td a,
table.table.tbl-23 td a,
table.table.tbl-24 td a {
	font-size: 15px;
	font-weight: bold;
}

td.time {
	background-color: #f8f8f8;
}

td.opening {
	background-color: #fff9ea;
}

td.pl,
td.ps-core-time {
	background-color: #edf5f2;
}

td.break {
	color: #aaaaaa;
	background-image: url(../img/na.png);
}

td.sec-1,
td.sec-2,
td.sec-3,
td.sec-4,
td.sec-5,
td.sec-6,
td.sec-7,
td.sec-8,
td.sec-9,
td.sec-10,
td.sec-11,
td.sec-12,
td.sec-13,
td.sec-14 {
	background: url(../img/dog-ear.png) right top no-repeat;
}

td.sec-1 {
	background-color: #6eae40;
}

td.sec-2 {
	background-color: #fff219;
}

td.sec-3 {
	background-color: #f5b080;
}

td.sec-4 {
	background-color: #ffb202;
}

td.sec-5 {
	background-color: #a8dd85;
}

td.sec-6 {
	background-color: #f67710;
}

td.sec-7 {
	background-color: #bcd6ef;
}

td.sec-8 {
	background-color: #2a73b7;
}

td.sec-9 {
	background-color: #a54900;
}

td.sec-10 {
	background-color: #d1d1d1;
}

td.sec-11 {
	background-color: #fabcff;
}

td.sec-12 {
	background-color: #fe3939;
}

td.sec-13 {
	background-color: #ffc100;
}

td.sec-14 {
	background-color: #08569f;
}

/* @end */

/* @group session */

table.table.session td:nth-of-type(1) {
	font-weight: bold;
	font-weight: 700;
	white-space: nowrap;
	padding-right: 15px;
	padding-left: 15px;
}

table.table.session tr:nth-of-type(odd) {
	background-color: #f8f8f8;
}

table.table.session td.title {
	font-weight: bold;
	font-weight: 700;
}

/* @end */

/* @group program */

h2>small {
	color: #009b84;
}

h2>small:before {
	content: ": ";
}

div.article {
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 15px;
}

div#PL-1.article,
div#PL-2.article,
div#PL-3.article {
	border-bottom: 1px dotted #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

span.no {
	color: #009b84;
	margin-right: 10px;
}

a.abs-link,
a.pdf-link {
	margin-left: 5px;
} 

a.abs-link:before,
a.pdf-link:before {
	font-family: fontawesome;
	margin-right: 5px;
	margin-left: 2px;
} 

a.abs-link:before {
	content: "\f0f6";
}

a.pdf-link:before {
	content: "\f1c1";
}

p.title {
	font-weight: bold;
	font-weight: 700;
}

p.title,
p.author {
	padding-right: 10px;
	padding-left: 10px;
}

span.aff {
	font-style: italic;
}

p.abstract {
	font-weight: 300;
	font-size: 13px;
	border-top: 1px dashed #d5d5d5;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

a.btn.btn-default.btn-xs {
	color: white;
	background-color: #009b84;
	border-color: #009b84;
	transition: 0.3s;
}

a.btn.btn-default.btn-xs:hover {
	opacity: 0.7;
}

.information {
	background-color: #f9f9f9;
	border: 1px dashed silver;
	padding: 10px;
	margin-bottom: 30px;
}

.information p {
	margin-bottom: 0;
	color: black;
	font-size: 16px;
}

a.program-link:after {
	font-family: fontawesome;
	content: "\f1c1";
	margin-left: 4px;
	margin-right: 2px;
} 

/* @end */

/* @group author index */

#author-index nav ul.pagination li a {
	color: #009b84;
	width: 2em;
	padding-right: 0;
	padding-left: 0;
}

#author-index nav ul.pagination li.active a {
	color: white;
	background-color: #009b84;
	border-color: #009b84;
}

table.table.auth-index th {
	color: white;
	font-weight: 400;
	background-color: #009b84;
}

table.table.auth-index tr:nth-of-type(odd) {
	background-color: #f8f8f8;
}

table.table.auth-index th:nth-child(1) {
	width: 15%;
}

table.table.auth-index th:nth-child(2) {
	width: 10%;
}

table.table.auth-index th:nth-child(3) {
	width: 75%;
}

table.table.auth-index td.name {
	font-weight: bold;
	font-weight: 700;
}

table.table.auth-index td.no {
	text-align: center;
	white-space: nowrap;
}

/* @end */

/* @group about */

#about ol {
	padding-left: 1.5em;
	font-size: 16px;
	line-height: 1.7em;
}

#about ol>li:first-line {
	font-weight: bold;
	font-weight: 700;
}

/* @end */

/* @group back to top */

#back-to-top  {
	position: fixed; 
	right: 36px; 
	bottom: 36px
}

#back-to-top a {
	background: url(../img/back-to-top.png) center center #009b84;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	border: 1px solid #009b84;
}

#back-to-top a:hover {
	opacity: 0.5;
}

/* @end */

/* @group footer */

footer {
	height: 100px;
	padding-top: 20px;
	margin-top: 60px;
}

footer p {
	font-size: 13px;
	font-weight: 300;
	text-align: center;
}

/* @end */

/* @group for Tablet, Smart Phone */

@media screen and (max-width: 768px) {
	div.table-responsive {
		border-top-style: none;
	}
	button.navbar-toggle {
		margin-top: 13px;
		margin-bottom: 12px;
	}
	#navbar ul.nav.navbar-nav {
		margin-top: 0;
		border-top: 2px solid silver;
	}
	#navbar ul.nav.navbar-nav li a {
		background-color: rgba(255, 255, 255, 0.95);
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #d9d9d9;
	}
	p.symposium-title {
		font-size: 18px;
		line-height: 32px;
	}
	.theme {
		font-size: 13px;
		letter-spacing: 0px;
	}
}

/* @end */






