<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Error &amp;&amp; Warning statusses */
.success {
    color: #00B900 !important;
}

.error {
    color: #f00;
}

.error-border {
    border: 1px solid #f00;
}

.warning {
    color: #FFA500;
}

.warning-border {
    border: 1px solid #FFA500;
}

/* Survey CSS */

.survey {
    font-weight: 500;
    font-size: 20px;
    color: #444;
    padding: 1.5em 2em;
    background-color: #f1f1f1;
    border: #DFDEDE 1px dotted;
    width: 600px;
    margin: 20px;
    border-radius: 4px;
}

.survey .btn {
    font-size: 16px !important;
}

.surveyQ {
    font-size: 22px;
    font-weight: bold;
    color: #006cab;
    margin: 0px 0px 20px 0px;
}

.surveyQ .gwt-Label {
    margin-top: 10px;
}

.surveyA {
    font-size: 16px;
    padding: 3px 0px;
    margin: 0 0 15px 3px;
}

.surveyA label {
    font-size: 16px !important;
}

.surveyResult {
    color: #006cab;
}

.surveyQueueButton {
    color: #800000;
    margin-top: 5px;
}

.surveyLoginButton {
    color: #865200;
    margin-top: 5px;
}

.surveyNotificationButton {
    color: #000066;
    margin-top: 5px;
}

.surveyCreateButton {
    color: #00ff00;
}

.surveyDownloadButton {
    color: #333;
}

.surveyActionsPanel {
    background-color: #f1f4f7;
    border: 1px solid #ccc;
    float: left;
    clear: left;
    width: 760px;
    min-height: 270px;
    height: 270px;
    padding: 10px 20px;
}

.surveyActionsPanel .gwt-Label {
    display: inline;
    margin-left: 5px;
}

.surveyActionsPanel button {
    margin: 10px 0;
}

.surveyActionsPanel .leftColumn {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}

.modalPanelChageAccount label, input[type="radio"] {
    margin: 7px;
}

.gridCellPlusButton, .greenButton {
    color: #00B900;
}

.greenButton {
    color: #00B900 !important;
}

.redButton {
    color: #d43f3a;
}

.gridCellRemoveButton {
    color: #d43f3a;
}

.gridCellRefreshButton {
    color: #00B900;
}

.gridCellViewButton {
    color: #1c84c6;
}

.gridCellEditButton {
    color: #FFA500;
}

.gridIconMedium {
    height: 24px;
    width: 24px;
    font-size: 22px !important;
}

.gridIconHuge {
    height: 48px;
    width: 48px;
    font-size: 72px !important;
}

.dropDownPanelContent {
    z-index: 16;
}

.input-group .font-awesome-button {
    padding: 3px 7px 3px 10px !important;
}

.btnImportTool {
    border-radius: 10px;
    margin-left: 60px;
    color: #0088D0;
    background-color: white;
    border: 1px solid #003366;
}

.fileInputImportTool {
    margin-left: 30px;
    margin-bottom: 5px;
    border: 1px solid #4986bf;
}

.input-group .form-control {
    position: inherit;
    z-index: inherit;
}

.manageAPITokenDialog .input-group-btn {
    border-right: 1px solid #4b85a8;
}

.manageAPITokenDialog .form-control {
    padding: 3px 15px;
}

.input-group-btn .viewAPIToken {
    padding: 3px 25px !important;
    height: auto;
    background-color: #0099cc;
    color: #fff;
}

.input-group-btn .viewAPIToken:hover, .input-group-btn .viewAPIToken:focus {
    background-color: #00679E !important;
}

.input-group-btn .fa-eye, .input-group-btn .fa-eye-slash {
    font-size: 18px;
}

.manageAPITokenDialog .labelEdit {
    padding-top: 4px !important;
}

.setupsAPIToken {
    margin: 10px 0px 10px 0px;
}

.setupsAPITokenClear {
    clear: both;
}

.setupsAPIToken .labelEdit {
    padding: 5px 0px 5px 0px;
    text-align: left !important;
}

.setupsAPIToken .horizontalPanel {
    margin: 0px 0px 10px 0px;
}

.setupsAPIToken .horizontalPanel .btn-primary {
    margin-left: 10px;
}

.setupsAPIToken .lastCheckboxesPanel {
    margin: 10px 0px 0px 0px;
}

.surveyQueueDialogHolder {
    width: 980px;
}

.surveyQueueDialogHeaderText {
    margin-bottom: 20px;
    margin-top: 10px;
}

.surveyLoginDialogHolder {
    width: 990px;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}

.surveyLoginDialogHeaderText {
    margin-bottom: 20px;
    margin-top: 10px;
}

/**/
.captionFlowPanelWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.captionFlowPanelWrapper fieldset legend {
    font-size: 16px;
    font-weight: 500;
    color: #363636;
    float: left;
    margin-top: 2px;
    cursor: default;
    display: inline-block;
    line-height: 15px;
    padding: 10px 0;
}

.captionFlowPanelWrapper .bodyNote {
    margin-top: 15px;
    font-size: 12px;
    color: #d43f3a;
}

.captionFlowPanelWrapper .bodyExplanation {
    margin-top: 5px;
    font-size: 12px;
    color: #444;
}

.captionFlowPanelWrapper .surveyTerminationLine {
    margin-top: 20px;
    margin-left: 20px;
}

/*rowFluidContainer*/
.rowFluidContainer {
    max-width: none !important;
    width: 100% !important;
}

.rowFluidContainer .editRow {
    width: 100%;
}

.rowFluidContainer .editRow.editRowNoFloat {
    float: none;
}

.editRowNoFloat .checkBox {
    padding-left: 0px;
}

/*/rowFluidContainer*/

.confirmEmailSubForm {
    margin-top: 15px;
}

.confirmEmailSubForm .formLeftLabel {
    width: 90px;
}

.confirmEmailSubForm .subformLine {
    margin-top: 20px;
}

.confirmEmailSubForm table.formRightLabel {
    margin-left: 15px;
    margin-bottom: 15px;
}

.surveyQueueDataGridHolderPanel {
    margin: 20px 0px 10px 0px;
}

.surveyQueueRulesColumn .surveySelector {
    font-size: 11px;
    width: 360px;
    max-width: 360px;
}

.surveyQueueRulesColumn .helpText {
    font-family: tahoma;
    font-size: 10px;
    color: #888;
}

.surveyQueueRulesColumn .columnLine {
    margin: 5px 10px 5px 10px;
}

