@charset "UTF-8";
/* Icons and titles */

#menuicon {
	display: none;
}
h2 {
    margin-top: 40px;
    margin-bottom: 30px;
}
h5, h5 a.anchor {
	font-weight: bold;
	font-size: medium;
	color:#697CAD;
	margin-top: 30px;
	margin-bottom: 15px;
}

.print {
	cursor: pointer;	
}
.save {	
    font-size:large;
}
a.print:after, a.pdf:after {
	font-family:  FontAwesome;
	font-size:large;
    text-decoration: none;
	font-style: normal;
	float: right;
	padding-left: 8px;
}
a.print:after {
	content: "\f02f";
}
a.pdf:after {
	content: "\f1c1";
    font-size:medium;
}
a.pdf:hover:after, a.print:hover:after {
    color:#697CAD;
}
.thumbnail {
    max-width:300px;
}
/* Forms */
input[type=text], textarea {
    width: 100%;
    padding: 12px; /* Some padding */  
    border: 1px solid #CCC; /* Gray border */
    border-radius: 2px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 22px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
	background-color: #F3F3F3;
	font-size: inherit;
}
.styled-select {
    width: 100%; 
    border: 1px solid #CCC;
    border-radius: 2px; 
    margin-top: 6px; 
    margin-bottom: 22px; 
	background-color: #F3F3F3;
	font-size: 11pt;
    padding: 0; 
    overflow: hidden; 
}
.styled-select select { 
    background: transparent;
    box-shadow:none !important;
    border: none;
    font-size: 11pt;
    height: 42px;
    padding: 5px; /* If you add too much padding here, the options won't show in IE */
    width: 100%; 
 }

input[type=radio] {
    margin-left: 12px;  
    margin-right: 5px; 
}

input[type=submit], #reviewbutton, button {
    background-color: #00174D;
    display:block;
    color: white;
    padding: 12px 20px;
    margin: 12px auto;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

button {
    background-color: #DADFEB;
    display: inline; 
    margin: 0 0 0 10px;
    padding: 4px 8px;
    color:#666666;
    float: right;  
}
button:hover {
    background-color: #bbb; 
    color: white;   
}
input[type=submit]:hover, #reviewbutton:hover {
    background-color: #7587AD;
}

input[type=submit]:disabled {
    background: #ccc;
    cursor:default;
}

#menu1, #menu2, #affother {
    display: none;
}
#menu1, #menu2 {
    width: 30%;
}
input[name="banquet"][value="1"]:checked ~ #menu1 {
    display: inline-block;
}
input[name="banquet"][value="2"]:checked ~ #menu2, input[name="banquet"][value="2"]:checked ~ #menu1 {
    display: inline-block;
}
.container {
    border-radius: 5px;
    padding: 0;
}


/* Data tables (shading for header row, alt. rows, etc.) */
.data-c, .data-l, .short-c {    
	min-width: 400px;
}

.session, .item, .abstract {	
    display: block;
//    border: 1px solid blue;
    width: 100%;
}
.short-c {
	width:auto;
	margin: 0px auto;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}

.data-c th, .data-l th, .seshdr {
	background-color: #F3F3F3;
	border-bottom: solid 1px;
	border-top: solid 1px;
}

.data-l th, .seshdr {
	padding-right: 12px;
	padding-left: 12px;
}
.seshdr, .item {
    padding-top:5px;
    padding-bottom:5px;
}
.seshdr {
    font-weight:bold;
//    text-align:center;
}
.data-l td, .time, .presenter, .title, .break, .event {
	padding-left: 12px;
	padding-right: 0px;
}
.time, .presenter, .title, .break, .event, .sesnmb, .sesname, .place {
    display: inline-block;
    vertical-align: middle;
}
.time, .sesnmb {
    width: 80px;
}
.presenter, .sesname {
    width: 240px;
}
.title, .break, .place, .event  {
    width: 380px;
   
}
.title { 
    font-style: italic;
    width: 320px;
}
.data-c tr:nth-child(odd), .data-c div.item:nth-child(odd),
.data-l tr:nth-child(odd), .data-l div.item:nth-child(odd) {
	background-color: #F8F8F8;
}
.abstract {
    display: none; 
    width: 800px;
    padding: 12px;
}
td.shade {
	background-color: rgba(229,233,238,0.2); 
}

