@import "dropdown-iframe.css";
.message-button {
  display: none;
}
.message-js .message-button {
  display: inline-block;
}
div.container-fluid {
  padding: 1em;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
#conference-sweet button:not(.btn),
#conference-sweet .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
#conference-sweet button:not(.btn):hover,
#conference-sweet .btn-default:hover,
#conference-sweet button:not(.btn):focus,
#conference-sweet .btn-default:focus {
  color: #111;
}
#conference-sweet .btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #888;
  white-space: nowrap;
  padding: 0.3em 0.6em;
}
#conference-sweet .btn-sm {
  font-size: 0.89em;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular.eot');
  src: url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://nomadit.co.uk/fonts/glyphicons-halflings-regular-subset.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
a.active > .glyphicon-star-empty:before {
  content: "\e006";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-user:before {
  content: "\e008";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-embed #conference-sweet {
  margin: 0 auto 1em;
}
.conference-buttons div.container-fluid {
  padding: 0 1% 1%;
}
#conference-sweet .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.5s;
}
*[aria-expanded="true"] .caret {
  transform: scale(-1.4);
}
*[aria-expanded="false"] .caret {
  transform: scale(1.4);
}
#conference-sweet {
  min-height: 80%;
  max-width: 96%;
  margin: 10px auto;
}
#conference-sweet .conference-panels {
  max-width: 50em;
}
#conference-sweet label {
  white-space: normal;
}
#conference-sweet * {
  box-sizing: border-box;
}
#conference-sweet h2 small,
#conference-sweet h3 small,
#conference-sweet h4 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#conference-sweet a {
  text-decoration: none;
}
#conference-sweet a:focus {
  outline: none;
}
#conference-sweet .button-holder {
  min-height: 2em;
}
#conference-sweet .tab-pane {
  display: none;
}
#conference-sweet .tab-pane.active {
  display: block;
}
#conference-sweet ul {
  margin: 0;
  padding: 0;
}
#conference-sweet .collapse {
  display: none;
  visibility: visible;
  height: auto;
}
#conference-sweet .collapsing {
  display: block;
  overflow: hidden;
  visibility: visible;
}
#conference-sweet .collapse.in {
  display: block;
  visibility: visible;
}
#conference-sweet .left-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: middle;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  border-top: 0.3em solid transparent;
  opacity: 0.75;
}
#conference-sweet .right-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2em;
  vertical-align: middle;
  border-left: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  border-top: 0.3em solid transparent;
  opacity: 0.82;
}
#conference-sweet a:hover .left-caret,
#conference-sweet a:hover .right-caret {
  opacity: 1;
  transform: scale(1.2);
}
#conference-sweet .pull-left {
  float: left;
}
#conference-sweet .pull-right {
  float: right;
}
#conference-sweet ul.nav {
  list-style: none;
}
#conference-sweet ul.nav .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  top: auto;
}
#conference-sweet ul.nav li {
  display: inline-block;
  margin: 0.2em 0;
  padding: 0;
}
#conference-sweet ul.nav li li {
  display: block;
}
#conference-sweet ul.nav li a {
  display: block;
  color: #fff;
  background: #ddd;
  background: linear-gradient(to bottom, #902 0%, #d60030 100%);
  border: none;
  border-radius: 3px;
  padding: 0.4em 0.5em;
  margin: 0;
  z-index: 3;
}
#conference-sweet ul.nav li a:hover {
  background: #000;
  color: #f0c33b;
  box-shadow: none;
}
#conference-sweet ul.nav li a:target,
#conference-sweet ul.nav li a:focus,
#conference-sweet ul.nav li a[aria-expanded=true] {
  background: #1a1a1a;
  color: #f3ce61;
  box-shadow: none;
}
#conference-sweet ul.nav li > ul {
  margin: 0 0 0.2em;
  background: #FFF;
  box-shadow: 0.2em 0.2em 0.3em #888;
}
#conference-sweet ul.nav li li a {
  display: block;
  margin: 0.1em 0.4em;
  padding: 0.2em 0.5em;
}
#conference-sweet ul.nav-days {
  list-style: none;
  padding-top: 0.2em;
}
#conference-sweet ul.nav-days li {
  background: rgba(250, 250, 250, 0.7);
  display: inline-block;
  margin: 0 0.5em 0 0;
}
#conference-sweet ul.nav-days li a {
  display: block;
  color: #222 !important;
  background: rgba(22, 22, 22, 0.2) !important;
  box-shadow: none;
  padding: 0.4em 0.5em;
  margin: 0;
  z-index: 3;
  border: none !important;
  border-radius: 0;
}
#conference-sweet ul.nav-days li a:hover {
  color: #101010 !important;
  background: rgba(22, 22, 22, 0.1) !important;
}
#conference-sweet ul.nav-days li.active a,
#conference-sweet ul.nav-days li a:target,
#conference-sweet ul.nav-days li a:focus,
#conference-sweet ul.nav-days li a[aria-expanded=true] {
  color: #000000 !important;
  background: #eee !important;
}
#conference-sweet ul.nav-days li.active a:hover {
  cursor: default;
}
#conference-sweet .well {
  padding: 16px 2%;
  padding: 16px 2vw;
}
@media (max-width: 50em) {
  #conference-sweet {
    max-width: 98%;
    min-height: 100%;
  }
  #conference-sweet li {
    display: block;
    margin: 0.2em 0;
  }
  #conference-sweet li > ul {
    box-shadow: none;
    margin: 0.2em 0;
  }
  #conference-sweet .dropdown-menu {
    position: static;
  }
  #conference-sweet .well {
    padding: 8px 4px;
  }
}
#conference-sweet .panel {
  text-align: left;
  width: 100%;
  max-width: 52em;
  display: block;
  position: relative;
  margin: 0.5em auto;
  background-color: rgba(250, 250, 250, 0.8);
  background-image: linear-gradient(45deg, rgba(250, 250, 250, 0.6), rgba(240, 240, 240, 0.9));
  border-radius: 0.3em;
  border: 2px solid rgba(250, 250, 250, 0.9);
  padding: 0;
}
#conference-sweet .panel-button {
  display: block;
  padding: 0.3em;
  color: #444;
  font-size: 1.1em;
  font-weight: bold;
  white-space: normal;
}
#conference-sweet .panel-expand-button {
  border-radius: 0.3em;
  padding: 0.8em;
}
#conference-sweet h3 {
  font-size: 1.1em;
}
#conference-sweet .btn:focus,
#conference-sweet .btn:active:focus,
#conference-sweet .btn.active:focus,
#conference-sweet .btn.focus,
#conference-sweet .btn:active.focus,
#conference-sweet .btn.active.focus {
  outline: none;
  box-shadow: 1px 1px 1px #444;
}
#conference-sweet a.panel-button:focus {
  color: #040404;
  background: #fff;
}
#conference-sweet a.panel-button:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 0 0.1em 0 #999;
}
#conference-sweet a.panel-button[aria-expanded="true"] {
  background: #d4d4d4;
}
#conference-sweet a.panel-button[aria-expanded="true"]:focus {
  background: #d0d0d0;
}
#conference-sweet a.panel-button[aria-expanded="true"]:hover {
  background: #d9d9d9;
}
#conference-sweet .panel-title-top {
  color: #555;
}
#conference-sweet .panel-title-top a {
  z-index: 2;
}
#conference-sweet .paper-list > h3 {
  display: none;
}
#conference-sweet .paper-list > h3:first-of-type {
  display: block;
}
#conference-sweet .paper {
  background: #FFF;
  padding: 0.5em;
  margin-top: 0.5em;
}
#conference-sweet .conference-panels {
  text-align: center;
  margin: 10px auto;
}
#conference-sweet .lead {
  text-align: left;
  font-size: 1.05em;
  font-weight: bold;
  margin: 0.4em 5% 0.6em;
}
#conference-sweet dd {
  margin: 0;
  color: #222;
}
#conference-sweet dd.space-below {
  margin-bottom: 0.4em;
}
#conference-sweet dt,
#conference-sweet h4 {
  font-size: 0.8em;
  font-weight: bold;
  color: #6a6a6a;
  margin: 0.5em 0.2em 0.5em 0;
}
#conference-sweet dl {
  margin-bottom: 0.3em;
}
#conference-sweet dl,
#conference-sweet dt,
#conference-sweet dd {
  display: block;
}
@media (min-width: 400px) {
  #conference-sweet .right-box dt,
  #conference-sweet dd {
    display: inline;
  }
}
@media (min-width: 600px) {
  #conference-sweet .right-box {
    float: right;
    width: 46%;
    padding-left: 0.4em;
  }
  #conference-sweet .left-box {
    float: left;
    width: 54%;
  }
}
#conference-sweet blockquote {
  font-size: 1.05em;
}
#conference-sweet a.expand-btn {
  display: block;
}
#conference-sweet .panel > .panel-expanded {
  padding: 1em;
  color: #444;
}
#conference-sweet .panel-expanded h4 {
  text-align: left;
}
#conference-sweet .panel hr {
  border-color: #c3c3c3;
}
#middle #main #conference-sweet li a {
  font-size: 1em;
  padding: 0.6em;
}
@media (max-width: 24em) {
  #middle #main #conference-sweet li a {
    font-size: 0.9em;
    padding: 0.4em;
  }
}
#conference-sweet .conference-buttons {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.9));
  position: relative;
  top: 0;
  left: 0;
  transition: top 0.1s linear;
  z-index: 3;
}
#conference-sweet .conference-buttons > .container-fluid {
  text-align: center;
}
#conference-sweet .conference-buttons ul.navbar-nav {
  display: block;
  float: none;
}
#conference-sweet .conference-buttons .navbar-nav > li {
  display: block;
  float: left;
  margin: 0.2em;
  position: static;
  max-width: 100%;
}
#conference-sweet .conference-buttons .navbar-nav > li .glyphicon {
  display: inline;
  font-size: 0.85em;
}
#conference-sweet .conference-buttons .navbar-nav > li .active .glyphicon {
  font-size: 1em;
  color: #FE0;
}
#conference-sweet .conference-buttons li.pull-right {
  margin-left: 1em;
}
#conference-sweet .conference-buttons li > a {
  white-space: normal;
}
#conference-sweet .conference-buttons ul .menu-description {
  padding: 0 0.8em 0.3em;
  max-width: 100%;
}
@media (min-width: 50em) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 38em;
  }
  #conference-sweet .conference-buttons .navbar-nav > li {
    max-width: 46em;
  }
}
@media (min-width: 60em) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 42em;
  }
  #conference-sweet .conference-buttons .navbar-nav > li {
    max-width: 50em;
  }
}
@media (min-width: 70em) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 48em;
  }
}
@media (min-width: 80em) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 52em;
  }
}
@media (min-width: 90em) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 58em;
  }
}
#conference-sweet .conference-buttons li > ul {
  font-size: 0.88em;
}
@media (min-width: 70em) {
  #conference-sweet .conference-buttons li > ul {
    font-size: 0.92em;
  }
}
@media (min-width: 80em) {
  #conference-sweet .conference-buttons li > ul {
    font-size: 1em;
  }
}
#conference-sweet.disable-button-float .conference-buttons {
  position: static;
}
#conference-sweet .conference-buttons {
  position: relative;
}
#conference-convenors h2,
#conference-authors h2 {
  text-align: center;
}
#conference-sweet .dataTables_filter input {
  width: 18em;
}
#conference-sweet table.dataTable td button {
  color: #222;
  text-align: left;
}
#conference-sweet table.dataTable td {
  color: #111;
}
#conference-sweet table.dataTable td:hover {
  background: #111;
  color: #FFF;
  cursor: pointer;
  cursor: crosshair;
}
#conference-sweet table.dataTable td.no-search:hover {
  background: #FFF;
  color: #111;
  cursor: auto;
}
#conference-sweet table.dataTable td button:focus,
#conference-sweet table.dataTable td button:hover {
  background: #FFF;
  color: #000;
}
#conference-sweet .dataTables_filter {
  color: #777;
}
#conference-sweet .panel a {
  color: #111;
}
#conference-sweet .panel {
  color: #333;
}
table#conference-authors td:nth-of-type(5),
table#conference-convenors td:nth-of-type(5),
table#conference-authors td:nth-of-type(6),
table#conference-convenors td:nth-of-type(6) {
  font-size: 0.8em;
}
table#conference-authors h2:hover,
table#conference-convenors h2:hover,
table#conference-authors td:nth-of-type(5):hover,
table#conference-convenors td:nth-of-type(5):hover {
  color: #66F;
  cursor: pointer;
}
table#conference-authors td:nth-of-type(1),
table#conference-convenors td:nth-of-type(1),
table#conference-authors td:nth-of-type(2),
table#conference-convenors td:nth-of-type(2) {
  font-weight: bold;
}
ul.nav-conf li a.active:hover,
ul.nav-conf li a.active {
  background: #F5F5F5;
  color: #444;
}
#conference-sweet .video-badge .glyphicon {
  font-size: 1.7em;
  opacity: 0.8;
  margin: 0.2em 0.2em 0.2em 0;
}
#conference-sweet .video-badge .badge {
  font-size: 0.8em;
  opacity: 0.6;
  position: relative;
  top: -0.4em;
  left: -0.5em;
}
#conference-sweet .video-container .glyphicon {
  font-size: 1.3em;
}
.days-container .tab-pane {
  position: relative;
  animation: fragment-appear 0.2s forwards;
}
.days-container .tab-pane,
.days-container .tab-pane h2,
.days-container .day-session h3 {
  padding: 0.35em;
}
@media screen {
  .days-container ul.nav + .tab-content .tab-pane > h2 {
    display: none;
  }
}
.days-container .day-session {
  display: block;
  width: 33%;
  min-width: 10em;
  max-width: 50em;
  float: left;
}
.days-container .count-1 > .day-session {
  width: 100%;
}
.days-container .count-2 > .day-session {
  width: 48%;
}
.days-container .count-4 > .day-session {
  width: 25%;
}
.days-container .panel-tile {
  display: inline-block;
  width: 100%;
  padding: 0.3em;
}
.days-container table.tt {
  table-layout: fixed;
  width: 100%;
  overflow: auto;
}
.days-container table.tt tr {
  height: 2.4em;
}
.days-container table.tt tr:hover {
  background: #fff;
}
.days-container table.tt td .panel-tt {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.days-container table.tt td .panel-tt .ref-num {
  font-size: 0.92em;
  color: #444;
  margin-right: 0.2em;
}
.days-container table.tt td .panel-tt .session-order {
  display: inline-block;
  font-size: 0.7em;
  color: #111;
}
.days-container table.tt td .panel-tt a.panel-tt-btn {
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 0.2em 0.5em;
  color: #222 !important;
  width: 100%;
  display: block;
}
.days-container table.tt td .panel-tt a.panel-tt-btn:hover {
  color: #343434 !important;
}
.days-container table.tt td .panel-tt a.panel-tt-btn:focus {
  color: #3c3c3c !important;
}
.days-container table.tt td .panel-tt a.panel-tt-btn:active,
.days-container table.tt td .panel-tt a.panel-tt-btn:active:focus {
  color: #434343 !important;
}
.days-container a.panel-tile-title-btn {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 0.2em 0.3em;
  color: #131313;
}
.days-container a.panel-tile-title-btn:hover,
.days-container a.panel-tile-title-btn:focus {
  color: #0a0a0a;
}
#days-container a.panel-tile-title-btn {
  text-align: left;
}
#remote-page-timetable .timetable-div .panel-tile-row {
  padding: 1em 0;
}
#remote-page-timetable .timetable-div .panel-tile {
  position: relative;
  float: left;
  width: 50%;
  display: block;
  padding: 0.1em;
  margin: 0;
}
@media (max-width: 550px) {
  #remote-page-timetable .timetable-div .panel-tile {
    width: 100%;
  }
}
#remote-page-timetable .timetable-div .panel-tile-title-btn {
  padding: 0.2em 0.1em 0.2em 1.8em;
}
.timetable-div {
  max-width: 60em;
  margin: 0 auto;
}
.timetable-div .day-tab {
  display: none;
}
.timetable-div .day-tab.active {
  display: block;
}
.timetable-div ul.nav-days {
  display: flex;
}
.timetable-div ul.nav-days li a {
  font-size: 1.15em;
}
@media (max-width: 600px) {
  .timetable-div ul.nav-days li a {
    font-size: 1em;
  }
}
.timetable-div ul.nav-days li.active a {
  font-weight: bold;
}
.timetable-div ul.nav-days > * {
  flex: auto 1 1;
  text-align: center;
}
.timetable-div .timetable-row {
  margin: 0.4em 0;
  padding-right: 0.4em;
  position: relative;
}
.timetable-div .timetable-row.break {
  opacity: 0.5;
}
.timetable-div .timetable-row.break .tt-button {
  border: none;
}
.timetable-div .timetable-row.other .tt-button {
  background: rgba(255, 200, 200, 0.7);
  color: #300;
}
.timetable-div .timetable-row.session .tt-button,
.timetable-div .timetable-row.programme .tt-button {
  background: rgba(180, 180, 220, 0.7);
  color: #003;
}
.timetable-div .timetable-row.meeting .tt-button {
  background: rgba(180, 220, 180, 0.7);
  color: #030;
}
.timetable-div .timetable-row.keynote .tt-button {
  background: rgba(220, 180, 220, 0.7);
  color: #202;
}
.timetable-div .timetable-row .expanded-text {
  margin: 0.5em auto;
  opacity: 0.88;
  width: 100%;
  float: left;
  padding: 0 0.5em 0 20%;
}
.timetable-div .timetable-row .expanded-text.session-panels {
  padding: 0 0.5em;
}
.timetable-div a.pin-top-right {
  position: absolute;
  top: 0.4em;
  right: 1em;
  display: inline-block;
  font-size: 1.2em;
}
.timetable-div .tt-button {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.7em;
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: 2px;
  margin: 0;
}
.timetable-div button.tt-button .glyphicon {
  transform: scaleY(1);
  transition: transform 0.2s linear;
}
.timetable-div button.tt-button:hover {
  background: rgba(100, 100, 100, 0.3);
}
.timetable-div button.tt-button:focus {
  background: rgba(100, 100, 100, 0.14);
}
.timetable-div button.tt-button[aria-expanded=true] .glyphicon {
  transform: scaleY(-1);
}
.timetable-div .tt-times {
  float: left;
  display: block;
  font-weight: bold;
  vertical-align: top;
  width: 19%;
  font-size: 1.1em;
  padding: 0.5em 0;
}
.timetable-div .tt-label {
  float: left;
  display: block;
  width: 81%;
  vertical-align: top;
}
.timetable-div .tt-times {
  padding-left: 1em;
}
@media (max-width: 1000px) {
  .timetable-div .tt-times {
    font-size: 0.92em;
    padding-top: 0.7em;
  }
}
@media (max-width: 900px) {
  .timetable-div .tt-times {
    width: 21%;
    padding-left: 0.5em;
  }
  .timetable-div .tt-label {
    width: 79%;
  }
  .timetable-div .timetable-row .expanded-text {
    padding-left: 21%;
  }
}
@media (max-width: 768px) {
  .timetable-div .tt-times {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .timetable-div .tt-times {
    float: none;
    width: 100%;
    font-size: 1em;
  }
  .timetable-div .tt-label {
    float: none;
    width: 100%;
  }
  .timetable-div .timetable-row .expanded-text {
    padding-left: 0.5em;
  }
}
.timetable-div .tt-label > * {
  width: 100%;
  font-size: 1.2em;
  padding: 0.4em 0.6em;
  text-align: left;
}
#conference-sweet {
  animation: page-appear 0.5s forwards;
}
#conference-sweet .close-full-screen-button {
  display: none;
  position: fixed;
  right: 2%;
  top: 0.5em;
  z-index: 102;
}
#conference-sweet .full-screen-button {
  float: right;
}
#conference-sweet .page-fragment.full-screen .close-full-screen-button {
  display: block;
  z-index: 9;
}
#conference-sweet .page-fragment {
  background: rgba(255, 255, 255, 0);
}
#conference-sweet .page-fragment .full-screen-button {
  display: block;
}
@media (max-width: 690px) {
  #conference-sweet .page-fragment .full-screen-button {
    display: none;
  }
}
#conference-sweet .page-fragment.full-screen .full-screen-button {
  display: none;
}
#conference-sweet .page-fragment.full-screen {
  position: fixed;
  left: 0;
  right: 0;
  padding: 2%;
  top: 55px;
  bottom: 0;
  background: #ffffff;
  color: #333;
  border: 1px solid #aaa;
  overflow-y: scroll;
  z-index: 10;
  animation: full-screen-appear 0.5s forwards;
}
#conference-sweet .page-fragment.full-screen a {
  color: #15b;
}
#conference-sweet .page-fragment.full-screen a:hover,
#conference-sweet .page-fragment.full-screen a:focus {
  color: #15c;
}
#conference-sweet .page-embed .page-fragment.full-screen {
  top: 0;
}
#conference-sweet .page-fragment {
  animation: fragment-appear 0.1s forwards;
  min-height: 300px;
}
@keyframes full-screen-appear {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    opacity: 20;
    transform: rotate(1deg) scale(0.9);
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes fragment-appear {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes page-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#days-container .tab-pane {
  background: rgba(200, 200, 200, 0.4);
  position: relative;
}
#days-container .tt-container {
  overflow: auto;
}
#days-container td:first-of-type {
  width: 8em;
  text-align: right;
  padding-right: 0.5em;
}
#days-container .tt-scroll-indicator {
  width: 100%;
  height: 0;
  width: 0;
}
#days-container table.tt td:first-of-type {
  width: 8em;
  vertical-align: top;
}
#days-container table.tt .panel-loc {
  font-family: 'Lato', sans-serif;
  position: absolute;
  left: 0;
  top: auto;
  border-bottom: 1px solid #FAFAFA;
  background: #e7e7e7;
  line-height: 1.2em;
  font-size: 0.8em;
  height: 3em;
  padding: 0.3em;
  width: 11em;
}
#days-container table.tt tr:hover .panel-loc {
  border-bottom: 1px solid #FFF;
  z-index: 2;
  background: #fff;
}
#days-container table.tt.count-1 td {
  width: 100%;
}
#days-container table.tt.count-1 td:first-of-type {
  width: 8em;
}
#days-container .tt-scroll-indicator {
  position: absolute;
  left: 90%;
  top: 1.5em;
  border-left: 1em solid #aaa;
  border-top: 1em solid transparent;
  border-right: 1em solid transparent;
  border-bottom: 1em solid transparent;
  display: none;
}
@media screen and (max-width: 50em) {
  #days-container table.tt.count-4,
  #days-container table.tt.count-5,
  #days-container table.tt.count-6 {
    width: 70em;
    overflow: auto;
  }
  #days-container table.tt.count-4 .tt-scroll-indicator,
  #days-container table.tt.count-5 .tt-scroll-indicator,
  #days-container table.tt.count-6 .tt-scroll-indicator {
    display: block;
  }
}
@media screen and (max-width: 40em) {
  #days-container table.tt.count-3 {
    width: 58em;
  }
  #days-container table.tt.count-3 .tt-scroll-indicator {
    display: block;
  }
}
@media screen and (max-width: 33em) {
  #days-container table.tt.count-2 {
    width: 40em;
  }
  #days-container table.tt.count-2 .tt-scroll-indicator {
    display: block;
  }
}
@media screen and (max-width: 24em) {
  #days-container table.tt.count-1 {
    width: 40em;
  }
  #days-container table.tt.count-1 .tt-scroll-indicator {
    display: block;
  }
}
@media screen and (max-width: 40em) {
  #days-container .count-4 > .day-session,
  #days-container .count-2 > .day-session {
    width: 50%;
  }
  #days-container .count-4 > .day-session:nth-of-type(3) {
    clear: both;
  }
}
@media screen and (max-width: 50em) {
  #days-container .day-session {
    width: 50%;
  }
  #days-container .tab-pane,
  #days-container .tab-pane h2,
  #days-container .day-session h3,
  #days-container .panel-tile {
    padding: 0.25em;
  }
}
@media (max-width: 32em) {
  #days-container .day-session {
    width: 100%;
  }
}
div.container-fluid {
  padding: 1%;
  margin: 0 auto;
}
#conference-sweet .tab-pane {
  width: 104.04%;
  padding: 2%;
  margin: 0 -2.02%;
}
.tt-container {
  width: 104.04%;
  padding: 0 2% 2%;
  margin: 0 -2.02%;
}
#conference-sweet .well.paper {
  position: relative;
}
#conference-sweet .paper-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(150, 180, 255, 0.3);
  padding: 0.3em;
  color: #224;
}
#conference-sweet .paper-tag-note {
  background: rgba(150, 180, 255, 0.1);
  text-align: center;
  padding: 0.3em;
  color: #224;
}
@media (max-width: 70em) {
  #conference-sweet {
    max-width: 98%;
  }
  #conference-sweet .panel > .panel-expanded {
    padding: 0.5em;
  }
  #conference-sweet .paper {
    padding: 0.3em;
  }
  #conference-sweet table.dataTable {
    display: block;
    width: 100%;
  }
  #conference-sweet table.dataTable tr,
  #conference-sweet table.dataTable thead,
  #conference-sweet table.dataTable tbody {
    display: block;
    width: 100%;
  }
  #conference-sweet table.dataTable td {
    position: static;
    display: block;
    padding: 3px;
    border: none;
  }
  #conference-sweet table.dataTable td,
  #conference-sweet table.dataTable td:nth-of-type(1),
  #conference-sweet table.dataTable td:nth-of-type(2),
  #conference-sweet table.dataTable td:nth-of-type(3),
  #conference-sweet table.dataTable td:nth-of-type(4) {
    position: static;
    display: inline;
    width: auto;
    margin: 0;
  }
  #conference-sweet table.dataTable td:nth-of-type(4) {
    position: static;
    display: inline-block;
    float: right;
    width: auto;
  }
  #conference-sweet table.dataTable td:nth-of-type(6) {
    text-align: right;
  }
  #conference-sweet table.dataTable th {
    display: inline-block;
    margin: 4px;
    padding: 4px 12px 4px 4px;
    border: 1px solid #444;
    border-radius: 4px;
  }
  #conference-sweet table.dataTable tbody {
    border-bottom: 0.1em solid #888;
  }
  #conference-sweet table.dataTable thead tr {
    text-align: center;
  }
  #conference-sweet table.dataTable tr {
    padding-bottom: 8px;
  }
}
#conference-sweet .panel-title-top .panel-star,
#conference-sweet .panel-tile .panel-star {
  font-size: 1.1em;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  left: 0.15em;
}
#conference-sweet .panel-tile .panel-star {
  top: 0.2em;
}
#conference-sweet #days-container.has-stars .panel-star {
  font-size: 1.1em;
  position: absolute;
  z-index: 1;
}
#conference-sweet #days-container.has-stars table.tt td .panel-tt {
  position: relative;
}
#conference-sweet #days-container.has-stars table.tt td .panel-tt a.panel-tt-btn {
  padding-left: 1.5em;
  transform: scale(1);
}
#conference-sweet #days-container.has-stars table.tt td .panel-tt .panel-star {
  top: 0.25em;
  left: 0.2em;
}
#conference-sweet #days-container.has-stars .panel-tile {
  position: relative;
}
#conference-sweet #days-container.has-stars .panel-tile a.panel-tile-title-btn {
  padding-left: 1.5em;
}
#conference-sweet #days-container.has-stars .panel-tile .panel-star {
  top: 0.55em;
  left: 0.45em;
}
#conference-sweet .glyphicon {
  min-width: 1em;
  min-height: 1.2em;
}
#conference-sweet .panel-star.glyphicon {
  font-size: 1.5em;
}
#conference-sweet .paper-star.glyphicon {
  font-size: 1em;
}
#conference-sweet .paper-star.glyphicon,
#conference-sweet .panel-star.glyphicon {
  transform: scale(1);
  opacity: 0.5;
  transition: transform 0.25s linear, opacity 0.25s linear;
}
#conference-sweet .paper-star.glyphicon:focus,
#conference-sweet .panel-star.glyphicon:focus {
  opacity: 0.8;
}
#conference-sweet .paper-star.glyphicon:hover,
#conference-sweet .panel-star.glyphicon:hover {
  opacity: 1;
}
#conference-sweet .paper-star.glyphicon.pending,
#conference-sweet .panel-star.glyphicon.pending {
  transform: scale(0.3);
  opacity: 0.5;
}
#conference-sweet .paper-star.glyphicon.glyphicon-star.not-logged-in,
#conference-sweet .panel-star.glyphicon.glyphicon-star.not-logged-in {
  opacity: 1;
  color: #CCC;
}
#conference-sweet .paper-star.glyphicon.glyphicon-star,
#conference-sweet .panel-star.glyphicon.glyphicon-star,
#conference-sweet .paper-star.glyphicon.paper-starred,
#conference-sweet .panel-star.glyphicon.paper-starred {
  opacity: 0.9;
  color: #900;
}
#conference-sweet .paper-star.glyphicon.glyphicon-star:focus,
#conference-sweet .panel-star.glyphicon.glyphicon-star:focus,
#conference-sweet .paper-star.glyphicon.paper-starred:focus,
#conference-sweet .panel-star.glyphicon.paper-starred:focus {
  opacity: 0.75;
  color: #B00;
}
#conference-sweet .paper-star.glyphicon.glyphicon-star:hover,
#conference-sweet .panel-star.glyphicon.glyphicon-star:hover,
#conference-sweet .paper-star.glyphicon.paper-starred:hover,
#conference-sweet .panel-star.glyphicon.paper-starred:hover {
  opacity: 0.6;
}
#conference-sweet .conference-buttons a[data-anchor=stars] span {
  transform: scale(1);
  transition: transform 0.2s linear;
}
#conference-sweet .conference-buttons a[data-anchor=stars].active span {
  transform: scale(1.5);
}
.body.headroom--unpinned.content-expanded div#conference-sweet .conference-buttons,
body.content-expanded div#conference-sweet .conference-buttons,
body.view-conference-explorer #conference-sweet .conference-buttons {
  top: 0!important;
  padding-top: 0.45rem;
  padding-bottom: 0;
  background: #fff;
  position: -webkit-sticky !important;
  position: sticky!important;
}
.backdrop {
  position: fixed;
  animation-name: backdrop-fade-in;
  animation-duration: 0.8s;
  background: rgba(40, 40, 40, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 300;
}
@keyframes backdrop-fade-in {
  from {
    background: rgba(40, 40, 40, 0);
  }
  to {
    background: rgba(40, 40, 40, 0.3);
  }
}
.label.label-lg {
  font-size: 1em;
}
.label.label-hg {
  font-size: 1.2em;
}
.wrap-text {
  white-space: normal;
  display: inline-block;
}
#messageSendForm {
  margin: 10px auto;
  max-width: 30em;
  font-size: 0.8em;
}
#messageSendForm textarea,
#messageSendForm input[type=text],
#messageSendForm input[type=email],
#messageSendForm .label {
  width: 100%;
  padding: 0.3em 0.5em;
}
#messageSendForm .form-foot {
  margin-top: 0.8em;
}
#messageSendForm > * {
  margin: 0.3em 0;
}
#messageSendForm textarea {
  min-height: 7em;
}
#messageSendForm.logged-in-messenger textarea {
  min-height: 15em;
}
@media (max-width: 500px), (max-height: 500px) {
  #messageSendForm {
    margin: 0 auto;
  }
}
#conference-sweet #search-input-container {
  width: 1px;
  bottom: -2.8em;
  left: 0;
  position: absolute;
}
#search-input {
  width: 15em;
  overflow: hidden;
  display: inline-block;
  z-index: 7;
  background: #fff;
  padding: 0 0;
  transition: max-width 0.33s linear, opacity 0.6s linear;
  opacity: 0.9;
}
#search-input input {
  width: 100%;
  padding: 0.2em 0.4em;
  border-radius: 0.1em;
  margin: 0;
  font-size: 1em;
  border: 0.2em solid #999;
  transition: border 0.2s linear;
}
#search-input input:focus {
  border: 0.2em solid #822;
}
.search-result-list {
  padding-top: 0.6em;
}
.conference-buttons ul.nav {
  position: relative;
}
.conference-buttons.hidden-search #search-input {
  max-width: 0;
  opacity: 0;
  display: none;
}
#search-results .panel-button {
  display: block;
  text-align: left;
  background: #fff;
  border-color: #ddd;
}
#search-results .results {
  opacity: 0.8;
  transition: opacity 0.5s linear;
}
#search-results .stale-results {
  opacity: 0.55;
}
.custom-switch {
  padding-left: 3em;
  position: relative;
  display: inline-block;
  min-height: 1.5em;
}
.custom-switch > label {
  pointer-events: all;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 0.4em;
  vertical-align: top;
  display: inline-block;
  color: #444;
}
.custom-switch > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
  padding: 0;
  overflow: visible;
  z-index: -1;
}
.custom-switch > label::before {
  pointer-events: all;
  position: absolute;
  left: -2.4em;
  top: 0;
  width: 2.4em;
  height: 1.4em;
  border-radius: 0.7em;
  content: "";
  display: block;
  background-color: #fff;
  border: #adb5bd solid 0.1em;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-switch > input:checked ~ label::before {
  color: #fff;
  border-color: #06e;
  background-color: #007bff;
}
.custom-switch > input:checked ~ label {
  color: #111;
}
.custom-switch > label::after {
  pointer-events: all;
  position: absolute;
  top: 0.2em;
  left: -2.2em;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  display: block;
  background: #adb5bd;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  content: "";
}
.custom-switch > input:checked ~ label::after {
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
::after,
::before {
  box-sizing: border-box;
}
.comma-and > *:before,
.comma-and-full-stop > *:before {
  content: ', ';
}
.comma-and > *:last-child:before,
.comma-and-full-stop > *:last-child:before {
  content: ' and ';
}
.comma-and > *:first-child:before,
.comma-and-full-stop > *:first-child:before {
  content: '';
}
.comma-and-full-stop > *:last-child:after {
  content: '. ';
}
#conference-explorer button,
#conference-explorer button:hover,
#conference-explorer button:focus {
  display: inline-block;
  padding: 0.4em;
  border-radius: 0.2em;
  border: 0.1em solid #d8d8d8;
  background: #eee;
  background: linear-gradient(to bottom #E3E3E9 #FCFCFE);
  font-size: 0.9em;
}
#conference-explorer button {
  background: #eee;
  background: linear-gradient(to bottom #DDD #FCFCFC);
  box-shadow: none;
}
#conference-explorer button:hover {
  background: #fcfcfc;
  background: linear-gradient(to bottom #EEE #FFF);
}
#conference-explorer button:focus {
  background: #f8f8f8;
  background: linear-gradient(to bottom #E3E3E3 #FCFCFC);
}
.data-loading {
  display: inline-block;
  font-size: 0.9em;
  padding: 0.4em;
  border-radius: 0.2em;
  border: 0.1em solid #d8d8d8;
  overflow: hidden;
  position: relative;
}
.data-loading .download-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 120%;
  bottom: 0;
  background: #eee;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) 10px, rgba(0, 0, 0, 0.3) 10px, rgba(0, 0, 0, 0.3) 20px);
  animation-name: moving-bg;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: moving-bg;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
@keyframes moving-bg {
  from {
    background-position: -28.28427px 0;
  }
  to {
    background-position: 0 0;
  }
}
.panel-meta {
  position: relative;
}
.panel-meta .left-box {
  padding-bottom: 3.4em;
}
div.share-buttons {
  border-radius: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 3em;
  max-height: 3em;
  border: 2px solid #BBB;
  box-shadow: -0.05em 0.05em 0.1em rgba(55, 55, 55, 0.3);
  overflow: hidden;
  background: #FFFFF8;
  padding: 0;
  transition: all 0.3s linear;
}
.no-js .no-js-hide-block {
  display: none;
}
div.share-buttons.in,
.no-js div.share-buttons:hover {
  padding: 0.3em 0.3em 3.6em 0.3em;
  max-width: 30em;
  max-height: 30em;
}
@media (max-width: 650px) {
  div.share-buttons.in,
  .no-js div.share-buttons:hover {
    padding: 2vw 2vw 3.6em 2vw;
    max-width: 90vw;
  }
  div.share-buttons {
    font-size: 0.9em;
  }
  div.share-buttons .panel-ref {
    width: 86vw;
    min-width: 86vw;
  }
}
@media (max-width: 600px) {
  #conference-sweet .panel-meta .right-box {
    padding: 0.3em 0.3em 3.6em;
  }
  #conference-sweet .panel-meta .left-box {
    padding: 0.3em 0.3em 0.8em;
  }
}
a.share-toggle,
a.share-button {
  border-radius: 1.5em;
  display: inline-block;
  width: 3em;
  height: 3em;
  text-align: center;
  padding-top: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s linear;
}
.share-buttons.in a.share-toggle,
.share-buttons.in a.share-button {
  bottom: 6px;
  left: 6px;
}
.share-buttons a.share-toggle,
.share-buttons a.share-toggle:hover,
.share-buttons a.share-toggle:focus,
.share-buttons a.share-toggle:active {
  border: none;
}
.share-buttons.in {
  border: 2px solid #BBB;
}
.share-buttons.in .share-icon {
  transform: rotate(20deg);
}
.share-buttons.in a.share-toggle:hover .share-icon {
  transform: rotate(28deg);
}
.share-buttons.in.clicked .share-icon {
  transform: rotate(82deg);
}
.share-buttons.in.clicked a.share-toggle:hover .share-icon {
  transform: rotate(87deg);
}
a.share-toggle {
  background: #FFFFF8;
}
a.share-toggle:hover {
  background: #F0F0E0;
}
a.share-toggle:focus {
  background: #E9E9DD;
}
a.share-toggle {
  background: #F0F0E0;
}
.no-js a.share-toggle:hover .share-icon {
  transform: rotate(-33deg);
}
.share-buttons a {
  background: #F9F9F0;
  border: 2px solid #BBB;
}
.share-buttons a:hover {
  border: 2px solid #999;
}
.share-buttons a:focus,
.share-buttons a:active {
  border: 2px solid #666;
}
.share-buttons a > .glyphicon {
  font-size: 1.6em;
}
.share-icon {
  height: 2em;
  width: 2em;
  display: inline-block;
  background-image: url("../images/share-256.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}
a.share-toggle:hover .share-icon {
  transform: rotate(9deg);
}
.panel-ref-link {
  display: inline-block;
}
.panel-ref {
  padding: 1em;
  font-size: 0.95em;
  display: block;
  color: #222;
  width: 29em;
}
.panel-ref-url {
  text-align: left;
  color: #111;
}
.copy-button {
  padding: 0.7em 0.7em 1em;
  position: relative;
}
.no-js .copy-button {
  padding: 0.7em;
}
.copy-button.copied {
  color: #EE3;
  background: #111;
}
.copy-button:hover {
  background: #FF9;
  cursor: crosshair;
}
.no-js .copy-button:hover {
  cursor: auto;
}
.copy-button.copied:hover {
  color: #FE0;
  background: #222;
  cursor: auto;
}
.copy-button:hover:after {
  color: #666;
}
.copy-button:after {
  content: "copy to clipboard";
  display: block;
  position: absolute;
  right: 1px;
  bottom: 1px;
  color: #aaa;
  font-size: 0.8em;
}
.no-js .copy-button:after {
  content: "";
}
.copy-button.copied:after {
  content: "copied";
  color: #4E2;
}
.copy-button.copied:hover:after {
  color: #3F0;
}
a.panel-ref-link {
  padding: 0.35em;
  display: block;
  height: 2.5em;
  border-radius: 1.25em;
  font-size: 1.1em;
  text-align: center;
}
a.share-button {
  left: 0;
  transition: transform 0.3s linear, left 0.5s ease-out;
  transform: scale(0.5);
}
.share-buttons.in a.share-button,
.no-js .share-buttons:hover a.share-button {
  transform: scale(1);
}
.share-buttons.in a.share-button:hover,
.no-js .share-buttons:hover a.share-button:hover {
  transform: scale(1.1);
}
.share-buttons.in a.share-button:focus,
.no-js .share-buttons:hover a.share-button:focus {
  transform: scale(1.05);
}
.share-buttons.in a.share-button:nth-child(1),
.no-js .share-buttons:hover a.share-button:nth-child(1) {
  left: 4em;
}
.share-buttons.in a.share-button:nth-child(2),
.no-js .share-buttons:hover a.share-button:nth-child(2) {
  left: 8em;
}
.share-buttons.in a.share-button:nth-child(3),
.no-js .share-buttons:hover a.share-button:nth-child(3) {
  left: 12em;
}
.share-buttons.in a.share-button:nth-child(4),
.no-js .share-buttons:hover a.share-button:nth-child(4) {
  left: 16em;
}
.share-buttons.in a.share-button:nth-child(5),
.no-js .share-buttons:hover a.share-button:nth-child(5) {
  left: 20em;
}
a.share-button {
  background-size: 3.3em;
  background-position: -0.1em -0.25em;
  background-repeat: no-repeat;
}
a.share-button.icon-facebook {
  background-image: url("../images/fb_64x64.png");
}
a.share-button.icon-twitter {
  background-image: url("../images/twitter_64x64.png");
}
.print-only {
  display: none;
}
.panel-button {
  min-height: 3.8em;
}
.pull-left.panel-title-top {
  min-height: 2.7em;
  padding: 0.2em 0.6em 0 0.2em;
}
.pull-left.panel-title-top div {
  font-size: 0.75em;
  line-height: 1;
}
ul.news-items {
  display: block;
  padding: 0.8em;
}
.news-item {
  display: block;
  position: static;
  padding: 0.8em;
  margin: 0.4em 0;
  border: 1px solid rgba(128, 128, 128, 0.1);
}
@media print {
  body > * {
    font-size: 14px;
  }
  .conference-page ul.nav,
  #conference-sweet ul.nav,
  .conference-page .conference-buttons ul.navbar-nav,
  #conference-sweet .conference-buttons ul.navbar-nav {
    display: none;
  }
  .conference-page a.message-button,
  #conference-sweet a.message-button,
  .conference-page .btn-default.pull-right,
  #conference-sweet .btn-default.pull-right {
    display: none;
  }
  .conference-page .print-only,
  #conference-sweet .print-only {
    display: block;
  }
  .conference-page .panel-meta .left-box,
  #conference-sweet .panel-meta .left-box {
    padding-bottom: 0.4em;
  }
  .conference-page div.share-buttons,
  #conference-sweet div.share-buttons {
    display: none;
  }
  a[href]:after {
    font-weight: normal !important;
    font-size: 0.86em !important;
  }
  #days-container table.tt {
    font-size: 0.85em;
  }
  #days-container table.tt td .panel-tt a.panel-tt-btn {
    border: 1px solid #eee;
    padding: 0.4em 0.2em;
    margin: 0;
  }
  #days-container table.tt td:first-of-type {
    width: auto;
  }
  #days-container table.tt .panel-loc {
    position: static;
    width: auto;
    height: auto;
  }
  #days-container table.tt .panel-loc a[href]:after {
    content: "" !important;
  }
}
.comments-div > div > .remove-comments-button {
  display: none;
}
.comments-div.fetched > div > .remove-comments-button {
  display: inline-block;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: comment-button-fadein;
  animation-fill-mode: forwards;
}
.comments-div > div > .fetch-comments-button {
  display: inline-block;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-name: comment-button-fadein;
  animation-fill-mode: forwards;
}
.comments-div.fetched > div > .fetch-comments-button {
  display: none;
}
.comments-div > .comments-list > .post-comment-form {
  position: relative;
  transition: opacity 0.6s linear;
  opacity: 0.9;
}
.comments-div.posting-comment > .comments-list > .post-comment-form {
  opacity: 0.5;
}
.comments-div > .comments-list > .post-comment-form .go-on-post {
  display: inline-block;
  position: relative;
  transition: transform 1s linear, background-color 0.5s linear;
  transform: scale(1);
}
.comments-div.posting-comment > .comments-list > .post-comment-form .go-on-post {
  transform: scale(2) translate(1000px, -1000px) rotate(-20deg);
}
td .comments-div .comment .comment-text > span {
  margin: 5px 1px 4px;
  padding: 2px 7px;
}
.comments-div {
  padding: 5px 5% 5px 5%;
  font-size: 0.93em;
  opacity: 0.93;
}
.comments-div .comment {
  position: relative;
  left: 0;
  top: 0;
  opacity: 0.01;
  transform: scale(1);
  overflow: hidden;
}
.comments-div .comment.latest-first {
  animation-delay: 0.8s;
  animation-duration: 0.4s;
  animation-name: comment-fadein;
  animation-fill-mode: forwards;
}
@keyframes comment-fadein {
  from {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.03);
  }
  to {
    opacity: 0.9;
    transform: scale(1);
  }
}
@keyframes comment-form-fadein {
  from {
    opacity: 0.6;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes comment-label-fadein {
  from {
    opacity: 0.1;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes comment-button-fadein {
  from {
    opacity: 0.1;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.comments-div .comments-list .label {
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-name: comment-label-fadein;
  animation-fill-mode: forwards;
}
.comments-div button {
  animation-duration: 0.6s;
  animation-delay: 0s;
  animation-name: comment-button-fadein;
  animation-fill-mode: forwards;
}
.comments-div .comments-list > .comment.post-comment-form {
  animation-duration: 0.3s;
  animation-delay: 0s;
  animation-name: comment-form-fadein;
  background: #E3F0EA;
}
.comments-div .comment.latest-first:nth-child(1) {
  animation-delay: 0.1s;
}
.comments-div .comment.latest-first:nth-child(2) {
  animation-delay: 0.2s;
}
.comments-div .comment.latest-first:nth-child(3) {
  animation-delay: 0.3s;
}
.comments-div .comment.latest-first:nth-child(4) {
  animation-delay: 0.4s;
}
.comments-div .comment.latest-first:nth-child(5) {
  animation-delay: 0.5s;
}
.comments-div .comment.latest-first:nth-child(6) {
  animation-delay: 0.6s;
}
.comments-div .comment.latest-first:nth-child(7) {
  animation-delay: 0.7s;
}
.comments-div .comment.status-B {
  border: 4px dotted #b4b4fa;
  background: rgba(230, 230, 250, 0.8);
}
.comments-div .comment .hide-if-not-B {
  display: none;
}
.comments-div .comment.status-B span.hide-if-not-B {
  display: inline;
}
.comments-div .comment {
  border-radius: 6px;
  margin: 10px;
  background: rgba(240, 240, 240, 0.8);
  border: 2px solid #dcdcdc;
}
.comments-div .comment .comment-top {
  font-size: 0.88em;
  padding: 1% 2% 0 2%;
}
.comments-div .comment .comment-top .label-commenter-role {
  font-size: 0.88em;
  font-weight: bold;
}
.comments-div .comment .comment-text > span {
  background: rgba(255, 255, 255, 0.8);
  margin: 1% 2%;
  padding: 2%;
  border-radius: 0.5em;
  display: block;
  position: relative;
}
.comments-div .comment .comment-text > textarea {
  margin: 1% 2%;
  padding: 0.8%;
  border: 1px solid #CCC;
  display: block;
  font-size: 1.2em;
  width: 96%;
}
.comments-div .comment .comment-text > * {
  margin-left: 2%;
}
.comments-div .comment .comment-text > textarea:valid {
  border-color: #888;
}
.comments-div .comment .comment-text > textarea:invalid {
  border-color: red;
}
.comments-div .comment .comment-text > span:after {
  display: block;
  content: ' ';
  position: absolute;
  top: -7px;
  border-bottom: 8px solid rgba(255, 255, 255, 0.9);
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  left: 36px;
}
.comments-div .comment .comment-footer {
  padding: 0 4%;
}
footer.container {
  margin-top: 300px;
}
.video_iframe_box {
  margin: 1em 0 0;
  position: relative;
  height: 0;
  padding-bottom: 55%;
  display: block;
}
.video_iframe_box.hidden-before-loaded {
  padding-bottom: 0;
  transition: opacity 0.6s linear, padding-bottom 0.2s linear;
  overflow: hidden;
  opacity: 0;
}
.video_iframe_box.hidden-before-loaded.loaded {
  padding-bottom: 55%;
  opacity: 1;
}
.video_iframe_box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(200, 200, 200, 0.2);
  border: none;
  display: block;
}
.video_iframe_box.hidden-before-loaded.loaded iframe {
  box-shadow: 0 2px 4px #AAA;
}
.video-container {
  text-align: center;
}
.label.video-container {
  display: block;
  margin: 5px;
  padding: 1em;
  border-radius: 1em;
  border: 2px solid #CCC;
  box-shadow: 0 0 0 4px #555;
}
.label.video-container > a.btn-round {
  width: 7em;
  height: 7em;
  border-radius: 5em;
  padding: 3.5em 1em 1em;
  white-space: normal;
  position: relative;
}
.label.video-container > a.btn-round .glyphicon {
  position: absolute;
  top: 0.15em;
  font-size: 3.5em;
  left: 0.5em;
}
.label.paper-video-container {
  margin: 10px;
  box-shadow: 0 0 0 4px #349;
  background: #468;
}
.timetable-div .day-tab .film-day > h2 {
  display: none;
}
.timetable-div img {
  width: 25%;
  max-width: 162px;
  min-width: 110px;
  height: auto;
  margin: 0 0.8em 0.5em 0;
  float: left;
  display: block;
  clear: both;
}
.timetable-div img.right {
  width: 49%;
  max-width: 400px;
  margin: 0 0.8em 0.5em 0;
  float: right;
  min-width: 160px;
}
.timetable-div img.left {
  width: 49%;
  max-width: 400px;
  min-width: 160px;
}
.timetable-div img.full {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0.5em;
  float: none;
}
#remote-content-frame div.form-foot a.cancel-button {
  display: none;
}
#mainnav.affix {
  position: relative;
}
/*# sourceMappingURL=conference.css.map */