﻿/* Taken from Bolek's original Vietnam Flavour Conference CSS
   Cleaned up using external tools, including removing comments etc.

   mod001: Added "16th Rencontres du Vietnam" under main title"
   mod002: Made the dark top buton bar have the same background as the rest"
   mod003: Made the <ul> for the contents on the Practical info page into
           a two-column list
   mod004: Removed the Application for Financial Support row from the table
           with the Registrations, leaving only the main Conference
           Registration. Can't do this from within Indico, it seems.
           Currently shows a warning message that will be taken away once 
           he page is live
   mod005: Moved the "16th..." above the main conference title
   mod006: Used normal font for the title (not utf8 bold) and changed CSS to
           make it bolder
   mod008: Tried to make the submenu items smaller in the left-hand menu box
           DOESN'T WORK
   mod009: Link from the Rencontres du Vietnam at the top of the Overview to 
           the blurb at the bottom of the page DOESN'T WORK
   mod010: Tidied up buttons on the top left
   mod011: Made the background colour for the button bar yellow (again?)
   mod014: Removed the code that disables the Indico registration form
           And reactivated the code that removes the Financial Support
           for link in the Registration page
   mod015: Added new style for the notifications: red, centered on front page
   mod016: Removed code that fiddles with the Registration Forms
           fixed width of main image   
   mod017: Reinstated code that fiddles with the Registration Forms to only
           show Register Your Interest
   mod018: Removed code that fiddles with the Registration Forms
   mod019: Centred Announcement and made bigger
   mod020: Made top menu item (Full Registration, Deadline 14 July) bold
   mod021: Made background to day headers blue in "standard inline minutes" view 
           (were very hard to see with white-on-light-yellow)
   mod022: Made top menu item (now just  to register for the 2025 mailing list) box red-orange
   mod023 for old 33640 version: make the text bigger that says that the URL is wrong 
           
*/


body {
padding-top : 29px;
font-family : arial-narrow, arial, sans serif;
font-size : 100%;
background-color : #FFFFCC;
color : #111;
}

/* mod011 */
div.main-action-bar.flexrow.f-j-space-between.f-a-center {
  background-color : #FFFFCC;
}

/* mod001 -> mod005 -> mod006: */

/* mod016: fixed width of main image */
img.confLogo{
    width: 100%;
}
/* mod009: added the RdVdescription anchor, but doesn't work */

div.confLogoBox:after {
	display : block;
  font-size: smaller;
  font-weight: 600;
	content : "16th <a href="#RdVdescription">Rencontres du Vietnam</a>"
}
span.conference-title-link {
  font-weight: 900;
  letter-spacing: 0.03em;
}
/* mod002: */
.page-header.page-header-dark.event-page-header {
  background-color: #FFFFCC;
}

/* mod003: */
ul.PracticalInfoContentsList {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
} 

/* mod013 (replace mod012 to be a bit more specific) */
/* mod014: removed this after all
/* #regforms-list {
  visibility: hidden;
  position: relative;
}

#regforms-list:after {
visibility: visible;
position: absolute;
top: 0;
left: 0;
content: "Please use the Registration Form that is accessible from the menu bar.";
}
*/
/* mod004 (disabled and replaced by mod012) but put back in with mod014 */
  /* This removes the second entry in the Indico registration form, but we are */
 /* mod016: removed changes to Registration form list  after all */
 /* mod017: reinstated to only show third row (Register Your Interest) */
 /* mod018: reinstated to hide second row (Apply for Support) */
table.i-table-widget tr:FIRST-CHILD + tr {
      display:none;
  }
/* table.i-table-widget tr:FIRST-CHILD {
      display:none;
  }
  */

/* mod007 (Doesn't work. Anyone?) */
ul.inner {
  font-size: smaller;
}

/* mod010 Cleaned up the buttons on the top left */

a.i-button.text-color.subtle.icon-home {
  display:none;
}
a.i-button.text-color.subtle.icon-first {
  display:none;
}
a.i-button.text-color.subtle.icon-prev {
  display:none;
}
a.i-button.text-color.subtle.icon-next {
  display:none;
}
a.i-button.text-color.subtle.icon-collapse {
  display:none;
}
a.i-button.text-color.subtle.icon-last {
  display:none;
}a.i-button.text-color.subtle.icon-layout.arrow.js-dropdown {
  display:none;
}
span.separator {
  display:none;
}

/* mod021: Made background to day headers blue in "standard inline minutes" view 
           (were very hard to see with white-on-light-yellow) */
div.day-header {
  background-color: #000099;
}

/* mod020: Made top menu item (Full Registration, Deadline 14 July) bold */
/* mod022: Made top menu item (now just  to register for the 2025 mailing list) box red-orange */
li.menuConfTitle:first-child{
    font-weight: bold;
    color: #ffb9a3;
}

