@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ek7g02");
  src: url("../fonts/icomoon.eot?ek7g02#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ek7g02") format("truetype"), url("../fonts/icomoon.woff?ek7g02") format("woff"), url("../fonts/icomoon.svg?ek7g02#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #222;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-grid-height:before {
  content: "\e900"; }

.icon-grid-horizontal:before {
  content: "\e901"; }

.icon-grid-vertical:before {
  content: "\e902"; }

.icon-grid-width:before {
  content: "\e903"; }

.icon-list:before {
  content: "\e904"; }

html, body {
  height: 100%;
  font-family: "Helvetica", "Helvetica Neue";
  font-size: 16px;
  background-color: #fff; }

*:focus {
  outline: 0 !important; }

a:hover, a:focus, a:active {
  color: #094E95;
  text-decoration: none; }

.form-control {
  box-shadow: none;
  border: 1px solid rgba(12, 103, 197, 0.1); }

.form-control:focus {
  border-color: #094E95;
  box-shadow: none; }

.btn, .btn.active, .btn:active {
  box-shadow: none; }

.btn,
.btn-group > .btn:first-child:not(:last-child),
.btn-group > .btn:last-child:not(:first-child),
.btn-group-vertical > .btn:first-child,
.btn-group-vertical > .btn:last-child,
.form-control, .panel {
  border-radius: 0; }

#modal-login {
  font-size: 0.9rem; }
  #modal-login .modal-dialog {
    width: 100%; }
    #modal-login .modal-dialog .modal-content {
      padding: 10px 20px; }

.modal-dialog .wrapper {
  padding: 20px; }

.modal-dialog {
  background-color: #fff; }

.btn-round {
  border-radius: 100%; }

.no-padding {
  padding: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 700px; }
  #modal-login .modal-dialog {
    width: 700px; } }

@media (min-width: 1200px) {
  .modal-dialog {
    width: 1100px; } }

#wrapper {
  padding-top: 120px;
  transition: max-width 0.7s ease 0s; }

