body.onEditor #drift-widget {
    bottom: -3px!important;
    right: 44px!important;
}

/* editor */

#editor {
    overflow-y: hidden;
}

#editor .loading-backdrop {
    background: rgba(54, 54, 54, 0.75);
}
#editor #fov{
    position: fixed;
    bottom: 45px;
    left: calc(240px + ((100% - 240px - 720px) / 2));
    width: 720px;
    display: block;
    color: white;
    z-index: 11;
    text-align: center;
    text-shadow: 0 0 10px black;
    padding: 12px 0;
    pointer-events: none;
}

#editor #fov p {
    margin: 0;
}
#editor header > .container {
    padding: 0;
    margin: 0 auto;
}

#editor header {
    height: 48px;
    line-height: 48px;
    background: #3e3e3e;
    color: white;
    padding: 0;
    margin: 0;
    /* border-bottom: 1px solid rgba(255,255,255,.2); */
}

#editor header .project-meta {
    margin-left: 16px;
}

#editor header .project-meta .go-home {
    color: white;
    opacity: .5;
    padding: 0px 15px;
    display: inline-block;
    vertical-align: middle;
}

#editor header .project-meta .go-home:hover {
    opacity: 1;
}

#editor header .project-workflow {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    margin: 5px auto;
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
    width: 320px;
    position: absolute;
    left: 0;
    right: 0;
}

#editor header .project-workflow > li {
    display: block;
    width: 33.333%;
    float: left;
    position: relative;
}

#editor header .project-workflow .item {
    overflow: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 8px 0 6px;
    line-height: initial;
    transition: all 0.15s ease-out;
}

#editor header .project-workflow .item:first-child {
    border-radius: 4px 0 0 4px;
}

#editor header .project-workflow li span {
    display: block;
    position: absolute;
    opacity: 0;
    text-align: center;
    width: 100%;
    top: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    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);
    color: white;
}

#editor header .project-workflow li:hover span, #editor header .project-workflow li.active span {
    top: 50%;
    opacity: 1;
    text-shadow: 0 0 10px #F6C964;
}

#editor header .project-workflow > li:nth-child(2) {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

#editor header .project-workflow li i {
    display: block;
    margin: 0 0 4px 0;
    font-size: 20px;
    opacity: 1;
    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);
}

#editor header .project-workflow li:hover i, #editor header .project-workflow li.active i {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}

#editor header .project-workflow li.active {
    color: white;
    background: #232323;
}

#editor header .project-workflow > li:hover, #editor header .project-workflow > li.active {
    color: rgba(255,255,255,0.75);
}

#workflow-publish .reveal {
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
}

#workflow-publish .reveal li {
    padding-left: 8px;
    padding-right: 8px;
}

#workflow-publish .reveal .state {
    position: absolute;
    right: 32px;
    top: 22px;
}

#editor header .project-distribute {
    margin-right: 16px;
}

#editor header .project-distribute
 .btn {
    color: white;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 25px;
    margin-left: 4px;
    padding: 0 24px;
    height: 28px;
    line-height: 26px;
    position: relative;
    margin-right: 45px;
    z-index: 222;
}

/* .project-distribute .btn .reveal li:hover {
    background: transparent;
} */
.project-distribute .btn .reveal li {
    border-bottom: 1px solid rgba(255,255,255,.25);
    border-radius: 0;
}

.project-distribute .btn .reveal li:last-child {
    border: none;
}

.project-distribute .btn .reveal li span {
    display: block;
    text-align: left;
    margin: 0 0 6px;
    font-size: 12px;
    opacity: .5;
}

.project-distribute .btn .reveal textarea {
    background: #151414;
    padding: 12px;
    width: 100%;
}

.project-distribute .btn .reveal input {
    background: transparent;
    color: rgba(255, 255, 255, 0.35);
    width: calc(100% - 54px);
    display: inline-block;
}
#editor-getlink-copybtn,
#editor-get_link .reveal button {
    background: transparent;
    text-transform: uppercase;
    border: none;
}
#editor-get_link .reveal {
    left: initial;
    transform: none;
    right: 0;
    width: 240px;
    z-index: 25;
}

