﻿body.create.compose .question_old.isCollapsed .question-head, body.create.compose .question_old.isCollapsed .content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}


#create .mast {
    width: 100%;
    max-width: var(--screen-max-width);
/*    padding-left: 21px;
    padding-right: 21px;*/
    margin: 0 auto
}

#create .desk {
    font-size: 14px
}

    #create .desk .column {
        float: left
    }

        #create .desk .column label {
            padding-top: 12px;
            float: left;
            margin-right: 10px
        }

        #create .desk .column .switch {
            margin-top: 6px
        }

        #create .desk .column.left {
            margin-right: 26px;
            width: 342px
        }

        #create .desk .column.right {
            width: 562px
        }

    #create .desk .help {
        float: left;
        font-weight: bold;
        font-style: italic;
        padding-top: 12px;
        margin-left: 10px
    }

#create .settings {
    margin-top: 26px
}

    #create .settings .section {
        margin-top: 26px
    }

        #create .settings .section h2 {
            color: #666;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 26px
        }

        #create .settings .section .item {
            background-color: var(--white);
            margin-bottom: 6px
        }

            #create .settings .section .item:before {
                color: #c8c8c8;
                font-size: 28px;
                margin-left: 26px
            }

            #create .settings .section .item .label {
                color: #8f8f8f;
                font-size: 16px;
                margin-left: 26px
            }

    #create .settings .item {
        height: 65px;
        padding-right: 24px
    }

.Dialog--previewAttempt, .Dialog--qurioDistribution, .Dialog--importQurio {
    min-height: 320px;
    width: 90%;
    max-width: 828px;
    min-width: 288px;
    background-color: var(--background);
    border-radius: 6px
}

@media (max-height:355px) {
    .Dialog--previewAttempt, .Dialog--qurioDistribution, .Dialog--importQurio {
        min-height: 0
    }
}

.Dialog--previewAttempt input, .Dialog--qurioDistribution input, .Dialog--importQurio input {
    font-size: 16px;
    padding: 3px 6px
}

.Dialog--export:not(.hasFixedHeight), .Dialog--previewAttempt:not(.hasFixedHeight), .Dialog--qurioDistribution:not(.hasFixedHeight), .Dialog--importQurio:not(.hasFixedHeight) {
    margin: 12px 0
}

.Dialog--export.hasFixedHeight, .Dialog--previewAttempt.hasFixedHeight, .Dialog--qurioDistribution.hasFixedHeight, .Dialog--importQurio.hasFixedHeight, .Dialog--previewAttempt {
    position: relative;
    min-height: 0;
    height: 98%;
    margin-top: 1vh
}

    .Dialog--export.hasFixedHeight .Dialog-body, .Dialog--previewAttempt.hasFixedHeight .Dialog-body, .Dialog--qurioDistribution.hasFixedHeight .Dialog-body, .Dialog--importQurio.hasFixedHeight .Dialog-body, .Dialog--previewAttempt .Dialog-body {
        overflow-y: auto;
        margin: 12px 0;
        padding: 36px 48px;
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
        width: 100%
    }

        .Dialog--export.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--previewAttempt.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--qurioDistribution.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--importQurio.hasFixedHeight .Dialog-body:nth-child(2), .Dialog--previewAttempt .Dialog-body:nth-child(2) {
            top: 48px
        }

        .Dialog--export.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--previewAttempt.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--qurioDistribution.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--importQurio.hasFixedHeight .Dialog-body:nth-last-child(2), .Dialog--previewAttempt .Dialog-body:nth-last-child(2) {
            bottom: 48px
        }


.QurioHeader-titlebar {
    line-height: 64px;
    width: 100%;
    background-color: var(--white);
    padding-left: 48px;
    position: relative;
    padding-left: 4%
}

.QurioHeader-descriptionbar {
    line-height: 64px;
    width: 100%;
    background-color: var(--white);
    padding-left: 48px;
    position: relative;
    padding-left: 4%
}

.QurioHeader-infobar {
    background-color: var(--white);
    border-top: 1px solid var(--background);
    width: 100%;
    padding-left: 4%;
    font-size: 14px;
    line-height: 48px;
    font-weight: lighter
}

.QurioHeader-actionbar {
    float: right;
    text-align: right;
    padding-right: 14px
}

.QurioHeader-delete {
    color: #93969e;
    font-size: 16px
}

.QurioHeader-action {
    display: inline-block;
    margin-left: 12px
}

.QurioHeader-title {
    position: relative;
    overflow: hidden;
    min-width: 600px
}

    .QurioHeader-title > input[name=title] {
        width: 100%;
        font-size: 18px;
        color: var(--black);
        text-overflow: ellipsis;
        background: none;
        padding-top: 2px
    }

        .QurioHeader-title > input[name=title]:disabled {
            background: none
        }

        .QurioHeader-title > input[name=title].active:valid {
            max-width: 600px;
            padding-right: 60px
        }

            .QurioHeader-title > input[name=title].active:valid + button {
                visibility: visible
            }

        .QurioHeader-title > input[name=title]::-ms-clear {
            display: none
        }

        .QurioHeader-title > input[name=title]::-webkit-input-placeholder {
            color: #a9a9a9
        }

        .QurioHeader-title > input[name=title]::-moz-placeholder {
            color: #a9a9a9
        }

        .QurioHeader-title > input[name=title]:-ms-input-placeholder {
            color: #a9a9a9
        }

    .QurioHeader-title:not(.show-no-warnings) > input:not(:focus):not(.active) ~ .Warning--title {
        display: block;
        top: 21px;
        left: 120px
    }

    .QurioHeader-title > button {
        margin-left: -50px;
        width: 48px;
        height: 26px;
        line-height: 26px;
        color: var(--white);
        background-color: var(--firstFocus);
        font-weight: bold;
        font-size: 14px;
        visibility: hidden;
        transition: none
    }

.QurioHeader-description {
    position: relative;
    min-width: 600px
}

    .QurioHeader-description > textarea[name=description] {
        width: 100%;
        font-size: 18px;
        color: var(--black);
        text-overflow: ellipsis;
        background: none;
        padding-top: 2px
    }

        .QurioHeader-description > textarea[name=description]:disabled {
            background: none
        }

        .QurioHeader-description > textarea[name=description].active:valid {
            max-width: 600px;
            padding-right: 60px
        }

            .QurioHeader-description > textarea[name=description].active:valid + button {
                visibility: visible
            }

        .QurioHeader-description > textarea[name=description]::-ms-clear {
            display: none
        }

        .QurioHeader-description > textarea[name=description]::-webkit-input-placeholder {
            color: #a9a9a9
        }

        .QurioHeader-description > textarea[name=description]::-moz-placeholder {
            color: #a9a9a9
        }

        .QurioHeader-description > textarea[name=description]:-ms-input-placeholder {
            color: #a9a9a9
        }

