@charset "UTF-8";
* {
  font-family: Nunito;
}

.mainTitle {
  color: #252556;
  font-family: SciFly;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
}
.mainTitle.white {
  color: white;
}
.mainTitle a {
  color: white;
}

a {
  cursor: pointer;
}

.padding30 {
  padding: 30px;
}

.padding30h {
  padding: 30px 0;
}

.padding-0-left {
  padding-left: 0;
}

.margin0 {
  margin: 0;
}

p {
  font-family: Nunito;
}

.textCenter {
  text-align: center;
}

.logoLayers p.tutorial-link {
  margin-top: 5px;
  color: #FFF;
  font-size: 15px;
}
.logoLayers a:hover p.tutorial-link {
  color: #FFDA00;
}
.logoLayers .col-md-6 .row {
  margin-left: -30px !important;
}
.logoLayers .margin-l-15 {
  margin-left: -15px !important;
}
.logoLayers svg {
  color: #FFF;
}

i.white {
  color: #FFF;
}

.btn {
  font-size: 18px;
  padding: 10px 20px;
}

.btn.btn-default {
  border: 1px solid #979797;
  color: #4A4A4A;
  background-color: #fff;
  border-color: #979797;
}
.btn.btn-default:hover {
  border: 1px solid #979797;
  color: #fff;
  background-color: #4A4A4A;
  border-color: #979797;
}

.editPencil {
  background: rgba(255, 255, 255, 0.5);
  color: #252556;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 15px;
  display: table;
}
.editPencil i {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.editPencil:hover {
  text-decoration: none;
}

.btn.btn-primary {
  background-color: #8386E0;
  color: white;
  border-color: #8386E0;
}

.fileLabel {
  color: #8989FF;
  font-family: Nunito;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  border: 1px solid #979797;
  border-radius: 4px;
  transform: none;
  text-transform: none;
  padding: 5px 15px;
}

#loadingScreen {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99999999999;
  display: none;
}
#loadingScreen.active {
  display: block;
}
#loadingScreen #loading {
  width: 200px;
  height: 100%;
  margin: 0 auto;
}
#loadingScreen #loading div {
  top: -100px !important;
  overflow: visible !important;
  position: relative !important;
}

.form-horizontal .checkbox {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.form-horizontal .checkbox input {
  margin: 0;
  position: relative;
}

input,
select,
textarea {
  max-width: none;
}

#imagePreview {
  width: auto;
  max-width: 60%;
  height: auto;
  max-height: 400px;
}

#imagePreviewLogo {
  height: 130px;
  border-radius: 5px;
  width: 300px;
  border: 1px solid #252556;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.imagePreview {
  height: 130px;
  border-radius: 5px;
  width: 300px;
  border: 1px solid #252556;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-rounded:hover {
  opacity: 0.8;
}

#preview .previewImage {
  display: inline-block;
  position: relative;
  margin: auto;
  text-align: center;
  height: auto;
  width: auto;
}
#preview img:hover {
  opacity: 0.5;
}
#preview img:hover:before {
  content: "";
}
#preview .previewImage p {
  display: none;
  position: absolute;
  top: 70%;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  height: 100px;
}
#preview .previewImage:hover p {
  display: inline-block;
}

.stylish-input-group {
  margin: 25px 0;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}

.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}

.stylish-input-group button {
  border: 0;
  background: transparent;
}

.noSearchResult {
  display: none;
}

.featuredIcon {
  color: #FFDA00;
}
.featuredIcon.tilesIcon {
  position: absolute;
  left: 25px;
  height: 30px;
  display: table;
}
.featuredIcon:hover {
  text-decoration: none;
}
.featuredIcon:hover .fa-star {
  text-decoration: none;
  font-weight: 900;
}
.featuredIcon.featured .fa-star {
  font-weight: 900;
}
.featuredIcon.featured:hover .fa-star {
  font-weight: 400;
}
.featuredIcon .fa-star {
  display: table-cell;
  vertical-align: middle;
}

