/* Core Layout Positioning: $layout $sidebar $header
=================================================================== */
html,
body,
#global-container {
  height: 100%;
}
html,
body {
  overflow-x: hidden;
}

body.sidebar-in {
  position: fixed;
  overflow: hidden;
}
#global-container {
  max-width: 1440px;
  padding-left: 250px;
  margin: 0 auto;
  position: relative;
}
.sidebar {
  position: fixed;
  z-index: 7500;
  top: 0;
  bottom: 0;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#sidebar-left {
  right: auto;
  left: 0;
  width: 250px;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  overflow-y: hidden;
  height: 100%;
}

#sidebar-left:hover {
  overflow-y: auto;
}

#close-sidebar-background-mask {
  display: none;
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.modal {
  z-index: 8500;
}

.modal-backdrop {
  z-index: 8000;
}

.swal2-container {
  z-index: 8501;
}



.page-contents {
  padding: 15px;
  /* setting a min height to help prevent noticeable flicker on load for pages light on content...  */
  min-height: 500px;
}

.theatre-on .page-contents {
  min-height: none;
}

/* End Core Layout Positioning
  =================================================================== */

/* Core list Group styles $list
=================================================================== */

.list-group-item p {
  margin-bottom: 0;
  font-size: 14px;
}

.list-group-item-action {
  position: relative;
  padding-right: 2.5rem;
}

.list-group-item-with-link {
  padding: 0 0 0 0;
}

.list-group-item-link {
  display: block;
  padding: 0.75rem 1.25rem;
  margin-left: 30px;
}

.list-group-item.with-img {
  padding-left: 85px;
  min-height: 70px;
  overflow: hidden;
}

.list-group-item.with-img .list-group-item-link {
  margin-left: 0;
}

.list-group-item.with-img img,
.list-group-item.with-img .image-placeholder {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 1px;
}

.list-group-item.list-group-item-with-link.with-img {
  padding-left: 110px;
}

.list-group-item.list-group-item-with-link.with-img img {
  left: 45px;
}
.list-group-item.list-group-item-with-link.with-img.with-favorite {
  padding-left: 130px;
}
.btn-block {
  max-width: 500px;
  margin: 0 auto;
}

.attendee-details h6,
.list-group-item h6 {
  margin-bottom: 0.25rem;
}

.list-group-item.disabled {
  opacity: 0.5;
}

/* End Core list Group styles
  =================================================================== */

/* App Header $header $nav
=================================================================== */

#app-header a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}

#app-header #left-sidebar-toggle {
  display: none;
}

/* End App Header
=================================================================== */

/* Tab Styles $tab $nav
=================================================================== */

.nav {
  display: block;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.nav-tabs .nav-link {
  display: inline-block;
  font-size: 14px;
  color: #666;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active {
    outline: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: bold;
  border: none;
  border-bottom: 3px solid #000;
}

.nav-link {
  padding: 0.5rem 0.8rem;
}

/* End Tab Styles
=================================================================== */

/* Helpers $helpers
  =================================================================== */
.hidden-desktop {
  display: none;
}
.hidden {
  display: none;
}
.row-thin {
  margin-right: 0;
  margin-left: 0;
}

.col-thin {
  padding-right: 5px;
  padding-left: 5px;
}

.pad-sm {
  padding: 10px;
}

.side-pad-sm {
  padding: 0 10px;
}

.pad {
  padding: 15px;
}

.side-pad {
  padding: 0 15px;
}

.pad-lg {
  padding: 20px;
}

.side-pad-lg {
  padding: 0 20px;
}

.relative {
  position: relative;
}

.visible {
  display: block !important;
}

hr {
  margin: 15px 0;
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: 0 0;
}

.loader {
  font-size: 100px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  text-align: center;
  background: url(../images/default/ajax-loader.gif) center center no-repeat;
}

.count {
  font-size: 3em;
  line-height: 1.25em;
}

[data-require] {
  display: none;
}

.tooltip {
  z-index: 9000;
}

.js-open-panel:hover {
  cursor: pointer;
}

.text-muted {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.image-editor img {
  max-width: none;
}

.badge {
  color: #fff;
}

.select2-container {
  width: 100%!important;
  color: black;
}
.alert-fancy {
  border-radius: 0;
  border: 1px solid #000;
  border-left: 5px solid #000;
  font-size: 1rem;
}

.cf:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.backdrop-modal.modalIn {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2999;
}

label {
  font-weight: bold;
}

.card-footer,
.bg-muted {
  background: rgba(0, 0, 0, 0.1);
}

/* End Helpers
  =================================================================== */

/* Left Sidebar : Tags $sidebar $left $search
  =================================================================== */

#left-panel .list-group-item {
  font-weight: 400;
  position: relative;
  min-height: 45px;
  padding-left: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#left-panel .list-group {
  margin-bottom: 0;
}

#left-panel .list-group-item span {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  margin-top: -13px;
}

#powered-by {
  overflow: hidden;
  margin: 0;
  text-align: center;
}

#powered-by h4 {
  font-size: 10px;
  margin: 10px 0;
  text-transform: uppercase;
}

#powered-by img {
  display: block;
  width: 40%;
  margin: 0 auto;
}

#powered-by p {
  font-size: 12px;
  margin: 0 0 5px;
  color: #666;
}

#left-panel a.list-group-item {
  font-size: 13px;
  line-height: 22px;
  border: none;
}

#search-wrap {
  display: none;
}

#trigger-search:hover {
  cursor: pointer;
}

/* End Left Sidebar
  =================================================================== */

/* Right Sidebar Tags: $sidebar $right
  =================================================================== */

.pulse-list-item {
  border-bottom: 1px solid #ccc;
}

#pulse-list .pulse-list-item:last-child {
  border-bottom: none;
}

.pulse-list-item a {
  line-height: 50px;
  position: relative;
  display: block;
  height: 50px;
  padding-left: 15px;
}

.pulse-list-item a span.badge {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.sidebar-right-container .content-header {
  font-size: 20px;
  margin-top: 16px;
}

#pulse-list {
  margin: 0 15px 15px;
  border: 1px solid #ccc;
  background: #fff;
}

.profile-info {
  position: relative;
  margin: 0 0 30px;
  padding: 15px 15px 30px;
  border-bottom: 3px solid #000;
}

.profile-info .profile-image {
  float: left;
  width: 60px;
  margin: 0 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.profile-content {
  padding-left: 90px;
}

.profile-name {
  font-size: 1.2em;
  margin: 5px 0 10px;
}

.profile-title {
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.85;
}

.edit-profile {
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -40px;
  color: #eee;
}

.pulse-row {
  padding: 0 8px;
}

.pulse-row .col-sm-4 {
  padding: 0;
}

.pulse-link {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 45px;
}

.pulse-link:hover {
  text-decoration: none;
}

.pulse-link span.fal {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 24px;
  margin: 0 0 0 -12px;
  padding: 0;
  text-align: center;
  font-size: 20px;
}

.pulse-link span {
  font-size: 0.75em;
  line-height: 1em;
  display: block;
  padding: 45px 5px 0;
}

.pulse-link span.badge {
  line-height: 26px;
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: #424242;
}

.pulse-link-smaller {
  width: 60px;
  height: 60px;
  margin: 5px 0 0;
}

.pulse-link-smaller .fa {
  font-size: 20px;
  top: 16px;
}

.pulse-link-smaller span {
  font-size: 0.6em;
  padding: 40px 5px 0;
}

.refresh-btn {
  margin-bottom: 20px;
}

.refresh-btn a {
  color: #666;
  text-decoration: none;
  padding: 20px;
}

.sidebar-right .profile-info {
  z-index: 10;
}

.location-selector {
  padding: 15px 10px 15px 50px;
  margin: 0 15px 20px;
  clear: both;
  background: #2c2c2c;
  position: relative;
  color: #fff;
  z-index: 1;
  overflow: hidden;
  display: block;
}

.location-selector strong {
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.location-selector strong > small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75em;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2em;
  display: block;
  margin: 3px 0 0;
}

.location-selector input[type="checkbox"] {
  position: absolute;
  left: -20px;
  width: 1px;
  height: 1px;
  border: none;
}

.location-selector input[type="checkbox"] + span {
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -0.75em;
  width: 36px;
  line-height: 1.5em;
  background: red;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  font-weight: 700;
  border-radius: 4px;
}

.location-selector input[type="checkbox"] + span:after {
  content: "NO";
}

.location-selector input[type="checkbox"].checked + span {
  background: green;
}

.location-selector input[type="checkbox"].checked + span:after {
  content: "YES";
}

.right-panel-circle {
  float: none;
  display: inline-block;
  padding: 0;
  width: 32%;
}

#vm-sidebar {
  padding: 15px;
}



