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

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

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
}
:not([contenteditable="true"]) {
    -webkit-user-select: auto;
}
body {
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
}
#signinButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 338px;
    height: auto;
    text-align: center;
    background-color: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
    #signinButton > p {
        font-family: Lato;
        font-size: 16px;
        font-weight: 400;
        padding: 0;
        color: #333;
        background-image: url('https://insertlearning.com/images/logo.png');
        background-repeat: no-repeat;
        background-position: 16px center;
        background-size: 36px;
        line-height: 36px;
        padding-left: 32px;
        margin: 18px 0;
    }
    .g-signin2 {
        display: inline-block;
        margin: 0 auto 30px;
    }
    .custom.g-signin2 {
        background-color: #427FED;
        color: white;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        font-family: Lato;
        font-size: 14px;
        width: 190px;
        display: block;
        cursor: pointer;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
        transition: box-shadow 0.218s ease;
    }
    .custom.g-signin2:hover {
        box-shadow: 0px 0px 3px 3px rgba(66, 133, 244, 0.3);
    }
        .custom.g-signin2:before {
            display: block;
            float: left;
            line-height: 42px;
            width: 40px;
            font-size: 22px;
            font-family: FontAwesome;
            content: '\f1a0';
            margin-right: -10px;
        }
        .custom.g-signin2:after {
            content: 'Sign in with Google';
        }
        .custom.g-signin2 > div {
            display: none;
        }
#signin-trouble {
    display: block;
    margin: -10px auto 25px;
    height: 32px;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.247);
    cursor: pointer;
}
.microsoft-signin {
    background-image: url('../microsoft_signin.svg');
    height: 41px;
    width: 215px;
    cursor: pointer;
    margin: 0 auto 30px;
    border: 0;
    display: none;
}
#settings {
    background-color: whitesmoke;
    position: relative;
    min-width: 340px;
    width: 340px;
    height: 210px;
    margin: 0 auto;
    top: 33.33%;
    transform: translateY(-33.33%);
    -webkit-transform: translateY(-33.33%);
    border-radius: 10px;
    display: none;
}
#settings.simple {
    height: 150px;
}
    #settings > img {
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 25px;
    }
    #settings > p {
        position: absolute;
        top: 15px;
        left: 75px;
        font-family: Lato;
        font-weight: 400;
        line-height: 1;
        font-size: 15px;
        padding: 0;
        margin: 5px;
    }
    #settings > p:last-of-type {
        top: 40px;
        font-weight: 300;
    }
    .sign-out {
        width: 75px;
        height: 50px;
        border-radius: 10px;
        position: absolute;
        right: 15px;
        color: whitesmoke;
        border: 0;
        font-family: Lato;
        font-weight: 300;
        top: 15px;
        background-color: #555;
        font-size: 12.5px;
        cursor: pointer;
    }
    #settings > label {
        position: absolute;
        left: 15px;
        font-family: Lato;
        font-weight: 300;
        top: 75px;
        margin: 5px;
        font-size: 15px;
    }
    #settings > select {
        position: absolute;
        top: 100px;
        width: calc(100% - 30px);
        font-size: 15px;
        padding: 5px;
        font-family: Lato;
        left: 15px;
    }
    #settings.simple > label,
    #settings.simple > select {
        display: none;
    }
    .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        border: 0;
        padding: 0;
        border-radius: 10px;
        background-color: whitesmoke;
        color: #555;
        font-family: Lato;
        font-weight: 300;
        font-size: 10px;
        cursor: pointer;
    }

#new-user {
    background-color: whitesmoke;
    position: relative;
    width: 290px;
    height: 155px;
    margin: 0 auto;
    top: 33.33%;
    transform: translateY(-33.33%);
    -webkit-transform: translateY(-33.33%);
    border-radius: 10px;
    display: none;
    z-index: 4;
}
    #new-user > p {
        position: absolute;
        top: 15px;
        left: 0;
        font-family: Lato;
        font-weight: 400;
        line-height: 180%;
        font-size: 15px;
        padding: 0;
        text-align: center;
        width: 100%;
        margin: 0;
    }
    .signup-as-student,
    .signup-as-teacher {
        height: 50px;
        border-radius: 10px;
        border: 0;
        color: white;
        background-color: #ed6f23;
        font-family: Lato;
        font-size: 14px;
        cursor: pointer;
        outline: 0;
        position: absolute;
        bottom: 20px;
        left: 10%;
        width: 35%;
    }
    .signup-as-teacher {
        right: 10%;
        left: auto;
        background-color: #3498DB;
    }