th.clear, td.clear {
	background-color: #FFF;
}

th.noborder, th.clear, td.clear {
	border-bottom: none;
	border-top: none;
}

tr.bar, .data-c th, .data-l th, td.caption, .seshdr {
	border-color: #BBB;
}

.data-c tr:last-of-type, .data-l tr:last-of-type, .data-l div.item:last-of-type, .data-c div.item:last-of-type {
    border-bottom: solid 1px #BBB;
}

td.caption {
	font-size: 10pt;
	text-align: left;
	background-color: #FFF;
	font-style: italic;
	margin: 0px;
	padding: 8px 0px 0px 0px;
 	line-height: normal;
	color: #333;
	border-top: solid 1px #BBB;
    border-bottom: solid 1px transparent;
}


/*Pop-up abstracts*/

a.popup, a.popup:hover {
	text-decoration: none;
}


.popup span { 
	position: fixed;
	background-color: #C3D2EE;
	padding: 30px;
	width: 500px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	right: -1000px;
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  	transition: opacity 0.5s;
}

.popup:hover span  { 
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
	top: 50%;
	left: 55%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 100;
	text-decoration: none;
	border: 1px solid #ccc;
}
.popup span p {
  	color: black;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}

.spacer {
    display:inline-block; 
    width: 150px; 
    height: 360px;
}


/* Rules for mobile devices*/
@media only screen and (max-width: 1024px) {
body, p, li, td, label, input, textarea, .contents li, .contents p, .styled-select, .styled-select select, .seshdr, .item, .time, .title, .presenter, .abstract, .event, .break {
	font-size: x-large;
}
h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 1.5em;
    padding: 1em 0;
}
h3 {
	font-size: xx-large;
    padding: 1em 0;
}
h4, h5, h5 a.anchor, h4 a.anchor {
	font-size: x-large;	
}

p.caption, p.caption2, p.attribution, th {
	font-size: large;
}
.left, #pallogo, #palbanner, .bottom {
	display: none;
}
#paldome img {
	height: 7em;
}
#menuicon {
	margin-left: 0.2em;
	position:absolute;
	display: block;
	font-family:  FontAwesome;
	color: #888;
	font-size: 4em;	
	line-height: 1.5em;
}
#menuicon:after{ 
	content:"PALOMAR OBSERVATORY";
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#888;
	font-size: 0.5em;
	position: absolute;
	width: 900%;
	top: 1em;
//	border: 1px green solid;
	line-height:1.2em;
	text-align:center;
}
td.content {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.floatright, .floatleft, .short, .contents, .thumbnail {
	float: none;
	margin: 0px auto;	
}
.floatright, .floatleft, .thumbnail, .contents {
	max-width: 500px;
}
.floatright img, .floatleft img {
	width: 500px;
    height:auto;
}

nav ul, nav ul li { 
	margin: 0px auto;
	text-align:center;
}

nav ul li { 
	padding-top: 4em; 
	padding-bottom: 0;
}

li.menu, a.menu, p.menu, li.menuex, a.menuex, p.menuex {
	font-size: 2.3em;
	text-decoration:none;
}
a.menuex {   /* External left menu items (eg. Observer Login brings up an icon on hover) */
	color: #333;
	font-style: normal;
}
a.menuex:hover:before, a.submenuex:hover:before {
   content: url(../../../../palomar/stylesnscripts/lightbox/img/menuex.png);
}
a:active.menu, a:focus.menu, a:active.menuex, a:focus.menuex {
	color: white;
}
input[type=submit], #reviewbutton {
    padding: 1.5em 2.5em;
	font-size: x-large;
}
.hideformobiles {
    display:none;
}
#menu1, #menu2 {
    width: 49%;
}
.time {
    width: 15%;
    font-size:x-large;
}
.presenter {
    width: 70%;
}
.presenter:empty {
    display:none;
}
.title, .event, .break {
    width: 75%;
    padding: 0.5em 12px;
    display:inline-block;
}
.title {
    width: 65%;
}
.abstract {
    width: 95%;
    padding: 0.5em 12px;
}
button {
    padding: 0.5em 1em;
	font-size: large;
    display: inline-block;
}
.spacer { 
    height: 30px;
}
}