#vm-action-bar {
  text-align: center;
  padding: 12px 0 6px;
}

#vm-action-bar a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px;
  position: relative;
}

#vm-action-bar i {
  font-size: 20px;
}

#vm-sidebar #session-list .session-link:last-child {
  border-bottom: none;
}

#vm-sidebar .session-details {
  margin-left: 0;
}

#vm-sidebar #attendee-list-sidebar,
#vm-sidebar #table-wrap {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 5px;
  background: #fff;
}

#vm-sidebar #attendee-list-sidebar .profile-link {
  border-bottom: 1px solid #ccc;
  position: relative;
}

#vm-sidebar-tiles .vm-tile {
  padding: 15px;
  background: #f1f1f1;
  margin: 10px 0;
}

#vm-sidebar-tiles .tile-color-1 {
  background: #dcecff;
  color: #333e4b;
}

#vm-sidebar-tiles .tile-color-2 {
  background: #dcffec;
  color: #395446;
}

#vm-sidebar-tiles .tile-color-3 {
  background: #fff1dc;
  color: #6d5b40;
}

#vm-sidebar-tiles .tile-color-4 {
  background: #f1f1f1;
  color: #626161;
}

#vm-sidebar-tiles .vm-tile h3 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
}

#vm-sidebar-tiles .vm-tile i {
  font-size: 26px;
  margin-bottom: 10px;
}

#vm-sidebar .mb-0 {
  margin-bottom: 0;
}

#vm-sidebar .mb-1 {
  margin-top: 5px;
}

#vm-sidebar-tiles h3 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
}

#vm-sidebar-tiles h3.v-title {
  color: #202020;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

#vm-sidebar-tiles h3.attendee-name {
  margin-top: 0;
}

#vm-sidebar-tiles p.sub-lead {
  font-weight: 300;
  font-size: 14px;
}

.profile-link {
  display: table;
}

#vm-sidebar-tiles .attendee-details {
  display: table-cell;
}

#vm-sidebar-tiles .image-wrap {
  display: table-cell;
}

#attendee-list-sidebar .btn-info {
  margin-bottom: 15px;
}

#vm-sidebar #attendee-list-sidebar .profile-link {
  border-bottom: none;
  position: relative;
}

/* End Right Sidebar
  =================================================================== */

/* Home Page Items $home $pulse
  =================================================================== */

.layout-grid-circle .link-text,
.layout-grid-square .link-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  display: block;
  text-align: center;
}

.layout-grid-circle {
  margin: 10px 0;
}

.layout-grid-circle a {
  text-decoration: none;
}

.layout-grid-circle .grid-nav-link {
  display: block;
  height: 130px;
  margin: 10px 0 0;
}

.layout-grid-circle span.icon {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}

.layout-grid-circle .link-text {
  margin: 10px 0 0;
}

.layout-grid-square {
  margin: 0;
}

.layout-grid-square .grid-nav-link {
  display: block;
  width: 100%;
  max-width: 120px;
  height: 130px;
  margin: 15px auto 0;
  border: 1px solid #ccc;
  border-top: none;
  background: #fafafa;
}

.layout-grid-square span {
  display: block;
  width: 65px;
  margin: 0 auto;
  padding: 5px 0 0;
  text-align: center;
  text-shadow: 1px 1px #fff;
}

.layout-grid-square .link-text {
  margin: 12px 0 0;
  color: #555;
  text-shadow: 1px 1px #fff;
}

.layout-list-view .col-xs-4 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.layout-list-view .grid-nav-link {
  position: relative;
  display: block;
  margin: -1px 0 0;
  border: 1px solid #ccc;
  background: #fafafa;
}

.layout-list-view span {
  position: absolute;
  top: 50%;
  left: 8px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}

.layout-list-view .link-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  padding-left: 60px;
  text-align: left;
  color: #555;
}

#hf-session-container {
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
}

/* End Home Page Items
  =================================================================== */

/* Agenda Display $agenda $session
  =================================================================== */

.session-list {
  position: relative;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
}
.session p {
  margin-bottom: .5rem;
}
.layout-horizontal .day-content {
  position: relative;
  float: left;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.agenda-nav {
  overflow: hidden;
  height: 56px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.agenda-nav-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.agenda-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  margin: 0;
}

.agenda-nav-item:hover {
  cursor: pointer;
}

.agenda-nav-item .numday {
  font-size: 16px;
  line-height: 30px;
  position: absolute;
  top: 4px;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  text-align: center;
  border-radius: 15px;
}

.agenda-nav-item .weekday {
  font-size: 10px;
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  text-align: center;
  color: #666;
}

.agenda-nav-item.active .weekday {
  font-weight: 700;
}

.layout-dropdown .session-list {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.list-divider-day {
  font-size: 20px;
  line-height: 1em;
  padding: 10px 15px;
}

.core-list-divider-day {
  font-size: 24px;
  margin: 10px 0;
}

.list-divider-time {
  padding: 5px 15px;
}

.core-list-divider-time {
  font-weight: bold;
  font-size: 14px;
}

.core-list-divider-time .date {
  display: none;
}

.list-divider-time .date {
  font-weight: 700;
  display: none;
  text-align: right;
  color: #555;
}

.session {
  position: relative;
}

.session-link,
.session-link:active,
.session-link:hover,
.session-link:visited {
  position: relative;
  display: block;
  padding: 15px 25px 15px 15px;
  text-decoration: none;
  color: inherit;
}
/* #favorites-sidebar .session-link,
#favorites-sidebar .session-link:active,
#favorites-sidebar .session-link:hover,
#favorites-sidebar .session-link:visited {
  padding: 25px 40px 25px 15px;
} */
.session-details {
  margin-left: 30px;
}

.session-name {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 5px;
}

.detail-item {
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
}

.detail-item + .detail-item {
  margin: 5px 0 0;
}

.detail-item .badge {
  font-size: 0.9em;
}

.detail-item span.fal {
  position: relative;
  bottom: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  text-align: center;
}

.star-rating a {
  font-size: 18px;
  width: 20px;
  height: 20px;
  text-decoration: none;
  color: #fff;
  float: left;
}

.star-rating a svg {
  width: 100%;
  height: 100%;
}

.star-rating a.active,
.star-rating.selected a.active {
  color: #de9413;
}

.star-rating.selected a {
  color: rgba(255, 255, 255, 0.25);
}

.date-stat {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10.5px !important;
  color: #666;
}

.session-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}

#sidebar-panel {
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

#sidebar-column {
  overflow-y: auto;
  overflow-x: hidden;
}

/* End Agenda / Session Display
  =================================================================== */

/* Game Center Display $game $leaderboard $points
  =================================================================== */

#points-wrap p {
  font-size: 6em;
  font-weight: 900;
}

#points-wrap span {
  font-size: 0.9em;
  color: #666;
  padding: 10px;
  display: inline-block;
}

#points-wrap {
  margin: 0 auto;
  border: 1px solid #ccc;
  background: #fff;
}

#points-overview p.point-title {
  font-weight: 900;
  font-style: 1.4em;
  margin-bottom: 10px;
}

#points-overview h1 {
  font-size: 3.6em;
  font-weight: 900;
}

.breakdown-row p {
  line-height: 30px;
  min-height: 30px;
  margin: 0 0 10px;
  padding: 0 0 0 50px;
}

.breakdown-row span {
  line-height: 30px;
  position: absolute;
  display: block;
  width: 40px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
}

#game-links-wrap {
  background: #fff;
}

.game-dash-link {
  position: relative;
  padding: 20px 20px 20px 95px;
  display: block;
  color: #000;
}

.game-dash-link .game-icon {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}

.game-dash-link span {
  font-size: 24px;
  color: #fff;
}

.game-dash-link p {
  font-size: 0.9em;
  font-size: italic;
}

#game-center .pad .game-dash-link {
  border-bottom: 1px dashed #ccc;
}

#game-center .pad .game-dash-link:last-child {
  border-bottom: none;
}

#game-center .pad .list-group {
  border-top: 1px solid #ccc;
}

.game-dash-link .btn {
  width: 150px;
}

#leaderboards .section-nav li {
  width: 33%;
}

#leaderboards .section-content h3 {
  font-size: 1.4em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.top-leader h2 {
  font-size: 3em;
  font-weight: bold;
}

