@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');

/* DialogLoop v.0.1.0.5 | main.css
   INNOWAYTIONLABS | 2016


TABLE OF CONTENTS
- Normalize.css
- Base Styles
- Shadows
- Decorative Elements
    - Transition Classes
- Media Query Classes
- Page Footer
- Tables
- Collections
- Badges
- Error Messages
- Videos & Iframes
- Utility Classes
- Grid
- Navigation
- Pagination
- Typography
- Cards
- Tabs
- Tooltips
- Buttons
- Dropdowns
- Waves
- Modals
- Text Inputs
- Radio Buttons
- Checkboxes
- Select Boxes
- Active Session & Slides
- Toolbar
- Login
- Animations
*/


/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  max-width: 100vw;
  max-height: 100vh;
  min-width: 300px;
  justify-content: center;
  /*  Prevent text selection*/
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
  background-color: #242424;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


/* ==============================================
    BASE STYLES
================================================*/

html {
  box-sizing: border-box;
}

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

body {
     display: flex;
     max-height: 100vh;
     flex-direction: column;
     overflow: hidden;
}

  main {
    flex: 1 0 auto;
    max-height: 100vh;
}

ul {
  list-style-type: none;
}

ul.browser-default {
  list-style-type: initial;
}

a {
  color: #d4451d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.valign-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.valign-wrapper .valign {
  display: block;
}

ul {
  padding: 0;
}

ul li {
  list-style-type: none;
}

.clearfix {
  clear: both;
}

/* ==============================================
    SHADOWS
================================================*/

.z-depth-0 {
  box-shadow: none !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.z-depth-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.z-depth-4, .modal {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.z-depth-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0;
}

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* ==============================================
    DECORATIVE ELEMENTS
================================================*/

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #333;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/*********************
  Transition Classes
**********************/

.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}


#mod-view-inst {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #333333;
  padding: 0px;
}


#chatting-with-name {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bolder;
  color: white;
  text-align: center;
  background: #333333;
  padding: 0px;
}

ul.people {
  text-align: center;
  position: relative;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  margin-top: 8px;
  margin-bottom: 8px !important;
  border-bottom: thin solid #d4451d;
  width: 100%;
  max-height:52px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

/**/
#chat-people-list{
  overflow-x: auto;
}

ul.people li {
  display: inline-block;
  padding: 0 5px;
  left: 0px;
  cursor: pointer;
}

img.icon{
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

img.icon.active{
  border-style: solid;
  border-color: #d4451d;
  border-width: 3px;
  padding: 1px;
  width: 42px;
  height: 42px; 
}

.dl-chat-item {
  /* margin-top: 15px; */
  margin-left: 5px;
  width: 100%;
  overflow: hidden;
}

.deleteContact {
  color: white;
  background-color: #d4451d;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 0.65rem;
  position: absolute;
  right: -7px;
  top: -1px;
  display: inline-block;
  }


.dl-chat-item > div {
  float: left;
  overflow: hidden;
}

.dl-chat-item:last-child {
	margin-bottom: 200px !important;
}


.dl-chat-item-other {
  margin-top: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.dl-chat-item-other > div {
  float: right;
  overflow: hidden;
}

.dl-chat-item-other:last-child {
	margin-bottom: 200px;
}


.dl-message-text{
  background: #d4451d;
  font-size: 1em;
  color: white;
  /*color: #f1f2f2;*/
  margin-left: 10px;
  padding: 10px;
  margin-top: 0;
  border-radius: 15px 15px 15px 15px;  
}

.dl-message-text-other {
  background: white;
  font-size: 1em;
  /*color: white;*/
  color: black;
  margin-right: 0px;
  margin-left: 15px;
  margin-bottom: 15;
  padding: 10px;
  margin-top: 0;  
  float: right;  
  border-radius: 15px 15px 15px 15px;  
  min-width: 150px;
}

.contained-text {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

  -webkit-user-select: text; /* Safari 3.1+ */
  -moz-user-select: text; /* Firefox 2+ */
  -ms-user-select: text; /* IE 10+ */
  user-select: text; /* Standard syntax */ 
}


.dl-message {
  float: left;
  max-width: 70%;
}

.dl-message-other {
  float: right;
  margin-right: 12px;
  max-width: 70%;
}

img.thing {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin-top: 25px;
  float: left;
}

img.thing-other {
  height: 35px;
  border-radius: 50%;
  margin-top: 7px;
  margin-left: 10px;
  float: right;
}

.dl-chat-arrow {
  left: calc(-100% + 10px);
  border: solid transparent;
  border-right-color: #d4451d;
  content: ‘’;
  position: relative;
  pointer-events: none;
  border-width: 7px;
  top: 35px;
}

.dl-chat-arrow-other {
   left: calc(100% - 2px);
   border: solid transparent;
   border-right-color: white;
   content: ‘’;
   position: relative;
   pointer-events: none;
   border-width: 7px;
   top: 11px;
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg);
}

.dl-chat-with-name{
  color: black;
  font-size: 0.8em;
  font-weight: bold; 
  margin-bottom: 5px;
  min-width: 175px;
}

.dl-chat-with-name-other{
  color: #d4451d;
  font-size: 0.8em;
  font-weight: bold; 
  margin-bottom: 5px;
  min-width: 175px;
  text-align: right;
}

.dl-message-timestamp{
  font-size: 0.75em;
  /* margin: 0 5px; */
}

/* ==============================================
    MEDIA QUERY CLASSES
================================================*/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}

/* ==============================================
    PAGE FOOTER
================================================*/
footer {
    font-size: .7em;
    /* position: relative; */
    /* width: 100%; */
    display: none;
}

footer.page-footer {
  padding-top: 10px;
  background-color: transparent;
  display: none;
}

footer.page-footer ul {
    margin: 0;
}

footer.page-footer ul li{
    display: inline-block;
    padding-right: 20px;
    text-align: center;
}

footer.page-footer a {
    text-align: center;
}

footer.page-footer .footer-copyright {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

@media only screen and (min-width: 660px) {
    footer.page-footer .footer-copyright {
        display: none;
    }
}

.footer-copyright a {
    text-align: right;
    padding: 5px;
}

footer.page-footer .footer-copyright.app {
    text-align: center;
}

/* ==============================================
    TABLES
================================================*/
table, th, td {
  border: none;
}

table {
  width: 100%;
  display: table;
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #d0d0d0;
}

table.striped > tbody > tr:nth-child(odd) {
  background-color: #f2f2f2;
}

table.striped > tbody > tr > td {
  border-radius: 0;
}

table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

table.highlight > tbody > tr:hover {
  background-color: #f2f2f2;
}

table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

thead {
  border-bottom: 1px solid #d0d0d0;
}

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid #d0d0d0;
  }
  table.responsive-table.bordered th {
    border-bottom: 0;
    border-left: 0;
  }
  table.responsive-table.bordered td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  table.responsive-table.bordered tr {
    border: 0;
  }
  table.responsive-table.bordered tbody tr {
    border-right: 1px solid #d0d0d0;
  }
}

/* ==============================================
    COLLECTIONS
================================================*/
.collection {
  margin: 0.5rem 0 3rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.collection p {
    font-size: .8em;
    max-width: 90%;
}

.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

.collection .collection-item.avatar .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

.collection .collection-item.avatar img.circle {
	left: 5px;
	top: -1px;
	height: 51px;
	width: 51px;
}

.collection .collection-item.avatar i.circle {
  font-size: 12px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

.collection .collection-item.avatar .title {
  font-size: .8em;
  padding-left: 0;
}

.name {
    font-size: 14px;
    color: #bbb;
}

.collection .collection-item.avatar p {
  margin: 0;
  word-wrap: break-word;
}

.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 10px;
  right: 16px;
}

.collection .collection-item.avatar .badge {
    position: absolute;
    top: 45px;
    right: 16px;
}

.collection .collection-item:last-child {
  border-bottom: none;
}

.collection .collection-item.active {
  background-color: #d4451d;
  color: #eafaf9;
}

.collection .collection-item.active .secondary-content {
  color: #fff;
}

.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #d4451d;
}

.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

.collection.with-header .collection-item {
  padding-left: 30px;
}

.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

.secondary-content {
  float: right;
  color: #d4451d;
  font-size: 1.3em;
}

.collapsible .collection {
  margin: 0;
  border: none;
}

.collection .person {
    font-size: .7rem;
    color: #666;
}

#attendee-questions-list {
    color: #555;
    overflow-y: auto;
    height: 100%;
    width: 101%;
    margin: 0 auto;
}



#chat-messages {
  margin-top: 0;
  margin-bottom: 0;
  color: #555;
  /* Required for ScrollTo to work. Maybe this also fixes ScrollIntoView */
  height: 100%; 
  overflow-y: auto;
}



#num-presenters-badge{
  border-radius: 50%;
  background-color: #666;
  color: #fff;
  font-size: 0.70em;
  position: absolute;
  left: 35px;
  top: 35px;
  width: 18px;
  height: 18px;
  z-index: 10;
  text-align: center;
}

/* ==============================================
    BADGES
================================================*/
span.badge {
  min-width: 2rem;
  padding: 2px 6px;
  text-align: center;
  font-size: .7rem;
  line-height: 1.5rem;
  color: #fff;
  background-color: #d4451d;
  border-radius: 2px;
  position: relative;
  top: -8px;
  right: 28px;
  box-sizing: border-box;
  z-index: 99;
}

/*a:not(.active) > .notification-badge {*/
a > .notification-badge {
  background-color: #d4451d;
  height: 12px;
  width: 12px;
  top: 2px;
  right: 8px;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 100%;
  position: relative;
  display: inline-block;
}

/* a:not(.active) > .notification-badge::after { */
a > .notification-badge::after { 
  background-color: rgba(255, 255, 255, 0.3);
  content: '';
  height: 45%;
  width: 15%;
  position: absolute;
  top: 5%;
  left: 15%;
  border-radius: 50%;
  transform: rotate(4deg);
}


.alert {
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 1px 6px;
    background: #d4451d;
    width: 1.8em;
    border-radius: 50%;
    font-size: 0.75em;
    line-height: 1.5;
    text-align: center;
}

.unread {
  background-color: #d4451d;
  height: 12px;
  width: 12px;
  top: 0px;
  left: 24px; 
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 90%;
  position: absolute;
}

.unread::after { 
  background-color: rgba(255, 255, 255, 0.425);
  content: '';
  font-size: 100%;
  height: 45%;
  width: 15%;
  position: absolute;
  top: 5%;
  left: 15%;
  border-radius: 50%;
  transform: rotate(4deg);
}



/* .unread {
    animation: notificationpulse 0.7s infinite;
    -webkit-animation: notificationpulse 0.7s infinite;
    -moz-animation: notificationpulse 0.7s infinite;
} */
/*the animations */
@keyframes notificationpulse {
  0% {
    box-shadow: 0 0 0 0.00em #c0392b;
  }
  25% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  50% {
    box-shadow: 0 0 0 0.50em #c0392b;
  }
  75% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  100% {
    box-shadow: 0 0 0 0.15em #c0392b;
  }
}
@-webkit-keyframes notificationpulse {
  0% {
    box-shadow: 0 0 0 0.00em #c0392b;
  }
  25% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  50% {
    box-shadow: 0 0 0 0.50em #c0392b;
  }
  75% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  100% {
    box-shadow: 0 0 0 0.15em #c0392b;
  }
}

@-moz-keyframes notificationpulse {
  0% {
    box-shadow: 0 0 0 0.00em #c0392b;
  }
  25% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  50% {
    box-shadow: 0 0 0 0.50em #c0392b;
  }
  75% {
    box-shadow: 0 0 0 0.25em #c0392b;
  }
  100% {
    box-shadow: 0 0 0 0.15em #c0392b;
  }
}

span.badge.notes {
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  background-color: #d4451d;
  border-radius: 2px;
  padding: 5px;
  bottom: 0px;
  right: 0;
}

nav ul a span.badge {
  position: static;
  margin-left: 2px;
  line-height: 0;
}

span.badge.votes {
  min-width: .7rem;
  min-height: .7rem;
  padding: 1px 6px;
  text-align: center;
  font-size: .6rem;
  line-height: 1rem;
  color: #fff;
  background-color: #d4451d;
  border-radius: 2px;
  position: relative;
  margin-right: 5px;
  box-sizing: border-box;
  z-index: 1;
}

