/* media variables */
html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1;
  scroll-behavior: smooth;
}
.show-element {
  display: block;
}
.hide-element {
  display: none;
}
.login-page-container .form-container .login-wrapper p {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.agenda-footer {
  position: relative;
  z-index: 999;
}
#toggle-presentations {
  color: #fff;
  text-decoration: none;
}
.dropdown-menu.custom-dropdown .user-profile-info .img-wrapper {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center;
}
.dropdown-menu.custom-dropdown .user-profile-info .img-wrapper a {
  position: relative;
  z-index: 9999;
  text-indent: -9999px;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.content-wrapper-centered {
  max-width: 550px;
  margin: auto;
}
.user-info a {
  color: #fff;
}
.dropdown-menu.custom-dropdown .events-wrapper .events a {
  color: #fff;
}
.dropdown-menu.custom-dropdown .events-wrapper .events a.active {
  color: #94be3e;
  font-weight: bold;
  font-style: italic;
}
.questions-container .questions-filter-items button {
  padding: 7px 15px;
  margin-left: 10px;
  color: #fff;
  background: #94be3e;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 0;
  display: inline-block;
  width: 24%;
  float: right;
  text-align: center;
}
.sm-scoreboard .questions-container .likes-container {
  width: 100%;
}
.sm-scoreboard .questions-container .questions-item-container .question-item-info {
  padding: 0 0 0 20px;
}
.sm-scoreboard .main-container .main-img-wrapper .main-img {
  width: 130px;
  height: 130px;
}
.sm-scoreboard .presentation-item-toolbar a.pit-link {
  padding: 5px 2px!important;
}
.sm-scoreboard .questions-container .questions-filter-items button {
  width: 40% !important;
}
.sm-scoreboard + .dropdown-menu {
  left: -100%;
}
.questions-container .questions-filter-items .btn-danger {
  background: #de223d;
}
.questions-item-img .img-wrapper {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.item-interaction-rate.readonly a {
  cursor: default;
}
.item-interaction-rate.readonly a:hover {
  color: #9ca0ad !important;
}
.item-interaction-rate.readonly a.active:hover {
  color: #94be3e !important;
}
.agenda-item-progress {
  width: 110px;
  height: 110px;
  margin: -10px;
}
.agenda-item-progress circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s linear;
  stroke: #fff;
  stroke-width: 5px;
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -ms-transform-origin: center center;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  -webkit-transform-origin: center center;
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  transform-origin: center center;
}
.agenda-item-progress .agenda-item-progress-eta {
  stroke: #94be3e;
  stroke-width: 9px;
}
.facebook-description,
.general-description {
  color: #fff;
}
.padding-bottom {
  padding-bottom: 20px;
}
.pic-upload {
  position: relative;
  background: #94be3e;
  padding: 10px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.pic-upload:hover {
  color: #fff;
}
.pic-remove {
  background: #de223d;
  padding: 10px 20px;
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
  display: inline-block;
  cursor: pointer;
}
.pic-upload input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.pic-upload label {
  display: flex;
  align-items: center;
}
.pic-upload label span.oc-icon {
  font-size: 17px;
  padding-right: 5px;
}
#my_camera {
  display: inline-block;
}
#my_camera video {
  display: inline-block !important;
}
#my_camera .me-cannotplay span {
  display: none !important;
}
.mt-10 {
  margin-top: 10px;
}
.qa-list dt,
.qa-list dd {
  border-bottom: 1px solid #7e8396;
  padding: 8px;
  color: #fff;
}
.qa-list dt {
  background: linear-gradient(to right, #1d374f 0%, #1d374f 49%, #233856 50%, #3b708c 100%);
  font-size: 16px;
  color: #94be3e;
}
.qa-item-title {
  color: #94be3e;
  font-weight: bold;
}
.user-info-edit-form .form-control {
  border-radius: 12px;
  -moz-border-radius: 12px;
  height: 40px;
  border: 0;
  max-width: 400px;
}
.user-info-edit-form dt {
  line-height: 40px;
  width: 150px !important;
}
.user-info-edit-form dt,
.user-info-edit-form dd {
  margin-bottom: 8px;
}
.btns-wrapper {
  text-align: right;
  margin-top: 8px;
}
.user-info .btns-wrapper {
  text-align: left;
}
.user-info .btns-wrapper.text-center {
  text-align: center;
}
.btns-wrapper .btn,
.btns-wrapper .btn:hover {
  color: #fff;
  background: #94be3e;
  border-radius: 20px;
  -moz-border-radius: 20px;
}
.btns-wrapper .user-info-cancel-btn,
.btns-wrapper .user-info-cancel-btn:hover {
  background-color: #de223d;
}
.seeker-game-container .seeker-top-scores-container .seeker-scores-table table tbody tr.current-user td {
  color: #de223d !important;
}
.seeker-game-container .seeker-top-scores-container .seeker-scores-table table tbody tr td.player-name .player-name-wrapper {
  left: -10px;
  position: relative;
  color: #de223d;
}
.seeker-game-container .seeker-top-scores-container .seeker-scores-table table tbody tr td.player-name .player-name-wrapper .player-position {
  color: #de223d;
}
.hasCountdown {
  border: 0 !important;
  background: none !important;
}
.countdown_amount {
  font-size: 17px;
}
.quiz-question-container .img-responsive {
  margin: 0 auto;
}
.leaderboards-container a {
  color: #fff;
  display: block;
}
.main-container.first-container {
  margin-bottom: 0;
  min-height: 0;
  height: auto;
}
.main-container.last-container {
  padding-top: 0;
  min-height: 0;
  height: auto;
}
.top-results-table-container .current-user,
.leaderboards-container .table tbody .current-user td span.num,
.user-points-table-title .active,
.user-points-table .active .num,
.user-points-table .active a {
  color: #de223d !important;
}
.registration-questions-title {
  color: #94be3e;
  margin: 20px 0;
  font-weight: bold;
  font-size: 22px;
}
.voting-page-container .voting-content-wrapper .voting-content-item ul .disabled {
  opacity: 0.3;
}
.header-cup a,
.login-type a {
  color: inherit;
}
.iframe-wrapper {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 65px;
  left: 0;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.no-header .iframe-wrapper {
  top: 0px;
}
.no-footer .iframe-wrapper {
  bottom: 0px;
}
.homepage-content-fixed {
  position: fixed;
  padding-top: 70px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-bottom: 65px;
  z-index: 0;
  overflow: hidden;
  overflow-y: auto;
}
.hide-footer-labels .homepage-content-fixed {
  padding-bottom: 50px;
}
#homepage-content {
  display: block;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  -webkit-transition: height 0.3s;
  /* Safari */
  transition: height 0.3s;
}
.g-homepage,
.g-homepage .main-wrapper {
  overflow: hidden;
}
body.hc-iframe-full-screen #homepage-content {
  position: fixed;
  padding: 0;
  z-index: 9999999;
}
.breadcrumbs a {
  color: #fff;
}
.leaderboards-container .header-title a {
  display: inline;
}
div.img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.num-col {
  width: 15px;
}
.avatar-col {
  width: 30px;
  padding: 8px 0 !important;
}
.has-file-upload {
  border: 2px solid #ebecec;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -5px;
  padding: 0 10px 5px 10px;
}
.has-file-upload .fileupload,
.has-file-upload .requestpermission {
  position: absolute !important;
  top: 18px;
  left: 16px;
  font-size: 38px;
  color: #939598;
}
.request-permission {
  float: none !important;
  display: inline-block !important;
  padding: 0 !important;
  width: auto !important;
  background: none !important;
  color: initial !important;
  text-decoration: none !important;
}
.has-file-upload .file-upload {
  position: relative;
  cursor: pointer;
}
.has-file-upload .file-upload input {
  display: none;
}
.has-file-upload .file-upload.active {
  color: #94be3e;
}
.has-file-upload .file-upload.error {
  color: #de223d;
}
.has-file-upload .textarea {
  margin-left: 60px;
}
.resize-img {
  max-width: 100%;
  max-height: 100%;
}
.questions-container .resize-img {
  display: block;
  margin: 0 auto;
}
.quiz-question-container p strong,
.seeker-description p strong {
  font-weight: normal;
  color: #94be3e;
}
.quiz-question-container a,
.seeker-description a {
  color: #94be3e;
  text-decoration: underline;
}
.count-label {
  color: #fff;
  background-color: #de223d;
  text-align: center;
  position: absolute;
  right: 0;
  top: 6px;
  padding: 4px;
  height: 20px;
  line-height: 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: normal;
}
.menu-items-wrapper .count-label {
  top: 0;
}
.friends-requests-container {
  margin-bottom: 30px;
}
.delete-comment {
  margin-right: 10px;
  color: #de223d;
}
.delete-note {
  margin-right: 10px;
  color: #de223d;
}
.reply-form {
  position: relative !important;
  bottom: 0 !important;
}
.comment-reply {
  margin-left: 0;
  padding-left: 30px;
}
.images-container .image-container {
  text-align: right;
  margin-bottom: 8px;
}
.images-container .delete-image,
.images-container .delete-note-image {
  cursor: pointer;
}
.images-container .delete-image {
  color: #de223d;
  margin-right: 6px;
}
.cookies-policy-wrapper .btns-wrapper {
  text-align: center;
}
.popover {
  max-width: 100%;
}
.cookies-policy-text {
  margin-bottom: 10px;
}
.mfp-image {
  cursor: pointer;
}
.video-item {
  margin: 20px auto;
}
.questions-container .alert {
  margin-top: 20px;
}
.video-wrapper,
.widescreen-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container,
.widescreen-container {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.video-container .mejs-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-container video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
.video-player-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  text-align: center;
}
#art_comments .ocfonts-htmlarea {
  word-break: break-word;
}
.video-player-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs-overlay {
  width: 100%;
  height: 100% !important;
}
.mejs-overlay-play {
  cursor: pointer;
}
.presentation-modules {
  margin-top: 10px;
}
.presentation-module {
  margin: 0 auto;
  width: 80%;
  text-align: left;
}
.presentation-modules .presentation-module {
  margin-bottom: 10px;
}
.presentation-module a {
  background: #94be3e;
  padding: 5px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  display: table;
  width: 100%;
  font-size: 18px;
}
.presentation-module .cell {
  display: table-cell;
  vertical-align: middle;
}
.presentation-module a .cell:first-child {
  width: 45px;
}
.presentation-module .last {
  margin-right: 0;
}
.presentation-module i {
  font-size: 40px;
  display: block;
}
.presentation-module .oc-icon-comments {
  margin-top: -4px;
  margin-bottom: 4px;
}
.presentation-module .oc-icon-questions {
  margin-top: -2px;
  margin-bottom: 2px;
}
.presentation-module .oc-icon-voting {
  margin-top: -1px;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .video-item {
    width: 100%;
  }
  .agenda-item-container.live-streaming-container .agenda-item-mobile-header {
    margin-top: 65px;
  }
  .agenda-item-container.live-streaming-container .agenda-item-mobile-header.hide-on-modules {
    display: none;
  }
  .agenda-item-container .agenda-item-future .future-title {
    position: sticky;
    align-self: flex-start;
    width: 100%;
  }
  .agenda-item-container .agenda-item-future .future-title .future-title-wrapper {
    padding: 0 5px;
  }
  .user-info-edit-form dt {
    display: block;
    float: none !important;
    width: 100% !important;
  }
  .user-info-edit-form dd {
    margin-left: 0 !important;
  }
  .agenda-container .agenda-content .agenda-item .agenda-info .agenda-img {
    top: -10px;
    left: 13px;
  }
  .presentation-module a {
    font-size: 16px;
  }
  .seeker-game-container .seeker-top-scores-container .seeker-scores-table table thead tr td,
  .seeker-game-container .seeker-top-scores-container .seeker-scores-table table tbody tr td {
    padding: 8px 4px;
  }
  .vote-forwarding-controls {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .vote-forwarding-controls .vote-author {
    width: 100% !important;
    padding-left: 20px !important;
  }
  .vote-forwarding-user {
    width: 54px !important;
  }
  .vote-forwarding-users .image {
    width: 45px !important;
    height: 45px !important;
  }
  .vote-forwarding-users .image:after {
    width: 53px !important;
    height: 53px !important;
  }
  .vote-forwarding-users .name {
    font-size: 0.8em !important;
  }
  .app-login-container .buttons-wrapper {
    margin: 20px 0;
  }
}
.app-overlay {
  position: fixed;
  z-index: 1002;
  top: 70px;
  right: 0;
  bottom: 65px;
  left: 0;
}
.hide-footer-labels .app-overlay {
  bottom: 50px;
}
.app-overlay .app-overlay-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #22364f;
  /* The Fallback */
  background: rgba(34, 54, 79, 0.95);
}
.app-overlay .app-overlay-info {
  position: absolute;
  top: 45%;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: -116px 0 0;
  height: 232px;
  text-align: center;
}
.app-overlay-info .app-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 12px;
}
.app-overlay-info h1 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 7px;
  line-height: 18px;
}
.app-overlay-info h2 {
  color: #fff;
  font-weight: 300;
  padding: 0 30px;
  margin: 23px 0 0;
  font-size: 14px;
  line-height: 18px;
  margin-top: 11px;
}
.app-overlay-info h2 span {
  background: url("../images/mobile/app-bookmark.png");
  background-size: 17px 23px;
  display: inline-block;
  width: 17px;
  height: 23px;
  margin: 0 5px -2px;
}
.app-overlay-info hr {
  border: 0;
  border-bottom: 1px solid #fff;
  width: 20%;
  min-width: 150px;
  opacity: 0.3;
  margin-left: auto;
  margin-right: auto;
}
.app-overlay-info .app-bottom-arrow {
  position: fixed;
  bottom: 80px;
  left: 50%;
  z-index: 1003;
  margin-left: -15px;
  width: 30px;
}
@media (orientation: landscape) {
  .app-overlay-info .app-bottom-arrow {
    display: none;
  }
}
.app-overlay-info .app-homescreen {
  width: 30px;
  margin-top: 10px;
}
.app-overlay-info .hideHomescreenOverlay,
.app-overlay-info .hideHomescreenOverlay:hover {
  color: #fff;
}
.app-overlay {
  display: none;
}
.app-overlay.show {
  display: block;
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
html {
  -webkit-text-size-adjust: 100%;
}
.dropzone-previews {
  -webkit-filter: blur(0);
  -webkit-transform: translateZ(0);
}
.has-file-upload .swiper-container-horizontal {
  margin-top: 15px;
}
.has-file-upload .template-upload {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 80px;
  overflow: hidden;
  position: relative;
}
.template-upload .dz-details {
  white-space: nowrap;
  font-size: 12px;
}
.template-upload img {
  max-width: 100%;
  max-height: 100%;
}
.template-upload .cancel {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background: #000;
  border-radius: 10px;
  padding: 2px 4px;
  cursor: pointer;
}
.dz-drag-hover {
  opacity: 0.5;
  border-style: dashed;
  border-color: #000;
}
.presentation-item-header {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.main-container .header-title p {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
  padding-top: 4px;
}
.agenda-container .agenda-header-wrapper .header-title h1 {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.ticketing-container .ticketing-title-wrapper h1 {
  font-size: 16px !important;
  font-weight: 700 !important;
  font-style: italic !important;
}
.breadcrumbs a {
  font-weight: 300 !important;
}
.questions-container .header-title p i {
  font-size: 26px;
}
.seeker-game-container .seeker-answer-wrapper input {
  font-size: 16px;
  font-style: italic;
}
.seeker-description p {
  font-size: 25px !important;
}
.quiz-question-container a,
.seeker-description a {
  font-weight: 700;
}
.btn-wrapper button {
  font-size: 16px;
}
.seeker-game-container .seeker-container .seeker-map-wrapper {
  padding-top: 15px;
}
.quiz-container .quiz-timer-container {
  margin-bottom: 15px;
}
.content-inner {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.login-page-container .form-container .login-type div {
  padding: 0;
}
.login-page-container .form-container .login-type div a {
  display: block;
  padding: 15px;
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  body.locked header,
  body.locked .dropdown-menu,
  body.locked footer {
    margin-left: 500px;
  }
  body.locked .main-wrapper {
    margin-left: 500px;
  }
  .dropdown-menu {
    left: -500px;
  }
  .dropdown-menu.custom-dropdown {
    width: 500px;
  }
  .dropdown-menu.custom-dropdown .events-wrapper .events {
    /*width: 500px;*/
  }
  .add-friends-container .item-inner-info {
    /*width: 500px;*/
  }
}
header,
footer {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.questions-container .main-questions-form-wrapper,
.voting-page-container .voting-filter-items {
  bottom: 60px;
}
.no-footer .questions-container .main-questions-form-wrapper {
  bottom: 0px;
}
.hide-footer-labels .iframe-wrapper {
  bottom: 50px;
}
.hide-footer-labels .questions-container .main-questions-form-wrapper,
.hide-footer-labels .voting-page-container .voting-filter-items,
.hide-footer-labels #show-form-container {
  bottom: 50px;
}
.questions-container .questions-filter-items .form-group textarea {
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
  min-height: 50px;
  padding-left: 35px;
  resize: none;
}
@media (max-width: 400px) {
  .presentation-module {
    width: 92%;
  }
}
@media (min-width: 768px) {
  .btn-primary,
  .seeker-container .btn {
    max-width: 25%;
  }
  .quiz-container .quiz-answer-container label {
    max-width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .presentation-module {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .presentation-module {
    width: 35%;
  }
}
.add-friends-container .loader {
  display: none;
}
.add-friends-container.ni_loading .loader {
  display: block;
  margin-top: 20px;
  text-align: center;
}
#gamification-footer-menu {
  display: none!important;
}
#gamification-footer-menu.hide {
  display: none!important;
}
#gamification-footer-menu.show {
  display: block!important;
}
/* Sitebuilder gamification navigation */
.gamification-footer-menu a,
.gamification-mobile-aside-wrapper a {
  text-decoration: none;
}
.gamification-mobile-aside-wrapper {
  position: fixed;
  bottom: -350px;
  z-index: 1000;
  width: 300px;
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2d3439;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.gamification-mobile-aside-wrapper .mobile-aside-container {
  padding: 0;
}
.gamification-mobile-aside-wrapper .mobile-aside-container #gamificationMobileSearch {
  padding: 10px;
}
.gamification-mobile-aside-wrapper .mobile-aside-container .mobile-aside-search-form {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.gamification-mobile-aside-wrapper .mobile-aside-container ul {
  list-style: none;
}
.gamification-mobile-aside-wrapper .mobile-aside-container ul li {
  padding-left: 10px;
  margin-bottom: 10px;
}
.gamification-mobile-aside-wrapper .mobile-aside-container ul li a {
  display: block;
  padding: 10px;
  line-height: 20px;
  font-size: 20px;
  color: #ffffff;
}
.gamification-mobile-aside-wrapper .mobile-aside-container ul li a:hover,
.gamification-mobile-aside-wrapper .mobile-aside-container ul li a.active {
  color: #94be3e;
}
.gamification-mobile-aside-wrapper h3 {
  padding-left: 10px;
  font-size: 20px;
  color: #94be3e;
}
.gamification-mobile-aside-wrapper .mobile-aside-search-results {
  padding: 10px;
}
.gamification-mobile-aside-wrapper .mobile-aside-search-results .mobile-aside-result-list-title {
  color: #ccc;
  padding: 10px;
}
.gamification-mobile-aside-wrapper .mobile-aside-search-results .search-results-list a {
  color: #ffffff;
  font-size: 18px;
}
.gamification-mobile-aside-wrapper .mobile-aside-search-results .search-results-list a:hover {
  color: #cccccc;
}
.gamification-mobile-aside-wrapper .main-input-container {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 5%;
  margin-bottom: 15px;
  margin-left: 5%;
  padding-right: 0;
  padding-left: 40px;
  -webkit-box-shadow: 0 0 2px 0 #5e5e5e;
  box-shadow: 0 0 2px 0 #5e5e5e;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  width: 90%;
  text-align: left;
}
.gamification-mobile-aside-wrapper .main-input-container input {
  padding: 0;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: transparent;
  width: 100%;
  line-height: 40px;
  height: 40px;
  font-size: 20px;
  font-style: italic;
  color: #99999a;
}
.gamification-mobile-aside-wrapper .main-input-container input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-style: italic;
  color: #99999a;
}
.gamification-mobile-aside-wrapper .main-input-container input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-style: italic;
  color: #99999a;
  opacity: 1;
}
.gamification-mobile-aside-wrapper .main-input-container input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-style: italic;
  color: #99999a;
  opacity: 1;
}
.gamification-mobile-aside-wrapper .main-input-container input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: italic;
  color: #99999a;
}
.gamification-mobile-aside-wrapper .main-input-container input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  font-style: italic;
  color: #99999a;
}
.gamification-mobile-aside-wrapper .main-input-container button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: none;
  background: transparent;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #99999a;
  text-align: center;
  padding: 0;
}
.gamification-footer-menu {
  line-height: 1;
  position: fixed;
  z-index: 1000;
  bottom: 65px;
  padding: 5px 25px;
  background-color: #94be3e;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hide-footer-labels .gamification-footer-menu {
  bottom: 50px;
}
.gamification-mobile-aside-wrapper-open .gamification-mobile-aside-wrapper {
  bottom: 65px;
}
.hide-footer-labels .gamification-mobile-aside-wrapper-open .gamification-mobile-aside-wrapper {
  bottom: 50px;
}
.hide-footer-labels .gamification-mobile-aside-wrapper-open .gamification-footer-menu {
  bottom: 400px;
}
.gamification-mobile-aside-wrapper-open .gamification-footer-menu {
  bottom: 415px;
}
@media (max-width: 767px) {
  .gamification-footer-menu.show-menu,
  .gamification-mobile-aside-wrapper.show-menu {
    display: block;
  }
  #results,
  #my_camera {
    padding-left: 0;
    padding-right: 0;
  }
  .modal-footer {
    padding: 10px 5px;
  }
}
@media (max-width: 991px) {
  .live-streaming-container.m-flex-col,
  .live-streaming-container .m-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .main-container.live-streaming-container {
    padding-bottom: 0;
    padding-top: 0;
  }
  .main-container .header-title {
    border-bottom: 0px;
    border-top: 0px;
  }
  .page-has-footer.page-hide-labels {
    padding-bottom: 50px;
  }
  .main-container.agenda-item-container .agenda-item-mobile-header .main-img-wrapper {
    padding-top: 50px;
  }
  .main-container.agenda-item-container .agenda-item-mobile-header .main-img-wrapper.hide-on-modules {
    display: none;
  }
  .main-container.agenda-item-container .agenda-item-img-info h5 {
    margin-left: 15px;
  }
  .scoreboard-toggle {
    display: none;
  }
  .agenda-item-container:not(.live-streaming-container) .agenda-item-future .presentation-item-toolbar .pit-link {
    padding: 2vw 4vw;
    font-size: 6vw;
  }
  .live-streaming-container .with-scoreboard .presentation-item-toolbar,
  .live-streaming-container .with-livestream .presentation-item-toolbar {
    overflow: hidden;
    height: 30px;
    border-color: transparent;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    vertical-align: middle;
  }
  .live-streaming-container .with-scoreboard .presentation-item-toolbar a.pit-link,
  .live-streaming-container .with-livestream .presentation-item-toolbar a.pit-link {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .live-streaming-container.m-flex-col,
  .live-streaming-container .m-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .live-streaming-container .m-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .is-inline-iframe.is-parent-mobile .child-hide-on-mobile,
  .hide-on-mobile {
    display: none !important;
  }
  .live-streaming-container .header-title-mobile {
    line-height: 22px;
    position: -webkit-sticky;
    position: sticky;
    top: 67px;
    z-index: 2;
  }
  .live-streaming-container .video-col {
    position: -webkit-sticky;
    position: sticky;
    top: 102px;
    width: 100%;
    z-index: 1;
  }
  .live-streaming-container.is-iphone .hide-on-sticky-video.sticky-active {
    /* TODO If its not working properly on iphone, enable this. */
    /*display: none;*/
    /*height: 0px;*/
    /*overflow: hidden;*/
  }
  .live-streaming-container .video-col .video-col-containers-wrapper {
    transition: padding-bottom 0.35s ease;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
  }
  .live-streaming-container .video-col.with-scoreboard.with-livestream:not(.sticky) .video-col-containers-wrapper {
    padding-bottom: 112.5%;
  }
  .live-streaming-container .video-col.sticky .video-col-containers-wrapper {
    padding-bottom: 28.125%;
  }
  .live-streaming-container .video-col .video-col-containers {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .live-streaming-container .sticky #liveStreamContainer .m-widescreen-wrapper,
  .live-streaming-container .sticky #scoreboardContainer .m-widescreen-wrapper {
    width: 50%;
    padding-bottom: 28.125%;
    margin: 0 auto;
  }
  .live-streaming-container .sticky.with-scoreboard #liveStreamContainer .m-widescreen-wrapper,
  .live-streaming-container .sticky.with-livestream #scoreboardContainer .m-widescreen-wrapper {
    float: left;
  }
  .live-streaming-container .d-row {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .live-streaming-container:not(.with-scoreboard) .gamification-col iframe {
    min-height: calc(100vh - 153px);
  }
  .live-streaming-container .gamification-col iframe {
    /* If its not at least 480px the scroll may be missing and sticky will not work. */
    min-height: 100vh;
  }
  .m-widescreen-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .m-widescreen-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
}
#show-form-container {
  background-color: #7ff81a;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 300px;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  left: 50%;
  margin-left: -150px;
}
#show-form-container i {
  font-size: 20px;
  margin-right: 10px;
}
.close-btn-wrapper {
  text-align: right;
}
.close-btn-wrapper .close-btn {
  color: #939598;
  cursor: pointer;
}
.main-questions-form-wrapper {
  position: fixed;
  width: 100%;
  bottom: 65px;
  left: 0;
}
.ua-desktop .questions-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.ua-desktop .questions-heading-title .questions-wrapper {
  padding: 0;
}
.ua-desktop .questions-wrapper .questions-item-container {
  max-width: 1000px;
}
.ua-desktop .questions-wrapper .questions-item-container .clearfix .delete-comment {
  display: flex;
  align-items: center;
  font-size: 10px;
}
.ua-desktop .questions-wrapper .questions-item-container .clearfix .delete-comment i {
  margin-right: 3px;
}
.ua-desktop .questions-wrapper .main-questions-form-container {
  max-width: 1000px;
  margin: 0 auto;
}
.main-questions-form-container .progress {
  height: 3px;
}
.like-btn .fa-thumbs-up {
  color: #b5d39b;
}
.like-btn:hover .fa-thumbs-up,
.liked-btn .fa-thumbs-up {
  color: #94be3e;
}
.like-btn .fa-thumbs-down {
  color: #e9a2ad;
}
.like-btn:hover .fa-thumbs-down,
.liked-btn .fa-thumbs-down {
  color: #de223d;
}
.likes-container a {
  text-decoration: none;
}
.likes-container i {
  font-size: 15px;
}
.questions-list {
  padding-bottom: 50px !important;
}
.questions-list .resize-img {
  width: 100%;
}
.btn-rounded {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.seeker-game-container .seeker-container .seeker-bg-container,
.msg-bg-container {
  background: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: table;
}
.seeker-bg-overlay,
.msg-bg-overlay {
  background-color: #2c3139;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.msg-wrapper {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.seeker-container .btn {
  width: 45%;
  height: 40px;
  border: none;
}
.seeker-container .btn-default {
  background-color: #cfcfcf;
  margin-right: 10px;
}
.seeker-container .btn-default:hover {
  background-color: #a9a9a9;
}
.seeker-hint {
  display: none;
}
.hints-count-label {
  font-size: 16px;
  font-weight: normal;
  color: #fff !important;
}
tbody .hints-count-label {
  font-size: 14px;
}
.seeker-scores-table-heading {
  font-size: 16px;
  color: #94be3e;
}
.seeker-hints-col {
  text-align: center;
}
.seeker-finished-container .btn-primary {
  width: 50%;
}
.seeker-scores-table {
  margin-left: -15px;
  margin-right: -15px;
}
.seeker-scores-table tbody tr td:first-child {
  padding-left: 21px !important;
}
.seeker-scores-table tbody tr td:last-child {
  padding-right: 21px !important;
}
.seeker-game-container .seeker-top-scores-container .seeker-scores-table table thead tr td:first-child {
  padding-left: 11px;
}
.correct-answers {
  text-align: right;
  width: 10%;
}
.quiz-page .main-container {
  overflow-y: visible;
}
.quiz-page header,
.quiz-page .main-wrapper,
.quiz-page footer {
  position: static;
}
body.locked.quiz-page header {
  margin-left: 0;
}
.quiz-page .main-container {
  padding-top: 0;
}
.quiz-page .quiz-header-wrapper {
  padding: 0 15px;
  margin: 0 -15px 0 -15px;
  position: relative;
}
.quiz-page .quiz-header-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
}
.quiz-page .quiz-header-wrapper.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9;
}
.quiz-page .quiz-header-wrapper.fixed .quiz-timer-container {
  margin-top: 0;
  margin-bottom: 0;
}
.quiz-page .more-wrapper {
  display: none;
}
.more-menu-open .more-wrapper {
  display: block;
}
.more-menu-open footer {
  position: fixed;
}
.welcome-container a.main-link {
  background: #94be3e;
  padding: 5px 20px;
  text-decoration: none;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  vertical-align: middle;
  display: inline-block;
}
.voting-content-header {
  padding: 10px 0;
  min-height: 78px;
}
.vex.vote-forwarding-dialog .vex-content {
  text-align: center;
}
.vex.vote-forwarding-dialog .vex-dialog-form .vex-dialog-message {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.vex.vote-forwarding-dialog .vex-dialog-button {
  float: none !important;
  padding: 1em 2em !important;
  margin: 0 10px !important;
  width: 40%;
}
.vex.vote-forwarding-dialog .footer {
  margin-top: 1em;
}
.vote-forwarding-controls {
  float: right;
  line-height: 58px;
  margin-left: -200px;
  width: 200px;
  height: 60px;
  display: table;
}
.vote-forwarding-controls .btn {
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.vote-forwarding-controls .img-wrapper {
  float: left;
  top: 7px;
}
.vote-forwarding-controls .vote-author {
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  display: table-cell;
  font-size: 0.8em;
  width: 135px;
}
.vex.vote-forwarding-dialog .search-wrapper {
  position: relative;
}
.vex.vote-forwarding-dialog .search-wrapper .fa {
  position: absolute;
  top: 29px;
  font-size: 26px;
  left: 10px;
  color: #939393;
}
.vex.vote-forwarding-dialog .search {
  box-shadow: none !important;
  border-radius: 8px;
  padding-left: 42px !important;
}
.vex.vote-forwarding-dialog .users-list {
  width: 80%;
  margin: 0 auto;
}
.vex.vote-forwarding-dialog .users-list li {
  cursor: pointer;
  background-color: #d1d3d4;
  text-align: left;
  padding: 5px 0 8px 5px;
  margin-bottom: 3px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  -moz-border-top-left-radius: 60px;
  -moz-border-bottom-left-radius: 60px;
  -webkit-border-top-left-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
}
.vex.vote-forwarding-dialog .users-list .image {
  float: left;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}
.vex.vote-forwarding-dialog .users-list .name {
  color: #24354f;
  font-size: 14px;
  font-weight: 700;
}
.vex.vote-forwarding-dialog .users-list .team {
  font-size: 10px;
  color: #94be3e;
}
.vex.the-chosen-one-dialog .image,
.vote-forwarding-users .image {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 3px;
  background-size: cover;
  position: relative;
  margin: 10px auto;
}
.vex.the-chosen-one-dialog .image:after,
.vote-forwarding-users .image.checked:after {
  content: "";
  border: 3px solid #83a946;
  position: absolute;
  top: -7px;
  left: -7px;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#open-vote-forwarding-the-chosen-one-dialog {
  cursor: pointer;
}
.vote-forwarding-users {
  padding: 10px 0;
  text-align: center;
}
.vote-forwarding-user {
  color: #fff;
  vertical-align: top;
  width: 90px;
  display: inline-block;
}
.vote-forwarding-user .name {
  font-size: 0.9em;
}
.position-relative {
  position: relative;
}
header .header-login-wrapper {
  right: 15px;
  top: 0;
  width: 35%;
}
header .header-login-wrapper .log-info {
  right: 45px;
  width: 60%;
}
.app-login-container.main-container {
  padding-bottom: 65px;
  padding-top: 100px;
  position: static;
  top: 102px;
  overflow: auto;
}
.no-menus .app-login-container.main-container {
  padding-bottom: 0;
  padding-top: 90px;
}
.app-login-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.app-login-container .logo-wrapper {
  max-width: 200px;
  margin: 0 auto 25px auto;
}
.app-login-container .logo-wrapper td {
  width: 50%;
  vertical-align: middle;
}
.app-login-container .logo-wrapper td:first-child {
  padding-left: 0;
  border-right: 1px solid #b3294c;
  padding-right: 15px;
}
.app-login-container .logo-wrapper .text {
  font-size: 10px;
  padding-left: 15px;
}
.app-login-container .logo-wrapper .logo {
  background: url(../../images/logo.png?v=1) no-repeat center center;
  background-size: cover;
  width: 50px;
  height: 68px;
}
.app-login-container .title {
  margin: 10px 0;
  color: #fff;
  font-size: 25px;
}
.app-login-container .subtitle {
  color: #fff;
  font-size: 13px;
}
.app-login-container .buttons-wrapper {
  margin: 20px 0;
}
.app-login-container .buttons-wrapper .row {
  margin: 0 15px;
}
.app-login-container .buttons-wrapper .row .btn {
  display: block;
}
.app-login-container .run-in-browser {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
}
.app-login-container .store-buttons-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.app-login-container .store-buttons-wrapper a {
  width: 130px;
  height: 45px;
  margin: 0 30px;
  display: inline-block;
  background-size: cover;
}
.app-login-container .google-play-btn {
  background-image: url(../../images/google-play-btn.png?v=1);
}
.app-login-container .apple-store-btn {
  background-image: url(../../images/apple-store-btn.png?v=1);
}
.app-login-container .qr-card a {
  display: block;
}
.app-login-container .qr-card .qrcode {
  display: inline-block;
  width: 200px;
}
#show-more-events-btn {
  margin-left: 8px;
  font-weight: bold;
}
#show-more-events-btn i {
  font-size: 18px !important;
  margin-top: 4px;
  margin-left: 2px;
}
#top-scores-link {
  float: left;
}
#notification-icon-wrapper {
  float: left;
  position: relative;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  margin-top: 25px;
}
#notification-icon-wrapper i {
  font-size: 20px;
}
#notifications-count {
  position: absolute;
  top: -2px;
  left: 18px;
  background-color: #b52025;
  border-radius: 5px;
  height: 12px;
  line-height: 12px;
  font-size: 9px;
  padding: 0 2px;
}
#notifications .actions-bar {
  height: 30px;
  line-height: 30px;
  text-align: right;
  padding: 0 14px;
}
#notifications .actions-bar .action {
  cursor: pointer;
}
#notifications img {
  width: 100%;
  height: auto;
}
.tooltipster-base {
  padding: 0 20px 20px 20px;
}
.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  margin-left: 0 !important;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px !important;
}
.tooltipster-sidetip .tooltipster-content {
  padding: 0 !important;
}
#notifications dt,
#notifications dd {
  font-weight: normal;
  background-color: #000;
  border-top: 1px solid #838383;
  padding: 20px 14px;
}
#notifications dt.unread {
  background-color: #3b3b3b;
}
#notifications > :first-child {
  border-top: none;
}
#notifications .time-wrapper {
  font-size: 11px;
  display: block;
}
#notifications i {
  font-size: 14px;
}
#notifications .delete-notification {
  font-size: 14px;
  cursor: pointer;
  padding: 3px;
}
#notifications .unread {
  cursor: pointer;
}
#notifications .loader-wrapper {
  height: 40px;
  line-height: 20px;
  position: relative;
  text-align: center;
  padding: 10px;
}
#notifications .loader-wrapper i {
  position: absolute;
  left: 10px;
  top: 13px;
}
#notifications .load-more {
  cursor: pointer;
}
#notifications strong {
  font-weight: normal;
  color: #96bd1f;
}
.edit-btn-wrapper a:first-child {
  margin-left: 0;
}
.edit-btn-wrapper a {
  margin: 0 5px;
}
@media (max-width: 480px) {
  header .header-dropdown-menu-wrapper a.dropdown-btn i {
    font-size: 20px;
  }
  header .header-cup {
    padding-left: 10px;
  }
  header .header-logo-container {
    width: 50px;
  }
  header .header-logo-container img {
    max-width: 50px;
    max-height: 50px;
  }
  header .header-login-wrapper .img-wrapper {
    width: 35px;
    height: 35px;
  }
  header .header-login-wrapper .img-wrapper:after {
    width: 42px;
    height: 43px;
    left: -6px;
  }
  header .header-login-wrapper .log-info {
    right: 35px;
    width: 70%;
  }
  .dropdown-menu.custom-dropdown .user-profile-info .user-info {
    max-width: 48%;
  }
  .edit-btn-wrapper a {
    display: block;
    margin: 5px 0;
  }
}
.page-title-component {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.closed .page-title-component {
  display: none;
}
.closed .page-title-component:first-child,
.open .page-title-component {
  display: block;
}
/**
 * Some rules for fixing inline notifications rendering issues on iOS and some versions of android chrome.
 */
@media screen and (min-height: 300px) {
  .ua-chrome-30 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-31 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-32 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-33 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-34 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-35 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-36 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-37 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-38 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-39 .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-40 .tooltipster-sidetip .tooltipster-content,
  .ua-safari .tooltipster-sidetip .tooltipster-content {
    max-height: 200px;
  }
}
@media screen and (min-height: 400px) {
  .ua-chrome-30 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-31 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-32 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-33 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-34 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-35 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-36 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-37 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-38 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-39 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-40 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-safari .tooltipster-sidetip .tooltipster-content {
    max-height: 300px;
  }
}
@media screen and (min-height: 500px) {
  .ua-chrome-30 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-31 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-32 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-33 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-34 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-35 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-36 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-37 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-38 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-39 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-40 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-safari .tooltipster-sidetip .tooltipster-content {
    max-height: 400px;
  }
}
@media screen and (min-height: 600px) {
  .ua-chrome-30 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-31 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-32 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-33 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-34 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-35 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-36 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-37 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-38 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-39 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-40 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-safari .tooltipster-sidetip .tooltipster-content {
    max-height: 500px;
  }
}
@media screen and (min-height: 700px) {
  .ua-chrome-30 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-31 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-32 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-33 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-34 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-35 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-36 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-37 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-38 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-39 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-chrome-40 .ua-safari .tooltipster-sidetip .tooltipster-content,
  .ua-safari .tooltipster-sidetip .tooltipster-content {
    max-height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  #notifications {
    min-width: 350px;
  }
}
header {
  text-align: center;
}
header .header-logo-container {
  width: 80px;
  margin: 0 auto;
}
.header-dropdown-menu-wrapper {
  padding-left: 15px;
}
.agenda-content.inactive {
  opacity: 0.3 !important;
}
.presentation-module.inactive {
  opacity: 0.3 !important;
}
.presentation-module.locked_by_progress_order {
  opacity: 0.7 !important;
}
.module-icons {
  clear: both;
}
.module-icon {
  float: none !important;
  padding: 0 5px !important;
  line-height: 20px !important;
  font-size: 15px !important;
}
.module-icons .module-icon.inactive {
  opacity: 0.3 !important;
}
h2.no-results {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.ua-desktop .seeker-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .gamification-mobile-aside-wrapper {
    bottom: -300px;
    height: 300px;
  }
  .gamification-mobile-aside-wrapper-open .gamification-footer-menu {
    bottom: 365px;
  }
  .hide-footer-labels .gamification-mobile-aside-wrapper-open .gamification-footer-menu {
    bottom: 350px;
  }
}
.video-wrapper {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}
/* QR scanner */
.entryscan-container .entryscan-header-wrapper,
.partnerscan-container .partnerscan-header-wrapper,
.beaconscan-container .beaconscan-header-wrapper,
.roomscan-container .roomscan-header-wrapper {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  padding: 0 8px 0 8px;
  text-align: center;
}
.entryscan-body-wrapper .alert-box,
.partnerscan-body-wrapper .alert-box,
.roomscan-body-wrapper .alert-box {
  height: 55px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: red;
  border-radius: 4px;
  font-size: 22px;
  vertical-align: middle;
  text-align: center;
}
.alert-message {
  position: absolute;
  width: 92%;
  top: 194px;
  left: 15px;
  background-color: red;
  z-index: 9;
  font-size: 30px;
  text-align: center;
  border-radius: 7px;
  opacity: 0.7;
}
.alert-message div {
  display: inline-block;
}
.entryscan-body-wrapper .scan-qr,
.partnerscan-body-wrapper .scan-qr,
.beaconscan-body-wrapper .scan-qr,
.roomscan-body-wrapper .scan-qr {
  font-size: 50px;
  text-align: center;
}
.alert-box span {
  font-size: 35px;
  margin-left: 5px;
  margin-right: 20px;
}
.alert-box div {
  display: inline-block;
}
.entered-user {
  display: inline-block;
  padding: 0;
  margin-top: 5px;
}
.entered-user .entered-user-pic {
  display: inline-block;
  height: 100px;
  padding: 0;
}
.entered-user-pic .img {
  width: 75px;
  height: 75px;
  background-size: cover;
  background: url(https://experience.live/oc-publisher-framework/beta/resources/gamification/images/mobile/default-user-image.png);
  border-radius: 50%;
  border: 3px solid #fff;
  margin-top: 6px;
  margin-left: 12px;
}
.entered-user .entered-user-info {
  display: inline-block;
  height: 100px;
  padding: 0;
}
.entered-user-info .name {
  font-size: 18px;
}
.search-users i {
  position: absolute;
  left: 86%;
  top: 2px;
  height: 40px;
  width: 40px;
}
.search-users input {
  height: 37px !important;
  padding: 10px !important;
}
.visitor-count {
  padding: 0 !important;
  vertical-align: middle;
  text-align: right;
}
.partnerscan-container .visitor-count,
.roomscan-container .visitor-count {
  padding: 0 0 0 0 !important;
}
.roomscan-container .visitor-count-text {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}
.user-feedback-buttons {
  padding: 0 !important;
  margin: 0 0 3px 0;
  display: inline-block;
}
.user-feedback-buttons .first {
  width: 30%;
  margin-right: 2%;
}
.user-feedback-buttons .first:active:focus {
  width: 30%;
  margin-right: 2%;
}
.user-feedback-buttons .middle {
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}
.user-feedback-buttons .middle:active:focus {
  width: 30%;
  margin-left: 2%;
  margin-right: 2%;
}
.user-feedback-buttons .last:active:focus {
  width: 30%;
  margin-left: 2%;
}
.user-feedback-buttons .last {
  width: 30%;
  margin-left: 2%;
}
.user-feedback-note {
  text-align: center;
  padding: 0 !important;
  margin: 3px 0 3px 0;
}
.user-feedback-note textarea {
  resize: none;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 70px;
  padding: 3px 7px;
}
.user-feedback-add {
  display: inline-block;
  padding: 0 !important;
  margin: 3px 0 3px 0;
}
.location-dropdown {
  padding: 0 !important;
  text-align: left;
  line-height: 18px;
}
.location-dropdown-type {
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}
.location-dropdown-name {
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}
.visitor-count-text {
  display: inline-block;
  font-size: 9px;
  line-height: 11px;
  margin-top: 5px;
}
.visitor-count-number {
  display: inline-block;
  font-size: 24px;
  font-style: italic;
}
.scan-type-list {
  position: absolute;
  width: 94%;
  z-index: 990;
  max-height: 400px;
  overflow-y: scroll;
  left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  top: 110px;
}
.scan-type-list li {
  height: 40px;
  padding-top: 9px;
}
.scan-type-list li:last-child {
  border-bottom: none !important;
}
.scan-type-list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 212px;
  white-space: nowrap;
  text-align: right;
}
.search-entered-users {
  z-index: 99;
  font-size: 35px;
}
.roomscan-search-users,
.scan-search-users {
  position: absolute;
  width: 92.5%;
  z-index: 9;
  max-height: 127px;
  overflow-y: scroll;
}
.roomscan-search-users li,
.scan-search-users li {
  padding: 5px 5px;
  margin: 1px 0;
}
.last-four-header {
  padding: 0 8px;
}
.last-four-info {
  margin-top: 5px;
}
.last-four-info div {
  padding: 3px 0;
  vertical-align: middle;
}
.last-four-info div div {
  display: inline-block;
}
.last-four-info-pic {
  width: 15px;
  height: 15px;
  background-size: cover;
  border-radius: 50%;
}
.last-four-info-name {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 130px;
  white-space: nowrap;
}
.elipsed-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Live streaming */
.live-streaming-container.a-flex-col,
.live-streaming-container .a-flex-col {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.live-streaming-container .a-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.live-streaming-container .a-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.live-streaming-container .a-col {
  position: relative;
  width: 100%;
  min-height: 1px;
}
.live-streaming-container .container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.live-streaming-container.agenda-item-container .agenda-item-future .futures-wrapper {
  margin-top: 0;
  height: 100%;
}
.live-streaming-container .agenda-item-future {
  height: 100%;
}
.header-nav-actions-container .align-footer,
.header-nav-actions-container .align-side_navigation {
  display: none;
}
@media (max-width: 991px) {
  .live-streaming-container .video-col.with-scoreboard.with-livestream.sticky .video-col-containers-wrapper #modalTitle {
    margin: 2px;
    font-size: 20px;
  }
  .live-streaming-container .video-col.with-scoreboard.with-livestream.sticky .video-col-containers-wrapper #modalOK {
    padding: 2px;
    width: 3rem;
  }
  .live-streaming-container:not(.with-scoreboard) {
    min-height: calc(100vh + 105px);
    display: inline-block;
    padding: 0;
  }
  .live-streaming-container:not(.with-scoreboard).m-flex-col {
    display: inline-block !important;
  }
  .live-streaming-container:not(.with-scoreboard) .agenda-item-future {
    align-self: flex-start;
    width: 100%;
  }
  .live-streaming-container:not(.with-scoreboard) .agenda-item-future.m-flex-col {
    display: inline-block !important;
    position: sticky;
    top: 88px;
  }
  .live-streaming-container .with-scoreboard.video-col.with-scoreboard + .text-left.gamification-col .text-center.presentation-item-toolbar-box {
    width: 100%;
    position: sticky;
    top: 205px;
    text-align: center;
    display: inline-block;
  }
  .live-streaming-container .agenda-item-future {
    height: calc(100vh - 500px);
  }
  .live-streaming-container .gamification-col .presentation-item-toolbar {
    width: 100%;
  }
  .live-streaming-container .gamification-col .presentation-item-toolbar a.pit-link {
    float: none;
  }
}
#cp-iframe #toolIframe {
  padding-bottom: 60px;
}
.hide-on-sticky-video {
  transition: height 0.35s ease;
  height: auto;
}
.live-streaming-container .gamification-toolbar {
  display: none;
}
.live-streaming-container .gamification-col iframe {
  width: 100%;
  height: 100%;
}
.live-streaming-container .gamification-col iframe.page-has-footer {
  padding-bottom: 65px;
}
/* Style the tab */
.live-streaming-container .presentation-item-toolbar {
  overflow: hidden;
  border-color: transparent;
  display: inline-block;
}
.agenda-item-container:not(.live-streaming-container) .agenda-item-future .presentation-item-toolbar .pit-link {
  font-size: 34px;
  padding: 15px;
}
/* Style the buttons inside the tab */
.live-streaming-container .presentation-item-toolbar a.pit-link {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2vw 1.2vh;
  transition: 0.3s;
  font-size: 7vw;
}
.presentation-item-toolbar a.pit-link.pitl-toggle,
a.pit-link.pitl-toggle {
  transition: all 0.35s ease;
}
.presentation-item-toolbar a.pit-link.pitlt-sb,
a.pit-link.pitlt-sb {
  transform: rotate(90deg);
}
.presentation-item-toolbar a.pit-link.pitlt-ls,
a.pit-link.pitlt-ls {
  transform: rotate(-90deg);
}
.live-streaming-container a:hover,
.live-streaming-container a:focus {
  text-decoration: none;
}
.live-streaming-container .header-title {
  display: block;
}
.live-streaming-container .gamification-col .header-title {
  display: none;
}
.live-streaming-container .container-full {
  padding-left: 0;
  padding-right: 0;
}
.hide-on-desktop {
  display: block;
}
.is-inline-iframe .main-container .header-title {
  display: none !important;
}
.is-inline-iframe .main-container .future-info {
  padding-left: 15px;
  padding-right: 15px;
}
.agenda-item-container .agenda-item-future .futures-wrapper {
  margin-top: 0;
}
@media (min-width: 992px) {
  .live-streaming-container.d-flex-col,
  .live-streaming-container .d-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .live-streaming-container.d-flex-col,
  .live-streaming-container .d-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .live-streaming-container.d-flex-col {
    padding-bottom: 0;
  }
  .live-streaming-container .d-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .live-streaming-container .d-flex-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .live-streaming-container .d-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .live-streaming-container .d-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .live-streaming-container .d-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .live-streaming-container .d-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .live-streaming-container .d-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .live-streaming-container .d-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .live-streaming-container .d-col-1 .dropdown-menu {
    left: -90%;
  }
  .live-streaming-container .d-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    transition: 0.5s;
  }
  .live-streaming-container .d-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    transition: 0.5s;
  }
  .live-streaming-container .d-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .live-streaming-container .d-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    transition: 0.5s;
  }
  .live-streaming-container .d-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    transition: 0.5s;
  }
  .live-streaming-container .video-toolbar {
    display: none !important;
  }
  .live-streaming-container .gamification-col iframe {
    min-height: auto;
  }
  .hide-on-desktop {
    display: none !important;
  }
  .is-parent-mobile .child-hide-on-mobile,
  .hide-on-mobile {
    display: block;
  }
  .live-streaming-container .presentation-item-toolbar {
    height: 52px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .live-streaming-container .presentation-item-toolbar a.pit-link {
    padding: 15px;
    font-size: 32px;
  }
  .live-streaming-container .d-col-2 .presentation-item-toolbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .live-streaming-container .d-col-2 .presentation-item-toolbar a.pit-link {
    font-size: 24px;
    padding: 13px 0;
  }
  .live-streaming-container .d-col-4 .presentation-item-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .live-streaming-container .d-col-4 .presentation-item-toolbar a.pit-link {
    font-size: 24px;
    padding: 13px 0;
  }
  .live-streaming-container .d-col-1 .dropdown-menu {
    left: -90%;
  }
  .live-streaming-container .d-col-1 .questions-container .likes-container {
    width: 100%;
  }
  .live-streaming-container .d-col-1 .questions-container .questions-item-container .question-item-info {
    padding: 0 0 0 20px;
  }
  .live-streaming-container .d-col-1 .questions-container .questions-filter-items button {
    width: 40%;
  }
  .live-streaming-container .d-col-1 .questions-container .questions-filter-items button {
    width: 40%;
  }
  .live-streaming-container .d-col-1 .presentation-item-toolbar a.pit-link {
    padding: 5px 2px!important;
  }
  .live-streaming-container .header-title {
    display: none;
  }
  .live-streaming-container .gamification-col .header-title {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .d-widescreen-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .d-widescreen-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .video-col-containers .vcc-box-wrapper {
    position: relative;
    width: 100%;
    transition: all 0.35s ease;
  }
  .video-col-containers .vcc-big .vcc-box-wrapper {
    padding-bottom: 49.25%;
  }
  .video-col-containers .vcc-small,
  .video-col-containers .vcc-small .vcc-box-wrapper {
    height: 100%;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .ua-mobile .main-container.agenda-item-container {
    height: 100%;
  }
  .ua-mobile .live-streaming-container.d-flex-col,
  .ua-mobile .live-streaming-container .d-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ua-mobile .live-streaming-container.d-flex-col,
  .ua-mobile .live-streaming-container .d-flex-col {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ua-mobile .live-streaming-container .d-flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .ua-mobile .live-streaming-container .d-flex-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ua-mobile .live-streaming-container .d-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .ua-mobile .live-streaming-container .d-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ua-mobile .live-streaming-container .d-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ua-mobile .live-streaming-container .d-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ua-mobile .live-streaming-container .d-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ua-mobile .live-streaming-container .d-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .ua-mobile .live-streaming-container .d-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .ua-mobile .live-streaming-container .d-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .ua-mobile .live-streaming-container .d-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
  .ua-mobile .live-streaming-container .video-toolbar {
    display: none !important;
  }
  .ua-mobile .live-streaming-container .gamification-col iframe {
    min-height: auto;
  }
  .ua-mobile .hide-on-desktop {
    display: none !important;
  }
  .ua-mobile .is-parent-mobile .child-hide-on-mobile,
  .ua-mobile .hide-on-mobile {
    display: block;
  }
  .ua-mobile .live-streaming-container .presentation-item-toolbar {
    height: 52px;
  }
  .ua-mobile .live-streaming-container .presentation-item-toolbar a.pit-link {
    font-size: 22px;
    padding: 10px 14px;
  }
  .ua-mobile .live-streaming-container .header-title {
    display: none;
  }
  .ua-mobile .live-streaming-container .gamification-col .header-title {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .ua-mobile .d-widescreen-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
  .ua-mobile .d-widescreen-container {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .ua-mobile .video-col-containers .vcc-box-wrapper {
    position: relative;
    width: 100%;
    transition: all 0.35s ease;
  }
  .ua-mobile .video-col-containers .vcc-big .vcc-box-wrapper {
    padding-bottom: 49.25%;
  }
  .ua-mobile .video-col-containers .vcc-small,
  .ua-mobile .video-col-containers .vcc-small .vcc-box-wrapper {
    height: 100%;
  }
  .ua-mobile .live-streaming-container .d-flex-wrap {
    background: black;
  }
  .ua-mobile .live-streaming-container .d-flex-wrap .d-col-8 {
    margin: auto;
  }
  .ua-mobile .live-streaming-container .d-flex-wrap .d-col-4 {
    display: none !important;
  }
}
.centered-container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
}
.row.agenda-item-rating {
  padding-bottom: 65px;
}
.is-inline-iframe .row.agenda-item-rating {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .centered-container {
    width: 750px;
  }
  .agenda-item-container .date-wrapper {
    position: relative;
    height: 80px;
  }
  .agenda-item-container .date-wrapper .date-left-bg {
    position: absolute;
    top: 20px;
    bottom: 30px;
    left: 0;
    right: 50%;
  }
  .agenda-item-container .date-wrapper .date {
    position: absolute;
    top: 20px;
    bottom: 30px;
    left: 50%;
    width: 562px;
    margin-left: -375px;
  }
  .agenda-item-container .date-wrapper .date .triangle {
    left: 100%;
  }
  .agenda-item-container .agenda-item-future .future-title {
    padding-left: 0px;
    padding-right: 0px;
  }
  .agenda-item-container .agenda-item-img-info,
  .agenda-item-container .agenda-item-future .future-title .future-title-wrapper {
    width: 750px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .agenda-item-container .agenda-item-img-info,
  .agenda-item-container .agenda-item-future .future-title .future-title-wrapper,
  .centered-container {
    width: 970px;
  }
  .agenda-item-container .date-wrapper .date {
    width: 880px;
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .agenda-item-container .agenda-item-img-info,
  .agenda-item-container .agenda-item-future .future-title .future-title-wrapper,
  .centered-container {
    width: 1170px;
  }
  .future-info.ocfonts-htmlarea {
    width: 1170px;
    text-align: center;
    margin: 0;
    display: inline-block;
  }
  .agenda-item-container .date-wrapper .date {
    margin-left: -585px;
  }
}
#scoreboardContainer {
  position: relative;
}
#scoreboardContainer .scoreboard-toggle {
  position: absolute;
  top: 17px;
  right: 25px;
  z-index: 999;
  color: #428bca;
  font-size: 15px;
}
#scoreboardContainer .scoreboard-toggle :active {
  transform: rotate(90deg);
}
.video-col-containers {
  position: relative;
}
.video-col-containers .scoreboard-toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999;
  color: #fff;
}
.no-wrap {
  white-space: nowrap;
}
.left-bar-switch {
  position: absolute;
  top: 15px;
  left: -25px;
  transform: rotate(180deg);
  z-index: 1;
}
.left-bar-switch.rot-180 {
  transform: rotate(360deg);
}
.left-bar-switch .score-toggle-btn {
  font-size: 15px;
}
.header-live {
  position: absolute;
  top: 115px;
  left: -111px;
  transform: rotate(-90deg);
  z-index: 1;
}
.header-live .live-link .live-link-label {
  display: flex;
  align-items: center;
  vertical-align: middle;
  background: unset;
  font-size: 21px;
  font-weight: bolder;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.header-live .live-link .live-link-label .smtools-icon {
  color: #348cc7;
}
.header-live .live-link .score-toggle-btn {
  font-size: 15px;
}
header .header-live {
  position: relative;
  margin: 0 100px;
  width: 100px;
  height: 70px;
}
header .header-live .live-link {
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #1a1a1a;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
  /**
      @dorin: please make this responsive so the live button in scaled down on mobile portrait
      */
}
header .header-live .live-link .live-link-icon {
  position: relative;
  top: -2rem;
  height: 4rem;
  font-size: 8rem;
  color: #f90101;
}
header .header-live .live-link .live-link-label {
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
  z-index: 1;
}
@media (max-width: 800px) {
  header .header-live .live-link {
    transform: scale(0.5);
    margin-bottom: -12px;
  }
  header .header-live .live-link .live-link-label {
    display: none;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Edge, Opera and Firefox */
}
#thumbnailsContainer .thumbnails-container .header-live {
  z-index: 1;
}
.footer-menu .label-container.hidden-xs,
.footer-menu .more-container.hidden-xs,
.footer-menu .label-container.hidden-sm,
.footer-menu .more-container.hidden-sm {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .header-live {
    color: #000;
    position: absolute;
    top: 65px;
    left: -50px;
    z-index: 0;
  }
  .header-live .live-link .live-link-label {
    font-size: 14px;
    color: #000;
  }
  header .header-live {
    margin: 0 20px;
  }
  .footer-menu .label-container.hidden-xs,
  .footer-menu .more-container.hidden-xs,
  .footer-menu .label-container.hidden-sm,
  .footer-menu .more-container.hidden-sm {
    display: none !important;
  }
  .agenda-item-container:not(.live-streaming-container) .agenda-item-future {
    top: 70px;
  }
  .agenda-item-container:not(.live-streaming-container) .agenda-item-future .presentation-item-toolbar .pit-link {
    padding: 2vw;
    font-size: 7vw;
  }
}
@media (min-width: 992px) {
  #liveStreamContainer {
    max-height: 95%;
  }
}
@media (max-width: 1200px) {
  .old-style-tools .presentation-item-toolbar a.pit-link {
    font-size: 4vw;
  }
  .old-tools-sticky {
    position: sticky;
    width: 100%;
    top: 70px;
    right: 0;
    z-index: 1;
    background-color: #fff;
  }
}
@media (max-width: 992px) {
  .old-style-tools .presentation-item-toolbar a.pit-link {
    padding: 2vw 4vw;
    font-size: 6vw;
  }
  .old-tools-sticky {
    top: 40px;
  }
}