.top-leader h2 span {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.leader-img {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.leader-list div.list-group-item a {
  padding-left: 70px;
}

.leader-list div.list-group-item img {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 50%;
  margin-top: -30px;
}

.leader-list div.list-group-item .list-group-item-text {
  font-size: 1.2em;
  font-weight: 900;
  color: #1c67ba;
}

.leader-list div.list-group-item .list-group-item-text span {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.list-group-item-text {
  font-weight: 400;
}

.grid-item h1,
.list-group-item-heading,
.result .status,
.result-header {
  font-weight: 700;
}

.list-group-item.with-icon {
  position: relative;
  padding-left: 60px;
}

.list-group-item.with-icon span {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -20px;
}

#points-list span.point-value {
  font-size: 12px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  min-width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0 4px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #5c5c5c;
}

.list-group-item.with-icon.small {
  border-bottom: 1px dashed #ddd;
}

.list-group-item.with-icon.small .list-group-item-heading {
  font-size: 1.1em;
  line-height: 10px;
  margin: 0;
}

#points-list .list-group-item.with-icon.small span.point-value {
  font-size: 10px;
  line-height: 25px;
  min-width: 25px;
  height: 25px;
  margin-top: -12px;
}

.big-trophy {
  margin-top: 20px;
  color: #c08723;
}

#my-points,
#my-position {
  height: 120px;
  text-align: center;
  background: #fff;
}

#my-points {
  border-right: 1px solid #ccc;
}

#my-position {
  border-left: 1px solid #fff;
}

#points-overview p.point-title {
  border-bottom: none;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(0, 0, 0, 0.1);
}

.point-title-2 {
  background: #333;
  color: #fff;
  padding: 10px;
  border-top: 1px solid #ccc;
  font-weight: 700;
  text-align: center;
}

.breakdown-row {
  background: #fff;
  border-top: 1px solid #ebebeb;
}

.breakdown-rows .breakdown-row:nth-child(2n) {
  background: #ebebeb;
}

.breakdown-rows .breakdown-row:last-child {
  border-bottom: 1px solid #ebebeb;
}

.breakdown-row span {
  border-radius: 0;
  font-weight: 700;
  color: #fff;
}

.fighting-spots {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 50%;
  margin-top: -30px;
}

/* End Game Center Display
  =================================================================== */

/* Conversation Wall Related $conversation $post $social $comment
  =================================================================== */

.original-post-posted-date {
  font-style: italic;
  font-size: 11px;
  line-height: 100%;
  display: block;
  margin: 0 0 0 40px;
}

#individual-post .original-post-posted-date {
  margin: 10px 0 0 90px;
}

.author-info,
.response {
  margin-top: 10px;
}

.post-main .post-quick-actions {
  color: #fff;
}

#new-post-wrap,
.post-footer {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

.post-main .original-post-posted-date {
  color: #ccc;
}

.post-replies {
  overflow: hidden;
  padding-left: 10px;
}

.response img {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 50%;
}

.response p,
.response span {
  padding-left: 40px;
}

.response p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
}

.post-footer,
.response span {
  font-size: 0.8em;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
}

.response span {
  display: block;
}

#ipost-main,
#post-reply-form,
.individual-post-replies .response {
  margin-bottom: 20px;
}

#all-posts,
#photo-gallery {
  z-index: 50;
}

#ipost-main img {
  position: absolute;
  top: 0;
  height: 60px;
}

#ipost-main img {
  left: 0;
  width: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
}

#ipost-main p {
  font-size: 1em;
  font-style: italic;
  line-height: 1.4em;
  position: relative;
  margin-bottom: 0;
  margin-left: 80px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  background: #f4f4f4;
}

#ipost-main .caret {
  position: absolute;
  top: 10px;
  left: 58px;
  width: 0;
  height: 0;
  border-width: 18px 20px 18px 0;
  border-style: solid;
  border-color: transparent #e6e6e6 transparent transparent;
}

.num-label {
  font-size: 10px;
  line-height: 24px;
  position: absolute;
  top: -10px;
  right: -10px;
  display: block;
  width: 28px;
  height: 28px;
  text-align: center;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #363636;
}

.ipost-tagged,
.wall-taglist {
  border: 1px solid #ddd;
}

#ipost-main span {
  font-size: 0.8em;
  display: block;
  color: #666;
}

#overlay-reply-form,
#tags-wrap {
  display: none;
}

#tags-display {
  max-height: 125px;
}

.ipost-tagged {
  font-size: 0.9em;
  display: block;
  overflow: auto;
  max-height: 80px;
  margin: -10px 0 18px;
  padding: 10px 10px 5px;
  background: #eee;
}

.ipost-tagged > p {
  line-height: 28px;
  float: left;
  margin: 0 10px 5px 0;
}

.ipost-tagged a.follower-tag {
  margin: 0 5px 5px 0;
}

.ipost-tagged .follower-handle {
  font-size: 0.8em;
}

.ipost-actions {
  margin: 0 0 16px;
}

.wall-taglist {
  font-size: 0.9em;
  overflow: hidden;
  margin: 10px 0;
  padding: 7px 15px;
  border-radius: 5px;
  background: #fafafa;
  background: -webkit-linear-gradient(#fafafa, #eee);
  background: -o-linear-gradient(#fafafa, #eee);
  background: linear-gradient(#fafafa, #eee);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.wall-taglist p {
  display: inline;
  margin: 0 0 0 10px;
}

.wall-taglist > span {
  line-height: 21px;
  float: left;
  margin: 3px 5px 0;
}

.wall-taglist a,
.wall-taglist a:hover,
.wall-taglist a:visited {
  font-size: 0.9em;
  font-weight: 400;
  float: left;
  margin: 3px 5px;
  padding: 2px 10px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #202020;
  border-radius: 5px;
  background: #363636;
}

#hash-suggestions a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #444;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  text-shadow: 1px 1px #fff;
}

#hash-suggestions a:last-child {
  border-bottom: 1px solid #aaa;
}

#hash-suggestions {
  font-size: 0.9em;
  margin: 0;
  background: #fafafa;
}

.original-comment a {
  font-weight: 700;
  color: #2fbdff;
}

.std-img-item {
  position: relative;
  padding-left: 75px;
}

.std-img-item .thumb {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: 58px;
  height: 58px;
}

#ipost-details .post-replies {
  max-height: initial;
  padding-left: 0;
}

.follower-search {
  overflow: hidden;
  width: 100%;
  height: auto;
  padding: 0;
}

.follower-confirmed-list {
  float: left;
  padding: 10px 0 0 10px;
}

.follower-confirmed-list:empty {
  padding: 0;
}

.follower-confirmed-list .follower-tag,
.ipost-tagged .follower-tag,
.tagged-people-list .follower-tag {
  width: auto;
  margin: 0 5px 10px 0;
  white-space: nowrap;
  color: #fff;
  background: #0357ff;
  padding: 0 8px 0 0;
}

.follower-tag-input {
  overflow: hidden;
  width: 100%;
}

.follower-tag-input span {
  font-weight: 300;
  font-size: 1em;
  line-height: 32px;
  display: block;
  min-width: 65%;
  height: 48px;
  padding: 8px 0 8px 10px;
  outline: 0;
}

#tagged-people > p,
.follower-handle {
  font-weight: 700;
  line-height: 28px;
  float: left;
}

.follower-tag-list {
  position: relative;
  overflow: scroll;
  max-height: 120px;
  padding: 10px;
  border: 1px solid #aaa;
  background: #f3f3f3;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  -wwebkit-overflow-scrolling: touch;
}

.follower-tag-list > .fa {
  font-size: 1.5em;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.follower-tag {
  display: block;
  float: left;
  overflow: hidden;
  width: 45%;
  margin: 0 2.5% 5px;
  border-radius: 28px;
  background: #fff;
}

.follower-tag.used {
  color: #aaa;
  background: #ccc;
}

.follower-tag.used img {
  opacity: 0.5;
}

.follower-img {
  float: left;
  width: 22px;
  max-height: 22px;
  margin: 3px 5px;
  border-radius: 18px;
}

.follower-handle {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
}

.follower-tag > .fa {
  font-size: 0.8em;
  margin: 0 8px 0 5px;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}

#tagged-people > p {
  margin: 0 8px 0 0;
}

.ipost-tagged .follower-handle,
.tagged-people-list .follower-handle {
  margin: 0 10px 0 0;
}

.tagged-people-list .follower-tag {
  margin: 0 5px 5px 0;
}

.post-replies .response {
  background: #eaeaea;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #c2c2c2;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
}