@media (min-width: 768px) {
  #wrapper {
    padding-top: 170px; } }

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 170;
  background-color: #fff;
  height: 120px; }
  header .banner {
    margin-left: 25px; }
  header #navicon {
    position: absolute;
    z-index: 2;
    top: 0;
    padding: 0 12px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 2.125rem;
    display: none; }
  header .congress {
    /* position: absolute; */
    z-index: 2;
    top: 8px;
    vertical-align: middle;
    white-space: normal;
    font-size: 1.0rem;
    margin-left: 16px;
    margin-right: 100px;
    display: block; }
  header #social {
    display: none;
    margin-right: 10px; }
    header #social a {
      font-size: 1.5rem;
      background-color: transparent;
      color: #094E95; }
  header #language {
    display: block;
    position: absolute;
    z-index: 4;
    padding: 8px 15px;
    background-color: #fff; }
    header #language span {
      cursor: pointer; }
  header .search-bar {
    margin: 5px 15px; }
    header .search-bar .search-wrapper {
      float: left;
      display: table;
      width: 255px;
      max-width: 667px; }
    header .search-bar input {
      font-size: 0.8rem;
      background-color: rgba(9, 78, 149, 0.15);
      border: none;
      display: table-cell;
      width: 100%; }
    header .search-bar .btn-search, header .search-bar .btn-reset-query {
      display: table-cell;
      width: 1%;
      background-color: #094E95;
      color: #fff;
      font-size: 0.7rem;
      padding: 3px 6px; }
    header .search-bar ::-webkit-input-placeholder {
      color: #222; }
    header .search-bar :-moz-placeholder {
      /* Firefox 18- */
      color: #222; }
    header .search-bar ::-moz-placeholder {
      /* Firefox 19+ */
      color: #222; }
    header .search-bar :-ms-input-placeholder {
      color: #222; }

@media (min-width: 768px) {
  header {
    height: 170px; }
    header #social {
      display: block;
      position: absolute;
      z-index: 3;
      right: 80px;
      top: 8px; }
      header #social a {
        width: 40px;
        height: 34px;
        padding: 8px 10px; }
    header #navicon {
      display: none; }
    header .search-bar {
      margin: 5px 15px; }
      header .search-bar .search-wrapper {
        float: left;
        display: table;
        width: 255px;
        max-width: 667px; }
      header .search-bar input {
        font-size: 0.8rem;
        background-color: rgba(9, 78, 149, 0.15);
        border: none;
        display: table-cell;
        width: 100%; }
      header .search-bar .btn-search, header .search-bar .btn-reset-query {
        display: table-cell;
        width: 1%;
        background-color: #094E95;
        color: #fff;
        font-size: 0.7rem;
        padding: 3px 6px; }
      header .search-bar ::-webkit-input-placeholder {
        color: #222; }
      header .search-bar :-moz-placeholder {
        /* Firefox 18- */
        color: #222; }
      header .search-bar ::-moz-placeholder {
        /* Firefox 19+ */
        color: #222; }
      header .search-bar :-ms-input-placeholder {
        color: #222; } }

.backdrop {
  position: fixed;
  background-color: transparent;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 150;
  transition: all 0.5s ease-in-out 0s;
  visibility: hidden; }
  .backdrop.is_toggled {
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible; }

.sidebar-left {
  margin-bottom: 80px;
  margin-left: 0; }
  .sidebar-left nav {
    transform: translateX(-260px);
    left: 0;
    border-right: solid 1px #ddd;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); }
    .sidebar-left nav.is_toggled {
      transform: translateX(0); }
  .sidebar-left #content {
    margin-left: 16px; }
    .sidebar-left #content.is_toggled {
      margin-left: 16px; }
  .sidebar-left #language {
    right: 0;
    top: 0; }
  .sidebar-left #navicon {
    left: 0; }
  .sidebar-left .congress {
    left: 50px; }

.sidebar-right {
  margin-right: 0; }
  .sidebar-right nav {
    transform: translateX(260px);
    right: 0;
    border-left: solid 1px #ddd;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); }
    .sidebar-right nav.is_toggled {
      transform: translateX(0); }
  .sidebar-right #content.is_toggled {
    margin-right: 0; }
  .sidebar-right #language {
    left: 0;
    top: 0; }
    .sidebar-right #language span {
      display: block; }
  .sidebar-right #navicon {
    right: 0; }
  .sidebar-right .congress {
    left: 100px; }

@media (min-width: 768px) {
  .backdrop {
    display: none; }
    .backdrop.is_toggled {
      display: none; }
  .sidebar-left nav {
    margin-bottom: 80px;
    border-right: none;
    box-shadow: none;
    transform: translateX(0); }
    .sidebar-left nav.is_toggled {
      transform: translateX(-260px); }
  .sidebar-left #content {
    margin-left: 260px;
    margin-bottom: 110px; }
  .sidebar-right nav {
    border-left: none;
    box-shadow: none;
    transform: translateX(0); }
    .sidebar-right nav.is_toggled {
      transform: translateX(260px); }
  .sidebar-right #content {
    margin-right: 260px; } }

