/*-- survey --*/
.gsurvey-survey-field .label_setting,
.gsurvey-survey-field .gfield_choice_radio,
.gsurvey-survey-field .other_choice_setting,
.gsurvey-survey-field input#field_choice_values_enabled,
.gsurvey-survey-field input#field_choice_values_enabled + label,
.gsurvey-survey-field .field-choice-label--radio,
.gsurvey-survey-field .field-choice-label--rank,
.gsurvey-survey-field .field-choice-label--rating {
    display: none !important;
}

.gsurvey-survey-field .choice_with_value li input.field-choice-value {
    display: none !important;
}
.gsurvey-survey-field .choice_with_value li input.field-choice-text {
    width: 312px !important;
}
.gsurvey-survey-field .choice_with_value .gfield_choice_header_value,
.gsurvey-survey-field .choice_with_value .gfield_choice_header_label	{
    display: none !important;
}

/*-- likert --*/
.gsurvey-likert-field .choices_setting,
.gsurvey-likert-field .duplicate_setting,
.gsurvey-likert-field .other_choice_setting,
.gsurvey-likert-field input#field_choice_values_enabled,
.gsurvey-likert-field input#field_choice_values_enabled + label{
	display:none !important;
}

.gsurvey-likert-field .choice_with_value li input.field-choice-value {
	display: none !important;
}

.gsurvey-likert-field .choice_with_value .gfield_choice_header_value,
.gsurvey-likert-field .choice_with_value .gfield_choice_header_label	{
	display: none !important;
}

#gsurvey-likert-rows-container,
#gsurvey-likert-columns-container {
    margin: 8px 0 14px;
    max-height: 230px;
    border: 1px solid #DFDFDF;
    overflow: auto;
    padding: 2px 0 6px;
}

.panel-block-tabs__body--settings #gsurvey-likert-rows-container,
.panel-block-tabs__body--settings #gsurvey-likert-columns-container {
	box-sizing: border-box;
	border: 0 none;
	margin: auto;
	padding: auto;
	width: 100%;
}

.panel-block-tabs__body--settings #gsurvey-likert-columns {
	padding: 0;
	margin: auto;
}

.panel-block-tabs__body--settings #gsurvey-likert-rows li.field-choice-row,
.panel-block-tabs__body--settings #gsurvey-likert-columns li.field-choice-row {
	padding: 0;
}

.panel-block-tabs__body--settings #gsurvey-likert-columns .field-choice-row + .field-choice-row,
.panel-block-tabs__body--settings #gsurvey-likert-rows .field-choice-row + .field-choice-row {
	margin-top: 0.5rem;
}

.gsurvey-liket-row-handle,
.gsurvey-liket-column-handle {
    cursor: move;
    vertical-align: middle;
}

.gsurvey-likert-handle--legacy {
	border-right: 1px solid #CCCCCC;
}

#gsurvey-likert-rows li:not(.field-choice-row),
#gsurvey-likert-columns li:not(.field-choice-row) {
    margin: 0;
    padding: 0 10px !important;
}

#gsurvey-likert-rows li input.gsurvey-likert-row-text,
#gsurvey-likert-columns li input.gsurvey-likert-column-text {
	max-width: 16.125rem;
}

.panel-block-tabs__body--settings .gsurvey-likert-scoring-enabled #gsurvey-likert-columns .gsurvey-likert-column-text {
	max-width: 12rem;
}

.panel-block-tabs__body--settings .gsurvey-likert-scoring-enabled #gsurvey-likert-columns .gsurvey-likert-column-score {
	margin: 0 0.3rem;
	width: 3.5rem;
}

.gsurvey-likert-column-score {
    width:28px;
    display:none;
    text-align:center;
}

.gsurvey-likert-scoring-enabled .gsurvey-likert-column-score {
    display:inline !important;
}

.gsurvey-likert-scoring-enabled .gsurvey-likert-column-text{
    width:298px!important;
}

/*-- rank --*/
.gsurvey-rank-field .gfield_choice_radio,
.gsurvey-rank-field .rules_setting,
.gsurvey-rank-field .other_choice_setting,
.gsurvey-rank-field input#field_choice_values_enabled,
.gsurvey-rank-field input#field_choice_values_enabled + label{
	display:none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-value {
	display: none !important;
}
.gsurvey-rank-field .choice_with_value li input.field-choice-text {
	width: 312px !important;
}
.gsurvey-rank-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rank-field .choice_with_value .gfield_choice_header_label	{
	display: none !important;
}

/*-- rating --*/
.gsurvey-rating-field .duplicate_setting,
.gsurvey-rating-field .other_choice_setting,
.gsurvey-rating-field input#field_choice_values_enabled,
.gsurvey-rating-field input#field_choice_values_enabled + label{
	display:none !important;
	}
.gsurvey-rating-field .choice_with_value li input.field-choice-value {
	display: none !important;
}
.gsurvey-rating-field .choice_with_value li input.field-choice-text {
	width: 312px !important;
}
.gsurvey-rating-field .choice_with_value .gfield_choice_header_value,
.gsurvey-rating-field .choice_with_value .gfield_choice_header_label	{
	display: none !important;
}

/* Input style overrides */
.gsurvey-survey-field .choice_with_value li input.field-choice-text,
.gsurvey-likert-field .choice_with_value li input.field-choice-text,
.gsurvey-rank-field .choice_with_value li input.field-choice-text,
.gsurvey-rating-field .choice_with_value li input.field-choice-text {
	width: 312px !important;
}

.gsurvey-survey-field #gfield_settings_choices_container.choice_with_value .field-choice-text--radio,
.gsurvey-survey-field #gfield_settings_choices_container.choice_with_value .field-choice-text--rating,
.gsurvey-survey-field #gfield_settings_choices_container.choice_with_value .field-choice-text--rank {
	max-width: 18rem;
}

.gsurvey-likert-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_value,
.gsurvey-likert-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label,
.gsurvey-survey-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_value,
.gsurvey-survey-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label,
.gsurvey-rank-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_value,
.gsurvey-rank-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label,
.gsurvey-rating-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_value,
.gsurvey-rating-field #gfield_settings_choices_container.choice_with_value .gfield_choice_header_label {
	display: none !important;
}

.toplevel_page_gf_edit_forms .gsurvey-rank-choice {
	background-image: none;
	align-items: center;
	display: flex;
	padding: 0;
}

.toplevel_page_gf_edit_forms .gsurvey-rank-choice:before {
	background: url(../images/arrow-handle.svg) center center no-repeat;
	content: '';
	cursor: move;
	display: inline-block;
	height: 16px;
	margin-right: 0.5rem;
	position: relative;
	white-space: nowrap;
	width: 16px;
}

.gsurvey-likert-setting-columns-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 0;
}

.gsurvey-survey-field .panel-block-tabs__body--settings .gsurvey-likert-setting-columns-header > * {
	margin: 0;
}