#individual-post .post-replies .response,
.individual-post-replies .response {
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

.individual-tagged-users {
  border: 1px dashed #ccc;
  padding: 0 10px 10px;
  margin: 0 0 15px;
  background: rgba(255, 255, 255, 0.4);
}

.response p.view-replies {
  font-size: 11px;
  color: #727272;
  font-weight: 700;
  padding: 0;
}

.post-replies {
  max-height: none;
}

.btn-group .btn span {
  width: 35px;
  height: 35px;
  padding: 5px;
}

.ipost-btns .num-label {
  z-index: 200;
  left: -15px;
  right: auto;
}

.ipost-btns {
  width: 100%;
  margin-top: 15px;
}

.ipost-btns a {
  width: 25%;
  z-index: auto !important;
}

.individual-tagged-users h3,
.user-likes h3 {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0;
}

#post-details-wrapper {
  background: #fff;
}

.ipost-btns a.btn {
  font-size: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
}

.ipost-btns a.btn:last-child {
  border-right: none;
}

.ipost-btns.btn-group .btn span.fal {
  width: 25px;
  height: 25px;
  font-size: 14px;
}

.quick-reply {
  color: #666;
  background: #ececec;
}

/* End Conversation Wall Related
  =================================================================== */

/* Attendee List and Careted List items $attendee
  =================================================================== */

.attendee {
  position: relative;
  padding: 0 0 0 60px;
}

.attendee:after,
.game-dash-link:after,
.list-group-item > a:after,
.session-link:after,
.list-group-item-action:after {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  border: none;
  outline: 0;
  text-align: center;
}

.list-group-item > a.btn:after {
  display: none;
}

.profile-link {
  position: relative;
  display: block;
  padding: 4px 20px 4px 0;
}

#attendee-list-sidebar .profile-link {
  padding: 4px 0 4px 0;
}

.attendee a,
.attendee a:active,
.attendee a:hover,
.attendee a:visited {
  display: block;
  text-decoration: none;
}

.image-wrap {
  float: left;
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin: 3px 0;
}

.image-placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 48px;
  height: 50px;
  text-align: center;
  color: #555;
  border: 1px solid #ccc;
  background: #ddd;
  text-shadow: 1px 1px #eee;
}

.attendee-details {
  height: 56px;
  display: table;
  padding-left: 10px;
}

.attendee-details .centerit {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}

.attendee-details p {
  padding-right: 40px;
}

.attendee-details h3 {
  font-weight: 300;
  overflow: hidden;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attendee-details p {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 1em;
  margin: 0 0 3px;
  opacity: 0.8;
}

.attendee-details h3 {
  color: #202020;
}

a.toggle-attendee-options,
a.toggle-download-options {
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 34px;
  height: 34px;
  margin: -18px 0 0;
  padding: 0;
  text-align: center;
  border-radius: 17px;
}

a.toggle-attendee-options:after,
a.toggle-download-options:after {
  display: none;
}

.attendee-options,
.session-options {
  position: absolute;
  z-index: 50;
  top: 100%;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 0;
  padding: 0 10px;
  transition-duration: 0.2s;
  background: rgba(255, 255, 255, 0.85);
}

.attendee-options.active,
.session-options.active {
  min-height: 50px;
  padding: 10px;
  transition-duration: 0.2s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.alpha-nav {
  position: relative;
}

.alpha-nav-wrap {
  overflow: hidden;
  overflow-x: auto;
  min-height: 40px;
  padding: 4px 20px 4px 4px;
  white-space: nowrap;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.alpha-nav:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1)
  );
}

.alpha-nav-item {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  margin: 0 4px 0 0;
  text-align: center;
  cursor:default;
}

.attendee-list .letter-divider {
  overflow: hidden;
  height: 0;
}

.option-toggle span,
.toggle-attendee-options span,
.toggle-download-options span {
  text-align: center;
  font-size: 20px;
  line-height: 34px;
}

.attendee-options a {
  text-align: center;
}

.attendee-options a span {
  font-size: 18px;
  margin-bottom: 8px;
}

/* End Attendee List and Careted List items
  =================================================================== */

/* Photo Gallery Related $photo $gallery
  =================================================================== */

.magicwall {
  height: 150px;
}

.gallery-photo {
  position: relative;
  min-height: 50px;
  margin-top: 10px;
}

.photo-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
}

.photo-footer .source-icon {
  line-height: 40px;
  float: left;
  width: 40px;
  height: 40px;
  margin: 5px 0 5px -10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px rgba(255, 255, 255, 0.1);
}

.photo-footer .source-icon span {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

.source-icon.source-instagram {
  background: #3f729b;
}

.source-icon.source-twitter {
  background: #55acee;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .photo-footer {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.photo-footer p {
  line-height: 50px;
  margin: 0;
}

.photo-footer span {
  font-size: 1.3em;
  display: block;
  width: 20px;
  height: 20px;
  margin: 8px auto 0;
}

.photo-footer .icons8 {
  font-size: 20px;
  display: block;
  text-align: center;
}

#photo-individual {
  z-index: 10;
  padding: 0 0 40px;
  background: #fff;
}

#image-container {
  overflow: hidden;
}

#image-container-wrap {
  overflow: hidden;
  max-height: 300px;
  background: #000;
}

#ipost-details > .fa {
  font-size: 2.5em;
  display: block;
  margin: 20px auto;
  text-align: center;
}

.user-likes {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.user-likes h3 {
  font-weight: 700;
  line-height: 16px;
  margin: 15px 0 5px;
  text-transform: uppercase;
}

.user-like {
  line-height: 20px;
  float: left;
  overflow: hidden;
  margin: 3px 5px 3px 0;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #eee;
}

.user-like img {
  display: block;
  float: left;
  width: auto;
  max-height: 34px;
  margin: 0;
}

.user-like .name {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: none;
  float: left;
  margin: 5px;
  padding: 0;
  text-shadow: 1px 1px #fff;
}

.user-like.active .name {
  display: block;
}

.user-likes .additional {
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 40px;
  float: left;
}

.user-likes .like-btn {
  font-size: 0.9em;
  line-height: 35px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30%;
  height: 40px;
  margin: 0;
  padding: 0 0 0 40px;
  text-align: left;
}

.user-likes .like-btn i {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

.user-likes {
  margin: 0 0 15px;
  padding: 0 10px 10px;
  border: 1px dashed #ccc;
}

.gallery-like-btn,
.gallery-reply-btn {
  display: block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0.9em;
  color: #fff !important;
  margin-top: 7px;
  border-radius: 2px;
  text-decoration: none !important;
}

.gallery-like-btn.on {
  background: #fff !important;
  color: #000 !important;
  text-decoration: none !important;
}

.user-likes {
  background: rgba(255, 255, 255, 0.4);
  max-width: none;
}

.photo-uploader {
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: 700;
}

/* End Photo Gallery Related
  =================================================================== */

/* Page Headers $headers
  =================================================================== */
.page-header h1{
	font-size: 1.75rem;
}
.page-header.with-back-btn {
  position: relative;
  padding-left: 40px;
}

.page-header .page-back-btn {
  font-size: 24px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 60px;
  padding-left: 20px;
  color: #fff;
  text-align: left;
}

.page-header .page-back-btn span {
  width: 15px;
  height: auto;
  margin: 5px 0 0 -5px;
}

.col-1 .btn-lg {
  padding: 0.25rem 1rem;
}

.page-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* End Page Headers
  =================================================================== */

/* Quiz / Survey Related $quiz $survey $poll
  =================================================================== */

.result {
  position: relative;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-top: 1px solid #fff;
  background: transparent;
}

.result .question {
  font-weight: 700;
  margin: 0;
  padding-right: 80px;
}

.result .answer {
  font-size: 0.95em;
  font-style: italic;
  margin: 5px 0 0;
}

.result .status {
  font-size: 0.7em;
  position: absolute;
  top: 9px;
  right: 5px;
  padding: 5px 15px;
  color: #fff;
  border-radius: 10px;
  background: #ce4840;
}

.result .status.correct {
  background: #39ad39;
}

.result-header {
  font-size: 1.3em;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
  background: transparent;
}

#notification_slidedown,
#notification_slidedown .icon .fa {
  position: absolute;
  right: 0;
  left: 0;
  text-shadow: 1px 1px #000;
}

p.stat {
  font-size: 0.85em;
  overflow: hidden;
  height: 20px;
  margin: 5px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
}

p.stat i {
  width: 15px;
  margin-right: 5px;
  text-align: center;
  color: #202020;
}

#page-poll .question-wrap {
  display: block;
  width: 100%;
  height: auto;
}

#page-poll #sessionQuizFrm .content {
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
}

#page-poll .question-title {
  font-weight: 300;
  font-size: 1.25em;
  line-height: 22px;
  margin: 0;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
}

#page-poll .question-title h3 {
  font-size: 18px;
}