nav {
  background-color: #fff;
  display: block;
  transition: transform 0.5s ease-in-out 0s;
  width: 260px;
  height: calc(100% - 50px);
  position: fixed;
  z-index: 160;
  padding: 0 15px 80px 15px;
  margin-bottom: 30px;
  overflow-y: auto;
  /*  .days {
      border: solid 1px #eee;
      margin-bottom: 15px;
      .day-item {
        padding: 0 10px 0 10px;
        cursor: pointer;
        width: 100%;
        display: inline-block;
        border-bottom: solid 1px #eee;
        position: relative;
        &:last-child {
          border-bottom: none;
        }
        &:hover {
          background-color: $congress-color;
          color: $congress-font;
        }
        span {
          font-size: 0.7rem;
          padding-left: 15px;
          vertical-align: middle;
          display: inline-block;
          margin-top: -3px;
        }
        i {
          font-size: 0.7rem;
          position: absolute;
          left: 10px;
          top: 5px;
        }
      }
    }*/ }
  nav .format-wrapper {
    margin-bottom: 15px; }
  nav .view-options {
    height: 30px;
    font-size: 0.9rem;
    display: table;
    width: 100%;
    background-color: #094E95;
    padding: 6px 0px 3px 8px; }
    nav .view-options a {
      display: table-cell;
      color: #fff; }
    nav .view-options i {
      font-size: 1rem;
      color: #fff; }
    nav .view-options span {
      display: inline-block;
      position: relative;
      font-size: 0.8rem;
      top: -3px; }
  nav .grid-options {
    border-top: solid 1px #fff;
    background-color: rgba(9, 78, 149, 0.15);
    color: #333;
    font-size: 0.9rem; }
    nav .grid-options .size-wrapper {
      position: relative;
      display: table;
      width: 100%; }
    nav .grid-options .size-item {
      width: 50%;
      display: table-cell;
      position: relative;
      height: 38px; }
      nav .grid-options .size-item:first-child {
        border-right: solid 1px #fff; }
      nav .grid-options .size-item .btn-group-justified .btn {
        font-weight: 600;
        font-size: 1rem;
        background-color: transparent;
        border: none;
        height: 38px; }
        nav .grid-options .size-item .btn-group-justified .btn:not(:first-child):hover {
          background-color: #094E95;
          color: #fff; }
        nav .grid-options .size-item .btn-group-justified .btn:first-child:hover {
          cursor: default; }
        nav .grid-options .size-item .btn-group-justified .btn i {
          font-size: 1.5rem; }
      nav .grid-options .size-item ul {
        margin: 0;
        padding: 0 0 0 20px;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 5px;
        top: 5px; }
        nav .grid-options .size-item ul li {
          display: inline-block;
          font-size: 0.8rem;
          text-transform: uppercase;
          padding: 0 2px;
          cursor: pointer; }
          nav .grid-options .size-item ul li:hover, nav .grid-options .size-item ul li:active, nav .grid-options .size-item ul li:focus {
            text-decoration: underline; }
          nav .grid-options .size-item ul li i {
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: 0;
            cursor: default; }
  nav .list-options {
    display: table;
    width: 100%;
    border-top: solid 1px #fff;
    background-color: rgba(9, 78, 149, 0.15); }
    nav .list-options .option-item {
      vertical-align: middle;
      height: 38px;
      display: table-cell;
      width: 50%;
      font-size: 0.8rem;
      font-weight: 400;
      cursor: pointer;
      position: relative;
      text-align: center; }
      nav .list-options .option-item:hover, nav .list-options .option-item:active, nav .list-options .option-item:focus {
        background-color: #094E95;
        color: #fff; }
  nav .function-options {
    margin-bottom: 15px;
    white-space: normal; }
    nav .function-options .btn {
      white-space: normal;
      line-height: 1.42em;
      text-align: left;
      position: relative;
      background-color: #eeeeee;
      border: none; }
      nav .function-options .btn:hover, nav .function-options .btn:active, nav .function-options .btn:focus {
        background-color: #094E95;
        color: #fff; }
        nav .function-options .btn:hover a, nav .function-options .btn:active a, nav .function-options .btn:focus a {
          color: #fff; }
      nav .function-options .btn i {
        position: absolute;
        top: 5px;
        left: 10px; }
      nav .function-options .btn span {
        padding-left: 15px;
        font-size: 0.75rem; }
      nav .function-options .btn a {
        color: #333; }
  nav .search-results {
    font-size: 0.8rem; }
  nav .search {
    margin-bottom: 15px; }
    nav .search .search-wrapper {
      display: table;
      width: 100%; }
    nav .search input {
      font-size: 0.8rem;
      background-color: rgba(9, 78, 149, 0.15);
      border: none;
      display: table-cell;
      width: 100%; }
    nav .search .btn-search, nav .search .btn-reset-query {
      display: table-cell;
      width: 1%;
      background-color: #094E95;
      color: #fff;
      font-size: 0.7rem;
      padding: 3px 6px; }
    nav .search ::-webkit-input-placeholder {
      color: #222; }
    nav .search :-moz-placeholder {
      /* Firefox 18- */
      color: #222; }
    nav .search ::-moz-placeholder {
      /* Firefox 19+ */
      color: #222; }
    nav .search :-ms-input-placeholder {
      color: #222; }
  nav .filters .panel {
    border-radius: 0;
    box-shadow: none; }
  nav .filters .panel-default {
    border: none; }
  nav .filters .panel-default > .panel-heading {
    border: solid 1px #094E95;
    border-radius: 0;
    background-color: #094E95;
    color: #fff;
    padding: 2px 10px; }
  nav .filters .panel-title {
    position: relative; }
    nav .filters .panel-title .filter-reset {
      padding: 0;
      position: absolute;
      right: 18px;
      top: 2px;
      color: #eee;
      cursor: pointer; }
    nav .filters .panel-title a {
      position: absolute;
      top: 4px;
      right: 0;
      font-size: 0.8rem; }
    nav .filters .panel-title span {
      font-size: 0.8rem;
      position: relative;
      top: -2px;
      height: 30px; }
    nav .filters .panel-title i {
      float: right;
      color: #fff; }
      nav .filters .panel-title i:hover, nav .filters .panel-title i:focus, nav .filters .panel-title i:active {
        color: #fff !important; }
  nav .filters .panel-body {
    padding: 0;
    border: none; }
  nav .filters .list-group {
    padding: 0;
    margin: 0;
    border: none; }
  nav .filters .list-group-item:first-child {
    border-radius: 0; }
  nav .filters .list-group-item:last-child {
    border-radius: 0; }
  nav .filters .list-group-item {
    border: none;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    font-size: 0.8rem;
    padding: 3px 10px;
    cursor: pointer;
    margin: 0; }
  nav .filters .panel.types .list-group-item {
    color: #c0c0c0; }
    nav .filters .panel.types .list-group-item:hover {
      opacity: 0.75; }
  nav .filters .panel:not(.types) .list-group-item {
    color: #c0c0c0; }
    nav .filters .panel:not(.types) .list-group-item:hover {
      background-color: #e6e6e6;
      color: #222; }
  nav #social {
    text-align: center; }
    nav #social a {
      font-size: 1.8rem;
      width: 40px;
      height: 34px;
      padding: 8px 10px;
      background-color: transparent;
      color: #094E95; }
  nav .btn {
    font-size: 0.8rem;
    line-height: 1; }

.day-selection .desktop-wrapper {
  display: none; }

.day-selection .mobile-wrapper {
  display: block; }
  .day-selection .mobile-wrapper .active-day-wrapper {
    display: block;
    background-color: #094E95;
    color: #fff;
    height: 30px;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 1001;
    width: 100%; }
    .day-selection .mobile-wrapper .active-day-wrapper:hover, .day-selection .mobile-wrapper .active-day-wrapper.active {
      background-color: #0c67c5; }
  .day-selection .mobile-wrapper .active-day {
    display: inline-block; }
  .day-selection .mobile-wrapper i {
    padding-left: 6px; }
  .day-selection .mobile-wrapper .inactive-days {
    position: absolute;
    top: 30px;
    background-color: rgba(9, 78, 149, 0.75);
    display: none;
    width: 100%;
    z-index: 1002; }
    .day-selection .mobile-wrapper .inactive-days.open {
      display: block; }
    .day-selection .mobile-wrapper .inactive-days .day-item {
      color: #fff;
      height: 28px;
      padding: 5px 12px;
      font-size: 0.8rem;
      font-weight: 600;
      cursor: pointer; }
      .day-selection .mobile-wrapper .inactive-days .day-item:hover, .day-selection .mobile-wrapper .inactive-days .day-item:active, .day-selection .mobile-wrapper .inactive-days .day-item:focus, .day-selection .mobile-wrapper .inactive-days .day-item.active {
        background-color: #094e95; }

@media (min-width: 810px) {
  .day-selection {
    background-color: #094E95;
    position: fixed;
    top: 170px;
    z-index: 1100;
    width: calc(100% - 250px);
    border-bottom: solid 1px #fff;
    height: 30px; }
    .day-selection .desktop-wrapper {
      display: block; }
      .day-selection .desktop-wrapper .day-item {
        display: block;
        background-color: #094E95;
        color: #fff;
        height: 28px;
        padding: 5px 12px;
        font-size: 0.8rem;
        font-weight: 600;
        cursor: pointer;
        float: left;
        opacity: 0.6; }
        .day-selection .desktop-wrapper .day-item:hover, .day-selection .desktop-wrapper .day-item.active {
          background-color: #7b7b7b;
          opacity: 1; }
    .day-selection .mobile-wrapper {
      display: none; } }

@media (min-width: 768px) {
  nav {
    height: calc(100% - 170px); }
    nav #social {
      display: none; }
    nav .search .btn-search {
      display: none; } }

#content-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 140; }

#content {
  background-color: #fff;
  transition: margin 0.5s ease-in-out 0s; }
  #content > .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    display: block; }

#list .table {
  margin-bottom: 0;
  font-size: 0.9rem; }

#list table > tbody > tr {
  cursor: pointer;
  background-color: #fff; }

#list table > tbody > tr > th {
  height: 30px;
  vertical-align: middle;
  padding: 0 18px;
  background-color: #094E95;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: default; }

#list table > tbody > tr > td:first-child {
  padding: 5px; }

#list table > tbody > tr > td:last-child {
  width: 1%;
  white-space: nowrap; }

#list .border {
  width: 2px; }

#session-detail {
  font-size: 0.9rem;
  background-color: #fff;
  height: 100%; }
  #session-detail .header {
    position: relative;
    padding: 15px;
    min-height: 110px; }
    #session-detail .header .header-wrapper .title {
      font-weight: 600;
      font-size: 1.2rem; }
    #session-detail .header .header-wrapper .type {
      font-weight: 600; }
    #session-detail .header .title-wrapper {
      margin-right: 200px; }
    #session-detail .header .button-wrapper {
      position: absolute;
      top: 15px;
      right: 15px; }
    #session-detail .header .include-abstracts {
      white-space: nowrap;
      padding-top: 5px; }
  #session-detail .item-wrapper {
    padding: 15px; }
    #session-detail .item-wrapper .outline {
      margin-bottom: 15px; }
      #session-detail .item-wrapper .outline .subheader {
        font-weight: 600; }
    #session-detail .item-wrapper .chairs .title {
      display: block;
      padding: 5px;
      line-height: 1.42857143;
      font-weight: 600; }
    #session-detail .item-wrapper .freetext-middle {
      text-align: center; }
  #session-detail .presentation .title {
    display: block;
    padding: 5px;
    line-height: 1.42857143;
    font-weight: 600; }
  #session-detail .presentation .title + .item-row {
    border-top: solid 1px #ddd; }
  #session-detail .presentation .topic-item {
    margin-top: 15px; }
    #session-detail .presentation .topic-item .sub-title {
      display: block;
      padding: 5px;
      line-height: 1.42857143;
      border: solid 1px #ddd;
      font-weight: 600;
      font-family: sans-serif;
      font-size: 0.8rem; }
  #session-detail .presentation .presentation-item {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ddd; }
    #session-detail .presentation .presentation-item > div {
      display: table-cell;
      border-right: solid 1px #ddd;
      padding: 0 10px;
      vertical-align: middle; }
    #session-detail .presentation .presentation-item p {
      margin: 0; }
    #session-detail .presentation .presentation-item .border {
      min-width: 15px;
      width: 15px;
      padding: 0; }
    #session-detail .presentation .presentation-item .time {
      white-space: nowrap;
      width: 1%; }
    #session-detail .presentation .presentation-item .info {
      padding: 5px 10px;
      border-right: none; }
    #session-detail .presentation .presentation-item .session-title {
      font-weight: 600; }
    #session-detail .presentation .presentation-item .presentation-code {
      font-weight: 400; }
    #session-detail .presentation .presentation-item .presentation-title {
      font-weight: 400; }
      #session-detail .presentation .presentation-item .presentation-title b {
        font-weight: 400; }
    #session-detail .presentation .presentation-item .code {
      font-weight: 600; }
    #session-detail .presentation .presentation-item .persons {
      display: block; }
    #session-detail .presentation .presentation-item .favorite i {
      cursor: pointer; }
    #session-detail .presentation .presentation-item .favorite, #session-detail .presentation .presentation-item .abstract {
      width: 1%; }
      #session-detail .presentation .presentation-item .favorite i, #session-detail .presentation .presentation-item .abstract i {
        font-size: 1.5rem; }
  #session-detail .ion-ios-eye {
    font-size: 1.5rem;
    line-height: 0;
    vertical-align: middle; }