.payment-form {
    background-color: whitesmoke;
    position: relative;
    width: 240px;
    height: 350px;
    padding: 20px;
    margin: 0 auto;
    top: 33.33%;
    transform: translateY(-33.33%);
    -webkit-transform: translateY(-33.33%);
    border-radius: 10px;
    display: none;
    font-family: Lato;
    line-height: 28px;
}
    .payment-title {
        margin: 0;
    }
    .payment-reason,
    .payment-info {
        line-height: 22px;
    }
        .payment-info a[href] {
            color: #3498DB
        }
    .payment-form label {
        padding-left: 10px;
    }
        label[for] > span {
            float: right;
            margin-right: 4px;
        }
    .payment-form button {
        height: 44px;
        border: 0;
        border-radius: 5px;
        font-family: Lato;
        color: #fff;
        font-size: 14px;
        width: 110px;
        cursor: pointer;
        position: absolute;
        bottom: 20px;
    }
    .payment-cancel, .payment-back {
        background-color: #888;
        left: 20px;
    }
    .payment-continue, .payment-submit {
        background-color: #3498DB;
        right: 20px;
    }
    .payment-details {
        display: none;
    }
    .payment-description {
        margin: 5px 0px 14.5px;
    }
        .payment-description[data-plan="year"]:before {
            content: 'Yearly ';
        }
        .payment-description[data-plan="year"]:after {
            content: '$99';
            float: right;
            margin-right: 4px;
        }
        .payment-description[data-plan="month"]:before {
            content: 'Monthly ';
        }
        .payment-description[data-plan="month"]:after {
            content: '$19.99';
            float: right;
            margin-right: 4px;
        }
        .payment-description[data-amount]:after {
            content: '$' attr(data-amount);
        }
    .payment-input {
        background-color: #fff;
        line-height: 1;
        padding: 10px;
        float: left;
        width: 50%;
        overflow: hidden;
        white-space: nowrap;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border: 1px solid #ccc;
    }
        .payment-input:before {
            text-align: center;
            width: 16px;
            display: inline-block;
            color: #ED6F23;
        }
        .payment-input > input {
            border: 0;
            font-family: Lato;
            font-size: 14px;
            padding: 0 5px;
            outline: 0;
            margin: 0;
        }
    .payment-input.fa-tag {
        border-radius: 5px;
        width: 100%;
        margin-top: 17.5px;
    }
    .payment-input.fa-user-o {
        border-radius: 5px 5px 0 0;
        width: 100%;
        border-bottom: 0;
    }
        .payment-cc-name {
            width: 195px;
        }
    .payment-input.fa-envelope-o {
        border-radius: 0 0 5px 5px;
        width: 100%;
        margin-bottom: 15px;
    }
        .payment-cc-email {
            width: 195px;
        }
    .payment-input.fa-credit-card {
        border-radius: 5px 5px 0 0;
        width: 100%;
        border-bottom: 0;
        background-repeat: no-repeat;
        background-position: right 5px center;
    }
        .payment-card-type {
            padding: 2px 16px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: 32px 20px;
        }
        .amex + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/amex.png');
        }
        .dinersclub + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/dinersclub.png');
        }
        .discover + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/discover.png');
        }
        .jcb + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/jcb.png');
        }
        .mastercard + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/mastercard.png');
        }
        .visa + .payment-card-type {
            background-image: url('https://insertlearning.com/images/cards/visa.png');
        }
    .payment-input.fa-calendar-o {
        border-right: 0;
    }
        .payment-cc-exp, .payment-cc-cvc {
            width: 65px;
        }
    .payment-input.fa-map-marker {
        border-radius: 0 0 5px 5px;
        width: 100%;
        border-top: 0;
    }
        .payment-cc-zip {
            width: 195px;
        }
    .payment-input.focus {
        box-shadow: 0 0 3px #00f inset;
        -webkit-box-shadow: 0 0 3px #00f inset;
    }
    .payment-input.error {
        box-shadow: 0px 0px 1px 1px #f00 inset;
        -webkit-box-shadow: 0px 0px 1px 1px #f00 inset;
    }