#page-poll .question-title p {
  margin: 0;
  opacity: 0.85;
  font-size: 15px;
  font-style: italic;
}

#page-poll .question {
  display: block;
}

#page-poll .question legend {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.3em;
  position: relative;
  margin: 0;
  padding: 45px 1em;
  text-align: center;
  border-bottom: none;
}

#page-poll .question legend em {
  font-weight: 300;
  font-size: 0.5em;
  line-height: 1em;
  font-style: italic;
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  color: #666;
}

#page-poll .checkbox-wrap {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  display: block;
  margin: 15px;
  padding: 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  border: 2px solid #000;
}

#page-poll .checkbox-wrap input {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1px;
  height: 1px;
  margin-top: 0;
  border: none;
  background: 0 0;
  visibility: hidden;
}

#page-poll .clickoverlay {
  background: rgba(175, 177, 175, 0.31);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 10px;
}

#page-poll .checkbox-wrap input:after {
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: -5px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  content: "";
  border: 2px solid #ccc;
  border-radius: 30px;
  background: #fff;
}

#page-poll .checkbox-wrap input:checked:after {
  line-height: 28px;
  text-align: center;
  color: #fff;
  border: 2px solid #666;
  background: #666;
}

.checkbox-wrap .clickoverlay {
  display: none;
}

.checkbox-wrap.selected .clickoverlay {
  display: block;
}

#page-poll .textarea-wrap {
  position: relative;
  padding: 10px 15px;
  background: #fff;
}

#page-poll .question label.error {
  line-height: 1em;
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 240px;
  margin: 0 0 0 -120px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  background: #ce4840;
  box-shadow: 0 3px 0 #982a23;
}

#page-poll .actions {
  padding: 10px 15px;
  background: #fff;
}

#page-poll .actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page-poll .actions li {
  float: left;
  width: 50%;
  padding: 0;
}

#page-poll .actions li a,
#page-poll .actions li a:focus,
#page-poll .actions li a:hover {
  font-size: 1.1em;
  line-height: 1em;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100px;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 3px solid #333;
  background: #fff;
}

#page-poll .actions li.disabled a {
  opacity: 0.2;
  color: #888;
}

#page-poll .actions li a[href="#previous"] {
  border-color: #ccc;
  border-radius: 10px;
}

#page-poll .actions li a[href="#next"] {
  float: right;
  border-color: #666;
  border-radius: 10px;
}

#page-poll .actions li a[href="#finish"] {
  float: right;
  border-color: #000;
  border-radius: 10px;
}

#page-poll .results-wrap {
  position: absolute;
  right: 0;
  left: 100%;
  width: 100%;
  margin: 0;
  padding: 15px 2.5% 30px;
  transition-duration: 0.2s;
  background: #fff;
}

#page-poll .results-wrap.current {
  left: 0;
}

#page-poll .result-title {
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 5px 0 10px;
  text-align: center;
}

#page-poll .openEndedText {
  overflow: auto;
  max-height: 400px;
  -webkit-overflow-scroll: touch;
}

#page-poll .openEndedText .textItem {
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fafafa;
  box-shadow: 0 3px #ccc;
}

#page-poll .openEndedText .textItem--content {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.4em;
  margin: 0 0 10px;
}

#page-poll .openEndedText .textItem--user {
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1em;
}

#page-poll .jqplot-table-legend-swatch {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}

#page-poll .jqplot-table-legend {
  font: 300 12px/20px Lato, sans-serif;
}

#page-poll .result-nav {
  padding: 0 15px;
}

#page-poll #question-wrap,
#page-poll .question-wrap .title,
#page-poll .steps {
  display: none;
}

/* End Quiz / Survey / PollRelated
  =================================================================== */

/* Download / Link Related $downloads $link
  =================================================================== */
.list-group-item.asset-link > a:after {
  display: none;
}
.download {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}

.download .content {
  margin-right: 103px;
  padding: 8px 15px;
}

.download h2 {
  font-size: 1.1em;
  margin: 0;
  color: #004b8e;
}

.download p {
  font-size: 0.8em;
  font-style: italic;
  margin: 5px 0 0;
}

.link,
.send-asset,
.download-asset,
.view-link {
  position: absolute;
  z-index: 200;
  top: 0;
  bottom: 0;
  display: block;
  width: 50px;
  text-align: center;
  border-left: 1px solid #ccc;
  background: #efefef;
}

.link span,
.send-asset span,
.view-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: -10px;
  margin-left: -10px;
  color: #000;
}

.send-asset {
  font-size: 12px;
  right: 0;
}

.link {
  right: 0;
  border-right: none;
}

.link.sent {
  color: #fff;
  background: rgba(0, 100, 0, 0.6);
}

.link.sent i:before {
  content: "\f058";
  color: #fff !important;
}

.view-link {
  right: 51px;
}

.download-sections .section-nav.one-item {
  display: none;
}
.download-asset {
    font-size: 12px;
    right: 0;
}
.download-sections .section-nav a {
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  padding: 20px 15px;
  text-align: center;
}

.download-sections .section-nav .fa {
  position: relative;
  display: inline-block;
}

.download-sections .section-content {
  padding: 0;
}

.download-sections .section-content > .list-group {
  margin: 0 0 10px;
}

div#page-downloads .toggle-attendee-options {
  min-height: 0;
}

div#page-downloads .list-group-item {
  padding-left: 35px;
}

.list-group-item-info {
  padding-left: 15px !important;
}

div#page-downloads .attendee-options.active {
  height: 50px;
}

.send-asset i.icons8-download-from-the-cloud-filled {
  font-size: 2em;
  margin-top: 10px;
  margin-left: 10px;
}

.input-group-addon span {
  width: 14px;
  height: 14px;
}

/* End Download / Link Related
  =================================================================== */

/* QR Connections $qr
  =================================================================== */

#my-qr-code {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

#page-numconnect h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #a8a8a8;
}

#page-numconnect p {
  font-size: 0.9em;
  line-height: 1.4em;
}

.num_pad,
.num_pad_nonnum {
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  float: left;
  width: 32.5%;
  padding: 30px 0;
  text-align: center;
  color: #363636;
  border: 1px solid #878787;
  background: #5e5e5e;
}

.num_pad {
  background: #fff;
}

#num_entered {
  min-height: 65px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
}

#num_entered p {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 40px;
  min-height: 40px;
  margin: 0;
  padding: 0 0 0 20px;
  color: #fff;
}

#num_entered p span {
  font-size: 2em;
  font-weight: 400;
}

#num_backspace_btn {
  background: #c9c9c9;
}

#connect_btn img,
#num_backspace_btn img {
  display: block;
  width: auto;
  height: 1em;
  margin: 0 auto;
}

#num_connect_home {
  display: none;
}

#num_connect_home:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

#page-numconnectpref .content_padding h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}

#page-numconnectpref .content_padding p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

/* END QR Connections
  =================================================================== */

/* Chat Item Related $chat $message
  =================================================================== */

.message-history {
  margin: 20px 0;
}

.message-item {
  position: relative;
  float: left;
  width: 60%;
  margin: 10px 15px 15px;
}

.message-item .image-wrap {
  position: absolute;
  top: 5px;
  left: -10px;
  overflow: hidden;
  width: 40px;
  max-height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.message-meta {
  font-weight: 700;
  font-size: 0.7em;
  line-height: 1em;
  margin: 0 0 5px 42px;
  text-align: left;
  color: #555;
}

.message-content {
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.2em;
  margin: 0;
  padding: 8px 15px 8px 42px;
  color: #fff;
  background: #000;
}

.message-content:after {
  position: absolute;
  top: 100%;
  left: 5px;
  content: "";
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
  border-left: 0 solid transparent;
}

.message-item.me .image-wrap {
  display: none;
}

.message-item.me {
  float: right;
}

.message-item.me .message-meta {
  margin-left: 15px;
}

.message-item.me .message-content {
  padding: 10px 15px;
  color: #000;
  background: #fff;
  border: 1px solid #dadada;
}

.message-item.me .message-content:after {
  right: 5px;
  left: auto;
  border-top-color: #dadada;
  border-right-width: 0;
  border-left-width: 10px;
}

.chat-add-message {
  padding: 0 0 15px;
}

.chat-add-message input {
  width: 95%;
  margin: 5px 2.5%;
  padding: 5px 2.5%;
  border: none;
}

.chat-add-message .input-help {
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  display: block;
  margin: 0 2.5%;
  text-align: right;
  color: #eee;
}

/* End Chat Item Related
  =================================================================== */

/* Live Questions and Voting $live $question $voting
  =================================================================== */

.current-vote {
  -webkit-box-shadow: 0 -1px 30px 19px rgba(50, 50, 50, 0.14);
  -moz-box-shadow: 0 -1px 30px 19px rgba(50, 50, 50, 0.14);
  box-shadow: 0 -1px 30px 19px rgba(50, 50, 50, 0.14);
}

#live-questions {
  margin: 0 5px;
}