/* mod023 for old 33640 version: make the text bigger that says that the URL is wrong */
div.description.js-mathjax.editor-output {
  font-family : arial-narrow, arial, sans serif;
  font-size: 2.0em;
  color: #ff3333;
  width: 90%;
  text-align: left;
  background-color: #ffffcc;
  margin: auto;
  background-image: url("http://none.invalid");
  border-style: none;
}


/* mod015: Cleaned up the Notifications box (div simpleTextAnnouncement) */
/* mod019: Centred Announcement and made bigger */

div.simpleTextAnnouncement {
  font-family : arial-narrow, arial, sans serif;
  font-size: 1.5em;
  color: #ff3333;
  width: 45%;
  text-align: justify;
  background-color: #ffffcc;
  margin: auto;
  background-image: url("http://none.invalid");
  border-style: none;
}

#page {
margin : 3.5em auto;
width : 800px;
padding-top : 20px;
}
#banner, #content_area, #footer {
width : 800px;
float : left;
position : relative;
}
#banner {
height : 120px;
}
#banner_content {
width : 530px;
margin-left : 100px;
padding-right : 50px;
}
#banner h1 {
padding : 0 0 0 0;
margin : 0 0 0 0;
line-height : 0.8;
}
#logo_lhcb {
display : block;
width : 86px;
height : 58px;
position : absolute;
top : 0;
left : 0;
}
#logo_lhcb img {
border : none;
}
#banner1, #content_area, #footer {
width : 800px;
float : left;
position : relative;
}
#banner1 {
height : 190px;
}
#banner1_content {
width : 530px;
margin-left : 100px;
padding-right : 50px;
}
#banner1 h1 {
padding : 0 0 0 0;
margin : 0 0 0 0;
line-height : 0.7;
font-size : 3.0em;
}
#banner1 h4 {
font-weight : 700;
font-size : 1.2em;
letter-spacing : 0.1em;
}
h1 {
font-size : 2.2em;
letter-spacing : 0.1em;
font-weight : 700;
color : #000099;
}
h2 {
font-weight : 700;
font-size : 1.8em;
letter-spacing : 0.1em;
text-transform : uppercase;
margin-top : 2em;
}
h3 {
font-weight : 400;
font-size : 1.4em;
letter-spacing : 0.1em;
text-transform : uppercase;
margin-top : 3em;
}
h4 {
font-weight : 700;
font-size : 1em;
letter-spacing : 0.1em;
}
h5 {
font-weight : 400;
font-size : 1em;
letter-spacing : 0.1em;
text-transform : uppercase;
}
p, li {
font-size : 0.75em;
letter-spacing : 1px;
line-height : 1.8;
}
p, li {
font-size : 0.85em;
letter-spacing : 1px;
line-height : 1.8;
}
cite {
font-size : 0.9em;
}
ul.plain, ul.plain li {
list-style-type : none;
padding-left : 0;
}
ul.publications li {
margin-bottom : 1em;
}
ul.publications li.with_img img {
border : none;
}
ul.publications li.with_img a {
display : block;
width : 200px;
padding : 10px;
background-color : #efefef;
text-align : center;
}
ul.publications li.with_img a span.link_title {
display : block;
text-transform : uppercase;
}
a {
color : #006db7;
text-decoration : none;
}
.nowrap {
white-space : nowrap;
}
p#strapline {
color : #999;
}
p#breadcrumbs {
color : #999;
font-size : 0.6em;
margin-bottom : 40px;
}
p.caption {
color : #999;
margin-top : 0.2em;
}
#content {
width : 550px;
float : left;
}
#navigation {
width : 200px;
float : left;
padding : 0;
margin : 0 50px 0 0;
}
#navigation, #navigation li {
list-style-type : none;
margin-left : 0;
padding-left : 0;
}
#navigation li {
line-height : 1;
}
#navigation li a {
display : block;
line-height : 1.2;
margin-top : 0;
margin-bottom : 0.6em;
}
#navigation li a {
display : block;
}
#navigation li.active a {
font-weight : 700;
}
#users_link {
position : absolute;
top : 0;
right : 0;
font-size : 0.75em;
font-style : italic;
text-transform : uppercase;
font-weight : 700;
color : #999;
}
#footer {
height : 78px;
padding-top : 60px;
}
#footer img {
border : none;
}
#link_cern {
position : absolute;
bottom : 0;
right : 0;
}
.snug.top {
margin-top : 0;
padding-top : 0;
}
.phr {
float : right;
border : #999999 solid 1px;
background-color : #FFFFFF;
margin-top : 0.2em;
margin-bottom : 12px;
margin-left : 18px;
padding : 2px;
}
.ph {
border : #999999 solid 1px;
background-color : #FFFFFF;
margin-top : 12px;
margin-bottom : 12px;
padding : 2px;
}
.phl {
float : left;
border : #999999 solid 1px;
background-color : #FFFFFF;
padding : 2px;
margin-right : 18px;
margin-bottom : 12px;
clear : left;
}
div.figure {
float : right;
border : none;
margin : 2px;
padding : 2px;
}
div.figure p {
text-align : center;
font-style : italic;
font-size : smaller;
text-indent : 0;
margin : 2px;
padding : 0;
}
div.figurel {
float : left;
border : none;
margin : 2px 4px 4px 4px;
padding : 2px;
}
div.figurel p {
text-align : center;
font-style : italic;
font-size : smaller;
text-indent : 0;
margin : 0;
padding : 0;
}
.force.lower {
text-transform : lowercase;
}
.clear-block {
display : inline-block;
}
* html .clear-block {
height : 1%;
}
.clear-block {
display : block;
}

