/* =========================================================
   GLOBAL
   ========================================================= */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, serif;
  font-size: 13px;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #fff
    url("/event/49667/images/13551-background.jpg")
    no-repeat fixed center top / cover;
}

/* =========================================================
   SAFE GENERIC (NON rompe timetable)
   ========================================================= */
.confBodyBox h1 { font-size: 18px; color: #154c76; }
.confBodyBox h2 { font-size: 16px; color: #154c76; }

.confBodyBox pre {
  margin: 0;
  font-size: 11pt;
  font-family: Helvetica, Arial, sans-serif;
  color: #444;
}

/* =========================================================
   HEADER
   ========================================================= */
.confheader,
.confTitleBox,
.pageHeader {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.confTitle {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  align-items: flex-start;
}

.confLogoBox img {
  height: 140px;
  display: block;
}

.conferencetitlelink {
  font-size: 34pt !important;
  font-weight: 700;
  line-height: 1.1;
  color: #b00020;
  text-decoration: none;
  margin-top: 6px;
  max-width: calc(100% - 160px);
  word-break: break-word;
}

/* =========================================================
   DATE / PLACE
   ========================================================= */
.confSubTitleBox {
  background: rgba(255,255,255,.6) !important;
  padding: 12px;
  border-radius: 12px;
}

.confSubTitleContent {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.datePlace { font-size:16pt; font-weight:500; color:#b00020; }
.place { font-size:14pt; }
.datePlace .timezone { font-size:13px; color:#555; }

/* =========================================================
   LEFT MENU
   ========================================================= */
.conf_leftMenu {
  width: 200px;
  float: left;
  margin-right: 20px;
}

#outer {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background: rgba(255,255,255,.87);
  border-radius: 12px;
}

#outer li a {
  display: block;
  padding: 7px 12px;
  font-size: 10pt;
  color: #154c7b;
  text-decoration: none;
  border-radius: 6px;
  transition: background .25s;
}

#outer li a:hover {
  background: #b00020;
  color: #fff;
}

/* =========================================================
   MAIN CONTENT
   ========================================================= */
.confBodyBox {
  margin-left: 230px;
  padding: 20px;
  background: rgba(255,255,255,.87);
  border-radius: 12px;
  overflow: hidden;
}

/* =========================================================
   INTRO + LOGOS
   MOSTRATI SOLO NELLA PAGINA OVERVIEW
   ========================================================= */

/* di default NASCOSTI */
.mainContentIntro,
.mainContentLogos {
  display: none;
}

/* mostra solo nella pagina statica principale */
.event-page .mainContentIntro,
.static-page .mainContentIntro,
.page-content .mainContentIntro {
  display: block;
  padding: 15px;
  margin: 0 0 20px 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12pt;
  line-height: 1.5;
  color: #222;
}

.event-page .mainContentLogos,
.static-page .mainContentLogos,
.page-content .mainContentLogos {
  display: block;
  width: 100%;
  height: 180px;
  padding: 15px;
  margin: 0 0 40px 0;
  background: url("/event/49667/images/13557-loghi.png") no-repeat center;
  background-size: contain;
}

/* =========================================================
   SUBMENU
   ========================================================= */
.inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url("/event/49667/images/left_menu_bullet") no-repeat 15px center;
  border-radius: 6px;
}

/* =========================================================
   MISC
   ========================================================= */
.simpleTextAnnouncement {
  padding: 8px 0;
  background: #f5faff;
  border-top: 1px solid #c2d6e7;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  color: #0f283d;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media (max-width: 600px) {

  .conf_leftMenu {
    display: none;
  }

  .confBodyBox {
    margin-left: 0;
    padding: 15px;
  }
}