#live-questions .question {
  position: relative;
  margin: 0 0 10px;
  border: 1px solid #ddd;
  border-top-color: #fff;
  background: #fff;
  box-shadow: 0 -1px 0 0 #ddd;
}

#live-questions .vote {
  font-size: 1.2em;
  line-height: 36px;
  position: absolute;
  z-index: 100;
  top: 30px;
  left: -18px;
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 36px;
  background: #000000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#live-questions .header {
  position: relative;
  height: 50px;
  padding: 0 10px 0 70px;
  border-bottom: 1px solid #ddd;
  background: #eee;
}

#live-questions .header h2 {
  font-size: 1em;
  line-height: 120%;
  margin: 0;
  padding: 5px 0;
  color: #000;
  text-shadow: 1px 1px #fff;
}

#live-questions .header .img-holder {
  position: absolute;
  top: 5px;
  left: 20px;
  overflow: hidden;
  width: 40px;
  max-height: 40px;
  border-radius: 20px;
}

#live-questions .img-holder img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

#live-questions .header .created-on {
  font-size: 12px;
  font-style: italic;
  line-height: 100%;
  margin: 0;
  color: #666;
}

#live-questions .question-content {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  margin: 0;
  padding: 15px 50px 15px 25px;
}

#live-questions .question-content p {
  margin: 0;
}

#live-questions .votes {
  position: absolute;
  top: 50%;
  right: 10px;
  bottom: 0;
  width: 44px;
  height: 44px;
  margin: -23px 3px;
  text-align: center;
  color: #000;
}

#live-questions .votes .vote-count {
  font-size: 1.6em;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: -18px 0 0;
  transition-duration: 0.2s;
}

#live-questions .votes .measure {
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin-top: 10px;
  transition-duration: 0.2s;
  text-transform: uppercase;
}

#live-questions .vote span {
  color: #fff;
  width: 20px;
  height: 20px;
}

/* End Live Questions and Voting
  =================================================================== */

/* General Info Pages $general $info
  =================================================================== */

#content-image {
  display: block;
  width: 100%;
  height: auto;
}

.geninfo-content {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
  padding: 15px;
}

/* End General Info Pages
  =================================================================== */

/* Login / Terms Related $login
  =================================================================== */

#PIN {
  padding-right: 55px;
}

#login-btn,
#login-form-wrap h2,
.terms {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.terms {
  letter-spacing: 0;
  text-transform: none;
}

#login-form-wrap label,
.response p.view-replies {
  text-transform: uppercase;
}

#login-form-wrap .form-control {
  background: 0 0;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000;
}

#login-logo {
  display: block;
  max-width: 80%;
  margin: 20px auto;
}

#login-form-wrap {
  margin-top: 20px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.terms input {
  width: 20px;
  height: 20px;
  background: #fff;
}

.terms {
  margin-top: 30px;
}

.terms span {
  position: relative;
  top: -6px;
}

#login-btn {
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 50px;
  text-align: center;
  color: #fff;
  border: none;
  outline: 0;
}

/* End Login / Terms Related
  =================================================================== */

/* Followed Items Related $followed
  =================================================================== */

.followed-items-nav .section-nav a {
  width: 100%;
  padding: 10px 18px;
  text-align: center;
  text-decoration: none;
}

.followed-items-nav .section-content {
  padding: 0;
}

.followed-posts.section-content {
  padding: 15px;
}

.followed-sessions .session-list {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  overflow: initial;
  height: auto;
}

.followed-sessions .day-content {
  float: none;
  overflow: initial;
  width: 100%;
  height: auto;
}

.save-follow:hover {
  cursor: pointer;
}

/* End Followed Items Related
  =================================================================== */

/* Floorplans  $floorplan
  =================================================================== */

.floorplan-wrapper {
  min-height: 300px;
  max-height: 300px;
}

/* End Floorplans
  =================================================================== */

/* Profile $profile
  =================================================================== */

.help-tip {
  bottom: 0;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  font-size: 10px;
  left: 44px;
  z-index: 999;
}

.profile-header img {
  height: 65px;
}

#page-profile .profile-header h3.thin-title {
  font-size: 24px;
  float: none;
}

#page-profile .profile-header .profile-image {
  position: absolute;
  top: 6px;
  right: 6px;
  overflow: hidden;
  width: auto;
  height: 65px;
  border-radius: 5px;
}

#page-profile .profile-header .page-back-btn {
  line-height: 80px;
  height: 80px;
}

#page-profile .profile-header .profile-image img {
  width: auto;
  height: 100%;
}

#page-profile .profile-points {
  margin: -8px -15px -15px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
}

#page-profile .points-total,
.ranking {
  margin: 0;
  padding: 10px 30px 15px;
}

#page-profile .points-total {
  text-align: right;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#page-profile .profile-points h3,
#page-profile .profile-points p {
  color: #fff;
}

#page-profile .profile-points h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1em;
}

#page-profile .profile-points p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
}

#page-profile .profile-breakdown-row {
  overflow: hidden;
  height: 0;
  transition-duration: 0.25s;
}

#page-profile .profile-breakdown-row.active {
  position: relative;
  height: 200px;
  margin: 0 0 -40px;
  padding: 100px 0 0;
  transition-duration: 0.25s;
}

#page-profile .profile-points .breakdown-row {
  float: left;
  width: 20%;
}

#page-profile .profile-points .breakdown-row span {
  position: relative;
  margin: 0 auto;
}

#page-profile .profile-points .breakdown-row p {
  font-weight: 400;
  font-size: 10px;
  line-height: 1em;
  display: block;
  margin: 10px 5px 0;
  padding: 0;
  text-align: center;
}

.breakdown-row:hover {
  cursor: default;
}

#page-profile .page-header .point-breakdown-toggle,
#page-profile .page-header .point-breakdown-toggle:focus {
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  top: 140px;
  right: 15px;
  padding: 8px 8px 6px;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 3px rgba(255, 255, 255, 0.1);
  text-shadow: #000;
}

#page-profile .point-breakdown-toggle.active {
  background: rgba(255, 255, 255, 0.05);
}

#page-profile #profile-point-chart {
  position: absolute;
  z-index: 1000;
  top: -20px;
  left: 50%;
  display: none;
  width: 150px;
  height: 150px;
  margin-left: -75px;
  transition-duration: 0.2s;
}

#page-profile .profile-breakdown-row.active #profile-point-chart {
  display: block;
}

#page-profile .jqplot-table-legend {
  width: auto;
}

#page-profile .profile-actions {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

#page-profile .profile-session-list .session-list {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  border: 1px solid #ccc;
  background: #fff;
}

#page-profile .attendee-fact {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#page-profile .attendee-fact h3 {
  font-size: 0.85em;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
  color: #202020;
}

#page-profile .attendee-fact p {
  font-size: 1.2em;
  font-weight: 300;
  margin: 0;
  color: #202020;
}

#page-profile .attendee-fact .bio * {
  font-size: 14px;
  line-height: 24px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
#page-profile .profile-header a {
    display: inline-block;
    width: auto;
    text-align: center;
    margin: 0 5px;
    text-decoration: none;
}
#page-profile .profile-header a i {
    font-size: 10px;
    font-style: normal;
    display: inline-block;
    margin-top: -4px;
    margin-left: 10px;
}
#page-profile  .profile-header a span {
    width: 15px;
    height: 15px;
    font-size: 15px!important;
}
/* Edit Profile
  =================================================================== */

/* Speaker List / Profile $speaker
  =================================================================== */

.speaker-bio,
.speaker-bio * {
  line-height: 20px !important;
  font-size: 12px;
}

.speaker-bio {
  padding-right: 20px;
}

.attendee.option-two:after {
  display: none;
}

.enlarged-image {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.2s;
}

.enlarged-image.isActive {
  opacity: 1;
  transform: scale(1);
  transition-duration: 0.2s;
}

.enlarged-image span.fal {
  color: #fff;
  position: absolute;
  top: 90px;
  right: 5px;
  width: 30px;
  height: 30px;
  text-align: 30px;
  line-height: 30px;
  font-size: 24px;
}

.enlarged-image .image-wrapper {
  width: 85%;
  max-width: 300px;
  margin: 50px auto;
  display: block;
}

.enlarged-image .image-wrapper img {
  width: 100%;
  height: auto;
}