#editor-get_link .reveal li {
    padding: 0;
}

#editor-get_link .reveal ul:before, #editor-get_link .reveal ul:after {
    left: 75%;
}

.project-distribute .btn .reveal {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#editor header .project-distribute .btn span i {
    opacity: 0.5;
    font-size: 12px;
    margin-right: 8px;
}

#editor header .project-distribute
 .btn:hover {
    border-color: rgba(255,255,255,0.5);
}

#project-configure {
    margin-left: 8px;
    display: inline-block;
    margin-right: 8px;
    padding: 0 12px;
    background: rgba(255,255,255,0.1);
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, .1), 0 1px 2px 0 rgba(50, 50, 93, .1), 0 1px 1.5px 0 rgba(0, 0, 0, .07), 0 1px 2px 0 rgba(0, 0, 0, .02), 0 0 0 0 transparent;
}

#project-configure: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);
}

#project-status {
    display: inline-block;
    vertical-align: top;
    color: rgba(255,255,255,.5);
}

#project-status .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    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);
    -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);
    margin-right: 4px;
}

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

#project-status .inactive .dot {
    background: #777777;
    -webkit-animation: glow-yellow 1.5s linear infinite;
    animation: glow-yellow 1.5s linear infinite;
}

#project-status .info-more {
    display: inline-block;
    position: relative;
}

#project-status .info-more > i {
    padding: 0 4px;
    cursor: pointer;
}

#project-status .info-more > span {
    text-decoration: underline;
}

#project-status .info-more .tooltip {
    pointer-events: none;
    background: #232323;
    width: 160px;
    padding: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    z-index: 100;
    box-shadow: 0 8px 16px rgba(0,0,0,.5);
    margin-top: -6px;
}

#project-status .info-more:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
}

#project-status .tooltip > span {
    color: #F6C964;
    font-weight: initial;
    cursor: pointer;
    display: inline-block;
}

#project-status .tooltip > span:hover {
    text-decoration: underline;
}

#project-status .info-more .tooltip:after {
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(31, 31, 31, 0);
    border-width: 8px;
    margin-left: -8px;
    border-bottom-color: #232323;
    top: -16px;
}

#project-configure .reveal {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 180px;
}

#editor header .back i {
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    position: relative;
    left: 0;
    opacity: 0.5;
    margin: 0 0 0 6px;
}

#editor header .back:hover i, #project-configure:hover i {
    /* left: -5px; */
    opacity: 1;
}

#editor header .scene-title {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    color: white;
    height: 36px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    padding: 0 4px;
}

#editor header .scene-title input {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: white;
    text-align: left;
    display: inline-block;
    min-width: auto;
    max-width: 420px;
    border-radius: 4px;
}

#editor header .scene-title input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

#editor header .fluid-center {
    position: absolute;
    width: 272px;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
}

#editor .main {
    height: 100%;
    height: calc(100vh - 48px);
    position: relative;
}

#editor .embed {
    width: calc(100% - 240px);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 240px;
    z-index: 1;
    border-top: navajowhite;
}

div#SphereEditable:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 85px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.85));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.72));
}

#editor .embed iframe {
    outline: none;
    border: none;
}

.editor-tab {
    position: relative;
}

#limitViewWrapper .btn {
    border-radius: 50%;
    z-index: 11;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.19);
    padding: 0;
    background: #232323;
    color: white;
    border: 1px solid rgba(255,255,255,.25);
}

#limitViewWrapper .btn.reset ul{width: 140px;left: -54px;}

#limitViewWrapper .btn.reset ul:hover {
    color: white;
}

#limitViewWrapper .btn.reset ul li:last-child {
    border-bottom: none;
}

#limitViewWrapper .btn:hover {
    opacity: 0.75;
}