@media (min-width: 768px) {
  #list {
    padding-right: 15px; }
    #list .table {
      margin-bottom: 20px; } }

#presentation-detail .header {
  padding: 20px;
  font-weight: 600; }

#presentation-detail .authors {
  font-weight: 600; }

#presentation-detail .information {
  padding: 20px; }

#presentation-detail .outline {
  margin-top: 10px;
  display: block;
  font-size: 0.9rem; }

.presentation-detail .authors {
  font-weight: 600; }

.presentation-detail .information {
  padding: 20px; }

.presentation-detail .outline {
  margin-top: 10px;
  display: block;
  font-size: 0.9rem; }

#person-detail .header {
  padding: 20px;
  font-weight: 600; }

#person-detail .information {
  padding: 20px; }

#person-detail .outline {
  margin-top: 10px;
  display: block; }

#person-detail .information .name {
  display: block;
  font-weight: 600; }

#person-detail .information .info {
  font-weight: 600; }

#person-detail .information .f32 .flag {
  height: 36px;
  vertical-align: middle; }

#person-detail .information img {
  float: left;
  margin: 0 15px 15px 0;
  max-height: 120px; }

#itinerary .header {
  display: block;
  background-color: #094E95;
  padding: 15px;
  position: relative;
  color: #fff;
  min-height: 70px; }
  #itinerary .header span {
    display: block;
    padding-right: 190px;
    line-height: 40px;
    font-size: 1.4rem; }
  #itinerary .header label > span {
    font-size: 0.9rem;
    display: inline-block;
    padding: 0;
    margin-top: -5px; }
  #itinerary .header .export {
    position: absolute;
    top: 0;
    right: 0; }
    #itinerary .header .export label {
      display: block;
      font-size: 0.9rem;
      font-weight: 300; }

