@charset "utf-8";

/* V-VSS 2021 Style Sheet */

/* color: #ceb873; /* gold */
/* color: #333c5d; /* dk blue */
/* color: #566498; /* lt blue */

/* Style the body */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 140%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555; /* page background */
}

/* H1 */
h1 {
	margin: 0;
	padding: 0;
	font-size: 28px;
	color: #333c5d; /* dk blue */
	line-height: 115%;
}

/* Text that appears above an H1 */
.above_h1 {
	padding-bottom: 4px;
	font-size: 13px;
}

/* H2 */
h2 {
	margin: 0;
	padding: 13px 0 0;
	font-size: 22px;
	color: #566498; /* lt blue */
	/* color: #a38e48;  gold */
	line-height: 120%;
}

/* H3 */
h3 {
	margin: 0;
	padding: 9px 0 0;
	font-size: 18px;
	color: #555;
	line-height: 120%;
}

/* Special H3 for Satellites page*/
.h3_satellites {
	margin: 0;
	padding: 14px 0 0;
	font-size: 20px;
	color: #555;
	line-height: 120%;
}

/* H4 */
h4 {
	padding: 4px 0 0;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #666;
}

/* Style the p text*/
p {
	margin: 0;
	padding: 6px 0 0;
	color: #555;
}

/* Format author lines containing superscripts */
.authors {
	line-height: 130%;
}

/* Keep superscript from affecting line height */
sup, sub {
	font-size: 12px;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}
sub { 
	top: 0.4em; 
}

/* Links */
a {
	color: #566498;
	text-decoration: none;
}

/* Change color on hover */
a:hover {
	text-decoration: underline;
	color: #a38e48;
}

/* Input*/
input {
	padding: 5px 10px;
	font-size: 14px;
}

/* Input Submit button*/
input[type=submit], button[type=submit] {
	padding: 5px 10px;
	font-size: 14px;
}