/* ==============================================
    ERROR MESSAGES
================================================*/
.message {
  display: table;
  position: absolute;
  margin: 5px auto 0;
  width: 100%;
  background-color: #0074D9;
  color: #fff;
  border-radius: 2px;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.message.card {
  display: table;
  position: absolute;
  margin: 5px auto 0;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (min-width: 601px) {
    .message.card {
        width: 40%;
        margin: 0;
        right: -12%;
    }
}

.message.card h5 {
    color: #000;
}

.message.card a{
    font-weight: 600;
    text-align: left;
}

.message.card .message-close{
    background-color: #d4451d;
}

.message.is-hidden {
  opacity: 0;
  height: 0;
  font-size: 0;
  padding: 0;
  margin: 0 auto;
  display: none;
}

.message--orange {
  background-color: #F39C12;
}

.message--red {
  background-color: #d4451d;
}

.message--green {
  background-color: #2ECC40;
}

.message-icon {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.message-icon > i {
  width: 20px;
  font-size: 20px;
}

.message-body {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px 10px 10px;
}

.message-body > p {
  line-height: 1.2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.message-button {
  position: relative;
  margin: 15px 5px -10px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px rgba(0, 0, 0, 0.4);
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.message-button:hover {
  background: rgba(0, 0, 0, 0.3);
}

.message-button:active {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px rgba(0, 0, 0, 0.4);
  top: 3px;
}

.message-close {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  border: none;
  border-radius: 0px;
  outline: none;
  font-size: 14px;
  right: 5px;
  top: 5px;
  opacity: 1;
  cursor: pointer;
}

.message .message-close:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}

.message-close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.u-italic {
  font-style: italic;
}

/* ==============================================
    VIDEOS & IFRAMES
================================================*/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

iframe {
    width: 100%;
    min-height: 92%;
}

/* ==============================================
    UTILITY CLASSES
================================================*/
.hide {
  display: none !important;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center, .center-align {
  text-align: center;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.circle {
  border-radius: 50%;
}

.square {
  border-radius: 0%!important;
  max-width: 30%!important;
  max-height: 30%!important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-padding {
  padding: 0 !important;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
     -moz-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/* ==============================================
    GRID
================================================*/
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 89%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 768px)
and (orientation: portrait) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 800px)
and (orientation: landscape) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 90%;
  }
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-pad {
  padding: 0;
}

.section.no-pad-bot {
  padding-bottom: 0;
}

.section.no-pad-top {
  padding-top: 0;
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
}

.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

.row .col.pull-s1 {
  right: 8.3333333333%;
}

.row .col.push-s1 {
  left: 8.3333333333%;
}

.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

.row .col.pull-s2 {
  right: 16.6666666667%;
}

.row .col.push-s2 {
  left: 16.6666666667%;
}

.row .col.offset-s3 {
  margin-left: 25%;
}

.row .col.pull-s3 {
  right: 25%;
}

.row .col.push-s3 {
  left: 25%;
}

.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

.row .col.pull-s4 {
  right: 33.3333333333%;
}

.row .col.push-s4 {
  left: 33.3333333333%;
}

.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

.row .col.pull-s5 {
  right: 41.6666666667%;
}

.row .col.push-s5 {
  left: 41.6666666667%;
}

.row .col.offset-s6 {
  margin-left: 50%;
}

.row .col.pull-s6 {
  right: 50%;
}

.row .col.push-s6 {
  left: 50%;
}

.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

.row .col.pull-s7 {
  right: 58.3333333333%;
}

.row .col.push-s7 {
  left: 58.3333333333%;
}

.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

.row .col.pull-s8 {
  right: 66.6666666667%;
}

.row .col.push-s8 {
  left: 66.6666666667%;
}

.row .col.offset-s9 {
  margin-left: 75%;
}

.row .col.pull-s9 {
  right: 75%;
}

.row .col.push-s9 {
  left: 75%;
}

.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

.row .col.pull-s10 {
  right: 83.3333333333%;
}

.row .col.push-s10 {
  left: 83.3333333333%;
}

.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

.row .col.pull-s11 {
  right: 91.6666666667%;
}

.row .col.push-s11 {
  left: 91.6666666667%;
}

.row .col.offset-s12 {
  margin-left: 100%;
}

.row .col.pull-s12 {
  right: 100%;
}

.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}

/* ==============================================
    NAVIGATION
================================================*/
nav {
  color: #fff;
  background-color: #333;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

nav a {
  color: #fff;
}

nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 2rem;
  height: 56px;
  line-height: 56px;
}

@media only screen and (max-width: 370px) {
    nav i,
    nav [class^="mdi-"], nav [class*="mdi-"],
    nav i.material-icons {
        font-size: 1.5rem;
    }
}

nav img {
    vertical-align: middle;
}

#dl-logged-in-user-image {
    position: relative;
    height: 32px;
    width: 32px;
    z-index: 2;
}

@media only screen and (max-width: 370px){
    #dl-logged-in-user-image {
        width: 28px;
        height: 28px;
    }
}

nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width: 993px) {
  nav a.button-collapse {
    display: none;
  }
}

nav .button-collapse {
  float: right;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  height: 56px;
  padding: 0 10px 0 0;
}

nav .button-collapse i {
  font-size: 2.7rem;
  height: 56px;
  line-height: 56px;
}

nav .brand-logo, .brand-logo img {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  /* padding-left: 5px; */
  vertical-align: middle;
  white-space: nowrap;
}

.brand-logo img{
    height: 52px;
    vertical-align: middle;
    top: 0px;
}

nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }

  nav .brand-logo.left {
    left: 0;
  }

  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
    padding: 5px !important;
  }
}

nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: inline-block;
  padding: 0 13px;
  cursor: pointer;
}

@media only screen and (min-width: 370px){
    nav ul a{
        padding: 0 15px;
    }
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

nav ul.left {
  float: left;
}

nav .input-field {
  margin: 0;
}

nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

nav .input-field label {
  top: 0;
  left: 0;
}

nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

nav .input-field label.active i {
  color: #fff;
}

nav .input-field label.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.navbar-fixed {
  position: relative;
  height: 56px;
}

.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width: 601px) {
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}

a {
  text-decoration: none;
}

/* ==============================================
    PAGINATION
================================================*/
.pagination li {
  display: inline-block;
  font-size: .8rem;
  padding: 0 10px;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
}

.pagination li a {
  color: #d4451d;
  vertical-align: middle;
}

.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  background-color: #d4451d;
}

.pagination li.disabled a {
  cursor: default;
  color: #999;
}

.pagination li i {
  font-size: 1.5rem;
  line-height: 30px;
  vertical-align: middle;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* ==============================================
    TYPOGRAPHY
================================================*/
html {
  line-height: 1.5;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color:#fff;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 1rem;
    max-height: 100vh;
}
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 1rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  font-family: 'Poppins', sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 1.8rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 1.5rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.3rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.35rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1.28rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light, footer.page-footer .footer-copyright {
  font-weight: 300;
  text-align: center;
}

.thin {
  font-weight: 200;
}

.bold {
	font-weight: 700;
}

.logo-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.notes-title {
    float: left;
    font-size: 1.3rem;
    margin-left: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
}

#or {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.file-info {
	font-size: 75%;
	color: #777;
	font-style: italic;
}

/* ==============================================
    CARDS
================================================*/
.card-panel {
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card .card-title {
  font-size: 1em;
  font-weight: 700;
  white-space: pre-wrap;
  width: 100%;
  color: #333;
  text-align: center;
}

.card .card-slide-title {
  font-size: 0.9em;
  font-weight: 600;
  white-space: pre-wrap;
  width: 100%;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.card .share-ext-instructions {
  color: #000 !important;
  text-align: left;
  font-size: 14px;
  line-height: 0.9em !important;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 10px;
}

.card .download-slides-instructions {
  color: black !important;
  text-align: left;
  font-size: 1rem;
  line-height: 1.2rem !important;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 12px;
}

#access-code-check-card{
  min-height: 15rem;
  background-color: white;
  /* top: -100px; */
  min-width: 15rem;
  color: black;
  z-index: 5000;
}

.access-code-check-content{
  height: 350px;
  min-height: 350px;
  max-height: 350px;
}

.people-card .card .card-title{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.tweet-card .card .card-title{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.download-slides-card .card .card-title{
	color: #fff;
	font-family: 'Poppins', sans-serif;
}

.close-on-top {
  float: right;
  margin-right: 8px;
  margin-top: 8px;
}

.card .card-content i {
    /* position: absolute; */
    /* top: 200px; */
    /* right: 10px; */
}

.card .card-reveal i {
    position: absolute;
    top: 15px;
    right: 15px;
}

.card .card-title.activator {
  cursor: pointer;
}

.card.small, .card.medium, .card.large {
  position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 50%;
  overflow: hidden;
}

.card.session img{
    max-height: 70%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 30%;
  overflow: hidden;
  padding-bottom: 10px;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.card.small {
  height: 350px;
}

.card.medium {
  height: 400px;
}

.card.large {
  height: 500px;
}

.card .card-image {
    position: relative;
    /* border-bottom: 5px solid #f1f2f2; */
    margin-top: 0;
}

.card .card-image img {
  display: block;
  /* border-radius: 2px 2px 0 0; */
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  max-height: 40%;
  border-radius: 50%;
  /* object-fit: contain; */
  margin: 15px auto;
  /* DA/EG - CHECK border: 5px solid rgba(0, 0, 0, 0.05) */
}

.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.card .card-content {
  padding: 5px 20px 20px 20px;
  border-radius: 0px;
  font-size: .9em;
  max-height: 55%;
  overflow-y: auto;
  margin-top: 0;
  text-align: center;
}

.card .tweet-content {
  padding: 5px 15px;
  max-height: 100%;
  z-index: 9999;
}

.card .download-slides-content {
  padding: 15px;
  max-height: 100%;
  z-index: 9999;
}

.sm-text-length {
    margin-right: 1rem;
}

.card .share-on-sm-image {
  width: 100%;
  height: 40%;
  border: 1px solid #ddd;
}

.card .share-on-sm-text {
  color: #333;
  background-color: #fff;
  min-width: 90%;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  resize: none;
  overflow-y: scroll;
  border: 1px solid #ddd;
}

#share-survey-ext-text {
  color: #333;
  background-color: #fff;
  min-width: 90%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  resize: none;
  overflow-y: scroll;
  border: 1px solid #ddd;
  font-size: 12px;
  margin-top: 10px;
}

#access-code-form {
  background-color: #fff;
  min-width: 90%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  resize: none;
  overflow-y: scroll;
  /* border: 1px solid #ddd; */
  margin-top: 10px;
}


#download-settings {
  background-color: #fff;
  min-width: 90%;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  resize: none;
  overflow-y: scroll;
  /* border: 1px solid #ddd; */
  margin-top: 20px;
}

#download-settings p {
  font-size: 0.85rem;
  line-height: 1rem!important;
  color: gray;
  text-align: left;
}

#download-slides .card-action a{
  margin-right: 10px;
}

.card .card-content p {
  margin: 0;
  color: inherit;
  line-height: 2em;
}

.card .card-content .card-title {
    line-height: 30px;
    color: #000;
    margin-top: 0;
}


.card .card-action {
  font-size: .8em;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 100%;
  height: 35px;
  bottom: 0;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #d4451d;
  margin-right: 20px;
  margin-top: 6px;
  transition: color .3s ease;
  /* text-transform: uppercase; */
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

.card .card-action + .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

.card .card-reveal {
  padding: 20px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

.card-reveal p {
    font-size: .8em;
}

.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.download-header{
  text-align: center;
  color: #d4451d;
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 5px;  
}

/* ==============================================
    TABS
================================================*/
.tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  /* background-color: #fff; */
  margin: 0 auto;
  width: 100%;
  white-space: nowrap;
}

.tabs .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  float: left;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  letter-spacing: .8px;
  width: 15%;
  /* min-width: 80px; */
}


.tabs .tab a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease;
  font-size: .75em;
}

@media (min-width: 450px) {
    .tabs .tab a {
        font-size: 1em;
    }
 }

.tabs .tab a:hover {
  /* opacity: .5; - THIS is what is causing the icon to be look GRAYED OUT when selected.*/
}

.tabs .tab.disabled a {
  color: #eee;
  cursor: default;
}

.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #d4451d;
  will-change: left, right;
}

.grid.tabs .indicator {
	height: 0.25rem;
}

/* ==============================================
    TOOLTIPS
================================================*/
.tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  display: none;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: top, left;
}

.backdrop {
  position: absolute;
  opacity: 0;
  display: none;
  height: 7px;
  width: 14px;
  border-radius: 0 0 14px 14px;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 10%;
          transform-origin: 50% 10%;
  will-change: transform, opacity;
}

/* ==============================================
    BUTTONS
================================================*/
.btn, .btn-large,
.btn-flat {
  border: none;
  border-radius: 0px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  /* text-transform: uppercase; */
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn:disabled
.btn-large:disabled, .btn-large:disabled .btn-large:disabled,
.btn-floating:disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

.btn.disabled *, .disabled.btn-large *,
.btn-floating.disabled *,
.btn-large.disabled *,
.btn:disabled
.btn-large:disabled *, .btn-large:disabled .btn-large:disabled *,
.btn-floating:disabled * {
  pointer-events: none;
}

.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn:disabled
.btn-large:disabled:hover, .btn-large:disabled .btn-large:disabled:hover,
.btn-floating:disabled:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #d4451d;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  font-size: .8em;
  text-align: center;
  padding: 0 15px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn:hover, .btn-large:hover {
  background-color: #e5633f;
}

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 37px;
  height: 37px;
  line-height: 37px;
  padding: 0;
  background-color: #d4451d;
  border-radius: 50%;
  transition: .3s;
  cursor: pointer;
  vertical-align: middle;
}

.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 37px;
}

.btn-floating:hover {
  background-color: #e5633f;
}

.btn-floating:before {
  border-radius: 0;
}

.btn-floating.btn-large {
  width: 55.5px;
  height: 55.5px;
}

.btn-floating.btn-large i {
  line-height: 55.5px;
}

button.btn-floating {
  border: none;
}

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 2000;
}

.fixed-action-btn.active ul {
  visibility: visible;
  z-index: 2000;
}

.fixed-action-btn.horizontal {
  padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
  /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
  display: inline-block;
  margin: 15px 15px 0 0;
}

.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

.fixed-action-btn ul li {
  margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
}

.btn-flat.disabled {
  color: #888;
  cursor: default;
}

.btn-large {
  height: 54px;
  line-height: 54px;
}

.btn-large i {
  font-size: 1.6rem;
}

.btn-block {
  display: block;
}

.disabled {
  color: #606060;
  cursor: default;
}

/*FOR STATUS INDICATION ON TOOLBARS*/
button.orange i{
    color: #d4451d;
}

#share-slide-on-twitter.shared i{
    color: #1DA1F2;
}

#share-slide-on-linkedIn{
  font-size: 95%;
}

#share-slide-on-linkedIn.shared i{
  width: 105%;
  border-radius: 05%;
  background-color: #0077B5;
}

.btn-close-magic-inner {
    color: #fff;
    right:35px;
    top: 5px;
    position: absolute;
}

/* ==============================================
    DROPDOWNS
================================================*/
.dropdown-content {
  background-color: #fff;
  margin: 64px 0 0 0;
  display: none;
  min-width: 90px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 1;
  position: absolute;
  z-index: 9;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1rem;
  width: 100%;
  text-transform: none;
  text-align: center;
  font-size: .7em;
  z-index: 10;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
  background-color: #eee;
}

.dropdown-content li.active.selected {
  background-color: #e1e1e1;
}

.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 1.2em;
  color: #d4451d;
  display: block;
  line-height: 1em;
  padding: 20px 10px;
}

.dropdown-content li > span > label {
  top: 1px;
  left: 3px;
  height: 18px;
}

.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
}

