body,
html,
.alertify,
.alertify-log {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.alertify-logs {
  bottom: 70px;
}

.modal-content a {
  color: #EF5041;
}

.modal-auto-width .modal-dialog{
    max-width: 96%;
    width: auto;
}

.nicescroll-cursors {
  border: none!important;
  right: 4px;
  cursor: -webkit-grabbing;
}

.nicescroll-rails.nicescroll-rails-vr {
  display: block!important;
}

.pointer {
  cursor: pointer;
}

.img-center {
  display: block;
  margin: 10px auto;
}

.thumb {
  background-size: cover;
  background-position: center;
}

.m-show {
  display: none!important;
}

.sphereicon {
  width: 30px;
  height: 30px;
  background: url(../images/sphere.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
}

input,
button,
textarea,
select {
  -webkit-transform: translate3d(0, 0, 0);
}

strong {
  font-weight: 300;
}

em {
  color: #F06042;
  font-style: initial;
}

a {
  color: #ef5041;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.form-group {
}

.form-group .form-title {
  margin: 0 0 16px 0;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 12px;
}

.form-group .guideline {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
  background: #292929;
}

.form-group .guideline a {
  color: inherit;
  text-decoration: underline;
  opacity: 0.5;
}

.form-group .guideline a:hover {
  opacity: 1;
}

.form-group .guideline .title {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.5;
  display: block;
  margin-bottom: 12px!important;
}

.fancy-list {}

.fancy-list li {
  padding-left: 12px;
  margin-bottom: 6px;
  position: relative;
}

.fancy-list li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #f3c763;
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  transform: rotate(45deg);
}

.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
  /* color: inherit; */
}

.btn:hover,
.btn:focus,
.btn.focus {}

.btn.bg-grad:hover {
  color: inherit;
}

.btn-danger:focus,
.btn-danger:hover {
  color: white;
}