.gmnoprint img {
  max-width: none;
}

body {
  background: #E8E9F1;
}

.intro {
  line-height: 32px;
  font-size: 24px;
}

.adminContainer {
  background: #252556;
  padding: 0;
}

.lightContainer {
  background: white;
}

.oval {
  height: 16px;
  width: 16px;
  border-radius: 100%;
}
.oval.notPublished {
  background-color: #C4001B;
}
.oval.published {
  background-color: #9DD92A;
}

footer {
  text-align: center;
  padding: 30px;
}
footer p {
  margin: 0 auto;
  line-height: 25px;
  max-width: 350px;
  padding: 16px;
  text-align: center;
  color: #9B9B9B;
  text-align: center;
  letter-spacing: 0.06px;
}
footer a {
  text-decoration: underline;
}

.titlePage {
  background: #252556;
  margin-bottom: 0;
  padding: 30px;
}

.navbar-fixed-top .navbar-header .navbar-brand img {
  margin-top: -10px;
}

.body-content {
  margin-top: 30px;
}
@media screen and (min-width: 960px) {
  .body-content {
    margin-top: 80px;
  }
}

header.loggedInMenu {
  background-color: transparent;
}
header.loggedInMenu .container {
  height: 70px;
  background-color: white;
}

.layerPortalMenu .mainMenuItems li a {
  font-weight: 300;
  color: #8989FF;
  font-family: Nunito;
  font-size: 24px;
  line-height: 32px;
  margin: 5px;
}

.caps {
  text-transform: uppercase;
}

.addButton {
  margin-bottom: 20px;
  background: #8989FF;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  color: white;
  font-size: 32px;
  cursor: pointer;
  display: table;
}
.addButton i {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.add_Answer {
  background-color: #8989FF;
  border-radius: 5px;
  color: #FFF;
  padding: 5px 15px;
  font-size: 12px;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  width: 35px;
  margin: 0 auto;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  .checkmark::after {
      content: "";
      position: absolute;
      display: none;
      top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }*/
}
.custom-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  visibility: hidden;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #545454;
  border-radius: 50%;
}
.custom-checkbox .checkmark:hover,
.custom-checkbox input:hover {
  border-color: #8989FF;
}
.custom-checkbox input:checked ~ .checkmark {
  border: 7px solid #8989FF;
}
.custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}

.layerSettings {
  color: white;
  font-size: 18px;
}
.layerSettings i {
  margin-right: 10px;
}
.layerSettings:hover {
  text-decoration: none;
  color: white;
}

.form-control {
  border-color: #A6A8BF;
}

.spacetimeModal form {
  margin: 0;
}
.spacetimeModal .modal-body {
  padding: 0;
}
.spacetimeModal .modal-content {
  overflow: hidden;
  border: none;
}
.spacetimeModal .modal-content .modal-header {
  padding-left: 30px;
  padding-right: 30px;
  background: #252556;
}
.spacetimeModal .modal-content .modal-header button.close {
  color: white;
  font-size: 34px;
}
.spacetimeModal .modal-content h3.modal-title {
  color: white;
  font-family: Nunito;
  font-size: 24px;
}
.spacetimeModal .modal-content input,
.spacetimeModal .modal-content textarea {
  max-width: none;
}
.spacetimeModal .bottomModalButtons {
  text-align: right;
}

#pageChoiceModal .modal-header,
#sceneInventory .modal-header {
  background: #8386E0;
}
#pageChoiceModal .modal-header p,
#sceneInventory .modal-header p {
  color: white;
  margin-bottom: 0;
}
#pageChoiceModal .pageButton,
#sceneInventory .pageButton {
  padding: 30px;
  background: #F4F3F8;
  display: block;
  margin: 10px 0;
  color: #252556;
  font-size: 18px;
  font-weight: bold;
}
#pageChoiceModal .pageButton i,
#sceneInventory .pageButton i {
  margin-right: 15px;
  font-size: 22px;
}
#pageChoiceModal .pageButton:hover,
#sceneInventory .pageButton:hover {
  color: #252556;
  text-decoration: none;
}

