﻿.body-content {
    position: relative; /* To align buttons */
}

/* ======================================
            Basic styling
====================================== */
table {
    border-collapse: collapse;
}

div.matchingQuestion .subQuestions.float-right {
    float: right !important;
}

div.matchingQuestion .answer-list.float-left {
    float: left !important;
}

.matchingQuestion .answerDropbox .placeholder {
    font-size: 14px !important;
}

.matchingQuestion.matchingQuestionViewOnly .answerDropbox .placeholder {
    font-size: 0px !important;
}

table td, table th {
    text-align: center;
    padding: 5px; /*border: 1px solid black;*/
}
/* ======================================
               Headings
====================================== */
/*h1 { margin-top: 0; color: #52A5EB; font-size: 2.4em; }*/
h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.6em;
}
/* ======================================
               Buttons
====================================== */
div.buttons {
    padding: 25px 0 0;
    float: right;
}

div.editButton {
    float: right;
    padding: 10px 0;
}

div.buttons a {
    padding-right: 10px;
}

div.buttons input {
    border: 0;
    margin-left: 10px;
    display: inline-block;
}

.btn-survey-inner-next {
    width: 80px;
    vertical-align: top;
}

.btn-survey-inner-back {
    width: 70px;
    vertical-align: top;
}

.btn-survey-inner-finish {
    vertical-align: top;
}

.btn-survey-inner-nextsurvey {
    vertical-align: top;
}

.btn-register-survey {
    vertical-align: top;
}

.surveyWrapper {
    padding-bottom: 0px;
    margin: 0 25px;
}

    .surveyWrapper h1 {
        float: none;
        margin-left: 0;
        margin-top: 0;
    }

        .surveyWrapper h1.surveyName {
            margin-top: 10px;
        }

        .surveyWrapper h1.standardQuestion {
            font-size: 200%;
        }

    .surveyWrapper p {
        line-height: 20px !important;
    }

.choiceBelow {
    width: 100%;
    display: inline-block;
}

/* ======================================
            Wrapper styling
====================================== */
div.question {
    padding: 0.25em 0 16px;
    zoom: 1; /* Float clear for IE6, IE7 */
}

    div.question:after {
        content: ".";
        display: block;
        line-height: 0;
        font-size: 0;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/* ======================================
               Error Handling
=======================================*/
div.errors {
    color: #CC0000;
    background: #FFE7E4 url(../img/error.png) no-repeat 7px 7px;
    border: 2px #CC0000 solid;
    padding: 8px 10px 6px 34px;
    display: block;
}

div.unanswered h2 {
    color: #FF0000;
}
/* ======================================
                 Questions
====================================== */
h2.standardQuestion, h2.splitQuestion {
    margin: 0 0 0.5em 0;
}

    h2.standardQuestion span.questionID, h2.splitQuestion span.questionID {
        display: inline-block;
        width: 50px;
        float: left;
    }

    h2.standardQuestion span.question, h2.splitQuestion span.question {
        display: inline-block;
        float: left;
        width: 750px;
    }

    h2.splitQuestion span.question {
        display: inline-block;
        padding-left: 10px;
    }

h2.inlinewideQuestion {
    margin: 0;
    float: left;
    width: 70%;
}

    h2.inlinewideQuestion span.question {
        display: block;
        float: left;
        width: 80%;
    }

    h2.inlinewideQuestion span.questionID {
        display: block;
        float: left;
        width: 50px;
    }

h2.standardQuestion {
    font-size: 1.6em;
    font-weight: normal;
}

h3.standardQuestion, h3.inlinewideQuestion, h3.splitQuestion {
    color: #52A5EB;
    font-size: 1.2em;
    display: table;
}

h3.standardQuestion, h3.splitQuestion {
    margin: 0 0 0.5em 0;
    width: 100%;
}

    h3.standardQuestion span.questionID, h2.splitQuestion span.questionID {
        display: inline-block;
        width: auto;
        float: left;
        padding-right: 3px;
    }

    h3.standardQuestion span.question, h2.splitQuestion span.question {
        display: inline-block;
        float: left;
        width: 93%;
    }

    h3.splitQuestion span.question {
        display: inline-block;
        padding-left: 10px;
    }

h3.inlinewideQuestion {
    margin: 0px 10px 0px 0px;
    float: left;
    width: 70%;
}

    h3.inlinewideQuestion span.question {
        display: block;
        float: left;
        width: 86%;
    }

    h3.inlinewideQuestion span.questionID {
        display: block;
        float: left;
        width: auto;
        padding-right: 3px;
    }

.inlinewideDetails {
    float: left;
    width: 70%;
    margin-right: 10px;
}

/* ======================================
             Text
====================================== */
.textboxInline {
    float: left;
    width: 25%;
}

/* ======================================
             Radio buttons in general
====================================== */
.inputs input[type=radio] {
    margin: 0 2px 0 0;
}

/* ======================================
               Multi-Choice
====================================== */
.choiceInlineNarrow {
    float: left;
    width: 25%;
}

.choiceBelow div.above, .choiceBelow div.aboveWithLine {
    text-align: center;
    margin-bottom: 1em;
}

/* for in-line MC questions, left align */
.choiceInlineNarrow span.answer {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.choiceBelow span.answer {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    .choiceBelow span.answer label.below, .choiceBelow span.answer label.belowWithLine {
        display: block;
        margin-top: 5px;
        padding-top: 5px;
    }

.choiceBelow div.below, .choiceBelow div.belowWithLine, .choiceBelow div.inputs {
    text-align: center;
    margin-top: 1em;
}

.choiceBelow div.belowWithLine {
    border-top: dashed 1px black;
}

.choiceBelow span.answer label, .choiceInlineNarrow span.answer label {
    display: block;
}

.choiceBelowBlock span.answer {
    padding: 0.5em 0;
    padding-left: 50px;
    display: block;
}

/*STYS-30*/
/*.sliderQuestion .choiceBelow span.answer:first-child label
{
    text-align: left !important;
}
.sliderQuestion .choiceBelow span.answer:last-child label
{
    text-align:right !important;
}*/
/*STYS-30 End */
/* ======================================
               Sliders
====================================== */
.ui-slider-horizontal {
    position: relative;
    margin: 3px auto;
    height: 4px; /*STEP-20 Changes  */
    background: none;
    background-color: #B3BBBD;
}

    .ui-slider-horizontal input, .ui-slider-horizontal label {
        display: none !important;
    }

.ui-slider-handle {
    cursor: pointer;
    margin-left: -6px;
    top: -4px;
    background: transparent url(../img/slider-handle.png) no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
}
/* ======================================
               Matrixes
====================================== */
table.matrix {
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
}

    table.matrix td {
        padding: 0.5em 1em;
        border: 0;
    }

    table.matrix tr:nth-child(2n) {
        background: #dddddd;
    }

    table.matrix tr.rowOdd {
        background-color: #F9F9F9;
    }

    table.matrix tr.rowEven {
        background-color: #ECECED;
    }

td.center, th.center {
    text-align: center;
}

td.left, th.left {
    text-align: left !important;
}
/* ======================================
               TextArea
====================================== */
textarea {
    width: 100%;
    height: 8em;
}


/* BEGIN PRINT STYLESHEET */
@media print {
    h2.standardQuestion span.question, h2.splitQuestion span.question {
        width: 600px;
    }
}

/* END PRINT STYLESHEET */


.customControlsError, .showErrorMessage {
    color: rgb(221, 35, 35);
    font-style: italic;
    font-size: 13px;
    font-weight: 800;
}

    .customControlsError ul {
        padding: 0px;
        list-style: none;
    }

.matrixRadioError {
    box-shadow: inset 0 0px 15px rgba(255, 0, 0, 1);
    -moz-box-shadow: inset 0 0 15px rgba(238, 45, 45, 1);
    border-radius: 50%;
    height: 16px;
    padding: 2px 0 4px 0px;
    display: inline-block;
}

#pauseSurveyMsg p {
    font-size: 13px;
}

#pauseSurveyMsg .ui-dialog-buttonpane {
    border: 0;
}

ul#reportFieldPopup {
    width: 600px;
    list-style-type: none;
    padding: 21px;
    line-height: 32px;
}