.btn-reveal {
    position: relative;
}
.btn-reveal > .toggler {}
.btn-reveal > .reveal {
    display: block;
    opacity: 0;
    position: absolute;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    pointer-events: none;
    z-index: 10;
}
.btn-reveal:hover > .reveal {
    opacity: 1;
    pointer-events: auto;
}
.btn-reveal > .reveal > ul {
    background: #2d2d2d;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px;
    margin: auto;
    border-radius: 4px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
    position: relative;
}
.btn-reveal > .reveal > ul > li {
    padding: 12px 0;
    cursor: pointer;
    border-radius: 4px;
    color: white;
    line-height: 20px;
    position: relative;
}
.btn-reveal > .reveal > ul > li:hover {
    background: rgba(0, 0, 0, 0.15);
}
.btn-reveal .reveal.up ul {
    bottom: 16px;
}
.btn-reveal .reveal.down > ul {
    top: 16px;
}
.btn-reveal .reveal ul:before, .btn-reveal .reveal ul:after {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.btn-reveal .reveal ul:before {
    border-color: rgba(255, 255, 255, 0);
    border-width: 9px;
    margin-left: -9px;
}
.btn-reveal .reveal ul:after {
    border-color: rgba(31, 31, 31, 0);
    border-width: 8px;
    margin-left: -8px;
}
.btn-reveal .reveal.up ul:before, .btn-reveal .reveal.up ul:after {
    top: 100%;
}
.btn-reveal .reveal.up ul:before {
    border-top-color: rgba(255, 255, 255, 0.25);
}
.btn-reveal .reveal.up ul:after {
    border-top-color: #2d2d2d;
}
.btn-reveal .reveal.down ul:before, .btn-reveal .reveal.down ul:after {
    bottom: 100%;
}
.btn-reveal .reveal.down ul:before {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}
.btn-reveal .reveal.down ul:after {
    border-bottom-color: #2d2d2d;
}

input,
input:focus,
input:active {
}

.img-wrapper {
  border: 1px solid #EEE;
  border-radius: 4px;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

.no-padding {
  padding: 0;
}








/* typo */

.h4,
h4 {
  font-size: 1.4em;
}








/* form & input */

input[type="checkbox"].form-control {
  display: none;
}

.form-group:last-child {
}

.form {
  margin-bottom: 8px;
}

.form .label {
  display: inline-block;
  text-align: right;
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  width: 120px;
  color: inherit;
  margin-right: 10px;
  white-space: normal;
}

.form .form-control {
  width: calc(100% - 150px);
  display: inline-block;
  color: white;
  background: transparent;
}

.form.readonly {
  margin-bottom: 20px;
}

.form.readonly p {
  color: #EF5041;
  display: inline-block;
  margin: 0;
}

.form-control {
  padding: 0 12px;
  outline: none;
  border: none;
  height: auto;
}

.form-control[readonly] {
  padding-left: 10px;
  padding-right: 10px;
}

select.form-control {
  height: 45px;
  border-radius: 0;
}

.form-control:focus {
  border-color: #EF5041;
  box-shadow: none;
  color: white;
}

.form-control.form-transparent {
  background: transparent;
}

label {
  font-weight: 400;
}

.form label.form-label,
.modal-dialog .form-group .form label.form-label,
.modal-dialog .form-group .form .form-checkbox label {
  color: #999;
  display: inline-block;
  width: 64px;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
  padding-top: 12px;
  opacity: 1;
  margin-right: 0;
}

.modal-dialog .form-group .form .form-checkbox label {
  text-align: left;
  width: auto;
  padding: 4px 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"]~label,
input[type="radio"]~label {}

input[type="checkbox"]+label span,
input[type="radio"]+label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #EEE;
  border: 6px solid #EEE;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-top: -2px;
  border-radius: 50%;
  -webkit-transition: all 0.05s ease-out;
  transition: all 0.05s ease-out;
}

input[type="checkbox"]:checked+label span,
input[type="radio"]:checked+label span {
  background: #EF5041;
}
/* dropdown */

.dropdown-menu {
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  display: block;
  pointer-events: none;
}

.dropdown-menu {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  display: none;
  pointer-events: auto;
  padding: 6px;
  border: none;
}

.dropdown .dots {
  padding: 0 10px 0 10px;
}

.dropdown-menu>li {
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  background: white;
  border-radius: 4px;
}

.dropdown-menu>li i {
  color: #a0a0a0;
  display: inline-block;
  margin: 0px 5px 0 0;
  text-align: center;
  min-width: 20px;
  font-size: 14px;
  vertical-align: middle;
}

.dropdown-menu>li a {
  display: block;
  padding: 12px 12px 12px 8px;
  color: initial;
}

.dropdown-menu>li a:hover {
  background: transparent;
}

.dropdown-menu>li:hover {
  background-color: #EEE;
}

.dropdown-menu .divider {
  padding: 0;
  background: #EEE;
  margin: 4px 0;
}
/* button */

.btn {
  font-size: 1em;
  font-weight: inherit;
  line-height: 1.2em;
  border: none;
  text-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
}

.btn-info {
  background: #0db9f0!important;
  color: white!important;
  border-radius: 4px;
}

.btn-info:hover {
  opacity: 0.8;
}

.btn i {
  vertical-align: middle;
  font-size: 16px;
}

.btn-danger {
  color: white;
}

.btn.btn-default {
  background: #DDD;
  border-radius: 4px;
}

.btn-icon {
}

.btn-icon:hover {
}

.btn-line {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
}

.btn-line i {
  vertical-align: middle;
  margin-right: 5px;
}

.btn-line:hover {
  border-color: rgba(255, 255, 255, 0.5)!important;
  color: white;
}

.btn-line-theme:hover {
  background: #EF5041;
  color: white;
}

.btn-line-theme:focus {
  color: white;
}

.btn-line-white {
  color: #EF5041;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-line-white:hover {
  background: #EF5041;
}

.btn-line-violet {
  border-color: #5B268D;
  color: #5B268D;
}

.btn-line-violet:hover {
  background: #5B268D;
}

.btn-line-blue {
  border-color: #4387A1;
  color: #4387A1;
}

.btn-line-blue:hover {
  background: #4387A1;
}

.btn-line-gray {
  border-color: #515E67;
  color: #515E67;
}

.btn-line-gray:hover {
  background: #515E67;
}

.btn-line-navy {
  border-color: #05B2DB;
  color: #05B2DB;
}

.btn-line-navy:hover {
  background: #05B2DB;
}

.btn-solid-theme {
  background-color: #EF5041;
  color: white;
}

/* modal */

.modal {}

.popover .modal-dialog {}

.modal-dialog {
    /* width: auto; */
}
.modal-backdrop.in {
  
}

.onEditor .modal-dialog {}

.onEditor .modal-dialog .modal-title {
  font-size: 16px;
  text-transform: unset;
}

.onEditor .form-group {}

.onEditor .modal-dialog .modal-footer .btn-primary {
  color: white;
  background: #f6c964;
  background-image: -webkit-linear-gradient(315deg, #f6c964, #f5373a);
  background-image: linear-gradient(135deg, #f6c964, #f5373a);
  box-shadow: 0 5px 20px rgba(251, 152, 11, .5);
}

.onEditor .modal-dialog .form-group label {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 12px;
  opacity: .4;
}

.onEditor .modal-dialog .form-group .form-control {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 132px);
  line-height: 42px;
  min-height: 42px;
  background: #201F1F;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: white;
}

.popover .modal-dialog {
  display: none;
}

.popover .modal-dialog {}

.modal .modal-dialog .modal-content {
  box-shadow: 0 6px 20px 8px rgba(0,0,0,.5);
  border-radius: 6px;
  border: none;
  background: transparent;
  box-shadow: none;
}

.modal .modal-dialog {
    box-shadow: none;
}

.modal .modal-dialog .modal-content > * {}

.modal .modal-dialog .modal-content .bg-dark {
    background: #3E3E3E;
    color: white;
    /* border: 1px solid rgba(255,255,255,.25); */
    box-shadow: 0 6px 20px 8px rgba(0,0,0,.5);
    border-radius: 6px;
}

.modal .modal-dialog .modal-content .bg-dark .modal-footer {
    border-radius: 0 0 6px 6px;
}

.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0;
  border-bottom: none;
}

.modal .modal-header .title {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    padding: 18px 16px;
    margin:  0;
}

.modal .modal-header .search {
    position: absolute;
    padding: 0 16px;
    width: 200px;
    height: 36px;
    top: 6px;
    right: 16px;
    border-radius: 25px;
    background-color: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border: none;
    box-shadow: inset 0 6px 12px rgba(0,0,0,.15);
}

.modal .modal-header .topbar {
    width: 100%;
    padding-left: 16px;
}

.modal .modal-header .topbar .filter {}

.modal .modal-header .topbar .filter li {
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    height: 28px;
    vertical-align: middle;
    line-height: 26px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 4px;
    border-radius: 30px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

.modal .modal-header .topbar .filter li.active {
    background: #ffffff;
    color: #3e3e3e;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  margin: 0;
}

.modal .modal-dialog .modal-content .modal-header .modal-title i {
  font-size: 1em;
  margin-right: 5px;
}

.modal .modal-dialog .modal-content .close {
}

.close-black {
    font-size: 12px;
    position: absolute;
    right: -16px;
    top: -16px;
    opacity: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #201F1F;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.56);
    border-radius: 50%;
    text-align: center;
    color: white;
    text-shadow: none;
}

.close-black.bg-white, .close-black.bg-white:hover {
    background: white;
    color: initial;
}

.close-black:hover {
    opacity: 1;
    color: white;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-footer {
  /* border-top: 1px solid rgba(255, 255, 255, 0.25); */
  padding: 12px 16px;
  text-align: left;
  border: none;
  background: #494949;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
  height: 28px;
  line-height: 26px;
  border-radius: 25px;
  width: 120px;
  margin: 0;
  text-transform: uppercase;
  font-size: 10px;
}

.panel {
  border-radius: 0;
  background: white;
  position: relative;
}

.panel.solid {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.08);
}

.panel .panel-header {
}

.panel .panel-header h4 {
  margin-bottom: 0;
}

.panel .panel-header h4 i {}

.panel .panel-header.no-border {
}

.panel .panel-body {
  padding: 12px 20px;
}

.panel .panel-footer {
  padding: 16px 32px;
  border: none;
  border-radius: 0;
}

.blk-info {}

.panel-body .line {
  padding: 12px 0;
  /* border-bottom: 1px solid #DDD; */
}

.blk-info .line:last-child {
  border: none;
}

.panel-body .line .tt {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  color: #999;
}

.panel-body .line .content {
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  color: inherit;
}

.panel-body .line .content.full {
  width: 100%;
}

.panel-body .line .content .form-control {
  height: 36px;
  line-height: 36px;
  background: #EEE;
  box-shadow: none;
  border: 1px solid transparent;
  transition: all 0.15s ease-out;
  color: inherit;
}

.panel-body .line .content input.form-control[readonly] {
  background: transparent!important;
  padding: 0;
  font-weight: 600;
  height: auto;
  line-height: initial;
  border: none;
}

.panel-body .line .content .form-control~span.remaining {
  font-size: 12px;
  position: absolute;
  opacity: 0.5;
}

.panel-body .line .content .form-group .form-control {
  margin-bottom: 12px;
}

.panel-body .line .content .btn.form-control {
  margin: 0 auto;
  display: block;
  background: #3E3E3E;
  border: 1px solid #EEE;
  background: white;
  color: initial;
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .08), 0 0 0 0 transparent;
}

.panel-body .line .content .btn.form-control:hover {
  box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .17), 0 2px 5px 0 rgba(50, 50, 93, .12), 0 3px 9px 0 rgba(50, 50, 93, .08), 0 1px 1.5px 0 rgba(0, 0, 0, .08), 0 1px 2px 0 rgba(0, 0, 0, .08);
}

.panel-body .line .content textarea.form-control {
  line-height: initial;
  padding-top: 12px;
  padding-bottom: 12px;
  min-height: 120px;
}

.panel-body .line .content .form-control:focus {
  background: white;
  border-color: #DDD;
  color: inherit;
}

.panel-body .line .content .tag-listing {}

.panel-body .line .content .tag-listing li {
  display: inline-block;
  padding: 2px 12px;
  border: 1px solid #DDD;
  border: none;
  background: rgba(0,0,0,.15);
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 12px;
}

.content {}

.rounded {
  border-radius: 4px;
}

.m-bot-10 {
  margin-bottom: 10px;
}

.blk-info .line .content p {
  margin-bottom: 0;
}

.panel.arrow:after {}

.arrow.top:after {
  bottom: 100%;
  border-bottom-color: white;
}

.arrow.bottom:after {
  top: 100%;
  border-top-color: white;
}

.arrow.right:before,
.arrow.right:after {
  left: 100%;
  top: 26px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow.right:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #3e3e3e;
  border-width: 12px;
  margin-top: -12px;
}

.arrow.right:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: rgba(255, 255, 255, .25);
  border-width: 13px;
  margin-top: -13px;
}