.layerItem {
  padding: 0;
  border: 1px solid #E5E5F3;
  margin-bottom: 30px;
}
.layerItem .layerImage {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.layerItem .layerImage.logo {
  background-size: 80%;
}
.layerItem .layerInfoBox {
  background: #A6A8BF;
  padding: 15px;
}
.layerItem .layerInfoBox p {
  margin: 0;
  color: white;
}
.layerItem .layerInfoBox p.layerTitle {
  font-size: 18px;
}
.layerItem .layerInfoBox.published {
  background: #6060DD;
}

.createLayer {
  height: 200px;
  text-align: center;
  background: #E2E4E6;
  color: #838C91;
  display: table;
  width: 100%;
}
.createLayer p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.logoLayers {
  display: table;
}
.logoLayers img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
}

#poiMainContent {
  background: white;
  padding: 15px 30px 400px 30px;
}

.poiAccordion {
  display: inline-block;
  background-color: #F4F3F8;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 15px;
}
.poiAccordion .poiBox {
  display: inline-block;
  font-size: 14px;
}
.poiAccordion .poiBox p {
  margin: 0;
}
.poiAccordion .poiBox .poiName {
  color: #4A4A4A;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.poiAccordion:hover .poiBox .poiHover {
  display: inline;
}

.poiInfo,
.popupMap {
  color: #9B9B9B;
  font-family: Nunito;
}
.poiInfo p,
.popupMap p {
  display: inline;
}
.poiInfo a,
.popupMap a {
  color: #C4001B;
}
.poiInfo a.poiEdit,
.popupMap a.poiEdit {
  color: #8989FF;
}
.poiInfo a.poiOpen,
.popupMap a.poiOpen {
  color: #9DD92A;
}
.poiInfo a:hover,
.popupMap a:hover {
  text-decoration: underline;
}
.poiInfo .poiHover,
.popupMap .poiHover {
  display: none;
}

.poiPanel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.poiPanel .poiContainer {
  padding: 15px 30px;
}
.poiPanel .poiContainer .addButton {
  margin-top: 20px;
  width: 35px;
  height: 35px;
  font-size: 20px;
}

.poiAccordion:after {
  content: "";
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #979797;
  float: right;
  margin-left: 5px;
}

.poiActive:after {
  content: "";
  /* Unicode character for "minus" sign (-) */
}

.poiAccordion:before {
  content: "";
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #898989;
  float: left;
  margin-right: 10px;
}

.poiAccordion.lightFontAwesome:before {
  font-weight: 100;
}

.poiAccordion.message:before {
  content: "";
  font-size: 26px;
  color: #8989FF;
}
.poiAccordion.message-icon:before {
  content: "";
  font-size: 26px;
  color: #8989FF;
}

.poiAccordion.message:after {
  content: "";
}
.poiAccordion.message-icon:after {
  content: "";
}

.poiPublished:before {
  color: #9DD92A;
}

.templateBox {
  padding: 15px 0;
  background: white;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}