.QurioHeader-item, .QurioHeader-item--type, .QurioHeader-item--quriolink, .QurioHeader-item--copy, .QurioHeader-item--availability {
    padding: 0 24px 0 24px;
    border-right: 1px solid var(--background);
    display: inline-block;
    font-size: 14px;
    min-width: 168px;
    height: 49px;
    vertical-align: top
}

    .QurioHeader-item:first-child, .QurioHeader-item--type:first-child, .QurioHeader-item--quriolink:first-child, .QurioHeader-item--copy:first-child, .QurioHeader-item--availability:first-child {
        padding-left: 0
    }

    .QurioHeader-item:hover .QurioHeader-options, .QurioHeader-item--type:hover .QurioHeader-options, .QurioHeader-item--quriolink:hover .QurioHeader-options, .QurioHeader-item--copy:hover .QurioHeader-options, .QurioHeader-item--availability:hover .QurioHeader-options {
        visibility: visible;
        opacity: 1
    }

.QurioHeader-item--type {
    color: #888889
}

.QurioHeader-item--quriolink {
    position: relative;
    min-width: 180px;
    color: var(--campusmain);
    border-right-style: dashed
}

    .QurioHeader-item--quriolink[data-status='draft'] {
        padding-right: 36px
    }

    .QurioHeader-item--quriolink.QurioHeader-item--disable {
        cursor: default
    }

    .QurioHeader-item--quriolink:before {
        font-size: 16px;
        margin-right: 14px
    }

    .QurioHeader-item--quriolink[data-status='draft']:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: 24px;
        right: 16px;
        border-top: 5px solid #7f828b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent
    }

.QurioHeader-item--copy {
    color: var(--campusmain);
    min-width: 0;
    padding: 0 12px;
    cursor: pointer
}

.QurioHeader-item--availability {
    color: #888889;
    cursor: pointer;
    transition: all .4s ease
}

    .QurioHeader-item--availability:hover {
        background-color: #f7f8f9
    }

    .QurioHeader-item--availability:before {
        font-size: 16px;
        margin-right: 14px
    }

.QurioHeader-options {
    display: table-cell;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    position: absolute;
    top: 49px;
    left: 0;
    width: 270px;
    background-color: #565a65
}

    .QurioHeader-options:after {
        width: 0;
        height: 0;
        content: "";
        position: absolute;
        top: -7px;
        left: 151px;
        border-bottom: 7px solid #565a65;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent
    }

.QurioHeader-option {
    color: var(--white);
    border-bottom: 1px solid #5e626d;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    height: 60px;
    line-height: 1.2em;
    padding: 0 16px;
    font-size: 16px;
    display: table;
    width: 100%
}

    .QurioHeader-option:hover {
        background-color: #666b77
    }

    .QurioHeader-option > p {
        display: table-cell;
        vertical-align: middle
    }

        .QurioHeader-option > p > span {
            color: #9ea2ad;
            font-size: 11px
        }

@media all and (max-width:1100px) {
    .QurioHeader-title {
        min-width: 0
    }
}

@media all and (max-width:799px) {
    .QurioHeader-title {
        width: 100%
    }
}

.Wizard-title {
    color: #999;
    height: 182px;
    line-height: 182px;
    width: 100%;
    font-size: 24px;
    text-align: center
}

    .Wizard-title > h1 {
        display: inline-block;
        line-height: 26px;
        padding: 20px;
        font-size:1.8rem;
    }

.Wizard-options {
    padding: 0;
    text-align: center
}

.WizardOption {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 16px 16px 0;
    width: 226px;
    background-color: var(--white);
    padding: 7px;
    cursor: pointer
}


.WizardOption-title, .WizardOption-title--test, .WizardOption-title--module, .WizardOption-title--quiz, .WizardOption-title--survey, .WizardOption-title--scale, .WizardOption-title--cluster, .WizardOption-title--share, .WizardOption-title--user, .WizardOption-title--rollcall {
    color: var(--firstFocus);
    /* background-color: var(--background);*/
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 36px;
    height: 208px;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    border: 1px solid var(--darkBorderColor)
}

    .WizardOption-title:before, .WizardOption-title--test:before, .WizardOption-title--module:before, .WizardOption-title--quiz:before, .WizardOption-title--survey:before, .WizardOption-title--scale:before, .WizardOption-title--cluster:before, .WizardOption-title--share:before, .WizardOption-title--user:before, .WizardOption-title--rollcall:before {
        display: block;
        font-size: 76px;
        margin-bottom: 16px
    }

    .WizardOption-title:hover, .WizardOption-title--test:hover, .WizardOption-title--module:hover, .WizardOption-title--quiz:hover, .WizardOption-title--survey:hover, .WizardOption-title--user:hover, .WizardOption-title--scale:hover, .WizardOption-title--cluster:hover, .WizardOption-title--share:hover, .WizardOption-title--rollcall:hover {
        color: var(--white);
        background-color: var(--firstFocus);
        -webkit-transition: background-color 0.4s ease;
        -moz-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        -ms-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease
    }

.WizardOption-features {
    height: 104px;
    border-left: 1px solid var(--background);
    border-right: 1px solid var(--background);
    border-bottom: 1px solid var(--background);
    font-size: 14px
}

.WizardOptionFeature {
    color: #666;
    height: 52px;
    line-height: 19px;
    border-top: 1px solid var(--background);
    padding: 0 12px
}

.WizardOptionFeature-text {
    padding: 5px 5px 5px 16px;
    text-indent: -19px
}

    .WizardOptionFeature-text:before {
        color: #999;
        margin-right: 12px;
        margin-top: 6px;
        font-size: 6px
    }

.MandatoryToggle-heading {
    font-size: 11px;
    display: block;
    color: #cfd5da;
    line-height: 12px
}

.MandatoryToggleContainer {
    vertical-align: top;
    margin-top: 10px
}

.MandatoryToggle {
    margin-right: auto;
    margin-left: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfd5da;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #cfd5da
}

    .MandatoryToggle.isSelected {
        color: var(--white);
        background-color: var(--campusmain);
        border-color: #6cb8f9
    }

    .MandatoryToggle:hover {
        color: #6cb8f9;
        background-color: #dbf0fe;
        border-color: #6cb8f9
    }

        .MandatoryToggle:hover.isSelected {
            color: var(--white);
            background-color: var(--campusmain);
            border-color: #6cb8f9
        }

.OverrideToggle-heading {
    font-size: 11px;
    display: block;
    color: #cfd5da;
    line-height: 12px
}

.OverrideToggleContainer {
    vertical-align: top;
    margin-top: 10px
}