.surveyQueueRulesColumn .columnLine textarea {
    width: 360px;
    height: 48px;
}

select:disabled {
    background-color: #ebebe4;
}

div.surveyPanelScrollable.pnlPublicSurvey {
    overflow: auto;
}

.pnlPublicSurvey .lineRow, .pnlParticipantLayoutTabs .lineRow {
    margin: 10px 5px;

}

.participantListHeader {
    background: #f1f4f7;
}

.participantListHeader .headerRow {
    padding: 10px 20px;
}

.manageSurveyParticipantsDialog {
    width: 600px;
}

.manageSurveyParticipantsDialog .lineRow {
    margin: 10px 5px;
}

.manageSurveyParticipantsDialog .grayBorderBottom {
    border-bottom: 1px solid #f1f4f7;
    padding-bottom: 10px;
}

textarea.emailParticipantsList {
    width: 600px;
    height: 150px;
}

.participantsListDescription {
    color: #d43f3a;
}

.horizontalRow .gwt-Label {
    margin: 0 15px;
}

/* Legend for status icons */
.legendStatusIncomplete {
    color: #d43f3a;
    font-size: 24px;
}

.legendStatusIncompleteNoData {
    color: #0e0e0e;
    font-size: 24px;
}

.legendStatusUnverified {
    color: #ffd700;
    font-size: 24px;
}

.legendStatusPartial {
    color: #ffa500;
    font-size: 24px;
}

.legendStatusComplete {
    color: #008000;
    font-size: 24px;
}

.legendStatusCompleteSurvey {
    color: #00ff00;
    font-size: 24px;
}

.statusDashboardHeader {
    padding: 30px 0 30px 0;
}

.statusIconsLegend {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 10px;
}

.statusIconsLegend .headerRow {
    margin-bottom: 20px;
}

.statusIconsLegend .row {
    margin-bottom: 5px;
}

/*Custom Survey Panel wrapper
Survey Panel Responsive Layout
*/

.timeFramePanel .row {
    margin: 10px 0;
}

.automatedInvitationsModalPanel .modalPanelContent {
    max-height: 400px !important;
    overflow-y: auto;
}

.manageSurveyPanel .editRow {
    width: 850px;
    margin: 20px 0px;
}

.manageSurveyPanel .editRow .labelEdit {
    width: 350px;
}

.manageSurveyPanel .formValueControl,
.manageSurveyPanel .formValueControl .form-control,
.manageSurveyPanel .formValueControl .comboBox {
    width: 400px;
}

.manageSurveyPanel .formValueControl .comboBox .btn:first-child {
    width: 380px;
}

.manageSurveyPanel .dropdown-backdrop {
    display: none;
    visibility: hidden;
}

.manageSurveyPanel .richTextEditor {
    margin-top: 0px;
}

.manageSurveyPanel .richTextEditorHolder {
    margin-top: 0px;
    height: auto;
}

.manageSurveyPanel .richTextEditor .textStylePanel {
    padding: 3px;
    border-collapse: separate !important;
    border-spacing: 0;
}

.manageSurveyPanel .richTextEditor .formattingPanel {
    width: 400px !important;
}

.manageSurveyPanel .richTextEditor .formattingPanel td {
    padding-right: 5px;
}

.manageSurveyPanel .surveyLogo {
    margin-bottom: 20px;
    max-width: 100%;
    width: auto;
}

.surveyLogo {
    display: block;
    max-width: 100%;
    height: auto;
}

.panel-default &gt; .panel-heading {
    color: #333;
    background-color: #f3f3f3;
    border-color: #ddd;
}

.panel-body {
    padding-top: 0px;
}

.panel-heading {
    padding: 20px 15px;
}

.viewResultsOptionsPanel .lineRow {
    margin-bottom: 10px;
}

.viewResultsOptionsPanel .lineRow .labelText {
    padding-top: 5px;
    float: left;
    padding-left: 10px;
}

.viewResultsOptionsPanel.lineRow .labelText {
    line-height: 27px;
    float: left;
    padding: 0px 10px 0px 0px;
    display: inline-block;
}

.viewResultsOptionsPanel.lineRow .labelText td {
    line-height: 1px;
}

.surveyPanelWrapper {
}

.surveyPanelWrapper .panel-title {
    font-size: 26px;
    font-weight: bold;
    color: #636363;
}

.surveyPanelWrapper .surveyTitle {
    font-size: 20px;
    font-weight: bold;
}

.surveyPanelWrapper .surveyInstructionsHeader {
    font-size: 24px;
    font-weight: normal;
    color: #2b3645;
    margin-bottom: 10px;
}

.surveyPanelWrapper .enrollmentInfoTop {
    font-size: 16px;
    /* font-weight: bold; */
    margin: 40px 0px 10px 0px;
}

.surveyPanelWrapper .surveyInstructions {
    font-size: 14px;
    font-weight: normal;
}

.surveyPanelWrapper .surveyInstructionsRow {
    margin: 20px -15px;
}

.surveyCrfForm {
    overflow-y: auto;
    overflow-x: hidden;
}

.surveyPanelWrapper .surveyDisabledPanel {
    margin-top: 40px;
    margin-bottom: 40px;
}

.surveyPanelWrapper .panel-body {
    padding: 0 !important;
}

.surveyPanelWrapper .panel-default {
    border: none !important;
}

.surveyPanelWrapper .surveyTitleWrapper {
    margin-left: 0 !important;
    padding: 5px;
}

.surv {
    overflow: hidden;
}

