survey-react 1.9.47 → 1.9.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/defaultV2.css +1 -1
- package/defaultV2.min.css +1 -1
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +10 -3
- package/survey.min.css +2 -2
- package/survey.react.d.ts +37 -19
- package/survey.react.js +588 -122
- package/survey.react.min.js +3 -3
package/survey.min.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.48
|
3
3
|
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
6
|
-
.sv_window{position:fixed;bottom:3px;right:10px;background-color:#5f9ea0;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto;z-index:100}.sv_window_title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.sv_window_content{padding:8px;margin:0;max-height:80vh;overflow-y:auto}.sv_window_title a,.sv_window_title a:link,.sv_window_title a:visited{text-decoration:none;font-size:14px;font-style:normal;color:#000}.sv-brand-info{width:100%;font-family:"Open Sans",sans-serif;text-align:center;color:#161616;padding:150px 32px 150px 32px;background:#fff}.sv-brand-info a{color:#161616}.sv-brand-info__text{line-height:24px;font-size:16px}.sv-brand-info__logo{display:inline-block}.sv-brand-info__logo img{width:200px}.sv-brand-info__terms{line-height:16px;font-size:12px}body{--sv-default-mark: true}.sv_main.sv_frame .sv_container{max-width:80%;margin:auto;padding:0 1em}.sv_main.sv_frame .sv_container .sv_header{padding-top:5em;padding-bottom:1em}.sv_main{background-color:#f4f4f4}.sv_main hr{border-bottom:1px solid #e7e7e7}.sv_main input[type=button],.sv_main button{color:#fff;background-color:#1ab394}.sv_main input[type=button]:hover,.sv_main button:hover{background-color:#179d82}.sv_main .sv_q_other input,.sv_main .sv_q_text_root,.sv_main .sv_q_dropdown_control,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main select,.sv_main textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #e7e7e7;color:#6d7072;background-color:#fff;opacity:1}.sv_main .sv_q_other input:focus,.sv_main .sv_q_text_root:focus,.sv_main .sv_q_dropdown_control:focus,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main select:focus,.sv_main textarea:focus{border:1px solid #1ab394}.sv_main .sv_q_dropdown_control{display:flex;justify-content:space-between;padding-right:1em}.sv_main .sv_q_dropdown__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv_main .sv_q_dropdown_clean-button{margin:.15em 3em}.sv_main .sv_q_dropdown_clean-button-svg{width:1em;height:1em}.sv_main .sv_q_input.sv_q_tagbox{height:auto}.sv_main .sv_q_tagbox__value.sv_q_dropdown__value{display:flex;flex-wrap:wrap;padding-inline:unset;margin-inline:unset;margin-block:unset;gap:4px}.sv_main .sv-tagbox__item{position:relative;display:flex;border-radius:2px;color:#fff;background-color:#1ab394}.sv_main .sv_q_tagbox-item_clean-button-svg use{fill:#fff}.sv_main .sv_select_wrapper{background-color:#fff}.sv_main .sv_select_wrapper:before{background-color:#1ab394}.sv_main .sv_header{color:#6d7072}.sv_main .sv_custom_header{background-color:#e7e7e7}.sv_main .sv_container{color:#6d7072}.sv_main .sv_body{background-color:#fff;border-top:2px solid #1ab394}.sv_main .sv_progress{background-color:#e7e7e7;margin-bottom:2em}.sv_main .sv_progress_bar{background-color:#1ab394}.sv_main .sv_p_root>.sv_row{border-bottom:1px solid #e7e7e7}.sv_main .sv_p_root>.sv_row:nth-child(odd){background-color:#fff}.sv_main .sv_p_root>.sv_row:nth-child(even){background-color:#f4f4f4}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){border:1px solid #ed5565;background-color:#fcdfe2;color:#ed5565}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select{border:1px solid #ed5565}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select:focus{outline:#ed5565 auto 5px}.sv_main table.sv_q_matrix tr,.sv_main table.sv_q_matrix_dropdown tr,.sv_main table.sv_q_matrix_dynamic tr{border-bottom:1px solid #e7e7e7}.sv_main .sv_matrix_cell{vertical-align:top}.sv_main .sv_matrix_cell_detail{vertical-align:middle;text-align:center;width:32px}.sv_main .sv-table__cell--choice{text-align:center}.sv_main .sv_matrix_cell_detail_button{width:29px;height:29px;min-width:0px;padding:0;outline:none}.sv_main .sv_matrix_cell_detail_button_expanded{background-color:#d3d3d3}.sv_main .sv_matrix_cell_detail_button_expanded:hover{background-color:#a9a9a9}.sv_main .sv_matrix_cell_detail_rowtext{vertical-align:middle}.sv_main .sv_q_m_cell_selected{color:#fff;background-color:#179d82}.sv_main .sv_q_rating_item.active .sv_q_rating_item_text{background-color:#179d82;border-color:#179d82;color:#fff}.sv_main .sv_q_rating_item .sv_q_rating_item_text{border:1px solid #e7e7e7}.sv_main .sv_q_rating_item .sv_q_rating_item_text:hover{border:1px solid #179d82}.sv_main .sv_q_imgsel.checked label>div{background-color:#1ab394}.sv_main .sv_q_file_remove:hover{color:#1ab394}.sv_main .sv-boolean__switch{background-color:#1ab394;outline-color:#1ab394}.sv_main .sv-boolean__slider{background-color:#fff}.sv_main .sv-boolean__label--disabled{color:rgba(64,64,64,.5)}.sv_main{position:relative;width:100%;font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Helvetica Neue",Arial,sans-serif;font-size:14px}.sv_main hr{border:none}.sv_main input[type=button],.sv_main button{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:.85em;font-weight:bold;line-height:2em;border:none;min-width:100px;cursor:pointer;padding:.3em 2em;border-radius:2px}.sv_main .sv_custom_header{position:absolute;width:100%;height:74%;max-height:275px}.sv_main .sv_container{position:relative}.sv_main .sv_container .sv_header{padding:1em}.sv_main .sv_container .sv_header h3{font-size:2em;font-weight:300;margin:0}.sv_main .sv_container .sv_body{padding:1em 1em 1.6428em 1em}.sv_main .sv_container .sv_body.sv_completed_page{text-align:center;padding:5em 1em}.sv_main .sv_container .sv_body.sv_completed_page>h3{margin:0;font-size:30px;font-weight:300}.sv_main .sv_container .sv_body .sv_progress{height:.3em}.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar{height:100%;min-width:100px;position:relative;margin-top:2em}.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar>span{position:absolute;top:-1.5em;display:inline-block;white-space:nowrap}.sv_main .sv_container .sv_body .sv_p_root .sv_page_title{font-size:1em;margin-top:.1em;font-weight:normal}.sv_main .sv_container .sv_body .sv_p_root .sv_p_title{font-weight:bold;font-size:1.15em;margin:1.5em 0 0 0}.sv_main .sv_container .sv_body .sv_p_root .sv_p_panel{margin:0 0 1.5em 0}.sv_main .sv_container .sv_body .sv_p_root>.sv_row{padding:0}.sv_main .sv_container .sv_body .sv_p_root .sv_q_title{font-weight:bold;font-size:1em;margin:.5em 0}.sv_main .sv_container .sv_body .sv_p_root .sv_q--disabled .sv_q_title{color:rgba(64,64,64,.5)}.sv_main .sv_container .sv_body .sv_p_root .sv_q--disabled .sv_q_file .sv_q_file_choose_button{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q_description{margin-top:-0.6em;min-height:.6em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_imagepicker_inline{line-height:2em;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q{padding:.5em 1em 1.5em 1em;box-sizing:border-box;overflow:auto}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title{font-weight:normal}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv-paneldynamic__progress-container{position:relative;display:inline-block;width:calc(100% - 250px);margin-left:40px;margin-top:10px}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){margin:1em 0;padding:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_container .sv_body .sv_p_root .sv_q select,.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea{position:relative;width:100%;box-sizing:border-box;font-size:1em;line-height:2em;padding-left:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q select:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea:focus{outline:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_container .sv_body .sv_p_root .sv_q select{height:calc(2em + 1px)}.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_text_root,.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_dropdown_control{min-height:2em;min-width:7em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper{width:100%;position:relative;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select{display:block;background:rgba(0,0,0,0);appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before{padding:1em;position:absolute;right:1px;right:0;top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCQkuc3QwIHsNCgkJCWZpbGw6ICNGRkZGRkY7DQoJCX0NCgk8L3N0eWxlPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIsMTYgMTQsMTQgMTcsMTcgMjAsMTQgMjIsMTYgMTcsMjEgIiAvPg0KPC9zdmc+");content:"";background-repeat:no-repeat;background-position:center;z-index:1;pointer-events:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=color]{min-height:2em;padding:0}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio],.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]{margin:0;margin-right:.55em;width:1.2em;height:1.2em;vertical-align:middle;font-size:1em;margin-top:-0.1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio]:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]:focus{outline:1px dotted #1ab394}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child),.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child),.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel.sv_q_imagepicker_inline:not(:last-child){margin-right:1.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:4px;border:1px solid #d3d3d3;border-radius:4px}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label>div>img{display:block;pointer-events:none;position:relative}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_clear{margin-top:.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline{line-height:2em;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_footer{padding:1em 0}.sv_main .sv_container .sv_body .sv_p_root table{width:100%;border-collapse:collapse}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button{padding:.3em 2em}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix th{padding:.5em 1em;text-align:center}@media(min-width: 768px){.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td{min-width:10em}}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td .sv_q_m_label{position:static;display:block;width:100%}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td:first-child{text-align:left}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label{margin-right:1.5em}.sv_main .sv_container .sv_body .sv_p_root table td,.sv_main .sv_container .sv_body .sv_p_root table th{padding:0 1em}.sv_main .sv_container .sv_body .sv_p_root table td{padding:.5em}.sv_main .sv_container .sv_body .sv_p_root table th{line-height:1.3em;padding:.5em;vertical-align:bottom;font-weight:bold}.sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc{line-height:2em;padding-top:.1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_checkbox_label,.sv_main .sv_container .sv_body .sv_p_root .sv_q_radiogroup_label{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_q_other{margin-left:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_select_column{display:inline-block;vertical-align:top;min-width:10%}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating{line-height:2em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item{cursor:pointer;word-spacing:-0.3em;font-weight:normal;display:inline}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:initial}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:normal}}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text{display:inline-block;min-width:2em;padding:0 .3em;margin-left:-1px;text-align:center}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item:not(:nth-child(2)) .sv_q_rating_item_text:not(:hover){border-left-color:rgba(0,0,0,0)}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_min_text{margin-right:.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_max_text{margin-left:.5em}.sv_main .sv_container .sv_body .sv_nav{display:block;padding:1em 0;min-height:2em}.sv_main .sv_container .sv_body .sv_nav .sv_nav_btn{float:right;margin:0 16px}.sv_main .sv_container .sv_body .sv_nav .sv-action{display:block}.sv_main .sv_container .sv_body .sv_nav .sv-action:not(:last-child) .sv-action__content{padding:0}.sv_main .sv_container .sv_body .sv_nav .sv-action__content{display:block}.sv_main .sv_container .sv_body .sv_nav .sv_start_btn,.sv_main .sv_container .sv_body .sv_nav .sv_next_btn,.sv_main .sv_container .sv_body .sv_nav .sv_complete_btn{float:right}.sv_main .sv_container .sv_body .sv_nav .sv_preview_btn{float:right}.sv_main .sv_container .sv_body .sv_nav .sv_prev_btn{float:left}.sv_main .sv_q_image{display:inline-block}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn{color:#fff;background-color:#1ab394;float:left;margin-bottom:7px}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn:hover{background-color:#179d82}.sv_main .sv_p_root .sv_row .sv_q.sv_qstn:first-child:last-child{flex:none !important}[dir=rtl] .sv_main input,[style*="direction:rtl"] .sv_main input{text-align:right}[dir=rtl] .sv_main th,[style*="direction:rtl"] .sv_main th{text-align:right}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn{float:left}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn{float:right}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100% !important}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead{display:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice{text-align:initial}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td:before{content:attr(data-responsive-title)}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td:after,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td:after{content:attr(data-responsive-title)}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell{text-align:initial}@media(max-width: 600px){.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100% !important}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice{text-align:initial}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td:before{content:attr(data-responsive-title)}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td:after,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td:after{content:attr(data-responsive-title)}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell{text-align:initial}}.sv_main .sv_qstn .sv_q_file .sv-visuallyhidden{position:absolute !important;opacity:0}.sv_main .sv_qstn .sv_q_file .sv_q_file_choose_button{display:inline-block;box-sizing:border-box;min-width:100px;line-height:2em;padding:.25em 2em;font-size:.85em;font-weight:bold;border:none;border-radius:2px;cursor:pointer}.sv_main .sv_qstn .sv_q_file .sv_q_file_remove_button{padding:.25em 2em}.sv_main .sv_qstn .sv_q_file .sv-file__decorator{display:inline-block;min-width:250px}.sv_main .sv_qstn .sv_q_file .sv-file__decorator .sv_q_file_placeholder{margin-left:1em;display:inline-block}.sv-visuallyhidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sjs_sp_container{position:relative}.sjs_sp_controls{position:absolute;left:0;bottom:0}.sjs_sp_controls>button{user-select:none}.sjs_sp_container>div>canvas:focus{outline:none}.sjs_sp_placeholder{display:flex;align-items:center;justify-content:center;position:absolute;z-index:0;user-select:none;pointer-events:none;width:100%;height:100%}.sv-boolean__decorator{border-radius:2px}.sv_main .sv-boolean__decorator+.sv-boolean__label{float:none;vertical-align:top;margin-left:.5em}.sv-boolean__svg{border:none;border-radius:2px;background-color:#1ab394;fill:#fff;width:24px;height:24px}.sv-boolean--allowhover:hover .sv-boolean__checked-path{display:inline-block}.sv-boolean--allowhover:hover .sv-boolean__svg{background-color:#9f9f9f;fill:#fff}.sv-boolean--allowhover:hover .sv-boolean__unchecked-path,.sv-boolean--allowhover:hover .sv-boolean__indeterminate-path{display:none}.sv-boolean__checked-path,.sv-boolean__indeterminate-path{display:none}.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#1ab394}.sv-boolean--indeterminate .sv-boolean__indeterminate-path{display:inline-block}.sv-boolean--indeterminate .sv-boolean__unchecked-path,.sv-boolean--checked .sv-boolean__unchecked-path{display:none}.sv-boolean--checked .sv-boolean__checked-path{display:inline-block}.sv-boolean--disabled.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#dbdbdb}.sv-boolean--disabled .sv-boolean__svg{background-color:#dbdbdb}td.sv_matrix_cell .sv_qbln,td.td.sv_matrix_cell .sv_qbln{text-align:center}td.sv_matrix_cell .sv_qbln .sv-boolean,td.td.sv_matrix_cell .sv_qbln .sv-boolean{text-align:initial}.sv-dragdrop-movedown{transform:translate(0, 0);animation:svdragdropmovedown .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmovedown{0%{transform:translate(0, -50px)}100%{transform:translate(0, 0)}}.sv-dragdrop-moveup{transform:translate(0, 0);animation:svdragdropmoveup .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmoveup{0%{transform:translate(0, 50px)}100%{transform:translate(0, 0)}}
|
6
|
+
.sv_window{position:fixed;bottom:3px;right:10px;background-color:#5f9ea0;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto;z-index:100}.sv_window_title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.sv_window_content{padding:8px;margin:0;max-height:80vh;overflow-y:auto}.sv_window_title a,.sv_window_title a:link,.sv_window_title a:visited{text-decoration:none;font-size:14px;font-style:normal;color:#000}.sv-brand-info{width:100%;font-family:"Open Sans",sans-serif;text-align:center;color:#161616;padding:150px 32px 150px 32px;background:#fff}.sv-brand-info a{color:#161616}.sv-brand-info__text{line-height:24px;font-size:16px}.sv-brand-info__logo{display:inline-block}.sv-brand-info__logo img{width:200px}.sv-brand-info__terms{line-height:16px;font-size:12px}body{--sv-default-mark: true}.sv_main.sv_frame .sv_container{max-width:80%;margin:auto;padding:0 1em}.sv_main.sv_frame .sv_container .sv_header{padding-top:5em;padding-bottom:1em}.sv_main{background-color:#f4f4f4}.sv_main hr{border-bottom:1px solid #e7e7e7}.sv_main input[type=button],.sv_main button{color:#fff;background-color:#1ab394}.sv_main input[type=button]:hover,.sv_main button:hover{background-color:#179d82}.sv_main .sv_q_other input,.sv_main .sv_q_text_root,.sv_main .sv_q_dropdown_control,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main select,.sv_main textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:1px solid #e7e7e7;color:#6d7072;background-color:#fff;opacity:1}.sv_main .sv_q_other input:focus,.sv_main .sv_q_text_root:focus,.sv_main .sv_q_dropdown_control:focus,.sv_main input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main select:focus,.sv_main textarea:focus{border:1px solid #1ab394}.sv_main .sv_q_dropdown_control{display:flex;justify-content:space-between;padding-right:1em}.sv_main .sv_q_dropdown__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sv_main .sv_q_dropdown_clean-button{margin:.15em 3em}.sv_main .sv_q_dropdown_clean-button-svg{width:1em;height:1em}.sv_main .sv_q_tagbox_clean-button{margin:auto 2em}.sv_main .sv_q_input.sv_q_input.sv_q_input.sv_q_tagbox.sv_q_tagbox.sv_q_tagbox{height:auto}.sv_main .sv_q_tagbox__value.sv_q_dropdown__value{display:flex;flex-wrap:wrap;padding-inline:unset;margin-inline:unset;margin-block:unset;gap:4px}.sv_main .sv-tagbox__item{position:relative;display:flex;border-radius:2px;color:#fff;background-color:#1ab394}.sv_main .sv_q_tagbox-item_clean-button-svg use{fill:#fff}.sv_main .sv_select_wrapper{background-color:#fff}.sv_main .sv_select_wrapper:before{background-color:#1ab394}.sv_main .sv_header{color:#6d7072}.sv_main .sv_custom_header{background-color:#e7e7e7}.sv_main .sv_container{color:#6d7072}.sv_main .sv_body{background-color:#fff;border-top:2px solid #1ab394}.sv_main .sv_progress{background-color:#e7e7e7;margin-bottom:2em}.sv_main .sv_progress_bar{background-color:#1ab394}.sv_main .sv_p_root>.sv_row{border-bottom:1px solid #e7e7e7}.sv_main .sv_p_root>.sv_row:nth-child(odd){background-color:#fff}.sv_main .sv_p_root>.sv_row:nth-child(even){background-color:#f4f4f4}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){border:1px solid #ed5565;background-color:#fcdfe2;color:#ed5565}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select{border:1px solid #ed5565}.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+input:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+textarea:focus,.sv_main .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"])+.sv_select_wrapper select:focus{outline:#ed5565 auto 5px}.sv_main table.sv_q_matrix tr,.sv_main table.sv_q_matrix_dropdown tr,.sv_main table.sv_q_matrix_dynamic tr{border-bottom:1px solid #e7e7e7}.sv_main .sv_matrix_cell{vertical-align:top}.sv_main .sv_matrix_cell_detail{vertical-align:middle;text-align:center;width:32px}.sv_main .sv-table__cell--choice{text-align:center}.sv_main .sv_matrix_cell_detail_button{width:29px;height:29px;min-width:0px;padding:0;outline:none}.sv_main .sv_matrix_cell_detail_button_expanded{background-color:#d3d3d3}.sv_main .sv_matrix_cell_detail_button_expanded:hover{background-color:#a9a9a9}.sv_main .sv_matrix_cell_detail_rowtext{vertical-align:middle}.sv_main .sv_q_m_cell_selected{color:#fff;background-color:#179d82}.sv_main .sv_q_rating_item.active .sv_q_rating_item_text{background-color:#179d82;border-color:#179d82;color:#fff}.sv_main .sv_q_rating_item .sv_q_rating_item_text{border:1px solid #e7e7e7}.sv_main .sv_q_rating_item .sv_q_rating_item_text:hover{border:1px solid #179d82}.sv_main .sv_q_imgsel.checked label>div{background-color:#1ab394}.sv_main .sv_q_file_remove:hover{color:#1ab394}.sv_main .sv-boolean__switch{background-color:#1ab394;outline-color:#1ab394}.sv_main .sv-boolean__slider{background-color:#fff}.sv_main .sv-boolean__label--disabled{color:rgba(64,64,64,.5)}.sv_main{position:relative;width:100%;font-family:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif,"Helvetica Neue",Arial,sans-serif;font-size:14px}.sv_main hr{border:none}.sv_main input[type=button],.sv_main button{appearance:none;-webkit-appearance:none;-moz-appearance:none;font-size:.85em;font-weight:bold;line-height:2em;border:none;min-width:100px;cursor:pointer;padding:.3em 2em;border-radius:2px}.sv_main .sv_custom_header{position:absolute;width:100%;height:74%;max-height:275px}.sv_main .sv_container{position:relative}.sv_main .sv_container .sv_header{padding:1em}.sv_main .sv_container .sv_header h3{font-size:2em;font-weight:300;margin:0}.sv_main .sv_container .sv_body{padding:1em 1em 1.6428em 1em}.sv_main .sv_container .sv_body.sv_completed_page{text-align:center;padding:5em 1em}.sv_main .sv_container .sv_body.sv_completed_page>h3{margin:0;font-size:30px;font-weight:300}.sv_main .sv_container .sv_body .sv_progress{height:.3em}.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar{height:100%;min-width:100px;position:relative;margin-top:2em}.sv_main .sv_container .sv_body .sv_progress .sv_progress_bar>span{position:absolute;top:-1.5em;display:inline-block;white-space:nowrap}.sv_main .sv_container .sv_body .sv_p_root .sv_page_title{font-size:1em;margin-top:.1em;font-weight:normal}.sv_main .sv_container .sv_body .sv_p_root .sv_p_title{font-weight:bold;font-size:1.15em;margin:1.5em 0 0 0}.sv_main .sv_container .sv_body .sv_p_root .sv_p_panel{margin:0 0 1.5em 0}.sv_main .sv_container .sv_body .sv_p_root>.sv_row{padding:0}.sv_main .sv_container .sv_body .sv_p_root .sv_q_title{font-weight:bold;font-size:1em;margin:.5em 0}.sv_main .sv_container .sv_body .sv_p_root .sv_q--disabled .sv_q_title{color:rgba(64,64,64,.5)}.sv_main .sv_container .sv_body .sv_p_root .sv_q--disabled .sv_q_file .sv_q_file_choose_button{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q_description{margin-top:-0.6em;min-height:.6em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q_flow .sv_q_imagepicker_inline{line-height:2em;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q{padding:.5em 1em 1.5em 1em;box-sizing:border-box;overflow:auto}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv_q_title{font-weight:normal}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_panel_dynamic .sv-paneldynamic__progress-container{position:relative;display:inline-block;width:calc(100% - 250px);margin-left:40px;margin-top:10px}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_erbox:not([style*="display: none"]):not([style*="display:none"]){margin:1em 0;padding:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_container .sv_body .sv_p_root .sv_q select,.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea{position:relative;width:100%;box-sizing:border-box;font-size:1em;line-height:2em;padding-left:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_text_root:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]):focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q select:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q textarea:focus{outline:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_other input,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_dropdown_control,.sv_main .sv_container .sv_body .sv_p_root .sv_q input:not([type=button]):not([type=reset]):not([type=submit]):not([type=image]):not([type=checkbox]):not([type=radio]),.sv_main .sv_container .sv_body .sv_p_root .sv_q select{height:calc(2em + 1px)}.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_text_root,.sv_main .sv_container .sv_body .sv_p_root .sv_q div.sv_q_dropdown_control{min-height:2em;min-width:7em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper{width:100%;position:relative;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select{display:block;background:rgba(0,0,0,0);appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper select::-ms-expand{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper:before{padding:1em;position:absolute;right:1px;right:0;top:1px;background-image:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCXZpZXdCb3g9IjAgMCAzNCAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQgMzQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCQkuc3QwIHsNCgkJCWZpbGw6ICNGRkZGRkY7DQoJCX0NCgk8L3N0eWxlPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIsMTYgMTQsMTQgMTcsMTcgMjAsMTQgMjIsMTYgMTcsMjEgIiAvPg0KPC9zdmc+");content:"";background-repeat:no-repeat;background-position:center;z-index:1;pointer-events:none}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_select_wrapper.sv_q_tagbox_wrapper::before{height:100%;padding:0 1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=color]{min-height:2em;padding:0}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio],.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]{margin:0;margin-right:.55em;width:1.2em;height:1.2em;vertical-align:middle;font-size:1em;margin-top:-0.1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=radio]:focus,.sv_main .sv_container .sv_body .sv_p_root .sv_q input[type=checkbox]:focus{outline:1px dotted #1ab394}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup.sv_q_radiogroup_inline:not(:last-child),.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox.sv_q_checkbox_inline:not(:last-child),.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel.sv_q_imagepicker_inline:not(:last-child){margin-right:1.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label>div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:4px;border:1px solid #d3d3d3;border-radius:4px}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imgsel label>div>img{display:block;pointer-events:none;position:relative}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_clear{margin-top:.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_imagepicker_inline{line-height:2em;display:inline-block}.sv_main .sv_container .sv_body .sv_p_root .sv_q .sv_q_footer{padding:1em 0}.sv_main .sv_container .sv_body .sv_p_root table{width:100%;border-collapse:collapse}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix .sv_matrix_dynamic_button,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_matrix_dynamic_button,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dynamic .sv_matrix_dynamic_button{padding:.3em 2em}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix th{padding:.5em 1em;text-align:center}@media(min-width: 768px){.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td{min-width:10em}}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td .sv_q_m_label{position:static;display:block;width:100%}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix td:first-child{text-align:left}.sv_main .sv_container .sv_body .sv_p_root table.sv_q_matrix_dropdown .sv_qcbc .sv_q_checkbox_control_label{margin-right:1.5em}.sv_main .sv_container .sv_body .sv_p_root table td,.sv_main .sv_container .sv_body .sv_p_root table th{padding:0 1em}.sv_main .sv_container .sv_body .sv_p_root table td{padding:.5em}.sv_main .sv_container .sv_body .sv_p_root table th{line-height:1.3em;padding:.5em;vertical-align:bottom;font-weight:bold}.sv_main .sv_container .sv_body .sv_p_root fieldset.sv_qcbc{line-height:2em;padding-top:.1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_checkbox_label,.sv_main .sv_container .sv_body .sv_p_root .sv_q_radiogroup_label{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_q_other{margin-left:1em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_select_column{display:inline-block;vertical-align:top;min-width:10%}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating{line-height:2em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item{cursor:pointer;word-spacing:-0.3em;font-weight:normal;display:inline}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:initial}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item>*{word-spacing:normal}}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item .sv_q_rating_item_text{display:inline-block;min-width:2em;padding:0 .3em;margin-left:-1px;text-align:center}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_item:not(:nth-child(2)) .sv_q_rating_item_text:not(:hover){border-left-color:rgba(0,0,0,0)}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_min_text{margin-right:.5em}.sv_main .sv_container .sv_body .sv_p_root .sv_q_rating .sv_q_rating_max_text{margin-left:.5em}.sv_main .sv_container .sv_body .sv_nav{display:block;padding:1em 0;min-height:2em}.sv_main .sv_container .sv_body .sv_nav .sv_nav_btn{float:right;margin:0 16px}.sv_main .sv_container .sv_body .sv_nav .sv-action{display:block}.sv_main .sv_container .sv_body .sv_nav .sv-action:not(:last-child) .sv-action__content{padding:0}.sv_main .sv_container .sv_body .sv_nav .sv-action__content{display:block}.sv_main .sv_container .sv_body .sv_nav .sv_start_btn,.sv_main .sv_container .sv_body .sv_nav .sv_next_btn,.sv_main .sv_container .sv_body .sv_nav .sv_complete_btn{float:right}.sv_main .sv_container .sv_body .sv_nav .sv_preview_btn{float:right}.sv_main .sv_container .sv_body .sv_nav .sv_prev_btn{float:left}.sv_main .sv_q_image{display:inline-block}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn{color:#fff;background-color:#1ab394;float:left;margin-bottom:7px}.sv_main.sv_main .sv-action-bar-item.sv_edit_btn:hover{background-color:#179d82}.sv_main .sv_p_root .sv_row .sv_q.sv_qstn:first-child:last-child{flex:none !important}[dir=rtl] .sv_main input,[style*="direction:rtl"] .sv_main input{text-align:right}[dir=rtl] .sv_main th,[style*="direction:rtl"] .sv_main th{text-align:right}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_start_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_next_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_complete_btn{float:left}[dir=rtl] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn,[style*="direction:rtl"] .sv_main .sv_container .sv_body .sv_nav .sv_prev_btn{float:right}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100% !important}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead{display:none}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice{text-align:initial}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td{display:block}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td:before,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td:before{content:attr(data-responsive-title)}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td:after,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td:after{content:attr(data-responsive-title)}.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell,.sv_m600 .sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell{text-align:initial}@media(max-width: 600px){.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn{display:block;width:100% !important}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .title-left,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .title-left{float:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q .sv_q_imagepicker_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_radiogroup_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_checkbox_inline,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn .sv_q_imagepicker_inline{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown thead,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic thead{display:none}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td.sv-table__cell--choice,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td.sv-table__cell--choice{text-align:initial}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tbody,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic tr,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td{display:block}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dropdown td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix_dynamic td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dropdown td:before,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix_dynamic td:before{content:attr(data-responsive-title)}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td label.sv_q_m_label,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td label.sv_q_m_label{display:inline}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix td:after,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix td:after{content:attr(data-responsive-title)}.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_q table.sv_q_matrix .sv_q_m_cell,.sv_main .sv_container .sv_body .sv_p_root .sv_row .sv_qstn table.sv_q_matrix .sv_q_m_cell{text-align:initial}}.sv_main .sv_qstn .sv_q_file .sv-visuallyhidden{position:absolute !important;opacity:0}.sv_main .sv_qstn .sv_q_file .sv_q_file_choose_button{display:inline-block;box-sizing:border-box;min-width:100px;line-height:2em;padding:.25em 2em;font-size:.85em;font-weight:bold;border:none;border-radius:2px;cursor:pointer}.sv_main .sv_qstn .sv_q_file .sv_q_file_remove_button{padding:.25em 2em}.sv_main .sv_qstn .sv_q_file .sv-file__decorator{display:inline-block;min-width:250px}.sv_main .sv_qstn .sv_q_file .sv-file__decorator .sv_q_file_placeholder{margin-left:1em;display:inline-block}.sv-visuallyhidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sjs_sp_container{position:relative}.sjs_sp_controls{position:absolute;left:0;bottom:0}.sjs_sp_controls>button{user-select:none}.sjs_sp_container>div>canvas:focus{outline:none}.sjs_sp_placeholder{display:flex;align-items:center;justify-content:center;position:absolute;z-index:0;user-select:none;pointer-events:none;width:100%;height:100%}.sv-boolean__decorator{border-radius:2px}.sv_main .sv-boolean__decorator+.sv-boolean__label{float:none;vertical-align:top;margin-left:.5em}.sv-boolean__svg{border:none;border-radius:2px;background-color:#1ab394;fill:#fff;width:24px;height:24px}.sv-boolean--allowhover:hover .sv-boolean__checked-path{display:inline-block}.sv-boolean--allowhover:hover .sv-boolean__svg{background-color:#9f9f9f;fill:#fff}.sv-boolean--allowhover:hover .sv-boolean__unchecked-path,.sv-boolean--allowhover:hover .sv-boolean__indeterminate-path{display:none}.sv-boolean__checked-path,.sv-boolean__indeterminate-path{display:none}.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#1ab394}.sv-boolean--indeterminate .sv-boolean__indeterminate-path{display:inline-block}.sv-boolean--indeterminate .sv-boolean__unchecked-path,.sv-boolean--checked .sv-boolean__unchecked-path{display:none}.sv-boolean--checked .sv-boolean__checked-path{display:inline-block}.sv-boolean--disabled.sv-boolean--indeterminate .sv-boolean__svg{background-color:inherit;fill:#dbdbdb}.sv-boolean--disabled .sv-boolean__svg{background-color:#dbdbdb}td.sv_matrix_cell .sv_qbln,td.td.sv_matrix_cell .sv_qbln{text-align:center}td.sv_matrix_cell .sv_qbln .sv-boolean,td.td.sv_matrix_cell .sv_qbln .sv-boolean{text-align:initial}.sv-dragdrop-movedown{transform:translate(0, 0);animation:svdragdropmovedown .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmovedown{0%{transform:translate(0, -50px)}100%{transform:translate(0, 0)}}.sv-dragdrop-moveup{transform:translate(0, 0);animation:svdragdropmoveup .1s;animation-timing-function:ease-in-out}@keyframes svdragdropmoveup{0%{transform:translate(0, 50px)}100%{transform:translate(0, 0)}}
|
package/survey.react.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Type definition for Survey JavaScript library for React v1.9.
|
2
|
+
* Type definition for Survey JavaScript library for React v1.9.48
|
3
3
|
* Copyright (c) 2015-2022 Devsoft Baltic OÜ - https://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -1165,6 +1165,7 @@ export declare class JsonMetadata {
|
|
1165
1165
|
childrenClasses: any;
|
1166
1166
|
classProperties: any;
|
1167
1167
|
classHashProperties: any;
|
1168
|
+
onSerializingProperty: (obj: Base, prop: JsonObjectProperty, value: any, json: any) => boolean;
|
1168
1169
|
getObjPropertyValue(obj: any, name: string): any;
|
1169
1170
|
setObjPropertyValue(obj: any, name: string, val: any): void;
|
1170
1171
|
addClass(name: string, properties: any, creator?: (json?: any) => any, parentName?: string): JsonMetadataClass;
|
@@ -1637,10 +1638,12 @@ export declare class dxSurveyService {
|
|
1637
1638
|
getResult(resultId: string, name: string, onGetResult: (success: boolean, data: any, dataList: any, response: any) => void): void;
|
1638
1639
|
isCompleted(resultId: string, clientId: string, onIsCompleted: (success: boolean, result: string, response: any) => void): void;
|
1639
1640
|
}
|
1640
|
-
export declare class Action extends Base implements IAction {
|
1641
|
+
export declare class Action extends Base implements IAction, ILocalizableOwner {
|
1641
1642
|
constructor(innerItem: IAction);
|
1642
1643
|
innerItem: IAction;
|
1644
|
+
locTitleValue: any;
|
1643
1645
|
updateCallback: any;
|
1646
|
+
owner: any;
|
1644
1647
|
location: string;
|
1645
1648
|
id: string;
|
1646
1649
|
iconName: string;
|
@@ -1666,10 +1669,10 @@ export declare class Action extends Base implements IAction {
|
|
1666
1669
|
disableShrink: boolean;
|
1667
1670
|
disableHide: boolean;
|
1668
1671
|
needSpace: boolean;
|
1669
|
-
|
1670
|
-
|
1671
|
-
|
1672
|
-
|
1672
|
+
title: string;
|
1673
|
+
get locTitle(): any;
|
1674
|
+
set locTitle(val: any);
|
1675
|
+
locTitleChanged: any;
|
1673
1676
|
cssClassesValue: any;
|
1674
1677
|
get cssClasses(): any;
|
1675
1678
|
get disabled(): boolean;
|
@@ -1679,6 +1682,11 @@ export declare class Action extends Base implements IAction {
|
|
1679
1682
|
getActionRootCss(): string;
|
1680
1683
|
getActionBarItemTitleCss(): string;
|
1681
1684
|
getActionBarItemCss(): string;
|
1685
|
+
getLocale(): string;
|
1686
|
+
getMarkdownHtml(text: string, name: string): string;
|
1687
|
+
getProcessedText(text: string): string;
|
1688
|
+
getRenderer(name: string): string;
|
1689
|
+
getRendererContext(locStr: any): any;
|
1682
1690
|
minDimension: number;
|
1683
1691
|
maxDimension: number;
|
1684
1692
|
}
|
@@ -2075,8 +2083,6 @@ export declare class ItemValue extends Base implements ILocalizableOwner, IShort
|
|
2075
2083
|
getProcessedText(text: string): string;
|
2076
2084
|
static get Separator(): string;
|
2077
2085
|
static set Separator(val: string);
|
2078
|
-
static createArray(locOwner: ILocalizableOwner): Array<ItemValue>;
|
2079
|
-
static setupArray(items: any, locOwner: ILocalizableOwner): void;
|
2080
2086
|
/*
|
2081
2087
|
* Resets the input array and fills it with values from the values array
|
2082
2088
|
*/
|
@@ -2748,9 +2754,11 @@ export declare class PopupModel<T = any> extends Base {
|
|
2748
2754
|
displayMode: "popup" | "overlay";
|
2749
2755
|
positionMode: any;
|
2750
2756
|
onVisibilityChanged: EventBase<PopupModel<any>>;
|
2757
|
+
onTargetModified: EventBase<Base>;
|
2751
2758
|
get isVisible(): boolean;
|
2752
2759
|
set isVisible(val: boolean);
|
2753
2760
|
toggleVisibility(): void;
|
2761
|
+
targetModified(): void;
|
2754
2762
|
}
|
2755
2763
|
/*
|
2756
2764
|
* A Model for a survey running in the Popup Window.
|
@@ -2826,7 +2834,6 @@ export declare class QuestionMatrixDropdownRenderedRow extends Base {
|
|
2826
2834
|
static counter: number;
|
2827
2835
|
idValue: number;
|
2828
2836
|
cells: any;
|
2829
|
-
onCreating(): void;
|
2830
2837
|
get id(): number;
|
2831
2838
|
get attributes(): { "data-sv-drop-target-matrix-row"?: undefined; } | { "data-sv-drop-target-matrix-row": string; };
|
2832
2839
|
get className(): string;
|
@@ -2857,6 +2864,7 @@ export declare class QuestionMatrixDropdownRenderedTable extends Base {
|
|
2857
2864
|
onRemovedRow(row: MatrixDropdownRowModelBase): void;
|
2858
2865
|
onDetailPanelChangeVisibility(row: MatrixDropdownRowModelBase, isShowing: boolean): void;
|
2859
2866
|
protected buildRowsActions(): void;
|
2867
|
+
protected createRenderedRow(cssClasses: any, isDetailRow?: boolean): QuestionMatrixDropdownRenderedRow;
|
2860
2868
|
protected buildHeader(): void;
|
2861
2869
|
protected buildFooter(): void;
|
2862
2870
|
protected buildRows(): void;
|
@@ -2930,6 +2938,7 @@ export declare class QuestionTextProcessor implements ITextProcessor {
|
|
2930
2938
|
protected getQuestionByName(name: string): Question;
|
2931
2939
|
protected getParentTextProcessor(): ITextProcessor;
|
2932
2940
|
protected onCustomProcessText(textValue: TextPreProcessorValue): boolean;
|
2941
|
+
protected getQuestionDisplayText(question: Question): string;
|
2933
2942
|
processText(text: string, returnDisplayValue: boolean): string;
|
2934
2943
|
processTextEx(text: string, returnDisplayValue: boolean): any;
|
2935
2944
|
}
|
@@ -3576,10 +3585,12 @@ export declare class QuestionMatrixDynamicRenderedTable extends QuestionMatrixDr
|
|
3576
3585
|
}
|
3577
3586
|
export declare class QuestionPanelDynamicItemTextProcessor extends QuestionTextProcessor {
|
3578
3587
|
constructor(data: IQuestionPanelDynamicData, panelItem: QuestionPanelDynamicItem, variableName: string);
|
3588
|
+
sharedQuestions: any;
|
3579
3589
|
protected get survey(): ISurvey;
|
3580
3590
|
protected get panel(): PanelModel;
|
3581
3591
|
protected getValues(): any;
|
3582
3592
|
protected getQuestionByName(name: string): Question;
|
3593
|
+
protected getQuestionDisplayText(question: Question): string;
|
3583
3594
|
protected onCustomProcessText(textValue: TextPreProcessorValue): boolean;
|
3584
3595
|
}
|
3585
3596
|
/*
|
@@ -3779,7 +3790,7 @@ export declare class SurveyElement extends SurveyElementCore implements ISurveyE
|
|
3779
3790
|
isSingleInRow: boolean;
|
3780
3791
|
protected get hasFrameV2(): boolean;
|
3781
3792
|
/*
|
3782
|
-
*
|
3793
|
+
* A survey element width in CSS values.
|
3783
3794
|
*/
|
3784
3795
|
get width(): string;
|
3785
3796
|
set width(val: string);
|
@@ -4403,12 +4414,15 @@ export declare class SurveyModel extends SurveyElementCore implements ISurvey, I
|
|
4403
4414
|
*/
|
4404
4415
|
onDynamicPanelRemoved: EventBase<SurveyModel>;
|
4405
4416
|
/*
|
4406
|
-
*
|
4407
|
-
*
|
4408
|
-
*
|
4409
|
-
*
|
4410
|
-
* - `
|
4411
|
-
* - `options.
|
4417
|
+
* An event that is raised before a panel is removed from a Dynamic Panel question. Use this event to cancel the removal.
|
4418
|
+
*
|
4419
|
+
* Parameters:
|
4420
|
+
*
|
4421
|
+
* - `sender` - A Survey instance that raised the event.
|
4422
|
+
* - `options.question` - A [Panel Dynamic](https://surveyjs.io/Documentation/Library?id=questionpaneldynamicmodel) question instance.
|
4423
|
+
* - `options.panelIndex` - The index of the removed panel.
|
4424
|
+
* - `options.panel` - The [instance of the removed panel](https://surveyjs.io/Documentation/Library?id=panelmodel).
|
4425
|
+
* - `options.allow` - A Boolean property that you should set to `false` if you want to cancel the panel removal.
|
4412
4426
|
*/
|
4413
4427
|
onDynamicPanelRemoving: EventBase<SurveyModel>;
|
4414
4428
|
/*
|
@@ -5636,7 +5650,9 @@ export declare class SurveyModel extends SurveyElementCore implements ISurvey, I
|
|
5636
5650
|
calculatedWidthMode: string;
|
5637
5651
|
calculateWidthMode(): string;
|
5638
5652
|
/*
|
5639
|
-
*
|
5653
|
+
* A survey width in CSS values.
|
5654
|
+
*
|
5655
|
+
* Default value: `undefined` (the survey inherits the width from its container)
|
5640
5656
|
*/
|
5641
5657
|
get width(): string;
|
5642
5658
|
set width(val: string);
|
@@ -8807,7 +8823,7 @@ export declare class QuestionDropdownModel extends QuestionSelectBase {
|
|
8807
8823
|
set cleanButtonCaption(val: string);
|
8808
8824
|
get locCleanButtonCaption(): LocalizableString;
|
8809
8825
|
getControlClass(): string;
|
8810
|
-
get readOnlyText():
|
8826
|
+
get readOnlyText(): string;
|
8811
8827
|
get popupModel(): any;
|
8812
8828
|
onOpened: EventBase<QuestionDropdownModel>;
|
8813
8829
|
onOpenedCallBack(): void;
|
@@ -8997,7 +9013,7 @@ export declare class QuestionMatrixDropdownModelBase extends QuestionMatrixBaseM
|
|
8997
9013
|
get columnColCount(): number;
|
8998
9014
|
set columnColCount(val: number);
|
8999
9015
|
/*
|
9000
|
-
*
|
9016
|
+
* Minimum column width in CSS values.
|
9001
9017
|
*/
|
9002
9018
|
get columnMinWidth(): string;
|
9003
9019
|
set columnMinWidth(val: string);
|
@@ -9340,6 +9356,7 @@ export declare class QuestionCheckboxModel extends QuestionCheckboxBase {
|
|
9340
9356
|
*/
|
9341
9357
|
get valuePropertyName(): string;
|
9342
9358
|
set valuePropertyName(val: string);
|
9359
|
+
getQuestionFromArray(name: string, index: number): IQuestion;
|
9343
9360
|
/*
|
9344
9361
|
* Returns the select all item. By using this property, you may change programmatically it's value and text.
|
9345
9362
|
*/
|
@@ -9521,6 +9538,7 @@ export declare class QuestionMatrixDropdownModel extends QuestionMatrixDropdownM
|
|
9521
9538
|
protected getConditionObjectRowName(index: number): string;
|
9522
9539
|
protected getConditionObjectRowText(index: number): string;
|
9523
9540
|
protected getConditionObjectsRowIndeces(): Array<any>;
|
9541
|
+
protected setNewValue(newValue: any): void;
|
9524
9542
|
clearIncorrectValues(): void;
|
9525
9543
|
protected clearValueIfInvisibleCore(): void;
|
9526
9544
|
protected generateRows(): Array<MatrixDropdownRowModel>;
|