#reportFieldPopup li:nth-child {
    background: #FFF;
    padding-left: 30px;
    font-size: 13px;
}

.scroll {
    overflow: auto !important;
    overflow-x: hidden !important;
    max-height: 350px !important;
}

ul#questionFeedbackPopup {
    width: 600px;
    list-style-type: none;
    padding: 21px;
    line-height: 32px;
}

#questionFeedbackPopup li {
    background: #FFF;
    padding-left: 30px;
    font-size: 17px;
}

.hidden {
    display: none;
}

.ButtonBlue {
    height: 30px !important;
    padding: 0 10px;
    font-size: 13px;
    background: #96d4f6;
    background-color: #96d4f6;
    background: -moz-linear-gradient(#96d4f6, #52a5eb);
    background: -webkit-linear-gradient(top, #96d4f6 5%, #52a5eb 100%);
    background-image: -ms-linear-gradient(top, #96d4f6, #52a5eb);
    background-image: -o-linear-gradient(top, #96d4f6, #52a5eb);
    background-image: linear-gradient(to bottom, #96d4f6, #52a5eb);
    text-indent: 0;
    color: white;
    font-weight: bold;
    border: 1px solid #84bbf3;
    border-radius: 5px;
    cursor: pointer;
}

    .ButtonBlue:hover {
        background: #52a5eb;
        background-color: #52a5eb;
        background: -moz-linear-gradient(#52a5eb, #96d4f6);
        background: -webkit-linear-gradient(top, #52a5eb 5%, #96d4f6 100%);
        background-image: -ms-linear-gradient(top, #52a5eb, #96d4f6);
        background-image: -o-linear-gradient(top, #52a5eb, #96d4f6);
        background-image: linear-gradient(to bottom, #52a5eb, #96d4f6);
    }

.buttonOrange {
    margin-right: -10px;
    font-size: 13px;
    -moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
    box-shadow: inset 0px 1px 0px 0px #fce2c1;
    background-color: #ffc477;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-indent: 0;
    border: 1px solid #eeb44f;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    height: 30px;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #cc9f52;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #ffc477, #fb9e25);
}

    .buttonOrange:hover {
        background-color: #fb9e25;
        cursor: pointer;
        background-image: linear-gradient(to bottom, #fb9e25, #fb9e25);
    }

    .buttonOrange:active {
        position: relative;
        top: 1px;
    }

.modal-postback {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 999999;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    min-height: 100%;
    width: 100%;
}

.loading-postback {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    width: 200px;
    height: 100px;
    position: fixed;
    display: none;
    z-index: 9999999;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.dragDropQuestion .below .answer label {
    margin: 0 auto;
    background: #289EF3;
    padding: 0px 10px;
    width: 25% !important;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
}

.dragDropQuestion .choiceInlineNarrow {
    width: 30%;
}

.choiceInlineNarrow .dragableAnswers .answer, .choiceInlineNarrow .sortableAnswers .answer {
    width: 7% !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    max-width: 25px;
}

.dragDropQuestion .dragableAnswers .answer, .sortableQuestion .sortableAnswers .answer {
    margin-left: 20px;
    background: #289EF3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 5px;
    color: #fff;
}

.dragDropQuestion .DropableBox {
    min-height: 120px;
    background: #f0f0f0;
    border: 1px dashed gray;
}

.dragDropQuestion .choiceInlineNarrow .dragBoxPlaceHolder {
    padding-top: 65px;
}

.dragBoxPlaceHolder {
    text-align: center;
    padding-top: 40px;
    color: rgba(128, 128, 128, 0.65);
}

.dragDropQuestion .dragableAnswers .answer label, .dragDropQuestion .dragableAnswers .answer, .dragDropQuestion .below .answer label {
    cursor: pointer;
}

.sortableQuestion .sortableAnswers .answer label, .sortableQuestion .sortableAnswers .answer, .sortableQuestion .below .answer label {
    cursor: pointer;
}

.choiceInlineNarrow input[type=text] {
    width: 50%;
}

.sortableQuestion .below .answer label {
    margin: 0 auto;
    background: #289EF3;
    padding: 0px 10px;
    width: 85% !important;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
}

.sortableQuestion .placeholder {
    background-color: #A6FEA8 !important;
    border-style: inset;
}

.rtlInputs .choiceBelowBlock span.answer {
    display: table !important;
}

.rtlInputs .choiceBelowBlock .dragableAnswers span.answer, .rtlInputs .choiceBelowBlock .sortableAnswers span.answer {
    display: block !important;
}

.rtlInputs #surveyNavigationButtons {
    float: left !important;
}

    .rtlInputs #surveyNavigationButtons .SurveyBackButton {
        float: right !important;
    }

    .rtlInputs #surveyNavigationButtons .btn-register-survey {
        margin-right: 5px;
    }


.print {
    background-image: url(/EmbeddedResources/images/print.gif);
    background-repeat: no-repeat;
    border: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    cursor: pointer;
}

.pdf {
    background-image: url(/EmbeddedResources/images/pdf.jpg);
    background-repeat: no-repeat;
    border: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: 40px;
    cursor: pointer;
}

.printIcons {
    float: right;
    margin-right: 50px;
}


.matchingQuestion {
    width: 100%;
}

    .matchingQuestion .subQuestions {
        max-width: 350px;
        min-width: 200px;
    }

    .matchingQuestion .subQuestion {
        width: 100%;
        height: auto;
        background-color: #a3c;
        margin-bottom: 10px;
    }

    .matchingQuestion .answer-list {
        max-width: 350px;
        min-width: 200px;
        background-color: #fff;
        min-height: 50px;
        border: 1px dashed #ccc !important;
    }

    .matchingQuestion .subQuestionText {
        background-color: #ccc;
        height: auto;
        padding: 10px;
    }

.rtlInputs .matchingQuestion .subQuestionText {
    padding: 10px;
}

.matchingQuestion .answerDropbox {
    background-color: #ccc;
    opacity: 1;
    text-align: center;
    height: auto;
    min-height: 50px;
    border-top: 1px dashed;
    border-color: rgba(128, 128, 128, 0.5);
}

.matchingQuestion .ui-draggable-dragging {
    z-index: 9999;
}

.matchingQuestion .answerDropbox .placeholder {
    color: #E6E6E6;
    font-size: 12px;
}

.matchingQuestion .answerDropbox.over {
    background-color: #B9B4B4;
}

.matchingQuestion .answerDropbox .answer {
    padding-left: 6px;
    background-color: #EFEFEF;
}

.rtlInputs .matchingQuestion .answerDropbox .answer {
    padding-right: 6px;
}

.matchingQuestion .answerDropbox .answer {
    text-align: left;
}

.rtlInputs .matchingQuestion .answerDropbox .answer {
    text-align: right;
}

.matchingQuestion .answerDropbox .correctAnswer {
    background-color: #4FE799;
}

.matchingQuestion .answer {
    min-height: 50px;
    background-color: #EFEFEF;
    margin-bottom: 5px;
    color: #666;
    padding-left: 6px;
}

.rtlInputs .matchingQuestion .answer {
    padding-right: 6px;
}

.matchingQuestion .AnswerText {
    float: right;
    width: 82%;
}
/*STYS-30 Grip*/
.sortableAnswers .AnswerText {
    float: left;
    width: 91%;
}
/*STYS-30 Grip end*/
.rtlInputs .matchingQuestion .AnswerText {
    float: right;
    width: 83%;
}

.matchingQuestion .answer .Answerhandle {
    width: 40px;
    float: left;
    cursor: move;
}
/*STYS-30 Grip*/
.sortableAnswers .answer .Answerhandle {
    width: 8%;
    float: right;
    cursor: move;
}
/*STYS-30 Grip end*/
.rtlInputs .matchingQuestion .answer .Answerhandle {
    float: left;
}
/*STYS-30 Grip*/
.matchingQuestion .Answerhandle span.icon-bar, .sortableAnswers .Answerhandle span.icon-bar /*STYS-30 Grip end*/ {
    background-color: #D3CBCB;
    display: block;
    height: 2px;
    margin-top: 7px;
}

@media screen and (max-width : 600px) {
    /* STYS-39 */
    .question div.matchingQuestion .subQuestions {
        width: 91% !important;
        float: none !important;
    }

    .question div.matchingQuestion .answer-list {
        width: 91% !important;
        float: none !important;
    }
    /* STYS-39 End*/
    .sortableQuestion .below .answer label {
        width: 50% !important;
    }

    .question .sortableText {
        width: 70% !important;
    }

    .choiceInlineNarrow {
        width: 100%;
    }

    .matchingQuestion .subQuestions {
        max-width: 100%;
    }

    .matchingQuestion .answer-list {
        max-width: 100%;
    }

    .story {
        width: 100% !important;
    }

    .quickflip-wrapper {
        width: 98% !important;
    }

    .storyText {
        width: 94%;
    }
    /* STYS-30 Grip*/
    .sortableAnswers .AnswerText {
        width: 85% !important;
    }

    .sortableAnswers .answer .Answerhandle {
        width: 14% !important;
    }

    .sortableAnswers .choiceBelowBlock span.answer {
        padding: 2px 5px !important;
    }
    /* STYS-30 Grip end*/
    /* STYS-39 20151611 Starts */
    .AnswerTitle {
        display: block !important;
        text-align: left !important;
        right: 0px !important;
        position: relative;
        top: -5px;
        padding: 10px 0px;
        width: 99%;
    }
    /* STYS-39 20151611 Ends */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .matchingQuestion .subQuestions {
        max-width: 92%;
    }

    .matchingQuestion .answer-list {
        max-width: 92%;
    }

    .quickflip-wrapper {
        width: 98% !important;
    }

    .storyText {
        width: 94%;
    }

    .story {
        width: 100% !important;
    }
    /* STYS-30 Grip*/
    .sortableAnswers .AnswerText {
        width: 85% !important;
    }

    .sortableAnswers .answer .Answerhandle {
        width: 14% !important;
    }

    .sortableAnswers .choiceBelowBlock span.answer {
        padding: 2px 5px !important;
    }
    /* STYS-30 Grip end*/
}

.story {
    width: 350px;
    background-color: whitesmoke;
    text-align: center;
    padding: 10px;
}

.storyImage {
    border: 7px solid white;
    width: 396px;
    height: 244px;
    margin: auto;
    background-color: #C7C5C5;
    box-shadow: 0px 0px 10px 10px #E8E8E8;
    padding-top: 5px;
}

.personName {
    float: right;
    margin-top: 10px;
}



.front, .storyText {
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
}

.storyText {
    background-color: white !important;
    text-align: left;
    word-wrap: break-word;
    padding: 10px;
    width: 94%;
    margin: auto;
    color: #847B7B;
}
/*STYS-30 4th Nov 2015 */
.personImage {
    max-width: 98%;
    height: 98%;
    box-shadow: 0px 0px 5px 0px;
}

.quickflip-wrapper {
    cursor: pointer;
}
/*STYS-30 4th Nov 2015 */
.matchingQuestionViewOnly {
    width: 100%;
}

    .matchingQuestionViewOnly .subQuestions {
        box-shadow: rgb(189, 189, 189) 0px 4px 10px;
        border-radius: 5px;
    }

    .matchingQuestionViewOnly .subQuestions {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

.ui-accordion .ui-accordion-header {
    margin-top: 1px;
    padding: 0.5em 0.5em 0.5em 0.7em;
}

.ui-accordion .ui-accordion-content {
    padding: 0px !important;
}

/*RAFT-29 Starts*/
.suggestions .ui-accordion-content {
    padding: 0.5em 0.5em 0.5em 0.7em !important;
}
/*RAFT-29 Ends*/

.matchingQuestionViewOnly .answer-listViewOnly .answer {
    background-color: rgb(79, 231, 153);
    margin-bottom: 0px;
}

.matchingQuestionViewOnly .answerDropbox, .matchingQuestionViewOnly .answer-list, .ui-icon, .ui-widget-content .ui-icon {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-widget-content {
    border: 0px solid #c5dbec;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        color: #e17009;
        background: #ccc;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        background: #ccc;
    }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        background: #ccc;
    }
/*STYS-30 Grip*/
.sortableQuestion .sortableAnswers .answer {
    display: block !important;
    overflow: auto;
    padding: 5px 10px !important;
}
/*STYS-30 Grip end*/

/* STYS-39 */
.matchingQuestion .subQuestions {
    width: 48% !important;
    float: left !important;
}

.matchingQuestion .answer-list {
    width: 48% !important;
    float: right !important;
}
/* STYS-39 End*/
/* STYS-39 20151611 Starts */
.AnswerTitle {
    display: none;
}
/* STYS-39 20151611 Ends */


.sliderQuestion input {
    direction: ltr;
}

/*IB-114 UI changes for ParticipantEnd Starts */
.RichTextCheckBox .answer input {
    position: relative;
    float: right;
}

.RichTextCheckBox .answer label p {
    width: 90%;
    word-wrap: break-word;
}

.RichTextCheckBox .answer label table {
    width: 90%;
    word-wrap: break-word;
}

.RichTextCheckBox span.answer {
    border: black 1px solid;
    width: 90%;
}

.rtlInputs .RichTextCheckBox .answer label table {
    width: 90%;
}

.rtlInputs .RichTextCheckBox .answer input {
    float: left;
    top: 0px;
    right: 20px;
}

.rtlInputs .RichTextCheckBox .answer label table {
    position: relative;
    right: 20px;
}

.rtlInputs .RichTextCheckBox .answer label p {
    position: relative;
    right: 20px;
}

.RichTextCheckBox .answer table td, .RichTextCheckBox .answer table th {
    border: 1px solid black;
}
/*IB-114 UI changes for ParticipantEnd Ends */

/*IB-124 Chnages starts*/
.btn-Add {
    background-image: url("/EmbeddedResources/images/BtnAdd.png") !important;
}

.btn-Delete {
    background-image: url("/EmbeddedResources/images/BtnDelete.png") !important;
}

.btn-Add, .btn-Delete {
    height: 22px !important;
    width: 22px !important;
    min-height: 22px !important;
    min-width: 22px !important;
    background-repeat: no-repeat;
    text-indent: -9999px;
    padding: 0px !important;
    background-repeat: no-repeat;
    border: none;
}

.AddRemoveItemsQuestion .AddRemoveItem .txtAddItem {
    height: 30px;
    width: 500px;
    margin-top: 5px;
}
/*IB-124 Chnages Ends*/
.storyForefrontText {
    height: auto !important;
    text-align: left;
}

.rtlInputs .storyForefrontText {
    direction: rtl;
    text-align: right;
}

.RichTextCheckBox .answer input {
    display: none;
}

.RichTextCheckBox .answer span.starOn {
    background: transparent url('/img/starON.png');
}

.RichTextCheckBox .answer span.starOff {
    background: transparent url('/img/starOff.png');
}
/*RAFT-29 Starts*/
.suggestionsForFrontText span.starOff {
    background: transparent url('/EmbeddedResources/images/Star_Off.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}

.suggestionsForFrontText span.starOn {
    background: transparent url('/EmbeddedResources/images/Star_On.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}

.suggestionsForFrontText {
    background-color: white !important;
    font-family: Lato !important;
    display: table !important;
    width: 97%;
    z-index: 1;
    padding: 1em 0.5em 0em 1em;
    color: #476c7a;
    border-radius: 4px 4px 0px 0px;
    margin-top: 0px;
    font-size: 18px;
}

    .suggestionsForFrontText a.collapsed {
        background-image: url('/EmbeddedResources/images/arrow-left-orange.png') !important;
        background-repeat: no-repeat !important;
        background-position: right -6px center;
        background-size: 27px !important;
        color: transparent !important;
        float: right;
        transform: rotate(-90deg);
    }

    .suggestionsForFrontText a {
        background-repeat: no-repeat !important;
        background-position: right -9px center;
        background-size: 27px !important;
        color: transparent !important;
        float: right;
        transform: rotate(90deg);
    }

        .suggestionsForFrontText a.collapsedSuggestion {
            background-image: url('/EmbeddedResources/images/arrow-left-orange.png') !important;
        }

    .suggestionsForFrontText .outer-div {
        width: 82%;
        float: left;
        z-index: 1;
        word-wrap: break-word;
    }

    .suggestionsForFrontText input[type="checkbox"] {
        float: right;
    }

    .suggestionsForFrontText .star {
        float: right;
        z-index: 100;
    }

.suggestionsBackGroundText .panel-collapse .collapsing {
    height: auto !important;
}

.suggestionsBackGroundText {
    background-color: white !important;
    margin: -1% 0% 0% 1.5% !important;
    font-family: Lato !important;
    width: 95.5%;
    border-top: 0.5px solid hsla(0, 0%, 59%, 0.18);
    border-radius: 0px 0px 4px 4px;
    word-wrap: break-word;
}

    .suggestionsBackGroundText .suggestionsDesc {
        padding: 0.5em 0.5em 0.5em 0.1em;
    }

    .suggestionsBackGroundText p {
        margin: 0 !important;
    }


.suggestions-main-div {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
    width: 96%;
}

.collapse.in {
    height: auto !important;
}

.suggestionsForFrontText .outer-div-right {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
}

.suggestions .ui-accordion-content {
    padding: 0.5em 0.5em 0.5em 0.7em;
}
/*RAFT-29 Ends*/
.star {
    display: inline-block;
    width: 30px;
    height: 30px;
    outline: none;
    float: right;
}

.reportFieldScore {
    float: right;
    width: 20%;
}

.questionImageURL {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 2%;
    margin-left: 15px;
}

.surveyTitleImage {
    height: 50px;
    width: 50px;
    float: left;
}

@media screen and (max-width : 600px) {
    .question div.matchingQuestion.isAnswerOptionFirst {
        display: flex;
        flex-direction: column;
    }

        .question div.matchingQuestion.isAnswerOptionFirst .AnswerTitle {
            order: 2;
        }

    .matchingQuestion .subQuestions.float-right {
        order: 3;
    }

    .matchingQuestion .answer-list.float-left {
        order: 1;
    }

    .question div.matchingQuestion.isAnswerOptionFirst .AnswerTitle {
        top: 0px;
    }

    .questionImageURL {
        margin-left: 25px;
    }
    /*RAFT-29 Starts*/
    .suggestionsForFrontText span.starOff {
        margin-right: 20px;
        margin-top: -22px;
    }

    .suggestionsForFrontText span.starOn {
        margin-right: 20px;
        margin-top: -22px;
    }

    .suggestions {
        margin-left: 4%;
        width: 90%;
    }

    .suggestionsBackGroundText {
        margin: 0 !important;
        width: 97%;
        padding-left: 5.5% !important;
        font-size: 12px;
    }

    .suggestionsForFrontText .outer-div {
        width: 100% !important;
    }

    .suggestionsForFrontText {
        margin-bottom: 0;
    }




    /*RAFT-29 Ends*/
    h3.inlinewideQuestion, h3.inlinewideQuestion span.question {
        width: 85% !important;
        float: none !important;
    }

    h3.standardQuestion span.question, h2.splitQuestion span.question {
        width: 79% !important;
    }

    h3.standardQuestion span.questionID, h3.inlinewideQuestion span.questionID, h2.splitQuestion span.questionID {
        width: auto !important;
    }
    /*MT-5 Ends*/
    .Accordian-helper span.answer, .Accordian-helper div.accordian-content {
        width: 93% !important;
    }

    .ButtonBlue, .buttonOrange {
        border-radius: 40px !important;
        background-color: orange !important;
        border: 1px solid rgba(255,165,0, 0.83) !important;
        color: #ffffff !important;
        letter-spacing: 1.2px !important;
        text-transform: uppercase !important;
        text-align: center !important;
        padding: 9px 42px 9px 34px !important;
        font-weight: normal !important;
        margin-right: 24% !important;
        font-family: Lato !important;
        background-image: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    /*MT-5 Ends*/
}

@media only screen and (max-device-width: 320px) {

    /*RAFT-29 Starts*/
    .suggestionsForFrontText span.starOff {
        margin-right: 22px;
        margin-top: -17px;
    }

    .suggestionsForFrontText span.starOn {
        margin-right: 22px;
        margin-top: -17px;
    }

    .suggestionsBackGroundText {
        margin: 0 !important;
        width: 98.5%;
        padding-left: 5.5% !important;
        font-size: 12px;
    }
    /*RAFT-29 Ends*/
}

@media only screen and (max-device-width: 380px ) and (min-device-width:330px) {

    /*RAFT-29 Starts*/
    .suggestionsForFrontText span.starOff {
        margin-right: 39px;
        margin-top: -19px;
    }

    .suggestionsForFrontText span.starOn {
        margin-right: 39px;
        margin-top: -19px;
    }

    .suggestionsBackGroundText {
        margin: 0 !important;
        width: 98.5%;
        padding-left: 5.5% !important;
        font-size: 12px;
    }

    /*RAFT-29 Ends*/
}

@media only screen and (min-device-width: 601px ) {

    .suggestions {
        clear: both;
    }

    img + .survey-name {
        padding-left: 10px;
    }
}

.suggestionsForFrontText .outer-div a {
    color: #476c7a !important;
    float: none !important;
}

.suggestionsForFrontText img {
    max-width: none !important;
}

.surveyTitle {
    display: table;
    margin-top: 8px;
}

img + .survey-name {
    width: 95%;
    display: table-cell;
    vertical-align: middle;
}

.surveyTitle : empty {
    margin-top: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .ButtonBlue {
        height: 40px !important;
    }

    .matrix .col-md-9 {
        width: 75% !important;
    }

    .matrix .answerMob div.row {
        margin-left: -15px !important;
    }

    .matrix .answerMob label.matrixError input[type=radio] {
        /*border: 2px solid red;*/
        border-radius: 15px;
        outline: 2px solid red;
        -webkit-outline-radius: 15px;
    }

    .matrix .answerMob label input[type=radio] {
        outline-style: none;
        outline-color: none !important;
        outline-width: unset;
        border: none;
        width: auto !important;
        height: auto !important;
    }

        .matrix .answerMob label input[type=radio]:checked {
            border: unset;
            outline: none;
        }

    .question.Checkboxes .choiceBelow .below .answer {
        word-break: break-all;
    }
}
/*MT-5 Starts*/
.Accordian-helper span.answer.correct-answer {
    box-shadow: 0px 0px 2px 2px #a4e4a4;
}

.Accordian-helper span.answer.wrong-answer {
    box-shadow: 0px 0px 2px 2px #ff9c9c;
}

.Accordian-helper p {
    margin-left: 5px;
}

.Accordian-helper span.answer {
    width: 98%;
    background-color: #f6f6f7;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    padding-left: 5px;
    margin: 5px 0 5px 0;
    color: black;
    border-radius: 0;
}

.Accordian-helper div.accordian-content p {
    margin-left: 0 !important;
}

.Accordian-helper div.accordian-content {
    background-color: #ececec !important;
    margin: 10px 0 5px 0px;
    background: none;
    width: 97%;
    border-radius: 0;
    padding: 5px 0 5px 5px !important;
    color: gray;
    font-size: 17px;
    font-style: italic;
}

.Accordian-helper span.answer input[type='radio'] {
    display: none;
}

.Accordian-helper div.accordian-content-outer {
    background-color: transparent;
    background: none;
    margin: 0;
    width: 101%;
}

.Accordian-helper div.accordian-content-try-else {
    background-color: transparent;
    background: none;
    border-radius: 0;
    padding: 10px 0 18px 5px !important;
    color: black;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

.Accordian-helper h2, .Accordian-helper h3 {
    /*padding-left: 25px;*/
}

    .Accordian-helper h3.standardQuestion span.question, .Accordian-helper h2.splitQuestion span.question {
        width: 95% !important;
        display: block !important;
    }

.Accordian-helper .accordian-content-empty {
    display: none !important;
    height: 0px !important;
}

.Accordian-helper .Accordion-next {
    font-size: 12px !important;
    padding: 8px !important;
}
/*MT-5 Ends*/
.answer-listViewOnly .answer .AnswerText {
    float: none !important;
}

.matchingQuestion.matchingQuestionViewOnly .answerDropbox .placeholder {
    display: none !important;
}

.matchingQuestion .answer-list span.placeholder {
    color: #c3c4ca !important;
    position: relative;
    font-size: 14px !important;
    top: -15px;
    text-align: center;
    display: inherit;
    word-break: break-word;
}

.question div.matchingQuestion .answer-list {
    padding: 35px 5px 10px 5px;
}

.matchingQuestion .answerDropbox span.placeholder {
    word-break: break-word;
    margin-top: 10px !important;
    display: block;
}

.question.Accordian-helper span.answer.correct-answer {
    box-shadow: 0px 0px 2px 2px #55bcca;
    background-image: url(/img/correctAnswer.png);
    background-repeat: no-repeat;
    background-position: left 05px top 11px;
    background-size: 19px;
}

    .question.Accordian-helper span.answer.correct-answer label, .question.Accordian-helper span.answer.wrong-answer label {
        margin-left: 20px;
    }

.question.Accordian-helper span.answer.wrong-answer {
    box-shadow: 0px 0px 2px 2px #ba6554;
    background-image: url(/img/wrongAnswer.png);
    background-repeat: no-repeat;
    background-position: left 05px top 09px;
    background-size: 19px;
}
/* Progress bar changes  */
.progress-container {
    /*SS--24*/ /*display:table;*/ /*SS--24 End*/
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 26px;
    margin-top: 20px !important;
    display: flex; /*SS--24*/
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; /*SS--24 End*/
}

.progress-indicator {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    color: #FFFFFF;
    border: 3px solid #DEDCE7;
    position: relative;
    border-radius: 100px;
    position: relative;
    z-index: 0;
}

.progress-indicator-inner {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    background: #2E2566;
}

.progress-divider-inner {
    border: 3px solid #DEDCE7;
    border-right: 0px;
    border-left: 0px;
    height: 10px;
    margin-top: 15px;
    margin-right: -4px;
    margin-left: -4px;
    position: relative;
    z-index: 1;
    background: #2E2566; /*SS--24*/
    width: auto;
    min-width: 25px;
}

.current .progress-divider-inner {
    background: #0DAFAE;
}

.progress-indicator.current .progress-indicator-inner {
    background: #0DAFAE;
}

.width-150 {
    width: 150px;
}
/* Overrides for right-to-left sliders. */

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
    left: auto;
    right: 0;
}

.ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
    left: 0;
    right: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
    top: 0;
    bottom: auto;
}

.ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
    top: auto;
    bottom: 0;
}

div.surveyWrapper div.printSurvey div.question.MatchingQuestion div.answer {
    cursor: move !important;
}

div.Accordian-helper h3.standardQuestion span.error-msg {
    display: inline-table;
    width: 100%;
}

.btnGotoNextSurvey {
    float: right;
}

/*COR-17 Starts*/
.dragDropQuestion .answer.ui-draggable .Answerhandle {
    float: right;
    width: 38px !important;
    top: -2px;
    position: relative;
    display: none;
}

    .dragDropQuestion .answer.ui-draggable .Answerhandle span.icon-bar {
        background-color: #D3CBCB;
        display: block;
        height: 2px;
        margin-top: 3px;
        display: none;
    }
/*COR-17 Ends*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.skip-survey {
    text-align: right;
}

.PlayButton {
    display: inline-block;
}

.timer {
    height: 150px;
    margin: 20px auto;
    width: 150px;
}

.timerleft {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.inline-block {
    display: inline-block;
}

.vertical-align-top {
    vertical-align: top;
}

/*.img_height_width {
    height: 100px;
    width: 100px;
}*/

span.answer.buttonrender {
    background-color: orange;
    margin: 5px;
    border-radius: 10px;
    clear: both;
    margin-top: 5px;
}

.image-container {
    padding-bottom: 25px;
    text-align: center;
}

span.answer.buttonrender label {
    width: 100%;
    text-align: center;
}

.accordion-img {
    width: 100%;
}

.easy-enter-password {
    display: inline-block;
    width: 25px;
    padding: 5px;
    margin: 5px;
}

.no-margin {
    margin: 0px;
}

.activity-helper {
    float: right;
    padding: 15px;
    border: 1px solid #FBE2BB;
    cursor: pointer;
    background: #FFFFFF;
}

    .activity-helper p {
        margin-left: 0px;
    }

    .activity-helper:hover {
        box-shadow: 0px 0px 2px 1px #FBE2BB;
    }

        .activity-helper:hover p {
            text-decoration: underline;
        }

.activity-helper-modal img {
    width: 100%;
    max-width: 320px;
}

.activity-helper-modal p {
    border-radius: 5px;
    background: #FFF;
    padding: 15px;
    margin-top: -15px;
    min-height: 100px;
}

    .activity-helper-modal p:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 0px solid transparent;
        border-right: 30px solid transparent;
        border-top: 20px solid #FFF;
        position: absolute;
        bottom: -20px;
        left: 50%;
    }

.pull-right-md {
    float: none;
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }

    .activity-helper-modal p:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 30px solid transparent;
        border-right: 20px solid #FFF;
        position: absolute;
        left: -5px;
        top: 30px;
    }
}

.activity-helper-modal .modal-content, .activity-helper-modal .modal-header {
    background: none;
    box-shadow: none;
    border: 0px;
}

.activity-helper-modal .modal-body {
    position: relative;
    z-index: -1;
}

.activity-helper-modal .close {
    opacity: 1;
    color: #2764A5;
    border-radius: 100%;
    background: #FFF;
    padding: 4px;
    margin-right: -16px;
}

div.modal-custom-body {
    padding: 15px;
}

.matrix {
    box-sizing: border-box;
}

    .matrix .panel-default, .panel-default > .panel-heading {
        border: none;
        background: none;
        width: 100%;
    }

    .matrix .panel {
        border: none;
        box-shadow: none;
        display: table;
    }

    .matrix .answerMob label {
        /*padding-left: 10px;
    padding-right: 10px;*/
        width: 100%;
    }

    .matrix .answerWeb {
        margin-bottom: 10px;
    }

@media only screen and (max-width: 600px) {
    /*.matrix .answerMob {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }*/

    /*.matrix .subQuestionMob {
        width: 100% !important;
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
    }*/

    .matrix .answerMob label {
        width: 100%;
        font-weight: normal;
    }

    .matrix input[type=radio]:after {
        top: -4px;
        left: -4px;
        content: '';
    }

    .matrix input[type='radio']:checked:after {
        top: -4px;
        left: -4px;
        content: '';
    }


    .answerMob input[type=radio] {
        margin: 5px 0 0 0 !important;
        margin-right: -1em !important;
    }


    .matrix .answerMob label span:first-child {
        padding-right: 0px;
    }

    .matrix .answerMob label span:last-child {
        /*padding-left: 0px;*/
        padding-left: 19px;
    }

    .matrix .panel-heading .accordion {
        height: auto;
    }
    /*FP-8*/
    .ArrangeVerticallyforMobileView .inputs {
        margin-top: 2px !important;
    }

    .ArrangeVerticallyforMobileView div.below {
        margin-top: 0px;
    }

    .ArrangeVerticallyforMobileView .inputs .answer input[type="radio"] {
        margin: 2px 0px !important;
    }

    .ArrangeVerticallyforMobileView .inputs .answer input[type="checkbox"] {
        margin: 3px 0px !important;
    }

    .ArrangeVerticallyforMobileView div.above.answer-text-left {
        margin-bottom: 0px;
        padding-left: 2%;
    }

    div.question.Accordion .panel-heading.row.correct-answer, div.question.Accordion .panel-heading.row.wrong-answer {
        padding-left: 40px;
    }

    /*FP-8*/
}

.matrix img.pull-right {
    width: 18px;
    margin-top: 6px;
}

.matrix .form-control.accordion img.pull-right {
    transform: rotate(180deg);
    transition-duration: 0.8s;
}

.matrix .form-control.accordion.collapsed img.pull-right {
    transform: rotate(0deg);
    transition-duration: 0.8s;
}

.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.answer-text-left {
    text-align: left !important;
}

.padding-right-7 {
    padding-right: 7px;
}

.padding-bottom-8 {
    padding-bottom: 8px;
}

.matrix .panel-default, .panel-default > .panel-heading {
    border: none;
    background: none;
    width: 100%;
}

.matrix .panel {
    border: none;
    box-shadow: none;
}

.matrix .answerMob label {
    /*padding-left: 10px;
    padding-right: 10px;*/
    width: 100%;
}

.matrix .answerWeb {
    margin-bottom: 10px;
}

    .matrix .answerWeb .matrixAnswer {
        position: relative;
        min-height: 1px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

.matrix .answerMob {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

    .matrix .answerMob div.row {
        margin-top: 3px;
    }


@media only screen and (max-width: 736px) {

    .matrix .answerMob label {
        width: 100%;
        font-weight: normal;
    }


    .answerMob input[type=radio] {
        margin: 4px 0 0px 2px !important;
        margin-right: -1em !important;
    }

    .matrix .col-md-9 {
        width: 100%;
    }

    .matrix .answerMob {
        width: 100% !important;
        text-align: center;
    }

        .matrix .answerMob label span:first-child {
            padding-right: 0px;
        }

        .matrix .answerMob label span:last-child {
            padding-left: 0px;
            text-align: left;
        }

    .matrix .panel-heading .accordion {
        height: auto;
    }

    .matrix .answerWeb .matrixAnswer {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .matrix .answerMob {
        padding-left: 10px;
        padding-right: 10px;
    }

    .matrix .panel-heading .accordion {
        width: 85%;
    }

    .matrix .answerMob div.row {
        margin-left: -15px;
    }

    .matrix .panel-heading .accordion span {
        width: 88%;
        display: inline-block;
    }

    .question.Checkboxes .choiceBelow {
        margin-left: -5px;
    }
}

.matrix .answerMob label input[type='radio'] {
    width: 12px !important;
    height: 12px !important;
    border-radius: 999px;
    -webkit-appearance: inherit;
    border: 1px solid #b3afaf;
    position: relative;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #e6e8e5 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #e6e8e5 100%);
    outline: none;
    -moz-appearance: radio;
}

    .matrix .answerMob label input[type="radio"]:checked:before {
        content: "";
        position: absolute;
        border-radius: 999px;
        left: 20%;
        top: 22%;
        width: 6px;
        height: 6px;
        background-color: #737070;
        outline: none;
    }

.matrix .panel-default .accordion.matrixError {
    border: 1px solid Red;
}

.matrix .answerMob label.matrixError input[type=radio] {
    border: 1px solid Red;
}

/*ipad only*/
@media only screen and (min-device-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    div.matrix div.answerMob.col-sm-12 {
        width: 100% !important;
    }

    .matrix .panel-heading .accordion {
        width: 92%;
        height: auto;
        cursor: pointer;
    }

    .matrix div.col-md-9 {
        width: 100% !important;
    }

    .matrix .panel-heading .accordion span {
        display: inline-block;
        width: 93%;
    }

    .matrix div.col-md-9 {
        width: 100% !important;
    }

    .matrix .answerMob span.col-sm-10 {
        padding-left: 0px;
        text-align: left;
    }

    .matrix .answerMob span.col-sm-1 {
        padding-right: 0px;
        text-align: right;
    }

    .matrix .answerMob .row {
        margin-bottom: 3px;
    }

    .matrix div.answerMob span.col-xs-2 input {
        margin: 7px 8px 0px 0 !important;
    }

    .matrix .panel-collapse > .row {
        margin-top: 2px;
    }

    .matrix div.answerMob label input[type='radio'] {
        width: 16px !important;
        height: 16px !important;
        border: 1px solid #484747;
    }

        .matrix div.answerMob label input[type='radio']:checked {
            background: -webkit-linear-gradient(top, #2d2a2a 0%, #5a5959 40%, #8c8a8a 100%);
        }

            .matrix div.answerMob label input[type='radio']:checked:before {
                width: 6px;
                height: 6px;
                left: 30%;
                top: 26%;
                background-color: #fff;
            }
}

@media only screen and (min-device-width: 767px)and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    #wrapper {
        width: 100%;
    }

    .matrix .panel-heading .accordion {
        cursor: pointer;
        height: auto;
    }

        .matrix .panel-heading .accordion span {
            width: 97%;
            display: inline-block;
        }


    div.matrix div.answerMob.col-sm-12 {
        width: unset;
    }

    .matrix .panel-default {
        float: left;
    }

    .matrix div.answerMob label input[type='radio'] {
        width: 16px !important;
        height: 16px !important;
        border: 1px solid #484747;
    }

        .matrix div.answerMob label input[type='radio']:checked {
            background: -webkit-linear-gradient(top, #2d2a2a 0%, #5a5959 40%, #8c8a8a 100%);
        }

            .matrix div.answerMob label input[type='radio']:checked:before {
                width: 6px;
                height: 6px;
                left: 30%;
                top: 26%;
                background-color: #fff;
            }
}

@-moz-document url-prefix() {
    .matrix .answerMob label.matrixError input[type=radio] {
        outline: 1px solid red;
        outline-offset: -1px;
        -moz-outline-radius: 25px;
    }

    .matrix .answerMob label input[type=radio]:checked {
        outline: none;
    }

    .question.Checkboxes .choiceBelow .below .answer {
        word-break: break-all;
    }
}

.question.Checkboxes .choiceBelow .below .answer {
    word-break: break-word;
}



.tooltip .tooltip-inner {
    background-color: white;
    color: black;
    border: none;
    height: auto;
    word-break: break-word;
    max-width: 700px;
    text-align: left;
    margin-bottom: -5px;
    margin-top: -5px;
}

    .tooltip .tooltip-inner img {
        max-width: 100%;
    }

.customFroalaPopupLink {
    text-decoration: underline;
    font-weight: 700;
}

.tooltip {
    box-shadow: 1px 1px 13px rgba(0,0,0,0.5);
}

    .tooltip .tooltip-arrow {
        border: transparent !important;
    }

p.extenal-url iframe {
    width: 100%;
    border: 0;
    max-width: 100% !important;
    height: 700px;
}

.tooltip.in {
    opacity: 1 !important;
}

.activity-helper-modal .body {
    padding: 20px;
}


@media screen and (max-width : 768px) {
    div.tooltip.fade.bottom.in {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 90% !important;
    }
}

.ArrangeVerticallyforMobileView div.below span.answer {
    width: 100%;
}


    .ArrangeVerticallyforMobileView div.below span.answer div.inputs {
        width: 34px;
        display: inline-block;
        vertical-align: top;
        padding-right: 12px;
    }

        .ArrangeVerticallyforMobileView div.below span.answer div.inputs.images {
            width: auto;
        }

    .ArrangeVerticallyforMobileView div.below span.answer div.above-label {
        display: none;
    }

        .ArrangeVerticallyforMobileView div.below span.answer div.above-label.images {
            display: block;
            padding-left: 14px;
            width: auto;
        }



    .ArrangeVerticallyforMobileView div.below span.answer span.display > label {
        width: 84%;
        display: inline-block;
    }

    .ArrangeVerticallyforMobileView div.below span.answer span.display.images > label {
        width: auto;
        display: block;
        padding-left: 10px;
    }


.ArrangeVerticallyforMobileView.panel-collapse.collapse div {
    display: none;
}

.ArrangeVerticallyforMobileView.panel-collapse.collapse.in div {
    display: inherit;
}

.form-control.accordion img.pull-right.arrange-vertically {
    width: 18px;
    margin-top: 12px;
    margin-right: 8px;
    transform: rotate(180deg);
    transition-duration: 0.8s;
}

.form-control.accordion.collapsed img.pull-right.arrange-vertically {
    transform: rotate(0deg);
    transition-duration: 0.8s;
}

.Checkboxes.Word-Cloud .above, .Checkboxes.Word-Cloud .inputs {
    display: none;
}

.Checkboxes.Word-Cloud .below {
    text-align: unset;
}

    .Checkboxes.Word-Cloud .below span.answer label {
        border: 1px solid #565656;
        margin: 3px;
        border-radius: 50px;
        padding: 5px 10px;
        color: #565656;
    }

    .Checkboxes.Word-Cloud .below span.answer {
        width: auto !important;
        min-width: 100px;
    }

        .Checkboxes.Word-Cloud .below span.answer label.active {
            border: 1px solid #565656;
            background-color: #565656;
            color: white;
        }

.add-you-own .input-button {
    border: 1px solid #565656;
    margin: 3px;
    border-radius: 50px;
    padding: 5px 10px;
    color: #565656;
    width: 140px;
    display: inline-block;
}

.add-you-own .setting {
    display: inline-block;
    width: auto;
    margin: 5px;
    top: 5px;
    position: relative;
}

    .add-you-own .setting input[type=text] {
        padding: 5px 10px;
        margin-right: 5px;
    }

    .add-you-own .setting .add-option {
        border: 1px solid #565656;
        margin: 3px;
        border-radius: 50px;
        padding: 5px 25px;
        color: white;
        background-color: #565656;
    }

.Checkboxes.Word-Cloud .below .close {
    font-size: 12px;
    color: black;
    opacity: 1;
}

.DropDown.Word-Cloud .inlinewideQuestion {
    width: 100%;
}

.DropDown.Word-Cloud .selectize-input.items .item {
    display: none;
}

.DropDown.Word-Cloud .add-your-own span.answer label {
    border: 1px solid #565656;
    margin: 3px;
    border-radius: 50px;
    padding: 5px 10px;
    background-color: #565656;
    color: white;
}

.DropDown.Word-Cloud .add-your-own span.answer {
    position: relative;
}

    .DropDown.Word-Cloud .add-your-own span.answer .close {
        position: absolute;
        font-size: 12px;
        color: black;
        opacity: 1;
        top: -15px;
        right: 0;
    }



.question.Accordion .panel-body .inline-block.vertical-align-top.col-md-1 {
    display: none;
}


.question.Accordion .panel-heading.row.wrong-answer {
    box-shadow: 0px 0px 2px 2px #ba6555;
    margin: 0;
    background-image: url(/img/wrongAnswer.png);
    background-repeat: no-repeat;
    background-position: left 17px top 15px;
    background-size: 17px;
    padding-left: 28px;
}

.question.Accordion .panel-group .panel {
    padding: 1px;
}


.question.Accordion .panel-heading.row.correct-answer {
    box-shadow: 0px 0px 2px 2px #078c9e;
    margin: 0;
    padding-left: 28px;
    background-image: url(/img/correctAnswer.png);
    background-repeat: no-repeat;
    background-position: left 18px top 15px;
    background-size: 17px;
}

.question.Accordion .panel-body {
    background-color: #fefeff !important;
    box-shadow: inset 0 0 13px 0 rgba(186, 192, 203, 0.34);
    border: solid 1px #efeff5;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 99%;
}

.question.Accordion .panel-default > .panel-heading {
    border: 1px transparent;
    margin-left: 1px;
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    width: 99%;
}

.question.Accordion .panel-group > .panel {
    border: none;
}
/*HM-27 starts*/
.show-in-bubble::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 70px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: white;
    border-left: 0;
    border-bottom: 0;
    margin-top: -18px;
    margin-left: -20px;
}

div.show-in-bubble {
    background-color: white;
    padding: 30px;
    padding-bottom: 6px;
    border-radius: 9px;
    float: left;
}

div.download-wrapper {
    margin: 10px 0;
}

a.download-pdf {
    padding: 10px 25px;
    background-color: #3179b4;
    color: white;
}

    a.download-pdf:hover {
        text-decoration: none;
    }
/*HM-27 ends*/

.questioncarouselcontainer {
    color: black;
    height: 400px;
    border: 8px solid sandybrown;
    background-color: sandybrown;
    width: 100%;
}

.carouselArrows {
    top: 338px;
    background: transparent !important;
}

.questiontextcarousel {
    height: 330px;
    background-color: white;
    top: 10px;
    display: table;
    width: 100%;
}

    .questiontextcarousel div {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }


        .questiontextcarousel div.text {
            display: inline-block;
        }

.carousel-inner {
    height: 330px;
}

.questionindicators {
    top: 345px;
}


.body {
    width: 500px;
    height: 600px;
    /*background-image: url('../images/body.svg');*/
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 100px;
    position: absolute;
}

.section {
    /*background-image: url('../images/grey-circle.svg');*/
    background-repeat: no-repeat;
    width: 266px;
    height: 51px;
}

    .section span {
        font-size: 20px;
        width: 50px;
    }

    .section.forehead span {
        margin-left: 206px;
    }

    .section.neck span {
        margin-left: 203px;
    }

    .section.shoulder span {
        margin-left: 210px;
    }

    .section.hands span {
        margin-left: -73px;
    }

    .section.arms span {
        position: absolute; /*I've had to absolute position this otherwise it animates from right to left */
        margin-left: -35px;
    }

    .section.stomach span {
        position: absolute; /*I've had to absolute position this otherwise it animates from right to left */
        margin-left: 206px;
    }

    .section.chest span {
        position: absolute; /*I've had to absolute position this otherwise it animates from right to left */
        margin-left: 204px;
    }

    .section.legs span {
        position: absolute; /*I've had to absolute position this otherwise it animates from right to left */
        left: 420px;
    }

    .section.toes span {
        position: absolute; /*I've had to absolute position this otherwise it animates from right to left */
        left: 421px;
    }

    .section:hover span {
        display: block !important;
    }

    .section.forehead {
        margin-left: 208px;
        height: 37px;
    }

    .section.neck {
        margin-left: 216px;
        height: 38px;
    }

    .section.face {
        margin-left: 208px;
    }

    .section.back {
        margin-left: 208px;
    }

    .section.shoulder {
        margin-left: 264px;
        height: 49px;
        margin-top: -30px;
    }
    /*.section.stomach {
        background-position: right;
    }
             .section.chest {
        background-position: right;
    }*/

    .section.stomach {
        margin-top: 20px;
        margin-left: 210px;
    }

    .section.chest {
        margin-top: 0px;
        margin-left: 210px;
    }

    .section.hands {
        margin-right: 43px;
        background-position: right;
        height: 70px;
        width: 163px;
    }

    .section.arms {
        margin-right: 43px;
        background-position: right;
        margin-top: -14px;
        height: 36px;
        width: 183px;
    }

    .section.legs {
        margin-left: 266px;
        margin-top: 41px;
        background-position: left;
        width: 294px;
    }

    .section.face {
        margin-left: 0px;
        margin-top: 0px;
        background-position: right;
        width: 267px;
        height: 32px;
    }

    .section.back {
        margin-left: 0px;
        margin-top: -15px;
        background-position: right;
        width: 227px;
        height: 28px;
    }

    .section.toes {
        margin-left: 261px;
        margin-top: 121px;
        background-position: left;
        width: 296px;
    }


div.AudioText .PlayButton, div.AudioText .PauseButton, div.AudioText .RestartButton {
    width: 75px;
    display: inline-block;
}


* HM-36*/
.activityDiv {
    margin: 5%;
    /*borkder: 2px solid burlywood !important;*/
    border-radius: 15px !important;
    padding-left: 0px !important;
}

.underlineRow {
    border-bottom-color: greenyellow !important;
}

.orange-background {
    background-color: burlywood !important;
    border-right: 2px solid white !important;
}


.dataDiv {
    border: 2px solid burlywood !important;
    background-color: oldlace !important;
    border-radius: 5px;
    border-right: 1px !important;
}

    .dataDiv:last-child .activityRow {
        border-right: 2px solid burlywood !important;
    }

.modal-body {
    height: 423px !important;
}

.modalDiv {
    height: 95%;
    border: 2px solid burlywood !important;
    background-color: white !important;
}

.activity_heading {
    color: white !important;
}

.modal-content {
    background-color: oldlace !important;
}

.activity_heading {
    text-align: center !important;
}

#btnClose {
    margin-left: 10% !important;
}

#btnMinutes {
    margin-left: 20px !important;
}

.inner-Body {
    padding: 5%;
    margin-left: 20px;
}

#cbutton {
    color: orangered !important;
}

.activityLink {
    color: #52A5EB !important;
}

.all_activityByDay {
    border: 1px solid burlywood !important;
    background-color: oldlace !important;
}

.activityValue {
    font-size: 16px;
    text-align: center;
    color: white !important;
}

.activityLink:hover {
    background-color: white !important;
}

.valueSave {
    margin-top: 5% !important;
}

.msgTime {
    display: none;
    color: red !important;
}

.activityDetail {
    color: black !important;
}

.activityRow {
    font-size: 16px;
    min-height: 230px !important;
}

    .activityRow:hover {
        background-color: white !important;
    }

.activityValue span {
    position: relative;
    top: 8px;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}


@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

.activityDetail p {
    overflow-y: auto;
    width: 100%;
    overflow-x: hidden;
    margin: 0px;
    max-height: 284px;
    font-size: 16px;
    min-height: 284px;
}

.inner-Body span {
    font-size: 16px;
}

table.ui-datepicker-calendar td {
    width: auto;
}

.sequeceAnserOptions input[type=radio] {
    display: none;
}

label.sequeceAnserOptions {
    width: 100%;
}

.matchingQuestion .sequence.subQuestions .subQuestionText {
    background-color: white;
    height: auto;
    padding: 10px;
}

.correctAnswerActive {
    border: 2px solid Green;
}

.matchingQuestion .sequeceAnserOptions .AnswerText {
    margin-top: 15px;
}

.errorText {
    display: none;
    color: red;
}

.wronganswer .ellipse {
    background-image: url(../images/u27.png);
    width: 23px;
    height: 23px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin-left: 10px;
}



    .wronganswer .ellipse img {
        content: url(../images/cross-png-icon-3.jpg);
        height: 17px;
        width: 17px;
        margin-left: 6px;
        margin-top: 2px;
    }


.correctanswer .ellipse {
    display: inline-block !important;
    width: 23px;
    height: 23px;
    position: relative;
    background-repeat: no-repeat;
    display: inline-block !important;
    margin-left: 10px;
}

    .correctanswer .ellipse img {
        content: url('../images/u19.png');
        height: 17px;
        width: 17px;
    }

.drpResopnse {
    width: 29%;
    float: right;
}


.select2-container .wrap.select2-selection--single {
    height: auto;
}

    .select2-container .wrap.select2-selection--single .select2-selection__rendered {
        word-wrap: break-word;
        text-overflow: inherit;
        white-space: normal;
    }

.select2-search__field {
    display: none;
}

.suggestionsForFrontText span.starOff {
    background-image: url('/EmbeddedResources/images/heart_clear.png') !important;
    float: right;
    background-size: 26px !IMPORTANT;
    margin-top: 4px;
}

.card-inner-div .suggestionsForFrontText span.starOn {
    float: left;
    margin-top: 2px !important;
}

.card-inner-div .suggestionsForFrontText span.starOff {
    float: left;
}

.suggestionsForFrontText span.starOn {
    background-image: url('/EmbeddedResources/images/heart_full.png') !important;
    float: right;
    background-size: 26px !IMPORTANT;
    margin-top: 4px;
}

.suggestionsForFrontText a.collapsed.toolTipSuggestion {
    background-image: url('/EmbeddedResources/images/info_orange.png') !important;
    width: 36px !IMPORTANT;
    background-position: right 0px center !important;
    height: 42px;
    -webkit-transform: rotate(0deg) !important;
    background-size: 25px !important;
}

.star {
    display: inline-block !important;
    height: 30px !important;
    height: 45px !important;
}

.question.Graph canvas {
    background: repeating-linear-gradient( 180deg, #ffffff, #fff 25%, #f3f3f3 26%, #f3f3f3 50%, #fff 51%, #fff 75%, #f3f3f3 76%, #f3f3f3 100%);
    background-position: left 69px top 60px;
    background-size: 380px 158px;
    background-repeat: no-repeat;
    margin: auto;
}

    .question.Graph canvas.ptsd {
        background: repeating-linear-gradient( 180deg, #f3f3f3, #f3f3f3 50%, #fff 50%, #fff 100%);
        background-position: left 60px top 64px;
        background-size: 389px 158px;
        background-repeat: no-repeat;
    }

    .question.Graph canvas.phq9 {
        background: repeating-linear-gradient( 180deg, #ffffff, #fff 25%, #f3f3f3 25%, #f3f3f3 44%, #fff 44%, #fff 63%, #f3f3f3 63%, #f3f3f3 82%, #fff 82%, #ffffff 100%);
        background-position: left 77px top 60px;
        background-size: 372px 158px;
        background-repeat: no-repeat;
    }


.question.Graph .graph-container {
    width: 450px;
    height: 250px;
    margin: auto;
}

@media screen and (max-device-width: 736px) {
    div.question.Graph .graph-container {
        width: 300px;
        height: 300px;
        margin: 0;
    }
}

@media only screen and (min-device-width : 315px) and (max-device-width: 325px) {
    div.question.Graph .graph-container {
        width: 250px !important;
        height: 280px;
        margin: 0;
    }
}

.question.Text span.domain-textbox input {
    border: none;
    outline: none;
    text-align: right;
}

.question.Text span.domain-textbox {
    padding: 3px;
    display: inline-block;
    border: 2px inset #eBE9ED;
}

    .question.Text span.domain-textbox .textboxInline {
        width: unset;
    }