.panel.mini .panel-header {
  padding: 12px;
}

.panel.mini .panel-body {
  padding: 10px;
}

.panel-list .panel {
  float: left;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
}

.panel-list .panel:last-child {
  margin-right: 0;
}

.panel-list.x4 .panel {
  width: calc(25% - 15px);
}

.panel-list.x3 .panel {
  width: calc(33.333% - 13.3333px);
}

.panel-list.x2 .panel {
  width: 50%;
  width: calc(50% - 10px);
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/* snippet */

.absolute-center,
.card-component .check,
.card-check {}


.truncate-txt,
.card-component .name {}


.drag .dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-horizontal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bg-grad-white,
.truncate-txt {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 86%, rgba(255, 255, 255, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.clear,
.form-group:after,
.panel-list:after {}

.hidden,
.card-component .check,
.card-component .button-group button,
.card-component .button-group.stage-installed,
.card-component:after,
.card-component.active .button-group.stage-uninstalled,
.card-component.active:hover .check,
.card-check {}

.visible,
.card-component:hover .button-group button,
.card-component:hover:after,
.card-component.active .button-group.stage-installed,
.card-component.active .check,
.card-component.active:after {}

.box-shadow, .dropdown-menu, .card-theme, .card-component {}

.transition,
.dropdown-menu,
.btn-icon,
.btn-line,
.card-component .check,
.card-component .button-group,
.card-component:after,
.card-check {}

.scale-min,
.card-component .check,
.card-component.active:hover .check,

/* #scene-management .panel-header .cta-button .btn-addNew, */

.hover-option .reveal li {
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
}

.scale-original,
.card-component.active .check,
.hover-option:hover .reveal li {}

.flex-center,
.curve-tab ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
  box-align: center;
  box-pack: justify;
}

.seperator {
  width: 1px;
  background: #EEE;
  display: block;
}

.divider-20 {
  margin-bottom: 20px;
}

.divider-40 {
  margin-bottom: 20px;
}

.bg-cover {}

/* base */

*:focus {
  outline: none !important;
}

body {
  font-size: 14px;
  line-height: 140%;
  background: #3e3e3e;
}

#block-ui {
  display: none;
}

.empty-msg {
  opacity: .4;
  filter: alpha(opacity=40);
  text-align: center;
  margin-bottom: 24px;
}

h4.empty-msg {
  font-size: inherit;
}

.empty-msg i {
  display: block;
  font-size: 42px;
  margin: 0 0 12px 0;
}

.bg-theme {
  background: #EF5041;
}

.btn-addNew {
  width: 54px;
  height: 54px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  padding: 0;
}

.btn-red {
  background: #ef5041;
  color: white;
}

.btn-red:hover {
  color: white;
}

.btn-white {
  background: rgb(255, 255, 255);
  color: #333;
}

.btn-addNew:hover {
  color: white;
}

[ui-sref] {
  cursor: pointer;
}

.card-project {
  position: relative;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 8px;
}

.card-project .cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/default_pano.png);
  border-radius: 8px;
  position: relative;
  box-shadow: inset 0 -24px 32px rgba(0, 0, 0, 0.85);
}

.card-project .cover:after {}

.card-project .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 75px 54px 15px 15px;
  display: block;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  text-shadow: 0 4px 8px #000;
}

.card-project .description>span {
  display: block;
  float: left;
  margin-top: 5px;
  color: white;
}

.card-project .description .state {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  /* easeInOutSine */
  -webkit-transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transition: all 150ms cubic-bezier(0.445, 0.050, 0.550, 0.950);
  /* easeInOutSine */
}

.card-project .description .state.active {
  background: #39CA74;
  -webkit-animation: glow-green 1.5s linear infinite;
  animation: glow-green 1.5s linear infinite;
}

@keyframes glow-green {
  0% {
    box-shadow: 0 0 15px #39CA74;
  }
  50% {
    box-shadow: 0 0 45px #39CA74;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #39CA74;
  }
}

@-webkit-keyframes glow-green {
  0% {
    box-shadow: 0 0 15px #39CA74;
  }
  50% {
    box-shadow: 0 0 45px #39CA74;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #39CA74;
  }
}

.card-project .description .state.inactive {
  background: #777777;
  -webkit-animation: glow-yellow 1.5s linear infinite;
  animation: glow-yellow 1.5s linear infinite;
}

@keyframes glow-yellow {
  0% {
    box-shadow: 0 0 15px #F0C330;
  }
  50% {
    box-shadow: 0 0 45px #F0C330;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #F0C330;
  }
}

@-webkit-keyframes glow-yellow {
  0% {
    box-shadow: 0 0 15px #F0C330;
  }
  50% {
    box-shadow: 0 0 45px #F0C330;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #F0C330;
  }
}

.card-project .description .state.private {
  background: #5AC8FA;
  -webkit-animation: glow-blue 1.5s linear infinite;
  animation: glow-blue 1.5s linear infinite;
}

@keyframes glow-blue {
  0% {
    box-shadow: 0 0 15px #5AC8FA;
  }
  50% {
    box-shadow: 0 0 45px #5AC8FA;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #5AC8FA;
  }
}

