.ui-grid {
  display: grid;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ui-grid-sidebar {
  display: grid;
  position: relative;
  grid-template-columns: 300px 10fr;
  grid-template-rows: auto 100%;
  height: calc(100vh - 42px);
  grid-template-areas: "header header" "sidebar main";
}

.ui-grid-sidebar.left {
  grid-template-columns: 300px 10fr;
  grid-template-areas: "sidebar header" "sidebar main";
}

.ui-grid-sidebar.left.closed {
  grid-template-columns: 50px auto;
}

.ui-grid-sidebar.right {
  grid-template-columns: 10fr 300px;
  grid-template-areas: "header sidebar" "main sidebar";
}

.ui-grid-sidebar.right.closed {
  grid-template-columns: auto 45px;
}

.panoramas-grid {
  display: grid;
  grid-template-columns: 220px 10fr;
  grid-template-rows: auto 100%;
  justify-items: stretch;
  grid-template-areas: "header navbar" "main main";
}

.ui-item {
  background-color: #F3F3F3;
}

.ui-header {
  grid-area: header;
  display: inline-block;
  padding: 0.5em;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  background-color: #F3F3F3;
}

.ui-sidebar {
  position: fixed;
  height: 100vh;
  grid-area: sidebar;
  padding: 0.5em;
  background-color: #2E2E2E;
}

.ui-navbar {
  grid-area: navbar;
  display: flex;
  padding: 0.5em;
  justify-self: stretch;
}

.panoramas-grid .ui-header {
  border-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #8B8B8B;
}

.ui-main {
  grid-area: main;
  padding: 0.5em;
  margin-left: 40px;
  margin-right: 40px;
}

.panoramas-grid .ui-main {
  grid-area: main;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.col {
  padding: 0.5em;
}

.col-full-width {
  grid-column-start: 1;
  grid-column: full;
}

.columns-1 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

.columns-2 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(2, 1fr);
}

.columns-3 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(3, 1fr);
}

.columns-4 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(4, 1fr);
}

.columns-5 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(5, 1fr);
}

.columns-6 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(6, 1fr);
}

.columns-7 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(7, 1fr);
}

.columns-8 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(8, 1fr);
}

.columns-9 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(9, 1fr);
}

.columns-10 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(10, 1fr);
}

.columns-11 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(11, 1fr);
}

.columns-12 {
  display: grid;
  grid-auto-columns: auto;
  grid-row-gap: 1em;
  grid-column-gap: 1em;
  grid-template-columns: repeat(12, 1fr);
}

body {
  font-family: titillium-web, sans-serif;
}

.apps-overview {
  margin-left: 20px;
  padding-top: 30px;
}

.apps-overview .app-search {
  margin-bottom: 20px;
}

.apps-overview .app-tile {
  margin: 10px 10px 10px 0px;
}

.apps-overview a.app-tile-link:link,
.apps-overview a.app-tile-link:visited {
  display: inline-block;
  text-align: center;
  width: calc(33% );
  width: -webkit-calc(33% );
  width: -moz-calc(33% );
  padding: 15px;
  background-color: #efefef;
  color: #393939;
  margin-bottom: 5px;
}

.apps-overview a.app-tile-link:hover {
  color: #fff;
  background: #31201C;
  text-decoration: none;
}

.app-container {
  margin-top: 30px;
  margin-left: 15px;
}

a:link, a:visited {
  color: #48a9c5;
}

.text-xs {
  font-size: 0.6em;
}

.text-s {
  font-size: 0.8em;
}

.text-m {
  font-size: 1.2em;
}

.text-l {
  font-size: 1.4em;
}

.text-xl {
  font-size: 1.6em;
}

.inline {
  display: inline-block;
}

.justify-start {
  justify-self: start;
}

.justify-center {
  justify-self: center;
}

.justify-end {
  justify-self: end;
}

.rotate-90 {
  transform: rotate(90deg);
}