.templateBox p {
  display: inline;
}
.templateBox:hover .poiHover {
  display: inline;
}
.templateBox .templateName {
  color: #4A4A4A;
  font-family: Nunito;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.templateBox i {
  font-size: 20px;
  margin-right: 15px;
}
.templateBox .inventory--positive {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 22px;
  background-color: #d4eed9;
  color: #00ab00;
}
.templateBox .inventory--positive span i {
  color: #00ab00;
}
.templateBox .inventory--negative {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 22px;
  background-color: #eed4d4;
  color: #c90000;
}
.templateBox .inventory--negative span i {
  color: #c90000;
}

.btn-game,
.btn-game:hover {
  background-color: #97C839;
  border-radius: 20px;
  border: none;
}

.btn-qr,
.btn-qr:hover {
  background-color: #252556;
  padding: 5px 10px;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .modal-dialog {
    width: 900px;
  }
}
.layerSetting {
  color: #FFF;
}
.layerSetting .help-text {
  color: #252556;
}

.help-text-block .question:hover {
  cursor: pointer;
}
.help-text-block .help-text {
  background-color: #f8f8f8;
  padding: 25px;
  position: absolute;
  width: 250px;
  left: -15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  z-index: 1;
  color: #252556;
}
.help-text-block .help-text i {
  font-weight: 100;
  font-size: 16px;
}
.help-text-block .help-text .question {
  position: absolute;
  top: 5px;
  right: 10px;
}

#mapSection {
  width: 100%;
  min-height: 600px;
  margin: 0;
}

#MapOptions .btn-map {
  border: none;
  background-color: #979797;
  padding: 5px 10px;
}
#MapOptions .btn-map:hover {
  border: none;
  background-color: #979797;
}
#MapOptions .btn-map:focus {
  border: none;
  background-color: #979797;
  color: #FFF;
}
#MapOptions .btn-map:active {
  border: none;
  background-color: #979797;
  color: #FFF;
}

.deleteQuiz {
  color: #C4001B;
  font-size: 20px;
}

.image50 {
  width: 50px;
}

.table > thead > tr > th {
  border-bottom: none;
}

table {
  border-collapse: collapse;
}

table#selectedAnswers.dataTable {
  border-collapse: collapse;
}

table.dataTable.no-footer {
  border: none;
}

#gameSession td,
#quizTable td,
#usersTable td {
  background: #F4F3F8;
  padding: 10px !important;
  vertical-align: middle;
  font-weight: bold;
  border: none !important;
  padding-left: 30px !important;
  margin: 0;
}
#gameSession .dice-icon,
#quizTable .dice-icon,
#usersTable .dice-icon {
  color: white !important;
  background: #97C839;
  padding: 8px !important;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 5px;
}

#quizTable {
  background: #fff;
  border-collapse: separate;
  border-spacing: 0 8px;
}
#quizTable tbody {
  background: #fff;
}
#quizTable tr {
  background: #fff;
  padding: 5px !important;
}
#quizTable td {
  background: #fff;
}
#quizTable tr.odd td,
#quizTable tr.even td {
  background: #F4F3F8;
}

#quizInnerTable {
  width: 100%;
  background: #ffffff;
}
#quizInnerTable td,
#quizInnerTable th {
  border: none !important;
  padding: 8px !important;
}
#quizInnerTable td {
  font-weight: 400;
  color: #4a4a4a;
}
#quizInnerTable tr {
  border-bottom: 1px solid #DDDDDD;
}

#gameSession td[colspan="4"],
#usersTable td[colspan="4"] {
  background: #fff;
  padding: 0 !important;
}

#gameSession,
#usersTable {
  border-spacing: 0px 5px;
}
#gameSession thead,
#usersTable thead {
  border-bottom: none;
}
#gameSession thead tr th,
#usersTable thead tr th {
  font-size: 16px;
}
#gameSession tbody tr td,
#usersTable tbody tr td {
  font-size: 16px;
}
#gameSession tbody tr td .row .col-md-12 p.center,
#usersTable tbody tr td .row .col-md-12 p.center {
  margin-bottom: 0 !important;
}

#selectedAnswers {
  /*margin-top: 7.5px;*/
}