@-webkit-keyframes glow-blue {
  0% {
    box-shadow: 0 0 15px #5AC8FA;
  }
  50% {
    box-shadow: 0 0 45px #5AC8FA;
    transform: scale(1.1)
  }
  100% {
    box-shadow: 0 0 15px #5AC8FA;
  }
}

.card-project .dropdown {
  cursor: pointer;
}

.card-project .open>.dropdown-menu {
  /* height: 245px; */
}

.card-project .open>.dropdown-menu:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #DDD;
  border-width: 11px;
  margin-left: -11px;
}

.card-project .open>.dropdown-menu:after {
  border-color: rgba(255, 125, 125, 0);
  border-bottom-color: #ff7d7d;
  border-width: 10px;
  margin-left: -10px;
}

.card-project .open>.dropdown-menu:after,
.card-project .open>.dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.card-project .dropdown-menu {
  top: 24px;
}

.card-default {
  padding: 10px 0;
}

.card-default a {
  text-align: center;
}

.card-default a i {
  font-size: 3em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.card-default a span {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

.card-scene {}

.card-scene img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.card-scene .description {
  padding: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-scene .action {
  position: absolute;
  top: 8px;
  right: 12px;
  text-align: center;
}

.card-scene .action li {
  opacity: 0;
  transition: all 0.15s ease-out;
  width: 32px;
  height: 32px;
  color: white;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  background: rgb(21, 21, 21);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0 2px;
  vertical-align: top;
  cursor: pointer;
}

.card-scene .action li i {}

.card-scene .action li:hover {
  background: white;
  color: #F5373A;
}

.card-scene:hover .action li {
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.card-scene .description:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  pointer-events: none;
  border-radius: 4px;
}

.card-scene:hover .drag {
  display: block;
  cursor: -webkit-grab;
}

.card-theme {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.card-theme .thumbnail,
.card-theme #editor .embed iframe,
#editor .embed .card-theme iframe {
  border: none;
  position: relative;
  border-radius: 0;
}

.card-theme .description {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='rgba(230, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0)', GradientType=1);
  color: white;
  padding: 10px;
}

.card-component {
  width: 220px;
  height: 120px;
  background: white;
  margin-right: 20px;
  border-radius: 4px;
  float: left;
  position: relative;
  overflow: hidden;
}

.card-component .check {
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 2.2em;
  z-index: 10;
  line-height: 54px;
  background: transparent;
  color: white;
  border: transparent;
}

.card-component .name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 10px 5px;
  display: block;
}

.card-component .button-group {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.card-component .button-group button {
  width: 75%;
  margin: 0 auto 10px;
  display: block;
  color: white;
  height: 30px;
  line-height: 30px;
  border-radius: 40px;
  background: transparent;
  border: 1px solid #f05b4d;
  color: #ef5041;
  margin: 0 auto;
}

.card-component .button-group button i {
  line-height: 19px;
}

.card-component .button-group button:hover {
  background: white;
  color: #EF5041;
}

.card-component .button-group.stage-uninstalled button {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
}

.card-component .button-group.stage-uninstalled button:nth-child(2) {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.card-component .button-group.stage-installed {
  z-index: -1;
}

.card-component .button-group.stage-installed button {
  -webkit-transform: translateY(-20px) !important;
  -ms-transform: translateY(-20px) !important;
  transform: translateY(-20px) !important;
  background: #05B2DB;
  color: white;
}

.card-component .button-group.stage-installed button:nth-child(2) {
  -webkit-transform: translateY(20px) !important;
  -ms-transform: translateY(20px) !important;
  transform: translateY(20px) !important;
}

.card-component .button-group.stage-installed button:hover {
  color: #05B2DB;
  background: white;
}

.card-component:hover .button-group.stage-uninstalled button {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.card-component.active .button-group.stage-uninstalled {
  z-index: -1;
}

.card-component.active .button-group.stage-installed {
  z-index: 5;
}

.card-component.active:hover .stage-installed button {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}



.dots span {
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.dots.horizontal span {
  float: left;
  margin-bottom: 0;
  margin-right: 5px;
}

.drag {
  position: absolute;
  left: -8px;
  top: -1px;
  width: 10px;
  height: calc(100% + 2px);
  background: #FBFBFB;
  cursor: pointer;
  z-index: 999;
  display: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-sizing: content-box;
}

.drag .dots {
  position: relative;
}

.drag .dots span {
  width: 2px;
  height: 2px;
}

.fluid-center {
  margin: 0 auto;
}

.hover-option .reveal li:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.hover-option .reveal li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hover-option .reveal li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.search i {
  margin-right: 12px;
}

.search input {
  display: inline-block;
  width: calc(100% - 32px);
  outline: none;
  padding: 0;
}

.search.full input {
  width: 100%;
}

.panel-header-search {
  background: white;
  border: 1px solid #EEE;
  padding: 8px 10px 4px;
  border-radius: 4px;
}

.nav-line {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
}

.nav-line li {
  display: inline-block;
  padding: 0 20px;
}

.nav-line li a {
  color: inherit;
}

.nav-line li.active {
  color: #EF5041;
}

.nav-line li:first-child {
  padding-left: 0;
}

.article p {
  margin-bottom: 20px;
}

.single {
  line-height: 150%;
}

.single h3 {
  font-weight: 300;
  line-height: 150%;
}

.single .content-arrow {
  position: relative;
}

.single .content-arrow:after {
  content: " ";
  position: absolute;
  top: 0%;
  left: 50%;
  margin: -48px 0 0 -24px;
  width: 0px;
  height: 0px;
  border: solid transparent;
  border-width: 24px;
  border-bottom-color: #fff;
  pointer-events: none;
}

.single .margin {
  margin: 60px 0;
}

.single .color_theme {
  color: #EF5041;
}

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

.single .off-white-bg {
  background: #f0f3f5;
}

.single .row {
  width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}

.single .feature-bg.background-left {
  background-position: center left;
}

.single .feature-bg {
  background-position: center right;
  background-repeat: no-repeat;
}

.single .margin-lrg {
  margin: 100px 0;
}

.single .features h3,
.single h3.section-title {
  font-size: 2.25em;
}

.single .white {
  color: white;
}

.single .features p {
  font-size: 1.2em;
  margin: 1.2em 0;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
}

footer li {
  display: inline-block;
}

footer a {
  padding: 12px;
  transition: all 0.15s ease-out;
  -webkit-transition: all 0.15s ease-out;
  color: inherit;
}

footer a:hover {
  color: white;
}

footer a:hover {}

header {
  background: white;
  margin-bottom: 40px;
  padding: 16px 0 32px;
}

header>.container {
  position: relative;
}

header>.container .back {
  z-index: 5;
  position: relative;
  text-overflow: ellipsis;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
}

header>.container .live-view {}

header>.container .live-view:hover {
  background: #ef5041;
}

header>.container .live-view i {
  margin-right: 0;
  margin-left: 8px;
}

header>.container .back .btn-icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 32px;
  margin-bottom: 5px;
  border: none;
  font-size: 20px;
  color: white;
}

header .logo img {
  height: 64px;
  width: auto;
}

header .home-menu>li {
  display: inline-block;
  vertical-align: middle;
}

header .home-menu>li>a {
  color: #28324e;
  display: block;
  padding: 6px 16px;
  border-radius: 25px;
  transition: all 0.15s ease-out;
}

header .home-menu>li>a:hover {
  background: #EEE;
}

header .home-menu>li:hover {
  color: #ef5041;
}

.home-menu #userMenuDropdown {
  color: #28324e;
  padding: 5px 5px 5px 6px;
  cursor: pointer;
  border-radius: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 0;
}

.home-menu #userMenuDropdown [icon=crown] {
  position: absolute;
  left: -3px;
  top: -19px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.home-menu #userMenuDropdown .avatar {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  float: left;
  margin-right: 6px;
  overflow: hidden;
  position: relative;
  padding: 2px;
  box-shadow: 0 0 15px #F6AE5C;
  margin-bottom: 0;
}

.home-menu #userMenuDropdown .username {
  display: inline-block;
  line-height: initial;
}

.home-menu #userMenuDropdown .username>span.name {
  background: url(../images/icon-toggler.jpg) no-repeat right center;
  background-size: 16px auto;
  padding-right: 24px;
}

