﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/************* End Normalize **********/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'sahel_web';
    font-display: swap;
    src: url('/fonts/sahel/Sahel-FD-WOL.eot'); /* IE9 Compat Modes */
    src: url('/fonts/sahel/Sahel-FD-WOL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/sahel/Sahel-FD-WOL.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/sahel/Sahel-FD-WOL.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/sahel/Sahel-FD-WOL.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
    font-size: 10pt;
    line-height: 1.428571429;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #71ab58;
    width: 100%;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.rtl.body {
    font-family: 'sahel_web',sans-serif,Tahoma,"Helvetica Neue",Helvetica,Arial;
}

.ltr.body {
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial;
}

.hidden{
    display:none
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr
}

.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 1100px;
    position: relative;
    max-width: 100%;
}

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

    .container:before, .container:after {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }

.box-content {
    background: rgba(255,255,255,0.5);
    margin: 3px 0;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    max-width: 100%;
}

.ie8 .box-content{
    background:#fff;
}

.box-content > .splitter {
    background-color: #ccc;
    height: 1px;
    margin: 5px -5px
}

    .bg-white{
        background:#fff
    }

.bg-white-smoke {
    background: #f5f5f5
}

.pad-all-1p{
    padding:1%
}

.pad-all-2p {
    padding: 2%
}

.disp-iblock{
    display:inline-block
}

.footer {
    overflow: hidden;
    visibility: hidden;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    background: #f9f9f9;
    color: #444;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin: 3px;
    padding: 10px;
    text-align: center
}

    .footer.show {
        visibility: visible;
        animation: fadeIn 0.3s ease;
    }

    .footer a{
        text-decoration:none
    }

    .width-full {
        width: 100%;
        max-width: 100%;
    }

.input-field {
    position: relative
}

    .input-field .field-validation-error {
        position: absolute;
        top: 95%;
        z-index: 1;
        color: #fff;
        background-color: #c33;
        padding: 2px 10px;
        border-radius: 5px;
        animation: animate__redPulse 1.5s ease infinite;
        transform: scale(1) !important;
    }

.rtl.body .field-validation-error {
    display: inline-block;
    direction: rtl;
}

.ltr.body .field-validation-error {
    display: inline-block;
    direction: ltr;
}

.rtl .input-field .field-validation-error {
    right: 15px;
    left: initial
}

.ltr .input-field .field-validation-error {
    left: 15px;
    right: initial
}

.group-item.rtl .input-field .field-validation-error {
    right: 15px;
    left: initial
}

.group-item.ltr .input-field .field-validation-error {
    left: 15px;
    right: initial
}

.group-item .rtl.input-field .field-validation-error {
    right: 15px;
    left: initial
}

.group-item .ltr.input-field .field-validation-error {
    left: 15px;
    right: initial
}

.input-field .field-validation-error:after {
    content: '';
    display: inline-block;
    border-top: 2px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #c33;
    position: absolute;
    top: 0;
    margin-top: -7px
}

.rtl .input-field .field-validation-error:after {
    right: 0;
    left: initial;
}

.ltr .input-field .field-validation-error:after {
    left: 0;
    right: initial
}

.group-item.rtl .input-field .field-validation-error:after {
    right: 0;
    left: initial;
}

.group-item.ltr .input-field .field-validation-error:after {
    left: 0;
    right: initial
}

.group-item .rtl.input-field .field-validation-error:after {
    right: 0;
    left: initial;
}

.group-item .ltr.input-field .field-validation-error:after {
    left: 0;
    right: initial
}

.input-holder-validation-error {
    border-color: #c33 !important
}

.valign-middle{
    vertical-align:middle
}

@-webkit-keyframes animate__fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animate__fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes animate__redPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(204, 51, 51, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(204, 51, 51, 0);
    }
}

@keyframes animate__orangePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,152,0,0.75);
        ;
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255,152,0,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,152,0,0);
    }
}

    /****** Question View******/
.answer-box {
    max-width: 770px;
    margin: auto;
}

.answer-body{
    
}

.survey-title {
    margin: 5px 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    text-align: center;
    padding: 10px 5px;
}

.survey-logo {
    max-width: 100%;
    max-height: 200px;
    vertical-align: middle;
    margin: 5px 0;
}

.groups-holder > .group-item {
    margin: 20px 0 0;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    box-shadow: 0 -2px 16px rgba(0,0,0,0.3) inset;
    border-radius: 5px;
    padding:3px;
}

.group-item{
    animation:animate__fadeIn 0.3s ease
}

.groups-holder .group-header {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 10px;
    margin:5px;
}

.questions-holder .question {
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    margin: 10px 5px;
    padding: 5px;
}

