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

body,
html {
  -webkit-font-smoothing: antialiased;
  background-color: #d8d8d8;
  box-sizing: border-box;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}
body *:after,
body *:before,
body *,
html *:after,
html *:before,
html * {
  box-sizing: inherit;
}

::-moz-input-placeholder {
  color: tint(#333, 50%);
  font-style: italic;
}

::-ms-input-placeholder {
  color: tint(#333, 50%);
  font-style: italic;
}

::-webkit-input-placeholder {
  color: tint(#333, 50%);
  font-style: italic;
}

:focus::-moz-input-placeholder {
  color: tint(#333, 75%);
  font-style: italic;
}

:focus::-ms-input-placeholder {
  color: tint(#333, 75%);
  font-style: italic;
}

:focus::-webkit-input-placeholder {
  color: tint(#333, 75%);
  font-style: italic;
}

label {
  color: #333;
  font-weight: 400;
}

input,
select,
textarea,
button {
  outline: 0;
}

[type=datetime-local],
[type=password],
[type=date],
[type=number],
[type=select],
[type=text],
[type=email],
[type=phone],
[type=time],
select,
textarea {
  -webkit-appearance: none;
  background: #fff;
  border-radius: 0;
  border: 1px solid #f0ede8;
  color: #333;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  height: 45px;
  padding: 0 15px;
  width: 280px;
}
@media (min-width: 1024px) {
  [type=datetime-local],
  [type=password],
  [type=date],
  [type=number],
  [type=select],
  [type=text],
  [type=email],
  [type=phone],
  [type=time],
  select,
  textarea {
    font-size: 14px;
    width: 340px;
  }
}
[type=datetime-local]:focus,
[type=password]:focus,
[type=date]:focus,
[type=number]:focus,
[type=select]:focus,
[type=text]:focus,
[type=email]:focus,
[type=phone]:focus,
[type=time]:focus,
select:focus,
textarea:focus {
  border: 1px solid #2a519e;
}

[type=button],
[type=submit],
button {
  background-color: #2a519e;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  min-width: 120px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all 0.25s ease-in;
}
[type=button]:hover,
[type=submit]:hover,
button:hover {
  background-color: #0058A3;
  color: #fff;
}
[type=button]:hover:active,
[type=submit]:hover:active,
button:hover:active {
  box-shadow: none;
}

border select[multiple] {
  height: auto;
  max-height: 200px;
}
select:not([multiple]) {
  background: #fff url("data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==") no-repeat right 5px center;
}

textarea {
  max-width: 100%;
  min-height: 200px;
  padding-bottom: 10px;
  padding-top: 10px;
  resize: vertical;
  width: 100%;
}

input[type=file] {
  border: 2px dotted #f0ede8;
  display: block;
  padding: 10px 20px;
}

input[type=file]::file-selector-button {
  background-color: #2a519e;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #080809;
  margin: 0 0 24px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}

a {
  color: #4272d1;
  transition: all 0.25s ease-in;
}
a:hover {
  color: #2a519e;
}

table {
  margin-bottom: 48px;
}
table [type=submit] {
  margin-right: 20px;
}

.detailtable td {
  height: 47px;
}

.resulttable {
  border: 1px solid #b4b9c7;
  border-collapse: collapse;
  border-bottom: 0;
  font-size: 14px;
  width: 100%;
}
.resulttable tr:nth-child(even) {
  background: #d8d8d8;
}
.resulttable th,
.resulttable td {
  border-bottom: 1px solid #b4b9c7;
  padding: 0.5em 0.75em;
  text-align: left;
  vertical-align: top;
}
.resulttable th {
  background: #2a519e;
  border: 0;
  color: #fff;
  font-weight: 700;
}
.resulttable [type=password],
.resulttable [type=date],
.resulttable [type=number],
.resulttable [type=select],
.resulttable [type=text],
.resulttable [type=email],
.resulttable [type=phone],
.resulttable select,
.resulttable textarea {
  height: 35px;
  padding: 0 10px;
  width: 100%;
}

#lobby {
  float: left;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}

#room {
  display: none;
}

.window-bar {
  float: left;
  width: 100%;
  background-color: #0058A3;
  color: #fff;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
@media (min-width: 768px) {
  .window-bar {
    padding: 0 30px;
  }
}

.window-bar-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  padding-right: 90px;
}
@media (min-width: 768px) {
  .window-bar-title {
    font-size: 16px;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .window-bar-title {
    font-size: 18px;
  }
}
.window-bar-title-sub {
  font-size: 12px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .window-bar-title-sub {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .window-bar-title-sub {
    font-size: 16px;
  }
}

.window-bar-link {
  color: #fff;
  text-decoration: none;
}
.window-bar-link:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100%;
  border: 2px solid #fff;
  display: inline-block;
  font-size: 10px;
  height: 20px;
  line-height: 16px;
  margin-right: 6px;
  margin-top: -1px;
  text-align: center;
  text-indent: -1.5px;
  transform: translateY(-1px);
  width: 20px;
}
.window-bar-link:hover {
  color: #fff;
}

.window-title {
  float: left;
  width: 100%;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .window-title {
    min-height: 67px;
    margin-top: -15px;
  }
}
.window-title-content {
  display: block;
  margin-bottom: 10px;
}
.window-title-content-wrap {
  float: left;
  width: calc(100% - 100px);
}
@media (min-width: 768px) {
  .window-title-content-wrap {
    width: calc(100% - 270px);
  }
}
.window-title-logo {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.window-title-logo img {
  display: block;
  max-width: 70px;
}
.window-title .cta {
  color: #fff;
  float: left;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .window-title .cta {
    float: right;
    margin-bottom: 0;
  }
}

.window-subtitle {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .window-subtitle {
    margin-bottom: 5px;
  }
}

.window-content {
  float: left;
  width: 100%;
  background-color: #f0ede8;
  padding: 15px;
  position: relative;
  min-height: calc(100vh - 60px);
}
@media (min-width: 768px) {
  .window-content {
    padding: 30px;
  }
}

.window-content-main {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .window-content-main {
    margin-right: 30px;
    width: calc(100% - (364px + 30px));
  }
}
@media (min-width: 1024px) {
  .window-content-main-full {
    float: none;
    margin: 0 auto;
    max-width: calc(100% - (364px + 30px));
    width: 100%;
  }
}

.window-content-side {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .window-content-side {
    float: right;
    max-width: 364px;
  }
}

.alert {
  background-color: white;
  border: 1px solid #f1c40f;
  clear: both;
  color: #f1c40f;
  padding: 10px 20px;
}
.alert:before {
  content: "\f071";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  padding-right: 10px;
  transform: scale(1.5);
}

.center-block {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  display: block;
  margin: 20px auto;
  max-width: 600px;
  overflow: hidden;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1024px) {
  .center-block {
    padding: 40px;
  }
}
@media (min-height: 1200px) and (min-width: 1400px) {
  .center-block {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.center-block h1 {
  float: left;
  width: 100%;
}
.center-block table {
  font-size: 14px;
  margin-bottom: 20px;
}
.center-block table td:first-of-type {
  width: 140px;
}
.center-block .formline {
  margin-bottom: 5px;
}
.center-block .formbut {
  margin-left: 145px;
  margin-bottom: 0;
}
.center-block img {
  display: block;
  margin-bottom: 30px;
  max-width: 200px;
}
.center-block p {
  margin: 0 0 24px;
}
.center-block h1,
.center-block h2,
.center-block h3,
.center-block h4,
.center-block h5,
.center-block h6 {
  line-height: 1em;
}
.center-block ul,
.center-block li,
.center-block p {
  font-size: 16px;
  line-height: 24px;
}
.center-block p:last-of-type:not(first-of-type) {
  margin-bottom: 0;
}

.cta {
  background-color: #2a519e;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 700;
  height: 45px;
  line-height: 45px;
  min-width: 120px;
  padding: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.cta:hover {
  background-color: #0058A3;
  color: #fff;
}
.cta:hover:active {
  box-shadow: none;
}

.cta-small {
  background-color: #003D71;
  color: #fff;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 0 10px 0;
}
.cta-small:hover {
  background-color: #fff;
  color: #0058A3;
}
.cta-small-selected {
  color: #0058A3;
  background-color: #fff;
}
.cta-small-selected:hover {
  background-color: #003D71;
  color: #fff;
}
.cta-small-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cta-open {
  background-color: #79bf68;
  position: relative;
}
.cta-open:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 16px;
}

.cta-closed {
  background-color: #e74c3c;
  pointer-events: none;
  position: relative;
}
.cta-closed:after {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 16px;
}

.cta-question {
  padding-left: 35px;
  position: relative;
}
.cta-question:after {
  content: "\f086";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  left: 13px;
  position: absolute;
}

.downloadico {
  background-color: #333;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}
.downloadico:before {
  content: "\f019";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document .downloadico {
  float: right;
  margin-right: -10px;
}

#push_modal,
#notify_modal {
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #080809;
  font-size: 14px;
  left: 50%;
  line-height: 20px;
  max-width: 640px;
  padding: 10px 20px;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 30px);
}
@media (min-width: 1024px) {
  #push_modal,
  #notify_modal {
    padding: 20px 40px;
  }
}
#push_modal [data-action=close],
#notify_modal [data-action=close] {
  background-color: #003D71;
  border-radius: 100%;
  color: #fff;
  font-size: 22px;
  font-family: arial;
  height: 25px;
  line-height: 27px;
  position: absolute;
  right: -12.5px;
  text-align: center;
  text-decoration: none;
  top: -12.5px;
  width: 25px;
}
#push_modal a,
#notify_modal a {
  text-decoration: none;
}

#qenauploaddiv {
  float: left;
  width: 100%;
  border: 1px solid #f0ede8;
  margin: 10px 0;
  padding: 10px 15px;
}
#qenauploaddiv .dropzone {
  float: left;
  width: 100%;
}
#qenauploaddiv .dropzone .dz-message span {
  border-radius: 3px;
  background-color: #2a519e;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  padding: 7px 14px;
}
.center-block #qenauploaddiv .dropzone .dz-message span {
  margin: 0 0 10px;
}
#qenauploaddiv .dropzone .dz-image {
  height: 1px;
}
#qenauploaddiv .dropzone .dz-preview {
  margin: 0 0 10px;
  width: 100%;
}
#qenauploaddiv .dropzone .dz-preview .dz-size {
  float: left;
  font-size: 12px;
  width: 20%;
}
#qenauploaddiv .dropzone .dz-preview .dz-filename {
  float: left;
  font-size: 12px;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