.home-menu #userMenuDropdown .username .trial-remain {}

.home-menu #userMenuDropdown .avatar .thumb {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: block;
  background-color: white;
  border-radius: 50%;
  border: 1px solid white;
}

.home-menu #userMenuDropdown .avatar .deco-grad {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-menu #userMenuDropdown .fa-caret-down {
  margin-left: 10px;
  border-radius: 2px;
  border: solid 1px #dddddd;
  text-align: center;
  width: 19px;
  height: 19px;
  text-align: center;
  line-height: 18px;
  padding-right: 1px;
}

header .btn-addNew {
  position: absolute;
  bottom: -55px;
  right: 0;
  display: block;
}

.btn-addNew i {
  font-size: 1.5em;
  margin: 0;
  line-height: 54px;
}

.page.generic .main {
  position: relative;
  margin-bottom: 24px;
  min-height: calc(100vh - 144px);
}

#dropdown-header-profile .dropdown-menu {
  top: 45px;
  padding: 6px;
  margin: 0;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  display: block;
  pointer-events: none;
}

#dropdown-header-profile.open>.dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  pointer-events: auto;
}

#dropdown-header-profile .dropdown-menu li {
  border-radius: 4px;
}

#dropdown-header-profile .dropdown-menu li:last-child {}








/* global */

#ComponentInfo .modal-dialog {
  width: 1100px;
}

#ComponentInfo .modal-header {
  padding: 0;
  height: 520px;
  position: relative;
}

#ComponentInfo .modal-header .banner {
  width: 100%;
  height: 100%;
}

#ComponentInfo .modal-header .description {
  background: #EEE;
  position: absolute;
  width: 100%;
  bottom: -1px;
  padding: 20px 20px 0;
  color: #515E67;
}

#ComponentInfo .modal-header .description .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
}

#ComponentInfo .modal-header .description .breadcrumb li {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #515E67;
}

#ComponentInfo .modal-header .description .breadcrumb li a {
  color: inherit;
}

#ComponentInfo .modal-header .description .breadcrumb li:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

#ComponentInfo .modal-header .description .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin: 0 0 10px 0;
  font-size: 2em;
}

#ComponentInfo .modal-header .description .nav ul {
  float: left;
}

#ComponentInfo .modal-header .description .nav ul li {
  float: left;
  line-height: 3em;
  margin-right: 20px;
  padding: 0 20px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

#ComponentInfo .modal-header .description .nav ul li.active {
  border-color: white;
}

#ComponentInfo .modal-header .description .nav .install-btn {
  float: right;
}

#ComponentInfo .modal-body {
  padding: 0;
}

#ComponentConfig {
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  z-index: 2;
  width: 240px;
  border: 4px solid #515E67;
}

#ComponentConfig .panel-header {
  padding: 5px 10px;
  background: #515E67;
  color: white;
  font-weight: 500;
}

#ComponentConfig .close {
  font-size: 0.5em;
  color: white;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 5px;
}

#ComponentConfig .panel-body {
  padding: 10px 0;
}

#ComponentConfig .panel-body .form-group-bundle {
  padding: 0 10px 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#ComponentConfig .panel-body .form-group-bundle .form-group-title {
  display: block;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: 500;
}

#ComponentConfig .panel-body .form-group-bundle .form-group {
  margin-bottom: 0;
}

#ComponentConfig .panel-body .form-group-bundle .form-group .form .label {
  font-size: 0.9em;
  display: block;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}

#ComponentConfig .panel-body .form-group-bundle .form-group .form .form-control {
  width: 100%;
  padding: 4px;
}

#ComponentConfig .panel-body .form-group-bundle:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#ComponentConfig .panel-footer {
  background: white;
  padding: 10px;
}

#project-scenes .emojione {
  font-size: 20px;
  margin-top: 10px;
}

#project header {
  padding: 16px 0 0;
  margin-bottom: 0;
}

#project {}

#pj-panel-export th,
#pj-panel-export td
{
  text-align: center;
  text-align: left;
}

#project .btn-addNew {
  position: absolute;
  right: 30px;
}

.page.generic {
  background: #EEE;
}

.page.generic footer {
  background: #DDD;
  color: #999;
}

#project footer li a:hover {
  color: #333;
}

.page.generic .panel {
  border: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-bottom: 12px;
  max-width: 540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page.generic .panel .panel-header {
  padding: 24px 32px 16px;
}

.page.generic .panel .panel-body {
  padding: 0 32px 16px;
}

.page.generic .panel .panel-footer {}

.page.generic .panel .panel-footer .btn {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 25px;
  min-width: 120px;
  width: auto;
  padding: 0 24px;
  background: #2D3E4F;
  background: #EF5041;
  color: white;
  background: white;
  color: #EF5041;
  /* border: 1px solid #e2e2e2; */
  box-sizing: content-box;
  box-shadow: 0 4px 6px rgba(50, 50, 93, .1), 0 1px 3px rgba(0, 0, 0, .08);
  position: relative;
  margin-right: 12px;
}

.page.generic .panel .panel-footer .btn.btn-clean {
  width: auto;
  background: transparent;
  box-shadow: none;
  font-weight: 600;
  color: #9a9a9a;
  min-width: auto;
  padding: 0 12px;
}

.page.generic .panel .panel-footer .btn.btn-clean:hover {
  box-shadow: none;
  transform: none;
  -webkit-transform: none;
  color: #666;
}

.page.generic .panel .panel-footer .btn:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
}

