<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { margin: 0; padding: 0; font-size: 16px; font-family: 'Trebuchet MS', Arial, Sans-Serif; }
div, input { box-sizing: border-box; }

body, html, .ui-main {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ui-main {
    background-color: #989898;
    position: absolute;
}

/* menu panel */

.menu-panel {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.menu-panel .buttons-container {
    position: relative;
    margin-left: -40px;
    z-index: 4;
}

.menu-panel .btn-overlay a.button-active {
    color: #bbb;
}

.menu-panel .menu-container {
    color: #fff;
    position: relative;
    padding-right: 40px;
    margin-right: 0;
    min-width: 240px;
    opacity: 0.95;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.5);
    display: none;
    font-size: 15px;
}

.menu-panel .menu-items-ext {
    padding: 10px 10px 10px;
    text-align: center;
}

.menu-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-panel ul li {
    display: block;
    line-height: 38px;
}

.menu-panel ul li a:hover, .btn-solid:hover {
    background: rgba(255,255,255,0.2);
    color: inherit;
}

.menu-panel ul li a {
    display: block;
    text-decoration: none;
    line-height: 38px;
    padding: 0 20px;
    color: #a0a0a0;
}

.menu-panel .menu-contact a {
    display: block;
    text-decoration: none;
    line-height: 26px;
    color: #a0a0a0;
}

.menu-panel .menu-contact a:hover {
    color: inherit;
}

.menu-panel .day-video-title {
    text-align: center;
    margin: 10px 0 5px;
    color: #222;
}

.menu-panel .fb-container {
    text-align: center;
    min-height: 20px;
}

.menu-panel .menu-contact {
    font-size: 80%;
}

.menu-panel .video-days-select {
    display: block;
    width: 100%;
    height: 30px;
    color: #a0a0a0;
    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 0 0 0 5px;
    margin-bottom: 5px;
}

.menu-panel .video-days-select,
.menu-panel .video-days-select option {
    font-size: 14px;
    outline: none;
    box-shadow: none;
    font-family: inherit;
    background: none;
}

.menu-panel .video-days-select option {
    color: #555;
}

.menu-panel .btn-camera-video {
    position: relative;
    margin-bottom: 5px;
}

.menu-panel .video-spinner {
    height: 11px;
    background: url(/Images/ajax-loader.gif) no-repeat center center;
    opacity: 0.7;
    display: none;
    margin-bottom: 5px;
}

.menu-panel .btn-back-pictures {
    display: none;
}

/* navigation panel */

.nav-panel .spinner-container {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    bottom: 0;
    background: url(/Images/image-loading.gif) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0.6;
    pointer-events: none;
    display: none;
}

.nav-panel .title-container {
    position: absolute;
    width: 100%;
    bottom: 42px;
    pointer-events: none;
}

.nav-panel .buttons-container {
    position: absolute;
    left: 50%;
    width: 120px;
    margin-left: -60px;
    bottom: 1px;
    /*z-index: 4;*/
}

.nav-panel .btn-left,
.nav-panel .btn-right {
    float: left;
}

.nav-panel .nav-title {
    display: table;
    margin: 0 auto;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 12px;
    color: #fff;
    text-align: center;
    opacity: 0.6;
}

/* viewer panel */

.viewer-panel {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.viewer-panel #viewer {
    margin: 0 auto;
}

.viewer-panel #viewer .overlay {
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.pictures-panel {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    pointer-events: none;
}

.pictures-panel .buttons-container {
    position: relative;
    margin-right: -40px;
    z-index: 4;
    pointer-events: all;
}

.pictures-panel .buttons-container.active .btn-overlay {
    background-color: transparent;
}

.pictures-panel .pictures-container,
.pictures-panel .cameras-container {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding: 10px 10px 0 45px;
    max-height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.95;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
    display: none;
    pointer-events: all;
}

.pictures-panel .picture-item {
    margin: 0 0 10px;
    background-color: #222;
    position: relative;
}

.pictures-panel .picture-item &gt; div {
    font-size: 14px;
    margin: 0;
    padding: 2px 3px;
    position: absolute;
    right: 0;
    color: #eee;
    text-align: center;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.95;
}

.pictures-panel .pictures-inner-container &gt; span {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #eee;
    margin: 3px 0 3px;
}

.pictures-panel .camera-item {
    margin: 0 0 10px;
    background-color: #222;
    position: relative;
}

.pictures-panel .camera-item &gt; span {
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 3px 3px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #eee;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0.9;
}

.pictures-inner-container img,
.cameras-inner-container img {
    display: block;
    width: 100%;
}

.pictures-panel .btn-camera {
    display: none;
}

.flexbox-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}

