/* Accepted Papers */

.expandcollapse {
	width: 100%;
	text-align: right;
}

.collapse-all, .expand-all {
  background-color: white;
  cursor: pointer;
  padding: 5px;
  border: none;
  outline: none;
  text-decoration: underline;
}

.paper {
  background-color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .paper:hover {
  background-color: #e4e4e4;
}

/* Style the accordion panel. Note: hidden by default */
.abstract {
  margin: 0;
  background-color: white;
  padding: 0 35px;
  border: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.abstract-open {
  padding: 0 35px 5px 35px;
  border: 1px solid #e4e4e4;
}

.numbering, .authortitle {
  display: inline-block;
}

.authortitle {
  max-width:calc(100% - 35px);
}

.numbering {
  vertical-align: top;
  width: 30px;
  text-align: right;
  padding-right: 15px;
}

.authors, .title {
display: block;
}

.authors {
  color: grey;
}

.title {
  font-weight: bold;
  display: block;
  color:#444;
}

/* GENERAL */
body {
	background: #f8f9fa !important;
}
a:link, a:visited {
	color:#316594;
	font-weight: bold;
}
a:hover, a:focus {
	color:#222;
}

.about-container {
   height: auto;
   overflow: hidden;		
}

.about-text {
   width: auto;
   overflow: hidden;
}

.about-img img {
	width: 100%;
}

.about-img .caption { 
	text-align:center; 
	font-weight:bold; 
	opacity:0.7;
	margin-bottom:20px;
}

.inv-img { 
	margin-left: 20px;
} 
.inv-img img { 
	width: 100%; 
} 

.poster-imgl { 
	position: relative; 
	float: left;
	margin-left: 20px;
	margin-bottom: 40px;
	max-width:45%;
	min-width:300px;
} 

.poster-imgl .img-cont { 
	width: 140px;
	float: left;
}

.poster-imgl .img-cont img {
	width: 140px;
	height: 200px;
	float: left;
}

.poster-imgl .caption { 
	text-align:left; 
	opacity:0.7;
	margin-left: 160px;
	margin-bottom: 20px;
}

.poster-imgr { 
	position: relative; 
	float: right;
	margin-right: 20px;
	margin-bottom: 40px;
	max-width:45%;
	min-width:300px;
} 

.poster-imgr .img-cont { 
	width: 140px;
	height: 200px;
	float: right;
}

.poster-imgr .img-cont img {
	width: 140px;
	float: right;
}

.poster-imgr .caption { 
	text-align:right; 
	opacity:0.7;
	margin-right: 160px;
	margin-bottom:20px;
}

.loc-container {
   height: auto;
   overflow: hidden;		
}

.loc-text {
   width: auto;
   overflow: hidden;
}

.loc-img { 
	position: relative; 
	margin: 0 auto;
} 

.loc-img img {
	width: 100%;
}

.loc-img .caption { 
	text-align:center; 
	font-weight:bold; 
	opacity:0.7;
	margin-bottom:20px;
}

table.gridtable {
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
	text-align: center;
}


/* HEADER */
.header {
	background-color: #6388b9;
	background-image: url(../data/uploads/header.jpg);
	background-repeat:no-repeat;
	background-position: top;
	height:80px;
	border-bottom:#2B5780 1px solid;
}

#index h1.pagetitle {
	display:none; /* no reason to have breadcrumbs on homepage */
} 

header img {
	height:70px;
	padding:4px 8px 0 0;
	float:left;
}

/* HEADER: breadcrumbs */
header .breadcrumbs {
	text-shadow: 1px 1px 0px rgba(255,255,255,.5);
	border-top:#FFF 1px solid;
	border-bottom:#ccc 1px solid;
	font-size:11px;
	height:25px;
	line-height:25px;
	overflow:hidden;
	color:#666;
	text-transform:uppercase;
	width:100%;
	background: #eee;
	background: -moz-linear-gradient(top, #EDEDED 0%, #D5D5D5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EDEDED), color-stop(100%,#D5D5D5));
}
header .breadcrumbs a:link, 
header .breadcrumbs a:visited {
	color:#666;
	text-decoration:underline;
}
header .breadcrumbs a:focus, 
header .breadcrumbs a:hover {
	color:#316594;
	text-decoration:underline;
}
#index header .breadcrumbs {
	/*display:none;  no reason to have breadcrumbs on homepage */
} 



div.pretitle, div.title, div.datetitle{
    color: #275176;
	line-height: 1.05 !important;
	display: inline-block;
	clear: both;
	float: left;
	position: absolute;
}

div.pretitle {	
	font-size: 18pt;
	margin-top: .3rem;
}

div.title {	
	top: 5%;
	margin-left: .5rem;
}

div.datetitle {	
	font-size: 18pt;
	font-style:italic;
	bottom: .2rem;
}


.header .wrapper {
	overflow: hidden;
	/*display: inline-flex; /* ensures the text stays inside */
  	white-space: nowrap;
	/*padding-left:.4rem;*/
}
.wrapper {
	margin: 0 auto;
}
/* HEADER: logo */
.logo, .titlecontainer {
	display: inline-block;
	float: left;
}
.titlecontainer {
	white-space: nowrap;
}




/* HEADER: navigation */
nav {
	top:0;
	right:0;
}
nav ul {
	padding-inline-start: 10px;
}	
nav li {
	float:none;
}
nav ul li ul li {
	list-style-type: none;
}

nav li.poster {
	display:block;
	font-size:13px;
	padding:5px 15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
nav li.poster a{
	padding:5px 0;
}
nav li a {
	display:block;
	font-size:13px;
	padding:5px 5px;
	text-transform:uppercase;
	font-weight:bold;
}
nav li a:link, 
nav li a:visited {
	color:#000;
	text-decoration:none;
}	
nav li a:hover, 
nav li a:focus {
	color:#0056b3;
	text-decoration:none;
}
nav li.current > a {
	 color: #007bff;
}


nav li.posters a {
	color:#b00;
}
nav li.posters.current > a {
	color:#f44;
	text-shadow: 1px 1px 0px #000;
	background:#7096B6;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:40px;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
}
nav li.posters a:hover, 
nav li.posters a:focus {
	color:#f44;
}
nav li.accepted-papers-slides a {
	color:#b00;
}
nav li.accepted-papers-slides.current a {
	color:#f44;
	text-shadow: 1px 1px 0px #000;
	background:#7096B6;
	background:rgba(255,255,255,.2);
	text-decoration:none;
	border-radius:40px;
	-moz-border-radius:40px;
	-khtml-border-radius:40px;
	-webkit-border-radius:40px;
}
nav li.accepted-papers-slides a:hover, 
nav li.accepted-papers-slides a:focus {
	color:#f44;
}
nav .sidebar-sticky {
	padding-top: .5rem;
}

/* BODY CONTENT */
body {
	color: #404040 !important;
}

.committee {
	text-align: center;
}
		

article {
	background:#fff;
	border-bottom:1px solid #c8c8c8;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #c8c8c8;
	-moz-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	-webkit-box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	box-shadow: 2px 1px 10px rgba(0,0,0, .07);
	padding:10px;
}
article section .footer {
	color:#888;
	font-size:11px;
	margin-top:40px;
	border-top:1px dotted #ccc;
	padding-top:15px;
}
article section .footer p {
	margin:0 0 10px 0;
}


/* SIDEBAR */

#lside {
	float:left;
	width:200px;
	max-width:15%;
	margin:20px 0 0 0;
}
#rside {
	float:left;
	width:200px;
	max-width:12%;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
}
aside .section {
	padding:0 0 0 0px;	
}
aside .section {
	margin:0 0 20px 0;
	font-size:11px;
	line-height:16px;
	color:#555;
	text-shadow: 1px 1px 0px #fff;
}
aside .section p {
	margin:0 0 20px 0;
}
aside .section ul, 
aside .section ol {
	margin:0 0 20px 0;
}
aside .section h2 {
	background:#333;
	border-top:1px solid rgba(255,255,255,.4);
	text-shadow: 1px 1px 0px rgba(0,0,0,.5);
	text-transform:uppercase;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight:100;
	color:#fff;
	font-size:19px;
	line-height:19px;
	margin:0 0 20px -31px;
	padding:5px 0 7px 25px;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
}

/* FOOTER */
footer {
	padding:20px 0;
	text-shadow: 1px 1px 0px rgba(255,255,255,.8);
	color:#888;
	font-size:11px;
}
footer .left {
	float:left;
	width:40%;
	text-align:left;
}
footer .right {
	float:right;
	width:60%;
	text-align:right;
}
footer a:link, footer a:visited {
	color:#888;
	text-decoration:underline;
}
footer a:hover, footer a:focus {
	color:#555;
	text-decoration:underline;
}

.pctable td {
	padding: 0 10px;
}

.gmap {
	width: 100%;
    padding-top: 75%;
    box-sizing: border-box;
    position: relative;
}

.gmap iframe {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}