.page.generic .panel .panel-body .blk-info {}

.page.generic .panel .panel-body .blk-info .line {
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.page.generic .panel .panel-body .blk-info .line .tt {
  text-align: right;
  margin-top: 0px;
}

.page.generic .panel .panel-body .blk-info .line.credit-card {
  text-align: left;
}

.page.generic .panel .panel-body .blk-info .line .tt i {
  vertical-align: middle;
}

i {
  vertical-align: initial;
  /* display: inline-block; */
}

*[class*="ilpt-"] {
  font-family: 'ilpt' !important;
  font-style: normal;
}

.page.generic .panel .panel-body .blk-info .line .content {
  padding-left: 16px;
  margin-top: -4px;
  position: relative;
}

.page.generic .panel .panel-body .blk-info .line .content img:not(.loading-img) {
  width: 100%;
  border-radius: 4px;
}

#project .panel .panel-body .blk-info .line:last-child {
  border: none;
}

.page.generic .panel .panel-header h4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

#project .panel .panel-header h4 i {
  vertical-align: top;
}

#project header .topbar {}

#project header .action {
  position: absolute;
  right: 0;
  bottom: -30px;
  z-index: 2;
}

#project header .topbar .back {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

#project header .topbar .project-title {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#project header .topbar .project-title input {
  font-size: 20px;
  font-weight: 700;
  box-shadow: none;
  color: initial;
  padding: 0 4px;
  background: whitesmoke;
  padding-left: 12px;
}

#project header .topbar .project-title input:hover {
  background: #e8e8e8;
}

.page.generic header .project-btn {
  width: 100px;
  height: 28px;
  border-radius: 25px;
  line-height: 28px;
  margin-left: 4px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

#project header .project-btn.live-view {
  background: white;
  box-shadow: none;
  border: 1px solid #DDD;
  color: initial;
}

.page.generic header .config-nav {
  text-align: center;
  position: relative;
  padding: 8px 0 0;
}

.page.generic header .config-nav ul {}

.page.generic header .config-nav .action {
  position: absolute;
  right: 0;
  top: 8px;
}

.page.generic header .config-nav li {
  display: inline-block;
}

.page.generic header .config-nav li a {
  display: block;
  padding: 8px 24px;
  border-bottom: 2px solid white;
  color: #888;
}

.page.generic header .config-nav li a:hover {
  color: #333;
}

.page.generic header .config-nav li.active a {
  color: #333;
  border-color: #ef5041;
}

.socialshare-btn {
  color: white;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin-right: 12px;
  text-align: center;
}

.socialshare-btn:hover {
    opacity: .5;
}

.socialshare-btn[socialshare-provider=twitter] {
  background-color: #00ABF0;
}

.socialshare-btn[socialshare-provider=reddit] {
  background-color: #B4D7F9;
}

.socialshare-btn[socialshare-provider=facebook] {
  background-color: #3B5998;
}

.socialshare-btn[socialshare-provider="google+"] {
  background-color: #D95232;
}

#project header .fluid-center {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 65%;
}

#project header .fluid-center h3 {
  margin: 0;
}

header input.form-control {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  border-radius: 4px;
  height: 36px;
  width: auto;
  line-height: 36px;
}

header input.form-control:hover {
  background: whitesmoke;
}

header input.form-control:after {
  content: "";
}

header .title-loading {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 1;
}

#project-scenes span,
#project-scenes i {
  color: white;
}

#project-scenes i {
  font-size: 3em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

#project-scenes span {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

.social-meta-info img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#project-plugins span,
#project-plugins i {
  color: #ED4566;
}

#project-publish span,
#project-publish i {
  color: #5B268D;
}

#whiteSplash {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.72);
  z-index: 999;
  display: none;
}

#scene-toolbar {
  position: absolute;
  right: 78px;
  top: 22px;
  z-index: 22;
}

#scene-toolbar .tool-bubble {
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50px;
  text-align: center;
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  position: absolute;
}

#scene-toolbar .tool-bubble:hover {
  overflow: visible;
}

#scene-toolbar .tool-bubble ul li {
  transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
  -webkit-transition: all 0.25s cubic-bezier(0.05, 0.88, 0.63, 0.96);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  cursor: pointer;
}

#scene-toolbar .tool-bubble ul li:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
}

#scene-toolbar .tool-bubble:hover {
  z-index: 99;
}

#scene-toolbar .tool-bubble#tool-view {
  top: 144px;
}

#scene-toolbar .tool-bubble#tool-powerup {
  top: 216px;
  line-height: 68px;
  cursor: pointer;
  overflow: visible;
}

#scene-toolbar .tool-bubble#tool-powerup i {
  font-size: 28px;
  color: #F5373A;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6C964), color-stop(100%, #F5373A));
  background: -webkit-linear-gradient(left, #F6C964 0%, #F5373A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: text-bottom;
}

#scene-toolbar .tool-bubble#tool-powerup .count {
  position: absolute;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  bottom: 2px;
  right: -5px;
  color: initial;
  line-height: 20px;
}

#scene-toolbar .tool-bubble:hover {}

#scene-toolbar .tool-bubble#tool-hotspot {
  top: 72px;
}

#scene-toolbar .tool-bubble#tool-hotspot ul {
  margin: 8px 0;
}

#scene-toolbar .tool-bubble#tool-view ul {
  margin: 9px 0;
  /* overflow: visible; */
}

#scene-toolbar .tool-bubble#tool-view ul li {
  margin-bottom: 9px;
}

#scene-toolbar .tool-bubble#tool-view ul li:first-child {
  font-size: 24px;
  height: 36px;
  line-height: 36px;
}

#scene-toolbar .tool-bubble#tool-hotspot:hover,
#scene-toolbar .tool-bubble#tool-view:hover {
  height: auto;
}

#scene-toolbar .tool-bubble#tool-hotspot_list span {
  display: block;
  color: white;
  font-size: 24px;
  font-weight: 100;
  margin-top: 12px;
}

#scene-toolbar .tool-bubble#tool-hotspot_list {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  cursor: pointer;
  top: 0;
}

#scene-toolbar .arrow.right:after {}

#scene-toolbar .title {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.5;
  margin: 0;
}

#scene-toolbar .panel-body {
  padding: 6px;
  overflow: auto;
}

#scene-toolbar #hotspot-list {
  display: block;
  width: 260px;
  right: 16px;
  position: absolute;
  top: 0;
  border: none;
  border-radius: 8px;
  background: #3e3e3e;
  color: white;
  opacity: 0;
  visibility: hidden;
}