#limitViewWrapper .btn i {
    vertical-align: text-bottom;
}

#limitViewWrapper .num {
    position: absolute;
    left: 0;
    top: 0;
    background: #232323;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
    text-align: center;
    padding: 0 16px;
}

#limitViewWrapper .btn.closeit {
    right: 65px;
    top: 10px;
    background: #232323;
    border: 1px solid rgba(255,255,255,.25);
    color: #FFF;
}

#limitViewWrapper .btn:hover {
    background: white;
    color: #ef5041;
    opacity: 1;
}

#limitViewWrapper .btn.reset {
    right: 117px;
    top: 10px;
}

#limitViewWrapper .btn.left, #limitViewWrapper .btn.right {
    left: 260px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#limitViewWrapper .btn.right {
    left: initial;
    right: 10px;
}

#limitViewWrapper .btn.right {
    right: 20px;
    top: 50%;
    margin-top: -20px;
}

#limitViewWrapper .btn.up, #limitViewWrapper .btn.down {
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-left: 120px;
}

#limitViewWrapper .btn.down {
    top: initial;
    bottom: 0;
}

#limitViewWrapper .btn:not(.reset):not(.closeit) {
    width: 120px;
    border-radius: 25px;
    overflow: hidden;
}

#limitViewWrapper #applyLimitForAll {
    background-color: white;
    left: 260px;
    top: 12px;
    width: auto;
    padding: 0 24px;
    border-radius: 4px;
    color: rgba(0,0,0,.25);
    transition: all .15s ease-out;
}

#limitViewWrapper #applyLimitForAll:hover,#limitViewWrapper #applyLimitForAll.active {
    color: rgba(0,0,0,1);
}

#limitViewWrapper .btn.down {
    bottom: 10px;
    left: 50%;
}

.note-editor .btn {
    padding: 5px 10px;
}

#scene-editor-controlbar {
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.09);
    height: 42px;
    width: 840px;
    position: fixed;
    z-index: 12;
    background: white;
    left: calc(240px + ((100% - 240px - 840px) / 2));
    bottom: 0;
    line-height: 45px;
    transition: all 0.15s ease-out;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#scene-editor-controlbar .btn-wrap {
    display: inline-block;
     position: relative;
    /* float: left; */
}

#scene-editor-controlbar .btn-wrap.ui-sortable-helper {
    box-shadow: 0 12px 24px rgba(0,0,0,.5);
    background:#EEE;
}

#scene-editor-controlbar .btn-wrap .actions {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 75px;
    text-align: center;
    pointer-events: none;
    /* display: none; */
}

#scene-editor-controlbar .btn-wrap .actions li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.1s ease-out;
    color: white;
    text-align: center;
    line-height: 32px;
    transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    background: rgb(21, 21, 21);
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    margin: 4px auto;
}

#scene-editor-controlbar .btn-wrap:hover .actions li {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

#scene-editor-controlbar .btn-wrap .actions li:hover {
    color: #F5373A;
    background: white;
}

#scene-editor-controlbar .btn-wrap:hover .actions li:nth-child(2) {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
}

#scene-editor-controlbar .btn-wrap:hover .actions {pointer-events: auto;}

#scene-editor-controlbar .loading {
    border-radius: 4px;
}

#scene-editor-controlbar .tips {
    position: absolute;
    top: -110px;
    width: 100%;
    background: rgb(255, 255, 255);
    left: 0;
    border-radius: 7px;
    padding: 9px;
    display: none;
    padding-left: 29px;
}

#scene-editor-controlbar:hover .tips {
    display: block;
}

#scene-editor-controlbar .tips li {
    line-height: 20px;
    list-style: square;
    color: #bbbbbb;
}

#scene-editor-controlbar .btn-new {
    cursor: pointer;
    border-right: 1px solid #CCC;
    font-size: 0.8em;
    left: 0;
    position: absolute;
    padding-left: 12px;
    padding-right: 9px;
    top: 5px;
    bottom: 4px;
    line-height: 37px;
    display: inline-block;
}