.dropdown-content.active {
    z-index: 1000;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect.waves-blue .waves-ripple {
  background-color: rgba(3, 155, 197, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

.waves-notransition {
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}

/* ==============================================
    MODALS
================================================*/
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 0;
  width: 100%;
  height: 80%;
  margin: auto;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  will-change: top, opacity;
}

@media only screen and (min-width: 500px) {
  .modal {
    width: 80%;
    height: 95%;
  }
}

@media only screen and (min-width: 992px) {
  .modal {
    width: 80%;
    height: 95%;
  }
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
  padding: 10px;
  margin: 10px 0 5px 0px;
  font-size: 1em;
  font-weight: 100;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  color: #d4451d;
}

.modal .modal-content {
  padding: 0px;
  overflow-y: auto;
  /* background-image: url("../images/dl_logoicon.svg"); */
  background-color: rgba(51,51,51,0.95);
  background-attachment: fixed;
  background-position: bottom center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: 70% 70%;
  background-blend-mode: screen;
}

#reports {
  overflow: visible;
  background-color: #fafafa;
  height: 80%;
}

#survey {
    overflow: visible;
    background-color: #fafafa;
    height: 87%; 
    padding: 0;
    border: 5px solid rgba(0,0,0, 0.25);
    top: 2%!important; /* See defaults to 10% fn: openModal in main.js*/
}

.modal .modal-close {
  cursor: pointer;
}

.modal .modal-header {
  height: 2rem;
  padding: 0.25rem 0.5rem;
  background-color: #444;
  display: flex;
  font-size: 85%;
}

.modal .modal-header .title {
  color: #fff;
  width: 85%;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.modal .modal-header .modal-close {
  margin-right: 0.25rem;
  margin-left: auto;
}

.modal .modal-header .modal-close > i {
  font-weight: bolder;
}

.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #333;
  padding: 4px 6px;
  height: 65px;
  width: 100%;
}

.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-flat {
  float: right;
  margin: 6px 0;
}

.lean-overlay {
  position: fixed;
  z-index: 999;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  display: none;
  will-change: opacity;
}

.modal.modal-fixed-footer {
  padding: 5px;
  position: fixed;
  overflow-y: auto;
}

.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 90%;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
}

.modal.bottom-sheet.modal-fixed-footer .modal-content {
  position: absolute;
  margin-top: -35px;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
}

.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  z-index: 10;
  background-color: #fafafa;
}

.modal.modal-fixed-footer .modal-footer textarea {
    resize: none;
    overflow-y: scroll;
    margin-top: 8px;
}

.modal.modal-fixed-footer .modal-footer.btn-flat {
    position: absolute;
    bottom: 0;
}

.modal.modal-fixed-footer .modal-footer i{
    z-index: 99;
    margin-left: 15px;
    color: inherit;
}

.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 40%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* ==============================================
    TEXT INPUTS
================================================*/
select:focus {
  outline: 1px solid #d4451d;
}

button:focus {
  outline: none;
  /* background-color: #d4451d;*/
}

label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #d1d1d1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d1d1d1;
}

:-ms-input-placeholder {
  color: #d1d1d1;
}

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.textarea {
  background-color: #242424;
  border: none;
  border-radius: 0;
  outline: none;
  height: 100%;
  width: 95%;
  font-size: 1rem;
  padding: 10px;
  margin: 0 0 3px 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s;
  color: #fff;
  max-width: 100%;
}

input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:disabled,
input[type=text][readonly="readonly"],
input[type=password]:disabled,
input[type=password][readonly="readonly"],
input[type=email]:disabled,
input[type=email][readonly="readonly"],
input[type=url]:disabled,
input[type=url][readonly="readonly"],
input[type=time]:disabled,
input[type=time][readonly="readonly"],
input[type=date]:disabled,
input[type=date][readonly="readonly"],
input[type=datetime]:disabled,
input[type=datetime][readonly="readonly"],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly="readonly"],
input[type=tel]:disabled,
input[type=tel][readonly="readonly"],
input[type=number]:disabled,
input[type=number][readonly="readonly"],
input[type=search]:disabled,
input[type=search][readonly="readonly"],
textarea.textarea:disabled,
textarea.textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.26);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.26);
}

input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:disabled + label,
input[type=text][readonly="readonly"] + label,
input[type=password]:disabled + label,
input[type=password][readonly="readonly"] + label,
input[type=email]:disabled + label,
input[type=email][readonly="readonly"] + label,
input[type=url]:disabled + label,
input[type=url][readonly="readonly"] + label,
input[type=time]:disabled + label,
input[type=time][readonly="readonly"] + label,
input[type=date]:disabled + label,
input[type=date][readonly="readonly"] + label,
input[type=datetime]:disabled + label,
input[type=datetime][readonly="readonly"] + label,
input[type=datetime-local]:disabled + label,
input[type=datetime-local][readonly="readonly"] + label,
input[type=tel]:disabled + label,
input[type=tel][readonly="readonly"] + label,
input[type=number]:disabled + label,
input[type=number][readonly="readonly"] + label,
input[type=search]:disabled + label,
input[type=search][readonly="readonly"] + label,
textarea.textarea:disabled + label,
textarea.textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.26);
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.textarea:focus:not([readonly]) {
  /* border-bottom: 1px solid #d4451d; */
  /* box-shadow: 0 1px 0 0 #d4451d; */
}

input:not([type]):focus:not([readonly]) + label,
input[type=text]:focus:not([readonly]) + label,
input[type=password]:focus:not([readonly]) + label,
input[type=email]:focus:not([readonly]) + label,
input[type=url]:focus:not([readonly]) + label,
input[type=time]:focus:not([readonly]) + label,
input[type=date]:focus:not([readonly]) + label,
input[type=datetime]:focus:not([readonly]) + label,
input[type=datetime-local]:focus:not([readonly]) + label,
input[type=tel]:focus:not([readonly]) + label,
input[type=number]:focus:not([readonly]) + label,
input[type=search]:focus:not([readonly]) + label,
textarea.textarea:focus:not([readonly]) + label {
  color: #d4451d;
}

input:not([type]).valid, input:not([type]):focus.valid,
input[type=text].valid,
input[type=text]:focus.valid,
input[type=password].valid,
input[type=password]:focus.valid,
input[type=email].valid,
input[type=email]:focus.valid,
input[type=url].valid,
input[type=url]:focus.valid,
input[type=time].valid,
input[type=time]:focus.valid,
input[type=date].valid,
input[type=date]:focus.valid,
input[type=datetime].valid,
input[type=datetime]:focus.valid,
input[type=datetime-local].valid,
input[type=datetime-local]:focus.valid,
input[type=tel].valid,
input[type=tel]:focus.valid,
input[type=number].valid,
input[type=number]:focus.valid,
input[type=search].valid,
input[type=search]:focus.valid,
textarea.textarea.valid,
textarea.textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type=text].valid + label:after,
input[type=text]:focus.valid + label:after,
input[type=password].valid + label:after,
input[type=password]:focus.valid + label:after,
input[type=email].valid + label:after,
input[type=email]:focus.valid + label:after,
input[type=url].valid + label:after,
input[type=url]:focus.valid + label:after,
input[type=time].valid + label:after,
input[type=time]:focus.valid + label:after,
input[type=date].valid + label:after,
input[type=date]:focus.valid + label:after,
input[type=datetime].valid + label:after,
input[type=datetime]:focus.valid + label:after,
input[type=datetime-local].valid + label:after,
input[type=datetime-local]:focus.valid + label:after,
input[type=tel].valid + label:after,
input[type=tel]:focus.valid + label:after,
input[type=number].valid + label:after,
input[type=number]:focus.valid + label:after,
input[type=search].valid + label:after,
input[type=search]:focus.valid + label:after,
textarea.textarea.valid + label:after,
textarea.textarea:focus.valid + label:after {
  content: attr(data-success);
  color: #4CAF50;
  opacity: 1;
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.textarea.invalid,
textarea.textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.textarea.invalid + label:after,
textarea.textarea:focus.invalid + label:after {
  content: attr(data-error);
  color: #F44336;
  opacity: 1;
}

input:not([type]).validate + label,
input[type=text].validate + label,
input[type=password].validate + label,
input[type=email].validate + label,
input[type=url].validate + label,
input[type=time].validate + label,
input[type=date].validate + label,
input[type=datetime].validate + label,
input[type=datetime-local].validate + label,
input[type=tel].validate + label,
input[type=number].validate + label,
input[type=search].validate + label,
textarea.textarea.validate + label {
  width: 100%;
  pointer-events: none;
}

input:not([type]) + label:after,
input[type=text] + label:after,
input[type=password] + label:after,
input[type=email] + label:after,
input[type=url] + label:after,
input[type=time] + label:after,
input[type=date] + label:after,
input[type=datetime] + label:after,
input[type=datetime-local] + label:after,
input[type=tel] + label:after,
input[type=number] + label:after,
input[type=search] + label:after,
textarea.textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 65px;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field {
  position: relative;
  margin-top: 1rem;
}

.input-field label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  left: 0.75rem;
  font-size: 1rem;
  cursor: text;
  transition: .2s ease-out;
}

.input-field label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
}

.input-field .prefix.active {
  color: #d4451d;
  padding-top: 6px;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.input-field .prefix ~ textarea {
  padding-top: .8rem;
}

.input-field .prefix ~ label {
  margin-left: 1rem;
}

@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 8px;
  width: calc(100% - 4rem);
}

.input-field input[type=search]:focus {
  background-color: #fff;
  box-shadow: none;
  color: #d4451d;
}

.input-field input[type=search]:focus + label i,
.input-field input[type=search]:focus ~ .mdi-navigation-close,
.input-field input[type=search]:focus ~ .material-icons {
  color: #d4451d;
}

.input-field input[type=search] + label {
  left: 1rem;
}

.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

.notes-text {
  overflow-y: auto;
  overflow-x: hidden;
  resize: none;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  margin-left: -2px;
}

#questiontext {
    min-height: 3.2rem;
    max-height: 4rem;
    color: #fff;
    background-color: #242424;
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    padding: .3em .3em .3em .3em;
    border: 0px;
    resize: none;
    width: 88%;
}

#questiontext:focus {
	border: none;
	outline: none;
}

#chat-message-text {
  min-height: 3.2rem;
  max-height: 4rem;
  color: #fff;
  background-color: #242424;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  padding: .3em .3em .3em .3em;
  border: 0px;
  resize: none;
  width: 88%;
}

#chat-message-text:focus {
border: none;
outline: none;
}

#feedbackcomments {
    min-height: 9rem;
    resize: none;
}

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
}

/* ==============================================
    RADIO BUTTONS
================================================*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%;
}

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #ddd;
}

[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
          transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #d4451d;
}

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #111;
  z-index: 0;
}

[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
}

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* ==============================================
    CHECKBOXES
================================================*/
form p {
  margin-bottom: 10px;
  text-align: left;
}

form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

[type="checkbox"] {
  /* checkbox aspect */
}

[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #d4451d;
  border-bottom: 2px solid #d4451d;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #d4451d;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #d4451d;
  background-color: #d4451d;
  z-index: 0;
}

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #d4451d;
  border-color: #d4451d;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* ==============================================
    SELECT BOXES
================================================*/
select {
  display: none;
}

select.browser-default {
  display: block;
}

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
}

.select-wrapper span.caret.disabled {
  color: rgba(0, 0, 0, 0.26);
}

.select-wrapper + label {
  position: absolute;
  top: -14px;
  font-size: 0.8rem;
}

select:disabled {
  color: rgba(0, 0, 0, 0.3);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 3rem;
}

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* ==============================================
    ACTIVE SESSION & SLIDES
================================================*/

/*** SESSION INFO ***/
#session-info {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.session-info a {
    font-size: .9rem;
    position: relative;
}

.session-info i {
    font-size: .8rem;
    cursor: pointer;
    margin: 0;
}

#session-title {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}

#sync-with-presenter {
    cursor: pointer;
    color: #d4451d;
    line-height: 32px;
    margin-left: 0 !important;    
}

#go-to-firstSlide{
  cursor: pointer;
  line-height: 32px;
  width: 1rem;
  margin-left: 3px;
}

.content-controls{
  margin-left: 3px !important;
}

.active {
    z-index: 3;
    opacity: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .5s;
   -webkit-animation-duration: .4s;
}