/* Text boxes need one more pixel of padding than dropdowns for some reason */
select {
	font-size: 14px;
    padding: 5px 8px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* Make search form smaller so it will fit on one line  */
.search_form {
	font-size: 14px;
    padding: 5px 6px;
	margin-right: 4px;
}

/* Search form button  */
input.search_form {
	font-size: 14px;
    padding: 3px 8px;
}

/* Wrap text around photos */
.portrait {
	float: left;
	margin: 5px 30px 8px 0;
	filter: drop-shadow(3px 3px 3px #555);
}

/* Wrap text around photos */
.portrait_right {
	float: right;
	margin: 5px 0 8px 25px;
	filter: drop-shadow(3px 3px 3px #555);
}

/* Wrap text around sponsor logos, logo on right */
.sponsor_logo {
	float: right;
	margin: 5px 0 8px 25px;
}
/* Left justified for Elsevier */
.sponsor_logo_left {
	float: left;
	margin: 5px 25px 8px 0;
}

/* Normal body text */
.normal {
	font-weight: normal;
	font-size: 15px;
}


/* Banner Image Div*/
.banner {
	padding: 0;
	background: black;
	margin: auto;
	max-width: 900px;
	/*height: auto;*/
}

/* Image resizing */
.banner img {
	width: 100%;
	vertical-align: bottom;
	/*height: auto;*/
}

/* ------- Menu ------- */

/* Menu bar */
.menu_bar {
	background: #566498; /* lt blue */
	color: white;
	margin: auto;
	max-width: 820px;
	padding: 0 40px;
	overflow: hidden;
	text-align: center;
}

/* Style the navigation bar links */
.menu_bar a {
	color: black;
	text-decoration: none;
	text-align: center;
	padding: 0 15px;
}

/* Change color on hover */
.menu_bar a:hover {
	color: white;
	text-decoration: none;
	padding: 0 15px;
}

/* Style the dropdown menus */
.dropdown {
	display: inline-block;
	float: center;
	/* overflow: hidden; */
}

/* No space below active menu bar item */
.dropdown form {
	margin:0;
}

.dropdown .dropbtn {
	font-size: 15px;  
	border: none;
	outline: none;
	color: white;
	padding: 5px 9px 7px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

/* Add pointer cursor to menu items that have a dropdown */
.pointer {
	cursor: pointer;
}

/* hover on menu bar */
.menu_bar a:hover, .dropdown:hover .dropbtn:hover {
	color: black;
	background-color: #999999; /* medium grey */
}

/* dropdown */
.dropdown-content {
	font-size: 14px; 
	display: none;
	position: absolute;
	background-color: #ddd; /* light grey */
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Dropdown styling */
.dropdown-content a {
	float: none;
	color: black;
	padding: 3px 16px;
	margin: 0 0;
	text-decoration: none;
	display: block;
	text-align: left;
}

/* Hover on dropdown */
.dropdown-content a:hover {
	color: white;
	padding: 3px 16px;
	background-color: #999999; /* medium grey */
}
.dropdown:hover .dropdown-content {
	display: block;
}

/* Page Div Text */
.page_div {
	padding: 0 40px 30px 40px;
	text-align: left;
	background: #f2f2f2;
	margin: auto;
	max-width: 820px;
}

/* Timezone line (top of page) */
.timezone {
	padding-bottom: 7px;
	text-align: right;
}

/* Footer */
.footer {
	margin-bottom: 15px;
	padding: 4px 10px;
	color: white;
	background: #566498; /* lt blue */
	margin: auto;
	max-width: 880px;
}
.footer p {
	color: white;
}

/* Style form buttons */
button.form_button, input.form_button, a.form_button {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 8px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	text-align: center;
	padding: 8px 16px 9px;
	background-color: #333c5d; /* dk blue */
	color: white;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	border-radius: 20px;
	border: 2px solid #333c5d; /* dk blue */
}
button.form_button:hover, input.form_button:hover, a.form_button:hover {
	background-color: #566498; /* lt blue */
	color: white;
	border: 2px solid #566498; /* lt blue */
}

/* schedule.php table */

.table {
	/* font-size: 11px; */
	margin-left: 0;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	color: #666666;
	border-collapse: collapse;
	border-top: 2px solid #CDCDCD !important;
	border-bottom: 2px solid #CDCDCD !important;
}

table.listing {
	margin-bottom: 10px;
	width: auto !important;
}

table.listing td, table.listing th {
	padding: 0 15px 6px 0 !important;
    vertical-align: top;
}

.note {
	font-size: 13px;
	font-weight: normal;
	padding-left: 8px;
}

.small {
	font-size: 13px;
	line-height: 125%;
	font-weight: normal;
}

/* For Schedule */

.session {
	margin-left: 21px;
	text-indent: -22px;
	line-height: 105%;
	padding-top: 8px;
}

.subtitle {
	margin-left: 21px;
	margin-top: 0;
	padding-top: 2px;
	padding-bottom: 1px;
	font-size: 13px;
	line-height: 125%;
	font-weight: normal;
}

.poster_topics {
	margin-top: 0;
	padding-top: 2px;
	font-size: 13px;
	line-height: 125%;
	font-weight: normal;
}

.posters_bookmarked {
	margin-left: 22px;
	text-indent: -20px;
	margin-top: 0;
	padding-top: 5px;
	font-size: 13px;
	line-height: 105%;
	font-weight: normal;
}

.message_green {
    color: green;
	font-weight: bold;
}
	
.message_red {
    color: red;
	font-weight: bold;
}

.banner_green {
    background: green;
    color: white;
    padding: 6px 15px !important;
	font-weight: bold;
	margin: 5px 0 0;
}
		
.banner_green a {
    color: #d1d1d1;
}
		
.banner_red {
    background: red;
    color: white;
    padding: 6px 15px !important;
	font-weight: bold;
	margin: 5px 0 0;
}

.eye {
	vertical-align: -3px;
}

/* Format poster listing table */
.posters {
	margin-left: 0;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0;
	color: #666666;
	border-collapse: collapse;
	border-top: 2px solid #CDCDCD !important;
	border-bottom: 2px solid #CDCDCD !important;
}

.posters td {
	padding: 0 15px 5px 0 !important;
    vertical-align: top;
	border-bottom: 1px solid #CDCDCD !important;
}

.posters th {
	padding: 0 15px 4px 0 !important;
    white-space: nowrap;
	background: #f2f2f2;
	border-bottom: 2px solid #CDCDCD !important;
}

.center {
	text-align: center;
}

ul, ol {
	margin-top: 6px;
	margin-bottom: 1px;
}

/* Format the session_time */
.session_time {
	/* font-style: italic; */
	font-weight: bold;
	padding-top: 5px;
	font-size: 95%;
}

/* Format the poster_time line */
.poster_session_time {
	/* font-style: italic; */
	font-weight: bold;
	padding-top: 9px;
	padding-bottom: 2px;
	font-size: 95%;
}

/* Format the poster session on the posters.php overview page */
.poster_session {
	padding-top: 1px;
	padding-left: 22px;
}

/* For talks.php page */
.talkroom1 {
	width: 50%;
	float:left;
	margin-bottom: 6px;
}
.talkroom2 {
	margin-left: 50%;
	margin-bottom: 6px;
	padding-left: 10px;
}

/* For stacking on phone */
@media (max-width: 600px) {
	.talkroom1 {
		width: 100%;
	}
	.talkroom2 {
		width: 100%;
		margin-left: 0;
	}
	.phone_show {
		display: inline;
	}
	.phone_hide {
		display: none;
	}
	.page_div {
		padding: 15px 20px 15px 20px;
	}

}

/* Acknowledgements */
.acknowledgements {
	font-size: 14px;
	font-style: italic;
}

/* Add separators to talk overview days. */
.talk_day {
	border-top: 1px solid lightgray;
	padding-top: 12px;
	margin-top: 20px;
}

/* Bookmark icons */
.bookmark {
	cursor: pointer;
	vertical-align: -2px;
}

.red {
    color: red;
}

.green {
    color: green;
}
