@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

html, body {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: whitesmoke;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.body {
    width: 100%;
    max-width: 900px;
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    background-color: white;
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    position: relative;
}
    .body h1 {
        font-family: Gill Sans, Calibri, sans-serif;
        font-size: 34px;
        font-weight: 400;
        line-height: 125%;
        margin-top: 0;
    }
    .wrapper {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
        .byline {
            font-family: Arial, sans-serif;
            font-size: 14px; 
            float: right;
            margin-top: -20px;
            margin-bottom: 14px;
        }
        .header-image {
            width: 100%;
        }
        .credit-caption {
            font-size: 12px;
            font-family: Arial, sans-serif;
            color: #888;
            line-height: 125%;
            margin-bottom: 32px;
        }
            .caption {
                margin-top: 0;
                margin-bottom: 8px;
                line-height: 150%;
            }
            .credit {
                font-size: 11px;
                font-style: italic;
                color: #aaa;
            }
    .copyright {
        text-align: right;
        font-family: Arial, sans-serif;
        font-size: 12px;
        color: #888;
    }
.modal {
    height: 100%;
    width: 100%;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity,background 0.4s ease;
    z-index: 2;
}
.tutorial .modal {
    opacity: 1;
}
    .arrow-image {
        width: 200px;
        position: absolute;
        top: 10px;
        right: 44px;
    }
    .arrow-details,
    .step-details {
        position: absolute;
        top: 96px;
        color: white;
        font-family: Lato;
        font-size: 30px;
        right: 257px;
        margin: 0;
    }
    .arrow-details {
        text-align: right;
    }
    .arrow-left,
    .step-details {
        width: 115px;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }
    .step-details {
        font-size: 24px;
        left: 125px;
        white-space: nowrap;
    }
@media (max-width: 640px) {
    .step-details {
        white-space: normal;
    }
}
    .step-details:before {
        content: 'Click this to ';
    }
    .step {
        position: absolute;
        top: 50%;
        left: 60px;
        display: none;
        transition: transform 0.2s ease;
    }

    .step.highlight {
        transform: translateY(-52.5px);
    }
    .highlight .step-details:after {
        content: 'highlight text';
    }

    .student .step.highlight,
    .step.sticky {
        transform: translateY(-17.5px)
    }
    .sticky .step-details:after {
        content: 'insert a sticky note';
    }

    .student .step.sticky,
    .step.question {
        transform: translateY(17.5px);
    }
    .question .step-details:after {
        content: 'insert a question';
    }

    .step.discussion {
        transform: translateY(52.5px);
    }
    .discussion .step-details:after {
        content: 'insert a discussion';
    }

    .next {
        position: absolute;
        bottom: 27px;
        right: 44px;
        height: 44px;
        background-color: #3498DB;
        color: white;
        border-radius: 4px;
        width: 71px;
        font-family: Lato;
        display: none;
        border: 0;
        padding: 0;
        font-size: 16px;
        cursor: pointer;
        pointer-events: all;
        font-size: 19px;
    }
    .next.go-to-dashboard {
        width: 164px;
        position: fixed;
    }

.tutorial {
    background-color: #494949;
}
    body:before {
        content: '';
        left: calc(50% - 450px);
        width: 900px;
        height: 100%;
        top: 0;
        position: fixed;
        z-index: 1;
        transition: background 0.4s ease;
        pointer-events: none;
    }
    .tutorial:before {
        background-color: rgba(0,0,0,0.7);
        pointer-events: all;
    }
    .hidden-modal:before {
        background: none;
        pointer-events: none;
    }
    body .docent > .docent-news, body .docent > .docent-loading {
        font-size: 24px;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto;
        margin: 0;
    }
    body .docent > .docent-news {
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        background-color: #559;
        box-sizing: border-box;
        /* test */
        top: 33%;
        left: 50%;
        width: auto;
        border-radius: 10px;
        padding: 20px;
        background-color: rgba(67, 67, 142, 0.9);
        transform: translate(-50%,-33%);
        pointer-events: none;
        /**/
    }
    body .docent > .docent-news > input {
        font-family: Lato;
        border: 0;
        border-radius: 3px;
        font-size: 21px;
        width: 496px;
        padding: 5px 8px;
        margin: 5px 3px;
        color: #666;
        max-width: 100%;
        box-sizing: border-box;
        pointer-events: all;
    }
body {
    transition: background 0.4s ease;
}

.hidden-modal .modal .step {
    display: none !important;
}

.docent-sidebar-toggle {
    display: none !important;
}
.docent-sidebar {
    transition: background-color 0.4s ease;
}
.tutorial .docent .docent-sidebar {
    background-color: #18192D;
}
.docent-sidebar div {
    transition: opacity 0.4s ease;
}
.tutorial .docent .docent-sidebar div {
    transition-property: background-color, opacity;
    opacity: 0.22;
    pointer-events: none;
}
.docent-sidebar .docent-feedback {
    transition-property: bottom, left, width, height, transform, background-color, color !important;
}
.tutorial .docent .docent-sidebar .docent-feedback {
    opacity: 1;
    background-color: #18192D;
    color: #4c4c4c;
}
.tutorial .docent-tooltip {
    display: none;
}
#cursor {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: scale(0.5) translate(-50%, -50%);
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    pointer-events: none;
}
#cursor.default {
    transform: scale(0.5) translate(-50%, -50%) translate(-6px, -8px);
    -webkit-transform: scale(0.5) translate(-50%, -50%) translate(-6px, -8px);   
}
#cursor.pointer {
    transform: scale(0.5) translate(-50%, -50%) translate(-12px, -2px);
    -webkit-transform: scale(0.5) translate(-50%, -50%) translate(-12px, -2px);   
}
#cursor.select {
    transform: scale(0.5) translate(-50%, -50%) translate(-10px, -20px);
    -webkit-transform: scale(0.5) translate(-50%, -50%) translate(-10px, -20px);
}
@media (max-width: 710px) {
    .body {
        padding-left: 60px;
        padding-right: 40px;
    }
}