#scene-editor-controlbar .btn-group {
    width: 115px;
    position: absolute;
    bottom: 32px;
    text-align: center;
    left: -38px;
    padding: 10px;
    border-radius: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    filter: alpha(opacity=0);
}

#scene-editor-controlbar .btn-group.show {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

#scene-editor-controlbar .btn-group li {
    font-size: 11px;
    cursor: pointer;
    line-height: 18px;
    margin-bottom: 10px;
}

#scene-editor-controlbar .btn-group li:hover {
    color: #EF5041;
}

#scene-editor-controlbar .panel.arrow:after {
    border: 10px solid transparent;
    border-top: 10px solid white;
}

#scene-editor-controlbar .btn-group i {
    font-size: 23px;
    display: block;
}

#scene-editor-controlbar .btn-switch-theme {
    position: absolute;
    cursor: pointer;
    border-left: 1px solid #DDD;
    right: 0;
    top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 24px;
    color: #666;
    display: block;
    width: 36px;
}
#scene-editor-controlbar .btn-save{
    position: absolute;
    z-index: 1;
    right: 5px;
    border-radius: 20px;
    height: 30px;
    top: 5px;
    font-size: 11px;
    line-height: 30px;
}
#scene-editor-controlbar .tt {
    position: absolute;
    left: 16px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    opacity: .4;
    pointer-events: none;
    z-index: 12;
}

#scene-editor-controlbar .tools {
    position: absolute;
    height: 100%;
    background: white;
    padding: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    text-align: center;
}

#scene-editor-controlbar .tools .btn {
    height: 34px;
    width: 42px;
    padding: 0 4px;
    margin: 4px 0;
    border-radius: 0;
    transition: all 0.15s ease-out;
    border-radius: 4px;
    display: block;
    cursor: -webkit-grabbing;
}

#scene-editor-controlbar .tools .btn:hover, #scene-editor-controlbar .tools .btn:focus {
    background: #EEE;
    box-shadow: none;
}

#scene-editor-controlbar .tools .btn img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#scene-editor-controlbar .tools .btn.hideit {
    opacity: .4;
}

#scene-editor-controlbar .empty-msg {
    text-align: center;
    font-size: 12px;
    pointer-events: none;
}


/* scenes management */

#scene-editor {
    height: calc(100% - 220px);
    position: relative;
}

.toggle-market-min #scene-editor {
    height: 100%;
}

#editor.toggle-market-min .show-on-toggle {
    display: block;
    cursor: pointer;
}

#editor.toggle-market-min .show-on-toggle .toggle-button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#editor.toggle-market-min .hide-on-toggle {
    display: none;
}

/* scene management */

#scene-management {
    width: 240px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 4;
    background: #3E3E3E;
    box-shadow: none;
    margin: 0;
    border: none;
    padding: 16px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#scene-management .panel-header .toggle-button {
    color: white;
    width: 54px;
    height: 54px;
    display: block;
    display: inline-block;
    margin-right: 10px;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    font-size: 1.3em;
}

#scene-management .panel-header .search {
    width: calc(100% - 32px);
}

#scene-management .panel-header .search input {
    background: rgba(0, 0, 0, 0.25);
    color: white;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
    line-height: 36px;
    border-radius: 4px;
    padding: 0 12px;
    margin: 0 0 0 16px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 6px 12px rgba(0,0,0,.15);
    border: none;
}

#scene-management .panel-header .search input:focus {border-color: rgba(255, 255, 255, 0.5);}

#scene-management .panel-header .cta-button {padding: 12px 0;/* border-top: 1px solid rgba(255, 255, 255, 0.2); *//* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */}

#scene-management .panel-header .cta-button > ul {
    margin: 0 16px;
    border-radius: 2px;
    background: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    color: initial;
    border: none;
    position: relative;
}

