<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : general
    Created on : 2011-sep-29, 16:11:41
    Author     : aleal16
    Description:
        General stylesheet, should not be changed!
        This stylesheet can be overridden by instance.css.
*/

strong, .strong, bold, .bold {
    font-weight: bold !important;
}
.em, .italic, .emphasized {
    font-style: italic !important;
}
.underline {
    text-decoration: underline !important;
}

.general-about-us {
    clear: both;
    display: block;
    margin: 1em 0;
}

.general-about-us h2 {
    margin: 0 0 0.2em 0;
}

.general-about-us p {
    margin: 0;
}

.general-about-us p img {
    float: left;
    padding: 0 0.3em 0.1em 0;
}

.general-obfuscated {
    color: #000 !important;
    background-color: #000;
}

#contentcode, #feedbackcode {
    position: relative;
    width: 100%;
    height: 300px;
    clear: both;
}

#precode, #postcode {
    position: relative;
    width: 100%;
    height: 200px;
    clear: both;
}

textarea.code-textarea, code {
    font-family: monospace !important;
    font-size: 1em !important;
}

.nodisplay, .survey-patient .nodisplay-survey { display: none; }
.nodisplay_important { display: none !important; }
.block { display: block; }
.block_important { display: block !important; }
.inline { display: inline; }
.inline_important { display: inline !important; }
.inline-block { display: inline-block; }
.inline-block_important { display: inline-block !important; }

.clrb { clear: both; }
.fll, .pull-left { float: left; }
.flr, .pull-right { float: right; }
.text-right{ text-align: right; }
.center {
    margin-left: auto;
    margin-right: auto;
}
.width-auto {
    width: auto;
}
.width-auto_important {
    width: auto !important;
}
.twenty {
    width: 25%;
}
.twentyfive {
    width: 25%;
}
.thirtythree {
    width: 33%;
}
.fifty {
    width: 50%;
}
.seventyfive {
    width: 75%;
}
.ninetyfive {
    width: 95%;
}
.onehundred {
    width: 100%;
}