.questions-holder .question-header {
    background: #ddd;
    padding: 5px;
    border-radius: 5px;
}

.question-view .question-header:after {
    content: "";
    display: block;
    clear: both
}

.question-title img{
    max-width:100%;
}

.rtl .question,
.rtl.question {
    font-family: 'sahel_web',sans-serif,Tahoma,"Helvetica Neue",Helvetica,Arial;
}

.ltr .question,
.ltr.question {
    font-family: Tahoma,"Helvetica Neue",Helvetica,Arial;
}

.rtl .question {
    direction: rtl;
}

.ltr .question {
    direction: ltr;
}

.group-item.rtl .question {
    direction: rtl;
}

.group-item.ltr .question {
    direction: ltr;
}

.group-item .rtl.question {
    direction: rtl;
}

.group-item .ltr.question {
    direction: ltr;
}

.required-msg {
    color: #c33;
    font-weight: bold;
}

.question.required .question-header:before {
    content: '*';
    color: red;
    border-radius: 50%;
    font-size: 22px;
    float: right;
    line-height: 22px;
    width: 10px;
    height: 12px;
    padding: 3px;
}

.question.required .question-header:before,
.rtl .question.required .question-header:before {
    float: right;
}

.ltr .question.required .question-header:before {
    float: left;
}

.group-item.rtl .question.required .question-header:before {
    float: right;
}

.group-item.ltr .question.required .question-header:before {
    float: left;
}

.group-item .rtl.question.required .question-header:before {
    float: right;
}

.group-item .ltr.question.required .question-header:before {
    float: left;
}

.question .question-attachment {
    text-align: center;
}

    .question .question-attachment img {
        max-width: 100%;
        margin: 5px auto;
    }

.choice-attachment {
    max-height: 138px;
    max-width: 138px;
    display: inline;
    vertical-align: middle
}

.question-choices.horizontal .choice-attachment {
    display: block
}

.question-choices.horizontal .choice-attachment {
    text-align: center;
    max-width: 100%;
}

.choice-attachment img {
    max-height: 138px;
    padding: 5px;
    max-width: 100%;
}

.text-editor {
    padding: 2px 5px;
    border: 1px solid #8bc34a;
    border-bottom: 2px solid #8bc34a;
    border-radius: 5px;
    min-width: 40px;
    line-height: 2;
    font-size: inherit;
    background-color: #fff;
}

.title-section{
    color:rgba(0,0,0,0.5);
}

.show-answers {
    border: 0;
    background: #FFC107;
    color: #555;
    border-radius: 5px;
    padding: 2px 5px;
    cursor: pointer;
    animation: animate__orangePulse 5s ease infinite;
    border: 1px solid #FF9800
}

.rtl .show-answers {
    float: left;
}

.ltr .show-answers {
    float: right;
}

.group-item.rtl .show-answers {
    float: left;
}

.group-item.ltr .show-answers {
    float: right;
}

.group-item .question.rtl .show-answers {
    float: left;
}

.group-item .question.ltr .show-answers {
    float: right;
}

.answers-holder {
    animation: animate__scaleInDialog 0.6 ease;
    background: #eee;
    box-shadow: 0 0 2px rgba(0,0,0,0.3) inset;
    border-radius: 5px;
    padding: 2px;
    margin: 3px 0 5px;
}

    .answers-holder.text-answers {
        margin: 45px 0 5px;
    }

.rtl .answers-holder{
    text-align:right
}

.ltr .answers-holder {
    text-align: left
}

.answers-actions {
    margin-top: -40px;
    margin-bottom: 10px;
}

    .answers-actions .next-answer,
    .answers-actions .prev-answer {
        border: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        padding: 8px 10px;
        cursor: pointer
    }

        .answers-actions .next-answer:hover:not([disabled]),
        .answers-actions .prev-answer:hover:not([disabled]) {
            background: #e0e0e0;
        }

        .answers-actions .next-answer:active:not([disabled]),
        .answers-actions .prev-answer:active:not([disabled]) {
            background: #bbb
        }

.ltr .answers-actions .next-answer,
.rtl .answers-actions .prev-answer {
    border-radius: 0 5px 5px 0;
}

.rtl .answers-actions .next-answer,
.ltr .answers-actions .prev-answer {
    border-radius: 5px 0 0 5px;
}

.choice-percentage {
    padding: 0 1px;
    background: #FFD54F;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    width: 0;
    transition: width 1s ease;
}

.no-response .choice-percentage{
    background:#ccc
}

.question .answer {
    padding: 5px;
    display: none
}

.question .active-answer {
    display: block
}

.rtl .question-number {
    float: right;
    margin: 0 0 0 5px;
}

.ltr .question-number {
    float: left;
    margin: 0 5px 0 0;
}