#itinerary .information {
  font-size: 0.85rem;
  padding: 15px; }
  #itinerary .information .table {
    margin: 0; }
  #itinerary .information .session-item {
    margin-bottom: 15px; }
  #itinerary .information .session-header {
    padding: 5px;
    position: relative; }
    #itinerary .information .session-header i {
      cursor: pointer;
      font-size: 1.5rem;
      position: absolute;
      right: 5px;
      top: 5px; }
  #itinerary .information .session-info {
    display: block; }
  #itinerary .information .session-persons {
    padding: 5px; }
    #itinerary .information .session-persons .person-item {
      display: block; }
  #itinerary .information .session-title {
    font-weight: 600; }
  #itinerary .information .pres-code {
    width: 1%;
    white-space: nowrap;
    font-size: 0.8rem; }
  #itinerary .information .pres-title {
    font-weight: 600; }
  #itinerary .information .pres-speaker {
    display: block;
    font-size: 0.8rem; }
  #itinerary .information .pres-time {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }
  #itinerary .information .pres-favorite {
    width: 1%;
    vertical-align: middle; }
    #itinerary .information .pres-favorite i {
      font-size: 1.5rem;
      cursor: pointer; }

#modal-favorites {
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2000;
  overflow-y: auto; }

#modal-session-detail {
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 3000;
  overflow-y: auto; }