/*** FULLSCREEN MODE ***/
.fullscreen {
  min-height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

@media (orientation:portrait) {
    .fullscreen {
        max-width: 100%;
        max-height: auto;
        min-height: inherit;
    }
}

.window {
  width: 600px;
  height: 400px;
	max-width: 100%;
	max-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  margin: 50px auto;
}

.sp-panel {
  width: 600px;
  height: 400px;
	max-width: 100%;
	max-height: 100%;
  float: left;
}

.sp-panel-set {
  width: 400%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /*overflow:hidden;*/
}

.buttons {
  position: absolute;
  bottom: 1%;
  left: 40%;
  color: #fff;
  font-size: 2em;
}
.buttons .left, .buttons .right {
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* ==============================================
    TOOLBAR
================================================*/
.toolbar {
    width: 100%;
    height: 50px;
    background-color: rgba(1, 20, 35, 0.56);
    position: fixed;
    bottom: 0px;
    left: 50%;
    right: -50%;
    transform: translate(-50%);
    border-radius: 3px;
    z-index: 13;
    opacity: 1;
    transition: all .5s;
    text-align: center;
    font-size: .7em;
}

@media only screen and (min-width: 374px) {
    .toolbar{
        font-size: .8em;
    }
}

@media only screen and (min-width: 414px) {
    .toolbar{
        font-size: 1em;
    }
}

.toolbar:hover {
    opacity: 1;
    transition: all .5s;
}

.toolbar ul {
    position: absolute;
    left: 50%;
    right: -50%;
    transform: translate(-50%);
}

.toolbar ul li{
    position: relative;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    top: -5px;
}

.toolbar ul li:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #d4451d;
}

.toolbar ul li i{
    font-size: 1.3em;
    padding: 6px;
}

.toolbar ul li a {
    color: #fff;
}

@media only screen and (min-width: 414px) {
    .toolbar ul li a {
        bottom: 10px;
    }
}

.toolbar .toolbar-btn.disabled {
    color: #b3b3b3;
    cursor: default;
}

.tool-container, .tool-item, .btn-toolbar {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.btn-toolbar {
  background: #d4451d;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 10px;
  border-radius: 0px;
  display: block;
  transition: none;
}

.btn-toolbar > i {
  color: #fff;
  font-size: 16px;
}

.btn-toolbar:hover {
  background: #b63b19;
  cursor: pointer;
}

.btn-toolbar:hover > i {
  color: white;
}

.btn-toolbar-primary {
  background-color: #d4451d;
}

.btn-toolbar-primary.pressed {
  background-color: #b63b19;
}

.btn-toolbar-primary:hover {
  background-color: #b63b19;
}

.btn-toolbar-primary > i {
  color: white;
}

.tool-container {
  background-color: #d4451d;
  background-size: 100% 100%;
  border-radius: 0px;
  position: absolute;
}

.tool-container.tool-top,
.tool-container.tool-bottom {
  height: 40px;
  border-bottom: 0px solid #d4451d;
}

.tool-container.tool-top .tool-item,
.tool-container.tool-bottom .tool-item {
  float: left;
  border-right: 0;
  border-left: 0;
}

.tool-item {
  height: 100%;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 10px;
  transition: none;
}

.tool-item > .fa {
  color: #fff;
}

.tool-item.selected,
.tool-item:hover {
  background: #b63b19;
}

.tool-item.selected > .fa,
.tool-item:hover > .fa {
  color: #fff;
}

.tool-container .arrow {
  width: 0;
  height: 0;
  position: absolute;
  border-width: 7px;
  border-style: solid;
}
.tool-container.tool-top .arrow {
  border-color: #d4451d transparent transparent;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

.tool-container.tool-bottom .arrow {
  border-color: transparent transparent #d4451d;
  left: 50%;
  top: -14px;
  margin-left: -7px;
}

.tool-container.tool-left .arrow {
  border-color: transparent transparent transparent #d4451d;
  top: 50%;
  right: -14px;
  margin-top: -7px;
}

.tool-container.tool-right .arrow {
  border-color: transparent #d4451d transparent transparent;
  top: 50%;
  left: -14px;
  margin-top: -7px;
}

.toolbar-primary {
  background-color: #d4451d;
}

.toolbar-primary.tool-top .arrow {
  border-color: #d4451d transparent transparent;
}

.toolbar-primary.tool-bottom .arrow {
  border-color: transparent transparent #d4451d;
}

.toolbar-primary.tool-left .arrow {
  border-color: transparent transparent transparent #d4451d;
}

.toolbar-primary.tool-right .arrow {
  border-color: transparent #d4451d transparent transparent;
}

.toolbar-primary .tool-item > .fa {
  color: #fff;
}

.toolbar-primary .tool-item.selected,
.toolbar-primary .tool-item:hover {
  background: #c5401b;
  color: white;
}

.animate-standard {
  -webkit-animation: standardAnimate 0.3s 1 ease;
}
.animate-flyin {
  -webkit-animation: rotateAnimate 0.5s 1 ease;
}
.animate-grow {
  -webkit-animation: growAnimate 0.4s 1 ease;
}
.animate-flip {
  -webkit-animation: flipAnimate 0.4s 1 ease;
}
.animate-bounce {
  -webkit-animation: bounceAnimate 0.4s 1 ease-out;
}
@-webkit-keyframes rotateAnimate {
  from {
    transform: rotate(180deg) translate(-120px);
    opacity: 0;
  }
  to {
    transform: rotate(0deg) translate(0px);
    opacity: 1;
  }
}
@-webkit-keyframes standardAnimate {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes growAnimate {
  0% {
    transform: scale(0) translateY(40px);
    opacity: 0;
  }
  70% {
    transform: scale(1.5) translate(0px);
  }
  100% {
    transform: scale(1) translate(0px);
    opacity: 1;
  }
}
@-webkit-keyframes rotate2Animate {
  from {
    transform: rotate(-90deg);
    transform-origin: 0% 100%;
    opacity: 0;
  }
  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes flipAnimate {
  from {
    transform: rotate3d(2, 2, 2, 180deg);
    opacity: 0;
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 1;
  }
}
@-webkit-keyframes bounceAnimate {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  30% {
    transform: translateY(-40px);
  }
  70% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.hidden {
  display: none;
}

/* ==============================================
    LOGIN
================================================*/
.container.login {
    overflow-y: auto;
}
.card.login, .card.connect {
    margin: 80px 0 15px 0;
    padding: 20px;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: .8s;
}

.login h3 {
    font-family: 'Poppins';
    margin-top: 1rem;
}

.login img {
    margin: 8px;
}

.help-block {
    display: inline-block;
    color: #CC0000;
}

.help-big {
  margin-top: 30px;
  margin-bottom: 150px;
}

#or {
    color: #aaa;
    margin-bottom: 0px;
}

#register {
    padding: 0 20px;
    height: 90%;
    max-height: 90%;
    overflow-y: auto;
}

#register h4 {
    font-family: 'Poppins', sans-serif;
    margin-left: 0;
    margin-bottom: 35px;
}

.connect h3 {
    margin-top: 0em;
    padding: 0;
    font-weight: 500;
}

.profile {
	height: 150px;
	/* width: 150px; */
}

#profile-picture {
	height: 80px;
}

.social-accounts {
	color: #f1f2f2;
	font-size: 1rem;
	margin-top: 15px;
	/* overflow-y: auto; */
	/* height: 30%; */
}

#link-accounts .panel h5 {
    color: #cbcbcb;
    font-size: .9em;
    padding: 0;
    margin: 25px 0 0 0;
    font-weight: 400;
}

.social-accounts .collection {
    border: 0;
    color: #f1f2f2;
    margin: 0;
}

.social-accounts .collection .collection-item.avatar {
    /* padding-left: 102px; */
    min-height: 64px;
    border: 0px solid #ececec;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #ccc;
}

.social-accounts .collection .collection-item.avatar i.circle {
	height: 50px;
	width: 50px;
	top: 8px;
	line-height: 50px;
	font-size: 1em;
}

.social-accounts .collection .collection-item.avatar .title {
    font-weight: 600;
    font-size: .9em;
    color: #333;
}

.social-accounts .collection .collection-item.avatar .secondary-content i {
	font-size: 1.3em;
  color: #333;
	line-height: 100%;
	cursor: pointer;
}

.social-accounts .fa-times-circle{
  color: #868585 !important;
}


i.fa.fa-facebook.circle.active {
	background-color: #3b5998;
}

i.fa.fa-twitter.circle.active {
	background-color: #55acee;
}

i.fa.fa-linkedin.circle.active {
	background-color: #007bb5;
}
/*

.s-btns .circle {
	display: inline-block;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin: 15px;
	background-color: #fafafa;
}
*/

/* ==============================================
    MAGIC PANEL
================================================*/
@media screen and (max-width: 736px) and (orientation:landscape){
	.card-panel.magic{
		display: none;
	}
	div.grid {
		display: none;
	}

	nav {
		display: none;
	}

	.fader img.slide {
		max-height: 100vh;

	}
}

.titlebar {
  /* background: #333; */
  color: #fff;
  overflow: auto;
  z-index: 997;
  position: relative;
  display: table;
  width: 100%;
  /* border-top: 1px solid rgba(255, 255, 255, 0.07); */
  height: 50px;
}

.titlebar .btn-left {
    cursor: pointer;
    float: left;
    height: 42px;
    opacity: 1;
    padding: 22px 0;
    /* text-align: center; */
    transition: all .1s linear;
    width: 46px;
    z-index: 99999;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    margin-right: 5px;
}

.titlebar .btn-left:hover {
	background: rgba(0, 0, 0, 0.1);
	opacity: .9;
}

.titlebar .btn-left img {
    margin-left: 8px;
}

.titlebar .btn-right {
	 cursor: pointer;
	 float: right;
	 height: 61px;
	 opacity: 1;
	 padding: 22px 0;
	 transition: all .1s linear;
	 width: 46px;
	 z-index: 99999;
	 display: table-cell;
	 vertical-align: middle;
	 text-align: left;
}

.titlebar .btn-right:hover {
	background: rgba(0, 0, 0, 0.1);
	opacity: .9;
}

.titlebar .header {
	 font-family: 'Poppins', sans-serif;
	 float: left;
	 font-size: 12px;
	 padding: 0px;
	 text-align: center;
	 width: calc(100% - 102px); /*2 buttons on the side + margin*/
	 display: table-cell;
	 vertical-align: middle;
	 cursor: pointer;
	 text-overflow: ellipsis;
	 line-height: 0.8rem;
   border: 0;
   margin-top: 0.5rem;
}

.card-panel.magic {
	max-width: 100vw;
	width: 100%;
	max-height: 350px;
	overflow-y: visible;
	margin: 0;
	position: fixed;
	bottom: 56px;
	padding: 0;
	left: 0;
	background-color: rgba(55, 55, 55, 0.0);
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.00);
	box-shadow: none;
	z-index: 800;
}

.magic-inner {
    display: none;
    max-height: 310px;
    overflow-y: auto;
}

/* #slide-resources {
  border-top: 2px solid rgba(255, 255, 255, 0.50);
  border-left: 2px solid rgba(255, 255, 255, 0.35);
  border-right: 2px solid rgba(255, 255, 255, 0.35);
} */

.padding-right-5px {
  padding-right: 5px;
}

.tabs.dots {
    background-color: rgba(255, 255, 255, 0.0);
    height: 13px;
}

.tabs.dots .tab {
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

.tabs.dots .tab a{
	color: rgba(255, 255, 255, 0.3);
	padding: 0 2px;
}

.tabs.dots .tab a.active {
	color: #fff;
}

.tabs.dots .indicator {
	height: 0;
}

#magic-toggle {
    color: #fff;
    position: absolute;
    right: 8px;
    /* bottom: 63px; */
    cursor: pointer;
    /* display: none; */
}

.resource-list, .notification-list {
	max-height: 140px;
	position: relative;
	overflow-y: scroll;
  margin: 0px 25px 0 25px;
  background-color: #333;  
}

.resource-box, .notification {
	position: relative;
	max-height: 100%;
	padding: 0px 3px 0px 3px;
	margin-bottom: 0px;
	border-radius: 0px;
	background-color: #333!important;
	/* animation: slideInLeft; */
	/* animation-duration: 0.5s; */
}

.empty-box {
    height: 100px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .04);
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, .25);
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    cursor: default;
    display: none;
}

.empty-box a {
	color: #fff;
	cursor: pointer;
}

.empty-box i {
    vertical-align: middle;
    margin: 0 6px;
}

.resource-box ul, .notification ul {
	padding: 0 10px 0px 10px;
	border-radius: 3px;
  margin: 0 5px;
  font-size: 80%;
}

.resource-box ul li {
    margin-bottom: 8px;
}


.file-download::before {
  background-image: url('../images/icons/file_download.svg');
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
  -ms-transform: translate(-13px, 4px); /* IE 9 */
  -webkit-transform: translate(-13px, 4px); /* Safari */
  transform: translate(-13px, 4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}

.file-download, .link-open {
    -ms-word-break: break-all;
    word-break: break-all;
}

.link-open:before {
  background-image: url('../images/icons/link_open.svg');
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
  -ms-transform: translate(-13px, 4px); /* IE 9 */
  -webkit-transform: translate(-13px, 4px); /* Safari */
  transform: translate(-13px, 4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}


.survey-entry {
  color: #8dc63f;
}

.survey-entry::before {
  background-image: url('../images/icons/survey_open.svg');
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
  -ms-transform: translate(-13px, 4px); /* IE 9 */
  -webkit-transform: translate(-13px, 4px); /* Safari */
  transform: translate(-13px, 4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}

.survey-entry:after {
	/*content: " (Take the Survey!)";*/
  content: attr(data-dl-take-the-survey);
  font-size: 75%;
  color: #777;
}


.survey-complete {
  font-style: italic;
  color: #777;
}

.survey-complete::before {
  background-image: url('../images/icons/survey_complete.svg');
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
  -ms-transform: translate(-13px, 4px); /* IE 9 */
  -webkit-transform: translate(-13px, 4px); /* Safari */
  transform: translate(-13px, 4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}

.survey-complete:after {
  content: attr(data-dl-survey-completed-update);
	/* content: " (completed) - Update?"; */
  font-style: italic;
  font-size: 75%;
	color: #3bc042;
}

.survey-complete.survey-no-changes-allowed:after {
  content: attr(data-dl-survey-completed);
  /* content: " (completed)"; - No change allowed - make it grey and not launchable.*/
  color: #777;
  pointer-events: none;
  cursor: default;
}

.survey-close {
  font-style: italic;
  color: #777;
  pointer-events: none;
  cursor: default;
}

.survey-close::before {
  background-image: url('../images/icons/survey_closed.svg');
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
  -ms-transform: translate(-13px, 4px); /* IE 9 */
  -webkit-transform: translate(-13px, 4px); /* Safari */
  transform: translate(-13px, 4px);
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}

.survey-close:after {
  content: attr(data-dl-survey-closed);
  /* content: " (closed)"; */
  font-size: 75%;
}

.survey-complete.survey-close {
  font-style: italic;
  color: #777;
  pointer-events: none;
  cursor: default;
}

.survey-complete.survey-close:after {
  content: attr(data-dl-survey-completed);
  /* content: " (completed)"; */
  color: #777;
  font-size: 75%;
}


.share-survey-ext{
  width: 20px;
  height: 20px;
}

.download-slides{
  width: 20px;
  height: 20px;
}


#notes-resources li {
   list-style: none;
   margin: 8px;
   padding: 5px;
}

.note-label{
	color: #fff;
	font-weight: bolder;
}

.note-content {
    color: #fff;
    margin-top: 5px;
}

.resource-header, .notification-header {
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 80%;
	width: 100%;
	display: inline-block;
	background-color:#333;
	padding: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.resource-header i, .notification-header i {
	vertical-align: middle;
}

.notification-header a.close {
	color: rgba(255, 255, 255, 0.3);
	position: absolute;
	right: 8px;
	cursor: pointer;
}

.notification-header a.close:hover {
	color: rgba(255, 255, 255, 0.55);
}

.people-card {
    position: fixed;
    top: 15%;
    left: 15%;
    width: 70%;
    margin: 0 auto;
    z-index: 5000;
}

#share-survey-ext-card {
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  transition: box-shadow .25s;
  border: 9px solid rgba(0,0,0, 0.25);
  border-radius: 0px;
  height: 400px;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 250px;
  z-index: 5000;
}

#download-slides-card {
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  transition: box-shadow .25s;
  border: 9px solid rgba(0,0,0, 0.25);
  border-radius: 0px;
  height: 400px;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 250px;
  z-index: 5000; /*same as people-card*/
}

#tweet-slide, #post-on-linkedIn, #share-survey-ext, #download-slides, #access-code-check, #presenter-info, #webrtc-select-devices-ui {
  z-index: 2000;
}



#tweet-slide-card {
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  transition: box-shadow .25s;
  border: 9px solid rgba(0,0,0, 0.25);
  border-radius: 0px;
  height: 400px;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 250px;
  z-index: 5000;
}