.enlarged-image .image-wrapper {
  margin-top: 120px;
}

/* End Speaker List / Profile
  =================================================================== */
  .question-header h1{
	font-size:1.5rem;
  }
/* Favoriting and favorites widget $favorite $favorites
  =================================================================== */

.favorite-star {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 5px;
  color: #ccc;
  font-size: 20px;
  line-height: 30px !important;
  text-align: center;
}

#favorites-sidebar {
  height: 100%;
}
#favorites-sidebar .time-formatting-block {
    font-size: 0.8rem;
}
#favorites-sidebar-inner-scroll {
  max-height: 85vh;
  padding-right: 5px;
  overflow-y: auto;
}

.tip {
  letter-spacing: 2px;
  text-transform: uppercase;
}

#favorites-sidebar .day-content {
  display: block;
}

/* End Favoriting
  =================================================================== */

/* Exhibitor List $exhibitor
  =================================================================== */

#virtual-exhibit-hall .card {
  overflow: hidden;
}

#virtual-exhibit-hall .card:hover {
  cursor: pointer;
}

#virtual-exhibit-hall .card-body {
  padding: 20px;
}

#virtual-exhibit-hall .card-body div.description {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 120px;
}

#virtual-exhibit-hall .ex-header-img {
  display: block;
  margin: 0 auto;
  height: 130px;
  width: auto;
}

#virtual-exhibit-hall .list-divider-time {
  margin-top: 20px;
}

#virtual-exhibit-hall .ex-img-wrap {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

#virtual-exhibit-hall .card-body div.description:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 90%
  );
  width: 100%;
  height: 4em;
}

/* End Exhibitor List
  =================================================================== */

/* Login Page $login
=================================================================== */

#gdpr-scroll {
  height: 140px;
  overflow-y: auto;
  font-size: 12px;
  line-height: 16px;
}

#page-login .page-contents {
  min-height: 100vh;
  padding: 0 0 0 0;
}
#page-login h1{
	font-size: 2rem;
}

/* End Login Page
=================================================================== */

/* Media Query For Large Viewports $desktop $media
  =================================================================== */

/* End Media Query For Large Viewports
  =================================================================== */

/* Global notification widget $notification $global
  =================================================================== */

.notification-banner {
  padding: 1em 4em 1em 5em;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: .95;
  border: 1px solid #ddd;
}

.notification-banner .banner-light {
  position: absolute;
  inset: 0.8em auto 0.8em .8em;
  width: 8px;
  border-radius: 8px;
  background: #aaa;
}

.notification-banner .banner-icon {
  position: absolute;
  inset: 50% auto auto 25px;
  margin: -.5em 0 0 0;
  font-size: 2em;
  font-weight: 300;
  color: #aaa;
  width: 50px;
  line-height: 1em;
  text-align: center;
}

.notification-banner .banner-icon:before {
  font-family: 'Font Awesome 5 Pro';
  content: '?';
}

.notification-banner .banner-message {
  font-size: 1.15em;
  font-weight: 700;
  color: #000;
}

.notification-banner .banner-link {
  display: block;
  max-width: 100%;
  background: #aaa;
  margin-top: 5px;
  color: #fff;
  font-weight: 700;
}

.notification-banner .banner-hide {
  position: absolute;
  inset: 50% 10px auto auto;
  border: none;
  color: #aaa;
  line-height: 1em;
  background: none;
  font-size: 1.75em;
  margin: -.5em 0 0 0;
}
/*** Notification Types ***/
.notification-banner.notification-banner-info .banner-light,
.notification-banner.notification-banner-info .banner-link {
  background: #50A0B5;
  border-color: #50A0B5
}

.notification-banner.notification-banner-info .banner-icon:before {
  content: '\f05a';
  color: #50A0B5
}

.notification-banner.notification-banner-danger .banner-light,
.notification-banner.notification-banner-danger .banner-link {
  background: #dc3545;
  border-color: #dc3545
}

.notification-banner.notification-banner-danger .banner-icon:before {
  content: '\f071';
  color: #dc3545
}

/*** Notification Admin ***/
.notification-list .list-item {
  position: relative;
  padding: 1em;
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
  background: #fff;
  font-size: .9em;
}

.notification-list .list-item.isPast {
  padding-top: .5em;
  padding-bottom: -5em;
  font-size: .75em;
}

.notification-list .list-item.type-info {
  border-left-color: #17a2b8;
}

.notification-list .list-item.type-danger {
  border-left-color: #dc3545;
}

.notification-list .list-item.inactive:empty {
  display: none;
}

.notification-list .list-item h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0 200px 0 0;
  padding-right: 1em;
}

.notification-list .list-tem.isPast h4 {
  opacity: .65;
}

.notification-list .list-item p {
  margin: 0;
}

.notification-list .list-item .action-buttons {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 200px;
}


/* End Global notification widget
  =================================================================== */

/* Scrollbar Improvements $scrollbar
  =================================================================== */

::-webkit-scrollbar {
  width: 10px;
  /* for vertical scrollbars */
  height: 10px;
  /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #b7b7b7;
}

/* End Scrollbar Improvements
  =================================================================== */

/*ADA Additions $ada
  =================================================================== */

.skip-link {
  position: absolute;
  top: -240px;
  left: 0;
  color: white !important;
  background: #353535;
  padding: 8px;
  z-index: 9999;
}

.skip-link:focus {
  top: 0;
}

/* End ADA additions
  =================================================================== */

/* Misc to sort through
  =================================================================== */

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");

/*custom styles and overrides can go here*/

body .swal2-popup .swal2-content {
  font-size: 14px;
}

body .swal2-popup .swal2-styled:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.attendee-options span[webicon] {
  display: block;
  margin: 0 auto;
  height: 20px;
  width: auto;
  margin-bottom: 5px;
}

.attendee-options span.action-name {
  font-size: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
}

.attendee-options.active {
  min-height: 60px;
  background: #efefef;
}

.attendee-options a {
  color: #000;
}

#speaker-search {
  display: none;
}

#page-attendees .minimize {
  height: 43px;
  overflow: hidden;
}

.speaker-bio p {
  font-style: normal;
  margin-bottom: 15px;
}

.first-group-btn {
  border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
  margin-right: 1px !important;
  width: 50%;
}

.second-group-btn {
  width: 50%;
}

.two-btn-group {
  display: block;
  margin-bottom: 30px;
}

#custom-nav a {
  position: relative;
}

#custom-nav span.badge {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 50%;
  margin-right: -30px;
}

#game-center .list-group-item-heading {
  font-size: 16px;
}

.list-group-item.with-icon span.point-value {
  font-size: 11px;
}

/* ==========================================================================
   Sponsored sessions
   ========================================================================== */

.sponsor-wrap {
  background: #fafafa;
  padding: 5px;
  margin-right: 13px;
  margin-bottom: 5px;
  border: 1px solid #e3e3e3;
}

.sponsor-wrap p {
  margin: 0;
  font-size: 12px;
  color: #666;
}

.sponsor-wrap h5 {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #666;
}

.tile-footer,
.tile-header {
  font-family: Lato;
  font-weight: bold;
}

/*VIRTUAL*/

.profile-info .profile-image {
  height: 60px;
}

#hero-background {
  max-width: 600px;
}

.scrollable-header {
  background: #fff;
}

#page-agenda .speaker-wrap {
  margin-left: 40px;
  width: 100%;
  background: #f9f9f9;
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
}


.media-object {
  padding-top: 10px;
  padding-left: 10px;
}

#virtual-exhibit-hall {
  padding-bottom: 100px;
}

/* ==========================================================================
   video embeds
   ========================================================================== */

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#audio {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

/* ==========================================================================
   bx-slider for promoted videos
   ========================================================================== */

.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.item {
  padding: 0 25px;
}

#promoted-video {
  background: #fff;
}

#promoted-video .col-sm-9 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
}

.time-formatting-block {
  display: inline-block;
}

#ie-message {
  display: none;
  padding: 40px;
}

.has-footer-submit {
  padding-bottom: 100px !important;
}

#footer-submit body .theme-btn-bg-4:hover {
  opacity: 1;
}

/*Fix for focus on two line headers*/

.page-header .page-back-btn {
  height: auto;
}

#pulse-app-container a:focus {
  border-bottom: none;
}

.tooltip-circle {
  color: black;
}

/* _reboot.scss Overrides */

a {
  color: #005fee;
}

/* #hf-nav-container a:focus {
  border: dotted 1px #ddd;
} */
/* __text.scss Overrides */
.text-muted {
  color: #474a4c !important;
}