#scene-management .cta-button ul.sub-menu {
    position: absolute;
    bottom: -90px;
    width: 180px;
    z-index: 11;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background: #2d2d2d;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px;
    border-radius: 4px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
    overflow: visible;
}

#scene-management .cta-button .reveal ul {
    width: 180px;
}

#scene-management .cta-button .reveal ul:before, #scene-management .cta-button .reveal ul:after {
    left: 54px;
}

#scene-management .cta-button ul.sub-menu:after, #scene-management .cta-button ul.sub-menu:before {
    bottom: 100%;
    left: 28%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#scene-management .cta-button ul.sub-menu:after {
    border-color: rgba(31, 31, 31, 0);
    border-bottom-color: #2d2d2d;
    border-width: 8px;
    margin-left: -8px;
}

#scene-management .cta-button ul.sub-menu:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.25);
    border-width: 9px;
    margin-left: -9px;
}

#scene-management .cta-button ul.sub-menu li {
    width: 100%;
    border: none!important;
    position: relative;
    height: auto;
    line-height: 19px;
    padding: 12px 0;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: none!important;
    color: white;
}

#scene-management .cta-button ul.sub-menu li:hover {
    background: rgba(0,0,0,.15);
}

#loadSphereFromDropbox .choices {top: 0px;left: 85%;}

#loadSphereFromDropbox .choices ul:before, #loadSphereFromDropbox .choices ul:after {
    display: none;
}
#loadSphereFromDropbox .choices span:hover {background: rgba(0,0,0,.15);}


#scene-management .cta-button ul.sub-menu li:hover .choices {
    opacity: 1;
    pointer-events: auto;
}

#scene-management .panel-header .cta-button > ul > li {
    text-align: center;
    width: 50%;
    float: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
}

#scene-management .panel-header .cta-button > ul > li:hover {
    background: rgba(243, 243, 243, 0.25);
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.5);
}

#scene-management .panel-header .cta-button > ul > li:first-child {
    border-right: 1px solid rgba(179, 179, 179, 0.2);
}

#scene-management .panel-header .cta-button li i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

#scene-management .panel-header .cta-button .btn-addNew {
    position: relative;
}

#scene-management .panel-header .cta-button .panel {
    width: 150px;
    position: absolute;
    padding: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
    -ms-transform: translateX(-50%) scale(0.8, 0.8);
    transform: translateX(-50%) scale(0.8, 0.8);
    top: 90px;
}

#scene-management .panel-header .cta-button .panel ul li {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#scene-management .panel-header .cta-button .panel ul li i,
#scene-management .panel-header .cta-button .panel ul li span {
    display: block;
    text-align: center;
}

#scene-management .panel-header .cta-button .panel ul li i {
    font-size: 2em;
    color: #EF5041;
    margin-bottom: 10px;
}

#scene-management .panel-header .cta-button .panel ul li span {
    font-size: 0.9em;
}

#scene-management .panel-header .cta-button .panel ul li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

#scene-management .panel-header .cta-button.toggle .panel {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    z-index: 99;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.23);
}

#scene-management .panel-body {
    height: calc(100% - 82px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

#scene-management .panel-body .loading-backdrop {
    position: absolute;
    width: 100%;
    height: calc(100%);
    background: rgba(62, 62, 62, 0.9);
}

#scene-management .scene-count {
    color: white;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 10px;
}

#scene-management .scene-group-title {
    position: relative;
    height: 42px;
    color: white;
}

#scene-management .scene-group-title .box {
    width: calc(100% - 10px);
    height: 100%;
}

#scene-management .scene-group-title .group-drag-trigger {
    height: 28px;
    top: 7px;
}

#scene-management .scene-group:nth-child(n+2) .scene-group-title .drag {display: block;}

#scene-management .scene-group-title .box span {
    line-height: 42px;
}