#post-on-linkedIn-card{
  position: absolute;
  margin: 0 auto;
  background-color: #fff;
  transition: box-shadow .25s;
  border: 9px solid rgba(0,0,0, 0.25);
  border-radius: 0px;
  height: 400px;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 250px;
  z-index: 5000;
}


#presenter-info-card {
 position: absolute;
 margin: 0 auto;
 background-color: #fff;
 transition: box-shadow .25s;
 border: 0.2rem solid rgba(0,0,0, 0.25);
 border-radius: 0px;
 height: 400px;
 top: 10%;
 left: 0;
 right: 0;
 max-width: 250px;
 z-index: 5000;
}

.grid {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  height: 56px;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  background-color: #333;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 5000;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.icon-box {
  height: 56px !important;
  width: 75px;
  background-color: #333;
  border-radius: 2px;
  font-size: 3em;
  line-height: 56px;
  display: flex;
  align-content: center;
  justify-content: center;
/*
     padding: 20px;
    margin: 0 0 15px 0;
*/
  transition: all .5s;
}

.icon-box a {
	line-height: 46px;
	color: #fff;
}

.icon-box a img {
  width: .8em;
	height: .8em;
	max-height: .8em;
}

.search-box {
  box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .3);
  transition: all .15s ease-in-out;
}
.search-box:focus {
  flex: 1 0 90%;
  margin: 0;
  outline: 0;
}

.search-label {
  position: absolute;
  top: 12px;
  right: 30px;
  font-size: 1.5em;
  transition: all .15s ease-in-out;
}

.search-box:focus + .search-label {
  transform: translateX(12px);
}

.animate, .panel .element-content, .panel .element-content .btn-more, .panel .element-actions .btn-action, .panel .element-actions .btn-action > i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content-overlay,
.connect-overlay {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    z-index: 8000;
	display: none;
}

.content-overlay.active,
.connect-overlay.active {
	display: block;
}

.content-overlay.active .overlay-content,
.connect-overlay.active .overlay-content {
    filter: none;
	-webkit-backdrop-filter: blur(10px);
}

.content-overlay .overlay-content h3,
.connect-overlay .overlay-content h3 {
	font-weight: 600;
	text-align: center;
	margin-top: 50%;
}

.content-overlay .overlay-content h4,
.connect-overlay .overlay-content h4{
	font-size: 1em;
	text-align: center;
    cursor: pointer;
}

.content-overlay .overlay-content button {
	background-color: transparent;
	border: none;
	color: #d4451d;
	font-size: 1.3em;
    cursor: pointer;
}

.connect-overlay .overlay-content .social-icons {
	text-align: center;
	font-size: 3em;
}

.connect-overlay .overlay-content .social-icons i{
	padding: 10px;
	cursor: pointer;
}

.profile {
    height: auto;
    margin: 10px;
    padding: 0;
    max-width: 80px;
    transition: height 0.5s;
}

.profile img {
    width: 100%;
    object-fit: cover;
    height: 80px;
    margin: 0 auto;
    width: 80px;
	background-image: url('../images/user_no_pic.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.profile figcaption {
	font-family: 'Poppins', sans-serif;
	font-size: .3em;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	max-width: 100%;
	white-space: nowrap;
}

.profile figcaption.profile-info, .profile .profile-icons {
    display: none;
}

.profile figcaption .dot {
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background-color: #00ff78;
	float: left;
	line-height: 7px;
	margin: 2px 1px 0 0;
}

.profile.card {
    height: 350px;
    width: 70%;
    max-width: 256px;
    background-color: #fafafa;
    color: #242424;
    animation: zoomIn;
    animation-duration: 0.5s;
    position: fixed;
    margin: auto;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

.profile.card img {
    width: 100%;
    height: 40%;
    border-bottom: 5px solid #f1f2f2;
    object-fit: cover;
}

.profile.card figcaption {
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 30px;
}

.profile.card figcaption.profile-info {
    display: block;
    text-align: left;
    margin: 10px 20px 0 20px;
    font-size: 12px;
    line-height: 1em;
}

.profile.card .profile-icons {
    display: inline-block;
    margin: 20px;
    position: absolute;
    bottom: 0;
}

.profile.card .profile-icons i {
	padding: 5px;
}

#toast {
  visibility: hidden;
  /* Hidden by default. Visible on click
    background-color: #011423;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    color: #fff;
    text-align: left;
    padding: 12px 18px;
    margin-bottom: 25px;
    position: absolute;
    z-index: 10;
    /* Add a z-index if needed */
  left: auto;
  right: 0;
  width: 100%;
  bottom: 100px;
  display: none;
}

#toast .btn-flat {
	color: #e1e1e1;
}

.show {
  visibility: visible !important;
  /* Show the toast */
  /* Add animation: Take 0.5 seconds to fade in and out.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 5.5s;
  animation: fadein 0.5s, fadeout 0.5s 5.5s;
}

/* Animations to fade the toast in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 100px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 100px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 100px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 100px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

#session-container {
  margin: auto;
  margin-top: 0px;
	max-width: 640px;
}

.carousel {
  background: #000;
}

.carousel img{
  max-width: 100%;
  width: 100%;
  height: auto;
  counter-increment: carousel-cell;
}

/* presenter card arrows */
.presenter-prev-next-button {
  width: 45px;
  height: 40px;
  color: #bbb;
  cursor: pointer;
}

.presenter-prev-next-button:hover {
  color: #d4451d;
}

.presenter-prev-next-button.previous {
  position: absolute;
  top: 30%;
  left: 10%;
  font-size: 150%;
  margin-left: 12px;
}

.presenter-prev-next-button.next {
  position: absolute;
  left: 75%;
  top: 30%;
  font-size: 150%;
  margin-left: 6px;
}

/* .pp-align-arrow{
} */


/* smaller, dark, rounded square */
.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  background: rgba(51,51,51, 0.3);
}
.flickity-prev-next-button:hover {
  background: #d4451d;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}

.flickity-viewport {
	height: 100%;
}

.presenter-profiles .flickity-viewport{
	height: 100%!important;
}

.btn-round {
	background: transparent;
	border: 0px;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	margin: 5px 0 0 10px;
	cursor: pointer;
	z-index: 799;
	position: relative;
}

.btn-round:active, .btn-round:hover {
	background-color: transparent;
}

#slide-numbers {
	color: #fff;
	margin-top: 12px;
	margin-left: 5px;
	font-family: 'Poppins', sans-serif;
	font-size: .8em;
}

hr.fade {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #333, #d4451d, #333);
  background-image: -moz-linear-gradient(left, #333, #d4451d, #333);
  background-image: -ms-linear-gradient(left, #333, #d4451d, #333);
  background-image: -o-linear-gradient(left, #333, #d4451d, #333);
}

.drawer {
    max-height: 100%;
    background-color: #333;
    max-width: 100%;
    width: 100%;
    margin: 0;
    position: fixed;
    bottom: 0;
    padding: 0;
    left: 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 900;
    overflow: hidden;
}

.header {
	border-bottom: 2px solid #d4451d;
	width: 100%;
	display: table;
	height: 45px;
	padding: 5px 0;
	line-height: 45px;
}

.header h5 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:0;
	margin: 0;
	font-weight: 500;
	font-size: .8em;
}

.header button {
	display: table-cell;
	vertical-align: middle !important;
	border: 0;
	background: transparent;
	color: #fff;
	width: 35px;
	cursor: pointer;
    height: 45px;
}

.header button:hover, .ui-header button:active {
	color: #fff;
}

.header button i {
    vertical-align: middle;
}

.right.drawer-close i{
    position: absolute;
    right: 15px;
    top: 15px;
}

.drawer .content {
	padding: 10px;
	margin: 0;
	overflow-y: scroll;
	/* has to be scroll, not auto in order to scroll smoothly on ios*/
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	/* background-image: url("../images/dl-iconbg.svg"); */
	background-color: rgba(51, 51, 51, 0.95);
	background-attachment: fixed;
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: 100% 100%;
	background-blend-mode: screen;
	position: absolute;
	height: calc(100% - 56px);
	max-height: 83%;
	max-width: 100%;
	width: 100%;
}

.drawer .content.gallery {
    width: 100%;
    padding: 0;
}

.people-pane-gallery {
  background-color: #000!important;
  min-height: 100%!important;
}

#sessions {
    height: 100vh;
    z-index: 9000;
    position: relative;
    background-color: #333;
}

#people {
    height: 100vh;
    position: relative;
    background-color: #333;
}

#questions {
    height: 100vh;
    padding: 0;
}

#questions .content {
    max-height:calc(100% - 58px);
    background-color: #242424;
    padding-top: 0px;
}

.dl-question-replies-input{
}

#sessions .content{
  min-height: 100%;
}

#all-sessions .col {
  padding: 0!important;
}


#all-sessions > div:last-child{
  margin-bottom: 15rem;
}

#attendee-questions-list > li:first-child{
  margin-top: 0.6rem!important;
}

#attendee-questions-list > li:last-child{
  margin-bottom: 10rem!important;
}

#moderation-controls{
  color: white;
  height: 55px;
  border-bottom: 2px solid white;
  margin: auto;
  text-align: center;
}

.moderation-action-strip{
  display: inline;
  color: red;
  margin-left: calc(100% / 3);
  /* margin-left: 35px;
  margin-right: 20px; */
}

.moderation-action-strip button{
  color:#9D9D9D;
  background-color: transparent;
  border: none;
  margin-right: 25px;
}

.moderation-action-strip button.approve-question.enabled{
  color: #70CA57 /* #83AC67*/ ;
}

.moderation-action-strip button.star-question.enabled{
  
  color: #F3CD56 /*#DDB652*/;
}

.moderation-action-strip button.reject-question.enabled{
  color: #FC6360;
}

.moderation-action-strip button.hide-question.enabled{
  color: #009BDD;
}

.moderation-action-strip button.flag-user.enabled{
  color: #F7A550
}


#moderation-controls button {
  display: table-cell;
  vertical-align: middle !important;
  border: 0;
  background: transparent;
  color: #fff;
  width: 45px;
  cursor: pointer;
  height: 35px;
}

#moderation-controls button.active {
  border: 1px solid white;
  color: gray;
  background-color: white;
  border-top-left-radius: 10%;
  border-top-right-radius: 10%;
}


.moderation .content {
  max-height:calc(100% - 98px) !important;
}

#chat{
  height: 100vh;
  padding: 0;
}

#chat .content {
  max-height:calc(100% - 110px);
  max-width: 100%;
  background-color: #242424;
  padding-top: 0px;
}

#notes {
    height: 50vh;
}

#notes .header h5{
	text-align: left;
	padding-left: 8px;
}


#notes .content {
    background-color: #242424;
    background-image: none;
    height: calc(100% - 58px);
    padding: 0;
}

.send-text {
	position: fixed;
	bottom: 52px;
	left: 0px;
	width: 100%;
	height: auto;
	margin: 0;
	/* padding: 5px; */
	background-color: #242424;
	overflow-y: auto;
	border-top: 2px solid #d4451d;
	z-index: 1000;
}

.send {
    width: 40px;
    font-size: .8em;
    text-align: center;
    padding: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0px;
    position: absolute;
    bottom: 14px;
    right: 3px;
    background-color: transparent;
}

#attendee-people-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 180px;
}

/*Questions */
.chat-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4px;
}

.chat-item img {
    width: 36px;
    height: 36px;
    margin-top: 12px;
}

.chat-item-me .message {
  margin-left: 15px;
  background: #333;
  width: calc(100% - 55px);
  max-width: 560px;
  padding-bottom: 6px;
}

.chat-item-me .message::before {
  right: 100%;
  border: solid transparent;
  border-right-color: #333;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 10px;
}

.chat-item-other .message::after {
  left: 100%;
  border: solid transparent;
  border-left-color: #f1f2f2;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 10px;
}

.message {
  font-family: "Poppins", sans-serif;
  padding: 10px;
  border-radius: 0px;
  position: relative;
}

.message-user-name {
  font-size: 13px;
  font-weight: 600;
  color: #000;
}
.message-user-name a {
  color: #d4451d;
  text-decoration: none;
}

.message-time {
  font-size: 12px;
  color: #999;
  float: right;
}

.message-votes {
  font-size: 1em;
  color: #999;
	margin-top: 2px;
}

.message-votes i {
	position: absolute;
	margin: 2px 15px;
	font-size: 2.5em;
}

.message-text {
  font-size: 13px;
  color: #f1f2f2;
  max-width: calc(100% - 45px);
  margin-bottom: 1px;
  margin-top: 3px;
}

.btns-row {
  margin-top: 5px;
}

.chat-controls {
  margin-top: 10px;
  border-top: 1px solid #333;
  padding: 20px;
  padding-top: 10px;
  background-color: #333;
}

.chat-controls-textarea {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 0px;
  resize: none;
  outline: none;
  background-color: #292929;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.chat-controls-btn.send {
  padding: 0 10px;
  background: #d4451d;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border-radius: 0px;
}

::-webkit-scrollbar {
  width: 5px;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none!important;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.0);
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.0);
  border-radius: 0;
}

#slide-resources::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.0);
}

/*NOTES SECTION*/

.notes-wrapper .saver-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notes-wrapper {
  font-family: 'Poppins', sans-serif;
  max-width: 100%;
  margin: 0 auto;
  height: calc(100% - 70px);
  background-color: #242424;
  border-radius: 0px;
  position: relative;
  z-index: 999;
}

.notes-wrapper:focus {
	outline: none;
}