#scene-toolbar #hotspot-list.active {}

#scene-toolbar #hotspot-list .panel-header {
  border: none;
}

#scene-toolbar #hotspot-list ul {
  max-height: 300px;
}

#scene-toolbar #hotspot-list ul .empty-msg {
  padding: 15px 0;
  opacity: 1;
}

#scene-toolbar #hotspot-list li {
  padding: 0 12px;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  height: 36px;
  line-height: 36px;
}

#scene-toolbar #hotspot-list li:hover {
  background: rgba(0, 0, 0, .25);
}

#scene-toolbar #hotspot-list li.last {
  border: none;
}

#scene-toolbar #hotspot-list li.empty-msg:hover {
  color: initial;
}

#scene-toolbar #hotspot-list li span {
  font-size: 13px;
  padding-left: 0;
  padding-right: 16px;
  width: calc(100% - 54px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#scene-toolbar #hotspot-list li:hover {
  color: white;
}

#scene-toolbar #hotspot-list li img {
  margin-right: 12px;
  display: inline-block;
  width: auto;
  height: 28px;
  vertical-align: middle;
}

#scene-toolbar #hotspot-list li img.emojione {
  width: auto;
  position: static;
  margin-top: 22px;
  margin-left: 6px;
}

#scene-toolbar #hotspot-list li .btn-icon {
  width: 28px;
  height: 28px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 16px;
  /* background: rgba(255, 255, 255, 0.15); */
  margin-top: -15px;
  color: white;
  border: none;
  opacity: 0;
  text-align: center;
}

#scene-toolbar #hotspot-list li:hover .btn-icon {
  opacity: 1;
  right: 12px;
}

#scene-toolbar #hotspot-list li .btn-icon:hover {
  background: #212121;
}

#scene-toolbar #hotspot-list:before {}

#scene-toolbar .tool-list {
  height: 100%;
  padding: 10px 0px;
  overflow: hidden;
}

#scene-toolbar .tool-list li {
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
}

#scene-toolbar .tool-list li .hotspot-icon {
  width: 39px;
}

#scene-toolbar .tool-list li.other img {
  width: 30px;
}

.hotspot-icon {
  max-width: 45px;
  max-height: 45px;
}

hotspot iframe {
  width: 100%;
}

.modal-content iframe {
   max-width: 100%; 
}

.hotspot-modal img {
  margin: auto;
  display: block;
}

#scene-toolbar .tool-list .hotspot-counter {
  width: 36px;
  height: 36px;
  background: #28324e;
  color: white;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 0 auto;
  cursor: pointer;
  font-weight: 300;
}

#scene-toolbar .tool-list .divider {
  width: 32px;
  height: 1px;
  background: #EEE;
  margin: 10px auto;
  display: block;
}

#scene-toolbar:hover {
  z-index: 10;
}

#LiveSphereViewer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.loading img {
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
}

.loading-backdrop {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  color: white;
  font-weight: bold;
  background-color: #363636;
}

.opaque .loading-backdrop,
.loading-backdrop.opaque {
  background-color: rgba(54, 54, 54, 0.9);
}

.loading-backdrop .inner {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.loading-backdrop h3 {
  font-weight: 100;
  font-size: 1.2em;
}

.loading-backdrop .circle {
  /*position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);*/
  width: 180px;
  height: 180px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto 24px;
}

.s2 {
  position: absolute;
  height: 80px;
  width: 80px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s1 {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: transparent;
}

.bigcon {
  position: absolute;
  height: 75px;
  width: 75px;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: transparent;
  animation: bigcon 2s infinite linear;
  animation-delay: 0.25s;
}

.b {
  border-radius: 50%;
  position: absolute;
}

.s {
  width: 15px;
  height: 15px;
  animation: small 2s infinite ease;
  box-shadow: 0px 2px rgba(0, 0, 0, 0.3);
  background-color: #ef5041;
}

.s:nth-child(1) {
  top: 0%;
  left: 0%;
}

.s:nth-child(2) {
  top: 0%;
  right: 0%;
}

.s:nth-child(3) {
  right: 0%;
  bottom: 0%;
}

.s:nth-child(4) {
  bottom: 0%;
  left: 0%;
}

.big {
  width: 12px;
  height: 12px;
  border-radius: 15px;
  box-shadow: 0px 0px 10px #F6C964, 0px 0px 20px #F6C964, 0px 0px 30px #F6C964, 0px 0px 50px #F6C964, 0px 0px 60px #F6C964;
  z-index: 1;
  background-color: #F6C964;
  animation: bigball 1s infinite linear;
}

.sb1 {
  animation-delay: -1.75s;
}

.sb6 {
  animation-delay: -1.5s;
}

.sb2 {
  animation-delay: -1.25s;
}

.sb7 {
  animation-delay: -1s;
}

.sb3 {
  animation-delay: -0.75s;
}

.sb8 {
  animation-delay: -0.5s;
}

.sb4 {
  animation-delay: -0.25s;
}

.sb5 {
  animation-delay: -0s;
}

@keyframes bigcon {
  0% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  100% {
    transform-origin: center;
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes small {
  0% {
    transform: scale(1);
    background-color: #f6c964;
  }
  10% {
    transform: scale(1.1);
    background-color: #f5c462;
    box-shadow: 0 0 25px rgba(245, 196, 98, 0.25);
  }
  15% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
    background-color: #ef5041;
    box-shadow: 0 0 25px rgba(239, 80, 65, 0.25);
  }
  100% {
    transform: scale(.85);
    background-color: rgb(54, 54, 54);
  }
}

#block-ui {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

#intercom-container .intercom-launcher-button {
  right: 32px!important;
  bottom: -14px!important;
}








/* angular toggle switch */

.toggle-switch {
  border-radius: 4px;
  border: 1px solid white;
  border: 1px solid rgba(255,255,255,.15);
}

.toggle-switch span {
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  width: 33.333%;
  margin: 0;
}

.toggle-switch span.switch-right {
    color: #333;
    background: #E3E3E3;
}

.toggle-switch .knob {
  width: 33.333%;
  background: rgba(0,0,0,.15);
}

.toggle-switch .switch-left {
  background: #EF5041;
  color: white;
}

.toggle-switch .switch-off {
}

.form .form-content .toggle-switch .switch-left {
  background: white;
  color: #3e3e3e;
}

.form .form-content .toggle-switch .knob {
  background: #201f1f;
}











/* credit card form */

.credit-card {
  text-align: center;
}

.credit-card i {
  font-size: 72px;
  color: #F5373A;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F6C964), color-stop(100%, #F5373A));
  background: -webkit-linear-gradient(left, #F6C964 0%, #F5373A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin: 0 auto;
}

.credit-card span {
  display: block;
  margin: 0 0 12px 0;
  opacity: 0.4;
}

.credit-card i span {
  display: block;
  margin-bottom: 12px;
}

.credit-card input {
  /* padding-left: 30px; */
}

#LiveSpherePasswordWrap {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1d1d1d;
}

#LiveSpherePasswordWrap .inner {
  width: 280px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#LiveSpherePasswordWrap .btn:hover,
#LiveSpherePasswordWrap .btn:focus {
  color: black;
}

#LiveSpherePasswordWrap .btn {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  border-radius: 0;
}

