/*-----------------------Live results----------------------*/
.LiveResults {
    width: 100%;
    height: 100%
}

.LiveResults-loading img {
    width: 150px
}

.LiveResults-loading p {
    padding-top: 24px;
    color: #7e7f86
}

.LiveResults-headerBar {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    background-color: var(--white)
}

.LiveResults-qurioTitle {
    float: left;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #343536
}

.ExitFullscreen {
    float: right;
    width: 60px;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #838a94;
    border-left: 1px solid var(--background)
}

    .ExitFullscreen:hover {
        color: #6cb8f9;
        cursor: pointer
    }

.LiveResults-canvas {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 36px;
    background-color: var(--white);
    border: 24px solid var(--background)
}

.LiveResults-canvasContentWrapper {
    margin: auto;
    max-width: 984px
}

.LiveResults-containerLeft {
    line-height: 24px;
    float: left;
    width: 57.5%;
    max-width: 420px;
    padding-right: 24px
}

.LiveResults-containerRight {
    float: right;
    width: 40.5%;
    max-width: 564px;
    min-width: 480px
}

.LiveResults-questionContainer {
    display: block;
    width: 100%;
    line-height: 24px;
    margin-bottom: 48px
}

.LiveResults-questionIndex {
    display: block;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 12px;
    font-size: 13px;
    color: #cfd5da
}

.LiveResults-responsesReceived {
    margin-top: 12px;
    font-size: 13px;
    color: #cfd5da;
    letter-spacing: .03em
}

.LiveResults-questionContent {
    font-size: 30px;
    color: #343536;
    font-weight: lighter;
    line-height: 36px
}

.LiveResults-graph {
    width: 100%;
    max-width: 564px;
    height: 350px
}

.LiveResults-graphKeysContainer {
    line-height: 24px;
    width: 100%;
    height: auto
}

.LiveResults-graphKey {
    display: block
}

.LiveResults-graphKeyColor {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    max-width: 20px;
    height: 20px;
    margin-right: 12px;
    border-radius: 100%;
    background-color: #cfd5da
}

.LiveResults-graphKeyLabel {
    display: inline-block;
    vertical-align: text-top;
    width: 90%;
    font-size: 14px;
    color: #838a94
}

.GraphColor-0 {
    background-color: #cfd5da
}

.GraphColor-1 {
    background-color: #68cfd8
}

.GraphColor-2 {
    background-color: #008ab8
}

.GraphColor-3 {
    background-color: #615098
}

.GraphColor-4 {
    background-color: #f17a72
}

.GraphColor-5 {
    background-color: #ee1c25
}

.GraphColor-6 {
    background-color: #f68c1f
}

.GraphColor-7 {
    background-color: #ffcc4c
}

.GraphColor-8 {
    background-color: #aed137
}

.GraphColor-9 {
    background-color: #86c648
}

@media (min-width:320px) and (max-width:599px) {
    .LiveResults-questionContainer {
        margin-bottom: 24px
    }

    .LiveResults-canvas {
        top: 60px;
        padding: 24px;
        border: 12px solid var(--background);
        border-top: 0
    }

    .LiveResults-containerLeft {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 0
    }

    .LiveResults-containerRight {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 320px
    }

    .LiveResults-questionIndex {
        margin-bottom: 4px;
        font-size: 12px
    }

    .LiveResults-responsesReceived {
        margin-top: 4px;
        font-size: 12px
    }

    .LiveResults-questionContent {
        font-size: 24px;
        line-height: 30px
    }

    .LiveResults-graph {
        max-width: 100%;
        margin-top: 24px
    }
}

@media (min-width:600px) and (max-width:982px) {
    .LiveResults-canvas {
        padding: 24px
    }

    .LiveResults-containerLeft {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        padding-right: 0
    }

    .LiveResults-containerRight {
        float: none;
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 320px
    }

    .LiveResults-graphKeysContainer {
        float: none;
        width: 100%;
        height: auto;
        min-height: 72px;
        margin-top: 36px
    }

    .LiveResults-questionIndex {
        margin-bottom: 4px;
        font-size: 12px
    }

    .LiveResults-responsesReceived {
        margin-top: 4px;
        font-size: 12px
    }

    .LiveResults-questionContent {
        font-size: 24px;
        line-height: 30px
    }

    .LiveResults-graph {
        max-width: 100%;
        margin-top: 36px
    }
}

@media (min-width:983px) and (max-width:var(--screen-min-width)) {
    .LiveResults-containerLeft {
        float: left;
        width: 57.5%;
        max-width: 380px;
        padding-right: 2%
    }

    .LiveResults-containerRight {
        float: right;
        width: 40.5%;
        max-width: 564px;
        min-width: 480px
    }
}

/*-----------------------End Live results----------------------*/