#modal-login h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 0; }

#modal-help .modal-dialog {
  padding: 20px; }

#modal-help p, #modal-help ul {
  font-size: 0.9rem; }

.export {
  padding: 10px; }

#grid {
  width: 100%; }
  #grid .grid-wrapper {
    position: relative;
    margin-bottom: 20px;
    background-color: #eee; }
  #grid .horizontal-header {
    background-color: #094E95;
    color: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 30px;
    padding: 5px;
    font-size: 0.8rem;
    font-weight: 600; }
  #grid .horizontal-subheader {
    position: absolute;
    height: 40px;
    top: 30px;
    z-index: 900; }
    #grid .horizontal-subheader .edge {
      background-color: #eee;
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: absolute;
      top: 0;
      z-index: 950;
      width: 80px;
      height: 40px; }
    #grid .horizontal-subheader .item-list {
      position: absolute;
      background-color: #eee;
      height: 40px;
      top: 0;
      left: 80px; }
    #grid .horizontal-subheader .item {
      float: left;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      height: 40px;
      font-size: 0.7rem;
      font-weight: 600;
      overflow: hidden;
      padding: 5px; }
  #grid .vertical-header {
    position: absolute;
    top: 70px;
    width: 80px;
    z-index: 800; }
    #grid .vertical-header .item-list {
      position: absolute;
      background-color: #eee; }
    #grid .vertical-header .item {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      background-color: #eee;
      font-size: 0.7rem;
      font-weight: 600;
      width: 80px;
      overflow: hidden;
      padding: 5px; }
  #grid .vertical-grid {
    position: absolute;
    left: 80px;
    top: 70px; }
    #grid .vertical-grid div {
      float: left;
      border-right: 1px solid #fff; }
      #grid .vertical-grid div .half {
        border-right: dashed 1px #fff;
        height: 100%; }
  #grid .horizontal-grid {
    position: absolute;
    left: 80px;
    top: 70px; }
    #grid .horizontal-grid div {
      display: block;
      border-bottom: 1px solid #fff; }
      #grid .horizontal-grid div .half {
        border-bottom: dashed 1px #fff;
        width: 100%; }
  #grid .session-grid .session-box {
    border: solid 1px #ddd;
    position: absolute;
    overflow: hidden;
    padding: 4px;
    cursor: pointer;
    z-index: 1;
    background-size: 30px 30px;
    font-size: 0.7rem;
    background-color: #fff;
    color: #222; }
    #grid .session-grid .session-box.dim {
      opacity: 0.4; }
    #grid .session-grid .session-box:hover {
      z-index: 60;
      height: auto !important; }
    #grid .session-grid .session-box p {
      margin: 0; }
    #grid .session-grid .session-box .time {
      font-weight: 600; }
    #grid .session-grid .session-box a {
      text-decoration: none;
      color: #000; }
    #grid .session-grid .session-box .session-color {
      width: 100%;
      height: 4px; }
  #grid .passive-grid .session-box {
    position: absolute;
    z-index: 0;
    text-align: center;
    background-color: #dedede;
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0.7rem; }
    #grid .passive-grid .session-box.dim {
      opacity: 0.4; }
    #grid .passive-grid .session-box p {
      margin: 0; }
    #grid .passive-grid .session-box .time {
      font-weight: 600; }