.notes-wrapper .saver-wrap {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.notes-wrapper .saver-wrap .notes-dot {
  width: 10px;
  height: 10px;
  background-color: #d4451d;
  border-radius: 50px;
  transition: .1s ease-in-out;
  cursor: pointer;
}

.notes-wrapper .saver-wrap .notes-dot.saved {
  background-color: #23de59;
  transition: .1s ease-in-out;
  transition-delay: 2.10s;
  cursor: pointer;
}

.notes-wrapper .saver-wrap .rest {
  transform: scale(0);
  clip: rect(0, 30px, 30px, 15px);
  height: 30px;
  width: 30px;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  cursor: pointer;
}

.notes-wrapper .saver-wrap .rest.active {
  animation: save 1.05s linear 2;
}

.notes-wrapper .saver-wrap .rest.active:after {
  animation: save2 1.05s linear 2;
}

.notes-wrapper .saver-wrap .rest:after {
  transform: scale(0);
  clip: rect(0, 30px, 30px, 15px);
  content: '';
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
}

.notes-wrapper .title {
  padding: 25px 30px;
  padding-right: 60px;
  font-weight: 600;
  color: #f1f2f2;
  font-size: 1em;
  text-transform: capitalize;
  position: relative;
}

.notes-wrapper .note-content {
  height: calc(100% - 10px);
  width: 98%;
  padding: 7px 15px;
  padding-bottom: 15px;
  font-weight: 300;
  color: #f1f2f2;
  background-color: #242424;
  line-height: 1.4;
  font-size: 1em;
  /* must be at least 1em to prevent zoom on mobile */
  border: 0px;
  resize: none;
}

.notes-wrapper .note-content:focus {
	outline: 0;
	border: 0;
}

.notes-wrapper .note-content span.bold {
  font-weight: 700;
}

.notes-wrapper .note-content img {
  width: 90%;
  border-radius: 5px;
  margin: 15px 5%;
}

.notes-wrapper .line {
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background-color: #333;
}

.notes-wrapper .comment {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 11px;
  color: #f1f2f2;
  position: relative;
}

.notes-wrapper .tool-icon {
  width: 60px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  right: -15px;
  cursor: pointer;
  line-height: 40px;
}

.notes-wrapper .tool-icon .material-icons {
  line-height: 60px;
  color: #f1f2f2;
  transition: .5s ease-in-out;
}

.notes-wrapper .tool-icon .material-icons:hover, .notes-wrapper .tool-icon .material-icons:active {
	color: #d4451d;
  transition: .5s ease-in-out;
}

@keyframes save {
  0% {
    transform: scale(1);
    transform: rotate(0deg);
  }
  100% {
    transform: scale(1);
    transform: rotate(220deg);
  }
}
@keyframes save2 {
  0% {
    box-shadow: inset #d4451d 0 0 0 2px;
    transform: rotate(-140deg);
  }
  100% {
    box-shadow: inset #23de59 0 0 0 2px;
    transform: rotate(140deg);
  }
}





/* ==============================================
    ANIMATIONS
================================================*/
/*fadeIn*/
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*FadeInUp*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
	animation-duration: 1s;
	display: block;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
	 display: none;
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
	animation-duration: 1s;
}


@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 1;

  }

  to {
    opacity: 1;
	  -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

/*PRELOADER*/

    .preloader {
      margin: 0px auto;
      width: 300px;
      height: 30px;
      text-align: center;
      font-size: 10px;
      cursor: default;
      transform: scale(.6);
		 display: none;
	}

    .preloader > div {
      background-color: #d4451d;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      display: inline-block;

      -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
      animation: stretchdelay 0.7s infinite ease-in-out;
    }

    .preloader .text {
       font-family: 'Poppins', sans-serif;
      font-weight: 700;
      color: #d4451d;
       background-color: transparent;
       text-align: right;
       margin-right: 120px;
       transform: translatey(-10px);
      -webkit-animation: none;
      animation: none;
      font-size: 1rem;
      line-height: 1.4rem;
    }

    .preloader .circ2 {
      -webkit-animation-delay: -0.6s;
      animation-delay: -0.6s;
    }

    .preloader .circ3 {
      -webkit-animation-delay: -0.5s;
      animation-delay: -0.5s;
    }

    .preloader .circ4 {
      -webkit-animation-delay: -0.4s;
      animation-delay: -0.4s;
    }

    .preloader .circ5 {
      -webkit-animation-delay: -0.3s;
      animation-delay: -0.3s;
    }

    @-webkit-keyframes stretchdelay {
      0%, 40%, 100% { -webkit-transform: translateY(-10px) }
      20% { -webkit-transform: translateY(-20px) }
    }

    @keyframes stretchdelay {
      0%, 40%, 100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
      } 20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
      }
    }



/*NEW SESSION CARDS*/
.card {
  max-width: 320px;
  min-width: 280px;
  width: 100%;
  height: 160px;
  background-color: #242424;
  border-radius: 0px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  margin: 10px auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: box-shadow 0.4s ease, top 0.4s ease, width 0.4s ease, height 0.4s ease;
  box-shadow: none;
}

.card.active {
  width: 80%;
  height: 90%;
}
.card .card-info {
  position: absolute;
  right: -100%;
  top: -100%;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #242424;
  transition: top 0.3s ease, right 0.3s ease, border-radius 0.3s ease;
}
.card .card-info.active {
  right: 0%;
  top: 0%;
  border-radius: 0%;
}
.card .card-info div {
  opacity: 0;
}
.card .card-info.active div {
  opacity: 1;
  transition: opacity 1.5s ease;
}
.card .card-info .info-title {
  width: 100%;
  color: #f1f2f2;
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}
.card .card-info .info-subtitle {
  text-align: center;
  color: #d4451d;
  width: 100%;
  margin-left: 0;
  border-bottom: solid 2px #d4451d;
  padding-bottom: 20px;
}
.card .card-info button {
  background-color: transparent;
  outline: 0;
  border: 0;
  color: #d4451d;
  font-family: 'Poppins', sans-serif;
  position: absolute;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
}
.card .card-info .item {
  width: 100%;
  max-height: 70%;
  color: #f1f2f2;
  font-size: .9em;
  line-height: 1.5em;
  overflow-y: auto;
  cursor: pointer;
}
.card .card-info .item .item-title {
  margin: 15px 10%;
}
.card .card-info .item:nth-child(2n) {
  background-color: #292929;
}
.card .card-info .item:hover {
  background-color: #333333;
}
.card .top-half {
  width: 100%;
  height: 65%;
  max-height: 65%;
  background-color: #242424;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.card .top-half .preview {
  height: 100%;
  width: 65%;
}
.card .top-half .presenter {
  height: 100%;
  width: 35%;
  right: 0;
  background-color: #242424;
  float: left;
}
.card .top-half .presenter img {
  height: 70px;
  width: 70px;
  min-height: 70px;
  min-width: 70px;  
  border-radius: 50%;
  position: relative;
  transform: translate(23%, 30%);
}
.card .top-half i {
  color: #f1f2f2;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
}
.card .bottom-half {
  margin-left: 5%;
  margin-top: 10px;
  width: 90%;
  text-align: center;
}

.card .bottom-half .title {
  font-size: .85em;
  font-weight: 400;
  color: #f1f2f2;
  margin-bottom: 2px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card .bottom-half .subtitle {
  font-size: 12px;
  color: #d4451d;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.card .bottom-half button {
  background-color: transparent;
  border: 0;
  outline: 0;
}
.card .bottom-half button i {
  color: #f1f2f2;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* Landscape */
@media only screen
  and (min-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

	  .profile.card {
		  max-height: 90%;
		  transform: scale(.75);
		  transform-origin: initial;
	  }

}

@media only screen
    and (min-device-width: 1024px)
    and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {
		 .profile.card {
		  	 max-height: 90%;
		  	 transform: scale(1);
	  }

	}


.people-container{
	max-width: 98%;
	margin: 0 auto;
	padding: 9px 1px;
	overflow: hidden;
	box-sizing: border-box;
}

.text-center{
	text-align: center;
	margin-bottom: 1em;
}

.people-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.people-gallery figure > img {
  max-width: 70px;
  height: 70px;
  width: 70px; /* revist fatness */
  margin-left: 5px;
  display: block;
 cursor: pointer;
 border-radius: 50%;
 background-image: url('../images/user_no_pic.png');
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.people-gallery figure {
  margin: 5px 5px;
  flex-basis: 80px;
  min-height: 120px;
  cursor: pointer;
  position: relative;
}

.people-gallery figure.is-online figcaption > .show-online{
  background-color: #00ff00;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 55px;
  left: 54px;
}

.people-gallery figcaption {
  color: #f1f2f2;
  text-align: center;
  font-weight: 500;
  font-size: .6em;
  padding: 5px;
  max-width: 80px;
  max-height: 50px;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

@media only screen and (max-width: 480px) {
  .people-gallery {
    flex-direction: column;
    align-items: center;
  }

  .people > figure {
    margin-bottom: 10px;
	 cursor: pointer;
  }
}


/*People Lighbox CSS*/
.lightbox{
  display: none;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #242424;
  position: fixed;
	top: 2em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

.lightbox .material-icons {
  float: right;
  /* margin: 8px; */
  color: #a7a9ac;
  position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.6em;
  cursor: pointer;
  font-style: normal;
}

.lightbox .profile-image{
  display: block;
  margin: auto;
  max-height: 140px;
  max-width: 140px;
  height: 140px;
  width: 140px;
  margin-top: 10px;
  background-image: url(../images/user_no_pic.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.lightbox .lightbox-content {
  position: relative;
	background-color: #fafafa;
  width: 100%;
  height: 100%;
	max-height: 160px;
  max-width: 300px;
	margin: 10px auto;
  color: #242424;
	padding: 20px 10px 20px 10px;
  display: block;
}

.lightbox .name {
  margin: 15px auto;
  width: 90%;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 600;
  color: #d4451d;
}

.lightbox .caption{
	margin: 10px auto;
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: 400;
}

.lightbox .caption:last-child {
	font-style: italic;
	font-size: .9em;
	color: #a7a9ac;
}

.lightbox-social {
  position: absolute;
    bottom: 15px;
  left: 20px;
  right: 20px;
}

.lightbox .caption.social {
	color: #d4451d;
	width: 100%;
	text-align: left;
	font-size: 1.6em;
	margin-right: 15px;
	cursor: pointer;
	/* position: absolute; */
	/* bottom: 0px; */
	/* left: 0px; */
}

.lightbox .caption.social:first-child {
    /* margin-left: 2em; */
}

.social > * {
  width: 36px;
  height: 36px;

}

.lightbox .dl-chat-icon {
  cursor: pointer;
  float: right;
  margin-right: 0.5rem;
}

.lightbox .dl-edit-profile {
  width: 30px;
  height: 30px;
}



.lightbox .edit-my-profile{
  cursor: pointer;
  float: right;
}

.lightbox .edit-text{
  color: black;
  font-style: italic;
  font-size: 110%;
}

.lightbox .edit-text > i{
  margin-left: 10px;
}

/*MEDIA QUERIES*/

@media screen and (max-width: 321px) {
    #presenter-info-card {
      max-height: 400px;
     }    

     .card .card-image img {
        max-width: 70px;
        max-height: 70px;
     }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
	nav {
		display: none;
	}

	.carousel img {
		max-height: 85vh;
	}

   .grid {
    transform: rotate(-90deg);
    transform-origin: left top;
    max-width: 100vh;
	height: 56px;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    right: 0;
/* 	background-color: #242424; */
	  border-bottom: 2px solid rgba(0,0,0,0.13);
  }

	.icon-box {
		transform: rotate(90deg);
		font-size: 1em;
/* 		background-color: #242424; */
	}

	.icon-box a img {
	  width: 1.9em;
		height: 1.3em;
		max-height: 1.3em;
	}

	.grid.tabs .indicator {
		height: 0px;
	}

	.carousel, .drawer {
		width: calc(100% - 50px);
		margin-left: 56px;
	}

  #magic-panel {
      display: none;
  }

  #tweet-slide-card {
    height: 300px;
    top: 1%;
    max-width: 250px;
  }

  #share-survey-ext-card {
    height: 300px;
    top: 1%;
    max-width: 250px;
  }

  #progress-notification.survey {
      visibility: visible;
  }

  #progress-notification.survey::after {
      content: " (rotate device to potrait mode to take it)";
  }

	#slide-numbers {
		margin-left: 68px;
	}

	.notes-wrapper {
		max-height:100%;
		height: 100%;
		overflow-y: hidden;
	}

	#user-notes {
		height: 100%;
	}

	#question-submit-panel {
		bottom: 0;
        left: 56px;
        width: calc(100% - 56px);
  }
  
  #chat-message-submit-panel {
    bottom: 0;
    left: 56px;
    width: calc(100% - 56px);
  }

	#presenter-info-card {
    max-height: 300px;
    top: 5px;
  }
  }


@media only screen and (min-width: 767px) and (max-width: 1024px)
	and (orientation: landscape) {
		#session-container {
			max-width: 730px;
		}
	}

@media only screen and (min-width: 800px) and (max-width: 1279px)
	and (orientation: landscape) {
		#session-container {
			max-width: 740px;
		}
	}

@media only screen and (min-width: 1365px)
and (orientation: landscape) {

	#session-container {
    max-width: 700px;
	}

	.flickity-prev-next-button {
		height: 80px;
		width: 80px;
	}

	.flickity-prev-next-button.previous {
  		left: -100px;
	}
	.flickity-prev-next-button.next {
  		right: -100px;
	}

 	.header h5 {
   		font-size: 1.2em;
  	}

	.grid.tabs {
    padding: 0 8em;
}

	.icon-box.tab, .grid.tabs .indicator {
/* 		max-width: 200px; */
		margin: 0 auto;
	}

	.grid.tabs .indicator {
		display: none;
	}

	#session-title-text {
      font-size: 1.7em;
      word-break: break-all;
      text-overflow: ellipsis;      
      padding: 0 0.5rem;
  }

	.resource-list {

    overflow-y: visible;
    min-height: 100%;
    margin-bottom: 1%;
    max-height: 800px;
}

	.magic-inner {
		width: 30%;
		position: absolute;
		right: 0;
		bottom: 60px;
	}

}

@media only screen and (min-width: 1023px) and (max-width: 1366px)
	and (orientation: landscape) {
		#session-container {
    	max-width: 790px;
		}
}

@media only screen and (min-width: 1900px)
	and (orientation: landscape) {
		#session-container {
    		max-width: 1070px
		}

		.grid.tabs {
			min-width: 100%;
			padding: 0 19em;

		}

		.icon-box{
			max-width: 100%;
		}
	}


/*
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (   min--moz-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (     -o-min-device-pixel-ratio: 2/1)    and (min-width: 1300px),
only screen and (        min-device-pixel-ratio: 2)      and (min-width: 1300px),
only screen and (                min-resolution: 192dpi) and (min-width: 1300px),
only screen and (                min-resolution: 2dppx)  and (min-width: 1300px) {

   Large screen, retina, stuff to override above media query

}*/


.modal.modal-fixed-footer .modal-content-2 {
    height: calc(100% - 2rem);
    max-height: calc(100% - 2rem);
    overflow-y: hidden;
}

.bigger-x {
    margin-right: 10px;
    font-size: 24px;
}