.pad {
    padding: 0.6em;
}
.vpad {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
}
.vpad-top {
    padding-top: 0.6em;
}
.vpad-bottom {
    padding-bottom: 0.6em;
}
.vpadding-none {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.hpad {
    padding-left: 0.6em !important;
    padding-right: 0.6em !important;
}
.hpad-left {
    padding-left: 0.6em;
}
.hpad-right {
    padding-right: 0.6em;
}
.hpad-less {
    padding-left: 0.3em !important;
    padding-right: 0.3em !important;
}
.hpad-left-less {
    padding-left: 0.3em !important;
}
.hpad-right-less {
    padding-right: 0.3em !important;
}
.hpadding-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hpadding-left-none {
    padding-left: 0 !important;
}
.hpadding-right-none {
    padding-right: 0 !important;
}

.vmargin {
    margin-top: 0.6em !important;
    margin-bottom: 0.6em !important;
}
.vmargin-top {
    margin-top: 0.6em !important;
}
.vmargin-bottom {
    margin-bottom: 0.6em !important;
}
.vmargin-none {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.vmargin-top-none {
    margin-top: 0 !important;
}
.vmargin-bottom-none {
    margin-bottom: 0 !important;
}
.hmargin {
    margin-left: 0.6em !important;
    margin-right: 0.6em !important;
}
.hmargin-left {
    margin-left: 0.6em !important;
}
.hmargin-right {
    margin-right: 0.6em !important;
}
.hmargin-none {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.rounded-corners {
    border-radius: 5px;
    border-collapse: separate; /* this is for a table, to allow outer table borders be round, no td border needed */
}
.rounded-corners2 {
    border-radius: 10px;
    border-collapse: separate;
}
.table-round {
  border-collapse: separate;
  border-spacing: 0;
}
.table-round tr td {
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.table-round tr:first-child td { border-top: 1px solid #999999; }
.table-round tr td:first-child { border-left: 1px solid #999999; }
.table-round1 tr:first-child td:first-child { border-top-left-radius: 10px; }
.table-round1 tr:first-child td:last-child { border-top-right-radius: 10px; }
.table-round1 tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.table-round1 tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.table-round2 tr:first-child td:first-child { border-top-left-radius: 20px; }
.table-round2 tr:first-child td:last-child { border-top-right-radius: 20px; }
.table-round2 tr:last-child td:first-child { border-bottom-left-radius: 20px; }
.table-round2 tr:last-child td:last-child { border-bottom-right-radius: 20px; }

.indent1 {
    padding-left: 2em !important;
}

.general-textbox {
    clear: both;
    border: 1px solid #000;
    padding: 0.6em;
    margin: 0.9em 0;
}

.general-label {
    clear: both;
    display: block;
}

.general-textarea {
    font-size: 90%;
    clear: both;
    padding: 0.6em;
    margin: 0.6em 0;
    width: 70%;
    height: 150px;
}

.table-textarea {
    font-size: 100%;
    clear: both;
    padding: 0.6em;
    margin: 0.6em 0;
    width: 90px;
    height: 70px;
}

.page-toc {
    float: right;
    background-color: #f0f0f0;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #63c;
    padding: 0.6em;
    margin: 0.3em;
}

/* UI */
.ui-button-text {
    color: #fff !important;
}

/* .CodeMirror {
    width: 960px;
} */

.visualize-bar .visualize-labels-x li span.label {
    line-height: 1.2em;
}

.nowrap {
    white-space: nowrap;
}
.wrapnormal {
    white-space: normal !important;
}
.breakword {
    word-break: break-word;
    word-wrap: break-word;
}

.textsizenormal { font-size: 1em !important; }
.large1 { font-size: 1.15em !important; }
.large2 { font-size: 1.4em !important; }

@media (max-width: 600px) {
.block-xssm { display: block !important; }
.large1-xssm { font-size: 1.15em !important; }
.small1-xssm { font-size: 80% !important; }
.breakword-xssm { word-break: break-word; word-wrap: break-word; }
}
@media (min-width: 992px) and (max-width: 1199px) {
.large1-md { font-size: 1.15em !important; }
.large2-md { font-size: 1.4em !important; }
}
@media (min-width: 1200px) {
.large1-lg { font-size: 1.15em !important; }
.large2-lg { font-size: 1.4em !important; }
}

@media (max-width: 767px){
.width-sm-100 { width: 100%; }
}

.select-relaxed option {
    padding-top: 3px;
    padding-bottom: 3px;
}
.nobold { font-weight: normal; }
.nobold_important, .nobold_important td, .nobold_important th { font-weight: normal !important; }
.gray1 { color: #666666 !important; }
.gray2 { color: #888888 !important; }
.danger-color { color: #a94442 !important; }
.border1gray { border: 1px solid #cccccc !important; }
.noborder { border: 0 !important; }
.border-top1 { border-top: 1px solid #999999; }
.border-bottom1 { border-bottom: 1px solid #999999; }
.border-left1 { border-left: 2px solid #e5e5e5; }
.checkedHighlight:checked+label {
    font-weight: bold;
}
.separatorVertical1 { height: 3px; }
.separatorTD {
    padding: 1px !important;
    width: 2px;
    background-color: #dddddd;
}
.section-title1 {
    background: linear-gradient(to right, #f5f5f5, #eeeeee);
    border-start-end-radius: 30px;
    border-end-end-radius: 30px;
    line-height: 1.4;
    padding: 0.4em 0.5em 0.4em 0.5em;
}
.slider-parent {
    padding-left: 1em;
    padding-right: 1em;
}
.indentAfterFirstLine {
    padding-left: 2em;
    text-indent: -2em;
}
.bringtofront {
    position: relative;
    z-index: 100;
}

@media print {
    .hidden-print {
        display: none !important;
    }
    a:link:after, a:visited:after {
        content: "";
    }
}

.emoticon-chat { height: 2em; }
.emoticon-conv { height: 1.7em; }
.emoticon1 { width: 3em; }
.percentBar {
    height: 1em;
    background-color: #428bca;
}

.invisible {
    visibility: hidden;
}

.cke_source {
    white-space: pre-wrap !important;
}
body.cke_editable{
    margin: 15px;
    padding: 0;
}

.nav-buttons-top {
    float: right;
}

.ul-padding-none {
    margin: 0;
    padding: 0;
}
.ul-padding-tight {
    padding-left: 18px;
    margin-bottom: 0;
}
.ul-bullet-none, .ul-bullet-other {
    list-style: none;
}
.ul-bullet-other&gt;li:before {
    content: "\276F";
    color: #888888;
    font-size: 0.9em;
    margin-left: -1em;
    padding-right: 0.5em;
}

.programtext table {
    max-width: 100%;
}
.programtext img {
    max-width: 100%;
    height: auto !important;
}

.worksheet-answer-field {
    padding-left: 2em;
    margin: 0 0 10px 0;
}
.worksheet-posts .worksheet-answer-text-shown {
    display: inline-block;
    padding: 4px 9px 5px 9px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    min-height: 1.6em;
}
/* Hide unchecked radios and checkboxes when SHOW ws answers, especially good for dark mode - where disabled looks almost the same for checked and unchecked(!); replace checked with tick */
/*.worksheet-posts input[type="radio"]:not(:checked), .worksheet-posts input[type="checkbox"]:not(:checked) { visibility: hidden; }*/
.wsAnswerRadioCheckboxChecked { font-weight: bold; }
.checkbox .wsAnswerRadioCheckboxChecked, .radio .wsAnswerRadioCheckboxChecked {
    position: absolute;
    margin-left: -20px;
}
.wsAnswerEditMenu {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-radius: 0.5em;
}
@media print{
.worksheet-new tr.trregion, .worksheet-edit tr.trregion { display: table-row !important; }
.worksheet-new div.trregion, .worksheet-edit div.trregion { display: block !important; }
}

/* Show feedback to user without number levels and top max border */
.feedback-div-user .visualize-labels-y .label {
    visibility: hidden;
}
.feedback-div-user .visualize-labels-x li {
    border-top: 15px solid #ffffff;
}
.feedback-div-user .visualize canvas {
    border: 0 !important;
}
/* Show feedback end */

/* bar percent horizontal, simple, no text */
.bar-percent-horiz {
    width: 50px;
    min-width: 50px;
    border-radius: 0.4em;
}
.bar-percent-horizIn {
    max-width: 49px;
    height: 0.9em;
    border-radius: 0.3em;
}
.bar-percent-horizIn0, .bar-percent-horizIn1 {
    border-radius: 0.3em 0 0 0.3em;
}
.bar-percent-horiz0 { border: 1px solid #aa2222; }
.bar-percent-horiz1 { border: 1px solid #aa8800; }
.bar-percent-horiz100 { border: 1px solid #227722; }
.bar-percent-horizIn0 { background-color: #aa2222; }
.bar-percent-horizIn1 { background-color: #aa8800; }
.bar-percent-horizIn100 { background-color: #227722; }

/* progress bar horizontal, text inside */
.progress_bar {
    line-height: normal !important; /* to override other customs e.g. when inside module */
    position: relative;
    background-color: #bbbbbb;
    width: 100%;
    height: 1.2em;
    border-radius: 0.6em;
    text-align: left;
}
.progress_bar::before {
    content: attr(text);
    font-size: 0.8em;
    color: #ffffff;
    position: absolute;
    text-align: center;
    top: 0.1em;
    left: 0;
    right: 0;
}
.progress_bar .done {
    display: inline-block;
    background-color: #666666; /* 337ab7 */
    height: 100%;
    border-radius: 0.6em 0 0 0.6em;
}
.progress_bar span.completed {
    background-color: #448844;
    border-radius: 0.6em;
}
  
/* feedback visualization code new 2017 */
.feedback-container {
    padding: 10px 15px 15px 15px;
    display: table;
    background-color: #eeeeee;
    border: 1px solid #bbbbbb;
    border-radius: 7px;
}
.feedback-table {
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
}
.feedback-table td {
    text-align: center;
    padding: 7px;
}
.feedback-tr-bar {
    border-bottom: 1px solid #999999;
}
.feedback-tr-bar td{
    vertical-align: bottom;
    padding-bottom: 0px;
    padding-top: 10px;
}
.feedback-container-user .feedback-tr-bar td{
    padding-top: 30px;
}
.feedback-tr-date td{
    vertical-align: top;
}
.feedback-bar {
    background-color: #428BCA;
    min-width: 18px;
    max-width: 22px;
    margin: auto;
}
.feedback-container-user .feedback-score {
    display: none;
}
/* /feedback visualization code new 2017 */

.bgHighlight { background-color: #f5f5f5; }
.bgHighlight1 { background-color: #e5e5e5; }
.bgHighlight2 { background-color: #dadada; }
.bgHighlightSelf { background-color: #f0f0f0; color: #333333; }
.bgHighlightOther { background-color: #d9edf7; color: #333333; }

.calendar-bgColor1 { background-color: #d9edf7; }
.calendar-bgColor2 { background-color: #dff0d8; }
.calendar-bgColor3 { background-color: #fcf8e3; }
.calendar-bgColor4 { background-color: #f8f89f; }
.calendar-bgColor5 { background-color: #cecec4; }
.calendar-month-cell, .cursor-pointer {
    cursor: pointer;
}
.calendar-month-event {
    padding: 2px;
    margin-bottom: 3px;
    height: 3em;
    overflow: hidden;
    cursor: pointer;
    color: #111111;
}
.calendar-month-event-tall {
    height: 6em;
}
.img-flag1, .img-flag2 { vertical-align: middle; }
.navbar-nav .img-flag1, .navbar-nav .img-flag2 { margin-bottom: 3px; } /* fix alignment in nav-bar */
.img-flag1 { border: 1px solid #dddddd; }
.img-flag2 { border: 1px solid #111111; }

.display-table { display: table; }
.display-row { display: table-row; }
.display-cell { display: table-cell; }
@media screen and (min-width: 992px) {
.display-cell-md { display: table-cell; }
}
@media print {
.display-cell-md { display: table-cell; }
}
.align-middle { vertical-align: middle; }
.align-top { vertical-align: top; }
.align-initial { vertical-align: initial !important; }

.dataTableGen.adminUsersSurvey .datatable-td3 {
    border-left: 1px solid #000000;
}

audio {
    width: 100%;
    max-width: 350px;
}

video {
    width: 90%;
    height: auto;
    border: 1px solid #777777;
    border-radius: 3px;
}
@media (max-width: 767px){ video { width: 100%; }}

/* Embed Youtube scale to width */
.videoContainer {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    margin: auto;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
}
@media (max-width: 767px){
.videoContainer {
    width: 100%;
    padding-bottom: 56.25%;
}
}
.videoContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
@media print {
.videoContainer {
    width: auto;
    padding-bottom: 0;
    border: 0;
    text-align: center;
}
.videoContainer iframe {
    position: relative;
    width: auto;
    height: auto;
}
}
/* END Embed Youtube scale to width */

input::file-selector-button {
    font-size: 0.9em;
    padding: 0.3em;
    border: 1px solid #999999;
    border-radius: 5px;
}
.uploadedfile-imageDiv img {
    max-width: 100%;
    border: 1px solid #999999;
    border-radius: 5px;
}
.uploadedfile-audioDiv audio {
    width: 100%;
    max-width: 350px;
}
.uploadedfile-videoDiv video {
    width: 80%;
    height: auto !important;
    border: 1px solid #777777;
    border-radius: 3px;
}

.userphoto {
    height: 5em;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin-inline-end: 0.4em; /* start/end apply to RTL as well */
}
</pre></body></html>