/* ------------- */
/* ÄNDERUNGEN NUR IN DER LESS DATEI VORNEHMEN!!! */
/* ------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: initial;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  opacity: 0;
  transition: opacity 0.5s;
}
html body .header-control-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
html body .header-control-wrapper .header-control {
  position: relative;
  top: 0;
  float: left;
  z-index: 100;
  padding: 0;
  width: 40px;
  height: 20px;
  left: calc(35% - 20px);
  color: #d8d8d8;
  background: #fff;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  pointer-events: all;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
}
@media (max-width: 822px) {
  html body .header-control-wrapper .header-control {
    width: 45px;
    left: calc(50% - 20px);
  }
}
html body .header-control-wrapper .header-control:focus {
  outline: none;
}
html body .button-main-grp {
  position: absolute;
  bottom: 25px;
  right: 30%;
  float: right;
  z-index: 1000;
  width: 100px;
  transition: bottom 200ms;
}
@media (max-width: 822px) {
  html body .button-main-grp {
    right: 0%;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  html body .button-main-grp {
    /* CSS specific to iOS devices */
  }
  html body .button-main-grp.safari_only {
    padding-bottom: 60px;
  }
  html body .button-main-grp.safari_only_big {
    padding-bottom: 100px;
  }
  html body .button-main-grp.toolbar-hidden {
    padding-bottom: 0px;
  }
}
html body .button-secondary-grp {
  position: absolute;
  bottom: 25px;
  left: 0;
  float: left;
  z-index: 1000;
  transition: bottom 200ms;
}
@supports (-webkit-overflow-scrolling: touch) {
  html body .button-secondary-grp {
    /* CSS specific to iOS devices */
  }
  html body .button-secondary-grp.safari_only {
    padding-bottom: 60px;
  }
  html body .button-secondary-grp.safari_only_big {
    padding-bottom: 100px;
  }
  html body .button-secondary-grp.toolbar-hidden {
    padding-bottom: 0px;
  }
}
html body .button-secondary-grp button {
  width: 60px;
  height: 60px;
}
html body .button-secondary-grp button.adxrp-control,
html body .button-secondary-grp button.adxpp-control {
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  html body .button-secondary-grp button.adxrp-control,
  html body .button-secondary-grp button.adxpp-control {
    width: 45px;
    height: 45px;
  }
}
html body .button-secondary-grp button.adxrp-control:hover,
html body .button-secondary-grp button.adxpp-control:hover {
  transform: scale(1.2);
}
html body .button-secondary-grp button.adxrp-control.inactive,
html body .button-secondary-grp button.adxpp-control.inactive {
  margin-left: 25px;
}
@media (max-width: 768px) {
  html body .button-secondary-grp button.adxrp-control.inactive,
  html body .button-secondary-grp button.adxpp-control.inactive {
    margin-left: 5px;
  }
}
html body .button-secondary-grp button img {
  width: 30px;
  height: 30px;
}
html body button {
  border: none;
  background: #5b86a3;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
html body button.adxrp-control,
html body button.adxpp-control {
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 3px 0;
  transition: all 100ms;
}
@media (max-width: 768px) {
  html body button.adxrp-control,
  html body button.adxpp-control {
    width: 40px;
    height: 40px;
    margin-left: 25px;
  }
}
html body button.adxrp-control img,
html body button.adxpp-control img {
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
  transition: all 100ms;
}
html body button.adxrp-control i,
html body button.adxpp-control i {
  color: #fff;
}
html body button.adxrp-control.active,
html body button.adxpp-control.active {
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  html body button.adxrp-control.active,
  html body button.adxpp-control.active {
    width: 55px;
    height: 55px;
  }
}
html body button.adxrp-control.active img,
html body button.adxpp-control.active img {
  width: 35px;
  height: 35px;
}
html body button.adxrp-control.inactive,
html body button.adxpp-control.inactive {
  margin-left: 25px;
}
@media (max-width: 768px) {
  html body button.adxrp-control.inactive,
  html body button.adxpp-control.inactive {
    margin-left: 55px;
  }
}
html body button.adxrp-control:hover,
html body button.adxpp-control:hover {
  background: #6493b3;
}
html body button.adxrp-control:focus,
html body button.adxpp-control:focus {
  outline: none;
  box-shadow: 0 0 7px 2px #fff;
}
html body button.structure-mobile-expand {
  background-color: #ffffff;
}
html body .gridsize-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
html body .gridsize-container #gridsize-wrapper {
  position: relative;
  top: 10px;
  right: calc(30% + 20px);
  float: right;
  z-index: 1020;
}
@media (max-width: 822px) {
  html body .gridsize-container #gridsize-wrapper {
    float: left;
    right: auto;
    left: 20px;
  }
}
@media only screen and (max-width: 599px) {
  html body .gridsize-container #gridsize-wrapper {
    top: 40px;
  }
  html body .gridsize-container #gridsize-wrapper.appmode {
    top: 10px;
  }
}
html body .gridsize-container #gridsize-wrapper #checkbox-snapgrid-1 {
  right: 105px;
  position: absolute;
}
@media (max-width: 822px) {
  html body .gridsize-container #gridsize-wrapper #checkbox-snapgrid-1 {
    right: -40px;
  }
}
html body .gridsize-container #gridsize-wrapper #checkbox-snapgrid-1 .custom-checkmark {
  height: 27px;
  width: 27px;
}
html body .gridsize-container #gridsize-wrapper #checkbox-snapgrid-1 .custom-checkmark:after {
  display: block;
  background: url(../img/icons/magnet_icon_w.svg) no-repeat;
  border: 0;
  transform: rotate(0deg);
  width: 21px;
  height: 21px;
  left: 4px;
  top: 3px;
}
html body .gridsize-container #gridsize-wrapper #checkbox-pointset-1 {
  right: 136px;
  position: absolute;
}
@media (max-width: 822px) {
  html body .gridsize-container #gridsize-wrapper #checkbox-pointset-1 {
    right: -72px;
  }
}
html body .gridsize-container #gridsize-wrapper #checkbox-pointset-1 .custom-checkmark {
  height: 27px;
  width: 27px;
}
html body .gridsize-container #gridsize-wrapper #checkbox-pointset-1 .custom-checkmark:after {
  display: block;
  background: url(../img/icons/ruler_icon_w.svg) no-repeat;
  border: 0;
  transform: rotate(0deg);
  width: 21px;
  height: 21px;
  left: 3px;
  top: 5px;
}
html body .rotate-room-modal,
html body .quick-delete {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1300;
}
html body .rotate-room-modal .rotate-room-box,
html body .quick-delete .rotate-room-box,
html body .rotate-room-modal .quick-delete-box,
html body .quick-delete .quick-delete-box {
  position: absolute;
  background: #fff;
  padding: 10px;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
}
html body .rotate-room-modal .rotate-room-box .rotate-room-buttons,
html body .quick-delete .rotate-room-box .rotate-room-buttons,
html body .rotate-room-modal .quick-delete-box .rotate-room-buttons,
html body .quick-delete .quick-delete-box .rotate-room-buttons,
html body .rotate-room-modal .rotate-room-box .quick-delete-buttons,
html body .quick-delete .rotate-room-box .quick-delete-buttons,
html body .rotate-room-modal .quick-delete-box .quick-delete-buttons,
html body .quick-delete .quick-delete-box .quick-delete-buttons {
  display: flex;
  justify-content: space-between;
  padding: 5px 0 0;
}
html body .rotate-room-modal .rotate-room-box .rotate-room-buttons button,
html body .quick-delete .rotate-room-box .rotate-room-buttons button,
html body .rotate-room-modal .quick-delete-box .rotate-room-buttons button,
html body .quick-delete .quick-delete-box .rotate-room-buttons button,
html body .rotate-room-modal .rotate-room-box .quick-delete-buttons button,
html body .quick-delete .rotate-room-box .quick-delete-buttons button,
html body .rotate-room-modal .quick-delete-box .quick-delete-buttons button,
html body .quick-delete .quick-delete-box .quick-delete-buttons button {
  color: #fff;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: 20px;
  margin: 0 5px;
  cursor: pointer;
}
html body .rotate-room-modal .rotate-room-box .rotate-room-deg,
html body .quick-delete .rotate-room-box .rotate-room-deg,
html body .rotate-room-modal .quick-delete-box .rotate-room-deg,
html body .quick-delete .quick-delete-box .rotate-room-deg {
  margin: 10px 0 0;
}
html body #adxrp-stage,
html body #adxpp-stage,
html body #viscon-stage {
  width: 100%;
  height: calc(100vH - 120px);
  background: #ededed;
  position: relative;
  transition: height 300ms;
}
html body #adxrp-stage.full-size,
html body #adxpp-stage.full-size,
html body #viscon-stage.full-size {
  height: 100vH;
}
html body #adxrp-stage #project-menu,
html body #adxpp-stage #project-menu,
html body #viscon-stage #project-menu {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 9px;
  z-index: 1115;
  padding: 10px 10px 40px 10px;
  width: calc(100% - 20px);
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
}
html body #adxrp-stage #project-menu .adxpp-menu,
html body #adxpp-stage #project-menu .adxpp-menu,
html body #viscon-stage #project-menu .adxpp-menu {
  max-width: 50%;
  margin: 0 auto;
  overflow: auto;
  max-height: calc(100vh - 129px);
}
@media only screen and (max-width: 1300px) {
  html body #adxrp-stage #project-menu .adxpp-menu,
  html body #adxpp-stage #project-menu .adxpp-menu,
  html body #viscon-stage #project-menu .adxpp-menu {
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  html body #adxrp-stage #project-menu .adxpp-menu,
  html body #adxpp-stage #project-menu .adxpp-menu,
  html body #viscon-stage #project-menu .adxpp-menu {
    max-width: 100%;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  html body #adxrp-stage #project-menu .adxpp-menu,
  html body #adxpp-stage #project-menu .adxpp-menu,
  html body #viscon-stage #project-menu .adxpp-menu {
    /* CSS specific to iOS devices */
  }
  html body #adxrp-stage #project-menu .adxpp-menu.safari_only,
  html body #adxpp-stage #project-menu .adxpp-menu.safari_only,
  html body #viscon-stage #project-menu .adxpp-menu.safari_only {
    max-height: calc(100vh - 204px);
  }
  html body #adxrp-stage #project-menu .adxpp-menu.safari_only_big,
  html body #adxpp-stage #project-menu .adxpp-menu.safari_only_big,
  html body #viscon-stage #project-menu .adxpp-menu.safari_only_big {
    max-height: calc(100vh - 244px);
  }
  html body #adxrp-stage #project-menu .adxpp-menu.toolbar-hidden,
  html body #adxpp-stage #project-menu .adxpp-menu.toolbar-hidden,
  html body #viscon-stage #project-menu .adxpp-menu.toolbar-hidden {
    max-height: calc(100vh - 164px);
  }
}
html body #adxrp-stage #project-menu .adxpp-menu .adxpp-header,
html body #adxpp-stage #project-menu .adxpp-menu .adxpp-header,
html body #viscon-stage #project-menu .adxpp-menu .adxpp-header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin: 0 10px 5px;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list {
  overflow: auto;
  padding: 0 10px;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container {
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container.active,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container.active,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container.active {
  background: #b8d4e7a6;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper {
  display: inline-block;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-name,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-name,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-name {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-desc,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-desc,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .project-wrapper .project-desc {
  font-size: 15px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project {
  float: right;
  padding: 10px;
  font-size: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.3;
}
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:hover,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:hover,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:hover,
html body #adxrp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:focus,
html body #adxpp-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:focus,
html body #viscon-stage #project-menu .adxpp-menu .menu-projects-list .project-container .delete-project:focus {
  opacity: 1;
  color: #b64343;
}
html body #adxrp-stage #project-menu .adxpp-menu .adxpp-control-new-project,
html body #adxpp-stage #project-menu .adxpp-menu .adxpp-control-new-project,
html body #viscon-stage #project-menu .adxpp-menu .adxpp-control-new-project {
  margin-bottom: 25px;
  padding: 0 10px;
  cursor: pointer;
}
html body #adxrp-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus,
html body #adxpp-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus,
html body #viscon-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus {
  background: #5b86a3;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
  font-size: 10px;
  cursor: pointer;
}
html body #adxrp-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus:before,
html body #adxpp-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus:before,
html body #viscon-stage #project-menu .adxpp-menu .adxpp-control-new-project i.fa-plus:before {
  position: relative;
  top: 10px;
  left: 11px;
}
html body #adxrp-stage #project-menu .adxpp-menu .adxpp-control-new-project .new-project-text,
html body #adxpp-stage #project-menu .adxpp-menu .adxpp-control-new-project .new-project-text,
html body #viscon-stage #project-menu .adxpp-menu .adxpp-control-new-project .new-project-text {
  background: none;
  color: #5b86a3;
  border: none;
  padding: 0;
  font-size: 15px;
  position: relative;
  top: 11px;
}
html body #adxrp-stage #project-menu .adxpp-menu .account-menu,
html body #adxpp-stage #project-menu .adxpp-menu .account-menu,
html body #viscon-stage #project-menu .adxpp-menu .account-menu {
  padding: 15px 10px;
}
html body #adxrp-stage #project-menu .adxpp-menu .account-menu .account-menu-header,
html body #adxpp-stage #project-menu .adxpp-menu .account-menu .account-menu-header,
html body #viscon-stage #project-menu .adxpp-menu .account-menu .account-menu-header {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
}
html body #adxrp-stage .menu-overlay,
html body #adxpp-stage .menu-overlay,
html body #viscon-stage .menu-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(240, 248, 255, 0.5);
  position: absolute;
  top: 0;
  z-index: 1200;
}
@media (max-width: 495px) {
  html body #adxrp-stage .menu-overlay,
  html body #adxpp-stage .menu-overlay,
  html body #viscon-stage .menu-overlay {
    position: fixed;
    height: 100vH;
    width: 100vW;
    z-index: 1220;
  }
}
html body #adxrp-stage .menu-overlay .room-settings,
html body #adxpp-stage .menu-overlay .room-settings,
html body #viscon-stage .menu-overlay .room-settings,
html body #adxrp-stage .menu-overlay .project-settings,
html body #adxpp-stage .menu-overlay .project-settings,
html body #viscon-stage .menu-overlay .project-settings {
  position: relative;
  display: block;
  background: #fff;
  margin: 0 auto;
  width: 60%;
  max-height: 100%;
  box-sizing: border-box;
  padding: 20px;
  top: 0%;
  -webkit-box-shadow: 0 5px 5px 0 rgba(125, 125, 125, 0.5);
  box-shadow: 0px 5px 5px 0px rgba(125, 125, 125, 0.5);
  z-index: 100;
  overflow-y: auto;
}
@media (max-width: 768px) {
  html body #adxrp-stage .menu-overlay .room-settings,
  html body #adxpp-stage .menu-overlay .room-settings,
  html body #viscon-stage .menu-overlay .room-settings,
  html body #adxrp-stage .menu-overlay .project-settings,
  html body #adxpp-stage .menu-overlay .project-settings,
  html body #viscon-stage .menu-overlay .project-settings {
    width: 80%;
  }
}
html body #adxrp-stage .menu-overlay .room-settings .close-menu,
html body #adxpp-stage .menu-overlay .room-settings .close-menu,
html body #viscon-stage .menu-overlay .room-settings .close-menu,
html body #adxrp-stage .menu-overlay .project-settings .close-menu,
html body #adxpp-stage .menu-overlay .project-settings .close-menu,
html body #viscon-stage .menu-overlay .project-settings .close-menu {
  cursor: pointer;
  float: right;
}
html body #adxrp-stage .menu-overlay .room-settings .room-settings-container .flex-container,
html body #adxpp-stage .menu-overlay .room-settings .room-settings-container .flex-container,
html body #viscon-stage .menu-overlay .room-settings .room-settings-container .flex-container,
html body #adxrp-stage .menu-overlay .project-settings .room-settings-container .flex-container,
html body #adxpp-stage .menu-overlay .project-settings .room-settings-container .flex-container,
html body #viscon-stage .menu-overlay .project-settings .room-settings-container .flex-container,
html body #adxrp-stage .menu-overlay .room-settings .project-settings-container .flex-container,
html body #adxpp-stage .menu-overlay .room-settings .project-settings-container .flex-container,
html body #viscon-stage .menu-overlay .room-settings .project-settings-container .flex-container,
html body #adxrp-stage .menu-overlay .project-settings .project-settings-container .flex-container,
html body #adxpp-stage .menu-overlay .project-settings .project-settings-container .flex-container,
html body #viscon-stage .menu-overlay .project-settings .project-settings-container .flex-container {
  display: flex;
  justify-content: space-between;
}
html body #adxrp-stage .menu-overlay .room-settings .room-settings-container .flex-container .flex-half-width,
html body #adxpp-stage .menu-overlay .room-settings .room-settings-container .flex-container .flex-half-width,
html body #viscon-stage .menu-overlay .room-settings .room-settings-container .flex-container .flex-half-width,
html body #adxrp-stage .menu-overlay .project-settings .room-settings-container .flex-container .flex-half-width,
html body #adxpp-stage .menu-overlay .project-settings .room-settings-container .flex-container .flex-half-width,
html body #viscon-stage .menu-overlay .project-settings .room-settings-container .flex-container .flex-half-width,
html body #adxrp-stage .menu-overlay .room-settings .project-settings-container .flex-container .flex-half-width,
html body #adxpp-stage .menu-overlay .room-settings .project-settings-container .flex-container .flex-half-width,
html body #viscon-stage .menu-overlay .room-settings .project-settings-container .flex-container .flex-half-width,
html body #adxrp-stage .menu-overlay .project-settings .project-settings-container .flex-container .flex-half-width,
html body #adxpp-stage .menu-overlay .project-settings .project-settings-container .flex-container .flex-half-width,
html body #viscon-stage .menu-overlay .project-settings .project-settings-container .flex-container .flex-half-width {
  width: 48%;
}
html body #adxrp-stage .menu-overlay .room-settings .room-settings-container h3,
html body #adxpp-stage .menu-overlay .room-settings .room-settings-container h3,
html body #viscon-stage .menu-overlay .room-settings .room-settings-container h3,
html body #adxrp-stage .menu-overlay .project-settings .room-settings-container h3,
html body #adxpp-stage .menu-overlay .project-settings .room-settings-container h3,
html body #viscon-stage .menu-overlay .project-settings .room-settings-container h3,
html body #adxrp-stage .menu-overlay .room-settings .project-settings-container h3,
html body #adxpp-stage .menu-overlay .room-settings .project-settings-container h3,
html body #viscon-stage .menu-overlay .room-settings .project-settings-container h3,
html body #adxrp-stage .menu-overlay .project-settings .project-settings-container h3,
html body #adxpp-stage .menu-overlay .project-settings .project-settings-container h3,
html body #viscon-stage .menu-overlay .project-settings .project-settings-container h3 {
  font-weight: bold;
  padding: 0 0 10px 0;
}
html body #adxrp-stage .menu-overlay .room-settings .room-settings-container p,
html body #adxpp-stage .menu-overlay .room-settings .room-settings-container p,
html body #viscon-stage .menu-overlay .room-settings .room-settings-container p,
html body #adxrp-stage .menu-overlay .project-settings .room-settings-container p,
html body #adxpp-stage .menu-overlay .project-settings .room-settings-container p,
html body #viscon-stage .menu-overlay .project-settings .room-settings-container p,
html body #adxrp-stage .menu-overlay .room-settings .project-settings-container p,
html body #adxpp-stage .menu-overlay .room-settings .project-settings-container p,
html body #viscon-stage .menu-overlay .room-settings .project-settings-container p,
html body #adxrp-stage .menu-overlay .project-settings .project-settings-container p,
html body #adxpp-stage .menu-overlay .project-settings .project-settings-container p,
html body #viscon-stage .menu-overlay .project-settings .project-settings-container p {
  font-size: 15px;
  padding: 0 0 5px 0;
}
html body #adxrp-stage .menu-overlay .room-settings .room-settings-container input,
html body #adxpp-stage .menu-overlay .room-settings .room-settings-container input,
html body #viscon-stage .menu-overlay .room-settings .room-settings-container input,
html body #adxrp-stage .menu-overlay .project-settings .room-settings-container input,
html body #adxpp-stage .menu-overlay .project-settings .room-settings-container input,
html body #viscon-stage .menu-overlay .project-settings .room-settings-container input,
html body #adxrp-stage .menu-overlay .room-settings .project-settings-container input,
html body #adxpp-stage .menu-overlay .room-settings .project-settings-container input,
html body #viscon-stage .menu-overlay .room-settings .project-settings-container input,
html body #adxrp-stage .menu-overlay .project-settings .project-settings-container input,
html body #adxpp-stage .menu-overlay .project-settings .project-settings-container input,
html body #viscon-stage .menu-overlay .project-settings .project-settings-container input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  html body #adxrp-stage .menu-overlay #menu,
  html body #adxpp-stage .menu-overlay #menu,
  html body #viscon-stage .menu-overlay #menu {
    width: 96%;
  }
}
html body #adxrp-stage .menu-overlay #menu .sel.act,
html body #adxpp-stage .menu-overlay #menu .sel.act,
html body #viscon-stage .menu-overlay #menu .sel.act {
  max-height: calc(100vh - 441px);
}
@media only screen and (max-width: 1300px) {
  html body #adxrp-stage .menu-overlay #menu .sel.act,
  html body #adxpp-stage .menu-overlay #menu .sel.act,
  html body #viscon-stage .menu-overlay #menu .sel.act {
    max-width: 100%;
    left: 0;
  }
}
html body #adxrp-stage .adxrp-container,
html body #adxpp-stage .adxrp-container,
html body #viscon-stage .adxrp-container,
html body #adxrp-stage .adxpp-container,
html body #adxpp-stage .adxpp-container,
html body #viscon-stage .adxpp-container {
  width: 100%;
  height: 100%;
}
html body #adxrp-stage .adxrp-container .adxrp-wrapper,
html body #adxpp-stage .adxrp-container .adxrp-wrapper,
html body #viscon-stage .adxrp-container .adxrp-wrapper,
html body #adxrp-stage .adxpp-container .adxrp-wrapper,
html body #adxpp-stage .adxpp-container .adxrp-wrapper,
html body #viscon-stage .adxpp-container .adxrp-wrapper,
html body #adxrp-stage .adxrp-container .adxpp-wrapper,
html body #adxpp-stage .adxrp-container .adxpp-wrapper,
html body #viscon-stage .adxrp-container .adxpp-wrapper,
html body #adxrp-stage .adxpp-container .adxpp-wrapper,
html body #adxpp-stage .adxpp-container .adxpp-wrapper,
html body #viscon-stage .adxpp-container .adxpp-wrapper {
  width: 70%;
  height: 100%;
}
@media (max-width: 822px) {
  html body #adxrp-stage .adxrp-container .adxrp-wrapper,
  html body #adxpp-stage .adxrp-container .adxrp-wrapper,
  html body #viscon-stage .adxrp-container .adxrp-wrapper,
  html body #adxrp-stage .adxpp-container .adxrp-wrapper,
  html body #adxpp-stage .adxpp-container .adxrp-wrapper,
  html body #viscon-stage .adxpp-container .adxrp-wrapper,
  html body #adxrp-stage .adxrp-container .adxpp-wrapper,
  html body #adxpp-stage .adxrp-container .adxpp-wrapper,
  html body #viscon-stage .adxrp-container .adxpp-wrapper,
  html body #adxrp-stage .adxpp-container .adxpp-wrapper,
  html body #adxpp-stage .adxpp-container .adxpp-wrapper,
  html body #viscon-stage .adxpp-container .adxpp-wrapper {
    width: 100%;
  }
}
html body #adxrp-stage .adxrp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #adxpp-stage .adxrp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #viscon-stage .adxrp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #adxrp-stage .adxpp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #adxpp-stage .adxpp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #viscon-stage .adxpp-container .adxrp-wrapper canvas#adxrp-canvas,
html body #adxrp-stage .adxrp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #adxpp-stage .adxrp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #viscon-stage .adxrp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #adxrp-stage .adxpp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #adxpp-stage .adxpp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #viscon-stage .adxpp-container .adxpp-wrapper canvas#adxrp-canvas,
html body #adxrp-stage .adxrp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #adxpp-stage .adxrp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #viscon-stage .adxrp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #adxrp-stage .adxpp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #adxpp-stage .adxpp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #viscon-stage .adxpp-container .adxrp-wrapper canvas#adxpp-canvas,
html body #adxrp-stage .adxrp-container .adxpp-wrapper canvas#adxpp-canvas,
html body #adxpp-stage .adxrp-container .adxpp-wrapper canvas#adxpp-canvas,
html body #viscon-stage .adxrp-container .adxpp-wrapper canvas#adxpp-canvas,
html body #adxrp-stage .adxpp-container .adxpp-wrapper canvas#adxpp-canvas,
html body #adxpp-stage .adxpp-container .adxpp-wrapper canvas#adxpp-canvas,
html body #viscon-stage .adxpp-container .adxpp-wrapper canvas#adxpp-canvas {
  width: 100px;
  height: 100px;
}
html body #adxrp-stage .vcmodal.no-header,
html body #adxpp-stage .vcmodal.no-header,
html body #viscon-stage .vcmodal.no-header {
  top: 0;
}
html body #adxrp-stage .structure-info.mobile-view.no-header,
html body #adxpp-stage .structure-info.mobile-view.no-header,
html body #viscon-stage .structure-info.mobile-view.no-header {
  top: 0;
}
html body #adxrp-stage .structure-info.mobile-view.no-header .structure-mobile-expand,
html body #adxpp-stage .structure-info.mobile-view.no-header .structure-mobile-expand,
html body #viscon-stage .structure-info.mobile-view.no-header .structure-mobile-expand {
  top: -2px;
}
html body #adxrp-stage .structure-info .structure-mobile,
html body #adxpp-stage .structure-info .structure-mobile,
html body #viscon-stage .structure-info .structure-mobile {
  position: relative;
}
html body #adxrp-stage .structure-info .structure-mobile button.structure-content-collapse,
html body #adxpp-stage .structure-info .structure-mobile button.structure-content-collapse,
html body #viscon-stage .structure-info .structure-mobile button.structure-content-collapse {
  padding: 0;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 0 0 10px 0;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-name,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-name,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-name {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-desc,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-desc,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-desc {
  font-size: 15px;
  margin: 0 0 9px 0px;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-name,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-desc,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-name,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-name,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-name,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-desc,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-desc,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-desc {
  display: none;
  width: 85%;
  border: 0;
  color: #000;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-name:focus,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-name:focus,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-name:focus,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-room-desc:focus,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-room-desc:focus,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-room-desc:focus,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-name:focus,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-name:focus,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-name:focus,
html body #adxrp-stage .structure-info .structure-mobile .structure-header input.change-project-desc:focus,
html body #adxpp-stage .structure-info .structure-mobile .structure-header input.change-project-desc:focus,
html body #viscon-stage .structure-info .structure-mobile .structure-header input.change-project-desc:focus {
  background: #fff;
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-cog,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-cog,
html body #viscon-stage .structure-info .structure-mobile .room-settings-cog,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-cog,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-cog,
html body #viscon-stage .structure-info .structure-mobile .project-settings-cog {
  cursor: pointer;
  position: absolute;
  top: 30px;
  max-width: 20px;
  right: 10px;
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-cog.hidden,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-cog.hidden,
html body #viscon-stage .structure-info .structure-mobile .room-settings-cog.hidden,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-cog.hidden,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-cog.hidden,
html body #viscon-stage .structure-info .structure-mobile .project-settings-cog.hidden {
  display: none;
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-control,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-control,
html body #viscon-stage .structure-info .structure-mobile .room-settings-control,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-control,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-control,
html body #viscon-stage .structure-info .structure-mobile .project-settings-control {
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  width: 100%;
  bottom: -11px;
  padding: 10px 0 20px;
  z-index: 0;
}
@supports (-webkit-overflow-scrolling: touch) {
  html body #adxrp-stage .structure-info .structure-mobile .room-settings-control,
  html body #adxpp-stage .structure-info .structure-mobile .room-settings-control,
  html body #viscon-stage .structure-info .structure-mobile .room-settings-control,
  html body #adxrp-stage .structure-info .structure-mobile .project-settings-control,
  html body #adxpp-stage .structure-info .structure-mobile .project-settings-control,
  html body #viscon-stage .structure-info .structure-mobile .project-settings-control {
    /* CSS specific to iOS devices */
    padding: 10px 0 40px;
  }
  html body #adxrp-stage .structure-info .structure-mobile .room-settings-control.safari_only,
  html body #adxpp-stage .structure-info .structure-mobile .room-settings-control.safari_only,
  html body #viscon-stage .structure-info .structure-mobile .room-settings-control.safari_only,
  html body #adxrp-stage .structure-info .structure-mobile .project-settings-control.safari_only,
  html body #adxpp-stage .structure-info .structure-mobile .project-settings-control.safari_only,
  html body #viscon-stage .structure-info .structure-mobile .project-settings-control.safari_only {
    padding-bottom: 90px;
  }
  html body #adxrp-stage .structure-info .structure-mobile .room-settings-control.safari_only_big,
  html body #adxpp-stage .structure-info .structure-mobile .room-settings-control.safari_only_big,
  html body #viscon-stage .structure-info .structure-mobile .room-settings-control.safari_only_big,
  html body #adxrp-stage .structure-info .structure-mobile .project-settings-control.safari_only_big,
  html body #adxpp-stage .structure-info .structure-mobile .project-settings-control.safari_only_big,
  html body #viscon-stage .structure-info .structure-mobile .project-settings-control.safari_only_big {
    padding-bottom: 130px;
  }
  html body #adxrp-stage .structure-info .structure-mobile .room-settings-control.toolbar-hidden,
  html body #adxpp-stage .structure-info .structure-mobile .room-settings-control.toolbar-hidden,
  html body #viscon-stage .structure-info .structure-mobile .room-settings-control.toolbar-hidden,
  html body #adxrp-stage .structure-info .structure-mobile .project-settings-control.toolbar-hidden,
  html body #adxpp-stage .structure-info .structure-mobile .project-settings-control.toolbar-hidden,
  html body #viscon-stage .structure-info .structure-mobile .project-settings-control.toolbar-hidden {
    padding-bottom: 10px;
  }
}
@media (max-width: 822px) {
  html body #adxrp-stage .structure-info .structure-mobile .room-settings-control,
  html body #adxpp-stage .structure-info .structure-mobile .room-settings-control,
  html body #viscon-stage .structure-info .structure-mobile .room-settings-control,
  html body #adxrp-stage .structure-info .structure-mobile .project-settings-control,
  html body #adxpp-stage .structure-info .structure-mobile .project-settings-control,
  html body #viscon-stage .structure-info .structure-mobile .project-settings-control {
    position: -webkit-sticky;
    position: sticky;
    bottom: -20px;
    z-index: 0;
  }
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-control button,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-control button,
html body #viscon-stage .structure-info .structure-mobile .room-settings-control button,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-control button,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-control button,
html body #viscon-stage .structure-info .structure-mobile .project-settings-control button {
  cursor: pointer;
  width: 100%;
  padding: 7px 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  border: 1px solid #5b86a3;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #5b86a3;
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-control button.disabled,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-control button.disabled,
html body #viscon-stage .structure-info .structure-mobile .room-settings-control button.disabled,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-control button.disabled,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-control button.disabled,
html body #viscon-stage .structure-info .structure-mobile .project-settings-control button.disabled {
  background: #aaa;
  border: 1px solid #aaa;
}
html body #adxrp-stage .structure-info .structure-mobile .room-settings-control button.settings-control-back,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-control button.settings-control-back,
html body #viscon-stage .structure-info .structure-mobile .room-settings-control button.settings-control-back,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-control button.settings-control-back,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-control button.settings-control-back,
html body #viscon-stage .structure-info .structure-mobile .project-settings-control button.settings-control-back,
html body #adxrp-stage .structure-info .structure-mobile .room-settings-control button.settings-control-quit,
html body #adxpp-stage .structure-info .structure-mobile .room-settings-control button.settings-control-quit,
html body #viscon-stage .structure-info .structure-mobile .room-settings-control button.settings-control-quit,
html body #adxrp-stage .structure-info .structure-mobile .project-settings-control button.settings-control-quit,
html body #adxpp-stage .structure-info .structure-mobile .project-settings-control button.settings-control-quit,
html body #viscon-stage .structure-info .structure-mobile .project-settings-control button.settings-control-quit {
  background: #fff;
  color: #5b86a3;
  margin: 0;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-content .status-indicator,