#grid .edge.fixed {
  left: 0; }

#grid .horizontal-header.fixed {
  position: fixed;
  top: 50px;
  left: 0; }

#grid .horizontal-subheader.fixed {
  position: fixed;
  top: 80px;
  left: 0; }

@media (min-width: 768px) {
  #grid {
    margin: -1px; }
    #grid .horizontal-header.fixed {
      left: 259px;
      top: 170px; }
    #grid .horizontal-subheader.fixed {
      top: calc(170px + 10px);
      left: 259px; } }

@-webkit-keyframes repaint {
  from {
    width: 99.9%; }
  to {
    width: 100%; } }

@-moz-keyframes repaint {
  from {
    width: 99.9%; }
  to {
    width: 100%; } }

@keyframes repaint {
  from {
    width: 99.9%; }
  to {
    width: 100%; } }

.repaint {
  -webkit-animation: repaint 100ms;
  -moz-animation: repaint 100ms;
  -ms-animation: repaint 100ms;
  animation: repaint 100ms; }

span.highlight {
  background: #72ee20 !important; }

.person-session-detail {
  font-size: 0.9rem;
  background-color: #fff;
  height: 100%; }
  .person-session-detail .header {
    position: relative;
    padding: 15px; }
    .person-session-detail .header .header-wrapper {
      padding-right: 115px; }
      .person-session-detail .header .header-wrapper .title {
        font-weight: 600;
        font-size: 1.2rem; }
      .person-session-detail .header .header-wrapper .type {
        font-weight: 600; }
    .person-session-detail .header .button-wrapper {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 100px; }
  .person-session-detail .item-wrapper {
    padding: 15px; }
    .person-session-detail .item-wrapper .outline {
      margin-bottom: 15px; }
      .person-session-detail .item-wrapper .outline .subheader {
        font-weight: 600; }
    .person-session-detail .item-wrapper .chairs .title {
      display: block;
      padding: 5px;
      line-height: 1.42857143;
      font-weight: 600; }
    .person-session-detail .item-wrapper .freetext-middle {
      text-align: center; }
  .person-session-detail .presentation .title {
    display: block;
    padding: 5px;
    line-height: 1.42857143;
    font-weight: 600; }
  .person-session-detail .presentation .title + .item-row {
    border-top: solid 1px #ddd; }
  .person-session-detail .presentation .topic-item {
    margin-top: 15px; }
    .person-session-detail .presentation .topic-item .sub-title {
      display: block;
      padding: 5px;
      line-height: 1.42857143;
      font-weight: 600;
      border: solid 1px #ddd; }
  .person-session-detail .presentation .presentation-item {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ddd; }
    .person-session-detail .presentation .presentation-item > div {
      display: table-cell;
      border-right: solid 1px #ddd;
      padding: 0 10px;
      vertical-align: middle; }
    .person-session-detail .presentation .presentation-item p {
      margin: 0; }
    .person-session-detail .presentation .presentation-item .border {
      min-width: 15px;
      width: 15px;
      padding: 0; }
    .person-session-detail .presentation .presentation-item .time {
      white-space: nowrap;
      width: 1%; }
    .person-session-detail .presentation .presentation-item .info {
      padding: 5px 10px;
      border-right: none; }
    .person-session-detail .presentation .presentation-item .session-title {
      font-weight: 600; }
    .person-session-detail .presentation .presentation-item .presentation-code {
      font-weight: 400; }
    .person-session-detail .presentation .presentation-item .presentation-title {
      font-weight: 400; }
      .person-session-detail .presentation .presentation-item .presentation-title b {
        font-weight: 400; }
    .person-session-detail .presentation .presentation-item .code {
      font-weight: 600; }
    .person-session-detail .presentation .presentation-item .persons {
      display: block; }
    .person-session-detail .presentation .presentation-item .favorite i {
      cursor: pointer; }
    .person-session-detail .presentation .presentation-item .favorite, .person-session-detail .presentation .presentation-item .abstract {
      width: 1%; }
      .person-session-detail .presentation .presentation-item .favorite i, .person-session-detail .presentation .presentation-item .abstract i {
        font-size: 1.5rem; }
  .person-session-detail .ion-ios-eye {
    font-size: 1.5rem;
    line-height: 0;
    vertical-align: middle; }

.footer-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #000;
  background-color: #fff;
  height: 90px;
  z-index: 1000;
  text-align: center;
  padding: 5px 0; }
  .footer-banner #ad {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    max-height: 80px; }
    .footer-banner #ad img {
      max-width: 100%;
      width: auto;
      max-height: 80px;
      display: block;
      margin: 0 auto; }
    .footer-banner #ad .close-footer {
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      opacity: .8; }