#scene-management .scene-group-title .box input {
    width: calc(100% - 48px);
    outline: none;
    /* background: rgba(41, 40, 40, 0.75); */
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    transition: all 0.15s ease-out;
    height: 28px;
    background: transparent;
    border: none;
}

#scene-management .scene-group:nth-child(n+2) .scene-group-title .box input {padding-left: 8px;border-radius: 0 4px 4px 0;background-color: rgba(0, 0, 0, 0.25);/* box-shadow: inset 0 6px 12px rgba(0,0,0,.15); */border: none;}

#scene-management .scene-group:nth-child(n+2) .scene-group-title .box input:focus {
    border-color: rgba(255,255,255,.5);
}

#scene-management .scene-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 16px;
    background: #2b2b2b;
}

#scene-management .scene-group.ui-sortable-helper {
    box-shadow: 0 12px 24px rgba(0,0,0,.5);
    border:1px solid rgba(255,255,255,.25);
}

#scene-management .scene-group .loading {
    position: absolute;
    background: rgba(62, 62, 62, 0.9);
    width: 100%;
    height: 100%;
}

#scene-management .scene-group .loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

#scene-management .scene-group-title .collapse-button {
    right: 0px;
    cursor: pointer;
}

#scene-management .scene-group-title .delete-button {
    right: 29px;
    /* background: #3e3e3e; */
    /* z-index: 2; */
    cursor: pointer;
}

#scene-management .scene-group-title .collapse-button,
#scene-management .scene-group-title .delete-button {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    text-align: center;
    line-height: 24px;
    font-size: 10px;
    background: rgba(0,0,0,.1);
    border-radius: 50%;
    color: rgba(255,255,255,.5);
    border: 1px solid rgba(255,255,255,.25);
}

#scene-management .scene-group-title .collapse-button:hover, #scene-management .scene-group-title .delete-button:hover {
    color: white;
}

#scene-management .scenes {min-height: 40px;}

#scene-management .card-scene {
    height: 84px;
    vertical-align: top;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    border-radius: 4px;
}

#scene-management .card-scene.ui-sortable-helper {
    box-shadow: 0 12px 24px rgba(0,0,0,.75);
}

#scene-management .card-scene:hover {
    border-color: white;
}

#scene-management .card-scene
 .img {
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    border-radius: 2px;
}

#scene-management .card-scene.active {
    border-color: #F6C964;
    border-width: 2px;
    box-shadow: 0 0 12px rgba(246, 201, 100, 0.25);
    animation: glow-grad 1s linear infinite;
    -webkit-animation: glow-grad 1s linear infinite;
}

#scene-management .card-scene.ui-sortable-placeholder {
    background: red;
    height: 75px;
    display: block;
}

#scene-management .card-scene input {
    border: 1px solid rgba(255, 255, 255, 0.25);
    outline: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 4px 8px 4px;
    color: white;
    border-radius: 4px;
    z-index: 2;
    position: relative;
}

#scene-management .card-scene input:focus {
    border-color: rgba(255, 255, 255, 0.5);
}

#scene-management .card-scene .hover-option {
    position: absolute;
    bottom: 5px;
    float: right;
    right: 160px;
}

#scene-management .card-scene .hover-option .toggle-button {
    margin-bottom: 10px;
}

#scene-management .card-scene .hover-option .reveal {
    position: absolute;
    width: 150px;
    right: 0;
    bottom: 0;
}

#scene-management .card-scene .hover-option .reveal li {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    border: 1px solid #EEE;
    float: right;
    margin-left: 5px;
    text-align: center;
    line-height: 36px;
}

#scene-management .card-scene .hover-option .reveal li i {
    font-size: 1.2em;
}

#scene-management .card-scene .hover-option .reveal li:hover {
    background: #EEE;
    border-color: transparent;
}

#scene-management .card-scene .hover-option:hover .toggle-button {
    opacity: 0;
    filter: alpha(opacity=0);
}

#scene-management .card-scene:last-child {
    margin-bottom: 12px;
}

/* end Scene Management */