html body #adxpp-stage .structure-info .structure-mobile .structure-content .status-indicator,
html body #viscon-stage .structure-info .structure-mobile .structure-content .status-indicator {
  width: 7%;
  float: left;
  padding: 10px 0;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-content .status-indicator .status,
html body #adxpp-stage .structure-info .structure-mobile .structure-content .status-indicator .status,
html body #viscon-stage .structure-info .structure-mobile .structure-content .status-indicator .status {
  background: #b64343;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
html body #adxrp-stage .structure-info .structure-mobile .structure-content .status-indicator .status.active,
html body #adxpp-stage .structure-info .structure-mobile .structure-content .status-indicator .status.active,
html body #viscon-stage .structure-info .structure-mobile .structure-content .status-indicator .status.active {
  background: #76935a;
}
#viscon-stage.appmode #adxdigi-introduction {
  height: calc(100% - 40px);
}
#adxdigi-introduction {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #ffffff;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  display: none;
  padding: 20px;
  z-index: 1199;
}
#adxdigi-introduction .close {
  float: right;
  cursor: pointer;
  padding-right: 10px;
}
#adxdigi-introduction h3 {
  font-weight: bold;
  font-size: 18px;
}
#adxdigi-introduction #banner-wrapper .banner-container {
  max-width: 1200px;
  margin: auto;
}
#adxdigi-introduction #banner-wrapper .banner-container img {
  width: 100%;
  height: auto;
}
#adxdigi-introduction #video-wrapper .video-box {
  max-width: 600px;
  margin: 0 auto;
}
#adxdigi-introduction #video-wrapper .video-box .video-container {
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  background: white;
  position: relative;
}
#adxdigi-introduction #video-wrapper .video-box .video-container .aspect-ratio-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 800px;
}
#adxdigi-introduction #video-wrapper .video-box .video-container .aspect-ratio-box iframe {
  width: 100%;
  height: 100%;
}
#adxdigi-introduction #video-wrapper .video-box .video-container .aspect-ratio-box img {
  width: 100%;
  height: auto;
}
#adxdigi-introduction #intro-wrapper {
  display: block;
}
#adxdigi-introduction #intro-wrapper hr {
  color: black;
}
#adxdigi-introduction #tutorial-wrapper {
  display: block;
}
@supports (-webkit-overflow-scrolling: touch) {
  #adxdigi-introduction #tutorial-wrapper {
    /* CSS specific to iOS devices */
  }
  #adxdigi-introduction #tutorial-wrapper.safari_only {
    padding: 20px 0 80px 0;
  }
  #adxdigi-introduction #tutorial-wrapper.safari_only_big {
    padding: 20px 0 100px 0;
  }
  #adxdigi-introduction #tutorial-wrapper.toolbar-hidden {
    padding: 20px 0;
  }
}
#adxdigi-introduction #tutorial-wrapper .image-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
#adxdigi-introduction #tutorial-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
#adxdigi-introduction #banner-wrapper,
#adxdigi-introduction #video-wrapper,
#adxdigi-introduction #intro-wrapper,
#adxdigi-introduction #tutorial-wrapper {
  margin: 20px auto;
  max-width: 50%;
}
@media (max-width: 768px) {
  #adxdigi-introduction #banner-wrapper,
  #adxdigi-introduction #video-wrapper,
  #adxdigi-introduction #intro-wrapper,
  #adxdigi-introduction #tutorial-wrapper {
    max-width: 100%;
  }
}
.buttonwrap {
  display: block;
  text-align: center;
  padding: 20px 0 0;
}
.buttonwrap .button {
  border: 1px solid #5A86A1;
  display: inline-block;
  margin: auto;
  padding: 15px 25px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.adxdoverlay .adxdoverlay-text {
  padding: 5px 0;
}
.bold {
  font-weight: bold;
}
.whiteout-overlay,
.myardex-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 11121;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 2rem;
  text-align: center;
}
.whiteout-overlay.felogin-overlay,
.myardex-overlay.felogin-overlay {
  display: none;
}
.whiteout-overlay.felogin-overlay .loader,
.myardex-overlay.felogin-overlay .loader {
  opacity: 1;
}
.whiteout-overlay.felogin-overlay .loader-spinner,
.myardex-overlay.felogin-overlay .loader-spinner {
  opacity: 0;
}
.whiteout-overlay h1,
.myardex-overlay h1 {
  font-size: 25px;
}
.myardex-overlay {
  display: none;
}
#felogin-form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#felogin-form .felogin-input {
  margin: 5px;
  padding: 5px;
}
.myardex-username {
  padding: 0 20px;
  cursor: pointer;
}
.myardex-username .fa-user {
  padding: 0 5px 0 0;
}
@media (max-width: 495px) {
  .myardex-username {
    display: none;
  }
}
/* loader css from ep_mediabase */
.loader-wrapper {
  position: absolute;
  width: 100%;
  top: 360px;
  left: 0;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: start;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .loader-wrapper {
    top: 400px;
  }
}
@media screen and (max-width: 820px) {
  .loader-wrapper {
    top: 445px;
  }
}
@media screen and (max-width: 700px) {
  .loader-wrapper {
    top: 470px;
  }
}
@media screen and (max-width: 557px) {
  .loader-wrapper {
    top: 615px;
  }
}
@media screen and (max-width: 441px) {
  .loader-wrapper {
    top: 685px;
  }
}
.loader-wrapper {
  position: static;
}
.loader-wrapper .loader {
  opacity: 0;
}
.loader {
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
.loader-spinner {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #5b86a3;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.loader-logo {
  width: 70px;
  height: auto;
  position: absolute;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
*  Custom Dropdown
*/
.custom-dropdown-container {
  /* Size and position */
  position: relative;
  /* Enable absolute positioning for children and pseudo elements */
  width: 108px;
  height: 27px;
  padding: 6px 25%;
  margin: 0 auto;
  /* Styles */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #5b86a3 75%, #5b86a3 100%);
  color: #000;
  outline: none;
  cursor: pointer;
  /* Font settings */
  font-weight: bold;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.custom-dropdown-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #ffffff transparent;
}
.custom-dropdown-container.active {
  background: #9bc7de;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 75%, #5b86a3 75%, #5b86a3 100%);
}
.custom-dropdown-container.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.custom-dropdown-container.active:after {
  margin-top: -2px;
}
.custom-dropdown-container img {
  width: 15px;
  height: 15px;
  left: 6px;
  top: 6px;
  position: absolute;
}
.custom-dropdown-container span {
  width: 100%;
  float: left;
}
.custom-dropdown-container .dropdown {
  /* Size & position */
  position: absolute;
  top: 100%;
  left: 0;
  /* Size */
  right: 0;
  /* Size */
  /* Styles */
  background: #fff;
  font-weight: normal;
  /* Overwrites previous font-weight: bold; */
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  list-style: none;
  padding: 0;
}
.custom-dropdown-container .dropdown li:hover {
  background: #f3f8f8;
}
.custom-dropdown-container .dropdown li label {
  display: block;
  text-decoration: none;
  color: #9e9e9e;
  padding: 10px 20px;
}
.custom-dropdown-container .dropdown li input {
  display: none;
}
input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
}
input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  margin: 5px 0 5px;
}
input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #5b86a3;
}
input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
}
input[type="radio"]:checked + label {
  color: #000;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="radio"]:not(:checked) {
  background: #fff;
}
input[type="radio"]:not(:checked) + label:before {
  background: #b1b1b1;
}
input[type="radio"]:not(:checked) + label:hover:before {
  background: #ccc;
}
input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.video-container .sg-cookie-optin-iframe-consent button {
  margin-top: 56.25%;
}