.btn-home {
    background: url(/Images/home.png) no-repeat center center;
    text-decoration: none;
}

.btn-menu {
    background: url(/Images/menu.png) no-repeat center center;
}

.btn-fullscreen {
    background: url(/Images/fullscreen.png) no-repeat center center;
}

.btn-camera {
    background: url(/Images/camera.png) no-repeat center center;
}

.btn-picture {
    background: url(/Images/pictures.png) no-repeat center center;
}

.btn-fb-share {
    background: url(/Images/fb-share.png) no-repeat center center;
    text-decoration: none;
    display: none;
}

.btn-overlay {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.btn-overlay a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    cursor: default;
}

.btn-overlay:hover,
.btn-overlay.active {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}

.btn-navigation {
    width: 60px;
    height: 40px;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.6;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.btn-navigation:hover {
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0.8;
}

.arrow-left, .arrow-right {
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: border-box;
    margin-top: 12px;
}

.arrow-left {
    margin-left: 27px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-right {
    margin-left: 18px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.btn-navigation.disabled .arrow-left,
.btn-navigation.disabled .arrow-right {
    border-top: 2px solid #999;
    border-left: 2px solid #999;
}

.btn-solid {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #a0a0a0;

    -webkit-transition: background .1s ease-out;
    -moz-transition: background  .1s ease-out;
    -o-transition: background  .1s ease-out;
    transition: background  .1s ease-out;

    border-radius: 0;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
}

/* video panel */

.video-panel {
    display: none;
}

.video-panel .video-container {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #989898;
}

.video-panel video {
    margin: 0 auto;
    display: block;
}

.video-panel .video-return {
    display: none;
    position: absolute;
    cursor: default;
    width: 230px;
    margin-left: -105px;
    left: 50%;
    bottom: 50px;
}

.video-return .btn-overlay {
    float: left;
    width: 110px;
    padding: 0 5px;
    opacity: 1;
}

.video-panel .btn-video-replay {
    margin-right: 10px;
}

/* login panel */

.login-panel {
    display: none;
}

.login-panel .login-container {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.6);
}

.login-panel .btn-close {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.login-panel .btn-login {
    background: #12aff1;
    border: none;
    color: #fff;
}

.login-panel .login-inner-container {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    opacity: 0.9;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.login-panel .login-content {
    padding: 30px 30px 20px;
    color: #222;
}

.login-panel .login-content &gt; div {
    margin-bottom: 10px;
}

.login-panel input[type=text],
.login-panel input[type=password] {
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #999;
    font-size: 14px;
    padding: 6px 6px;
    margin-top: 3px;
}

.login-panel input[type=text]:focus,
.login-panel input[type=password]:focus {
    border-color: #66afe9;
}

.login-panel input[type=checkbox] {
    display: block;
    margin-left: 0;
}

.login-panel .login-message {
    color: #f00;
}

.x-btn {
    position: relative;
    width: 16px;
    height: 16px;
}
.x-btn div {
    height: 16px;
    border-left: 1px solid #777;
    position: absolute;
    left: 7px;
}
.x-btn div:first-child {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.x-btn div:first-child + div {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.x-btn:hover div {
    border-left: 1px solid #222;
}

/* tooltips */

.ui-tooltip {
    text-align: center;
    border: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    background: #f5f5b5;
    border: 1px solid #deca7e;
}
body .ui-tooltip {
    border-width: 1px;
}
.ui-widget {
    font-family: inherit;
}
.ui-tooltip-content {
    font-size: 80%;
}
</pre></body></html>