#selectedAnswers tr td,
#selectedAnswers {
  background: #ffffff;
  /*padding-left: 10%;*/
}
#selectedAnswers tr td thead tr td,
#selectedAnswers thead tr td {
  font-size: 14px;
}
#selectedAnswers tr td tbody tr,
#selectedAnswers tbody tr {
  border-bottom: 1px solid #DDDDDD;
}
#selectedAnswers tr td tbody tr:hover td,
#selectedAnswers tbody tr:hover td {
  background-color: #ffffd4 !important;
}
#selectedAnswers tr td tbody tr:last-child,
#selectedAnswers tbody tr:last-child {
  border-bottom: none;
}
#selectedAnswers tr td tbody td,
#selectedAnswers tbody td {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

#selectedAnswers thead tr {
  border-bottom: 1px solid #DDDDDD;
  border-collapse: collapse !important;
}

#selectedAnswers tbody td {
  border-bottom: 1px solid #ccc;
}

@keyframes highlight {
  0% {
    background: #8989FF;
  }
  100% {
    background: none;
  }
}
.highlightLeaderBoard td {
  animation: highlight 1s;
}

#selectedlanguage {
  width: 150px;
}

#selectlanguage ul.list-group li.list-group-item:hover {
  background-color: #ccc;
}

#languageSelector {
  position: absolute;
  z-index: 9;
  width: 150px;
}

#selectedlanguage:hover {
  cursor: pointer;
}
#selectedlanguage .translateSelected li.list-group-item.lang-added {
  border-color: #999;
  margin-bottom: 5px;
}

.form-group.seperate-box {
  background-color: #f4f3f8;
  padding: 18px;
}
.form-group.seperate-box:hover {
  cursor: pointer;
}

.translateItem .form-group .handler.pull-right {
  cursor: pointer;
}
.translateItem .form-group .handler.pull-right:hover {
  cursor: pointer;
}
.translateItem .form-group a {
  color: #C4001B;
}
.translateItem .form-group a.setDefaulLang {
  color: #CCC;
}
.translateItem .form-group a.setDefaulLang:hover {
  color: #FFDA00;
}

.btn-danger {
  border: none;
  margin-right: 30px;
}
.btn-danger:hover {
  background: #ac2925;
}

#usersTable tr.NotPublished td {
  background: #fff;
}

tr.layerInfoBox:hover {
  cursor: pointer;
}

#imagePreviewLogo.smallPreview {
  width: 200px;
  height: 86px;
}

p.no-margin {
  margin: 0;
}

.btn-primary.accept {
  background-color: #9DD92A;
  border-color: #9DD92A;
}
.btn-primary.accept:hover {
  border-color: #9DD92A;
}

.btn-deny {
  background-color: #C4001B;
  border-color: #C4001B;
}
.btn-deny:hover {
  background-color: #C4001B;
  border-color: #C4001B;
}

.poiAccordion.approvedPoi {
  background-color: rgba(157, 217, 42, 0.7);
}
.poiAccordion.approvedPoi:after {
  content: "";
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}

.poiAccordion.deniedPoi {
  background-color: rgba(196, 0, 27, 0.7);
}
.poiAccordion.deniedPoi:after {
  content: "";
  font-size: 30px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #ffffff;
  float: right;
  margin-left: 5px;
}
.poiAccordion.deniedPoi .poiName {
  color: #fff;
}
.poiAccordion.deniedPoi .poiInfo {
  opacity: 0.7;
  color: #fff;
}
.poiAccordion.deniedPoi .poiDelete {
  display: none;
}

.alert a.noAStyle {
  color: #000;
}
.alert a.noAStyle:hover {
  color: #000;
}

.bootstrap-tagsinput .label-info {
  background-color: #8386E0;
}

.bootstrap-tagsinput {
  width: 100%;
  line-height: 2em;
}

#loadingSmall {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  margin-top: -35px;
  margin-left: -20px;
}

#smallLoading {
  display: none;
}
#smallLoading.active {
  display: inline-block;
  position: absolute;
  margin-top: 10px;
}
#smallLoading p {
  margin-left: 60px;
}

.poiInfo {
  margin-top: 5px;
}