.OverrideToggle {
    margin-right: auto;
    margin-left: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfd5da;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #cfd5da;
}

    .OverrideToggle.isSelected {
        color: #fff;
        background-color: #68b3fe;
        border-color: #6cb8f9
    }

    .OverrideToggle:hover {
        color: #6cb8f9;
        background-color: #dbf0fe;
        border-color: #6cb8f9;
    }

        .OverrideToggle:hover.isSelected {
            color: #fff;
            background-color: #68b3fe;
            border-color: #6cb8f9
        }
.SkipToggleContainer {
    vertical-align: top;
    margin-top: 10px
}

.SkipToggle-heading {
    font-size: 11px;
    display: block;
    color: #cfd5da;
    line-height: 12px;
    text-align: center
}

.SkipToggle {
    margin-right: auto;
    margin-left: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #cfd5da;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color: #cfd5da
}

    .SkipToggle.isSelected {
        color: var(--white);
        background-color: var(--campusmain);
        border-color: #6cb8f9
    }

    .SkipToggle:hover {
        color: #6cb8f9;
        background-color: #dbf0fe;
        border-color: #6cb8f9
    }

        .SkipToggle:hover.isSelected {
            color: var(--white);
            background-color: var(--campusmain);
            border-color: #6cb8f9
        }

.ComposeImageTools {
    position: absolute;
    top: 0;
    left: 0
}

.ComposeImageTools-button, .ComposeImageTools-button--trash {
    position: absolute;
    bottom: 0;
    margin-right: 5px;
    font-size: 17px;
    padding: 15px;
    display: block;
    color: var(--white);
    background-color: var(--thirdFront);
    width: 45px;
    height: 45px;
    opacity: .9
}

.Dialog--previewAttempt {
    position: relative;
    max-width: none;
    width: 90%
}

    .Dialog--previewAttempt .Dialog-body {
        padding: 0;
        margin: 0
    }

    .Dialog--previewAttempt .Complete {
        margin: 0
    }

    .Dialog--previewAttempt .QuestionsContainer {
        padding-bottom: 36px
    }

.Bracket {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 14px
}

.Bracket-bracket, .Bracket-bracket--left, .Bracket-bracket--right {
    height: 100%;
    width: 100%;
    border: 1px solid #000
}

.Bracket-bracket--left {
    border-right: none
}

.Bracket-bracket--right {
    border-left: none
}

.Bracket-label {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -6px;
    font-size: 75%;
    line-height: 1;
    background-color: var(--white)
}

.Compose-marksInput, .ComposeQuestion-marksInput, .ComposeAnswer-pointsChoiceQuestion > input, .ComposeAnswer-pointsMatchQuestion > input, .QuestionOption .QuestionOptionContent {
    border: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    text-align: center;
    font-size: 16px
}

.ComposeQuestion-marks {
    vertical-align: top
}

.ComposeQuestion-marksInput {
    height: 40px;
    width: 60px
}

.ComposeAnswer-pointsChoiceQuestion > input, .ComposeAnswer-pointsMatchQuestion > input {
    height: 34px;
    width: 60px;
    text-align: right;
    padding-right: 5px
}

.ComposeAnswer-pointsChoiceQuestion {
    width: 100px;
    vertical-align: top
}

    .ComposeAnswer-pointsChoiceQuestion > * {
        vertical-align: top
    }

.ComposeAnswer-pointsMatchQuestion {
    display: inline-block
}

.ComposeAnswer-pointsLabel {
    display: inline-block;
    color: var(--indexGrey);
    margin-right: 10px
}

    .ComposeAnswer-pointsLabel:not(:first-child) {
        margin-left: 20px
    }

.ComposeAnswer-pointsUnit {
    font-size: 16px;
    display: inline-block;
    padding: 0 6px
}

.ComposeAnswer-pointsRow {
    top: -10px
}

.AnswerOption {
    margin-top: 8px;
    line-height: 34px;
    height: 34px;
    border-left: 1px solid #e4e4e4;
    font-size: 26px;
    text-align: center;
    min-width: 58px
}

.ComposeAnswer-skipQuestion {
    line-height: 0
}

.QuestionOptions {
    float: right;
    text-align: right
}

    .QuestionOptions > div {
        display: inline-block;
        vertical-align: top;
        margin-right: 16px;
        margin-top: 10px
    }

    .QuestionOptions > .WarningIcon {
        display: none
    }

.QuestionOption {
    line-height: 28px
}

    .QuestionOption .QuestionOptionHeading {
        font-size: 11px;
        display: block;
        color: #cfd5da;
        line-height: 12px;
        text-align: center
    }

    .QuestionOption .QuestionOptionContent {
        vertical-align: top;
        height: 28px;
        width: 42px;
        text-align: center
    }

.QuestionOptionPosition1 {
    margin-top: 10px
}

body.create .results .mast .questions {
    padding: 0
}
/*
body.create h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 44px
}

body.create h2 {
    font-size: 20px;
    margin-bottom: 44px;
    font-weight: lighter
}

body.create h3 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: lighter
}

body.create h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 24px
}

body.create h5 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 24px
}

body.create h6 {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 24px
}
*/
body.create .heading-3 {
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: lighter
}

body.create .heading-4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 24px
}

body.create .global-nav {
    width: 60px;
    min-width: 60px;
    height: 100%;
    background-color: var(--account-dark-grey)
}

    body.create .global-nav img {
        display: block;
        padding: 38px 0 0 16px
    }

body.create .position-fixed {
    position: fixed
}

body.create .position-relative {
    position: relative
}

body.create .position-absolute {
    position: absolute
}

body.create.compose .questions {
    padding: 24px 0 96px 0;
    overflow: auto
}