/* Popup */
#progress-notification {
    visibility: hidden;
    background-color: #d4451d;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 1rem;
    position: fixed;
    z-index: 3000;
    left: 50%;
    bottom: 60px;
    font-size: 1rem;
    left: 10%;
    right: 10%;
}

#progress-notification.show {
    visibility: visible;
    -webkit-animation: fadeinSB 0.5s, fadeoutSB 0.5s 2.5s;
    animation: fadeinSB 0.5s, fadeoutSB 0.5s 2.5s;
}

@-webkit-keyframes fadeinSB {
    from {bottom: 30px; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
}

@keyframes fadeinSB {
    from {bottom: 30px; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
}

@-webkit-keyframes fadeoutSB {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 30px; opacity: 0;}
}

@keyframes fadeoutSB {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 30px; opacity: 0;}
}


.dlquestion-like-class{
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 5px;
}

.dl-question-text{
  font-size: 0.85em;
  color: #f1f2f2;
}

.dl-waiting-spinner {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #d4451d; /* DL Orange */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.test-mode{
  display: none;
  position: absolute; 
  height: 56px; 
  text-align: center;
  width: 3rem; 
  top: 0; 
  left: 65%; 
  z-index: 9999999999999; 
  background-color:goldenrod;
  border-radius: 20%;
  margin: 0;
}


#dl-conduct-survey-frame{
  min-height: 100%;
  height: 100%;
}

/* Tags */
.dl-tag {
  display: inline-block;
  padding: 0 10px;
  margin: 0px 3px;
  height: 20px;
  font-size: 0.6rem;
  line-height: 20px;
  border-radius: 15px;
  /* border: solid 1px #f1f1f1; */
  background-color: #595959;
  cursor: pointer;
}

.dl-tag.enabled{
  background-color: #d4451d;
}

.all-tags {
  max-height: 2.5rem;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 0.5rem;
}

.tags-container{
  margin: 0;
  background-color: black; 
  padding: 0 15px;
}

#userdropdown{
  right: 0!important;
  width: auto!important;
}



.survey-entry{
  animation: blink 0.8s linear 5;
}
.survey-complete{
  animation: none;
}
@keyframes blink{
0%{opacity: 0.2;}
50%{opacity: .6;}
100%{opacity: 1;}
}

#access-code-passcode{
  text-align: center;
  background-color: #fff;
  color: #000;
  border: 1px solid darkgray;
  width: 90%;
}

#submit-access-code{
  font-style: bold;
  font-size: 110%;
  text-align: center;
  margin-top: 1rem;
}

.edit-profile-pic{
  bottom: 35px;
  position: relative;
  color: lightgray;
  margin-left: 0.5rem;
  margin-right: -1.2rem;
}

#link-accounts input[type="text"] {
  height: initial;
  width: 90%;
  max-height: 80%;
  float: initial;
  font-size: 1rem;
  background-color: white;
  color: black;
  border: 1px solid lightgray;
  margin-bottom: 0;
  padding: 0.2rem 0.3rem;
} 

#link-accounts input[type="text"]:read-only {
  background-color: #ccc;
}



.sm-linking-img{
  margin: 10px;
}

#available-social-accounts{
  margin-top: 0.5rem;
}


#edit-mobile-cc{
  display: inline-block;
  border: 1px solid #c1c1c1;
  height: 2.2rem;
  width: 5rem;
  font-size: 70%;
  padding-left: 0.30rem;
  vertical-align: middle;
} 

#edit-mobile-cc:focus{
  outline: initial;
}

#edit-mobile-num{
  display: inline-block;
  box-sizing : border-box;
  padding-top: 0.38rem;
  padding-bottom: 0.45rem;
  width: calc(100% - 5rem - 0.7rem);
  background-color: white;
  color: black;
  border: 1px solid lightgray;
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background-color: #bbb;
}

/* Style the accordion panel. Note: hidden by default */
#link-accounts .panel {
  padding: 0 1rem;
  background-color: white;
  display: block;
  overflow: hidden;
}


#link-accounts .row:last-child {
	margin-bottom: 4rem !important;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 1rem;
  color: #777;
  float: right;
  margin-left: 5px;
  margin-top: 5px;
}

.accordian-active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordian-fa-right-arrow{
  font-weight: 900;
  font-size: 125%;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}

#link-accounts .row{
  margin-bottom: 5px;
}

#link-accounts .form-group{
  padding-left: 0;
  padding-right: 0;
}


#link-accounts .modal-footer {
  height: 56px;
}


#link-accounts{
  padding: 0!important;
  width: 102%!important;
  height: 94%!important;
  max-width: 600px;
  top: 2%!important;
  z-index: 99999!important;
  background-color: #fff!important;
}

#link-accounts #edit-biography {
  width: 100%;
  border: 1px solid lightgray;
  font-size: 1rem;
  line-height: 1.2rem;
  resize: none;
}

#link-accounts #profile-picture{
  margin-left: 2rem;
  margin-top: 1.5rem;
  height: 100px;
  width: 100px;
}

#link-accounts p{
  color: darkgray;
  font-size: 0.8rem;
  /* margin: 0.4rem 0; */
}

#link-accounts .preview{
  background-color: #242424;
  height: 8rem;
  width: 100%;
}

#link-accounts .modal-footer .btn-flat {
  padding: 0 1rem;
  background-color: #d4451d;
  border-radius: 3px;
  margin-right: 0.75rem;
  color: white;
}

#link-accounts .public-info{
  border-left-color: #2ECC40 !important;
}

#link-accounts .private-info{
  border-left-color: red !important;
}


#dlbiz-model-content{
  margin: auto;
  max-width: 70%;
  text-align: center;
  padding-top: 1rem;
}

#dlbiz-model-content i {
  font-size: 5rem;
}

.dlbiz-model.restricted{
  display: none;
}

.icon-box a img {
  background-position: bottom;
	background-repeat: no-repeat;
	background-size:contain;
}


/* sessions icons */
#dl-dashboard a img{
  background-image: url('../images/icons/app09_sessions_nonselected.svg');
}

#dl-dashboard a.active img{
  background-image: url('../images/icons/app09_sessions_active.svg');
}

/* discussions icons */
#dl-questions a img{
  background-image: url('../images/icons/app09_discussion_nonselected.svg');
}

#dl-questions a.active img{
  background-image: url('../images/icons/app09_discussion_active.svg');
}

/* people icons */
#dl-people a img{
  background-image: url('../images/icons/app09_people_nonselected.svg');
}

#dl-people a.active img{
  background-image: url('../images/icons/app09_people_active.svg');
}

/* chat */
#dl-chat a img{
  background-image: url('../images/icons/app09_chat_nonselected.svg');
}

#dl-chat a.active img{
  background-image: url('../images/icons/app09_chat_active.svg');
}

#dl-notes a img{
  background-image: url('../images/icons/app09_notes_nonselected.svg');
}

#dl-notes a.active img{
  background-image: url('../images/icons/app09_notes_active.svg');
}


.card.current{
  border: 5px solid #d4451d;
  transform: scale(1.05, 1.05);
}


.new-reply-indicator {
  background-color: #d4451d;
  height: 0.35rem;
  width: 0.35rem;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  font-size: 100%;
  position: relative;
  top: 0.35rem;
  left: -0.20rem;
  display: inline-block;
}

#no-presentations-in-space{
  text-align: center;
  margin-top: 50%;
}


.dl-intro-bubble{
  min-width: 300px;
  max-height: 700px;
  overflow: auto;
  text-align: center;
}

.dl-intro-bubble > div > img{
    width:48px;
}

.dl-intro-bubble > div > img.darkbkgd {
  background-color: #000;
}


.dl-intro-bubble > ul{
  margin: 0.25rem auto 0.5rem auto;
}

.grid.tabs.introjs-showElement{
  border: 2px solid white;  
}

#body .introjs-tooltipbuttons{
  text-align: center !important;
}

#body .introjs-tooltip {
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  border-radius: 0.5rem !important;
}

#body .introjs-bullets {
  margin-top: -1rem !important;
}

#body .introjs-helperLayer{
  background-color: rgba(255,69,29,.7) !important;
}

/* #body .introjs-overlay {
  background: none !important;
} */


.questions-instructions > p {
  padding-bottom: 0.5rem;
}





/* New presenter-profiles styles  */
/* TBD: TEMP */
#active-content-carousel{
  /* display: none!important; */
}

.presenter-profiles{
  height: 100%;
  width: 100%;
}

.presenter-profiles .carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
}

.presenter-profiles .carousel.carousel.carousel-details{
  /* height: calc(98% - 100px); */
  height: calc(100% - 35px - 8.25rem); /* depends on .carousel.carousel-nav below*/

  /* Following is required to support landscape mode */
  margin-left: 0;
  width: 100%;
}

.presenter-profiles .carousel.carousel-nav{
  width: 100%;
  margin: auto;
  height: 8.25rem; /*update .carousel.carousel.carousel-details above */
  background-color: #242424;
  padding-top: 1rem;
  margin-top: -0.5rem;
}

.presenter-profiles .carousel.carousel-nav .carousel-cell {
  height: 7rem;
  width: 100px;
}