body {
	padding-top: 29px;
	font-family: arial-narrow, arial, sans serif;
	font-size: 100%;
	background-color: #FFFFCC;
	color: #111;
}


#page {
	margin: 3.5em auto;
	width: 800px;
	padding-top: 20px;
}
#banner, #content_area, #footer {
	width: 800px;
	float: left;
	position: relative;
}
#banner {
	height: 120px;
}
#banner_content {
	width: 530px;
	margin-left: 100px;
	padding-right: 50px;
}
#banner h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 0.8;
}
#logo_lhcb {
	display: block;
	width: 86px;
	height: 58px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo_lhcb img {
	border: none;
}

#banner1, #content_area, #footer {
	width: 800px;
	float: left;
	position: relative;
}
#banner1 {
	height: 190px;
}
#banner1_content {
	width: 530px;
	margin-left: 100px;
	padding-right: 50px;
}
#banner1 h1 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 0.7;
	font-size: 3.0em;
}
#banner1 h4 {
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 0.1em;
}

h1 {
	font-size: 2.2em;
	letter-spacing: 0.0em;
	font-weight: 700;
	color: #000099
}
h2 {
	font-weight: 700;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 2em;
}
h3 {
	font-weight: 400;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-top: 3em;
}
h4 {
	font-weight: 700;
	font-size: 1em;
	letter-spacing: 0.1em;
}
h5 {
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
p, li {
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 1.8;
}
cite {
	font-size: 0.9em;
}
ul.plain, ul.plain li {
	list-style-type: none;
	padding-left: 0;
}
ul.publications li {
	margin-bottom: 1em;
}
ul.publications li.with_img img {
	border: none;
}
ul.publications li.with_img a {
	display: block;
	width: 200px;
	padding: 10px;
	background-color: #efefef;
	text-align: center;
}
ul.publications li.with_img a: hover {
	background-color: #006db7;
	color: #fff;
	text-decoration: none;
}
ul.publications li.with_img a span.link_title {
	display: block;
	text-transform: uppercase;
}
a {
	color: #006db7;
	text-decoration: none;
}
a: active, a: focus {
	outline: 0;
}
a: hover {
	text-decoration: underline;
}
.nowrap {
	white-space: nowrap;
}
p#strapline {
	color: #999;
}
p#breadcrumbs {
	color: #999;
	font-size: 0.6em;
	margin-bottom: 40px;
}
p.caption {
	color: #999;
	margin-top: 0.2em;
}
#content {
	width: 550px;
	float: left;
}
#navigation {
	width: 200px;
	float: left;
	padding: 0;
	margin: 0 50px 0 0;
}
#navigation, #navigation li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#navigation li {
}

#navigation li {
	line-height: 1;
}

#navigation li a {
	display: block;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.6em;
}
#navigation li a {
	display: block;
}
#navigation li.active a {
	font-weight: 700;
}
#navigation li.active a: after {
	content: " ›";
}
#navigation li a: hover {
	text-decoration: underline;
}
#users_link {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0.75em;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
}
#users_link a: after {
	content: "›";
}
#footer {
	height: 78px;
	padding-top: 60px;
}
#footer img {
	border: none;
}
#link_cern {
	position: absolute;
	bottom: 0;
	right: 0;
}
.snug.top {
	margin-top: 0;
	padding-top: 0;
}
.phr {
	float: right;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 0.2em;
	margin-bottom: 12px;
	margin-left: 18px;
	padding: 2px;
}
.ph {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 2px;
}
.phl {
	float: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 2px;
	margin-right: 18px;
	margin-bottom: 12px;
	clear: left
}
div.figure {
	float: right;
	border: none;
	margin: 2px;
	padding: 2px;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin: 2px;
	padding: 0px;
}
div.figurel {
	float: left;
	border: none;
	margin: 2px 4px 4px 4px;
	padding: 2px;
}
div.figurel p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
	margin: 0px;
	padding: 0px;
}
.force.lower {
	text-transform: lowercase;
}

.clear-block: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}

* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}