/*
    Use this stylesheet to modify the layout of your
    conference.
*/

/* ----------- Styles for the conference header ----------- */

/*
The wrapper of the whole conference page.
*/
.conf {
  width: 100%;
  border: none;
  margin: auto;
}

body {
  background-color: #f0f0f0;
}

body:after {
  background-image: url("https://indico.global/event/14680/images/4366-image1-6-1-7.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: unset;
  background-attachment: local, scroll;
  filter: grayscale(100%);
  opacity: 0.05;
  content: '';
  display: block;
  position: fixed !important;
  bottom: 250px;
  left: -350px;
  width: 45%;
  height: 45%;
  z-index: -1;
  min-width: 300px;
  min-height: 300px;
  /*transform: rotate(90deg);
  transform-origin: top left;*/
}

/*
Wraps around the upper part of the conference header.
*/
.confTitleBox {
  color: black;
  min-height: 125px;
  max-height: 150px;
  border-top: 0px solid #234173;
  border-bottom: 10px solid #302626;
  background: black;
  padding: 20px;
}

.confheader img {
  float: right;
  height: 100px !important;
  margin-top: -20px;
  margin-right: 0px;
}

/*
Sets the width of the upper part of the conference header.
Is set to 950px and centered by default.
*/
.confTitle {
  width: 950px;
  margin: 100 auto;
}

/*
The box containing the logo. By the default the logo is placed
on the left of the conference title.
*/
.confLogoBox {
  float: left;
  padding-right: 0px;
  border: 0px solid white;
}

/*
The style for the title text.
*/
.conference-title-link {
  font-size: 0pt;
  color: white;
  font-family: "Helvetica";
  float: right;
  margin-top: 150;
}

/*
Wrapper around the bottom part of the conference header
*/
.confSubTitleBox {
  background: #dadada;
  padding: 3px;
}

/*
The content of the lower part of the header. Is by default
centered and has a fixed width.
*/
.confSubTitleContent {
  width: 950px;
  margin: 0 auto;
  font-size: 11pt;
  color: #24425a;
}

/*
Style for links in the lower part of the header
*/
.confSubTitle a {
  font-size: 11pt;
}

/*
Styles for the date and place information.
*/
.datePlace {
  font-size: 14pt;
  margin-top: -110px;
  float: left;
  color: white;
  position: relative;
  left: 380px;
}

/*
Announcement styles
*/
.simpleTextAnnouncement {
  background: #f5faff url(/images/conf/sprites_blue.png) repeat-x scroll 0 -400px;
  border-top: 1px solid #c2d6e7;
  font-family: Verdana;
  font-weight: bold;
  font-size: 10pt;
  text-align: center;
  color: #0f283d;
  padding: 8px 0;
}

/* ----------- Styles for the main content ----------- */

/*
The wrapper around the menu and the page content.
By default centered with a fix width.
*/
#confSectionsBox {
  width: 950px;
  margin: 0 auto;
  margin-top: 30px;
}

/* ----------- Styles for the menu ----------- */

/* Styles for all menu Items */

/*
Wrapper around the menu
*/
.conf_leftMenu {
  float: right;
  width: 200px;
}

/*
Styles for the menu box
*/
#outer {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

/*
The menu item
*/
#outer li a {
  font-family: Verdana;
  font-size: 10pt;
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
  background: #e0e0e0;
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: #275c86;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: #0e2a6b;
  background: #dadada;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}

/*
sub menu item
*/
li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

/*
Support box
*/

.support_box {
  background: #f6f6f6;
  border: 1px solid #ccc;
}

.support_box > h3 {
  padding-left: 12px;
  font-size: 10pt;
  font-family: "Verdana";
  color: #0e2a6b;
  background: #dadada;
}

/* ----------- Styles for the page content ----------- */

/*
Wrapper around the content
*/
.confBodyBox {
  margin-left: 0;
  margin-right: 230px;
}

.social-button-container img {
  content: url("https://indico.cern.ch/event/1370980/images/44550-social-large.png");
}

.icon-phone:before {
  background-image: url("https://indico.cern.ch/event/1370980/images/44578-imageedit_10_9441647306.png");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}

.qtip-blue .qtip-content {
  background-color: #212121 !important;
  border-color: #303030 !important;
  color: #f3f3f3 ! important;
}

.social-share h2 {
    color: white !important;
}

.social-share h3 {
    color: #e0e0e0 !important;
}

.social-share h4 {
    color: #e0e0e0 !important;
}

.social_share_tooltip.qtip-blue .direct-link {
    color: #4682B4 !important;
}