.presenter-profiles .carousel-cell .preview{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.presenter-profiles .carousel-cell.card-preview img.circle {
  width: 90px;
  height: 90px;
  min-width: 90px!important;
  min-height: 90px!important;
  max-width: 90px!important;
  max-height: 90px!important;
  /* margin-top: 0.25rem; */
}

.presenter-profiles .carousel-cell.card-preview img.square {
  border-radius: 0%!important;
  width: 90px;
  height: 90px;
  min-width: 90px!important;
  min-height: 90px!important;
  max-width: 90px!important;
  max-height: 90px!important;
  /* margin-top: 0.2rem; */
  margin-bottom: 0.2rem;
}

.presenter-profiles .carousel-cell.card-preview .name {
  color: #d4451d;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
}

.presenter-profiles .carousel.carousel-nav .carousel-cell:not(.is-selected){
  transform: scale(0.5);
  margin: -0.5rem auto;
}

.presenter-profiles .carousel.carousel-nav .carousel-cell:not(.is-selected) .name{
  display: none;
}


.presenter-profiles .carousel .carousel-cell {
  width: 100%;
  height: 300px;
  /* margin-right: 10px; */
  border-radius: 5px;
}

.presenter-profiles .presenter-profile-card{
  overflow-y: auto;
}

.presenter-profiles .card-details .card-content{
  padding: 0!important;
  overflow-x: hidden;
  background-color: #ddd;
  min-height: 100%;
}

.presenter-profiles .card-details .card-content .section * {
  transform: translate3d(0, 0, 0); 
}

.presenter-profiles .card-details{
  /* padding: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.presenter-profiles .card-details .section{
  display: flex;  
  flex-direction: column;
  width: 95%;
  margin: auto;
  justify-content: center;
  border-radius: 0.25rem;
  font-family: "Poppins";
  font-size: 90%;  
  color: black;
  margin: 0.4rem auto;
  padding: 0.5rem;
  overflow-x: hidden;
  background-color: #fff;
}

/* If legacy card (pre-dec 2019) then mimic what was shown earlier. */
.presenter-profiles .card-details .section:only-child.items{
  font-size: 1rem;
  line-height: 1.5rem;
  /* background: #FAFAFA; */
}
    


.presenter-profiles .card-details .section:first-child{
  margin-top: 0.5rem;
}

.presenter-profiles .card-details .section:last-child{
  margin-bottom: 6rem;
}


@media only screen
	and (orientation: landscape) {
    .presenter-profiles .card-details .section:last-child{
      margin-bottom: 10rem;
    }

    #dl-launch-intro{
      display: none;
    }
	}


.presenter-profiles .card-details .section.biography {
  text-align: left;  
}

.presenter-profiles .card-details .section.items, .presenter-profiles .card-details .section.links {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.presenter-profiles .card-details .section.items .label, .presenter-profiles .card-details .section.links .label {
  color: #333;
  word-break: break-word;
}


.presenter-profiles .card-details .section.tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* remmove the margin:auto that is set in .section > div */
.presenter-profiles .card-details .section.tags > div {
  margin: initial; 
}

.presenter-profiles .card-details .section.tags .dl-tag{
  background-color: #d4451d;
  color: #fff;
  white-space: nowrap;
  align-self: flex-start;
}

.presenter-profiles .card-details .section > div {
  margin: auto;
}


.presenter-profiles .carousel.carousel-details .flickity-prev-next-button.previous {
  top: -15%;
  left: 10%;
  background-color: rgb(200, 200, 200, 0.5);
}

.presenter-profiles .carousel.carousel-details .flickity-prev-next-button.next {
  top: -15%;
  right: 10%;
  background-color: rgb(200, 200, 200, 0.5);
}

.presenter-profiles .card-details .sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.presenter-profiles .card-details .section-name{
  color: #777;
  font-size: 0.8rem;
  width: 100%;
  margin-bottom: 0.4rem!important;
  font-weight: bold;
}

.presenter-profiles .card-details .text.read-more-text:not(.expanded) {
  max-height: 6rem;
  height: 6rem;
  overflow: hidden;
}

.presenter-profiles .card-details .more-text, .presenter-profiles .card-details .less-text {
  display: none;
  font-style: italic;
  font-size: 0.65rem;
  color: #777;
  text-align: right;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.presenter-profiles .card-details .read-more-text .text {
  line-height: 1.2rem;
  font-size: 0.75rem;
  width: 100%;
}
.presenter-profiles .card-details .read-more-text .text {
  height: 5.2rem;
  overflow: hidden;
}

.presenter-profiles .card-details .read-more-text.expanded .text{
  height: auto!important;
}

.presenter-profiles .card-details .read-more-text:not(.expanded) .more-text {
  display: inline-block;

}

.presenter-profiles .card-details .read-more-text.expanded .less-text {
  display: inline-block;
}

#link-accounts #edit-objective{
  margin-bottom: 1rem;
}

.presenter-profiles .card-details .section.contacts{
  word-break: break-all;
}

.presenter-profiles .card-details .section.social-media{
  flex-direction: row;
}

.presenter-profiles .card-details .section.social-media > div {
  margin: auto 1rem;
}


/* NEW ATTENDEE Profile - based on the work done on Presenter Profiles. */
.lightbox.new {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 350px;
  max-width: 300px;
  margin: 0 auto;
  background-color: #242424;
  position: fixed;
  top: 8%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}

.lightbox.new .material-icons {
  float: right;
  /* margin: 8px; */
  color: #a7a9ac;
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  font-size: 1.8rem;
  cursor: pointer;
  font-weight: bolder;
}

.lightbox.new .profile-image{
  display: block;
  margin: auto;
  max-height: 90px;
  max-width: 90px;
  min-width: 90px;
  min-height: 90px;
  height: 90px;
  width: 90px;
  margin-top: -30px;
  background-image: url(../images/user_no_pic.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox.new.is-online .profile-image{
  border: 3px solid #00ff00;
}

.lightbox.new .lightbox-content {
  position: relative;
  background-color: #ddd;
  width: 100%;
  height: 100%;
  max-height: 218px;
  max-width: 300px;
  margin: 0px auto;
  color: #242424;
  padding: 10px 10px 10px 10px;
  display: block;
  overflow-y: auto;
}

.lightbox.new .name {
  margin: 0.5rem auto;
  width: 99%;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #d4451d;
}

.lightbox.new .lightbox-social {
  position: absolute;
  bottom: 0.2rem;
  left: 20px;
  right: 20px;
}

.lightbox.new .lightbox-content .section * {
  transform: translate3d(0, 0, 0); 
}

.lightbox.new .lightbox-content{
  /* padding: 1rem; */
  height: 100%;

  padding: 0!important;
  overflow-x: hidden;
  background-color: #ddd;
  /* min-height: 100%;   */
}

.lightbox.new .lightbox-content .section{
  display: flex;  
  flex-direction: column;
  width: 95%;
  margin: auto;
  justify-content: center;
  border-radius: 0.25rem;
  font-family: "Poppins";
  font-size: 90%;  
  color: black;
  margin: 0.4rem auto;
  padding: 0.5rem;
  overflow-x: hidden;
  background-color: #fff;
}

/* If legacy card (pre-dec 2019) then mimic what was shown earlier. */
.lightbox.new .lightbox-content .section:only-child.items{
  font-size: 1rem;
  line-height: 1.5rem;
  /* background: #FAFAFA; */
}
    


.lightbox.new .lightbox-content .section:first-child{
  margin-top: 0.5rem;
}

.lightbox.new .lightbox-content .section:last-child{
  margin-bottom: 6rem;
}


@media only screen
	and (orientation: landscape) {
    .lightbox.new .lightbox-content .section:last-child{
      margin-bottom: 10rem;
    }

    #dl-launch-intro{
      display: none;
    }
	}


.lightbox.new .lightbox-content .section.biography {
  text-align: left;  
}

.lightbox.new .lightbox-content .section.items, .lightbox.new .lightbox-content .section.links {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.lightbox.new .lightbox-content .section.items .label, .lightbox.new .lightbox-content .section.links .label {
  color: #333;
  word-break: break-word;
}


.lightbox.new .lightbox-content .section.tags {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

/* remmove the margin:auto that is set in .section > div */
.lightbox.new .lightbox-content .section.tags > div {
  margin: initial; 
}

.lightbox.new .lightbox-content .section.tags .dl-tag{
  background-color: #d4451d;
  color: #fff;
  white-space: nowrap;
  align-self: flex-start;
}

.lightbox.new .lightbox-content .section > div {
  margin: auto;
}

.lightbox.new .lightbox-controls{
  background-color: #fff;
  height: 2.2rem;
  border-top: 3px solid #ddd;  
}

/* Meeting Booking UI */


.lightbox.new .section.meeting-setup {
  border: 4px solid darkgray;   /* Make it look raised so we know that this is a special card that is inserted */
}

.lightbox.new .section.meeting-setup .section-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lightbox.new .section.meeting-setup .section-name .calendar-belongs-to-image{
  margin: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid lightgray;
}

.lightbox.new .section.meeting-setup .section-name .calendar-belongs-to-name{
  width: 100%;
  font-size: 1.0rem;
  margin: auto;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.lightbox.new .section.meeting-setup .section-info{
  margin-bottom: 0.5rem;
  color: darkgray;
  /* font-style: italic; */
  text-align: left;
}

.lightbox.new .section.meeting-setup .section-info:not(:empty):before {
}




.lightbox.new .section.meeting-setup .content{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lightbox.new .section.meeting-setup .content .meeting{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="unavailable"] {
  background-color: #D3D3D3;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="error"] {
  background-color: lightcoral;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="error"] .activity::before {
  content: "Error booking meeting. Refresh & try again.";
  color: white;
  font-size: 0.7rem;
}


.lightbox.new .section.meeting-setup .content .meeting[data-state="confirmed"] {
  background-color: #fdf0d3;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="can-book"] {
  background-color: #fff;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="processing"] .activity::before {
  animation: 1.5s linear infinite meeting-spinner;
  animation-play-state: inherit;
  border: solid 0.25rem #cfd0d1;
  border-bottom-color: #d4541d;
  border-radius: 50%;
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

@keyframes meeting-spinner {
  0% {
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}

.lightbox.new .section.meeting-setup .content .meeting .btn-book-meeting {
  display: none;
}

.lightbox.new .section.meeting-setup .content .meeting .btn-delete-meeting {
  display: none;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="can-book"] .btn-book-meeting {
  display: inline-block;
  /* background-color: #298600; */
  background-color: rgb(226, 241, 217);
  font-size: 0.7rem;
  border: none;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="can-book"] .btn-book-meeting:disabled {
  background-color: lightgray;
}

.lightbox.new .section.meeting-setup .content .meeting[data-state="can-book"] .btn-book-meeting.block-my-time {
  background-color: #d9f1f2;
}

.lightbox.new .section.meeting-setup .content .meeting.can-delete .btn-delete-meeting {
  display: inline-block;
  background: none;
  border: none;  
}

.lightbox.new .section.meeting-setup .content .meeting{
  border-bottom: 1px solid #fff;
}

.lightbox.new .section.meeting-setup .content .meeting .label{
  margin-left: 0.35rem;
  margin-top: 0.15rem;
  font-size: 0.7rem;
  min-width: 2rem;
}

.lightbox.new .section.meeting-setup .content .meeting .activity:not(:empty){
  font-size: 0.75rem;
  margin-top: 0.15rem;
  overflow: hidden;
  width: 75%;
}

.lightbox.new .section.meeting-setup .content .meeting .controls{

}




@media screen and (min-width: 321px) and (max-width: 767px){

    .lightbox.new {
      max-height: 525px;
      max-width: 350px;
  }

  .lightbox.new .lightbox-content {
      max-height: 352px;
      max-width: 346px;
  }

}

@media only screen and (min-width: 767px) {
  .lightbox.new {
    max-height: 700px;
    max-width: 425px;
  }

  .lightbox.new .lightbox-content {
    max-height: 512px;
    max-width: 425px;
  }
}

#localVideo{
  width: 50%;
  height: 50%;
}

#webrtc-publish{
  display: flex;
}

#webrtc-publish audio{
  display: none !important;
}

#webrtc-publish video{
  display: none !important;
}

#webrtc-publish[data-selected-media=""]{
  display: none;
}

#webrtc-publish[data-selected-media="audio"] audio{
  display: inline-block !important;
}

#webrtc-publish[data-selected-media="video"] video{
  display: inline-block !important;
}


/* Microphone */
#webrtc-publish .btn.microphone{
  background-color: #7F7F7F;
  color: white!important;
}

#webrtc-publish.microphone .btn.microphone{
  background-color: #27B351;
}

#webrtc-publish .btn.microphone::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f131";
}

#webrtc-publish.microphone .btn.microphone::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f130";
}

/* camera */
#webrtc-publish .btn.camera{
  background-color: #7F7F7F;
  color: white!important;
}

#webrtc-publish.camera .btn.camera{
  background-color: #27B351;
}

#webrtc-publish .btn.camera::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f03d";
}

#webrtc-publish.camera .btn.camera::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f03d";
}

#webrtc-publish .btn.start::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f04b";
}

#webrtc-publish.live .btn.start{
  display: none;
}

#webrtc-publish .btn.stop::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f04d";
}

#webrtc-publish:not(.live) .btn.stop{
  display: none;
}

#webrtc-publish .btn.close::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f00d";
}




/* webrtc player */
#webrtc-player{
  display: none;
  height: 100%;
  text-align: center;
  width: 480px;  
}

#webrtc-player.btn{
  font-size: large;
}

#webrtc-player .mute-audio::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f028";
}

#webrtc-player .mute-audio{
  background-color: #27B351;
  color: white;
}

#webrtc-player.muted .mute-audio{
  background-color: #7F7F7F;
}

#webrtc-player.muted .mute-audio::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f026";
}

#webrtc-player.active{
  display: block;
  /* flex-direction: column; controls on the side.*/ 
}

#webrtc-player[data-selected-media=""]{
  display: none;
}

#webrtc-player audio{
  display: none !important;
}

#webrtc-player video{
  display: none !important;
}

#webrtc-player[data-selected-media="audio"] audio{
  display: inline-block !important;
}

#webrtc-player[data-selected-media="video"] video{
  display: inline-block !important;
  /* z-index: 998; on top of id="info-titlebar" */
}


#webrtc-select-devices-ui {
  position: absolute;
  margin: 0 auto;
  color: black;
  background-color: #fff;
  transition: box-shadow .25s;
  border: 9px solid rgba(0,0,0, 0.25);
  border-radius: 0px;
  height: 400px;
  top: 10%;
  left: 0;
  right: 0;
  max-width: 320px;
  z-index: 5000;
}

.webrtc-select-devices-content{
  height: 90%!important;
  max-height: 90%!important;
}


.webrtc-select-devices-content .devices{
  text-align: initial!important;
}

.webrtc-select-devices-content .selection{
  margin-top: 1rem!important;
}


#webrtc-select-devices-ui select{
  display: inline-block;
}

#webrtc-select-devices-ui div label{
  margin-left: 0.5rem;
}



/* section call-user */
.section.call-user .message{
  background-color: initial;
  color: black;
}

.section.call-user .state-ui{
  display: none;
}

.section.call-user[data-state="idle"] .state-ui.idle{
  display: block;
  width: 100%;
  text-align: center;
}

.section.call-user[data-state="idle"] .state-ui.idle .btn-contact-user{
  width: 30%;
  background-color: #27B351;
  pointer-events: initial;
  color: white;
  border: none;
}

.section.call-user[data-state="idle"] .state-ui.idle .cta{
  margin: 0.5rem 0;
}


.lightbox.new:not(.is-online) .section.call-user[data-state="idle"] .state-ui.idle .btn-contact-user.video{
  background-color: grey;
  pointer-events: none;
  color: lightgray;
}

.lightbox.new:not(.is-online) .section.call-user[data-state="idle"] .state-ui.idle .btn-contact-user.audio{
  background-color: grey;
  pointer-events: none;
  color: lightgray;
}

.lightbox.new:not(.is-online) .section.call-user[data-state="idle"] .state-ui.idle .btn-contact-user.video{
  background-color: grey;
  pointer-events: none;
  color: lightgray;
}

.section.call-user[data-state="initiated"] .state-ui.initiated{
  display: block;
}

.section.call-user[data-state="accepted"] .state-ui.accepted{
  display: block;
}
.section.call-user[data-state="joined"] .state-ui.accepted{
  display: block;
}

.section.call-user[data-state="connected"] .state-ui.connected{
  display: block;
}

.section.call-user .state-ui.connected .p2pvideo-container{
  position: relative;
  margin-bottom: 1rem;
}

.section.call-user .state-ui.connected video{
  width: 100%;

  z-index: 1;
}

.section.call-user .state-ui.connected video.small{
  width: 75px;
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 2%;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.section.call-user .state-ui.idle .btn-action{
  width: 4rem;
  pointer-events: none;
  background-color: gray;
  color: lightgrey;
}

.message.call-screen{
  display: flex;
  background-color: black;
  border: 2px solid #d4541d;
  padding-left: 15%;
  position: absolute;
}

.message.call-screen.is-hidden{
  z-index: -1;
  display: none;
}

.message.call-screen:not(.is-hidden){
  z-index: 10001;
  padding: 1rem 2rem;
}

.message.call-screen > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.message.call-screen > div > div{
  width: 100%;
  text-align: center;
}

.message.call-screen > div > .head {
  position: relative;
}

.message.call-screen > div .dl-logo {
  position: absolute;
  left: 0;
  top: 10%;
  width: 1.5rem;
  height: 1.5rem;
}

.message.call-screen > div .caller-img img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
}

.message.call-screen .Message-icon{
  font-size: 2rem;
}

.message.call-screen .message-body{
  width: 60%;
}

.message.call-screen .message-memo:empty{
  display: none;
}

.message.call-screen .cta{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.message.call-screen .cta > .btn{
  border-radius: 0.3rem;
  color: white;
  background-color: #27B351;
  transition: .2s ease-out;
  cursor: pointer;
  margin: 1rem;
  width: 4rem;
}


.message.call-screen .cta > .btn > i{
  font-size: 1.5rem;
  font-weight: bolder;
  line-height: inherit;
}

.message.call-screen .cta > .btn.decline{
  background-color: #F80016!important;
}

.state-ui.connected .btn-action{
  width: 4rem;
  height: 2rem;
  background-color: #7F7F7F;
  color: #BEBEBE;
  border: none;
}

.state-ui.connected .btn-action.active{
  background-color: #27B351;
  color: white;
}

.state-ui.connected .btn-action.end-call{
  background-color: #F80016!important;
  color: white!important;
}

.btn-action.audioin-toggle::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f131";
}

.btn-action.audioin-toggle.active::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f130";
}

.btn-action.audioout-toggle::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f026";
}

.btn-action.audioout-toggle.active::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f028";
}

.btn-action.video-toggle::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f03d";
}

.btn-action.video-toggle.active::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f03d";
}

#remoteVideo {
  width: 100%;
  height: 80%;  
}

 
.dl-av:not(.publisher)::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f028";
}

.dl-av.publisher::before{
  font-family: "FontAwesome";
  font-weight: 900; 
  content: "\f03d";
}

#broadcastingInfo{
  position: relative;
}

#broadcastingInfo i{
  position: absolute;
  color: orangered;
  right: 1rem;
  top: 1rem;
}

#webrtc-publish .controls{
  margin: 1rem auto;
}

#webrtc-player .controls{
  margin: 1rem auto;
}

.dl-content-container{
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}

.dl-content-container .dl-content.av .div{
  margin: 0 auto;
}

.dl-content-container .dl-content.slides{
  width: 100%;
  order: 2;
}