<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    height: 100%;
}

body {
    overflow: hidden;
    margin: 0;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #606060;
    font-size: 14px;
}

a {
    color: #3399cc;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #47bcea;
    }

    a.btn:hover, a.btn:focus {
        color: #ffffff;
    }

hr {
    border-bottom: medium none;
    border-top: 1px solid #000000;
    border-left: none;
    border-right: none;
    box-shadow: 0 1px 0 0 rgba(53, 53, 53, 1);
}

#main {
    height: 100%;
    width: 100%;
}

#toolbox {
    position: relative;
    background-color: #2a2b2a;
    float: left;
    height: 100%;
    width: 25%;
}

#title {
    height: 60px;
    width: 100%;
    background-color: #2f3438;
}

.title-text {
    float: left;
}

    .title-text h1 {
        color: #ffffff;
        font-weight: 300;
        margin: 13px;
    }

    .title-text a {
        color: #ffffff;
    }

    .title-text .title-icon {
        vertical-align: bottom;
        margin-right: 10px;
    }

.logo {
    float: right;
    margin: 0 10px;
}

.btn {
    box-sizing: border-box;
    margin: 5px auto 10px;
    display: block;
    text-align: center;
    padding: 15px 5px;
    width: 98%;
    border: none;
    background: #3399cc;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 3px 0px 0px rgba(51,51,51,1);
    box-shadow: 0px 3px 0px 0px rgba(51,51,51,1);
}

    .btn:hover {
        background: #47bcea;
    }

    .btn img {
        vertical-align: top;
    }

    .btn.btn-orange {
        background: #ee7048;
        margin: 10px auto 10px;
    }

        .btn.btn-orange:hover {
            background: #f27f61;
        }

    .btn.btn-green {
        background: #2e9785;
    }

        .btn.btn-green:hover {
            background: #399e8b;
        }

    .btn.disabled,
    .btn[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=40);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .40;
        display: none;
    }

#app {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 35px;
    width: 100%;
    background-color: #2a2b2a;
}

#viewer {
    position: relative;
    float: right;
    height: 100%;
    width: 75%;
    margin-top: 5px;
}

#docuviewer {
    background: #d0d3d2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 51px;
    width: 99.6%;
}

#footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    font-size: 12px;
    width: 100%;
    color: #ffffff;
    background-color: #2f3438;
}

    #footer p {
        margin: 10px;
    }

    #footer .logo-footer {
        margin-right: 5px;
        vertical-align: bottom;
    }

#status-box {
    bottom: 5px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
}

#status {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 2px solid #2f3438;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 1%;
    padding: 20px;
    width: 98%;
    overflow: hidden;
}

.document-name {
    bottom: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    height: 35px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 99.6%;
}

    .document-name p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        padding: 5px 10px;
    }

.share-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(47, 52, 56, 0.90) none repeat scroll 0 0;
    z-index: 1000;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

    .share-wrapper h2 {
        font-weight: 300;
        font-size: 18px;
    }

    .share-wrapper .share-user {
        font-size: 24px;
        font-weight: 500;
    }

    .share-wrapper .share-content {
        background: rgba(162, 166, 167, 0.8) none repeat scroll 0 0;
        padding: 40px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 768px;
        margin: 0 auto;
        border: 1px solid #a2a7a6;
    }

        .share-wrapper .share-content .share-message {
            border: 1px solid #a2a7a6;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-family: "Times New Roman",serif;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 20px;
            margin-top: 20px;
            padding: 20px;
        }

        .share-wrapper .share-content .btn {
            display: inline-block;
            padding: 15px 30px;
            width: auto;
        }

.share-hidden {
    display: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.share-info {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(47, 52, 56, 0.9) none repeat scroll 0 0;
    z-index: 1010;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

    .share-info .share-info-content {
        background: rgba(162, 166, 167, 0.8) none repeat scroll 0 0;
        padding: 40px;
        text-align: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 768px;
        margin: 0 auto;
        border: 1px solid #a2a7a6;
    }

        .share-info .share-info-content input,
        .share-info .share-info-content textarea,
        .share-info .share-info-content select {
            display: block;
            width: 100%;
            padding: 10px;
            background: rgba(47, 52, 56, 0.8) none repeat scroll 0 0;
            border: 1px solid rgba(47, 52, 56, 0.4);
            color: #d0d3d2;
            font-family: 'Roboto', sans-serif;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .share-info .share-info-content option {
            background: #2f3438;
            font-size: 14px;
            border: none;
        }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #2f3438 inset;
    border: 1px solid #2f3438 !important;
    -webkit-text-fill-color: #d0d3d2;
}

    input:-webkit-autofill:focus {
        -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #2f3438 inset;
        border: 1px solid #2f3438 !important;
        -webkit-text-fill-color: #d0d3d2;
    }


.share-info .share-info-content label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

.share-info .share-info-content .btn {
    width: 100%;
}

.close-share:after {
    opacity: 0.6;
    top: 0;
    right: 0;
    cursor: pointer;
    content: "\f00d";
    position: absolute;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 24px;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.close-share:hover:after {
    opacity: 1;
}

.upload-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(47, 52, 56, 0.8) none repeat scroll 0 0;
    z-index: 1000;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

    .upload-wrapper h2 {
        font-weight: 300;
        font-size: 18px;
    }

    .upload-wrapper .upload-expiration {
        font-size: 24px;
        font-weight: 500;
    }

    .upload-wrapper .upload-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-width: 768px;
        margin: 0 auto;
    }

        .upload-wrapper .upload-content .upload-link {
            background: none;
            border: 1px solid #2f3438;
            color: #ffffff;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            font-family: "Times New Roman",serif;
            font-size: 18px;
            font-style: italic;
            margin-bottom: 20px;
            margin-top: 20px;
            padding: 20px 10px;
            width: 100%;
            text-align: center;
            resize: none;
            box-sizing: border-box;
            overflow: hidden;
        }

        .upload-wrapper .upload-content .btn {
            display: inline-block;
            padding: 15px 30px;
            width: auto;
        }

.upload-hidden {
    display: none;
}

.form-control {
    width: 100%;
    margin-bottom: 25px;
}
</pre></body></html>