.crfSectionPanel .sectionHeader {
    /*background-color: #acd4ed;*/
    padding: 10px;

    font-size: 18px;
    font-weight: 500;
    color: #363636;
    float: left;
    margin-top: 2px;
    cursor: default;
    display: inline-block;
    line-height: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.crfSectionPanel .sectionContent {
    padding: 5px;
}

.crfSectionPanel .sectionFooter {
    color: #636363;
    height: 32px;
    padding: 5px;
}

.crfSectionPanel .sectionFooter .rightText {
    text-align: right;
    color: #636363;
}

.surveyExpired {
    color: #db524b;
    font-size: 16px;
}

.surveyDisabled {
    color: #999;
    font-size: 16px;
}

/* RichTextToolbar */

.gwt-RichTextToolbar {
    background-color: #f5f5f5;
    border: 1px solid rgba(217, 217, 217, 0.52);
    border-bottom: 0px solid rgba(217, 217, 217, 0.52);
}

.textStylePanel {
    border: 0px solid rgba(217, 217, 217, 0.52);
    border-bottom: 1px solid rgba(217, 217, 217, 0.52);
    width: 100%;
    padding: 3px;
}

.textStylePanel td {
    width: 46px;
}

.gwt-ToggleButton, .gwt-PushButton {
    padding: 3px;
    border: 1px solid #f5f5f5;
    margin-right: 2px;
}

.formattingPanel {
    width: auto !important;
    padding: 2px 0;
}

.formattingPanel .comboBox .comboInput {
    border: 1px solid #f5f5f5;

}

.seperator {
    border-top: double;
    border-top-color: #003366;
}

.centerm {
    padding: 10px 0;
    margin-left: 15px;
    margin-right: 15px;
}


.formattingPanel .comboBox .btn:first-child, .formattingPanel .comboBox .btn:last-child, .formattingPanel .comboBox .btn:last-child:hover {
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 #f5f5f5 #f5f5f5 #f5f5f5 !important;
    color: #333;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
}

.formattingPanel .comboBox .btn:last-child, .formattingPanel .comboBox .btn:last-child:hover {
    padding: 4px 2px;
}

.gwt-RichTextArea {
    border-color: rgba(217, 217, 217, 0.52) !important;
}

.gwt-ToggleButton-down, .gwt-ToggleButton-down-hovering, .gwt-PushButton-up-hovering {
    background-color: #dbdbdb;
    border: 1px solid #ccc;
}

.headerTextFull {
    display: inline-block;
    height: 70px;
    overflow: auto;
}

/** Breadcrumb styles **/
.breadCrumbStyle {
    margin-top: 2.5px;
    margin-left: 20px;
    margin-right: 10px;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.breadCrumbStyle .anchorDivider {
    font-size: 20px;
    font-weight: normal;
    margin: 8px 5px;
    color: #878788;
}

.breadCrumbStyle .anchorLink {
    font-size: 20px;
    font-weight: normal;
    margin: 8px 5px;
    color: #878788;
}

.breadCrumbStyle .anchorLink:hover {
    color: #324c5c;
}

.copyStudyWidget .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* CRF Form Styles */
.crfFormItemRow {
    width: 100%;
    min-width: 720px !important;
}

.crfFormItemRow .dciNumber {
    margin-top: 3px;
}

.crfFormItemRow .dciLabel {
    width: auto !important;
}

.crfFormItemRow .numberField,
.crfFormItemRow .dciInputPanel .form-control[type=text] {
    width: 300px !important;
}

.crfFormItemRow .dciInputPanel textarea {
    width: 450px !important;
}

.crfFormItemRow .dciInputPanel .matrixInputs {
    width: 300px !important;
}

.crfFormItemRow .inputWrapperLeftBorderFix {
    border-left: 1px solid #ebebeb;
    margin: -5px;
    padding: 5px;
}

.crfFormItemRow .ui-slider-horizontal {
    width: 300px !important;
}

.crfFormItemRow .comboBox .form-control[type=text],
.crfFormItemRow .comboBox .comboInput {
    width: 268px !important;
}

.crfFormItemRow .dateInput .form-control[type=text] {
    width: 168px !important;
}

.crfFormItemRow td {
    padding: 5px 5px;
    border: 1px solid #ebebeb;
}

.crfFormItemRow .panelBeforeInput td,
.crfFormItemRow .panelAfterInput td,
.crfFormItemRow .dciInputPanel td {
    padding: 0px;
    border: none;
}

/* END CRF Form Styles */

.medicalCodingResults {
    border: 1px solid #acd4ed;
    padding: 4px 3px;
    min-height: 28px;
}

.medicalCodingPanel {
    margin: 0 !important;
    float: none !important;
    white-space: normal !important;
    font-weight: normal !important;
}


@media all and (max-width: 768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* For Microsoft IE10+: It equals "width: 100%" */
    .surveyPanel .dciFields {
        width: 97vw !important;
    }

    .shareInfoPanel {
        max-width: 100% !important;
    }

    .surveyCrfForm {
        overflow-x: hidden !important; /* For Microsoft IE: a horizontal scroll bar is hidden */
    }

    .surveyPanel .dciFields {
        overflow-x: hidden; /* For Microsoft IE: a horizontal scroll bar is hidden */
    }
}

.myHealthFormList {
    margin-left: 66px;
}

.myHealthButtonsBottom .btn {
    margin-right: 20px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 768px) {

    .inputRadio .gwt-Label {
        margin-left: 5px;
        line-height: normal !important; /* Override 'line-height: 1': some glyphs (j, y, g, p, ...) overflows font baseline. In combination with 'overflow: auto'(which is true for screens 600-768px) it make scrollbars appear. Fix it by giving extra space to the text ('line-height: normal' is usually 1.1 to 1.2) */
    }

    .matrixInputs .rdioFld {
        width: auto !important;
    }

    .matrixInputs .chkBxFld {
        width: auto !important;
    }

    table img {
        max-width: 100% !important;
    }

    .logoImage {
        max-width: 225% !important;
    }

    div .leftLegendBar &gt; div &gt; table img {
        max-width: 30vw !important;
        max-height: 30vw !important;
    }

    .notificationPanel {
        height: 45vh;
    }

    .myHealthFormList .dciNextBack, .myHealthFormList .backNextPanel {
        width: 100%;
    }

    .myHealthFormList .dciNextBack .btn, .myHealthButtonsBottom .btn, .myHealthFormList .backNextPanel .btn {
        margin: 0 0 10px 0;
        height: 40px;
        text-align: center;
        width: 100%;
        font-size: 15px;
    }

    .modalPanel, .popupContent {
        width: 100%;
        left: 0 !important;
    }

    .modalPanelContent .btn {
        font-size: 15px;
    }

    .buttonsAction .btn {
        margin: 0 0 0 10px;
    }

    #btnMaxSignature {
        visibility: hidden !important;
    }

    .dciRepeatingGrp {
        width: 100%;
    }

    .topPanel {
        width: 100vw;
    }

    .topButtons {
        margin-top: 6px !important;
        display: flex !important;
    }

    .myHealthFormList {
        margin: 0 1% !important;
        width: 98vw;
    }

    .studyForm table td:first-child {
        width: 50%;
    }

    .topTable {
        width: 100%;
    }

    .card {
        margin: 0 0 0 20px;
    }

    .width100Mobile {
        width: 100%;
    }

    .surveyPanelWrapper {
        width: 100%;
        background: #fff;
        padding: 0px !important;
    }

    .surveyPanelWrapper .panel-default {
        border-color: #fff;
    }

    .surveyPanelWrapper .surveyTitleWrapper {
        background-color: #f5f5f5;
        border-bottom: 1px solid #dbdbdb;
        margin: 0px;
    }

    .surveyPanelWrapper .panel-body, .surveyPanelWrapper .panel-body .col-md-8 {
        padding: 0px;
    }

    .surveyTitleWrapper .surveyTitle {
        width: 90%;
        padding: 2%;
    }

    .surveyPanelWrapper .enrollmentInfoTop {
        max-width: 100%;
        padding: 0 10px;
    }

    .surveyCrfForm .crfSectionPanel .sectionHeader, .surveyCrfForm .gwt-Label.labelSubject {
        width: 100%;
        padding: 2%;
        border: 0px;
    }


    .surveyPanel,
    .surveyPanelWrapper .tabPanelContent,
    .surveyPanelWrapper .tabPanelTabs {
        width: 100%;
    }

    .surveyPanel .dciNumber {
        margin-right: 2px;
    }

    .surveyPanel .dciLabelLeft {
        width: fit-content;
    }

    .surveyPanel .dciNotesBox {
        width: 100%;
        margin-left: 0px;
    }

    .surveyPanel input.form-control {
        width: 340px;
        box-sizing: border-box;
    }

    .surveyPanel .dateInput input.form-control {
        width: 130px;
    }


    .surveyPanelWrapper .surveyTitleWrapper {
        padding: 30px 10px;
    }

    .surveyPanel .crfSectionPanel .sectionContent {
        padding: 0px;
        float: left;
    }

    .surveyPanel .dci {
        border-left: 0px !important;
        font-size: 14px;
        padding: 10px;
    }

    .surveyPanel .dci .matrixInputs {
        margin-top: 10px;
    }

    .surveyPanel .dci .floatLeft {
        width: 100%;
    }

    .surveyPanel .dciFields {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        max-width: 98vw;
    }

    .surveyPanel .panel-footer {
        max-width: 100vw;
    }

    .sliderValue input.form-control {
        width: 40px;
    }

    .surveyPanel .dciFields .dciRichText {
        max-width: 768px !important;
        padding: 0 2px;
    }

    @supports (-ms-ime-align:auto) {
        .surveyCrfForm {
            overflow-x: hidden !important; /* For Microsoft Edge: a horizontal scroll bar is hidden */
        }

        .surveyPanel .dciFields {
            overflow-x: hidden; /* For Microsoft Edge: a horizontal scroll bar is hidden */
        }
    }

    fieldset.dciGroupView {
        display: flex;
        flex-wrap: wrap;
        max-width: 98vw;
    }

    fieldset.dciGroupView &gt; div {
        display: flex;
        flex-wrap: wrap;
        width: 100%; /* For Microsoft Edge */
    }

    .matrixGroup {
        display: flex;
        flex-wrap: wrap;
    }

    .matrixGroup &gt; div {
        display: flex;
        flex-wrap: wrap;
        width: 100%; /* For Microsoft Edge */
    }

    .surveyPanel .dciLabel {
        white-space: normal;
        width: auto;
    }

    .surveyPanel .dciGroup, .surveyPanel .dciGroup legend, .surveyPanel .dciRepeatingGrp, .surveyPanel .dci, .surveyPanel .dciGroup .mainList {
        width: 100%;
    }

    .surveyPanel .dciGroup .mainList {
        min-width: 100%;
    }

    .surveyPanel textarea.form-control {
        width: 300px !important;
    }

    .surveyPanel .dciView {
        width: 100%;
    }

    .surveyPanel .dci {
        width: 100%;
        margin-bottom: 1px;
    }

    .surveyPanel .dciMinMax {
        margin-left: 15px;
        width: 250px;
    }

    .surveyPanel .lblReset {
        margin-top: 10px;
        font-size: 12px;
    }

    .surveyPanel .dciInputContainer, .surveyPanel .dciView .dciInputContainer .dciInputPanel {
        clear: both !important;
        float: left !important;
    }

    .surveyPanel .dciNotesBox .signature td {
        display: block;
    }

    .surveyPanel .panel-footer .btn-primary {
        width: 100%;
        margin: 0px 0px 10px 0px;
        font-size: 15px;
    }

    .langPanel .btn, .langPanel .btn-primary {
        width: 75vw;
        max-width: 100%;
        height: 40px;
        font-size: 15px;
        display: block;

        margin-top: 20px;
        margin-left: 15vw;
        margin-right: 10vw;
    }

    .surveyLangSelector {
        display: block;
    }

    .langPanel {
        min-height: max-content;
        max-width: 97vw;
        max-height: 100%;
        right: 0;
        bottom: 0;
        left: 0;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .surveyPanel .panel-footer .btn, .btn:focus, .langPanel .btn {
        height: 40px;
    }

    .surveyPanel .dciGroup {
        width: 100%;
    }

    .surveyPanel .dciGroup .mainList {
        min-width: 100%;
    }

    .surveyPanel .alert {
        border: 0px solid transparent;
        border-radius: 0px;
    }

    table.customTable, table.mainList {
        width: 100%;
    }

    table.customTable thead, .custom-table-column-header, table.mainList thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.customTable tr, table.mainList tr, table.matrixInputs tr {
        display: block;
    }

    div.sectionContent div table {
        table-layout: fixed;
    }

    table.row-responsive-widget tbody tr td {
        overflow: visible;
    }

    table.customTable td, table.mainList td, table.matrixInputs td {
        display: block;
        overflow: auto;
        text-align: left;
    }

    table.customTable td div.gwt-HTML, table.mainList td div.gwt-HTML {
        float: right;
    !important;
    }

    table.customTable td::before, table.mainList td::before {
        content: attr(responsive-label);
        float: left;
        margin-right: 10px;
    }

    table.matrixHead {
        display: none;
    }

    .has-responsive-label {
        width: 100%;
    }

    .has-responsive-label &gt; * {
        float: right;
    }

    .has-responsive-label::before {
        content: attr(responsive-label);
        float: left;
    }

    table.responsive-table td {
        display: block;
    }

    table.row-responsive-widget tr {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .responsive-bold-label::before {
        color: black;
        font-weight: 600;
    }

    .dciRepTDLast {
        width: 100% !important;
    }

    .dciView .dciInputPanel {
        width: fit-content !important;
    }

    .dciLabel {
        width: fit-content !important;
    }

    .ui-slider-horizontal {
        margin-left: 5px;
    }

    .dciLabelLeft {
        width: auto !important;
    }

    .dciLabel {
        width: auto !important;
    }

    .hiddenResponsiveColumn {
        display: none !important;
    }
}

.noLabelEdit .labelEdit {
    display: none !important;
}

.loginContentPanel .editRowContainer, .loginContentPanel .editRowContainer div {
    width: 100% !important;
}

@media only screen and (max-width: 600px) {

    .pdfjsViewerPages {
        width: 550px !important;
        height: 500px !important;
    }

    .loginPageMobile div.signupLinkRowMobile .signupLinkFont, .loginPageMobile .signupLinkRow .signupLinkFont {
        text-align: left;

    }

    .loginPageMobile .rowUserName .labelEdit, .loginPageMobile .rowUserNamePhone .labelEdit,
    .loginPageMobile .signupLinkRowMobile .labelEdit, .loginPageMobile .signupLinkRow .labelEdit {
        height: 15px;
    }


    .signupPanel .countryCode div.comboBox .form-control {
        width: 85px !important;
    }

    .signupPanel .phoneMobile input.form-control, .signupPanel .editRowContainer .phoneMobile {
        width: 199px !important;
    }

    .loginPageMobile .editRowContainer div.comboBox {
        width: 120px !important;
    }

    .loginPageMobile .phoneModile input.form-control, .loginPageMobile .editRowContainer .phoneMobile {
        width: 194px !important;
    }

    .myrccAccontSetting input {
        width: 170px !important;
    }

    .phone .myrccAccontSetting .comboBox input, .myrccAccontSetting .comboBox input {
        width: 145px !important;
    }

    .phone .myrccAccontSetting .comboBox {
        margin-bottom: 8px;
    }

    .phone .labelEdit {
        margin-top: 15px;
    }

    .matrixInputs .rdioFld {
        width: auto !important;
    }

    .matrixInputs .chkBxFld {
        width: auto !important;
    }

    .surveyPanel .dciSection .dciLabel {
        word-break: break-word;
    }

    .surveyPanel .dciView {
        width: 100% !important;
    }

    .privacyTerms, .loginContentPanel {
        margin: auto !important;
    }

    .loginContentPanel, .middle-box, .signupContainer, .joinSection, .loginContentPanel .copyright {
        width: 100% !important;
        max-width: 100vw !important;
    }

    .middle-box {
        padding: 50px 20px !important;
    }

    .signupPanel input {
        width: 100% !important;
    }

    .signupPanel, .loginscreen {
        overflow-x: hidden;
    }

    .passwordField input, .signupContainer .editRowContainer input, .signupContainer .editRowContainer table, .btnPrimary {
        width: 100% !important;
    }

    .floatLeft {
        width: 100% !important;
    }

    .floatLeft{
        width:100% !important;
    }

    .form-control {
        width: 180px !important
    }

    .signupContainer .g-recaptcha {
        transform: scale(1.23) !important;
        transform-origin: 0 0;
    }

    .rowCode {
        width: 100% !important;
    }

    .rowUserName {
        max-width: 65% !important;
    }

    .lockScreenPopup .rowUserName {
        width: 100% !important;
        max-width: 100% !important;
    }

    .loginPageMobile .editRowContainer table, .loginPageMobile .passwordText .form-control, .loginPageMobile .form-control, .loginPageMobile .editRow {
        width: 100% !important;
        max-width: 100% !important;
    }

    .loginPageMobile div {
        width: 100%;
    }

    .loginPageMobile .passwordText {
        width: 100% !important;
    }

    .loginUserAndImage {
        width: 100% !important;
    }

    .matrixInputs .inputRadio .gwt-Label, .inputRadio .gwt-Label { /* we do not want to see a scroll bar in mobile app */
        line-height: 1.5 !important;
        white-space: normal !important;
        margin-left: 5px;
    }

    .dropdown-menu &gt; li &gt; a {
        white-space: normal;
    }

    .topTable {
        flex-direction: column !important;
    }

    .brandingLogoImage {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }

    .modalPanel .popupContent {
        min-width: 300px !important;
    }

    .accountSettingsDialog {
        width: 100% !important;
    }

    .accountSettingsDialogGeneralTabColumn {
        display: block !important;
    }

    .accountSettingsDialogGeneralTabField {
        width: 70% !important;
    }

    .accountSettingsDialogGeneralTab {
        width: 100% !important;
    }

    .accountSettingDialogAvatar {
        width: 30% !important;
        text-align: right !important;
    }

    .tabPanelContent {
        min-width: 300px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .surveyPanelWrapper {
        background: #fff;
        padding: 0;
    }

    ul.tabPanelTabs {
        width: 100% !important;
    }

    .timezoneUpdateModalPanel {
        width: 500px;
        height: 150px;
    }
}

.surveyPanel .labelSubject,
.surveyPanel .lockAndSignWidget,
.surveyPanel .rowMarkCrfCompleted,
.surveyPanel .rowMarkCrfSourceDataVerified {
    display: none;
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
    .signupContainer .g-recaptcha {
        transform: scale(0.93) !important;
        transform-origin: 0 0;
    }

    .logoImage {
        max-width: 350% !important;
    }

    .btn-group.comboBox {
        width: fit-content !important;
    }
}

@media only screen and (min-width: 360px) and (max-width: 374px) {
    .signupContainer .g-recaptcha {
        transform: scale(1.06) !important;
        transform-origin: 0 0;
    }

    .logoImage {
        max-width: 450% !important;
    }

    .btn-group.comboBox {
        width: fit-content !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 400px) {
    .signupContainer .g-recaptcha {
        transform: scale(1.1) !important;
        transform-origin: 0 0;
    }

    .logoImage {
        max-width: 350% !important;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) and (max-width: 981px) {
    .surveyPanel,
    .surveyPanelWrapper .tabPanelContent,
    .surveyPanelWrapper .tabPanelTabs {
        width: 740px;
    }

    .dciFields .dciView .dci {
        width: 100%;
    }

    .matrixGroup .dciView .dci {
        width: 100%;
    }

    .surveyPanel .dciGroup {
        width: 100%;
    }

    .surveyPanel .dciRepeatingGrp {
        width: 100%;
    }

    .surveyPanelWrapper .surveyTitleWrapper {
        padding: 30px 10px;
        background-color: #f5f5f5;
    }

    .surveyPanel .crfSectionPanel .sectionContent {
        padding: 0px;
        float: left;
    }

    .surveyPanel .dciGroup .dci {
        max-width: 100%;
    }

    .surveyPanel .dciNotesBox {
        width: 100%;
    }

    .surveyPanel .dciFields {
        padding: 0px;
        width: 100%;
    }

    .surveyPanel .dciGroup, .surveyPanel .dciGroup legend, .surveyPanel .dciRepeatingGrp, .surveyPanel .dci, .surveyPanel .dciGroup .mainList {
        width: 100%;
    }

    .surveyPanel .dciGroup .mainList {
        min-width: 100%;
    }

    .surveyPanel textarea.form-control, .surveyPanel .dciLabelLeft {
        width: 598px !important;
    }

    .surveyPanel .dciMinMax {
        margin-left: 15px;
        width: 250px;
    }

    .surveyPanel .lblReset {
        margin-top: 10px;
    }

    div.dciView {
        width: 100% !important;
    }

    .surveyPanel .dciSection .dciLabel {
        width: auto !important;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 982px) and (max-width: 1189px) {
    .surveyPanel,
    .surveyPanelWrapper .tabPanelContent,
    .surveyPanelWrapper .tabPanelTabs {
        max-width: 942px;
    }

    .dciFields .dciView .dci {
        width: 100%;
    }

    .matrixGroup .dciView .dci {
        width: 100%;
    }

    .surveyPanel .dciGroup {
        width: 100%;
    }

    .surveyPanel .dciRepeatingGrp {
        width: 100%;
    }

    .loadDataCollection .dciFields,
    .surveyPanel .dciFields {
        width: 100%;
    }

    .surveyPanel img,
    .loadDataCollection img {
        max-width: 840px !important;
    }

    .dciRichText table {
        width: auto !important;;
    }

    .dciRichText {
        max-width: 802px !important;
    }

    .surveyPanel .dci,
    .surveyPanel .dciFields legend,
    .dciGroup legend,
    .surveyPanel .dciView {
        max-width: 100%;
    }

    .surveyPanel .dciGroup .mainList {
        min-width: 100%;
    }

    div.dciView {
        width: 100% !important;
    }

    .surveyPanel .dciSection .dciLabel {
        width: auto !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1190px) and (max-width: 1589px) {
    .surveyPanel,
    .surveyPanelWrapper .tabPanelContent,
    .surveyPanelWrapper .tabPanelTabs {
        width: 1150px;
    }

    .surveyPanelWrapper .surveyTitleWrapper {
        background: #fafafa;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .crfSectionPanel .sectionContent {
        padding: 0px;
        float: left;
    }

    .surveyPanel .dciFields {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .matrixGroup .dciView .dci {
        width: 100%;
    }

    .surveyPanel .dci {
        width: 100%;
    }

    .surveyPanel .dciView {
        width: 100%;
    }

    .surveyPanel .dciNotesBox {
        width: 100%;
    }

    .surveyPanel .dciView .dciInputPanel {
        width: 350px;
    }

    .surveyPanel .dciNextBack .btn {
        min-width: 80px;
    }

    .surveyPanel .dciLabel {
        width: 450px;
    }

    .surveyPanel .dciInputWrapperLeft .dciInputPanel {
        width: 1070px;
    }

    .surveyPanel .dciInputWrapperLeft .dciInputPanel textarea {
        width: 1060px !important;
    }

    .surveyPanel .dciView .dciInputWrapperLeft .dciInputPanel {
        width: 975px !important;
    }

    .surveyPanel .dciView .dciInputWrapperLeft .dciInputPanel textarea {
        width: 950px !important;
    }

    .surveyPanel .dciVariable {
        width: 480px;
    }

    .surveyPanel .dciMinMax {
        width: 150px;
    }

    .surveyPanel .dciInputPanel {
        width: 260px;
    }

    .surveyPanel .dciInputPanel .gwt-RadioButton {
        width: 20px;
    }

    .surveyPanel .dciButtons {
        width: 160px;
    }

    .surveyPanel .dciGroup {
        width: 100%;
    }

    .surveyPanel .dciGroup .mainList {
        min-width: 100%;
    }


    .surveyPanel .dciGroup legend {
        width: 100%;
    }

    .surveyPanel .dciGroup .hasBranching {
        width: 150px;
    }

    .surveyPanel .dciRepeatingGrp {
        width: 100%;
    }

    .surveyPanel .dciSection .dciLabel {
        width: auto !important;
    }
}

@media only screen and (min-width: 1590px) {
    .surveyPanel,
    .surveyPanelWrapper .tabPanelContent,
    .surveyPanelWrapper .tabPanelTabs {
        width: 1560px;
    }

    .matrixGroup .dciView .dci {
        width: 100%;
    }

    .surveyPanel .dci {
        width: 100%;
    }

    .surveyPanel .dciView {
        width: 100%;
    }

    .surveyPanel .dciGroup {
        width: 100%;
    }

    .surveyPanel .dciRepeatingGrp {
        width: 100%;
    }
}

.migrationSelector {
    width: 300px;
}

.midstudyHeader {
    width: 850px;
    margin: 20px 0px;
}

.migration-panel-title {
    width: 100%;
    text-align: right;
}

.migrationPlansList {
    max-height: 100px;
    overflow: auto;
}

.crossheading {

}

.surveyMultiLangPanel .tabPanelTabs {
    padding-left: 300px;
    border-bottom: none;
!important;
}

@media only screen and (min-width: 769px) {
    .langPanel .btn {
        min-width: 250px;
        width: 25vw;
        height: 40px;
        font-size: 11pt;
        margin-top: 10px;
    }

    .surveyLangSelector {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.langPanel {
    margin: auto;
}

.langPanel .langLabel {
    font-size: 15pt;
    padding-left: 15px;
    margin-left: 10px;
}

.floatRight {
    float: right;
}

a {
    word-wrap: break-word;
}

.topTable {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.brandingLogoImage {
    max-width: 250px;
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    margin-right: 50px;
    height: 30px;
}

.topPanel {
    width: 100%;
}

div .btnGroupDrop.userTitle &gt; button {
    height: 32px !important; /* fixed button height to don't move down button's content on button click */
}

.accountSettingsDialog {
    width: 580px;
}

.accountSettingsDialogGeneralTabColumn {
    display: table-cell;
}

.accountSettingsDialogGeneralTabField {
    width: 280px;
}

.accountSettingsDialogGeneralTab {
    width: 420px;
}

.verticalAlignmentCenter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.faReadOnlyValue {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    justify-items: center;
}

.fa-unchecked-space {
    padding-left: 15px;
}

.has-responsive-label-font::before {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.signatureCanvas {
    border: 1px solid #cbcfd3;
}

.signatureContent {
    max-width: 302px !important;
    margin: 0 auto;
}

.signatureBtnPanel {
    float: right;
}

.signatureBtnPanel .btn {
    float: right;
    width: 85px;
    margin-left: 10px;
}

@media only screen and (min-width: 800px) {
    .selectSiteDialog {
        width: 800px;
        height: 530px;
    }
}

.dciRichText table {
    width: auto !important;;
}

.dciRichText img {
    max-width: 100%;
}

.cancelVisitLabel {
    color: red;
    cursor: pointer;
}

.accountTabDownloadForm {
    border: 1px solid lightgray;
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: 233px;
    margin-left: 10px;
    margin-right: 10px;
}

.accountTabDownloadLabel {
    font-weight: bold;
    font-size: 120%;
}

.accountTabChooseLabel {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.accountTabChoosePoint {
}

.accountTabStart {
    margin-top: 15px;
    width: 100px;
}

.accountTabContactLabel {
    margin-top: 25px;
    margin-left: 115px;
    margin-right: 115px;
}

.selectStudyForm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    align-items: center;
}

.selectStudyFormList {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

.selectStudyFormButtons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.bottomLink {
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;
}

.shareInfoPanel {
    max-width: 1200px;
    margin-top: 20px;
}

.shareStep {
    border: 1px solid black;
    margin: 10px 10px 10px 10px;
    background-color: #a2ccf6;
    height: 100px;
}

.shareStepLabel {
    font-size: 20px;
    width: 20px;
}

.shareAccessContainer .labelEdit {
    text-align: start !important;
}

.careGiver {
    max-width: 1000px !important;
}

.shareStepNumber .labelEdit {
    margin-left: 10px;
    font-size: 17px;
    color: black;
}

.deleteDataIcon {
    margin-left: 25px;
}

.buttonLabel {
    text-align: center !important;
}

.sharedAccessTableCol {
    width: 20% !important;
}

.shareTable tbody tr:first-child td {
    background-color: #f1f4f7;
    font-weight: 600
}

.termsConditionsCheck label {
    margin-left: 10px;
}

.termsConditionsPanel {
    /*float: left;*/
    background-color: #f1f4f7;
    padding: 10px;
}

.linkHeading {
    padding: 0px 2px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
    border: 1px solid #4b85a8;
    background-color: #FFFFFF;
    color: #3b4b5e;
    margin-left: 3px;
}

.linkHeading .linkLabel {
    color: #3b4b5e;
}

.linkLabelDisabled {
    color: #CCCCCC !important;
    cursor: default !important;
}

.linkHeading:hover {
    background-color: #eff2f5;
    border-color: #b1bccd;
    color: #4f647d;
}

.mainList {
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;

}

.timeAddedOn {
    color: #929292;
    font-size: 13px;
    height: 14px;
    width: auto;
    float: left;
    margin-left: 25px;
    margin-top: 1px;
    position: relative;
}

.timeAddedOn:before {
    content: "\f017";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
    font-size: 14px;
}

.labelDiscCount {
    color: #fff;
    top: 5px;
    left: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 18px;
    height: 14px;
    line-height: 1;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.commentOn {
    color: #47697E;
}

.commentOff {
    color: #D8D8D8;
}

.commentMsg {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    margin: 5px 0px 2px 0px;
    float: left;
    width: 100%;
}

.commentMsg p {
    margin: 10px 2px;
}

.commentWidget .userName {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-weight: bold;
    float: left;
    color: #3B5998;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 14px;
}

.commentBeFirstLike {
    color: #000000 !important;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

.commentBtns .linkLabel, .commentBtns .gwt-Label, .allReplies, .commentBtns .multipleLike {
    float: left;
    width: auto;
    margin-right: 20px;
    font-size: 13px;
    font-weight: bold;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

.rootCommentAdd {
    float: left;
    margin-top: 30px;
}

.commentBtns .fa-thumbs-up {
    float: left;
    width: auto;
    margin-right: 3px;
}

.rightSideMsg {
    float: left;
    width: 98%;
    margin-left: 10px;
}

.btn {
    margin-left: 10px;
}

.discussionDashboard .fa {
    font-size: 25px;
}

.inlineFieldEdit textarea {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    float: left;
    /*max-width: 600px !important;*/
    width: 380px !important;
    line-height: 14px;
    height: 27px;
    border: 1px solid #c3cbdf;
    border-radius: 2px;
    gwt-image: 'inputMsg';
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-color: #fdfcf5;
    color: #000;
    margin: 10px 0px 5px 10px;
    font-size: 13px;
    overflow: hidden;
    padding: 6px 5px;
    clear: both;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
}

.inlineFieldEdit textarea {
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    float: left;
    /*max-width: 600px !important;*/
    width: 380px !important;
    line-height: 14px;
    height: 27px;
    border: 1px solid #c3cbdf;
    border-radius: 2px;
    gwt-image: 'inputMsg';
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-color: #fdfcf5;
    color: #000;
    margin: 10px 0px 5px 10px;
    font-size: 13px;
    overflow: hidden;
    padding: 6px 5px;
    clear: both;
    white-space: pre-wrap;
    word-wrap: break-word;
    resize: none;
}

.rootCommentAdd .inlineFieldView { /*width: 600px;*/
    width: 420px !important;
    height: 30px;
    border: 1px solid #c3cbdf;
    border-radius: 4px;
    /*gwt-image: 'inputMsg';*/
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-color: #fbfdff;
    color: #aaa9a9;
    padding: 6px 25px;
    font-size: 13px;
    padding-right: 10px;
    margin: 0px 0px 30px 10px;
    clear: both;
}

.rightSideMsg .inlineFieldView {
    float: left;
    height: 27px;
    border-radius: 2px;
    background-color: #fafcfe;
    margin: 10px 0px 5px 10px;
    font-size: 13px;
    padding: 6px 5px;
    width: 380px;
}

div.myrccTopicMainTitle {
    font-size: 20px;
    font-weight: bold;
}

/*
* Badges
*/

.badgesInfoPanel {
    max-width: 1200px;
    margin-top: 20px;
}

.badgePanel {
    vertical-align: middle !important;
}

.badgesHolderPanel td {
    width: 320px;
    padding-right: 20px;
}

.badgesHeaderTop {
    margin: auto;
    text-align: center;
}

.badgesHeaderBottom {
    padding-bottom: 40px;
}

.badgeSimplePanel {
    text-align: center;
    cursor: pointer;
}

.badgeBlue {
    color: blueviolet;
    font-size: 80px;
}

.badgeGreen {
    color: green;
    font-size: 80px;
}

.badgeRed {
    color: red;
    font-size: 80px;
}

.badgeYellow {
    color: yellow;
    font-size: 80px;
}


.myrccAccontSetting input {
    width: 245px;
}

.loginPageMobile .editRowContainer table.phoneMobile {
    width: auto;
}

.loginPageMobile .editRowContainer .comboBox {
    width: 90px !important;
}

.loginPageMobile .editRowContainer .countryCode {
    width: 120px !important;
}

.marginBottom5 {
    margin-bottom: 5px;
}

div.linkLabel.signupLinkFont {
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

.dciInputContainerBatchDataEntry {
    clear: both;
    padding-top: 20px;
}

.dciBatchDataEntry {
    float: left;
    width: 100%;
    padding: 8px 5px 8px 5px;
    border-color: white !important;
    background-color: white !important;
}


.pdfViewerFieldFile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pdfViewerFieldFileName {
    white-space: nowrap;
    max-width: 300px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.pdfViewerFieldSortButton {
    width: 30px;
    height: 15px;
}

.pdfViewerFieldButton {
    cursor: pointer;
}

.pdfViewerFileList {
    margin-left: 150px;
    border: 1px solid #acd4ed;
    padding: 5px;
    margin-bottom: 10px;
}

.pdfjsViewerMain {
    border: 1px black solid;
}

.pdfjsViewerPages {
    width: 700px;
    height: 600px;
}

.pdfjsViewerLoading {
    text-align: center;
    margin: 40px;
}

.pdfjsViewerToolbar {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pdfjsViewerItem {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdfjsViewerButton {
    margin-left: 5px;
}

.pdfjsViewerLabel {
    margin-left: 15px !important;
}

.pdfjsViewerSquare {
    width: 30px;
}

.promisContainer {
    width: 100%;
}

.promisContainer .dciView {
    width: 100%;
}

.promisContainer .dciFields {
    max-width: 100% !important;
}

.lockScreen table.phoneMobile input {
    width: 248px !important;
}

.rc-anchor.rc-anchor-normal.rc-anchor-light.rc-anchor-error div.rc-anchor-error-msg-container {
    line-height: 15px !important;
}

@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
    input[type="email"], input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}

.loginPageMobile div.editRow.signupLinkRowMobile {
    width: auto !important;
}

.dataMatchSelector {
    color: green;
}

.overflow-x {
    overflow-x: auto;
}

.studyCreate div.fileUploadBrowse {
    width: 135px;
}

.headingPanel.synonyms .filtersWidget {
    margin-top: 10px;
    margin-bottom: 0;
}

.headingPanel.synonyms .searchField:after {
    bottom: 15px;
}

div.dciView .dci.inputErrorBackground,
div.dciView .inputQueryErrorBackground,
td.has-responsive-label.inputErrorBackground,
td.dciRepTD.inputErrorBackground,
td.dciRepTD.inputQueryErrorBackground,
td.inputQueryErrorBackground .dciView .dci,
td.inputErrorBackground div.dciView .dci,
td.inputQueryErrorBackground {
    background-color: #f3e6e8 !important;
}

div.dci.inputOrangeBackground,
td.inputOrangeBackground,
td.has-responsive-labe.inputOrangeBackground,
td.inputOrangeBackground .dciView .dci {
    background-color: #FFF0D9 !important;
}

.myCustomRccHeader {
    border-bottom: 1px solid #ccc;
    padding: .5em 1em;
    background-color: #476B82;
    height: 70px;
}

.myCustomRccUser {
    cursor: pointer;
    border-width: 1px 1px;
}

.myCustomRccUser:hover {
    background-color: #94E7EF;
}

.myCustomRccHeader::after {
    content: "";
    display: table;
    clear: both;
    color: #476B82;
}

.myCustomRccIdentity {
    float: left;
}

.myCustomRccIdentity h1 {
    font-size: 1.5em;
    margin: .7em 0 .3em 0;
    display: inline-block;
}

.myCustomRccIdentity img {
    max-width: 70%;
    float: left;
    margin: 0 10px 0 0;
    max-height: 70%;
}

.myCustomRccNavigation {
    float: right;
}

.myCustomRccNavigation ul, li {
    margin: 0;
    padding: 0;
}

.myCustomRccNavigation li {
    display: inline-block;
    margin: 1.4em 1em 1em 1em;
}

.barIndEmpty {
    background: #CCCCCC;
}

.barIndFill {
    background: #74B2DB;
}

.progress-bar {
    background-color: #FFFFFF;
    box-shadow: none;
    color: #000000;
    font-size: 15px;
}

div.noUi-horizontal {
    height: 12px;
}

div.noUi-handle.noUi-handle-lower {
    height: 16px;
    top: -3px;
    width: 16px;
}

div.noUi-handle::after, div.noUi-handle::before {
    background: none;
}

div.noUi-handle {
    background: #ededed;
    left: -8px !important;
}

div div.noUi-target {
    margin-left: 8px;
    margin-right: 10px;
}

.ui-slider .ui-slider-handle, div.noUi-base {
    z-index: auto !important;
}

div.noUi-target.noUi-ltr.noUi-horizontal {
    background: #e9e9e9;
    box-shadow: none;
}

.qualityCheckActionNotConfigured {
    color: red;
}

table tr .selectedRow {
    background-color: #8cd3ff !important;
}

table tr .alreadySelected {
    color: #999 !important;
}

table tr .unableToSelect {
    color: #857f05 !important;
}

.alreadySelected {
    color: #999;
}

.unableToSelect {
    color: #857f05;
}

.sectionPanelHeader.backlight {
    background-color: #e0e0e0;
}

.validation-results dl dd {
    margin-left: 15px;
}

.extensionLabel {
    margin-left: 5px;
    margin-top: 9px;
}

.snapshotVersion {
    margin-right: 5px;
}

.display_none {
    visibility: collapse;
}</pre></body></html>