.addeventatc {
  z-index: 1000!important;
}
.btn-outline-primary{
  color:black;
}
/*Routing users from using IE on login*/
#ie-message {
  display: none;
  padding: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #page-login {
    display: none;
  }
  #ie-message {
    display: block;
  }
}

#mobile-message{
  display:none
}
@media(max-width:769px){
  #mobile-message{
    display: block;
  }
}
/*** New Card Title ***/
.card.card-tile {
	margin-bottom: 1em;
	box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
	position: relative;
	margin-left: 1.5rem;
}
.card.card-tile .card-body,
.card.card-tile .card-header {
	padding: 1rem 1rem 1rem 2rem;
}
.card-icon {
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	left: -1.5rem;
	top: 1rem;
	margin: -1px 0 0 -1px;
	line-height: 3rem;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 8px rgba(100, 100, 100, 0.1);
	border: 1px solid #ccc;
	font-size: 1.25rem;
	z-index: 1;
}
.card-tile-count {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1em;
}
.card-tile-description {
	font-size: 0.9rem;
	margin: 0.25rem 0 0 0;
	font-weight: 700;
	opacity: 0.7;
}
.card.card-tile .card-cta {
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	width: auto;
	font-size: 0.7em;
	padding: 0.5em 1em;
}

/* misc  */

#page-login .h-100 {
  min-height: 100vh !important;
}

#favorites-sidebar .tip {
  opacity: 0.7;
}

#favorites-sidebar .attendee {
  border: none;
  padding: 15px 5px;
}

.image-wrap img {
  border-radius: 4px;
}

.page-contents .list-group-item,
.page-contents .attendee {
  /* border: none; */
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-group-item img,
.attendee img,
.top-leader img {
  border-radius: 4px 4px 4px 4px;
}

.alert {
  font-size: 14px;
}

.text-white a {
  color: #fff;
}

#sidebar-left{
  left: 240px;
}

#favorites-sidebar .time-formatting-block {
    font-size: 0.8rem;
}

@media(max-width:1280px){
  #sidebar-left{
    left:0;
    }
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
}

#left-panel .list-group-item {
  background: transparent;
}

.page-header a.save-follow {
  opacity: .45;
}

.page-header a.save-follow.isActive {
  opacity: 1;
}
/* .form-chat-reply .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  right: -80px!important;
  top: 40px;
}

.form-chat-reply .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 85px!important;
}

.form-chat-reply .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  right: -80px!important;
  top: 40px;
}

.form-chat-reply .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 85px!important;
} */

#page-new-meetup .attendee-name {
	width: 100%!important;
	height: 100%!important;
	padding: 15px 20px!important;
}
.attendee-list-item input[type="checkbox"] {
	width: 24px!important;
	height: 24px!important;
	margin-right: 0!important;
	position: absolute!important;
	top: 13px!important;
	left: 14px!important;
}
.list-group-item.attendee-list-item {
	padding: 0!important;
}
.attendee-name span {
	margin-left: 30px;
}

a.card {
  display: block;
  text-decoration: none!important;
}

#sidebar-panel.mini-nav {
  margin: 0 0 10px 10px;
  border-radius: 4px 4px 4px 4px;
  height: auto;
  min-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 50px;
  position: sticky;
}

.mini-nav #action-panel-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  width: 50px;
  white-space: normal;
  overflow: visible;
  overflow-x: visible;
  height: 100%;
}

.mini-nav .action-item {
  display: block;
  border: none!important;
  padding: 0 0 0 0;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  /* height: 30px; */
}

.a-icon {
  display: none;
}

.mini-nav .a-icon {
  display: block;
  margin: 10px auto 2px;
}

.mini-nav .a-text {
  /* display: none; */
  font-size: 12px;
  white-space: nowrap;
}

.mini-nav a.action-item.display {
  border: none!important;
}

.mini-nav #action-panel-tabs {
  min-height: 300px;
  max-height: 80vh;
  overflow-y: auto;
}

.mini-nav.condense-sidebar #action-panel-tabs {
  max-height: 45vh;
  overflow-y: auto;
}

#searchForm {
  display: inline-block;
  position: relative;
}

#search {
  border: none;
  outline: none;
  border-radius: 30px 30px 30px 30px;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

#search-btn {
  position: absolute;
  top: 4px;
  right: 5px;
  font-size: 12px;
  z-index: 10;
}

#app-header {
  background: transparent;
  padding: 6px 15px 10px 10px;
}

#app-header a.header-btn {
  display: inline-block;
  position: relative;
  font-size: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  padding: 7px 10px;
  width: auto;
  height: auto;
  line-height: 100%;
  margin-left: 5px;
  top: -2px;
}

#app-header a#header-edit-profile {
  padding: 14px;
  top: 8px;
}

.header-btn span.count {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 7, 82, 0.1);
  font-size: 11px;
  color: #FF0752;
  text-align: center;
  line-height: 15px;
  margin-left: 5px;
  top: -1px;
}

#vm-profile-info {
  position: relative;
  padding: 0 0 0 50px;
}

#vm-profile-info:hover {
  cursor: pointer;
}

#vm-userpic {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

#vm-userpic a {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

#skip-to, #page-agenda, #page-general-information, #page-question-hub-list, #page-followed-items {
  margin: 0 15px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

#virtual-content-column .page-header {
  border-radius: 4px 4px 0 0;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

/* begin smaller navigation tiles (pulse) for virtual */

#hf-nav-container {
  margin-top: 100px;
}

body #hf-nav-container .tile {
  padding: 20px 20px 20px 20px!important;
  width: 167px;
  height: 140px;
  border-radius: 6px;
}

body #hf-nav-container .tile-icon {
  top: 20px;
  left: 20px;
  margin: 0 0 0 0;
  /* background is set in _tiles.cfm */
  /* background: rgba(0,0,0,.2); */
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 22px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

body #hf-nav-container .tile-footer {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  bottom: 20px;

}

#hf-session-container .session-link {
  background: #fff;
  color: #000;
  border-radius: 4px;
  margin-top: 10px;
}

#hf-session-container .list-divider-day {
  border-radius: 4px;
}
/* end small navigation tiles for virtual  */

/* table color fix  */
table {
  color: inherit;
}

/* new agenda page styling, haven't found a good way to hook this up to themer yet */
#page-agenda .page-contents {
  background: rgba(0,0,0,.1);
  color: #fff;
  padding: 30px;
}

#page-agenda .session {
  background: #fff;
  color: #000;
  border-radius: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
}

#page-agenda .agenda-nav-item {
  margin-bottom: 10px;
}

#page-agenda .session-link {
  padding: 0 0 0 0;
}

#page-agenda .session-details {
  margin-left: 0;
}

#page-agenda .favorite-star {
  left: auto;
  top: 10px;
  right: 10px;
  margin: 0 0 0 0;
}

#page-agenda .session-link:after {
  display: none;
}

#page-agenda .session h6 {
  margin-right: 40px;
  font-size: 1.4rem;
}

#page-agenda .teaser {
  opacity: .6;
  font-size: 14px
}

#page-agenda .agenda-nav {
  background: transparent;
  color: #fff;
  border-bottom: none;
}

#page-agenda .agenda-nav-wrap::-webkit-scrollbar-track {
  background: rgba(255,255,255,.3);
  border-radius: 5px;
}

#page-agenda .agenda-nav-wrap::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}

#page-agenda .track-name {
  font-size: 14px;
  opacity: .8;
  margin: 0 0 0 0;
}

#page-agenda .accordion .card-header, #page-agenda .accordion .card {
  background: transparent;
}

#page-agenda .accordion-btn {
  color: inherit;
}

#page-agenda .accordion .card {
  border: none;
  border-radius: 0 0 0 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

#page-agenda .accordion-btn::after {
  color: inherit;
}

#page-agenda .accordion .card-body {
  background: transparent;
  color: inherit;
}

#page-agenda .accordion-btn:hover {
  background: rgba(0,0,0,.1);
}

#page-agenda .session .badge {
  padding: 8px 10px;
}

#page-agenda .nav-tabs {
  border-bottom: none;
}

#page-agenda input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
}

#page-agenda .form-check-input {
  margin-left: -1.65rem;
}

body.swal2-iosfix {
  position: static!important;
  top: 0!important;
}

.profile-header {
	min-height: 100px;
  padding-left: 140px;
}

.profile-image-container {
	width: 100px;
	height: 100px;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin: auto;
}

.profile-header img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.profile-header__img-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.profile-image-container {
		width: 60px;
		height: 60px;
	}
}

@media only screen and (max-width: 560px) {
	.profile-image-container {
		width: 40px;
		height: 40px;
	}

	#page-profile .profile-header a {
		width: auto !important;
	}
}