.content,
.hotspot-content * {
  max-width: 100%;
  word-wrap: break-word;
}

.hotspot-content .content-wrapper p {
    margin: 15px 0;
}

.hotspot-modal ul,
.hotspot-modal li {
  list-style: disc;
}

.hotspot-modal ul {
  padding-left: 10px;
  line-height: 24px;
}

.hotspot-modal {
  padding: 20px;
}

h1,
h2,
h3 {
  margin-top: 10px;
}

.hotspot-content img {
  max-width: 100%;
  margin: 12px auto;
  display: block;
}

.hotspot-textf-content {
  max-height: 52vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0;
  pointer-events: auto;
  padding: 0 16px;
  text-align: justify;
}
.hotspot-url-iframe-popup {
  width: 90vw;
  height: 90vh;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
}
@media screen and (max-width: 640px) {
  .hotspot-url-iframe-popup {left: 0;transform: none;height: 96vh;}
}

.hotspot-url-iframe-popup iframe {border: none;outline: none;}
.hotspot-textf-content .content-wrapper {
}
.hotspot-url-iframe-bubble {}
.hotspot-url-iframe-bubble .close {}

.custom_hs-name {
    color: white;
    font-size: 18px;
    text-shadow: 0 0 12px #000, 0 4px 12px #000;
    font-weight: 600;
    position: relative;
    bottom: 8px;
    transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    opacity: 0;
    text-align: center;
    display:block;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    pointer-events: none;
    width: 320px;
}

hotspot:hover .custom_hs-name {
    bottom: 16px;
    opacity: 1;
}

.modal.link-dialog.in{
    z-index: 1900;
}
.modal.link-dialog [type="checkbox"]{
  display: block;
}

.progress .progress-bar {
    background: #f54e40;
    background: -moz-linear-gradient(left, #f54e40 0%, #f6b25d 100%);
    background: -webkit-linear-gradient(left, #f54e40 0%, #f6b25d 100%);
    background: linear-gradient(to right, #f54e40 0%, #f6b25d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54e40', endColorstr='#f6b25d', GradientType=1);
    animation: none!important;
    -webkit-animation: none!important;
    border-radius: 25px;
    position: relative;
}

.progress {
    height: 4px;
    background: #3a3838;
    overflow: visible;
}

.progress .progress-bar:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background: #f6b25d;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -4px;
    box-shadow: 0 0 25px #f6b35e;
    animation: progress-bar-glow 1s linear infinite;
    -webkit-animation: progress-bar-glow 1s linear infinite;
}

@keyframes progress-bar-glow {
    0% {
        transform: scale(1.3);
    }
    100% {
        box-shadow: 0 0 0 #f6b25d;
    }
}

/* project configuration */

#ProjectConfigure {}

#pj-config {
    margin: 12px 0;
}

#ProjectConfigure .nav {
    margin: 12px 16px;
    border: none;
}

#ProjectConfigure .tab-content {
}

#ProjectConfigure .tab-pane {
    background: transparent;
    color: white;
}

#ProjectConfigure .tab-pane .panel {
    background:transparent;
    border: none;
}

#ProjectConfigure .panel .panel-header {
    display: none;
}

#ProjectConfigure .panel .panel-body {padding: 12px 0 0;}

#ProjectConfigure .panel .panel-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding: 12px 16px;
    text-align: left;
    border: none;
    background: #494949;
}

#ProjectConfigure .panel .panel-footer .btn {
    height: 28px;
    line-height: 28px;
    border-radius: 25px;
    width: 120px;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}

#ProjectConfigure .panel .panel-body .blk-info {
    height: 60vh;
    overflow: auto;
    padding: 0 16px;
    color: white;
}

#ProjectConfigure .panel .panel-body .blk-info table {}

#ProjectConfigure .panel .panel-body .blk-info table thead {}

#ProjectConfigure .panel .panel-body .blk-info table thead tr {}

#ProjectConfigure .panel .panel-body .blk-info table thead th {
    border-color: rgba(255,255,255,.15);
    font-weight: initial;
}

#ProjectConfigure .panel .panel-body .blk-info table th:last-child {
    text-align: center;
}

#ProjectConfigure .panel .panel-body .blk-info table tbody {}

#ProjectConfigure .panel .panel-body .blk-info table tbody tr {
}

#ProjectConfigure .panel .panel-body .blk-info table tbody td {
    line-height: 54px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
}

#ProjectConfigure .panel .panel-body .blk-info table tbody td a {
    padding: 0 12px;
    transition: all .15s ease-out;
    color: white;
    opacity: .5;
}

#ProjectConfigure .panel .panel-body .blk-info table tbody td a:hover {
    opacity: 1;
}

#ProjectConfigure .panel .panel-body .blk-info .tt {
    text-align: right;
    padding-right: 24px;
}

#ProjectConfigure .panel .panel-body .blk-info .content {}

#ProjectConfigure .panel .panel-body .blk-info .btn.form-control {
    box-shadow: 0 2px 6px 1px rgba(0,0,0,.25);
    border-radius: 3px;
    background: #d6d6d6;
    color: initial;
    border: none;
    opacity: 1;
}

#ProjectConfigure .panel .panel-body .blk-info .btn.form-control:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    box-shadow: 0 6px 12px 1px rgba(0,0,0,0.4);
    background: white;
}

#ProjectConfigure .panel .panel-body .blk-info input, #ProjectConfigure .panel .panel-body .blk-info textarea {
    background: rgba(0,0,0,.25);
}

#ProjectConfigure .edit-project-name .content{position: relative;}
#ProjectConfigure .edit-project-name img{position: absolute; right: 6px; top: 4px; width: 30px;}

#ProjectConfigure .nav li a {
    display: inline-block;
    padding: 0 16px;
    cursor: pointer;
    height: 28px;
    vertical-align: middle;
    line-height: 26px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-right: 4px;
    border-radius: 30px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    color: white;
    font-weight: 300;
}

#ProjectConfigure .nav li.active a {
    background: white;
    color: initial;
    border-color: transparent;
}

#ProjectConfigure .nav li a:hover {
    border-color: white;
}