.poiAccordion .poiBox p.arPoi {
  background-color: #1a1a3b;
  padding: 2px 5px;
  margin-right: 5px;
  margin-top: 5px;
  color: #ffffff;
}

.arScene h4 {
  font-family: Nunito !important;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.arScene p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #202020;
}
.arScene img {
  margin-top: 20px;
}
.arScene .scene {
  border-left: 3px solid #eae7f2;
}

.arContent span {
  color: #5252ff;
}
.arContent p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  color: #202020;
  margin-bottom: 10px;
}

a.outlineButton {
  transition: opacity 0.3s ease;
  border-radius: 5.6px;
  box-shadow: 0 1px 18px 0 rgba(22, 22, 36, 0.17);
  background-color: #ffffff;
  padding: 10px 16px;
  margin: 30px 0;
  display: inline-block;
  opacity: 0;
}
a.outlineButton:hover {
  color: #5252ff;
  text-decoration: none;
}
a.outlineButton p {
  display: inline;
  margin: 10px 10px;
  color: #5252ff;
}
a.outlineButton i, a.outlineButton .fas, a.outlineButton svg {
  font-size: 18px;
  color: #5252ff;
}

.arScene .scene:hover {
  border-left: 3px solid #5252ff;
}
.arScene .scene:hover a.outlineButton {
  opacity: 1;
}

#arSceneEmpty.arScene a.outlineButton {
  opacity: 1;
}

.nextSceneDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nextSceneDiv .nextSceneLine {
  border: dashed 2px #eeedf3;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  z-index: 1;
}
.nextSceneDiv a.nextSceneButton {
  margin: auto 0;
  z-index: 2;
  background-color: #5252ff;
  display: inline-block;
  border-radius: 20px;
  padding: 8px 16px;
  margin: 10px 0;
}
.nextSceneDiv a.nextSceneButton:hover {
  color: #ffffff;
  text-decoration: none;
}
.nextSceneDiv a.nextSceneButton p {
  display: inline;
  color: #ffffff;
}
.nextSceneDiv a.nextSceneButton i, .nextSceneDiv a.nextSceneButton .fas, .nextSceneDiv a.nextSceneButton svg {
  font-size: 18px;
  color: #ffffff;
  margin: 0 3px;
}

.arContainer h4 {
  color: #202020;
  font-size: 22px;
  font-family: Nunito !important;
  margin-bottom: 10px;
}
.arContainer .arPickerSlider {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.arContainer .arPickerSlider .arSlide {
  display: inline-block;
  border: 3px solid #eae7f2;
  padding: 2px;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
.arContainer .arPickerSlider .arSlide.selected {
  border-color: #5252ff;
  border-width: 5px;
  padding: 0;
}
.arContainer .arPickerSlider .arSlide img {
  max-height: 150px;
}
.arContainer .arPickerSlider .arSlide .arSlideDescription {
  margin: 10px;
}

.arTemplateBox i {
  margin-left: 5px;
  color: #5252ff;
}

#monoWarning {
  margin: 16px 16px 0 16px;
}

#arElementSelect {
  margin-bottom: 10px;
}
#arElementSelect p {
  display: inline-block;
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider .round {
  border-radius: 30px;
}
.switch .slider .round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #5252ff;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #5252ff;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.pRow {
  display: flex;
  align-items: center;
  justify-content: left;
}
.pRow p {
  display: inline-block;
  margin: 0 5px 0 0;
}
.pRow label.switch {
  margin-bottom: 3px;
}