body.create.compose .question_old {
    background-color: var(--white);
    margin: 8px 4%
}

    body.create.compose .question_old.isCollapsed {
        cursor: pointer
    }

        body.create.compose .question_old.isCollapsed:hover {
            background-color: #fdfdfd
        }

        body.create.compose .question_old.isCollapsed .question-body, body.create.compose .question_old.isCollapsed .btn[name=collapse] {
            display: none
        }

        body.create.compose .question_old.isCollapsed .content br {
            content: " "
        }

            body.create.compose .question_old.isCollapsed .content br:after {
                content: " "
            }

        body.create.compose .question_old.isCollapsed .content div {
            display: inline
        }

        body.create.compose .question_old.isCollapsed .content img {
            display: inline;
            max-height: 32px;
            max-width: 90px;
            width: auto;
            vertical-align: top;
            margin: 0 8px 0 8px
        }

        body.create.compose .question_old.isCollapsed .content .image-load {
            display: none
        }

    body.create.compose .question_old.multiplechoice .question-body .answer, body.create.compose .question_old.checkbox .question-body .answer, body.create.compose .question_old.cascade .question-body .answer {
        position: inital;
        line-height: 16px;
        display: flex;
        padding: 0
    }

        body.create.compose .question_old.multiplechoice .question-body .answer > div, body.create.compose .question_old.checkbox .question-body .answer > div, body.create.compose .question_old.cascade .question-body .answer > div {
            flex: 0 0 auto
        }

        body.create.compose .question_old.multiplechoice .question-body .answer .content, body.create.compose .question_old.checkbox .question-body .answer .content, body.create.compose .question_old.cascade .question-body .answer .content {
            flex: 1 0 0
        }

        body.create.compose .question_old.multiplechoice .question-body .answer .index, body.create.compose .question_old.checkbox .question-body .answer .index, body.create.compose .question_old.cascade .question-body .answer .index {
            position: initial
        }

    body.create.compose .question_old .question-head {
        position: relative;
        line-height: 70px;
        min-height: 70px
    }

        body.create.compose .question_old .question-head .handle, body.create.compose .question_old .question-head .index, body.create.compose .question_old .question-head .content, body.create.compose .question_old .question-head .question-type {
            display: block
        }

        body.create.compose .question_old .question-head .content {
            display: inline-block;
            margin-left: 90px;
            min-width: 200px;
            max-width: 500px;
            line-height: 32px;
            padding: 14px 0
        }

        body.create.compose .question_old .question-head .summary {
            margin-left: 90px;
            width: 50%;
            color: var(--black);
            text-overflow: ellipsis;
            background: none;
            padding: 10px 0;
            height: 50px;
            display: inline
        }

            body.create.compose .question_old .question-head .summary:disabled {
                background: none
            }

            body.create.compose .question_old .question-head .summary.active:valid {
                padding-right: 60px
            }

                body.create.compose .question_old .question-head .summary.active:valid + button {
                    visibility: visible
                }

            body.create.compose .question_old .question-head .summary::-ms-clear {
                display: none
            }

            body.create.compose .question_old .question-head .summary::-webkit-input-placeholder {
                color: #a9a9a9
            }

            body.create.compose .question_old .question-head .summary::-moz-placeholder {
                color: #a9a9a9
            }

            body.create.compose .question_old .question-head .summary:-ms-input-placeholder {
                color: #a9a9a9
            }

        body.create.compose .question_old .question-head .custom-label {
            margin-right: 180px;
            width: 15%;
            color: var(--black);
            text-overflow: ellipsis;
            background: none;
            padding: 10px 0;
            height: 50px
        }

            body.create.compose .question_old .question-head .custom-label:disabled {
                background: none
            }

            body.create.compose .question_old .question-head .custom-label.active:valid {
                padding-right: 60px
            }

                body.create.compose .question_old .question-head .custom-label.active:valid + button {
                    visibility: visible
                }

            body.create.compose .question_old .question-head .custom-label::-ms-clear {
                display: none
            }

            body.create.compose .question_old .question-head .custom-label::-webkit-input-placeholder {
                color: #a9a9a9
            }

            body.create.compose .question_old .question-head .custom-label::-moz-placeholder {
                color: #a9a9a9
            }

            body.create.compose .question_old .question-head .custom-label:-ms-input-placeholder {
                color: #a9a9a9
            }

        body.create.compose .question_old .question-head .handle {
            color: #c4c4c4;
            font-size: 5px;
            position: absolute;
            cursor: move;
            height: 60px;
            padding: 0 18px 0 24px
        }

        body.create.compose .question_old .question-head .index {
            color: var(--indexGrey);
            font-size: 16px;
            position: absolute;
            left: 50px
        }

            body.create.compose .question_old .question-head .index input[name=index] {
                width: 20px;
                background: none
            }

        body.create.compose .question_old .question-head .question-type {
            color: #c4c4c4;
            font-size: 28px;
            width: 60px;
            height: 60px;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0
        }

    body.create.compose .question_old .question-body {
        position: relative;
        margin-left: 90px;
        padding-top: 20px;
        padding-bottom: 24px;
        padding-left: 32px;
        border-top: 1px solid #eaeaea
    }

        body.create.compose .question_old .question-body .answer {
            position: relative;
            line-height: 32px;
            border-bottom: 1px dotted #e4e4e4;
            padding: 9px 0
        }

            body.create.compose .question_old .question-body .answer .index, body.create.compose .question_old .question-body .answer .content, body.create.compose .question_old .question-body .answer .correct, body.create.compose .question_old .question-body .answer .delete, body.create.compose .question_old .question-body .answer .add {
                display: block
            }

            body.create.compose .question_old .question-body .answer .content {
                word-break: break-word;
                margin-left: 16px;
                line-height: 50px
            }

            body.create.compose .question_old .question-body .answer .index {
                color: var(--indexGrey);
                position: absolute;
                top: 0;
                left: 0;
                line-height: 50px
            }

            body.create.compose .question_old .question-body .answer .delete {
                color: #c9c9c9;
                font-size: 16px
            }

            body.create.compose .question_old .question-body .answer .add {
                color: #c9c9c9;
                font-size: 16px
            }

            body.create.compose .question_old .question-body .answer .correct {
                color: #aaa
            }

                body.create.compose .question_old .question-body .answer .correct.icon {
                    border: none
                }

                body.create.compose .question_old .question-body .answer .correct .dial {
                    cursor: pointer;
                    user-select: none
                }

                body.create.compose .question_old .question-body .answer .correct input[name=correct] {
                    display: none
                }

                    body.create.compose .question_old .question-body .answer .correct input[name=correct]:checked + .dial:after {
                        color: #5dc435
                    }

            body.create.compose .question_old .question-body .answer:not(.new-answer) .index {
                cursor: move
            }

        body.create.compose .question_old .question-body .new-answer {
            color: #78aaff;
            cursor: pointer
        }

            body.create.compose .question_old .question-body .new-answer .index {
                color: #78aaff
            }

            body.create.compose .question_old .question-body .new-answer .content {
                font-weight: bold
            }

    body.create.compose .question_old .btn[name=collapse] {
        position: relative;
        display: block;
        color: #8b8e97;
        background-color: #e9eaee;
        text-align: center;
        line-height: 50px;
        border-radius: 0;
        font-size: 16px
    }

        body.create.compose .question_old .btn[name=collapse]:hover {
            background-color: #e1e2e6
        }

        body.create.compose .question_old .btn[name=collapse] .btn[name=delete] {
            position: absolute;
            text-align: center;
            line-height: 50px;
            width: 50px;
            right: 0;
            top: 0;
            font-size: 16px
        }

    body.create.compose .question_old .content {
        position: relative
    }

        body.create.compose .question_old .content img {
            display: block
        }

    body.create.compose .question_old .image-load {
        min-width: 160px;
        min-height: 90px;
        background-color:var(--thirdBack)
    }

        body.create.compose .question_old .image-load .fail {
            text-align: center;
            display: none
        }

            body.create.compose .question_old .image-load .fail button {
                margin-right: 5px;
                font-size: 17px;
                padding: 15px;
                display: inline-block;
                color: var(--white);
                background-color: var(--thirdFront);
                width: 45px;
                height: 45px;
                opacity: .9
            }

    body.create.compose .question_old.wordmatch .question-body {
        margin-left: 78px;
        padding-right: 10px
    }

        body.create.compose .question_old.wordmatch .question-body .answers {
            margin-top: 20px
        }

            body.create.compose .question_old.wordmatch .question-body .answers .answer {
                border: 0;
                padding: 0
            }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .index {
                    width: auto;
                    padding: 7px 0 0 0;
                    line-height: 1;
                    top: inherit
                }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .row-wrapper {
                    position: relative
                }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .content-wrapper {
                    margin: 0 140px 10px 0;
                    padding-left: 70px;
                    width: auto;
                    overflow: hidden
                }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .content-wrapper input {
                        width: 100%;
                        padding: 6px;
                        font-size: 16px;
                        margin: 0
                    }

                        body.create.compose .question_old.wordmatch .question-body .answers .answer .content-wrapper input::-webkit-input-placeholder {
                            color: #ccc
                        }

                        body.create.compose .question_old.wordmatch .question-body .answers .answer .content-wrapper input:-moz-input-placeholder {
                            color: #ccc
                        }

                        body.create.compose .question_old.wordmatch .question-body .answers .answer .content-wrapper input:-ms-input-placeholder {
                            color: #ccc
                        }

                body.create.compose .question_old.wordmatch .question-body .answers .answer input[type='checkbox'] {
                    display: none
                }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .show-test-match {
                    position: absolute;
                    top: -6px;
                    right: 10px
                }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .show-test-match:checked + .test-match {
                        display: block
                    }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .test-match {
                    position: relative;
                    display: none
                }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .test-match .correct {
                        right: 43px
                    }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .show-help-box {
                    float: left;
                    position: absolute;
                    top: -8px;
                    left: -19px;
                    font-size: 15px
                }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .show-help-box:checked + .help-box {
                        display: block
                    }

                body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box {
                    padding: 20px 20px 0 20px;
                    background: #fdfdfe;
                    border: 1px solid #c3c5ca;
                    margin: 0 80px 16px -16px;
                    display: none
                }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box .close-help-box {
                        float: right;
                        position: relative;
                        right: -14px;
                        top: -14px;
                        padding: 3px 2px 1px 2px;
                        border: 1px solid #c3c5ca;
                        color: #c3c5ca;
                        font-size: 12px;
                        line-height: 1
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box p, body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box ul, body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box h1 {
                        font-size: 16px;
                        line-height: 24px;
                        margin: 0 0 24px 0
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box h1 {
                        font-style: italic;
                        margin: 16px 0 8px 0
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box ul {
                        list-style: inside circle
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box li {
                        line-height: 2
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box a {
                        color: var(--firstFocus)
                    }

                        body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box a:hover {
                            text-decoration: underline
                        }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box .wmh-pattern, body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box .wmh-answer {
                        margin: 0 2px;
                        padding: 2px 2px;
                        border: 1px solid #dadadb;
                        background-color: #f0f0f1;
                        border-radius: 3px
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box .wmh-correct {
                        border: 1px solid #beb;
                        background-color: #f7fff8
                    }

                    body.create.compose .question_old.wordmatch .question-body .answers .answer .help-box .wmh-wrong {
                        border: 1px solid #ecc;
                        background-color: var(--white)7f8
                    }

    body.create.compose .question_old.numbermatch .question-body {
        margin-left: 59px
    }

    body.create.compose .question_old.numbermatch .answer .row-wrapper {
        position: relative;
        clear: both
    }

    body.create.compose .question_old.numbermatch .answer .label-wrapper {
        float: left
    }

    body.create.compose .question_old.numbermatch .answer .content-wrapper {
        overflow: hidden;
        min-width: 100px
    }

    body.create.compose .question_old.numbermatch .answer input[type=checkbox] {
        margin: 0 6px 0 10px;
        vertical-align: middle
    }

    body.create.compose .question_old.numbermatch .answer input[type=radio] {
        margin-right: 10px
    }

    body.create.compose .question_old.numbermatch .answer input[type=text] {
        width: 100%;
        margin-left: 10px;
        padding: 6px;
        font-size: 16px;
        transition: none
    }

        body.create.compose .question_old.numbermatch .answer input[type=text]::-webkit-input-placeholder {
            color: #ccc
        }

        body.create.compose .question_old.numbermatch .answer input[type=text]:-moz-input-placeholder {
            color: #ccc
        }

        body.create.compose .question_old.numbermatch .answer input[type=text]:-ms-input-placeholder {
            color: #ccc
        }

    body.create.compose .question_old.numbermatch .answer input:checked ~ label {
        color: #222
    }

    body.create.compose .question_old.numbermatch .answer input:checked ~ .nm-label-on {
        display: inline
    }

    body.create.compose .question_old.numbermatch .answer input:checked ~ .nm-label-off {
        display: none
    }

    body.create.compose .question_old.numbermatch .answer input:not(:checked) ~ label {
        color: #aaa
    }

    body.create.compose .question_old.numbermatch .answer input:not(:checked) ~ .nm-label-on {
        display: none
    }

    body.create.compose .question_old.numbermatch .answer input:not(:checked) ~ .nm-label-off {
        display: inline
    }

    body.create.compose .question_old.numbermatch .answer input:disabled {
        color: #aaa;
        background: none
    }

        body.create.compose .question_old.numbermatch .answer input:disabled ~ label {
            color: #aaa;
            cursor: default
        }

    body.create.compose .question_old.numbermatch .answer .nm-operator2:not(:checked) ~ .nm-colon {
        position: absolute;
        left: 0
    }

    body.create.compose .question_old.numbermatch .answer .nm-boundary {
        margin-left: 15px
    }

    body.create.compose .question_old.numbermatch .answer .nm-inner-label-wrapper {
        position: relative
    }

    body.create.compose .question_old.numbermatch .answer .nm-bracket {
        top: 15px;
        left: -9px;
        height: 102%;
        color: #666
    }

        body.create.compose .question_old.numbermatch .answer .nm-bracket .Bracket-bracket--left {
            border-color: #666
        }

    body.create.compose .question_old .question-body--weighted .answer .content {
        margin-right: 110px
    }

    body.create.compose .question_old .question-body .match.medium-size + .Warning--wordmatch {
        left: 350px
    }

    body.create.compose .question_old .question-body .match.small-size + .Warning--wordmatch {
        left: 200px
    }

    body.create.compose .question_old .question-body .nm-expression.medium-size ~ .Warning--numbermatchList {
        left: 380px
    }

    body.create.compose .question_old .question-body .nm-expression.small-size ~ .Warning--numbermatchList {
        left: 280px
    }

    body.create.compose .question_old .question-body .nm-limit.small-size + .Warning--numbermatchRange {
        left: 322px
    }

    body.create.compose .question_old.contains-warning.isCollapsed:not(.show-no-warnings) .WarningIcon {
        display: inline-block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-question .content:not(.active) + .Warning--question {
        display: inline-block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-more-answers .Warning--moreAnswers {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-correct-answer:not(.warning-more-answers) .Warning--correctAnswer {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-skip-invalid:not(.warning-more-answers):not(.warning-correct-answer) .Warning--skipInvalid {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-wordmatch .Warning--wordmatch {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-numbermatch-list .Warning--numbermatchList {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed):not(.show-no-warnings).warning-numbermatch-range .Warning--numbermatchRange {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed).warning-numbermatch-syntax .nm-expression:not(:focus):not(.active) + .Warning--numbermatchSyntax {
        display: block
    }

    body.create.compose .question_old:not(.isCollapsed).warning-numbermatch-syntax .Warning--numbermatchSyntax.isShown {
        display: block
    }

body.create .create-toolbar {
    width: 100%;
/*    background-color: var(--background)*/
}

    body.create .create-toolbar .create-toolbar-content {
        min-height: 64px;
        border-bottom: 1px solid #e8eaec;
        width: 100%;
        padding: 12px 4% 0 4%;
        line-height: 64px
    }

        body.create .create-toolbar .create-toolbar-content .add-question {
            position: relative;
            width: 180px
        }

            body.create .create-toolbar .create-toolbar-content .add-question:after {
                width: 0;
                height: 0;
                content: "";
                position: absolute;
                top: 17px;
                right: 10px;
                border-top: 5px solid var(--white);
                border-left: 5px solid transparent;
                border-right: 5px solid transparent
            }

            body.create .create-toolbar .create-toolbar-content .add-question .question-types {
                z-index: 10;
                display: none;
                position: absolute;
                top: 36px;
                left: 0;
                width: 200px;
                background-color: #565a65
            }

                body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type {
                    color: var(--white);
                    border-bottom: 1px solid #5e626d;
                    cursor: pointer;
                    text-transform: none;
                    letter-spacing: normal;
                    font-weight: normal;
                    height: 80px;
                    line-height: 1.2em;
                    padding-left: 24px;
                    font-size: 16px;
                    display: table;
                    width: 100%
                }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type:before {
                        font-size: 32px;
                        line-height: 80px;
                        text-align: center;
                        display: block;
                        width: 20px;
                        padding-right: 16px
                    }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type:hover {
                        background-color: #666b77;
                        color: #67b1fa
                    }

                        body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type:hover .sub {
                            color: #67b1fa
                        }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type.add-text:before {
                        font-size: 24px
                    }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type p {
                        display: table-cell;
                        vertical-align: middle;
                        text-align: left;
                        width: 134px
                    }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .question-type .sub {
                        color: #9ea2ad;
                        font-size: 11px
                    }

                body.create .create-toolbar .create-toolbar-content .add-question .question-types .add-cascade {
                    padding-left: 16px
                }

                    body.create .create-toolbar .create-toolbar-content .add-question .question-types .add-cascade:before {
                        font-size: 26px
                    }

                body.create .create-toolbar .create-toolbar-content .add-question .question-types:before {
                    display: block;
                    height: 12px;
                    background-color: #eaecee;
                    content: ""
                }

                body.create .create-toolbar .create-toolbar-content .add-question .question-types:after {
                    width: 0;
                    height: 0;
                    content: "";
                    position: absolute;
                    top: 5px;
                    left: 158px;
                    border-bottom: 7px solid #565a65;
                    border-left: 7px solid transparent;
                    border-right: 7px solid transparent
                }

            body.create .create-toolbar .create-toolbar-content .add-question:hover .question-types {
                display: block
            }

    body.create .create-toolbar .warning-summary {
        padding: 0 4%;
        border-bottom: 1px solid #e8eaec;
        line-height: 48px
    }

        body.create .create-toolbar .warning-summary .warning-summary-content {
            color: #888889;
            font-size: 14px
        }

            body.create .create-toolbar .warning-summary .warning-summary-content .icon {
                color: var(--warningyellow);
                margin: 0 12px;
                font-size: 16px;
                position: relative;
                top: 1px
            }

            body.create .create-toolbar .warning-summary .warning-summary-content .message {
                font-style: italic
            }

            body.create .create-toolbar .warning-summary .warning-summary-content .link {
                text-decoration: underline;
                cursor: pointer
            }

body.create .toolbar-group {
    margin-right: 36px;
    float: left
}

body.create .tool {
    color: #7a7d85;
    float: left;
    margin-right: 12px;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    cursor: default;
    border-radius: 3px;
    transition: all .2s ease
}

body.create .format-tool {
    font-size: 17px;
    cursor: pointer
}

    body.create .format-tool:hover, body.create .format-tool.active {
        background-color: #dddfe4
    }

body.create .clear {
    clear: both
}

body.create .blue {
    color: #68b3fe;
}

body.create .grey {
    color: #888889
}

body.create .bgcolor-white {
    background-color: var(--white)
}

body.create .mediumgrey {
    color: #b1b3b9
}

body.create .float-right {
    float: right
}

body.create .float-left {
    float: left
}

body.create .save-status {
    font-weight: lighter;
    font-size: 14px;
    margin-right: 0
}

@media (min-width: 768px)  {
    #create .mast {
        padding-left: 21px;
        padding-right: 21px;
    }
}
@media all and (max-width:800px) {
    #create .question_old .question-body {
        margin-left: 27px
    }
}

@media all and (max-width:600px) {
    #create .question_old .question-head .Warning--Question {
        left: 215px;
        margin-right: 120px
    }

    #create .question_old .question-body .Warning--moreAnswers {
        left: 245px;
        bottom: 27px;
        height: 34px
    }
}

.answer[depth="1"] {
    margin-left: 25px
}

.Dialog--qurioDistribution {
    min-width: 840px
}

.Dialog-body.QurioDistribution {
    padding: 0;
    background-color: var(--white)
}

.QurioDistributionRow, .QurioDistributionRow--anonymous {
    border-top: 1px solid #f4f4f4;
    float: left;
    width: 100%;
    line-height: 64px;
    min-height: 64px;
    vertical-align: middle
}

    .QurioDistributionRow[disabled], .QurioDistributionRow--anonymous[disabled] {
        display: none !important
    }

    .QurioDistributionRow input[disabled], .QurioDistributionRow--anonymous input[disabled] {
        color: #8f8f8f
    }

.QurioDistributionRow-icon {
    float: left;
    display: inline;
    white-space: nowrap;
    color: #c9cace;
    width: 92px;
    font-size: 24px;
    margin-left: 10px;
    text-align: center
}

    .QurioDistributionRow-icon:before {
        line-height: 92px
    }

.QurioDistributionRow-label {
    line-height: 92px;
    float: left
}

.QurioDistributionRow-actions, .QurioDistributionRow-actions--fill {
    line-height: 92px;
    float: right;
    margin-right: 23px
}

.QurioDistributionRow-actions-forShare {
    line-height: 44px;
    float: right;
    margin-right: 23px
}

.QurioDistributionTags-actions-forShare {
    border-top: 1px solid var(--white);
    padding-left: 102px;
    height: 230px
}

.QurioDistributionRow-actions--fill {
    float: none;
    padding: 0 23px 0 46px;
    margin-right: 0;
    overflow: hidden
}

.QurioDistribution-field, .QurioDistribution-field--numeric {
    background-color: var(--white);
    border: 1px solid #ccc;
    border-radius: 4px;
    color: var(--campusmain);
    font-size: 14px;
    display: inline;
    min-width: 60px;
    padding: 10px;
    white-space: nowrap
}

.QurioDistribution-field--numeric {
    width: 40px;
    text-align: center;
    line-height: normal;
}

.QurioDistribution-field--text {
    background-color: var(--white);
    border: 1px solid #ccc;
    border-radius: 4px;
    color: var(--campusmain);
    font-size: 14px;
    display: block;
    padding: 10px;
    white-space: nowrap;
    min-width: 710px;
    text-align: left;
    float: left;
    margin-bottom: 10px
}

.QurioDistributionToggle {
    position: relative;
    width: 80px;
    margin-top: 30px;
    user-select: none;
    transition: all .2s ease
}

.QurioDistributionToggle-forShare {
    position: relative;
    width: 80px;
    margin-top: 0;
    user-select: none;
    transition: all .2s ease
}

.QurioDistributionToggle-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px
}

.QurioDistributionToggle-inner {
    width: 200%;
    margin-left: -100%;
    transition: all .2s ease
}

    .QurioDistributionToggle-inner:before {
        content: "ON";
        padding: 0 0 0 22px;
        background-color: #80da82;
        color: var(--white)
    }

    .QurioDistributionToggle-inner:after {
        content: "OFF";
        padding: 0 17px 0 0;
        background-color: #fd5952;
        color: var(--white);
        text-align: right
    }

.QurioDistributionToggle-checkbox {
    display: none
}

    .QurioDistributionToggle-checkbox:checked + .QurioDistributionToggle-label .QurioDistributionToggle-inner {
        margin-left: 0
    }

    .QurioDistributionToggle-checkbox:checked + .QurioDistributionToggle-label .QurioDistributionToggle-switch {
        right: 0
    }

    .QurioDistributionToggle-checkbox:disabled + .QurioDistributionToggle-label {
        cursor: default
    }

        .QurioDistributionToggle-checkbox:disabled + .QurioDistributionToggle-label .QurioDistributionToggle-inner:before, .QurioDistributionToggle-checkbox:disabled + .QurioDistributionToggle-label .QurioDistributionToggle-inner:after {
            background-color: #ccc
        }

.QurioDistributionToggle-inner:before, .QurioDistributionToggle-inner:after {
    float: left;
    width: 50%;
    line-height: 28px;
    font-size: 14px;
    color: var(--white);
    font-weight: bold
}

.QurioDistributionToggle-switch {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    width: 20px;
    margin: 4px;
    background: var(--white);
    border-radius: 50px;
    transition: all .2s ease
}

.btn.QurioDistribution-anyone, .btn.QurioDistribution-group {
    width: 130px;
    margin-left: 12px;
    font-weight: bold
}

.QurioDistributionTags-wrapper {
    display: none;
    clear: both;
    background-color:var(--thirdBack)
}

.QurioDistributionTagsForShare-wrapper {
    display: none;
    clear: both;
    background-color:var(--thirdBack)
}

.QurioDistributionTagsForShare {
    position: relative;
    padding: 32px 0 32px 102px;
    line-height: 18px
}

.QurioDistributionTags {
    position: relative;
    padding: 32px 0 32px 102px;
    line-height: 18px
}

.QurioDistributionTags-error {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #eb0030;
    font-size: 14px
}

.QurioDistributionTags-actions {
    border-top: 1px solid var(--white);
    padding-left: 102px
}

.QurioDistributionTags-action {
    line-height: 46px;
    color: #6fabfb;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px
}

.QurioDistribution-newtag {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #7c7c7c;
    background-color: transparent;
    border: none
}

.QurioDistribution-newtag-forShare {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #7c7c7c;
    background-color: transparent;
    border: none
}

.QurioDistributionTag, .QurioDistributionTag--error {
    display: inline-block;
    padding: 0 8px;
    margin-top: 4px;
    margin-right: 12px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #e3e3e8;
    background-color: var(--white);
    font-size: 13px;
    color: #656770
}

.QurioDistributionTag--error {
    border-color: var(--errorFront)
}

    .QurioDistributionTag--error .QurioDistributionTag-value {
        line-height: 16px;
        border-bottom: 1px dashed var(--errorFront)
    }

.QurioDistributionTag-icon, .QurioDistributionTag-icon--group, .QurioDistributionTag-icon--user {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    vertical-align: middle
}

.QurioDistributionTag-value {
    display: inline-block;
    vertical-align: middle
}

.QurioDistributionTag-remove {
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    font-size: 7px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    border-radius: 100%
}

    .QurioDistributionTag-remove:hover {
        background-color: rgba(0,0,0,0.3);
        color: var(--white);
        border-radius: 100%
    }

.QurioDistributionTagForShare-remove {
    display: inline-block;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    font-size: 7px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
    border-radius: 100%
}

    .QurioDistributionTagForShare-remove:hover {
        background-color: rgba(0,0,0,0.3);
        color: var(--white);
        border-radius: 100%
    }

.ThankYouPic {
    margin-top: 5px;
    margin-left: -80px;
    float: left;
    position: relative
}

    .ThankYouPic > div {
        top: 0;
        left: 0;
        position: absolute
    }

    .ThankYouPic input {
        width: 80px
    }

.ThankYouPic-image {
    transition: background-color .2s ease;
    color: var(--white);
    cursor: pointer;
    background-color: var(--firstFocus);
    width: 80px;
    height: 80px;
    line-height: 80px
}

    .ThankYouPic-image:hover {
        background-color: var(--campuslight)
    }

        .ThankYouPic-image:hover .ThankYouPic-overlay {
            visibility: visible
        }

    .ThankYouPic-image img {
        width: 80px;
        height: 80px
    }

.ThankYouPic-imageIcon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    text-align: center
}

.ThankYouPic-overlay {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background-color: rgba(0,0,0,0.4);
    line-height: 24px;
    text-align: center
}

.ThankYou .image-load {
    background-color: var(--account-light-grey);
    width: 80px;
    height: 80px
}

    .ThankYou .image-load .fail {
        text-align: center;
        display: none
    }

        .ThankYou .image-load .fail p {
            margin-bottom: 16px
        }

        .ThankYou .image-load .fail button {
            margin-right: 8px;
            margin-left: 8px;
            font-size: 17px;
            padding: 15px;
            display: inline-block;
            color: var(--white);
            background-color: var(--thirdFront);
            width: 45px;
            height: 45px;
            opacity: .9
        }

.ThankYou-initial-hide {
    display: none
}

#complete.results .question-head .score, #complete.results .question-body .answer .score {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    color: var(--resultBlue);
    font-weight: bold
}

#complete.results .question-body .answer .points {
    position: absolute;
    top: 0;
    right: 74px;
    line-height: 50px;
    color: var(--indexGrey)
}

#complete.results .question-body .answer .label {
    position: absolute;
    right: 105px;
    color: var(--indexGrey)
}

.ResultQuestionAnswerModule {
    width: 100%;
    height: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.ResultAnswer, .ResultAnswer--tempNetpromoter {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1.5% 4%;
    background-color: var(--white);
    border-top: 1px solid #f9f9f9;
    color: #565758;
    line-height: 26px
}

    .ResultAnswer.noLeftPadding, .ResultAnswer--tempNetpromoter.noLeftPadding {
        padding-left: 0
    }

.ResultAnswer--tempNetpromoter {
    padding: 0;
    line-height: 24px;
    border-top: 0 transparent
}

.ResultAnswerIndexColumn--nps {
    display: block;
    width: 100%;
    vertical-align: middle
}

.ResultAnswer-spacing {
    position: relative;
    width: 20px;
    height: 2px;
    display: inline-block;
    background-color: #cfd5da;
    top: -3px
}

.ResultAnswer-index {
    position: relative;
    width: 30px;
    max-width: 30px;
    height: 30px;
    line-height: 26px;
    border-style: solid;
    border-width: 2px;
    border-color: #cfd5da;
    color: #cfd5da;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    user-select: none
}

.ResultAnswer-index--nps {
    display: inline-block;
    border-radius: 100%;
    font-weight: bold
}

    .ResultAnswer-index--nps.isAnswered {
        color: var(--white);
        background-color: #cfd5da
    }

.ResultAnswer-netpromoter-scale {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px
}

    .ResultAnswer-netpromoter-scale.right {
        clear: left;
        margin-left: 325px
    }

.Answer[depth="1"] .Answer-index--cas {
    margin-left: 25px
}

.Dialog--importQurio {
    height: 90%;
    overflow: hidden
}

.ImportQurioDialog.Dialog-body {
    padding: 0
}

.ImportQurioDialog-qurios {
    display: inline-block;
    width: 60%;
    height: 100%;
    padding: 4px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #f5f6f7
}

.ImportQurio, .ImportQurio--expanded {
    border-bottom: 1px solid #ebedef
}

    .ImportQurio > header, .ImportQurio--expanded > header {
        position: relative;
        padding: 16px 24px 16px 24px;
        cursor: pointer
    }

        .ImportQurio > header:hover, .ImportQurio--expanded > header:hover {
            background-color: #fcfcfc
        }

.ImportQurio-title--untitled {
    color: #999
}

.ImportQurio-actions {
    display: none;
    position: absolute;
    top: 10px;
    right: 16px
}

.ImportQurio--expanded {
    border-bottom: none
}

    .ImportQurio--expanded > header {
        color: var(--campusmain)
    }

    .ImportQurio--expanded .ImportQurio-actions, .ImportQurio--expanded .ImportQuestion {
        display: block
    }

.ImportQuestion {
    display: none;
    position: relative;
    min-height: 48px;
    padding: 16px 24px 16px 24px;
    margin-top: 1px;
    background-color: var(--white)
}

.ImportQuestion-number {
    display: inline-block;
    float: left;
    min-width: 24px;
    line-height: 22px;
    padding-right: 10px;
    vertical-align: top;
    font-size: 18px;
    color: var(--answerIndexColor)
}

.ImportQuestion-title {
    display: inline-block;
    width: 86%;
    line-height: 24px;
    padding-right: 30px;
    margin: 0
}

.ImportQuestion-actions {
    position: absolute;
    top: 13px;
    right: 16px
}

.ImportQuestion-mark {
    height: auto;
    width: 60px;
    padding-top: 9px;
    font-size: 12px;
    float: left;
    text-align: center;
    color: #80da82
}

.ImportQurioDialog-selected {
    display: inline-block;
    width: 40%;
    height: 100%;
    padding: 4px;
    vertical-align: top;
    overflow-x: hidden;
    overflow-y: scroll
}

    .ImportQurioDialog-selected div > header {
        position: relative;
        line-height: 48px;
        padding-left: 24px;
        color: #999
    }

.ImportSelectedQuestion {
    position: relative;
    min-height: 48px;
    margin-top: 1px;
    padding: 24px;
    border-top: 1px solid #f4f4f4;
    background-color: var(--white)
}

.ImportSelectedQuestion-title {
    width: 100%;
    padding-right: 24px
}

.ImportSelectedQuestion-actions {
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 48px
}

.ImportSelectedQuestion-remove {
    position: absolute;
    top: 19px;
    right: 8px;
    width: 24px;
    line-height: 24px;
    padding: 0 6px 0 6px;
    font-size: 8px;
    color: #93969e;
    cursor: pointer;
    text-align: center;
    border-radius: 102px
}

    .ImportSelectedQuestion-remove:hover {
        background-color: #eceef1;
        border-radius: 102px;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

.ImportSource {
    text-align: center;
    width: 100%
}

    .ImportSource p {
        padding-top: 60px
    }

    .ImportSource a {
        color: #6cf
    }

.ImportSource-section {
    display: inline-block
}

    .ImportSource-section:not(:first-child) {
        margin-left: 24px
    }

    .ImportSource-section p {
        text-align: center;
        padding-top: 16px;
        color: #ccc
    }

.ImportSource-button {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 90px;
    border-radius: 12px
}

.ImportText.Dialog-body {
    padding: 30px
}

    .ImportText.Dialog-body a {
        color: #6cf
    }

    .ImportText.Dialog-body p {
        margin: 0
    }

.ImportText-message {
    text-align: center;
    line-height: 26px
}

.ImportText-lines {
    font-family: courier;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    padding: 30px;
    line-height: 26px;
    margin-top: 24px
}

.ImportText-error {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 27px;
    padding-right: 27px;
    background-color: var(--errorBack);
    color: var(--errorFront);
    border-left: 3px solid var(--errorFront);
    border-right: 3px solid var(--errorFront)
}

.ImportText-errorIcon {
    position: relative
}

    .ImportText-errorIcon:before {
        font-size: 16px;
        position: absolute;
        top: 2px;
        left: -55px;
        color: var(--errorFront)
    }