#qenauploaddiv .dropzone .dz-preview .dz-progress {
  float: left;
  width: 100%;
  clear: both;
  margin: 5px 0px;
}
#qenauploaddiv .dropzone .dz-preview .dz-remove {
  color: #e74c3c;
  font-size: 12px;
  display: block;
  text-decoration: none;
}
#qenauploaddiv .dropzone .dz-preview .dz-remove:before {
  content: "\f00d";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: 1px;
}

.more-link {
  color: #0058A3;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.more-link:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 14px;
  padding-left: 3px;
  position: relative;
  top: 1px;
  transition: all 0.25s ease-in;
}
.welcome .more-link {
  line-height: 32px;
  margin-right: 30px;
}
.schedule-item .more-link {
  font-size: 14px;
}
.schedule-item .more-link:after {
  font-size: 12px;
}
.more-link-active:after {
  transform: rotate(90deg) translateX(-2px) translateY(-2px);
}

.qena-upload {
  float: left;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
.qena-upload:after {
  content: "\f0da";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  left: 4px;
  position: relative;
  top: 2px;
  transition: all 0.25s ease-in;
}
.qena-upload.active:after {
  transform: rotate(90deg);
}

.qrcode {
  float: left;
  width: 100%;
}
.qrcode img {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}

.tabs {
  float: left;
  width: 100%;
}

.tabs-nav {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs-nav li {
  float: left;
  margin-right: 5px;
}
.tabs-nav a {
  background-color: #f0ede8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #333;
  cursor: pointer;
  float: left;
  font-size: 14px;
  font-weight: 700;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .tabs-nav a {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
.tabs-nav a:hover {
  color: #0058A3;
}

.tabs-active {
  background-color: #fff;
}
:root .tabs-active {
  color: #0058A3;
  background-color: #fff;
}

.tabs-content {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  border-top-left-radius: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .tabs-content {
    height: calc(100vh - 165px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.ico-has-unread a:after {
  background-color: #e74c3c;
  border-radius: 100%;
  content: "";
  height: 8px;
  position: absolute;
  right: -2.5px;
  top: -2.5px;
  transition: all 0.25s ease-in;
  width: 8px;
}

.toggle {
  float: left;
  width: 100%;
}

.toggle-item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .toggle-item {
    margin-right: 20px;
    width: calc(25% - 20px);
  }
}
@media (min-width: 1024px) {
  .toggle-item {
    width: 100%;
  }
}

.toggle-item-content {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .toggle-item-content {
    width: calc(100vw - 140px);
  }
}
@media (min-width: 1024px) {
  .toggle-item-content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .toggle-item:nth-of-type(2) .toggle-item-content {
    transform: translateX(-205px);
  }
}
@media (min-width: 1024px) {
  .toggle-item:nth-of-type(2) .toggle-item-content {
    transform: none;
  }
}

@media (min-width: 768px) {
  .toggle-item:nth-of-type(3) .toggle-item-content {
    transform: translateX(-415px);
  }
}
@media (min-width: 1024px) {
  .toggle-item:nth-of-type(3) .toggle-item-content {
    transform: none;
  }
}

@media (min-width: 768px) {
  .toggle-item:nth-of-type(4) .toggle-item-content {
    transform: translateX(-620px);
  }
}
@media (min-width: 1024px) {
  .toggle-item:nth-of-type(4) .toggle-item-content {
    transform: none;
  }
}

.toggle-item-toggle {
  float: left;
  width: 100%;
  color: #0058A3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
}
.toggle-item-toggle:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  display: inline-block;
  transition: all 0.25s ease-in;
}
@media (min-width: 1024px) {
  .toggle-item-toggle:after {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.toggle-item-active .toggle-item-toggle:after {
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .tabs-content-inner {
    position: absolute;
    width: calc(100% - 60px);
  }
  .tabs-content-inner .toggle {
    position: absolute;
  }
  .tabs-content-inner .toggle:last-of-type {
    border-bottom: 1px solid #ccc;
  }
  .tabs-content-inner .toggle-item {
    margin-bottom: 0;
  }
  .tabs-content-inner .toggle-item-toggle {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 0;
  }
  .tabs-content-inner .toggle-item-toggle:after {
    top: 10px;
    right: 10px;
  }
  .tabs-content-inner .toggle-item-content {
    padding: 10px 0;
    overflow-y: auto;
  }
  .items-visible-1 .toggle-item-content {
    height: calc(100vh - 253px);
  }
  .items-visible-2 .toggle-item-content {
    height: calc(100vh - 300px);
  }
  .items-visible-3 .toggle-item-content {
    height: calc(100vh - 347px);
  }
  .items-visible-4 .toggle-item-content {
    height: calc(100vh - 395px);
  }
}
.tpl {
  display: none;
}

.usernav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding-right: 20px;
  z-index: 10;
}
@media (min-width: 768px) {
  .usernav {
    right: 30px;
  }
}

.usernav-img {
  background-color: #fff;
  border-radius: 100%;
  float: left;
  height: 40px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 40px;
}
.usernav-img:before {
  content: "\f007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  bottom: 0;
  color: #b4b9c7;
  font-size: 44px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .usernav-img {
    margin-right: 20px;
  }
}
.usernav-img img {
  display: none;
  border-radius: 100%;
  display: block;
  height: 40px;
  width: 40px;
}

.usernav-meta {
  display: none;
}
@media (min-width: 768px) {
  .usernav-meta {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-right: 20px;
    margin-top: 2px;
  }
}
.usernav-meta-only-name {
  margin-top: 10px;
}
.usernav-meta strong {
  display: block;
}

.usernav-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 10px;
  height: 20px;
  line-height: calc(20px - 2px * 2);
  text-align: center;
  text-decoration: none;
  transform-origin: center;
  text-indent: -2px;
  transition: all 0.25s ease-in;
  width: 20px;
}
.usernav-toggle:before {
  content: "\f078";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.usernav-modal-active .usernav-toggle {
  transform: translateY(-50%) rotate(180deg);
}
.usernav-toggle:hover, .usernav-toggle:focus, .usernav-toggle:active {
  background-color: #fff;
  color: #0058A3;
}

.usernav-modal {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  padding: 10px 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 60px;
  transition: all 0.25s ease-in;
  width: 200px;
}
@media (min-width: 768px) {
  .usernav-modal {
    width: calc(100% + 20px);
  }
}
.usernav-modal-meta {
  font-size: 14px;
  line-height: 20px;
  float: left;
  width: 100%;
  color: #333;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .usernav-modal-meta {
    display: none;
  }
}
.usernav-modal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.usernav-modal li {
  float: left;
  width: 100%;
}
.usernav-modal a {
  float: left;
  width: 100%;
  color: #0058A3;
  font-size: 14px;
  padding: 5px 0;
  text-decoration: none;
}
.usernav-modal a:hover {
  color: #003663;
  text-indent: 5px;
  text-decoration: none;
}
.usernav-modal-active .usernav-modal {
  opacity: 1;
  pointer-events: all;
}

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container-wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.chat {
  float: left;
  width: 100%;
}

.chat-title,
.widget-support h2 {
  float: left;
  width: 100%;
  color: #080809;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.chat-items {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .chat-items {
    overflow-x: hidden;
    overflow-y: scroll;
    padding-right: 20px;
    margin-bottom: 20px;
    width: calc(100% + 20px);
  }
  .widget-support .chat-items, #room .chat-items {
    overflow-x: initial;
    overflow-y: initial;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #lobby .window-content-side .chat-items {
    height: calc(100vh - 379px);
  }
}
@media (min-width: 1024px) {
  #room .widget-support .chat-items {
    height: calc(100vh - 972px);
  }
}

.chat-item {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.chat-item-mine {
  margin-left: 10px;
  width: calc(100% - 10px);
}
.chat-item-name, .chat-item-time {
  color: #080809;
  font-size: 12px;
  margin-bottom: calc(10px / 2);
}
.chat-item-name {
  float: left;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .chat-item-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 60px);
  }
}
.chat-item-name.moderator {
  font-style: italic;
}
.chat-item-time {
  float: right;
}
.chat-item-message {
  float: left;
  width: 100%;
  background-color: #f0ede8;
  border-radius: 3px;
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
}
.chat-item-mine .chat-item-message {
  background-color: #0058A3;
  color: #fff;
}
.chat-item[data-mine=false] .chat-item-time {
  float: right;
  margin-left: 20px;
}
.chat-item[data-mine=false] .chat-item-name {
  margin-left: 20px;
  width: calc(100% - 80px);
}
.chat-item[data-mine=false] .chat-item-message {
  margin-left: 20px;
  width: calc(100% - 20px);
}
.chat-item[data-mine=true] .chat-item-time {
  float: right;
  margin-right: 20px;
}
.chat-item[data-mine=true] .chat-item-message {
  background-color: #b4b9c7;
  color: #333;
  margin-right: 20px;
  width: calc(100% - 20px);
}
.chat-item .document {
  background-color: transparent;
  color: #333;
  font-size: 12px;
  padding: 6px 10px 6px 17px;
}
.chat-item .document:before {
  left: 0;
}
.chat-item .document:nth-of-type(2n+1) {
  background-color: transparent;
}

.chat-form {
  float: left;
  width: 100%;
}
.chat-form-name {
  float: left;
  width: 100%;
  color: #080809;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.chat-form-message {
  border-radius: 3px;
  border: 1px solid #f0ede8;
  font-size: 12px;
  height: 64px;
  line-height: 16px;
  margin-bottom: 15px;
  min-height: 0;
}
.chat-form-cta {
  float: right;
}
.chat-form ::placeholder {
  font-style: italic;
}

.chatform-closed,
.qenaform-closed {
  float: left;
  width: 100%;
  border: 1px solid #e74c3c;
  color: #e74c3c;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.document {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 10px 6px 35px;
  position: relative;
}
.document:before {
  left: 10px;
  position: absolute;
  top: 6px;
}
.document.type-audio:before {
  content: "\f1c7";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-excel:before {
  content: "\f1c3";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-image:before {
  content: "\f1c5";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-pdf:before {
  content: "\f1c1";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-powerpoint:before {
  content: "\f1c4";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-text:before {
  content: "\f15c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-unknown:before {
  content: "\f15b";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-video:before {
  content: "\f1c8";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-word:before {
  content: "\f1c2";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document.type-zip:before {
  content: "\f1c6";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.document:nth-of-type(odd) {
  background-color: #f0ede8;
}
.document:nth-of-type(even) {
  background-color: #fff;
}

.documents {
  float: left;
  width: 100%;
  border: 1px solid #f0ede8;
}

.info {
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

#participants {
  float: left;
  width: 100%;
}
#participants .participants {
  float: left;
  width: 100%;
  border: 1px solid #f0ede8;
}

.participant {
  float: left;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
}
.participant:nth-of-type(odd) {
  background-color: #f0ede8;
}

.polls {
  float: left;
  width: 100%;
}
.polls a {
  text-decoration: none;
}

.poll {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.poll-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.poll .poll-content-question-name {
  float: left;
  width: 100%;
  font-style: italic;
  margin-bottom: 20px;
  margin-top: 10px;
}
.poll .poll-content {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.poll label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.poll [type=submit] {
  margin-bottom: 0;
}
.poll [data-action=poll] {
  color: #080809 !important;
}

.poll-title {
  float: left;
  width: 100%;
  color: #0058A3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-right: 20px;
}
.poll-title:after {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in;
}

.poll-title-active:after {
  transform: rotate(90deg);
}

.poll-sent .poll-title {
  cursor: text;
}

.poll-sent .poll-title:after {
  content: "";
}

.programme-name {
  float: left;
  font-size: 12px;
  font-weight: 700;
  width: calc(100% - 120px);
}

.programme-description {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
}

.programme-time {
  float: right;
  font-size: 12px;
  max-width: 100px;
  text-align: right;
}
.programme-time * {
  display: inline;
}

.programme-content {
  float: left;
  width: 100%;
}
:root .programme-content {
  float: left;
  width: 100%;
}
.programme-content-speaker {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.programme-content-speaker:first-of-type {
  margin-top: 10px;
}
.programme-content-speaker img {
  border-radius: 100%;
  float: left;
  height: 40px;
  margin-right: 20px;
  object-fit: cover;
  width: 40px;
}
.programme-content-speaker span {
  float: right;
  font-size: 14px;
  width: calc(100% - 60px);
}
.programme-content-speaker-fullname {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.room-stage {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .room-stage {
    margin-bottom: 0;
  }
}

.schedule-item {
  float: left;
  width: 100%;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.schedule-item:last-of-type {
  border-bottom: 0;
}
.schedule-item-title {
  color: #080809;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.schedule-item-content {
  float: left;
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 1024px) {
  .schedule-item-content {
    width: calc(100% - 150px);
  }
}
.schedule-item-content-row {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .schedule-item-content-row {
    margin-bottom: 5px;
  }
}
.schedule-item-content-row:last-of-type {
  margin-bottom: 0;
}
.schedule-item-content-row-label {
  float: left;
  width: 100%;
  width: 130px;
}
.schedule-item-content-row-content {
  color: #080809;
  float: left;
  font-weight: 700;
  width: calc(100% - 150px);
}
.schedule-item-content-stream [data-tpldiv="room.stream"] .stream {
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
}
@media (min-width: 1024px) {
  .schedule-item-content-stream [data-tpldiv="room.stream"] {
    float: right;
    width: calc(100% - 130px);
  }
}
.schedule-item-buttons {
  float: left;
  width: 130px;
}
.schedule-item-buttons .cta {
  font-size: 12px;
  font-weight: 700;
  height: 33px;
  line-height: 33px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  text-align: left;
  width: 130px;
}

#speakers {
  float: left;
  width: 100%;
}
#speakers .speakers {
  float: left;
  width: 100%;
  border: 1px solid #f0ede8;
}

.speaker {
  float: left;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 10px 0 10px;
}
.speaker:nth-of-type(odd) {
  background-color: #f0ede8;
}
.speaker-image {
  border-radius: 100%;
  float: left;
  height: 60px;
  margin-right: 20px;
  object-fit: cover;
  overflow: hidden;
  width: 60px;
}
.speaker-fullname, .speaker-company, .speaker-function {
  float: right;
  width: calc(100% - 80px);
}
.speaker-fullname {
  font-weight: 700;
}
.speaker-description {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.stream {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
}
.stream:nth-of-type(odd) {
  background-color: #f0ede8;
}
.stream-content {
  float: left;
  width: calc(100% - 100px);
}
.schedule-item-content-stream .stream-content {
  width: 100%;
}
.stream-name, .stream-time {
  font-size: 12px;
  font-weight: 700;
}
.stream-name {
  padding-left: 5px;
}

.streams {
  float: left;
  width: 100%;
  border: 1px solid #f0ede8;
}

.widget {
  float: left;
  width: 100%;
}

.widget-title {
  float: left;
  width: 100%;
  background-color: #0058A3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  .widget-title {
    height: 44px;
    line-height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.widget-title-inner {
  float: left;
}
@media (min-width: 400px) {
  .widget-title-inner {
    margin-right: 20px;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .widget-title-inner {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}

.widget-title-nav {
  float: left;
  min-height: 44px;
  margin-right: -10px;
}
@media (min-width: 1024px) {
  .widget-title-nav {
    float: right;
    margin-right: -10px;
  }
}
.widget-title-nav form {
  float: left;
}
.widget-title-nav select {
  appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  color: #080809;
  float: left;
  font-size: 13px;
  height: 26px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 20px 0 10px;
  text-overflow: ellipsis;
  width: 150px;
}
@media (min-width: 1600px) {
  .widget-title-nav select {
    width: auto;
  }
}
.widget-title-nav .cta {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 0;
  min-width: 0;
}
.widget-title-nav [data-link=schedule-prev],
.widget-title-nav [data-link=schedule-next] {
  height: 26px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  width: 25px;
}
.widget-title-nav [data-link=schedule-prev] {
  text-indent: -1px;
}
.widget-title-nav [data-link=schedule-prev]:before {
  content: "\f053";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget-title-nav [data-link=schedule-next] {
  text-indent: 1px;
}
.widget-title-nav [data-link=schedule-next]:before {
  content: "\f054";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget-inner {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (min-width: 1024px) {
  .widget-schedule .widget-inner-wrap {
    margin-bottom: 20px;
    padding-right: 20px;
    width: calc(100% + 20px);
  }
}
#lobby .widget-inner {
  overflow-y: scroll;
}
@media (min-width: 1400px) {
  #lobby .widget-inner {
    height: calc(100vh - 363px);
  }
}

.widget-schedule {
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .widget-schedule {
    margin-bottom: 0;
    width: calc(100% - 396px);
  }
}
@media (min-width: 1400px) {
  .widget-schedule-full {
    width: 100%;
  }
}

.widget-support {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1400px) {
  .widget-support {
    margin-bottom: 0;
    max-width: 366px;
  }
}
.widget-support-image {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.widget-support-image img {
  display: block;
}
@media (min-width: 1024px) {
  .widget-support-image img {
    max-width: 306px;
  }
}

.welcome {
  float: left;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px;
  margin-bottom: 30px;
}

.welcome-logo {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 250px;
  width: 100%;
}
@media (min-width: 1280px) {
  .welcome-logo {
    margin-bottom: 0;
  }
}

.welcome-inner {
  float: left;
  width: 100%;
}
@media (min-width: 1280px) {
  .welcome-inner {
    width: calc(100% - (250px + 30px));
  }
}

.welcome h2,
.welcome-title {
  color: #080809;
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.welcome-text {
  display: block;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px 0;
}
p:last-of-type {
  margin: 0;
}

.welcome-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.welcome-links li {
  float: left;
}

.upload-template {
  padding: 20px;
}
.upload-template .center-block {
  margin: 0 auto;
}
.upload-template h1,
.upload-template h2 {
  text-align: center;
}
.upload-template h2 {
  margin-bottom: 30px;
}
.upload-template textarea {
  padding: 15px;
}
.upload-template #qenauploaddiv,
.upload-template .chat-form-name {
  font-size: 14px;
}
.upload-template .chat-form-message {
  font-size: 16px;
}
.upload-template .dz-message span:before {
  content: "\f093";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  margin-right: 4px;
}
.upload-template .dz-error-message {
  float: left;
  width: 100%;
  color: #e74c3c;
  margin: 10px 0;
}
.upload-template .dz-error-mark {
  opacity: 0;
  pointer-events: none;
}

div#schedule-single,
div#schedule-multiple {
  display: inline-block;
}

.nl2br {
  white-space: pre-line;
}

.poll-result-answer-selected .poll-result-answer {
  font-weight: bold;
}/*# sourceMappingURL=page.css.map */