/* taken from dashboard.css */
.docent-mark, .docent-done, .docent-share {
    height: 50px;
    border-radius: 10px;
    border: 0;
    color: white;
    background-color: #ed6f23;
    font-family: Lato;
    font-size: 14px;
    cursor: pointer;
    outline: 0;
    width: 110px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
    .docent-mark:before {
        content: 'Mark as Done';
    }
.docent-done {
    background-color: whitesmoke;
    border: 1px solid rgba(54, 174, 79, 0.4);
    width: 95px;
    font-size: 22px;
    color: #36ae4f;
}
    .docent-done:before {
        content: 'Done';
        font-size: 16px;
        transform: translateY(-2px);
        display: inline-block;
    }
    .docent-done:after {
        content: '\f00c';
        font-family: FontAwesome;
        display: inline-block;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 6px;
    }
.docent-share {
    background-color: #3498DB;
    padding: 0;
    width: 90px;
    padding-right: 46px;
}
    .docent-share:before {
        content: "\f045";
        font-family: FontAwesome;
        font-size: 21px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .docent-share:after {
        content: 'Share';
        position: absolute;
        top: 16px;
        right: 14px;
    }

.docent-options-list {
    display: none;
    position: absolute;
    top: 33.33%;
    left: 50%;
    transform: translate(-50%, -33.33%);
    -webkit-transform: translate(-50%, -33.33%);
    border-radius: 8px;
    padding: 5px 0;
    background-color: #fff;
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .docent-options-list-item {
        padding: 15px 20px;
        padding-right: 25px;
        cursor: pointer;
        margin: 0;
        line-height: 1;
        white-space: nowrap;
    }
        .docent-options-list-item > .fa {
            margin-right: 10px;
        }
    .docent-options-list-item:hover {
        background-color: whitesmoke;
    }

.modal {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
}
    .share-to-google-classroom-dialog, .publish-google-doc-dialog, .convert-pdf-dialog, .warning-dialog, .signin-troubleshooting-dialog, .modal-dialog {
        margin: 0 auto;
        position: relative;
        top: 33.33%;
        transform: translateY(-33.33%);
        -webkit-transform: translateY(-33.33%);
        background-color: #F5F5F5;
        border-radius: 8px;
        padding: 20px;
        height: 110px;
        width: 160px;
        font-family: Lato;
        font-weight: 300;
    }
    .modal-dialog {
        height: auto;
        display: none;
    }
        .modal-input {
            font-family: Lato;
            font-size: 14px;
            font-weight: 400;
            padding: 10px;
            width: 100%;
            margin-top: 5px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }
        .modal-confirm, .modal-cancel {
            font-size: 14px;
            font-family: Lato;
            height: 44px;
            width: 70px;
            background-color: #3498DB;
            color: #F5F5F5;
            border: 0;
            border-radius: 4px;
            position: absolute;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
        }
        .modal-cancel {
            left: 20px;
            right: auto;
            background-color: #555;
        }
    .docent-assign-dialog {
        width: 300px;
        border-radius: 15px;
        padding: 10px 5px;
        font-weight: 400;
    }
    .docent-assign-dialog.overflowing {
        margin: 44px auto;
        top: 0;
        transform: none;
        -webkit-transform: none;
    }
        .modal-close {
            position: absolute;
            top: 0;
            right: 0;
            width: 36px;
            height: 36px;
            cursor: pointer;
            background-color: inherit;
            border-radius: inherit;
            border: 0;
            padding: 0;
            color: #aaa;
            font-size: 16px;
            outline: 0;
        }
        .docent-assign-title {
            font-family: Lato;
            font-size: 18px;
            height: 32px;
            font-weight: 400;
            margin: 8px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .docent-assign-info {
            font-family: Lato;
            padding: 5px 0px;
            margin: 0px 10px;
            color: #3498DB;
            font-size: 14px;
        }
        .docent-assign-note {
            margin: 6px 12px;
            font-size: 14px;
            color: #333;
        }
        .docent-assign-new-course {
            color: #3498DB;
        }
        .docent-assign-select {
            margin: 10px 6px;
            background-color: #fff;
            min-height: 160px;
            max-height: 320px;
            overflow-y: auto;
            border: 1px solid #ccc;
            border-radius: 6px;
        }
        .docent-assign-new-course,
        .docent-assign-option {
            font-family: Lato;
            line-height: 24px;
            padding: 10px;
            padding-right: 36px;
            margin: 0;
            cursor: pointer;
        }
        .docent-assigned {
            background-color: #E1F0FA;
            position: relative;
        }
            .docent-assigned:after {
                content: '\f00c';
                font-family: FontAwesome;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                text-align: center;
                width: 36px;
                color: #3498DB;
            }
        .docent-assigned + .docent-assigned {
            box-shadow: 0 -10px 0 0 #E1F0FA;
        }
        .docent-assign-confirm {
            position: static;
            width: 104px;
            margin: 8px;
            float: left;
        }
        .share-to-google-classroom {
            height: 44px;
            width: 44px;
            border-radius: 5px;
            border: 1px solid #CCC;
            background-color: #FBFBFB;
            background-image: url('https://insertlearning.com/images/google-classroom.png');
            background-size: 32px 32px;
            background-repeat: no-repeat;
            background-position: center;
            padding: 0;
            margin: 8px;
            float: left;
            cursor: pointer;
        }
        .docent-assign-dialog .teams-share-button {
            height: 44px;
            width: 44px;
            border-radius: 5px;
            border: 1px solid #CCC;
            background-color: #FBFBFB;
            padding: 0;
            margin: 8px;
            cursor: pointer;
            float: left;
        }
            .docent-assign-dialog .teams-share-button img {
                padding: 3.75px 5px;
            }
        .docent-assign-dialog .docent-assign-copy-link {
            height: 44px;
            width: 44px;
            border-radius: 5px;
            border: 1px solid #CCC;
            background-color: #FBFBFB;
            padding: 0;
            margin: 8px;
            font-size: 21px;
            line-height: 44px;
            cursor: pointer;
        }
        .docent-assign-hidden-link {
            float: left;
            height: 0;
            padding: 0;
            border: 0;
        }
    .share-to-google-classroom-dialog {
        height: auto;
        width: 335px;
        max-width: 100%;
        box-sizing: border-box;
    }
        .share-to-google-classroom-title {
            background-image: url('https://insertlearning.com/images/google-classroom.png');
            background-size: 32px 32px;
            background-repeat: no-repeat;
            background-position: 0 center;
            font-size: 18px;
            height: 32px;
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            line-height: 32px;
            padding-left: 44px;
            margin-bottom: 15px;
        }
        .share-to-google-classroom-select {
            margin-top: -5px;
            margin-bottom: 10px;
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }
            .share-to-google-classroom-option {
                background-color: white;
                padding: 10px;
                margin: 5px 0;
                border-radius: 5px;
                width: 100%;
                display: inline-block;
                cursor: pointer;
                border: 1px solid #ccc;
                box-sizing: border-box;
            }
                .share-to-google-classroom-option:before {
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 16px;
                    margin-right: 10px;
                    width: 1.28571429em;
                    text-align: center;
                    -moz-osx-font-smoothing: grayscale;
                    -webkit-font-smoothing: antialiased;
                    content: '\f096';
                    color: #888;
                }
            .share-to-google-classroom-option.selected {
                border-color: #3498DB;
                background-color: #F0F8FF;
            }
                .share-to-google-classroom-option.selected:before {
                    content: '\f14a';
                    color: #3498DB;
                }
        .share-to-google-classroom-confirm {
            height: 40px;
            border-radius: 5px;
            border: 0;
            color: #fff;
            background-color: #2BA367;
            width: 100%;
            font-size: 16px;
            font-family: Lato;
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
        }
        .share-to-google-classroom-schedule-toggle {
            width: 40px;
            height: 40px;
            border: 0;
            padding: 0;
            color: #fff;
            background-color: #2BA367;
            cursor: pointer;
            border-radius: 0 5px 5px 0;
            float: right;
        }
        .share-to-google-classroom-schedule-toggle + .share-to-google-classroom-confirm {
            width: calc(100% - 41px);
            border-radius: 5px 0 0 5px;
        }
        .share-to-google-classroom-schedule-input {
            display: none;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-top: 15px;
            -webkit-appearance: none;
        }
        .share-to-google-classroom-schedule-input[type="date"] {
            width: 54%
        }
        .share-to-google-classroom-schedule-input[type="time"] {
            width: 43%;
            float: right;
        }
        .share-to-google-classroom-schedule-input.error {
            outline: 0;
            box-shadow: red 0px 0px 1px 1px;
        }
        .share-to-google-classroom-schedule-toggle.fa-calendar-minus-o + .share-to-google-classroom-confirm {
            font-size: 0;
        }
            .share-to-google-classroom-schedule-toggle.fa-calendar-minus-o + .share-to-google-classroom-confirm:before {
                content: 'Schedule for these classes';
                font-size: 16px;
            }
        .share-to-google-classroom-schedule-toggle.fa-calendar-minus-o ~ .share-to-google-classroom-schedule-input {
            display: inline-block;
        }
    .publish-google-doc-dialog, .convert-pdf-dialog {
        display: none;
        top: 50%;
        transform: translateY(-50%);
        width: 480px;
        height: 215px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .convert-pdf-dialog {
        width: 380px;
        height: 190px;
    }
        .publish-google-doc-title, .convert-pdf-title {
            font-size: 17px;
            height: 32px;
            line-height: 32px;
            padding-left: 44px;
            background-image: url(https://insertlearning.com/images/logo.png);
            background-repeat: no-repeat;
            background-position: 0;
            background-size: 36px;
            font-weight: 700;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }
        .publish-google-doc-info, .convert-pdf-info {
            line-height: 150%;
            font-size: 15px;
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            color: #333;
        }
        .publish-google-doc-cancel, .convert-pdf-cancel {
            position: absolute;
            top: 0;
            right: 0;
            border: 0;
            width: 36px;
            height: 36px;
            background-color: transparent;
            color: #aaa;
            font-size: 16px;
            cursor: pointer;
        }
        .publish-google-doc-confirm, .convert-pdf-confirm {
            position: absolute;
            bottom: 20px;
            right: 20px;
            height: 40px;
            border-radius: 5px;
            border: 0;
            color: #fff;
            background-color: #559;
            min-width: 210px;
            font-size: 16px;
            font-family: Lato;
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
        }
    .warning-dialog {
        width: 200px;
    }
        .warning-info {
            margin: 0;
            line-height: 140%;
            text-align: center;
        }
        .warning-confirm, .warning-cancel {
            font-size: 14px;
            font-family: Lato;
            height: 44px;
            width: 70px;
            background-color: #3498DB;
            color: #F5F5F5;
            border: 0;
            border-radius: 4px;
            position: absolute;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
        }
        .warning-confirm, .warning-cancel {
            width: 90px;
        }
        .warning-confirm {
            background-color: #c33;
        }
        .warning-cancel {
            left: 20px;
            right: auto;
            background-color: #555;
        }
    .signin-troubleshooting-dialog {
        width: 400px;
        max-width: 80%;
        line-height: 160%;
        height: auto;
    }
        .signin-troubleshooting-title {
            margin: 0;
        }
    .enroll-dialog {
        width: 180px;
        height: 110px;
    }
        .enroll-label {
            display: block;
            text-align: center;
        }
            .enroll-input {
                width: auto;
                font-family: Menlo,Consolas,monospace;
                margin-top: 0;
                margin-left: 10px;
            }
        .enroll-cancel {
            width: 80px;
            display: none;
        }
        .enroll-confirm {
            width: 180px;
        }
    .share-dialog {
        width: 340px;
    }
        .share-title {
            font-weight: 400;
            font-size: 17px;
            margin-top: 0;
        }
        .share-info {
            font-size: 14px;
        }
        .share-publicly {
            font-size: 14px;
            cursor: pointer;
            text-align: right;
            margin-top: -16px;
            margin-bottom: 5px;
            display: block;
        }
        .share-input {
            margin-top: 0;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }
        .share-social {
            text-align: center;
            font-size: 40px;
            margin-top: 15px;
        }
            .share-social > .fa {
                margin: 0 15px;
                cursor: pointer;
            }
            .share-social > .fa-facebook-square {
                color: #3b5998;
            }
            .share-social > .fa-twitter-square {
                color: #55acee;
            }
            .share-social > .fa-envelope-square {
                color: gray;
            }
    [data-userType="student"] > .share-dialog .share-title,
    [data-userType="student"] > .share-dialog .share-info {
        position: relative;
        visibility: hidden;
    }
        [data-userType="student"] > .share-dialog .share-title:before,
        [data-userType="student"] > .share-dialog .share-info:before {
            content: 'Share with your teacher';
            position: absolute;
            visibility: visible;
        }
    [data-userType="student"] > .share-dialog .share-info {
        margin-bottom: 0;    
    }
        [data-userType="student"] > .share-dialog .share-info:before {
            content: 'Copy/paste this link and send it to your teacher so they can view your work or make a copy of it.';
        }
    [data-userType="student"] > .share-dialog .share-publicly,
    [data-userType="student"] > .share-dialog .share-social {
        display: none;
    }
@media (max-width: 400px) {
    .share-dialog {
        width: 270px;
    }
}
    .rename-dialog {
        width: 481px;
        max-width: calc(100% - 40px);
    }
        .rename-dialog > label {
            font-weight: 400;
        }
        .rename-input {
            resize: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-bottom: 16px;
            height: 64px;
            font-size: 17px;
            font-weight: 300;
        }
        .lesson-metadata {
            margin-bottom: 22px;    
        }
            .lesson-metadata p {
                font-weight: 400;
            }
            .lesson-metadata label {
                display: inline-block;
                padding-left: 16px;
                margin-bottom: 10px;
                cursor: pointer;
            }
            .subject-area label {
                padding-right: 16px;
            }
            .grade-level label {
                margin-bottom: 10px;
                width: 65px;
                box-sizing: border-box;
            }
            .rename-dialog input[type="checkbox"] {
                cursor: pointer;
            }
        .lesson-metadata-custom-tags input {
            margin-bottom: 32px;
            font-weight: 300;
            font-size: 15px;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
        .rename-dialog .lesson-metadata-public-library {
            font-weight: 300;
            font-size: 15px;
            padding: 7px 0;
            display: inline-block;
            cursor: pointer;
        }
        @media (max-width: 375px) {
            .rename-dialog .lesson-metadata-public-library {
                margin-bottom: 60px;   
            }
        }
        .rename-cancel, .rename-confirm {
            height: 36px;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .rename-cancel {
            left: auto;
            right: 110px;
        }
    .lesson-templates-dialog {
        width: 600px;
        height: 252px; /* 215px */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
        .lesson-templates-title {
            margin-top: 0;
        }
        .lesson-templates-dialog > .lesson-templates-option {
            width: 138px;
            height: 138px; /* 100px */
            line-height: 24px;
            text-align: center;
            padding: 0px;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: rgba(100, 100, 100, 0.247059) 0px 1px 3px 0px;
            margin: 6px;
            text-decoration: underline;
            color: #3498DB;
            display: inline-block;
            font-weight: 400;
            font-size: 18px;
            cursor: pointer;
            position: relative;
            float: left;
        }
            .lesson-templates-dialog > .lesson-templates-option > img {
                height: 55px;
                margin-top: 15px;
            }
            .lesson-templates-dialog > .lesson-templates-option > span {
                position: absolute;
                bottom: 10px;
                left: 50%;
                width: 80%;
                transform: translate(-50%, 0%);
            }
        .lesson-templates-more {
            margin: 0;
            width: 250px;
            height: 40px;
            font-family: Lato;
            font-size: 14px;
            padding: 0 10px;
            border: 0;
            box-shadow: rgba(100, 100, 100, 0.247059) 0px 1px 3px 0px;
            outline: 0;
            position: absolute;
            bottom: 22px;
            left: 20px;
            font-weight: 400;
            background-color: white;
            line-height: 40px;
            cursor: pointer;
            -webkit-user-select: none;
        }
        .lesson-templates-more:after {
            content: '\f0d7';
            font-family: FontAwesome;
            float: right;
        }
        .lesson-templates-select {
            background-color: white;
            position: absolute;
            box-shadow: 0px 3px 10px -2px #333, 0 0 3px #555;
            cursor: default;
            overflow: auto;
            display: none;
            top: calc(100% - 20px);
            left: 20px;
            width: 270px;
            max-height: calc(67vh - 67%);
            z-index: 1;
        }
        .show.lesson-templates-select {
            display: block;
        }
            .lesson-templates-select > .lesson-templates-option,
            .lesson-templates-select > a {
                font-family: Lato;
                font-size: 14px;
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                padding: 8px;
                font-weight: 400;
                cursor: pointer;
            }
            .lesson-templates-select > .lesson-templates-option.hover,
            .lesson-templates-select > a.hover {
                background-color: #3498DB;
                color: white;
            }
            .lesson-templates-select > a {
                color: #3498DB;
                display: block;
            }
@media (max-width: 639px) {
    .lesson-templates-dialog {
        width: 300px;
        height: 466px;
    }
    .lesson-templates-more {
        bottom: 84px;
        width: 280px;
    }
    .lesson-templates-select {
        top: calc(100% - 82px);
        width: 300px;
        max-height: calc(67vh - 67% + 62px);
    }
}
@media (max-height: 479px) and (min-width: 640px) {
        .lesson-templates-select {
            bottom: 62px;
            top: auto;
            max-height: calc(33vh + 67% - 75px);
        }
}
@media (max-height: 567px) and (max-width: 639px) {
        .lesson-templates-select {
            bottom: 124px;
            top: auto;
            max-height: calc(33vh + 67% - 137px);
        }
}
        .lesson-templates-dont-show-again {
            height: 44px;
            display: inline-block;
            line-height: 44px;
            font-size: 14px;
            font-weight: 400;
            color: #333;
            position: absolute;
            bottom: 20px;
            right: 120px;
            width: 132px;
            cursor: pointer;
        }
        .lesson-templates-cancel {
            left: auto;
            right: 20px;
            background-color: #888;
            padding: 0;
            min-width: 88px;
        }
    .view-answers-dialog {
        width: 90vw;
        max-width: 900px;
        padding: 0;
        overflow: hidden;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border-radius: 10px;
        border: 1px solid #3498DB;
    }
        .view-answers-header {
            background-color: #3498DB;
            color: #fff;
            padding: 5px 35px;
            line-height: 29px;
            font-size: 16px;
            font-weight: 700;
            min-height: 29px;
        }
            .view-answers-header:after {
                width: 24px;
                font-size: 24px;
                line-height: 28px;
                position: absolute;
                top: 5px;
                left: 5px;
                text-align: center;
                margin-right: 5px;
                font-family: FontAwesome;
                content: "\f128";
                display: inline-block;
                font-weight: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #fff;
            }
            .view-answers-header * {
                color: #fff !important;
                background-color: transparent !important;
                font-family: Lato, sans-serif !important;
            }
            .view-answers-header:before {
                content: attr(data-maxscore) ' pts';
                float: right;
                margin-right: -20px;
                margin-left: 20px;
                font-weight: 400;
            }
        .view-answers-container {
            max-height: 80vh;
            overflow-y: auto;
        }
            .view-answers-row {
                border-bottom: 1px solid #3498DB;
                padding: 20px;
                position: relative;
                line-height: 29px;
                font-weight: 400;
                color: #333;
                background-color: #fff;
            }
                .view-answers-row .student {
                    position: absolute;
                    top: 50%;
                    left: 15px;
                    line-height: 20px;
                    width: 125px;
                    font-size: 15px;
                    transform: translateY(-50%);
                    max-height: calc(100% - 10px);
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
                .view-answers-row .answer {
                    width: 100%;
                    display: inline-block;
                    font-size: 16px;
                    padding: 0 80px 0 160px;
                    box-sizing: border-box;
                }
                    .view-answers-row .answer .fa-ul {
                        margin-top: 0;
                        margin-bottom: 0;
                    }
                    .view-answers-row .answer .fa-li {
                        line-height: inherit;
                        top: 0;
                    }
                    .view-answers-row .answer .fa-times:before {
                        color: red;
                    }
                    .view-answers-row .answer .fa-check:before {
                        color: green;
                    }
                .view-answers-row .answer:empty:before {
                    content: 'no answer';
                    opacity: 0.4;
                    font-style: italic;
                }
                .view-answers-row .feedback {
                    display: block;
                    margin-top: 10px;
                    margin-left: 160px;
                    width: calc(100% - 320px);
                    padding: 5px 10px;
                    font-size: 16px;
                    color: #333;
                    background-color: #f5f5f5;
                    border: 1px solid #ccc;
                    border-radius: 5px;
                }
                .view-answers-row .feedback:empty:before {
                    content: 'Provide some feedback...';
                    opacity: 0.4;
                    cursor: text;
                }
                .view-answers-row .score {
                    outline: 0;
                    text-align: right;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 50px;
                    right: 15px;
                    min-height: 20px;
                    padding: 5px;
                    font-family: Lato;
                    border: 1px solid #ccc;
                    border-radius: 5px;
                    background-color: #f5f5f5;
                    font-size: 15px;
                    -webkit-appearance: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }
                .view-answers-row :focus {
                    outline: 0;
                    box-shadow: 0 0 1px 1px #6af;
                    border-color: #6af !important;
                }
            /*
            .view-answers-row:nth-child(odd) {
                background-color: whitesmoke;
            }
            .view-answers-row:nth-child(even) {
                background-color: #D8E7F1;
            }
            */
            .view-answers-row:last-child {
                border-bottom: 0;
            }
@media (max-width: 640px) {
    .view-answers-row {
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto;
    }
        .view-answers-row .student {
            position: relative;
            top: -10px;
            transform: none;
            left: 0;
        }
            .view-answers-row .student span {
                display: none;
            }
        .view-answers-row .answer {
            padding: 0;
            font-weight: 300;
        }
        .view-answers-row .feedback {
            margin-left: 0;
            width: calc(100% - 20px);
            font-weight: 400;
        }
        .view-answers-row .score {
            top: 10px;
            transform: none;
        }
}
.referral-modal {
    background-color: transparent;
}

.discussion-filter-select,
.annotation-switcher-select,
.question-stems-select {
    background-color: white;
    position: absolute;
    box-shadow: 0px 3px 10px -2px #333, 0 0 3px #555;
    cursor: default;
    overflow: auto;
    display: none;
}
body.show-discussion-filter,
body.show-annotation-switcher,
body.show-question-stems,
body.show-intercom-messenger {
    background-color: transparent;
}
body.show-discussion-filter .discussion-filter-select,
body.show-annotation-switcher .annotation-switcher-select,
body.show-question-stems .question-stems-select {
    display: block;
}
    .discussion-filter-optgroup {
        font-family: Lato;
        font-size: 16px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
        .discussion-filter-optgroup:before {
            content: attr(label);
            display: block;
            padding: 8px;
            font-weight: 700;
        }
        .discussion-filter-option {
            padding: 8px 24px;
            font-weight: 400;
        }
        .discussion-filter-option.hover,
        .annotation-switcher-option.hover,
        .question-stems-option.hover {
            background-color: #3498DB;
            color: white;
        }
.annotation-switcher-select {
    top: 37px;
    left: 44px;
    width: 240px;
    max-height: 230px;
}
    .annotation-switcher-option,
    .question-stems-option {
        font-family: Lato;
        font-size: 14px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        padding: 8px;
        font-weight: 400;
    }
    .question-stems-option {
        font-size: 16px;
        line-height: 24px;
        /* Mobile Safari will inflate the text size since the questions stem are longer lines of text
         * -webkit-text-size-adjust fixes that */
        -webkit-text-size-adjust: none;
    }


.help-center {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 640px;
    width: 320px;
    transform: translate(-50%,-50%);
    border: 0;
    border-radius: 5px;
    min-width: 80%;
    min-height: 80%;
    max-height: 95%;
    max-width: 95%;
    box-shadow: 0 3px 32px 0 rgba(0,0,0,.14);
    overflow: hidden;
}
.help-center iframe {
    border: 0;
    height: 100%;
    width: 100%;
}
.help-center button {
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 36px;
    font-size: 18px;
    background-color: transparent;
    color: #140f3f;
    opacity: 0.75;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.help-center.hidden {
    opacity: 0;
    z-index: -1;
}

#intercom-container .intercom-sheet-header-minimize-button,
#intercom-container #intercom-launcher {
    visibility: hidden;
}

#intercom-container {
    display: none;
}
.show-intercom-messenger #intercom-container {
    display: block;
}

[disabled], .disabled {
    opacity: 0.5;
    cursor: wait !important;
}