h5.modalSceneTitle {
  font-family: Nunito;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
h5.modalSceneTitle.smaller {
  font-size: 20px;
}

.modalSceneHeader {
  background-color: #8386e1;
  padding: 20px 10px;
}

.sceneTransition p {
  margin-bottom: 15px;
}

.triggerButtonWrap {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-radius: 3px;
}
.triggerButtonWrap .triggerButton {
  background-color: #eae7f2;
  display: flex;
  align-items: center;
  width: 85%;
  position: absolute;
  color: white;
  height: 40px;
}
.triggerButtonWrap .triggerButton p {
  margin: 0 5px 0 16px;
  color: #5252ff;
  font-size: 16px;
}
.triggerButtonWrap .triggerButton a i, .triggerButtonWrap .triggerButton a svg {
  position: absolute;
  right: 10px;
  top: 12px;
  color: #b6b2c0;
}
.triggerButtonWrap .triggerButton a i:hover, .triggerButtonWrap .triggerButton a svg:hover {
  color: #C4001B;
}
.triggerButtonWrap .triggerButton a:hover {
  color: #C4001B;
}
.triggerButtonWrap .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #eae7f2;
  display: inline-block;
  left: 85%;
  position: absolute;
}
.triggerButtonWrap.triggerRight .triggerButton {
  height: 25px;
  background-color: #9DD92A;
}
.triggerButtonWrap.triggerRight .triggerButton p {
  font-size: 14px;
  color: white;
}
.triggerButtonWrap.triggerRight .arrow {
  border-width: 13px 0 13px 14px;
  border-color: transparent transparent transparent #9DD92A;
}
.triggerButtonWrap.triggerWrong .triggerButton {
  height: 25px;
  background-color: #C4001B;
  opacity: 0.7;
}
.triggerButtonWrap.triggerWrong .triggerButton p {
  font-size: 14px;
  color: white;
}
.triggerButtonWrap.triggerWrong .arrow {
  border-width: 13px 0 13px 14px;
  border-color: transparent transparent transparent #C4001B;
  opacity: 0.7;
}

.trigger {
  margin-top: 15px;
}
.trigger a {
  text-decoration: none;
}
.trigger a p.triggerDestination {
  color: #bcb9cb;
}
.trigger a p.triggerDestination:hover {
  color: #5252ff;
}
.trigger a p.triggerDestination:hover:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.trigger a p.triggerDestination.rightWrongDestination {
  margin: 0 0 15px 0;
  height: 25px;
}
.trigger p.triggerDestination {
  color: #bcb9cb;
}
.trigger p.triggerDestination:hover {
  color: #f0c531;
}
.trigger p.triggerDestination:hover:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  font-weight: 900;
}
.trigger p.triggerDestination.rightWrongDestination {
  margin: 0 0 15px 0;
  height: 25px;
}

.smallSceneName {
  margin: 0;
  font-size: 12px;
}

.sceneForm .modal-body {
  background-color: #f4f3f8;
}
.sceneForm .modal-body label {
  text-transform: none;
  margin-bottom: 25px;
  font-family: Nunito;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: normal;
}
.sceneForm .modal-footer .btn {
  margin-top: 0;
}

#existingScenesDropDown select.form-control {
  width: auto;
}

#sceneNameModal {
  text-transform: uppercase;
}

#sceneModal .modal-footer .btn {
  margin-top: 0;
}

.sameObjectSpan {
  color: #5252ff;
  margin-left: -18px;
  font-size: 12px;
}