.group-item.rtl .question-number {
    float: right;
    margin: 0 0 0 5px;
}

.group-item.ltr .question-number {
    float: left;
    margin: 0 5px 0 0;
}

.group-item .rtl.question .question-number {
    float: right;
    margin: 0 0 0 5px;
}

.group-item .ltr.question .question-number {
    float: left;
    margin: 0 5px 0 0;
}

.question-choices {
    padding: 10px 0
}

    .question-choices input[type=checkbox],
    .question-choices input[type=radio] {
        vertical-align: middle
    }

.rtl .question-view .question-choices {
    margin: 0 10px 0 0;
}

.ltr .question-view .question-choices {
    margin: 0 0 0 10px;
}

.group-item.rtl .question-view .question-choices {
    margin: 0 10px 0 0;
}

.group-item.ltr .question-view .question-choices {
    margin: 0 0 0 10px;
}

.group-item .rtl.question-view .question-choices {
    margin: 0 10px 0 0;
}

.group-item .ltr.question-view .question-choices {
    margin: 0 0 0 10px;
}

.question-choices li{
    margin: 5px 3px;
    display: inline-block;
    text-align: right;
    max-width: 99%;
    margin-left: 20px;
}

.rtl .question-choices li {
    text-align: right;
    margin-right:0;
    margin-left: 20px;
}

.ltr .question-choices li {
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
}

.group-item.rtl .question-choices li {
    text-align: right;
    margin-right: 0;
    margin-left: 20px;
}

.group-item.ltr .question-choices li {
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
}

.group-item .rtl .question-choices li {
    text-align: right;
    margin-right: 0;
    margin-left: 20px;
}

.group-item .ltr .question-choices li {
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
}

.question-choices.vertical li {
    display: block;
    margin-left: 0px;
    clear: both;
}

.question-choices.has-attachment li {
    border: 1px dashed #ccc;
    border-radius: 5px;
    padding: 5px;
}

.question-choices.horizontal.has-attachment li{
    text-align: center
}

.chart-choices {
    overflow: auto;
    text-align: center;
    padding-top: 5px;
}

    .chart-choices .question-choices {
        display: inline-table;
        margin: 0;
        border-spacing: 3px;
    }

    .chart-choices .question-choices li {
        display: table-cell;
        vertical-align: top;
        padding: 0 5px;
        text-align:center;
        min-width:50px;
        max-width:150px;
    }

.chart-choices .answers-holder {
    height: 100px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) inset
}

.chart-choices .ch-bar {
    width: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 4px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.3), 0 -1px 1px rgba(0,0,0,0.3) inset
}

    .chart-choices .ch-bar.color-1 {
        background: #FFC107
    }

    .chart-choices .ch-bar.color-2 {
        background: #ffeb3b
    }

    .chart-choices .ch-bar.color-3 {
        background: #cddc39
    }

    .chart-choices .ch-bar.color-4 {
        background: #8BC34A
    }

    .chart-choices .ch-bar.color-5 {
        background: #4CAF50
    }

    .chart-choices .ch-bar.color-6 {
        background: #009688
    }

    .chart-choices .ch-bar.color-7 {
        background: #00BCD4
    }

    .chart-choices .ch-bar.color-8 {
        background: #03A9F4
    }

    .chart-choices .no-response .ch-bar{
        background:#ccc
    }

    .chart-choices .ch-bar .ch-percentage {
        margin-top: -20px;
        color: #555
    }

    .answer-text {
        border: 1px solid #71ab58;
        width: 100%;
        max-width: 100%;
        border-radius: 5px;
        border-bottom: 3px solid #71ab58;
    }

.choice-text {
    margin: 3px 0px;
    display: inline-block;
    vertical-align: middle
}

    .choice-text img {
        vertical-align: middle;
        max-width: 100%
    }

.question-view .choice-text,
.question-view .choice-text > div {
    display: inline
}

.choice-text-field {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 2px;
}

.question-answer,
.question-paragraph {
    padding: 10px 5px;
}

    .question-answer img,
    .question-paragraph img {
        max-width: 100%
    }

    .question-paragraph img {
        display: block;
        margin: auto;
        min-height:16px;
    }

.player-holder {
    text-align: center;
}

    .player-holder video {
        width: 480px;
        max-width: 100%;
    }

.file-message {
    padding: 10px;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 3px 5px;
}

    .file-download {
        padding: 3px;
    }

        .file-download:after {
            content: "";
            display: block;
            clear: both
        }

.rtl .file-link {
    float: left
}

.ltr .file-link {
    float:right
}

