.display-none {
    display: none;
}

.SurveyQus-image-component {
    padding: 2px 2px 0;
    position: relative;
    border: 1px solid #AAAAAA;
    margin-bottom: 10px;
}

.SurveyQus-image-component:hover .AnswerText {
    color: #999 !important;
}
@media screen and (max-width : 768px) {
    .SurveyQus-image-component:hover {
        background-color: transparent;
    }
    .SurveyQus-image-component:hover .AnswerText {
        color: #6e6e6e;
    }
}
.hide-input {
    display: none;
}
.SurveyQus-image-component img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
/*.SurveyQus-image-component:hover:before {
    content: '';
    background-color: #999;
    bottom: 2px;
    left: 2px;
    opacity: 0.5;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 2;
}*/
.SurveyQus-image-component .AnswerText {
    color: #999;
    line-height: 40px;
    position: relative;
    text-align: center;
    z-index: 2;
}
.SurveyQus-image-component .SurveyQus-image-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
}
.SurveyQus-image-component .SurveyQus-image-icon .icons-background {
    width: 0;
    height: 0;
    position: absolute;
    border-right: 50px solid transparent;
    border-top: 50px solid rgba(34, 36, 38, 0.2);
}
.SurveyQus-image-component .SurveyQus-image-icon .icon-holder {
    width: 32px;
    height: 32px;
    color: #fff;
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 16px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
}

.check-box .SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    content: "\f096";
}
.radio-box .SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    content: "\f10c";
}
.is-radio-on.SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    color: #0095dc;
    content: "\f192";
}
.is-checked.SurveyQus-image-component .SurveyQus-image-icon .icon-holder:before {
    color: #0095dc;
    content: "\f14a";
}
.SurveyQus-image-component.is-radio-on,
.SurveyQus-image-component.is-checked {
    border-color: #0095dc;
}

.pl1 {
    padding-left: 1px;
}

.pr1 {
    padding-right: 1px;
}

.m0 {
    margin: 0px;
}

.mt4 {
    margin-top: 4px;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.matrix-take-survey-responsive {
    width: calc(100vw - 40px);
    overflow: hidden;
    position: relative;
}

.matrix-take-survey-responsive .matrix-mobile-scroll {
    width: 20px;
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    bottom: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.matrix-take-survey-responsive .matrix-mobile-scroll.rtl {
    left: 0;
    right: auto;
}

@media only screen and (min-width: 768px) {
    .matrix-take-survey-responsive .matrix-mobile-scroll {
        display: none;
    }
}
.matrix-take-survey-responsive .matrix-mobile-scroll:before {
    display: inline-block;
    content: '\f054';
    color: #fff;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.QuestionText {
    position: relative;
}

.question-tip {
    display: inline-block;
    float: none !important;
    margin-left: 10px;
    vertical-align: middle;
}

.SurveyContent a.question-tip-text {
    color: #004693;
}

.SurveyContent a.question-tip-text:hover {
    text-decoration: underline;
}

.matrix-take-survey-responsive .matrix-mobile-scroll.rtl:before {
    content: '\f053';
}
.matrix-take-survey-responsive td {
    padding: 0 5px;
    position: relative;
}
.matrix-take-survey-responsive .table-responsive {
    border: none;
}
.newNPSSelect {
    position: relative;
}
.newNPSSelect a {
    width: 100%;
    bottom: -1px;
    line-height: 25px;
    position: absolute;
    top: -1px;
}
.map-question-wrapper {
    max-width: 98%;
    margin: 0 auto;
}