.form-container h2,
.simulation-container h2,
.app-container h2 {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  color: #393939;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

a.email:link,
a.email:visited {
  font-weight: 700;
  color: #48a9c5;
  text-decoration: none;
}

a.email:hover {
  color: #daaa00;
}

footer {
  background-color: #393939;
  margin: 30px 0px 0px 0px;
  width: 100%;
  padding: 20px 0px;
  font-size: 0.9em;
  color: #878787;
}

footer h2 {
  color: #ddcba4;
  font-size: 1.2em;
}

footer .social-links a:link,
footer .social-links a:visited {
  color: #ddcba4;
}

footer .social-links a:hover {
  color: #48a9c5;
  text-decoration: none;
}

/* genereal size thingies */
.half-width {
  width: 50%;
}

.full-width {
  display: block;
  width: 100%;
}

.width-20p {
  display: inline-block;
  width: 20%;
  padding: 0px 15px;
}

.display-inline {
  display: inline;
}

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

.display-block {
  display: block;
}

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

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.margin-0 {
  margin: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.width-0p {
  width: 0% !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.margin-10 {
  margin: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.width-10p {
  width: 10% !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.margin-20 {
  margin: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.width-20p {
  width: 20% !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.margin-30 {
  margin: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.width-30p {
  width: 30% !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.margin-40 {
  margin: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.width-40p {
  width: 40% !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.margin-50 {
  margin: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.width-50p {
  width: 50% !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.margin-60 {
  margin: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.width-60p {
  width: 60% !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-bottom-70 {
  padding-bottom: 70px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.margin-70 {
  margin: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-left-70 {
  margin-left: 70px !important;
}

.margin-right-70 {
  margin-right: 70px !important;
}

.width-70p {
  width: 70% !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.margin-80 {
  margin: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.width-80p {
  width: 80% !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-bottom-90 {
  padding-bottom: 90px !important;
}

.padding-top-90 {
  padding-top: 90px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.margin-90 {
  margin: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-left-90 {
  margin-left: 90px !important;
}

.margin-right-90 {
  margin-right: 90px !important;
}

.width-90p {
  width: 90% !important;
}

.padding-100 {
  padding: 100px !important;
}

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

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.margin-100 {
  margin: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.width-100p {
  width: 100% !important;
}

.hidden {
  display: none;
}

.question-marker {
  font-size: 11px;
  color: #878787;
}

.ie-warning {
  display: none;
  position: absolute;
  top: 40%;
  padding: 20px;
  background-color: #b33d26;
  color: #fff;
  font-size: 1.3em;
  font-weight: 300;
}

.ie-warning a:link,
.ie-warning a:visited {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
}

.preloader {
  display: block;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}

.preloader img {
  margin-left: auto;
  margin-right: auto;
}

.dot-s {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-m {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.dot-l {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.caps {
  text-transform: uppercase;
}

.comma-before::before {
  content: ", ";
}

.comma-before:first-of-type::before {
  content: " ";
}

/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header .app-name {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1em;
    margin: 10px 0px 10px 15px;
    padding: 15px 20px 10px 0px;
    border-right: 0px;
  }

  .header-bg {
    background-color: #393939;
    padding-bottom: 15px;
  }

  .header-subnav {
    background-color: #585858;
  }

  header .navg {
    display: inline;
    font-size: 1em;
    font-weight: 200;
    margin-left: -5px;
  }

  header .navg ul {
    display: inline;
    list-style: none;
    padding: 0px;
  }

  header .navg ul li {
    display: inline;
  }

  header .navg ul li a:link,
header .navg ul li a:visited {
    display: inline-block;
    padding: 15px 20px 10px 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  header .navg ul li a:hover {
    background-color: #48a9c5;
    color: #fff;
  }

  header .navg ul li a.subnav-active:link,
header .navg ul li a.subnav-active:visited {
    background-color: #48a9c5;
  }

  header .navg ul li a.subnav-active:hover {
    background-color: #007398;
  }

  header .login {
    display: block;
    float: left;
    padding-top: 17px;
  }

  header .login .fas-btn {
    padding-left: 10px;
    cursor: pointer;
  }

  header .login .fas-btn:hover {
    color: #48a9c5;
  }

  .apps-overview {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
  }

  .apps-overview .app-search {
    margin-bottom: 10px;
  }

  .apps-overview .app-tile {
    margin: 10px 10px 10px 0px;
  }

  .apps-overview a.app-tile-link:link,
.apps-overview a.app-tile-link:visited {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
    padding: 15px;
    background-color: #efefef;
    color: #393939;
    margin-bottom: 5px;
  }

  .apps-overview a.app-tile-link:hover {
    color: #fff;
    background: #31201C;
    text-decoration: none;
  }
}
.spinner-center {
  margin-left: calc(50% - 10px);
  margin-left: -webkit-calc(50% - 10px);
  margin-left: -moz-calc(50% - 10px);
  margin-top: 30vh;
}

/* Custom, iPhone Retina */
/* SLiM colors */
.clr-primary-1 {
  color: #E83F80;
}

.clr-primary-2 {
  color: #27C5E8;
}

.clr-secondary-1 {
  color: #0B819C;
}

.clr-secondary-2 {
  color: #E8D610;
}

.clr-secondary-3 {
  color: #9C9013;
}

.bg-clr-primary-1 {
  background-color: #E83F80;
}

.bg-clr-primary-2 {
  background-color: #27C5E8;
}

.bg-clr-secondary-1 {
  background-color: #0B819C;
}

.bg-clr-secondary-2 {
  background-color: #E8D610;
}

.bg-clr-secondary-3 {
  background-color: #9C9013;
}

/* greys */
.grey-1 {
  color: #F3F3F3;
}

.grey-2 {
  color: #E8E8E8;
}

.grey-3 {
  color: #8B8B8B;
}

.grey-4 {
  color: #2E2E2E;
}

.bg-grey-1 {
  background-color: #F3F3F3;
}

.bg-grey-2 {
  background-color: #E8E8E8;
}

.bg-grey-3 {
  background-color: #8B8B8B;
}

.bg-grey-4 {
  background-color: #2E2E2E;
}

/* additional SLiM colors */
.clr-red {
  color: #FF3636;
}

.clr-orange {
  color: #FF882D;
}

.clr-yellow-1 {
  color: #FFDC2D;
}

.clr-yellow-2 {
  color: #F8FF2D;
}

.clr-green-1 {
  color: #96FF2D;
}

.clr-green-2 {
  color: #04FC67;
}

.clr-blue-1 {
  color: #04FCFC;
}

.clr-blue-2 {
  color: #04B8FC;
}

.bg-clr-red {
  background-color: #FF3636;
}

.bg-clr-orange {
  background-color: #FF882D;
}

.bg-clr-yellow-1 {
  background-color: #FFDC2D;
}

.bg-clr-yellow-2 {
  background-color: #F8FF2D;
}

.bg-clr-green-1 {
  background-color: #96FF2D;
}

.bg-clr-green-2 {
  background-color: #04FC67;
}

.bg-clr-blue-1 {
  background-color: #04FCFC;
}

.bg-clr-blue-2 {
  background-color: #04B8FC;
}

/* colors */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.grey-black {
  color: #31201C;
}

.grey-darker {
  color: #1c1c1c;
}

.grey-dark {
  color: #393939;
}

.grey-medium2 {
  color: #585858;
}

.grey-medium {
  color: #878787;
}

.grey-light {
  color: #efefef;
}

.sand {
  color: #ddcba4;
}

.red-dark {
  color: #802f2d;
}

.red-bright {
  color: #b33d26;
}

.orange {
  color: #cf7f00;
}

.yellow-dark {
  color: #daaa00;
}

.green-dark {
  color: #949300;
}

.green-bright {
  color: #658d1b;
}

.blue-light {
  color: #48a9c5;
}

.blue-dark {
  color: #007398;
}

.blue-main {
  color: #115e67;
}

.bg-red-pastel {
  background-color: #ffcdcd;
}

.bg-orange-pastel {
  background-color: #ffdbcd;
}

.bg-orange-pastel2 {
  background-color: #ffe3cd;
}

.bg-yellow-pastel {
  background-color: #ffeacd;
}

.bg-yellow-pastel2 {
  background-color: #fef4cc;
}

.bg-green-pastel {
  background-color: #fefacc;
}

.bg-green-pastel2 {
  background-color: #f7ffcd;
}

.bg-blue-light {
  background-color: #48a9c5;
}

.bg-blue-dark {
  background-color: #007398;
}

.bg-blue-main {
  background-color: #115e67;
}

.bg-sand {
  background-color: #ddcba4;
}

.bg-red-dark {
  background-color: #802f2d;
}

.bg-red-bright {
  background-color: #b33d26;
}

.bg-orange {
  background-color: #cf7f00;
}

.bg-yellow-dark {
  background-color: #daaa00;
}

.bg-green-dark {
  background-color: #949300;
}

.bg-green-bright {
  background-color: #658d1b;
}

.bg-grey-black {
  background-color: #31201C;
}

.bg-grey-darker {
  background-color: #1c1c1c;
}

.bg-grey-dark {
  background-color: #393939;
}

.bg-grey-medium2 {
  background-color: #585858;
}

.bg-grey-medium {
  background-color: #878787;
}

.bg-grey-light {
  background-color: #efefef;
}

h1, h2, h3, h4, h5, h6 {
  font-family: frank-new, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 1em;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2.25em;
}

h4 {
  font-size: 2em;
}

h5 {
  font-size: 1.75em;
}

h6 {
  font-size: 1.5em;
}

h1.bold, h2.bold, h3.bold, h4.bold, h5.bold, h6.bold {
  font-weight: 700;
}

h1.underline,
h2.underline,
h3.underline,
h4.underline,
h5.underline,
h6.underline {
  padding-bottom: 10px;
  border-bottom: 1px dotted #2E2E2E;
}

h1[class*=bg-],
h2[class*=bg-],
h3[class*=bg-],
h4[class*=bg-],
h5[class*=bg-],
h6[class*=bg-] {
  padding: 10px;
  border-radius: 10px;
}

blockquote {
  display: block;
  position: relative;
}

blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 10em;
  font-family: frank-new, sans-serif;
  color: #E83F80;
  margin-left: -0.4em;
  margin-top: -0.31em;
}

blockquote p {
  display: inline;
}

button {
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-family: frank-new, sans-serif;
  font-size: 16px;
  border: 0px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

button:hover {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
  animation: btn-hover 0.2s linear;
}

button.light,
button.dark:hover {
  background-color: #fff;
  color: #2E2E2E;
  border: 1px solid #2E2E2E;
}

button.dark,
button.light:hover {
  background-color: #2E2E2E;
  color: #fff;
  border: 0px;
}

button.light.thin,
button.dark.thin {
  height: 25px;
  border-radius: 20px;
}

button.light.normal,
button.dark.normal {
  height: 40px;
  border-radius: 20px;
}

button.light.fat,
button.dark.fat {
  height: 60px;
  border-radius: 30px;
}

button.light.icon,
button.dark.icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

button.btn-confirm {
  background-color: #04FC67;
  color: #2E2E2E;
}

button.btn-confirm {
  background-color: #04FC67;
  color: #2E2E2E;
}

button.btn-cancel {
  background-color: #FF3636;
  color: #fff;
}

@keyframes btn-hover {
  0% {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.36);
  }
}
.label {
  font-family: titillium-web, sans-serif;
}

.label.extra-light {
  font-weight: 200;
}

.label.light {
  font-weight: 300;
}

.label.regular {
  font-weight: 400;
}

.label.bold {
  font-weight: 700;
}

.label.small {
  font-size: 0.8em;
}

.label.normal {
  font-size: 1em;
}

.label.large {
  font-size: 1.3em;
}

.label[class*=bg-] {
  padding: 0.5em;
  border-radius: 3px;
}

confirm-dialog.light,
confirm-dialog.dark {
  opacity: 1;
  z-index: 1010;
}

confirm-dialog.fade-out,
confirm-dialog.light.fade-out,
confirm-dialog.dark.fade-out {
  animation: fade-out 0.2s linear;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
confirm-dialog.light .confirm-dialog,
confirm-dialog.dark .confirm-dialog {
  z-index: 1011;
  display: block;
  position: fixed;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 1em;
  width: 30vw;
  height: auto;
  left: 35vw;
  top: 10vh;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  border-bottom: 3px solid #8B8B8B;
  text-align: center;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

confirm-dialog.dark .confirm-dialog {
  background-color: #2E2E2E;
  border-bottom: 3px solid #8B8B8B;
  color: #fff;
}

confirm-dialog.light .confirm-dialog.slide-in,
confirm-dialog.dark .confirm-dialog.slide-in {
  animation: slide-in 0.3s forwards;
}

confirm-dialog.light .confirm-dialog.scale-out,
confirm-dialog.dark .confirm-dialog.scale-out {
  transform: scale(1);
  animation: scale-out 0.15s linear;
}

confirm-dialog.light .dialog-bg,
confirm-dialog.dark .dialog-bg {
  display: block;
  position: fixed;
  z-index: 1010;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
}

confirm-dialog.dark .dialog-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

@keyframes slide-in {
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide-in {
  100% {
    transform: translateY(0px);
  }
}
@keyframes scale-out {
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-out {
  100% {
    transform: scale(0.7);
  }
}
.tooltip {
  display: none;
  position: absolute;
  background-color: #2E2E2E;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  z-index: 1000;
  margin-left: 30px;
}

.separator {
  display: block;
}

.separator.hor {
  display: inline-block;
}

.separator.vert {
  display: block;
}

.separator.hor.p10 {
  width: 10px;
  height: 1px;
}

.separator.vert.p10 {
  height: 10px;
  width: 1px;
}

.separator.hor.p20 {
  width: 20px;
  height: 1px;
}

.separator.vert.p20 {
  height: 20px;
  width: 1px;
}

.separator.hor.p30 {
  width: 30px;
  height: 1px;
}

.separator.vert.p30 {
  height: 30px;
  width: 1px;
}

.separator.hor.p40 {
  width: 40px;
  height: 1px;
}

.separator.vert.p40 {
  height: 40px;
  width: 1px;
}

.separator.hor.p50 {
  width: 50px;
  height: 1px;
}

.separator.vert.p50 {
  height: 50px;
  width: 1px;
}

.separator.hor.p60 {
  width: 60px;
  height: 1px;
}

.separator.vert.p60 {
  height: 60px;
  width: 1px;
}

.separator.hor.p70 {
  width: 70px;
  height: 1px;
}

.separator.vert.p70 {
  height: 70px;
  width: 1px;
}

.separator.hor.p80 {
  width: 80px;
  height: 1px;
}

.separator.vert.p80 {
  height: 80px;
  width: 1px;
}

.separator.hor.p90 {
  width: 90px;
  height: 1px;
}

.separator.vert.p90 {
  height: 90px;
  width: 1px;
}

.separator.hor.p100 {
  width: 100px;
  height: 1px;
}

.separator.vert.p100 {
  height: 100px;
  width: 1px;
}

.separator.hor.p110 {
  width: 110px;
  height: 1px;
}

.separator.vert.p110 {
  height: 110px;
  width: 1px;
}

.separator.hor.p120 {
  width: 120px;
  height: 1px;
}

.separator.vert.p120 {
  height: 120px;
  width: 1px;
}

.separator.hor.p130 {
  width: 130px;
  height: 1px;
}

.separator.vert.p130 {
  height: 130px;
  width: 1px;
}

.separator.hor.p140 {
  width: 140px;
  height: 1px;
}

.separator.vert.p140 {
  height: 140px;
  width: 1px;
}

.separator.hor.p150 {
  width: 150px;
  height: 1px;
}

.separator.vert.p150 {
  height: 150px;
  width: 1px;
}

.separator.hor.p160 {
  width: 160px;
  height: 1px;
}

.separator.vert.p160 {
  height: 160px;
  width: 1px;
}

.separator.hor.p170 {
  width: 170px;
  height: 1px;
}

.separator.vert.p170 {
  height: 170px;
  width: 1px;
}

.separator.hor.p180 {
  width: 180px;
  height: 1px;
}

.separator.vert.p180 {
  height: 180px;
  width: 1px;
}

.separator.hor.p190 {
  width: 190px;
  height: 1px;
}

.separator.vert.p190 {
  height: 190px;
  width: 1px;
}

.separator.hor.p200 {
  width: 200px;
  height: 1px;
}

.separator.vert.p200 {
  height: 200px;
  width: 1px;
}

.separator.hor.p210 {
  width: 210px;
  height: 1px;
}

.separator.vert.p210 {
  height: 210px;
  width: 1px;
}

.separator.hor.p220 {
  width: 220px;
  height: 1px;
}

.separator.vert.p220 {
  height: 220px;
  width: 1px;
}

.separator.hor.p230 {
  width: 230px;
  height: 1px;
}

.separator.vert.p230 {
  height: 230px;
  width: 1px;
}

.separator.hor.p240 {
  width: 240px;
  height: 1px;
}

.separator.vert.p240 {
  height: 240px;
  width: 1px;
}

.separator.hor.p250 {
  width: 250px;
  height: 1px;
}

.separator.vert.p250 {
  height: 250px;
  width: 1px;
}

.separator.hor.p260 {
  width: 260px;
  height: 1px;
}

.separator.vert.p260 {
  height: 260px;
  width: 1px;
}

.separator.hor.p270 {
  width: 270px;
  height: 1px;
}

.separator.vert.p270 {
  height: 270px;
  width: 1px;
}

.separator.hor.p280 {
  width: 280px;
  height: 1px;
}

.separator.vert.p280 {
  height: 280px;
  width: 1px;
}

.separator.hor.p290 {
  width: 290px;
  height: 1px;
}

.separator.vert.p290 {
  height: 290px;
  width: 1px;
}

.separator.hor.p300 {
  width: 300px;
  height: 1px;
}

.separator.vert.p300 {
  height: 300px;
  width: 1px;
}

input,
select {
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  padding: 10px;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  margin-bottom: 15px;
  outline: none;
  font-size: 0.9em;
  background-color: transparent;
}

input[type=radio] {
  display: inline-block;
  width: auto;
}

input:focus,
select:focus {
  background-color: #e8fbff;
}

.input-switch,
.input-switch-s {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 2em;
  height: 1em;
  background: #ddd;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: -10px;
}

.input-switch-s {
  font-size: 20px;
  margin-bottom: -5px;
}

.input-switch:checked,
.input-switch-s:checked {
  background: #cf7f00;
}

.input-switch:after,
.input-switch-s:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.input-switch:checked:after,
.input-switch-s:checked:after {
  left: calc(100% - 1.0em);
}

label {
  display: block;
  font-weight: 700;
  font-size: 1em;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.fas-btn {
  cursor: pointer;
}

button.btn-save {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #48a9c5;
  color: #fff;
  border: 0px;
  border-radius: 30px;
  cursor: pointer;
}

button.btn-save:hover {
  background-color: #393939;
}

button.btn-add {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #393939;
  border: 1px dotted #878787;
  border-radius: 30px;
  cursor: pointer;
}

button.btn-add:hover {
  background-color: #393939;
  color: #fff;
}

div.btn-add {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #393939;
  border: 1px dotted #878787;
  border-radius: 30px;
  cursor: pointer;
}

div.btn-add:hover {
  background-color: #393939;
  color: #fff;
}

button.btn-search {
  color: #48a9c5;
  background-color: transparent;
  border-style: none;
  padding: 10px;
  margin-left: -35px;
  border-radius: 30px;
}

button.btn-search:hover {
  color: #393939;
  background-color: transparent;
  border-style: none;
  padding: 10px;
  border-radius: 30px;
}

div.btn-delete-item,
div.btn-attend-item,
div.btn-edit-item {
  display: block;
  float: right;
  color: #393939;
  border: 0px;
  cursor: pointer;
  margin: 0px 10px;
}

div.btn-delete-item:hover,
div.btn-attend-item:hover,
div.btn-edit-item:hover {
  color: #b33d26;
}

.input-extra-small {
  width: 12.5%;
}

.input-small {
  width: 25%;
}

.input-medium {
  width: 50%;
}

.input-large {
  width: 75%;
}

.input-extra-large {
  width: 100%;
}

.input-33 {
  width: 33%;
}

.input-66 {
  width: 66%;
}

.div-table-inline {
  display: inline;
}

.div-table-row {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.div-table-cell {
  display: inline-block;
  position: relative;
  top: 0px;
}

textarea {
  border: 1px solid #48a9c5;
  padding: 15px;
}

.textarea-xs {
  height: 75px;
}

.textarea-s {
  height: 150px;
}

.textarea-m {
  height: 250px;
}

.textarea-l {
  height: 350px;
}

.textarea-xl {
  height: 500px;
}

.textarea-container-s,
.textarea-container-m,
.textarea-container-l,
.textarea-container-xl {
  display: block;
  margin-bottom: 30px;
}

.textarea-container-xs .ck-editor__editable {
  min-height: 75px;
}

.textarea-container-s .ck-editor__editable {
  min-height: 150px;
}

.textarea-container-m .ck-editor__editable {
  min-height: 250px;
}

.textarea-container-l .ck-editor__editable {
  min-height: 350px;
}

.textarea-container-xl .ck-editor__editable {
  min-height: 500px;
}

.doc-upload {
  height: 35px;
  width: 100%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #48a9c5 50%, #007398 50%);
  background-size: 100% 200%;
  transition: all 1s;
  color: #FFFFFF;
  font-size: 0.9em;
}
.doc-upload input[type=file] {
  height: 35px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.doc-upload:hover {
  background-position: 0 -100%;
  color: #fff;
}
.doc-upload i {
  margin-right: 5px;
}

.form-error {
  border-bottom: 1px solid #b33d26;
}

.tabulator {
  font-size: 0.9em;
}

.tabulator .tabulator-loader-msg .tabulator-loading,
.tabulator-loader-msg {
  color: #fff;
}

.tabulator .tabulator-loader .tabulator-loader-msg {
  border-radius: 0px;
  border: 0px !important;
  background-color: #393939;
  padding: 15px;
  color: #fff !important;
  text-transform: uppercase;
}

.tabulator .tabulator-loader .tabulator-error {
  background-color: #b33d26 !important;
}

.tabulator .tabulator-header,
.tabulator .tabulator-headers {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
  background-color: #393939;
}

.tabulator .tabulator-header .tabulator-col,
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  background-color: #393939;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content:hover {
  background: #48a9c5;
}

.tabulator-col-resize-handle:hover {
  background-color: #48a9c5;
}

.tabulator-row {
  border-bottom: 1px dotted #878787;
}

.tabulator-table .tabulator-row:hover {
  background-color: transparent;
}

.tabulator .tabulator-footer .tabulator-page:not(.disabled) {
  border-radius: 0px !important;
  background-color: #393939;
  color: #fff;
}

.tabulator-footer .tabulator-paginator .tabulator-page {
  border-radius: 0px !important;
  background-color: #393939;
  color: #fff;
}

.tabulator-footer .tabulator-paginator .tabulator-page:hover,
.tabulator .tabulator-footer .tabulator-page.active:hover {
  background-color: #48a9c5;
}

.tabulator .tabulator-footer .tabulator-page.active {
  background-color: #48a9c5;
  margin-left: 1px;
  border: 0px;
}

.table-row {
  display: block;
  position: relative;
  width: 100%;
}

.row-toggle-carret {
  position: absolute;
  top: 7px;
  right: 5px;
}

.fontawesome {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

ul.navbar-nav,
ul.subnav {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
}

ul.navbar-nav li.nav-item,
ul.subnav li.nav-item {
  display: block;
  padding: 0.5em;
  border-bottom: 1px dotted #8B8B8B;
  font-family: frank-new, sans-serif;
  font-weight: 700;
  font-size: 1.2em;
  color: #F3F3F3;
  text-transform: uppercase;
}

ul.navbar-nav li.nav-item:first {
  padding-top: 0px;
}

ul.subnav li.nav-item {
  padding-left: 1.2em;
  font-weight: 200;
  font-size: 1em;
}

ul.subnav ul.subnav li.nav-item {
  padding-left: 2.6em;
  font-size: 0.8em;
}

ul.subnav ul.subnav ul.subnav li.nav-item {
  padding-left: 3.6em;
  font-size: 0.7em;
}

ul.navbar-nav li.nav-item a.nav-link:link,
ul.subnav li.nav-item a.nav-link:link,
ul.navbar-nav li.nav-item a.nav-link:visited,
ul.subnav li.nav-item a.nav-link:visited {
  text-decoration: none;
  color: #F3F3F3;
}

ul.navbar-nav li.nav-item a.nav-link:hover,
ul.subnav li.nav-item a.nav-link:hover {
  color: #27C5E8;
}

.ui-navbar {
  background-color: #F3F3F3;
  border-bottom: 1px dotted #8B8B8B;
  z-index: 1003;
}

.ui-navbar ul.navbar-nav li.nav-item,
.ui-navbar ul.subnav li.nav-item {
  display: inline;
  font-family: frank-new, sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  color: #2E2E2E;
  text-transform: uppercase;
  border-bottom: 0px;
}

.ui-navbar ul.navbar-nav,
.ui-navbar ul.subnav {
  list-style-type: none;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  display: inline;
}

.ui-navbar ul.navbar-nav li.nav-item a.nav-link:link,
.ui-navbar ul.subnav li.nav-item a.nav-link:link,
.ui-navbar ul.navbar-nav li.nav-item a.nav-link:visited,
.ui-navbar ul.subnav li.nav-item a.nav-link:visited {
  text-decoration: none;
  color: #2E2E2E;
}

.nav-close {
  display: block;
  position: relative;
}

.nav-open {
  display: none;
}

.nav-close img {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-open img {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav-close img:hover {
  -webkit-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
}

.nav-open img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.navbar-content-open {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
}

.navbar-content-open .login {
  display: block;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #E8E8E8;
}

.ui-navbar .login {
  display: inline-block;
  justify-self: end;
  margin-left: 15px;
  border-left: 1px dotted #8B8B8B;
  padding-left: 15px;
}

.ui-navbar .login .fas-btn {
  padding-left: 10px;
}

.ui-navbar .align-end {
  align-self: end;
  justify-self: end;
}

.login-grid {
  display: grid;
  grid-template-columns: 100%;
}

.login-grid .login-form {
  justify-self: middle;
  align-self: middle;
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
}

.login-alert {
  padding: 10px;
  background-color: #ffcdcd;
  margin-bottom: 20px;
}

.profile-grid {
  display: grid;
  grid-template-columns: 20% 40% 40%;
  height: 80vh;
  margin: 20px;
}

.profile-grid .profile-col {
  margin-right: 25px;
  border-right: 1px dotted #E8E8E8;
}

.profile-grid .profile-col:last-child {
  margin-right: 0px;
  border-right: 0px;
}

.square-50 {
  width: 50px;
  height: 50px;
}

.square-100 {
  width: 100px;
  height: 100px;
}

code, code.code {
  justify-self: start;
  display: block;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 1em;
  line-height: 1.5em;
  font-size: 0.9em;
  height: auto;
  border: 1px dotted #8B8B8B;
  cursor: pointer;
}

code:hover .tooltip {
  display: inline-block;
}

code.code.highlight,
.code.highlight,
code.highlight {
  animation: highlight 0.4s linear;
}

.ui-col {
  min-height: 110px;
  border-radius: 5px;
}

@keyframes highlight {
  0% {
    background-color: #f7ffcd;
  }
  100% {
    background-color: #F3F3F3;
  }
}
.panorama-container {
  position: relative;
}

.panorama-container .svg-container {
  display: block;
  width: 100vw;
  background-color: #efefef;
}

.panorama-container .svg-container .panorama-svg {
  background-color: #EFEFEF;
}

.panorama-container .svg-container .arc-mode {
  opacity: 0.4;
  cursor: crosshair;
}

.panorama-container .editor-bar,
.panorama-container .viewer-bar {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 10px;
  color: #2E2E2E;
  -webkit-box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
  box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
}

.panorama-container .editor-bar .dragspot {
  height: 10px;
  text-align: right;
  font-size: 0.8em;
  color: #8B8B8B;
}

.panorama-container .meta-functions {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.panorama-container .meta-functions .quick-btn {
  display: inline-block;
  background-color: #393939;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.panorama-container .meta-functions .quick-btn:hover {
  background-color: #27C5E8;
}

.panorama-container .meta-functions .pano-name {
  display: inline-block;
  background-color: #393939;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

.panorama-container .editor-bar h2 {
  color: #8B8B8B;
  border-bottom: 0px;
  margin: 0px 0px 10px 0px;
}

.save-actions {
  display: grid;
  grid-template-columns: 50% 50%;
  column-gap: 5px;
}

button.add-node,
button.add-segment,
button.add-arc,
button.delete-node {
  display: block;
  width: calc(100% - 2.5px);
  width: -webkit-calc(100% - 2.5px);
  width: -moz-calc(100% - 2.5px);
  height: auto;
  margin: 5px 0px;
  border: 1px solid #878787;
  padding: 5px 0px;
  background-color: transparent;
  color: #8B8B8B;
  cursor: pointer;
  border-radius: 3px;
  font-size: 0.8em;
}

button.add-node:hover,
button.add-segment:hover,
button.add-arc:hover,
button.delete-node:hover {
  background-color: #393939;
  color: #fff;
  animation: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

button.add-node:focus,
button.add-segment:focus,
button.add-arc:focus {
  outline: none;
}

input[type=range] {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
}

.select-alert {
  display: none;
  color: #ff0000;
  font-size: 0.8em;
}

.editor-bar hr {
  margin: 5px 0px;
}

.editor-bar input {
  border: 1px solid #878787;
  background-color: transparent;
  color: #393939;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
}

.editor-bar input.alert {
  border: 1px solid #b33d26;
}

.editor-bar input:focus,
.editor-bar select:focus {
  background-color: #e8fbff;
}

input.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 10px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
  border-width: 0px;
  border-radius: 0px;
  padding: 0px;
}

/* Mouse-over effects */
input.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
input.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 10px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  background: #27C5E8;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

input.slider::-moz-range-thumb {
  width: 10px;
  /* Set a specific slider handle width */
  height: 10px;
  /* Slider handle height */
  background: #27C5E8;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.editor-bar select {
  border: 1px solid #878787;
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  font-size: 0.9em;
  color: #2E2E2E;
  background-color: transparent;
}

.editor-bar .node-controller button.delete-node {
  margin-top: 5px;
}

.editor-bar .node-controller button.delete-node:hover {
  background-color: #b33d26;
  border-color: #b33d26;
  color: #fff;
}

.editor-bar .node-controller {
  opacity: 1;
  margin-top: 10px;
}

.editor-bar.disabled,
.editor-bar .node-controller.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.editor-bar .editor-header {
  cursor: pointer;
  font-size: 0.8em;
  color: #393939;
}

.editor-bar .editor-header:hover {
  color: #27C5E8;
}

.editor-bar .quill-node {
  max-height: 150px;
}

.editor-bar .quill-node .ql-editor,
.editor-bar .quill-node .ql-editor.ql-blank {
  height: 80px;
  border: 1px solid #8B8B8B;
  color: #8B8B8B;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  overflow-y: scroll;
}

.editor-bar .quill-node .ql-editor p,
.editor-bar .quill-pro .ql-editor p,
.editor-bar .quill-contra .ql-editor p {
  margin-top: 0px;
  margin-bottom: 2px;
}

.editor-bar .quill-node .ql-clipboard,
.editor-bar .quill-pro .ql-clipboard,
.editor-bar .quill-contra .ql-clipboard {
  display: none;
}

.editor-bar .quill-pro,
.editor-bar .quill-contra {
  margin-top: 5px;
}

.editor-bar .quill-pro.hidden,
.editor-bar .quill-contra.hidden {
  display: none;
}

.editor-bar .quill-pro .ql-editor,
.editor-bar .quill-contra .ql-editor,
.editor-bar .quill-pro .ql-editor.ql-blank,
.editor-bar .quill-contra .ql-editor.ql-blank {
  height: 40px;
  border: 1px solid #8B8B8B;
  color: #8B8B8B;
  padding: 5px;
  border-radius: 5px;
  font-size: 0.9em;
  overflow-y: scroll;
}

.editor-bar .quill-pro .ql-editor,
.editor-bar .quill-pro .ql-editor.ql-blank {
  border-top-color: #00ff00;
}

.editor-bar .quill-contra .ql-editor,
.editor-bar .quill-contra .ql-editor.ql-blank {
  border-top-color: #ff0000;
}

.panorama-list-item {
  display: grid;
  grid-template-columns: 5% 60% 35%;
  padding: 10px 0px 5px 0px;
  border-bottom: 1px dotted #efefef;
}

.delete-pano,
.publish-pano,
.edit-pano {
  cursor: pointer;
  display: inline;
  background-color: #efefef;
  color: #393939;
  padding: 5px 10px;
  border-radius: 3px;
}

.edit-pano:hover {
  background-color: #393939;
  color: #fff;
}

.delete-pano:hover {
  background-color: #FF3636;
  color: #fff;
}

.publish-pano:hover {
  background-color: #27C5E8;
  color: #fff;
}

.segment-edit {
  display: block;
  display: grid;
  grid-template-columns: calc(100% - 60px) 20px 15px;
  grid-template-columns: -webkit-calc(100% - 60px) 20px 15px;
  grid-template-columns: -moz-calc(100% - 60px) 20px 15px;
  column-gap: 10px;
  align-items: center;
}

.arc-edit {
  display: block;
  display: grid;
  grid-template-columns: calc(100% - 80px) 20px 15px 15px;
  grid-template-columns: -webkit-calc(100% - 80px) 20px 15px 15px;
  grid-template-columns: -moz-calc(100% - 80px) 20px 15px 15px;
  column-gap: 10px;
  align-items: center;
}

.segment-edit .slider,
.arc-edit .slider {
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
}

.arc-edit .arc-adjust {
  font-size: 0.8em;
  cursor: pointer;
  padding-top: 5px;
}

.arc-edit .arc-adjust:hover {
  color: #27C5E8;
}

.confirmer-clr {
  display: grid;
  grid-template-columns: 80% 20%;
}

.segment-edit .clr,
.arc-edit .clr,
.confirmer-clr .clr {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.confirmer-clr .clr {
  margin-top: 7px;
  margin-right: 0px;
  justify-self: end;
}

.segment-edit .delete,
.arc-edit .delete {
  width: 15px;
  cursor: pointer;
}

.segment-edit .clr .pickr,
.arc-edit .clr .pickr,
.confirmer-clr .clr .pickr {
  position: absolute;
  top: -3px;
  display: block;
  width: 10px;
  margin-right: 10px;
  height: 10px;
  line-height: 0em;
}

.segment-edit .clr .pickr .pcr-button,
.arc-edit .clr .pickr .pcr-button,
.confirmer-clr .clr .pickr .pcr-button {
  border: 1px solid #efefef;
  width: 10px;
  height: 10px;
}

.segment-edit .clr .pickr .pcr-button:hover,
.arc-edit .clr .pickr .pcr-button:hover,
.confirmer-clr .clr .pickr .pcr-button:hover {
  box-shadow: none;
  animation: none;
}

.segment-edit .clr .pickr .pcr-button::before,
.segment-edit .clr .pickr .pcr-button::after,
.arc-edit .clr .pickr .pcr-button::before,
.arc-edit .clr .pickr .pcr-button::after,
.confirmer-clr .clr .pickr .pcr-button::before,
.confirmer-clr .clr .pickr .pcr-button::after {
  border-radius: 3px;
}

.node text,
.node text tspan {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.node rect {
  min-height: 56px;
}

.node .proContent,
.node .contraContent {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

.node .proContent.show,
.node .contraContent.show {
  opacity: 1;
  z-index: 1010;
}

.nodeSelected {
  stroke: #00AAFF;
  stroke-width: 2px;
}

.indicator:hover {
  cursor: pointer;
}

.node-input {
  background-color: transparent;
  color: #F3F3F3;
  font-family: titillium-web, sans-serif;
  font-size: 0.9em;
  width: calc(100% - 1em);
  padding: 0.5em;
  width: -webkit-calc(100% - 1em);
}

.node-input:focus {
  border-color: #fff;
  background-color: transparent;
}

.meta-editor,
.profile-editor,
.export-editor {
  opacity: 1;
  z-index: 1010;
}

.meta-editor.fade-out,
.profile-editor.fade-out,
.export-editor.fade-out {
  animation: fade-out 0.2s linear;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.meta-editor .confirm-dialog,
.profile-editor .confirm-dialog,
.export-editor .confirm-dialog {
  z-index: 1011;
  display: block;
  position: fixed;
  background-color: #F3F3F3;
  border-radius: 5px;
  padding: 1em;
  width: 30vw;
  height: auto;
  left: 35vw;
  top: 10vh;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  border-bottom: 3px solid #8B8B8B;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
}

.meta-editor .confirm-dialog.slide-in,
.profile-editor .confirm-dialog.slide-in,
.export-editor .confirm-dialog.slide-in {
  animation: slide-in 0.3s forwards;
}

.meta-editor .confirm-dialog.scale-out,
.profile-editor .confirm-dialog.scale-out,
.export-editor .confirm-dialog.scale-out {
  transform: scale(1);
  animation: scale-out 0.15s linear;
}

.meta-editor .dialog-bg,
.profile-editor .dialog-bg,
.export-editor .dialog-bg {
  display: block;
  position: fixed;
  z-index: 1010;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100vw;
}

.resolution-warning-container {
  display: block;
  position: absolute;
  width: 50vw;
  padding: 10px;
  bottom: 10px;
  left: calc(50% - 25vw);
  background-color: #fff;
  border-radius: 3px;
  box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -7px 0px 15px -5px rgba(0, 0, 0, 0.3);
}

.resolution-warning-container .resolution-warning {
  display: grid;
  grid-template-columns: 10% 90%;
}

.resolution-warning-container .resolution-warning i {
  font-size: 2em;
}

.resolution-warning-container .resolution-warning .resolution-label {
  display: inline;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #393939;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
}

.node-grab {
  cursor: grab;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3));
  height: 80vh;
  margin: 20px;
}

.dashboard-grid .col {
  margin-right: 25px;
  border-right: 1px dotted #E8E8E8;
}

.dashboard-grid .col:last-child {
  margin-right: 0px;
  border-right: 0px;
}

.dashboard-grid .legacy {
  background-color: #efefef;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

.dashboard-grid .legacy .legacy-title {
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.dev-notice,
.dev-notice.dev {
  display: none;
}

@keyframes slide-in {
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes slide-in {
  100% {
    transform: translateY(0px);
  }
}
@keyframes scale-out {
  100% {
    transform: scale(0.7);
  }
}
@-webkit-keyframes scale-out {
  100% {
    transform: scale(0.7);
  }
}

/*# sourceMappingURL=theme.css.map */