.select-editor {
    padding: 2px 5px;
    border: 0;
    border-bottom: 2px solid #8bc34a;
    border-radius: 5px;
    min-width: 40px;
    line-height: 1.8;
    font-size: inherit;
    background-color: #fff
}

    /***** Answer ****/
.survey-language {
    padding: 10px;
    margin: 5px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 5px;
    display: inline-block;
    background: #03A9F4;
    text-decoration: none;
    color: #f0f0f0;
}

    .survey-language:hover {
        background: #CDDC39;
        color:#222
    }

    .info-researcher {
        display: inline-table;
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .info-researcher > .item {
        display: table-cell;
        padding: 0 5px
    }

    .info-researcher .text-editor {
        width: 100%;
    }

    .info-researcher img{
        vertical-align:middle
    }

    .stimer {
        display: inline-block;
        max-width: 100%;
        direction: ltr;
        padding: 2px;
        text-align: center;
    }

    .stimer > .item {
        display: inline-block;
    }

.answer-timer {
    display: block;
    border-radius: 5px;
}

    .answer-timer .number {
        font-size: 14pt !important;
        font-weight: bold;
    }

    .answer-timer .legend {
        font-size: 10pt;
        color: #777;
    }

    .answer-timer > .item {
        margin: 1px 5px 3px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
        padding: 2px 3px;
        border-radius: 5px;
        background: #fff
    }

.wrapper {
    border-top: 15px solid #71ab58;
}

    .wrapper.active-timer {
        border-top-width: 85px;
    }

.timer-holder {
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    background: rgba(184,210,174,0.8);
    text-align: center;
    z-index: 2
}

.ie8 .timer-holder {
    background: #b8d2ae
}

    .timer-holder.fixed {
        position: fixed;
        backface-visibility: hidden;
        -webkit-transform: translateZ(0);
        top: 0;
        left: 0;
        right: 0;
    }

    .timer-holder.ltr {
        font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    }

    .timer-holder.rtl {
        font-family: 'sahel_web',sans-serif,Tahoma,"Helvetica Neue",Helvetica,Arial;
    }

.active-timer .timer-holder > .item {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}

.active-timer .timer-holder {
    animation: top-in 0.5s ease;
}

.timer-title {
    padding: 2px 0;
    font-size: 9pt;
    color: #777
}

.end-warning .timer-title {
    color: #c33;
}

.end-warning .item {
    background: #c33;
    animation: animate__redPulse 1s ease infinite;
}

.end-warning .legend,
.end-warning .number {
    color: #fff;
}

.loading {
    position: fixed;
    right: 50%;
    margin-right: -55px;
    width: 130px;
    background: #fff;
    text-align: center;
    z-index: 999999;
    display: none;
    top: 50%;
    margin-top: -30px;
    border-radius: 5px;
    padding:10px;
    border:1px solid #eee
}

    .loading.show {
        display: block;
        animation: animate__blackPulse .9s ease infinite;
    }

.survey-actions {
    margin:5px 10px;
    border: 2px dashed #eee;
    border-radius: 5px;
    background: rgba(255,255,255,0.1);
}

.rtl .survey-actions{
    text-align:left
}

.ltr .survey-actions {
    text-align: right
}

.rtl .survey-actions button {
    float: left;
}

.ltr .survey-actions button {
    float: right;
}

.survey-actions:after {
    display: block;
    content: "";
    clear: both;
}

    .survey-actions .btn {
        margin: 5px;
    }


.answer-stats:after {
    display: block;
    content: "";
    clear: both;
}

.answer-stats .item {
    width: 48%;
    padding: 10px 5px;
    max-width: 100%;
    vertical-align: top;
    text-align: center;
    background: #f9f9f9;
    border-radius: 5px;
    margin: 1%;
}

    .answer-stats .item .item-title{
        color:#a0a0a0;
        font-weight:normal
    }

    .rtl .answer-stats .item {
        float: right
    }

.ltr .answer-stats .item {
    float: left
}

.answer-stats .table-holder {
    padding: 3px;
    border-radius: 5px;
    background: #eee;
    margin:1%
}

.answer-stats table{
    border-collapse:collapse;
    width:100%
}

    .answer-stats table tbody tr {
        background: #f9f9f9;
    }
        .answer-stats table tbody tr:nth-child(2n) {
            background: #fff;
        }

    .answer-stats table td,
    .answer-stats table th {
        padding: 5px;
        text-align: center
    }

.rtl .answer-stats table .negative-col {
    border-right:2px dashed #ccc;
    border-left:0;
}

.ltr .answer-stats table .negative-col {
    border-left: 2px dashed #ccc;
    border-right:0
}

    .clear {
        clear: both;
    }

.btn {
    border-radius: 5px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    padding: 10px 15px;
    margin: 2px 5px;
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    cursor: pointer;
    color: #222;
    text-decoration: none
}

    .btn:hover:not([disabled]) {
        background: #e0e0e0;
    }

    .btn:active:not([disabled]) {
        background: #bbb
    }

    .btn.green {
        background: #CDDC39
    }

        .btn.green:hover:not([disabled]) {
            background: #e6f366
        }

        .btn.green:active:not([disabled]) {
            background: #afbb32
        }

    .btn.blue {
        background: #2196f3;
        color:#fff
    }

    .btn[disabled] {
        cursor: not-allowed;
        opacity: 0.5;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center{
    text-align:center !important
}

.text-lg {
    font-size: 130%;
}

.text-ex {
    font-size: 190%;
}

.text-justify {
    text-align: justify
}

.text-gray {
    color: #a0a0a0
}

.text-bold {
    font-weight: bold
}

.text-no-wrap {
    white-space:nowrap
}

@media (max-width:680px) {
    .info-researcher > .item {
        display: block;
        padding: 5px 0
    }

    .stimer {
        padding: 0px;
    }

    .timer-title {
        font-size: 8pt;
    }

    .wrapper.active-timer {
        border-top-width: 50px;
    }

    .answer-timer .legend {
        display: none
    }

    .answer-timer .number {
        font-size: 10pt !important;
        line-height: 13px;
        padding: 1px 2px;
        overflow: hidden
    }

    .answer-timer > .item {
        margin: 1px 0 0;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }

    .timer-title + .item {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .answer-timer > .item:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .stimer > .item:before {
        content: ":";
        float: right;
        line-height: 13px;
    }

    .stimer > .item:last-child:before {
        display: none
    }
}


@media (max-width:480px) {
    .answer-stats{
        font-size:80%;
    }
}

    @keyframes animate__blackPulse {
        0% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
        }

        70% {
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        }
    }

    /*** sDialog *****/
    .sdialog {
        background: #fff;
        position: absolute;
        min-width: 230px;
        top: 0;
        left: 0;
        width: 992px;
        max-width: 100%;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
        animation: animate__scaleInDialog 0.2s;
        /*for calculate width in other plugin like sListOfValue*/
        visibility: hidden;
    }

        .sdialog.show {
            visibility: visible
        }

        .sdialog .form-actions {
            background-color: #f9f9f9;
            border-top: 1px solid #ccc;
            padding: 2px 5px;
            margin: 15px -5px 0;
            clear: both;
        }

    .sdialog-titlebar {
        background-color: #a0a0a0;
        color: #fff;
        padding: 3px;
        overflow: hidden;
        width: 100%;
        text-align: center
    }

    .draggable {
        cursor: move;
    }

    .sdialog-title {
        display: inline-block;
        text-wrap: normal;
        margin: 3px 10px 0;
        white-space: normal
    }

    .sdialog-close {
        height: 25px;
        width: 35px;
        background: #c33 url(images/saaed-ui/ic-exit.png) no-repeat 50% 50%;
        border-radius: 5px;
        display: inline-block;
        border: 3px solid #f33;
        box-shadow: 0 0 2px #555;
        cursor: pointer;
        vertical-align: middle;
        float: right;
    }

        .sdialog-close:active {
            box-shadow: 0 0 5px #555 inset;
        }

    .sdialog-content {
        padding: 1px 5px;
        margin: 0;
        position: relative;
        width: 100%;
        border: 6px solid #a0a0a0;
        border-top: none;
        overflow: hidden
    }

        .sdialog-content .title {
            display: none;
        }

        .sdialog-content .item-details .title {
            display: initial;
        }

    .sdialog.active .sdialog-content {
        border-color: #ED8702;
    }

    .sdialog.active .sdialog-titlebar {
        background-color: #ED8702;
    }

    @keyframes animate__scaleInDialog {
        0% {
            opacity: 0;
            transform: scale3d(.8,.8,1);
            -webkit-transform: scale3d(.8,.8,1);
            -moz-transform: scale3d(.8,.8,1);
            -ms-transform: scale3d(.8,.8,1);
        }

        100% {
            opacity: 1;
            transform: scale3d(1,1,1);
            -webkit-transform: scale3d(1,1,1);
            -moz-transform: scale3d(1,1,1);
            -ms-transform: scale3d(1,1,1);
        }
    }

    .modal {
        background: url(images/saaed/bg-opaque-black.png);
        position: fixed;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .modal.show {
            display: block;
        }

    /******* sAlert *******/
    .salert {
        position: fixed;
        backface-visibility: hidden;
        bottom: 5px;
        max-width: 320px;
        z-index: 999999999;
    }

    .rtl .salert {
        right: 5px;
    }

    .ltr .salert {
        left: 5px;
    }

    @keyframes right-in {
        0% {
            transform: translate(380px, 0);
        }

        70% {
            transform: translate(-20px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    @keyframes right-out {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(-30px, 0);
        }

        100% {
            transform: translate(360px, 0);
        }
    }

    @keyframes left-in {
        0% {
            transform: translate(-380px, 0);
        }

        70% {
            transform: translate(20px, 0);
        }

        100% {
            transform: translate(0, 0);
        }
    }

    @keyframes left-out {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(30px, 0);
        }

        100% {
            transform: translate(-380px, 0);
        }
    }

    .rtl .anim-alert-in {
        animation: right-in .4s;
    }

    .ltr .anim-alert-in {
        animation: left-in .4s;
    }

    .rtl .anim-alert-out {
        animation: right-out .4s;
        animation-fill-mode: forwards;
    }

    .ltr .anim-alert-out {
        animation: left-out .4s;
        animation-fill-mode: forwards;
    }

.salert-close {
    display: inline-block;
    text-align: center;
    background: rgba(255,255,255,0.5);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    font-size: 10px;
    color: #555;
    text-shadow: none;
    white-space: normal
}

.rtl .salert-close {
    float: left;
}

.ltr .salert-close {
    float: right;
}

.salert-close:hover {
    background-color: rgba(255,255,255,.8)
}

.salert-titlebar {
    padding: 3px 3px 0 3px;
    margin-bottom: -5px;
}

.salert-title {
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 3px;
}

.salert-content {
    padding: 5px;
    overflow: hidden
}

.salert-message {
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
    border-radius: 5px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    padding: 5px
}

    .salert-message.log {
        background-color: #eee;
        color: #111;
    }

    .salert-message.success {
        background-color: #AFB42B;
        color: #222;
    }

    .salert-message.error {
        background-color: #F44336;
        color: #222;
    }

    .salert-message.warning {
        background-color: #FFEE58;
        color: #222;
    }

.salert-dialog {
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

    .salert-dialog .confirm-message {
        padding: 20px;
        overflow: auto;
        font-size: 16px;
    }

    .salert-dialog .confirm-actions,
    .salert-dialog .prompt-actions {
        background-color: #f0f0f0;
        border-top: 1px solid #ccc;
        margin: 0 -5px 0;
        padding: 7px 5px;
    }

.dark .salert-dialog .confirm-actions,
.dark .salert-dialog .prompt-actions {
    background-color: #555;
    border-color: #666
}

.confirm-actions .btn,
.prompt-actions .btn {
    margin: 0 2px;
}

.salert-dialog .prompt-title {
    padding: 7px 10px;
}

.salert-dialog .inputs-holder {
    padding: 0 10px 0;
}

    .salert-dialog .inputs-holder .item {
        margin-bottom: 10px;
    }

.salert-dialog .form-actions {
    padding: 8px;
}

    .confirm-actions .btn,
    .prompt-actions .btn {
        margin: 0 2px;
    }

    .confirm-actions:after {
        display: block;
        content: "";
        clear: both;
    }

    .rtl .confirm-actions button {
        float: left;
    }

    .ltr .confirm-actions button {
        float: right;
    }

    .salert-dialog .prompt-title {
        padding: 7px 10px;
    }

    .salert-dialog .inputs-holder {
        padding: 0 10px 0;
    }

        .salert-dialog .inputs-holder .item {
            margin-bottom: 10px;
        }

    .salert-dialog .form-actions {
        padding: 8px;
    }

    /**** sUploader *****/
    .uploaded-items .link {
        margin-right: 5px;
    }

    .uploaded-items > .item {
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .uploaded-items img {
        max-width: 100%;
        max-height: 50px;
        vertical-align: middle
    }

    .uploaded-items > .item > .btn-mini {
        vertical-align: middle
    }

    .suploader-holder {
        min-height: 50px;
        position: relative;
        padding: 5px;
        border: 2px dashed #a0a0a0;
        border-radius: 5px;
        display: block;
        cursor: pointer;
        z-index: 0 /*for list of uplouders*/
    }

        .suploader-holder.disabled {
            cursor: not-allowed;
        }

    .single-file.suploader-holder {
        height: 30px;
        overflow: hidden;
        min-height: 30px;
        padding: 0;
        min-width: 80px
    }

    .suploader-holder .item {
        border-radius: 5px;
        display: inline-block;
        border: 1px solid #a0a0a0;
        background: #ccc;
        padding: 2px 5px;
        position: relative; /*for z-index*/
    }

    .rtl .suploader-holder .item {
        margin: 0 0 2px 2px;
        float: right;
    }

    .ltr .suploader-holder .item {
        margin: 0 2px 2px 0;
        float: left;
    }

    .single-file.suploader-holder .item {
        margin: 0px;
        width: 100%
    }

    .suploader-holder .item-clear {
        background-color: #f9f9f9;
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 20px;
        font-weight: bold;
        box-shadow: 0 1px 2px rgba(0,0,0,.3)
    }

    .rtl .suploader-holder .item-clear {
        margin-left: 3px;
    }

    .ltr .suploader-holder .item-clear {
        margin-right: 3px;
    }

    .suploader-holder .item-text {
        font-size: 8pt;
        font-weight: bold;
        direction: ltr;
        display: inline-block;
    }

    .single-file.suploader-holder .item-text {
        white-space: normal;
        max-width: 90%;
    }

    .suploader-progress-holder {
        padding: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        border-radius: 5px;
    }

    .suploader-progressbar {
        background: #CDDC39;
        border-radius: 5px;
        width: 0;
        height: 100%;
        transition: width 0.3s ease-out;
        box-shadow: 0 0 5px rgba(0,0,0,0.3)
    }

    .suploader-fileholder:after {
        content: '';
        clear: both;
        display: block;
    }

    .suploader-holder .item-text,
    .suploader-holder .item-link,
    .suploader-holder .item-clear {
        position: relative;
    }

    .single-file .suploader-helptext {
        font-size: 100%;
        margin-top: -12px;
    }

    .suploader-helptext {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 150%;
        color: #bbb;
        font-weight: bold;
        z-index: 0 /*for list of uplouders*/
    }

    .suploader-fileinput {
        height: 0;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        z-index: -1;
        top: 0
    }

    /* Custom */
    .sdialog.active .sdialog-titlebar {
        background-color: #71ab58;
    }

    .sdialog.active .sdialog-content {
        border-color: #71ab58;
    }

.breadcrumb {
    background-color: rgba(255,255,255,0.3);
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

    .breadcrumb ol {
        padding: 0;
        margin: 0
    }

    .breadcrumb li {
        display: inline-block;
    }

    .breadcrumb a:link,
    .breadcrumb a:visited {
        color: #28442a;
        text-decoration: none
    }

    .breadcrumb a:hover {
        color: #0094ff
    }

.box-info {
    background: #f9f9f9;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    border: none;
    border-radius: 5px;
    padding: 5px;
    vertical-align: middle;
}

.margin-all-1p{
    margin:1%
}

.form-complex .input-group, .form-complex .checkbox-field, .form-complex .radio-field {
    margin: 3px 0 10px;
}

.prevent-select,
.prevent-select img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
}

.sorting-choices li {
    padding: 5px;
    border-radius: 5px;
    background: #f0f0f0
}

.sorting-choices .choice-handle {
    float: right;
    margin: 0 5px;
}

.question-editor .question-choices li {
    max-width: 100%;
    animation-duration: 0.3s
}

.rtl .question-choices li {
    text-align: right;
    margin-right: 0;
    margin-left: 20px;
}

.ltr .question-choices li {
    text-align: left;
    margin-left: 0;
    margin-right: 20px;
}

.mobile .questions-holder .question-handle,
.question:hover .question-handle,
.mobile .question-choices .choice-handle,
.question-choices li:hover .choice-handle {
    background: url(/Content/Images/saaed/bg-dotted.png);
}

.question-choices .choice-handle {
    height: 30px;
    width: 20px;
    border-radius: 3px;
    cursor: grab
}

.rtl .sorting-choices .choice-handle {
    float: right;
    margin: 0 5px;
}

.ltr .sorting-choices .choice-handle {
    float: left;
    margin: 0 5px;
}

.horizontal.sorting-choices .choice-handle {
    float: none;
    min-width: 20px;
    width: auto;
    height: 20px;
}

/*** sDrag ***/
.draggable {
    cursor: move;
}

.dragging {
    pointer-events: none;
    z-index: 2
}

.hidden {
    display: none !important;
}

/*** sVoiceRecorder ***/
.voice-recorder-fileinput {
    height: 0;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: -1;
    top: 0
}

.rtl .voice-recorder-holder {
    text-align: right;
}

.ltr .voice-recorder-holder {
    text-align: left;
}

    .voice-recorder-holder:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.voice-recorder-progress-holder {
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    border-radius: 5px;
}

.voice-recorder-progressbar {
    background: #CDDC39;
    border-radius: 5px;
    width: 0;
    height: 100%;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

    .voice-recorder-progressbar.error {
        background: #FF0000;
    }

.voice-recorder-fileholder > .item {
    background-color: #f9f9f9;
    border: 2px dashed #a0a0a0;
    border-radius: 5px;
    position: relative;
}

.voice-recorder-holder .item-clear {
    background-color: #f9f9f9;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,.3);
    vertical-align: top;
    z-index: 0;
    position: relative;
}

.voice-recorder-holder .item-clear {
    margin: 3px;
    position: relative;
    cursor: pointer;
}

.rtl .voice-recorder-holder .recorded-voice {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    right: 30px;
    bottom: 0;
    min-width: 100px;
    text-align: left;
}

.ltr .voice-recorder-holder .recorded-voice {
    position: absolute;
    display: inline-block;
    left: 30px;
    top: 0;
    right: 0px;
    bottom: 0;
    min-width: 100px;
    text-align: right;
}

.recorder-btn {
    margin: 3px 0px 0px 0px;
}

    .recorder-btn.stop-audio {
        background-image: linear-gradient(#feb5b5, #e59797);
        text-shadow: none;
    }

.player-btn {
    min-height: 20px;
    height: 20px;
    margin: 3px;
    padding: 0px 4px;
}

    .player-btn .audio-icon,
    .recorder-btn .audio-icon {
        background-image: url(/Content/images/saaed-ui/ic-player.png);
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        display: inline-block;
        vertical-align: middle;
        margin: 1px;
    }

    .player-btn:disabled .audio-icon,
    .recorder-btn:disabled .audio-icon {
        background-image: url(/Content/images/saaed-ui/ic-player-disabled.png);
    }

.record-audio .audio-icon {
    background-position-y: 0px;
}

.stop-audio .audio-icon {
    background-position-y: -10px;
}

.play-audio .audio-icon {
    background-position-y: -20px;
}

.pause-audio .audio-icon {
    background-position-y: -30px;
}

.download-audio .audio-icon {
    background-position-y: -40px;
}

.voice-recorder-fileholder {
    margin-top: 1%;
}

.main-choices-holder,
.related-choices-holder,
.answer-main-choice,
.answer-related-choice {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.main-choices,
.related-choices,
.matching-answers-holder {
    list-style: none;
    padding: 0px;
}

.main-choice,
.related-choice {
    padding: 5px;
    margin: 5px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f0f0f0;
    text-align: center;
    cursor: pointer;
}

    .main-choice:hover,
    .related-choice:hover {
        background: #d0d0d0;
    }

    .main-choice.highlight,
    .related-choice.highlight {
        background: #a0a0a0;
    }

        .main-choice.highlight:hover,
        .related-choice.highlight:hover {
            background: #808080;
        }

.delete-btn-holder {
    display: inline-block;
    margin-bottom: 3px;
}

.rtl .delete-btn-holder {
    float: right;
}

.ltr .delete-btn-holder {
    float: left;
}

.mathcing-answer-holder {
    display: inline-block;
    width: 95%;
}

.rtl .mathcing-answer-holder {
    float: left;
}

.ltr .mathcing-answer-holder {
    float: right;
}

@media (max-width:800px) {
    .main-choices-holder,
    .related-choices-holder {
        width: 100%;
        display: block;
        padding: 5px;
        margin: 10px 0px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border-bottom: 2px solid rgba(255,255,255,0.1);
        box-shadow: 0 -2px 16px rgba(0,0,0,0.3) inset;
    }

    .main-choices-holder {
        background-color: #268300;
    }

    .related-choices-holder {
        background-color: #95c34a;
    }

    .answer-main-choice,
    .answer-related-choice {
        width: 100%;
        display: block;
        padding: 5px;
        margin: 10px 0px;
    }

    .delete-btn-holder {
        display: block;
        float: none;
    }

    .mathcing-answer-holder {
        display: block;
        width: 100%;
        float: none;
    }
}

.matching-answer {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    background: #d0d0d0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.matching-answers-holder .matching-answer {
    margin: 5px 0px;
}

.answer-main-choice {
    background: #e0e0e0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.btn-mini {
    display: inline-block;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    min-width: 30px;
    min-height: 30px;
    border: 0;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
    background-image: -moz-linear-gradient(#f4f4f4, #ececec);
    background-image: -ms-linear-gradient(#f4f4f4, #ececec);
    background-image: -o-linear-gradient(#f4f4f4, #ececec);
    background-image: linear-gradient(#f4f4f4, #ececec);
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    line-height: inherit;
}

.btn-mini:active {
    background-color: #ececec;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bbb), to(#f0f0f0));
    background-image: -moz-linear-gradient(#bbb, #f0f0f0);
    background-image: -ms-linear-gradient(#bbb, #f0f0f0);
    background-image: -o-linear-gradient(#bbb, #f0f0f0);
    background-image: linear-gradient(#bbb, #f0f0f0);
}

    .btn-mini.circle {
        border-radius: 25px;
    }