.arLibrary .modal-header {
  background-color: #8386e1;
}
.arLibrary .modal-header h5.modal-title {
  font-family: Nunito;
  font-size: 26px;
  color: #ffffff;
  font-weight: 500;
}
.arLibrary .modal-body label {
  font-family: Nunito;
  font-weight: normal;
  text-transform: none;
  font-size: 18px;
  color: #202020;
}
.arLibrary .modal-body label.uploadButton {
  background-color: #5252ff;
  border-radius: 5px;
  padding: 10px 24px;
  margin: 10px 0;
}
.arLibrary .modal-body label.uploadButton i, .arLibrary .modal-body label.uploadButton p, .arLibrary .modal-body label.uploadButton svg {
  display: inline-block;
  color: #ffffff;
}
.arLibrary .modal-body label.uploadButton p {
  margin-left: 7px;
  margin-bottom: 0;
}
.arLibrary .modal-body span.required {
  color: #df3e24;
  font-size: 12px;
}
.arLibrary .modal-body input {
  border-radius: 5px;
  height: 49px;
  border: solid 2px #eeedf3;
}
.arLibrary .modal-body .iosInput, .arLibrary .modal-body .androidInput, .arLibrary .modal-body .textureInput {
  padding: 12px 10px 12px 16px;
  border-radius: 5px;
  background-color: #f4f3f8;
}
.arLibrary .modal-body .iosInput p, .arLibrary .modal-body .androidInput p, .arLibrary .modal-body .textureInput p {
  width: 85%;
  overflow-x: hidden;
}
.arLibrary .modal-body .iosInput p, .arLibrary .modal-body .iosInput i, .arLibrary .modal-body .iosInput svg, .arLibrary .modal-body .androidInput p, .arLibrary .modal-body .androidInput i, .arLibrary .modal-body .androidInput svg, .arLibrary .modal-body .textureInput p, .arLibrary .modal-body .textureInput i, .arLibrary .modal-body .textureInput svg {
  display: inline-block;
}
.arLibrary .modal-body .iosInput i, .arLibrary .modal-body .iosInput svg, .arLibrary .modal-body .androidInput i, .arLibrary .modal-body .androidInput svg, .arLibrary .modal-body .textureInput i, .arLibrary .modal-body .textureInput svg {
  float: right;
  margin-top: 5px;
  color: #9d9ab0;
}
.arLibrary .modal-body .iosInput i:hover, .arLibrary .modal-body .iosInput svg:hover, .arLibrary .modal-body .androidInput i:hover, .arLibrary .modal-body .androidInput svg:hover, .arLibrary .modal-body .textureInput i:hover, .arLibrary .modal-body .textureInput svg:hover {
  cursor: pointer;
}
.arLibrary .modal-body .textureInput {
  background: #fff;
}
.arLibrary .modal-body #scnSection {
  margin: 15px -15px;
  padding: 10px 15px;
  background-color: #f4f3f8;
}
.arLibrary .modal-body #scnSection #animations .animationRow {
  margin-top: 5px;
}
.arLibrary .modal-body #scnSection #animations p, .arLibrary .modal-body #scnSection #animations input {
  display: inline-block;
  width: auto;
}
.arLibrary .modal-body #scnSection #animations p {
  font-weight: 800;
  margin-right: 5px;
  width: 20px;
}
.arLibrary .modal-body #scnSection #animations i, .arLibrary .modal-body #scnSection #animations svg {
  margin-bottom: 3px;
  margin-left: 5px;
  color: #9d9ab0;
}
.arLibrary .modal-body #scnSection #animations i:hover, .arLibrary .modal-body #scnSection #animations svg:hover {
  cursor: pointer;
}
.arLibrary .modal-body #scnSection #animations p.fileName {
  font-size: 10px;
  color: #9d9ab0;
  margin-left: 10px;
  width: auto;
}

.potentialStartScene p, .potentialStartScene a {
  margin-bottom: 0;
  color: #6060DD;
  font-size: 16px;
  margin-top: 2px;
}

.startingScene {
  color: #C4001B;
}

.top5 {
  margin-top: 5px;
}

.top7 {
  margin-top: 7px;
}

.top10 {
  margin-top: 10px;
}

.top15 {
  margin-top: 15px;
}

.top17 {
  margin-top: 17px;
}

.top30 {
  margin-top: 30px;
}

.top50 {
  margin-top: 50px;
}

#createArCoinsTransactionTemplateForm input,
#editArCoinsTransactionTemplateForm input {
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 2px #eeedf3;
}

input.transaction--input {
  padding: 15px 20px;
  border-radius: 5px;
  border: solid 2px #eeedf3;
}

/*# sourceMappingURL=LayersStyleSheet.css.map */
