<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Guide */

/* Guide Overlay */
.guide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color:rgba(0, 0, 0, 0);
    z-index: 22;
}

/* Step */
.step {
    position: absolute;
    background-color: #fff;
    border: 0px solid #000;
    left: 120px;
    bottom: 175px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
    width: 375px;
}

.step-header {
    padding: 10px;
    float: left;
    background-color: rgb(45, 58, 66);  
    width: 100%;
}

.step-header h4 {
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.step-close {
    
}

.step-inner {
    float: left;
    padding: 0px 10px 9px 10px;
    width: 100%;
    background-color: rgb(45, 58, 66);
}

.step-text {
    padding: 0 0 0 0;
    position: relative;
    width: 100%;
}

.step-text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

/* Step Buttons */
.step-buttons {
    float: right;    
}
.step-button {
    float: left;
    /*width: 40px;
    height: 40px;*/
    cursor: pointer;
    text-align: center;
    /*opacity: 0.5;*/
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}
.step-button:hover {
    opacity: 1;
}

.step-button.step-button-disabled:hover {
    opacity: 0.25;
}

.step-previous:after, .step-next:after {
    content: '&gt;';
    color: #000;
    /*font-size: 30px;
    line-height: 40px;*/
    margin: 0 0px 0 5px;
}
.step-previous:after {
    content: '&lt;';
    margin: 0 5px 0 0px;
    float: left;
}
.step-previous {
    margin: 0 5px 0 0;
    
}
.step-next {
  
}

.step-button-disabled {
    opacity: 0.25;    
}

/* Exit Guide Mode */
.exit-guide-mode {
    /*left: 160px;
    top: 72px;
    position: absolute;*/
    position: relative;
    float: left;
    
}

/* Welcome Splash */
.dialog-type-welcome-splash .dialog-box-title {
    display: none;    
}

#dialog-box.dialog-type-welcome-splash {
    background-image: url(images/splash-lapse-v1.jpg);
    background-size: cover;
    margin-left: -420px;
    width: 840px;
    height: 575px;
}

#dialog-box.dialog-type-welcome-splash .inner {
    padding: 20px;
    background-color:transparent;
    height: 100%;
}

#dialog-box.dialog-type-welcome-splash .dialog-cancel {
    font-size: 20px;
}

#dialog-box.dialog-type-welcome-splash .dialog-box-contents {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

#dialog-box.dialog-type-welcome-splash h2 {
    font-size: 80px;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    opacity: 0.75;
    font-family: 'gotham_roundedlight'; 
    line-height: normal;
}

#dialog-box.dialog-type-welcome-splash h2 .smaller {
    font-size: 18px;
    width: 100%;
    float: left;
    margin: 0px 0 -15px 0;
    padding: 0 0 0 0;
}

#dialog-box.dialog-type-welcome-splash .splash-buttons {
    position: absolute;
    right: 0px;
    bottom:0px;
    width: 100%;
}

#dialog-box.dialog-type-welcome-splash .splash-buttons .button {
    float: right;
}

#dialog-box.dialog-type-welcome-splash .splash-buttons .button-alt {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

#dialog-box.dialog-type-welcome-splash .splash-controls {
    float: left;
    margin: 10px 0 0 0;
}

#dialog-box.dialog-type-welcome-splash .start-guide {
    margin: 0 20px 0 0px;
}

#dialog-box.dialog-type-welcome-splash .splash-controls label {
    cursor: pointer;
    margin: 0 0 0 0;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 0 0;
    text-transform: none;
}

#dialog-box.dialog-type-welcome-splash .splash-controls input[type=checkbox] {
    margin: 7px 10px 0 0px;
    float: left;
}

/* Guide Control Bar */
.guide-control-bar {
    /*position: absolute;
    width: 750px;
    bottom: 120px;
    left: 60px;*/
    border: 2px solid rgb(45, 58, 66); 
    background-color: #fff;
    padding: 5px;
    position: relative;
    float: left;
    width: 100%;
}

.guide-control-bar .button {
    background-color: #ccc;
    color: #000;    
}

/* Laspe Guide */
.guide-lapse-frame-step {
    position: absolute;
    top: 50%;
    list-style: none;
}

.guide-lapse-frame-step .delete-button, .guide-lapse-frame-step .rotate_selected {
    display: none;
}

.guide-lapse-frame-step h4, .guide-lapse-frame-step:hover .hover-controls {
    display: none!important;
}

.mouse-hand {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    /*background-color: red;*/
    background-image: url(images/mouse-hand.svg);
    background-size: 25px 25px;
}</pre></body></html>