@charset "UTF-8";
/* selectize custom */
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
@import "vendor/select2.css";
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/** corner triangle related **/
/** EOF corner triangle related **/
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
.is-rtl .selectize-control:not(.ltr-force) .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.selectize-wbg .selectize-input {
  color: #595959;
}
.selectize-control.selectize-wbg .selectize-input.selectize-focus {
  border-color: #f2f2f2 !important;
}
.selectize-control.selectize-wbg .selectize-dropdown {
  color: #333333;
}
.selectize-control.selectize-wbg.single .selectize-input {
  border-color: #f2f2f2;
  background: white;
}
.selectize-control.selectize-wbg.single .selectize-input:after {
  border-top-color: #d9d9d9;
}
.selectize-control.selectize-wbg.single .selectize-dropdown {
  background: white;
  border-color: #f2f2f2;
}
.selectize-control.selectize-wbg.single .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.selectize-control.selectize-wbg .ui-select-choices-row:hover {
  background-color: whitesmoke;
}
.selectize-control.selectize-wbg2 .selectize-input {
  color: #595959;
}
.selectize-control.selectize-wbg2 .selectize-input.selectize-focus {
  border-color: #e6e6e6 !important;
}
.selectize-control.selectize-wbg2 .selectize-dropdown {
  color: #333333;
}
.selectize-control.selectize-wbg2.single .selectize-input {
  border-color: #e6e6e6;
  background: white;
}
.selectize-control.selectize-wbg2.single .selectize-input:after {
  border-top-color: #d9d9d9;
}
.selectize-control.selectize-wbg2.single .selectize-dropdown {
  background: white;
  border-color: #e6e6e6;
}
.selectize-control.selectize-wbg2.single .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.selectize-control.selectize-wbg2 .ui-select-choices-row:hover {
  background-color: whitesmoke;
}
.selectize-control.selectize-wbg3 .selectize-input {
  color: #595959;
}
.selectize-control.selectize-wbg3 .selectize-input.selectize-focus {
  border-color: #d9d9d9 !important;
}
.selectize-control.selectize-wbg3 .selectize-dropdown {
  color: #333333;
}
.selectize-control.selectize-wbg3.single .selectize-input {
  border-color: #d9d9d9;
  background: white;
}
.selectize-control.selectize-wbg3.single .selectize-input:after {
  border-top-color: #d9d9d9;
}
.selectize-control.selectize-wbg3.single .selectize-dropdown {
  background: white;
  border-color: #d9d9d9;
}
.selectize-control.selectize-wbg3.single .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.selectize-control.selectize-wbg3 .ui-select-choices-row:hover {
  background-color: whitesmoke;
}
.selectize-control.single .selectize-input .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
  visibility: hidden;
}
.selectize-control.selectize-ggg .selectize-input {
  color: #595959;
}
.selectize-control.selectize-ggg .selectize-input.selectize-focus {
  border-color: #f2f2f2 !important;
}
.selectize-control.selectize-ggg.single .selectize-input {
  border-color: #f2f2f2;
  background: #f2f2f2;
}
.selectize-control.selectize-ggg.single .selectize-input:after {
  border-top-color: rgba(89, 89, 89, 0.25);
}
.selectize-control.selectize-ggg.single .selectize-dropdown {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: rgba(89, 89, 89, 0.85);
}
.selectize-control.selectize-ggg.single .selectize-dropdown .active:not(.disabled) {
  background-color: rgba(89, 89, 89, 0.25);
}
.selectize-control.selectize-ggg.single .selectize-dropdown .disabled {
  background-color: inherit;
  color: rgba(89, 89, 89, 0.45);
}
.selectize-control.selectize-rc3 .selectize-input {
  border-radius: 3px;
}
.selectize-control.selectize-rc3 .selectize-dropdown, .selectize-control.selectize-rc3 .ui-select-choices-row:last-child {
  border-radius: 0 0 3px 3px;
}
.selectize-control.selectize-flat {
  line-height: 1;
  font-size: 12px;
}
.selectize-control.selectize-flat .selectize-input {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  background-image: none;
}
.selectize-control.selectize-flat .selectize-input input {
  margin: 0 !important;
}
.selectize-control.selectize-flat .selectize-input, .selectize-control.selectize-flat .selectize-dropdown, .selectize-control.selectize-flat .ui-select-search {
  font-size: inherit;
  line-height: inherit;
}
.selectize-control.selectize-flat .selectize-input ::-webkit-input-placeholder, .selectize-control.selectize-flat .selectize-dropdown ::-webkit-input-placeholder, .selectize-control.selectize-flat .ui-select-search ::-webkit-input-placeholder {
  font-size: inherit;
}
.selectize-control.selectize-flat .selectize-input :-moz-placeholder, .selectize-control.selectize-flat .selectize-dropdown :-moz-placeholder, .selectize-control.selectize-flat .ui-select-search :-moz-placeholder {
  font-size: inherit;
}
.selectize-control.selectize-flat .selectize-input ::-moz-placeholder, .selectize-control.selectize-flat .selectize-dropdown ::-moz-placeholder, .selectize-control.selectize-flat .ui-select-search ::-moz-placeholder {
  font-size: inherit;
}
.selectize-control.selectize-flat .selectize-input :-ms-input-placeholder, .selectize-control.selectize-flat .selectize-dropdown :-ms-input-placeholder, .selectize-control.selectize-flat .ui-select-search :-ms-input-placeholder {
  font-size: inherit;
}
.selectize-control.selectize-flat .ui-select-match {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.selectize-control.selectize-flat .ui-select-choices-row.disabled [data-selectable] {
  cursor: not-allowed;
}
.selectize-control.selectize-flat.single .selectize-input {
  box-shadow: none;
}
.selectize-control.selectize-flat .selectize-input {
  padding: 5px 19px 4px 8px;
}
.selectize-control.selectize-flat.single .selectize-input:after {
  right: 6px;
  border-width: 5px 4px 0 4px;
}
.selectize-control.selectize-round-left .selectize-input {
  border-radius: 20px 0 0 20px;
}

/* EOF selectize custom */
/** corner triangle related **/
/** EOF corner triangle related **/
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
body.ngdialog-open.c-ngdialog-body {
  overflow: auto;
}

.ngdialog.c-ngdialog {
  position: absolute;
}
.ngdialog.c-ngdialog .ngdialog-overlay {
  position: absolute;
}
.ngdialog.c-ngdialog .ngdialog-content {
  position: absolute;
  left: 50%;
  border-radius: 2px;
}

.ngdialog-theme-default .ngdialog-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.ngdialog-theme-default .ngdialog-content {
  background-color: white;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.ngdialog-theme-default .ngdialog-content .close-ngdialog-btn {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #b5b5b5;
}
.ngdialog-theme-default .ngdialog-content .close-ngdialog-btn:hover {
  color: #919191;
}
.ngdialog-theme-default .dialog-header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 2px 2px 0 0;
  padding: 0 20px;
}
.ngdialog-theme-default .dialog-footer {
  height: 50px;
  background-color: #f2f2f2;
  text-align: center;
  border-radius: 0 0 2px 2px;
}
.ngdialog-theme-default .footer-btns {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.ngdialog-theme-default .footer-btns button {
  margin-left: 15px;
}
.ngdialog-theme-default .footer-btns button:first-child {
  margin-left: 0;
}
.ngdialog-theme-default:not(.c-ngdialog) {
  text-align: center;
}
.ngdialog-theme-default:not(.c-ngdialog) .ngdialog-content {
  margin-top: 120px;
  display: inline-block;
}

.nice-alert-dialog {
  z-index: 1000500;
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
.placeholder-text {
  font-style: italic;
  opacity: 0.8;
}
.placeholder-text div {
  display: none;
}

.ta-hidden-input {
  display: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  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, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.soft-btn-toolbar {
  position: absolute;
  top: 100%;
  background-color: white;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  left: -5px;
  border-radius: 3px;
  padding: 2px;
  direction: ltr !important;
  text-align: left;
  white-space: nowrap;
}
.soft-btn-toolbar:not(.focussed) {
  display: none;
}
.soft-btn-toolbar.positioned-above {
  top: auto;
  bottom: 100%;
}
.is-rtl .soft-btn-toolbar {
  left: auto;
  right: -5px;
}
.soft-btn-toolbar .btn-default {
  color: rgba(0, 0, 0, 0.9);
  height: 27px;
  min-width: 27px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 5px;
}
.soft-btn-toolbar .btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #ebebeb;
}

.soft-form-control {
  width: auto;
  margin: -5px;
  padding: 5px;
  border-radius: 3px;
}
.soft-form-control:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.focussed .soft-form-control {
  background-color: rgba(255, 255, 255, 0.2);
}
.soft-form-control .popover .btn-default {
  color: rgba(0, 0, 0, 0.9);
  height: 27px;
  min-width: 27px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 5px;
}
.soft-form-control .popover .btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #ebebeb;
}
.soft-form-control .popover a {
  color: rgb(66, 139, 202);
}
.soft-form-control .popover a:hover {
  color: #2a6496;
  text-decoration: underline;
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/* survey widget */ /* survey widget general */
.is-rtl survey-widget .edit-btns .list-item-btn:not(:first-child) {
  margin-left: 0;
  margin-right: 5px;
}
.is-rtl survey-widget .fixed-close-button {
  right: auto;
  left: 0;
}

.new-segmanta-survey-button {
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 0 15px;
  font-weight: bold;
  font-size: 18px;
}

.yes-touch button,
.yes-touch input[type=button],
.yes-touch input[type=reset],
.yes-touch input[type=submit] {
  cursor: default;
}

.flexible-centered-width, .survey-widget-footer .extra-footer-part {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 635px) {
  .flexible-centered-width, .survey-widget-footer .extra-footer-part {
    max-width: 100%;
    padding: 0 3%;
  }
}

.widget-horiz-pad {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 635px) {
  .widget-horiz-pad {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.survey-widget-question-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  align-items: inherit;
}

.widget-screen-bg, .widget-screen-bg-color {
  position: fixed;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: auto;
  top: 55px;
  bottom: 0;
  align-items: center;
  width: calc(100% - 425px);
  width: -moz-calc(100% - 425px);
  width: -webkit-calc(100% - 425px);
}

.background-overlay {
  flex: 1;
  width: 100%;
  max-width: 880px;
}

.widget-screen-bg-color {
  pointer-events: none;
}

.widget-screen-content {
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

survey-widget {
  display: flex;
  position: relative;
  flex: 1;
}
survey-widget .survey-bg {
  height: 100%;
  position: relative;
}
survey-widget .add-stuff-trigger {
  display: flex;
  margin-top: 8px;
  align-items: center;
  font-weight: bold;
}
survey-widget .add-stuff-trigger i.fa-plus {
  margin-right: 4px;
}
survey-widget .add-stuff-trigger.no-margins {
  margin-top: 0;
}
survey-widget .invisible-overlay.block-body {
  z-index: 300;
}
survey-widget .widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
survey-widget .widget-overlay .demand-cookies-dialog {
  max-width: 95%;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 5px;
  background-color: white;
  color: #404040;
  font-size: 16px;
}
survey-widget button:hover .stacked-icons i:first-child {
  opacity: 0.7;
}
survey-widget button:hover .stacked-icons i:last-child {
  color: #e23939;
}
survey-widget button .stacked-icons {
  position: relative;
}
survey-widget button .stacked-icons i:first-child {
  opacity: 0.6;
}
survey-widget button .stacked-icons i:last-child {
  position: absolute;
  right: -4px;
  bottom: -3px;
  color: rgb(197, 85, 85);
}
survey-widget .edit-btns {
  z-index: 200;
  font-size: 15px;
}
survey-widget .edit-btns .list-item-btn:not(.btn-with-text) {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
survey-widget .edit-btns .list-item-btn {
  background-color: rgba(80, 84, 89, 0.9);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.9);
}
survey-widget .edit-btns .list-item-btn:not(:first-child) {
  margin-left: 5px;
}
survey-widget .edit-btns .list-item-btn:hover {
  background-color: #505459;
  color: white;
}
survey-widget .edit-btns .list-item-btn.btn-with-text {
  height: 26px;
  border-radius: 14px;
  padding: 0 12px;
}
survey-widget .edit-btns .list-item-btn.btn-with-text i {
  margin-right: 4px;
}
survey-widget .delete-item-btn:hover {
  color: rgb(197, 85, 85);
}
survey-widget .content-underlay {
  border-radius: 2px;
  padding: 30px;
}
survey-widget .fixed-close-button {
  width: 46px;
  height: 46px;
  font-size: 16px;
  position: fixed;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 4000;
  top: 0;
  right: 0;
}
.has-top-banner survey-widget .fixed-close-button {
  top: 60px;
}

.tb-btn-edit-v1 {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 14px;
}
.tb-btn-edit-v1:hover {
  color: rgba(255, 255, 255, 0.9);
}

.btn-v3-white-blackShade50 {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.switch-btn input[type=checkbox] {
  display: none;
}
.switch-btn input[type=checkbox]:checked + label {
  background-color: rgb(81, 131, 232);
}
.switch-btn input[type=checkbox]:checked + label:hover:not([disabled]) {
  background-color: #3a73e5;
}
.switch-btn input[type=checkbox]:checked + label:after {
  right: 1px;
}
.switch-btn label {
  display: block;
  background-color: #bfbfbf;
  height: 16px;
  width: 27px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.switch-btn label:hover:not([disabled]) {
  background-color: #b3b3b3;
}
.switch-btn label[disabled] {
  opacity: 0.35;
}
.switch-btn label:after {
  -webkit-backface-visibility: hidden;
  -webkit-transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: right 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: " ";
  background-color: white;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 1px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
}
.switch-btn input[disabled]:not(.pointer-when-disabled) + label {
  cursor: auto;
}

/* EOF survey widget general */
cover-media-container:not(:last-child) .wc-media-container {
  margin-bottom: 37px;
}
cover-media-container .wc-media-container {
  position: relative;
  z-index: 10;
  width: 100%;
  line-height: 0;
}
cover-media-container .wc-image {
  max-width: 100%;
  max-height: 250px;
}
cover-media-container .wc-video {
  display: inline-block;
  max-width: 100%;
}
cover-media-container .wc-video.youtube-video {
  height: 250px;
  width: 444.4444444444px;
  max-width: none;
}

info-widget-container {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
}
info-widget-container .info-widget-container {
  padding: 4px 4px 0 4px;
}
info-widget-container .info-widget-container .info-widget--background {
  text-align: center;
  padding: 16px 50px;
  min-height: 20px;
  line-height: 20px;
  position: relative;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
  width: 400px;
  box-sizing: border-box;
}

info-widget-container {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 9999;
}
info-widget-container .info-widget-container {
  padding: 4px 4px 0 4px;
}
info-widget-container .info-widget-container .info-widget--background {
  text-align: center;
  padding: 16px 50px;
  min-height: 20px;
  line-height: 20px;
  position: relative;
  border-radius: 10px 10px 0 0;
  font-size: 14px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.25);
  width: 400px;
  box-sizing: border-box;
}

.not-touch .show-terms-trigger a:hover, .not-touch .show-terms-trigger button:hover {
  text-decoration: underline;
}

.survey-widget-welcome {
  display: block;
}
.survey-widget-welcome .welcome-context-wrapper {
  position: relative;
  display: block;
}
.survey-widget-welcome .survey-widget-welcome-content {
  height: calc(100vh - 110px);
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px 88px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.survey-widget-welcome .survey-widget-welcome-content .welcome-content-wrapper {
  position: relative;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  box-sizing: border-box;
}
.survey-widget-welcome .survey-widget-welcome-content .centered-welcome-content {
  margin: auto;
  width: 100%;
}
.survey-widget-welcome .survey-widget-welcome-content .welcome-content-underlay {
  border-radius: 2px;
  padding: 30px;
}
.survey-widget-welcome .survey-widget-welcome-content:last-child {
  padding-bottom: 0;
}
.survey-widget-welcome .survey-widget-welcome-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  line-height: 0;
  margin: 20px 0;
}
.survey-widget-welcome .survey-widget-welcome-footer .survey-widget-welcome-checkbox {
  position: relative;
  margin-bottom: 10px;
}
.survey-widget-welcome .survey-widget-welcome-footer .survey-widget-welcome-checkbox [sg-context-settings] {
  outline: none !important;
}
.survey-widget-welcome .survey-widget-welcome-footer sg-page-checkbox {
  padding: 10px 0;
  display: block;
}
.survey-widget-welcome .survey-widget-welcome-footer sg-page-checkbox .checkbox-row {
  padding: 0 100px;
  box-sizing: border-box;
  align-items: center;
  line-height: normal;
}
.survey-widget-welcome .survey-widget-welcome-footer sg-page-checkbox .checkbox-row .checkbox-text {
  display: block;
  text-align: start;
}
.survey-widget-welcome .welcome-title, .survey-widget-welcome .welcome-explanation, .survey-widget-welcome .welcome-footnote, .survey-widget-welcome .welcome-terms-form {
  text-align: center;
}
.survey-widget-welcome .welcome-title ::-webkit-input-placeholder, .survey-widget-welcome .welcome-explanation ::-webkit-input-placeholder, .survey-widget-welcome .welcom-footnote ::-webkit-input-placeholder {
  font-style: italic;
}
.survey-widget-welcome .welcome-title :-moz-placeholder, .survey-widget-welcome .welcome-explanation :-moz-placeholder, .survey-widget-welcome .welcom-footnote :-moz-placeholder {
  font-style: italic;
}
.survey-widget-welcome .welcome-title ::-moz-placeholder, .survey-widget-welcome .welcome-explanation ::-moz-placeholder, .survey-widget-welcome .welcom-footnote ::-moz-placeholder {
  font-style: italic;
}
.survey-widget-welcome .welcome-title :-ms-input-placeholder, .survey-widget-welcome .welcome-explanation :-ms-input-placeholder, .survey-widget-welcome .welcom-footnote :-ms-input-placeholder {
  font-style: italic;
}
.survey-widget-welcome .welcome-title {
  position: relative;
  min-width: 80px;
  font-size: 42px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
}
.survey-widget-welcome .welcome-title textarea {
  width: 100%;
  text-align: center;
}
.survey-widget-welcome .welcome-title.inactive {
  font-size: 32px;
  white-space: pre-wrap;
}
.survey-widget-welcome .welcome-explanation {
  font-size: 22px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.survey-widget-welcome .welcome-explanation .sg-rich-text-input {
  min-height: calc(1.5em + 10px);
}
.survey-widget-welcome .welcome-footnote {
  font-size: 12px;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 20px;
}
.survey-widget-welcome .welcome-terms-form {
  margin-top: 32px;
  font-size: 18px;
}
.survey-widget-welcome .show-terms-trigger a, .survey-widget-welcome .show-terms-trigger button {
  color: rgb(81, 131, 232);
}
.survey-widget-welcome .terms-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px;
  z-index: 100;
}
.survey-widget-welcome .terms {
  height: 100%;
}
.survey-widget-welcome .terms-phrase {
  display: inline-block;
  margin: 0 5px;
}
.survey-widget-welcome .pdf-container {
  border: none;
  display: block;
}
.survey-widget-welcome .close-terms-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 20px;
}
.survey-widget-welcome .option-checkbox {
  display: inline-block;
}
.survey-widget-welcome .option-checkbox .checkbox-btn input[type=checkbox] {
  display: none;
}
.survey-widget-welcome .option-checkbox .checkbox-btn input[type=checkbox]:checked + label {
  background-color: white;
}
.survey-widget-welcome .option-checkbox .checkbox-btn input[type=checkbox]:checked + label i {
  display: inline-block;
}
.survey-widget-welcome .option-checkbox .checkbox-btn label {
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  text-align: center;
  background-color: white;
}
.survey-widget-welcome .option-checkbox .checkbox-btn label i {
  display: none;
  color: rgb(81, 131, 232);
  font-size: 8px;
  vertical-align: top;
  line-height: 1.4;
}
.survey-widget-welcome .option-checkbox label {
  vertical-align: middle;
}
.survey-widget-welcome .start-btn-text-container {
  position: relative;
}
.survey-widget-welcome .welcome-start-btn {
  font-size: 24px;
  height: 48px;
  display: inline-block;
  min-width: 149px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  outline: none;
}
.survey-widget-welcome .welcome-start-btn-title {
  padding: 0 40px 1px;
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.1);
}
.survey-widget-welcome .start-edit-icon {
  position: absolute;
  top: 20px;
  right: 29px;
  font-size: 12px;
}

.rendering-bug-patch .survey-widget-welcome-footer {
  position: static !important;
}
.rendering-bug-patch .survey-widget-welcome-content {
  height: calc(100vh - 88px) !important;
}

.is-rtl .survey-widget-ending-footer .social-share-btn:not(:first-child) {
  margin-left: 0;
  margin-right: 6px;
}

.primary-readable-black .survey-ending-content .ending-primary-btn:not(.as-placeholder) {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black .survey-ending-content .ending-primary-btn:not(.as-placeholder).swap-colors {
  background-color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black .survey-widget-ending-footer {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black .branding-text {
  color: black;
}
.primary-readable-black .branding-link {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .branding-link:hover {
  color: rgba(0, 0, 0, 0.85);
}

.primary-readable-white .survey-ending-content .ending-primary-btn:not(.as-placeholder) {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white .survey-ending-content .ending-primary-btn:not(.as-placeholder).swap-colors {
  background-color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white .survey-widget-ending-footer {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white .branding-text {
  color: white;
}
.primary-readable-white .branding-link {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .branding-link:hover {
  color: rgba(255, 255, 255, 0.85);
}

survey-widget-ending-wrapper .custom-ending, survey-widget-ending-wrapper .non-editable-ending {
  width: 100%;
  height: 100%;
  display: block;
}
survey-widget-ending-wrapper .non-editable-ending {
  text-align: center;
  direction: ltr;
}

.survey-widget-ending {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.score-result-phrase {
  height: 40px;
  font-size: 22px;
  margin-bottom: 30px;
}

.survey-ending-content {
  max-width: 840px;
  flex: 1;
  justify-content: center;
  text-align: center;
  align-self: center;
  padding: 0 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
}
.survey-ending-content .ending-content-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.survey-ending-content .retake-survey-button {
  margin-top: 25px;
  font-size: 18px;
}
.survey-ending-content .retake-survey-button i.fa-redo {
  margin-right: 5px;
  transform: rotateY(180deg);
  font-size: 14px;
}
.survey-ending-content .ending-big-msg, .survey-ending-content .ending-msg, .survey-ending-content .ending-bottom-msg {
  display: block;
  text-align: center;
}
.survey-ending-content .ending-bottom-msg ::-webkit-input-placeholder {
  font-style: italic;
}
.survey-ending-content .ending-bottom-msg :-moz-placeholder {
  font-style: italic;
}
.survey-ending-content .ending-bottom-msg ::-moz-placeholder {
  font-style: italic;
}
.survey-ending-content .ending-bottom-msg :-ms-input-placeholder {
  font-style: italic;
}
.survey-ending-content .ending-bottom-msg textarea {
  width: 100%;
  text-align: center;
}
.survey-ending-content .ending-msg {
  margin-top: 30px;
}
.survey-ending-content .ending-big-msg {
  font-size: 42px;
  font-weight: bold;
}
.survey-ending-content .ending-msg {
  margin-left: 70px;
  margin-right: 70px;
}
.survey-ending-content .ending-msg .sg-rich-text-input {
  min-height: 1.5em;
}
.survey-ending-content .ending-bottom-msg {
  margin: 0 70px;
}
.survey-ending-content .ending-msg, .survey-ending-content .ending-bottom-msg {
  line-height: 1.5;
  box-sizing: border-box;
}
.survey-ending-content .ending-msg {
  font-size: 24px;
}
.survey-ending-content .question-extra-text {
  font-size: 16px;
}
.survey-ending-content .question-extra-text:not(:first-child) {
  margin-top: 25px;
}
.survey-ending-content .question-extra-text:not(:last-child) {
  margin-bottom: 25px;
}
.survey-ending-content .ending-bottom-msg {
  font-size: 18px;
}
.survey-ending-content .link-button {
  position: relative;
  height: 40px;
}
.survey-ending-content .link-button:not(:last-child) {
  margin-left: 0px;
  margin-right: 0px;
}
@media screen and (max-width: 635px) {
  .survey-ending-content .link-button:not(:last-child) {
    margin-bottom: 20px;
  }
}
.survey-ending-content .link-button:last-child {
  margin-left: 10px;
  margin-right: 0;
}
@media screen and (max-width: 635px) {
  .survey-ending-content .link-button:last-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.survey-ending-content .link-button:last-child:first-child {
  margin-left: 0;
  margin-right: 0;
}
.survey-ending-content .links-container {
  position: relative;
  display: flex;
  justify-content: center;
}
.survey-ending-content .links-container:not(.soft-ending-buttons) {
  align-items: center;
  margin-top: 30px;
}
.survey-ending-content .links-container.soft-ending-buttons {
  align-items: stretch;
}
.survey-ending-content .ending-primary-btn, .survey-ending-content .fb-share-btn {
  display: inline-block;
}
.survey-ending-content .ending-primary-btn {
  min-height: 34px;
  min-width: 180px;
  font-size: 18px;
  padding: 0 13px 1px;
  border-radius: 3px;
  box-shadow: inset -1px -1px 0 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.survey-ending-content .ending-primary-btn[disabled] {
  opacity: 0.3;
}

.survey-widget-ending-footer {
  width: 100%;
  z-index: 100;
}
.survey-widget-ending-footer.edit-mode {
  width: calc(100% - 425px);
  width: -moz-calc(100% - 425px);
  width: -webkit-calc(100% - 425px);
}
.survey-widget-ending-footer .footer-content {
  padding: 0 10px;
  height: 90px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 636px) {
  .survey-widget-ending-footer .footer-content:not(.no-share-part) {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .survey-widget-ending-footer .footer-content.no-share-part {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 635px) {
  .survey-widget-ending-footer .footer-content {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.survey-widget-ending-footer .social-shares {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-widget-ending-footer .share-btns-intro {
  font-size: 18px;
}
.survey-widget-ending-footer .s-share-btns {
  display: flex;
  padding: 0 15px;
}
.survey-widget-ending-footer .social-share-btn {
  width: 55px;
  height: 34px;
  direction: ltr;
  text-align: left;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-widget-ending-footer .social-share-btn:not(:first-child) {
  margin-left: 6px;
}
.survey-widget-ending-footer .fb-dedi-btn {
  font-size: 20px;
}
.survey-widget-ending-footer .wa-dedi-btn {
  font-size: 24px;
}
.survey-widget-ending-footer .share-settings {
  font-size: 15px;
  cursor: pointer;
}
.survey-widget-ending-footer .segmanta-branding {
  font-size: 18px;
  font-style: italic;
  line-height: 1.65;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 635px) {
  .survey-widget-ending-footer .segmanta-branding {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 16px;
  }
  .survey-widget-ending-footer .segmanta-branding:not(:first-child) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 635px) {
  .survey-widget-ending-footer .branding-text:after {
    content: " ";
  }
}
.survey-widget-ending-footer .share-defaults-dialog-trigger {
  padding: 0 6px;
  opacity: 0.85;
}
.survey-widget-ending-footer .share-defaults-dialog-trigger:hover {
  opacity: 1;
}

.footer-has-only-share-part .survey-ending-content:not(:last-child) {
  padding-bottom: 65px;
}
.footer-has-only-share-part .survey-widget-ending-footer .footer-content {
  height: 65px;
}

@media screen and (max-width: 635px) {
  .footer-has-only-branding-part .survey-ending-content:not(:last-child) {
    padding-bottom: 65px;
  }
  .footer-has-only-branding-part .survey-widget-ending-footer .footer-content {
    height: 65px;
  }
}

.soft-ending-buttons {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.soft-ending-button-input-container {
  position: relative;
  margin-top: 30px;
}
.soft-ending-button-input-container .mirrored-text {
  box-sizing: border-box;
  visibility: hidden;
}

.single-soft-ending-button {
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.links-container .editable-text {
  text-align: center;
}

/* widget question */
/* dashboard survey create */
.survey-create {
  flex: 1;
  display: flex;
}
.survey-create .survey-create-top-bar {
  z-index: 2345;
  background: white;
}
.survey-create .survey-create-grid {
  display: grid;
  max-height: calc(100vh - 55px);
  flex: 1;
  grid-template-rows: 56px minmax(300px, 1fr);
  grid-template-columns: 76px 350px 1fr;
}
@supports not (display: grid) {
  .survey-create .survey-create-grid {
    display: flex;
  }
}
.survey-create .survey-create-grid.fullLayout .top-bar-edit {
  grid-area: 1/1/2/4;
}
.survey-create .survey-create-grid.fullLayout .main-content {
  grid-area: 2/2/3/4;
}
.survey-create .survey-create-grid.fullLayout .left-bar {
  display: none;
}
.survey-create .survey-create-grid .top-bar-edit {
  grid-area: 1/1/2/3;
  background: white;
  z-index: 3;
}
.survey-create .survey-create-grid .main-content {
  grid-area: 1/3/3/4;
  overflow: auto;
  background: white;
  position: relative;
  z-index: 1;
}
.survey-create .survey-create-grid .main-content .main-content-ui-view {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.survey-create .survey-create-grid .side-bar-switch {
  grid-area: 2/1/3/2;
  padding-top: 10px;
  background: rgb(237, 237, 237);
  z-index: 4;
}
.survey-create .survey-create-grid .left-bar {
  display: flex;
  background: white;
  grid-area: 2/2/3/3;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.survey-create .survey-create-grid .left-bar ui-view {
  width: 100%;
  display: block;
}
.survey-create .fixed-mobile-overlay {
  z-index: 1000000;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 636px) {
  .survey-create .fixed-mobile-overlay {
    display: none;
  }
}
.survey-create .main-mobile-message {
  font-size: 18px;
  font-style: italic;
  color: #595959;
}
.survey-create .blue-link {
  color: rgb(81, 131, 232);
}
.survey-create .preview-link-btn {
  width: 190px;
  height: 35px;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0;
}
.survey-create .analytics-link-btn {
  width: 190px;
  height: 35px;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.survey-create .back-to-dashboard {
  font-size: 14px;
  color: #737373;
}
.survey-create .next-destination-link {
  display: block;
  margin-top: 10px;
}
.survey-create .survey-create-sidebar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 425px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 2000;
  background-color: white;
}
.survey-create .survey-create-sidebar .sidebar-header-wrapper {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.survey-create .survey-create-sidebar .sidebar-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: white;
  position: absolute;
  top: 0;
  color: #262626;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-title {
  font-weight: bold;
  font-size: 15px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition-property: width, height, top, right, opacity, border-radius, font-size;
  -moz-transition-property: width, height, top, right, opacity, border-radius, font-size;
  -o-transition-property: width, height, top, right, opacity, border-radius, font-size;
  transition-property: width height top right opacity border-radius font-size;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 5px;
  width: 80px;
  height: 26px;
  border-radius: 13px;
  opacity: 0.85;
  background-color: white;
  background-position: 0 -41px;
  background-repeat: no-repeat;
  background-size: 425px;
  background-attachment: fixed;
  position: absolute;
  color: #f26623;
  font-size: 14px;
  font-weight: bold;
  line-height: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn i {
  margin-right: 5px;
  font-size: 14px;
  padding-top: 4px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn:hover {
  opacity: 1;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn {
  opacity: 1;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter {
  -webkit-transition: 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  -o-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave.ng-leave-active {
  opacity: 0;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter.ng-enter-active {
  opacity: 1;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.survey-create .survey-create-content {
  flex: 1 1 auto;
  min-width: 0;
  overflow-y: auto;
  display: flex;
  width: 100%;
}
.survey-create .survey-create-content .editor-hovermenu {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 65px;
  right: 10px;
  z-index: 1200;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition-property: color, background-color, box-shadow;
  -moz-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: rgb(81, 131, 232);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #4379e6;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn.opened {
  color: rgba(255, 255, 255, 0.65);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn.opened.pinned {
  color: rgb(81, 131, 232);
  background-color: white;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn i {
  font-size: 22px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn i.fa-thumb-tack {
  font-size: 20px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transform-origin: top right 50%;
  -moz-transform-origin: top right 50%;
  -ms-transform-origin: top right 50%;
  -o-transform-origin: top right 50%;
  transform-origin: top right 50%;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave.ng-leave-active {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group {
  padding: 18px 8px 8px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group:not(:last-child) {
  padding-bottom: 13px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group.top-group {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group .setting-group-title {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0 10px;
}
.survey-create .survey-create-content .setting-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-create .survey-create-content .setting-tr:not(.hidden) {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.survey-create .survey-create-content .setting-tr:not(.hidden):last-child {
  padding-bottom: 8px;
}
.survey-create .survey-create-content .setting-td {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
}
.survey-create .survey-create-content .setting-td:first-child {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  padding-left: 20px;
}
.survey-create .survey-create-content .setting-td:last-child {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.survey-create .survey-create-content setting-rows-group .settings-section-settings {
  width: 280px;
}
.survey-create .survey-create-content setting-rows-group .settings-section-settings:first-child:last-child {
  min-height: 47px;
}
.survey-create .survey-create-content setting-rows-group .pro-button {
  margin-left: 5px;
  cursor: pointer;
}
.survey-create .survey-create-content setting-rows-group .setting-name {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
.survey-create .survey-create-content setting-rows-group .helper-icon {
  margin-left: 5px;
}
.survey-create .survey-create-content setting-rows-group .setting-disable-overlay {
  margin-top: -4px;
  z-index: 5;
}
.survey-create .survey-create-content setting-rows-group .setting-input {
  text-align: right;
}
.survey-create .survey-create-content setting-rows-group .setting-input a, .survey-create .survey-create-content setting-rows-group .setting-input button {
  width: 100%;
  height: 24px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.survey-create .survey-create-content setting-rows-group .setting-input input[type=text], .survey-create .survey-create-content setting-rows-group .setting-input input[type=number] {
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #e6e6e6;
  color: #595959;
  height: 24px;
  width: 100%;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}
.survey-create .survey-create-content setting-rows-group .setting-input .switch-btn {
  display: inline-block;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control {
  text-align: left;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input, .survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-dropdown {
  font-size: 11px;
  color: #595959;
  border-color: #d9d9d9;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input {
  font-weight: bold;
  padding: 6px 20px 7px 8px;
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  border: none;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input:after {
  border-top-color: #cccccc;
  right: 8px;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input .ui-select-match {
  width: 100%;
  text-align: right;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-dropdown {
  border: 1px solid;
  border-radius: 2px;
  margin-top: 1px;
  right: -15px;
  width: 120px;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.survey-create .survey-create-content setting-rows-group .sub-setting {
  background-color: #f2f2f2;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-name {
  color: #404040;
  font-size: 12px;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-td {
  height: 30px;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-td:first-child {
  padding-left: 35px;
}
.survey-create .survey-create-content setting-rows-group :not(.sub-setting) + .sub-setting {
  padding-top: 4px;
}
.survey-create .survey-create-content sg-preview-menu {
  width: 150px;
  height: 50px;
  position: relative;
}

.header-background {
  width: 100%;
  height: 55px;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.editor-menu {
  display: flex;
  align-items: center;
  height: 55px;
}
.editor-menu.with-border {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.dynamic-survey-icon {
  margin-right: 14px;
  margin-left: 19px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #EFF4FD;
  color: #5083E8;
  font-size: 16px;
}

.dynamic-survey-icon + .survey-editor-name-input {
  margin-left: 0px;
}

.survey-editor-name-input {
  padding: 4px 0 4px 0;
  margin-left: 33px;
  min-width: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed transparent;
}
.survey-editor-name-input:focus {
  outline: none;
}
.survey-editor-name-input.edit-mode {
  border-bottom: 1px dashed currentColor;
}
.survey-editor-name-input.disabled-mode {
  pointer-events: none;
}
.survey-editor-name-input .ng-content-placeholder {
  font-style: italic;
  opacity: 0.4;
  font-weight: normal;
}

.survey-text-edit-icon {
  cursor: pointer;
  font-size: 12px;
  margin: 3px 10px 0 10px;
  color: rgb(166, 166, 166);
  transition: color 0.15s, opacity 0.15s;
}
.survey-text-edit-icon:hover {
  color: rgb(81, 131, 232);
}

.editor-side-panel-content-container {
  flex: 1 1 auto;
  min-width: 0;
}

.editor-side-panel-switch-and-content-container {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.survey-create-sidebar-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.editor-entire-screen-layout {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.editor-entire-screen-layout .survey-editor-switch-container {
  display: flex;
}
.editor-entire-screen-layout .side-switcher-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}
.editor-entire-screen-layout .full-width-height {
  width: 100%;
  height: 100%;
}
.editor-entire-screen-layout .modes-full-pager {
  flex: 1 1 auto;
  min-width: 0;
  background-color: white;
  position: relative;
  overflow-y: auto;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout {
  background: white;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout .permissions-title {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  font-size: 22px;
  color: black;
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
  font-weight: bold;
}
.editor-entire-screen-layout .logic-mode {
  display: flex;
  height: 100%;
}

.survey-header-in-entire-screen-layout {
  flex: 0 0 auto;
}

.editor-page-container {
  background: white;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.page-main {
  width: 100%;
  flex: 1;
}

.editor-page-content-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.editor-page-content {
  width: 900px;
  box-sizing: border-box;
}

.page-top-menu {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.05);
}
.page-top-menu .page-top-menu-header {
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  width: 250px;
}
.page-top-menu .hack-for-centering-nav {
  width: 250px;
}

.navigation-container {
  text-align: center;
}

.page-top-menu-entry {
  display: inline-flex;
  font-size: 17px;
  margin: 0 10px;
  padding: 5px;
  color: #a6a6a6;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  letter-spacing: -0.2px;
}
.page-top-menu-entry:hover {
  opacity: 0.8;
}
.page-top-menu-entry.active {
  color: rgb(81, 131, 232);
}

.add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
}

.column-container-flex-spare-height {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.survey-page-content-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.board-dialog-container .board-survey-dialog .page-top-menu {
  position: sticky;
  top: 0;
  z-index: 1302;
  background: white;
}
.board-dialog-container .board-survey-dialog .bsd-body {
  z-index: 1301;
  margin-top: 0;
}
.board-dialog-container .board-survey-dialog .bsd-close-btn {
  box-sizing: border-box;
  width: 250px;
  text-align: right;
  margin-right: 20px;
}
.board-dialog-container .board-survey-dialog .share-dialog-content {
  height: auto;
}

.modes-full-pager .sd-depth-3 {
  box-shadow: unset;
}

.advanced-actions-bsd-header {
  padding-bottom: 10px;
  padding-top: 5px;
}

.survey-create .board-survey-dialog .bsd-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header {
    height: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-left {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.survey-create .board-survey-dialog .bsd-header .bsd-close-btn {
  display: none;
}
.survey-create .board-survey-dialog .bsd-header .bsd-title {
  margin-top: -1px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-title {
    font-size: 16px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list {
  display: flex;
  font-size: 18px;
  margin-top: 2px;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  margin: 0 10px;
  padding: 5px;
  opacity: 0.5;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button:hover {
  opacity: 0.65;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button.active {
  color: rgb(81, 131, 232);
  padding-bottom: 15px;
  opacity: 1;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  margin-right: 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
    padding: 0 5px;
    margin-right: 20px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button[disabled], .survey-create .board-survey-dialog .bsd-header .add-user-button[disabled] {
  color: #666666;
  background-color: #404040;
}
.survey-create .board-survey-dialog .bsd-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 62px;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-body {
    margin-top: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-body.bsd-body-quiz-planner {
  top: 70px;
}
.survey-create .board-survey-dialog .bsd-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
.survey-create .board-survey-dialog .bsd-body-loader {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 35px;
  color: #252729;
  z-index: 1;
}
.survey-create .bsd-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-create .bsd-table-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  background-color: white;
  padding: 0 54px;
}
.survey-create .bsd-table-head .bsd-th-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: gray;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-head .bsd-th-label {
    font-size: 14px;
  }
}
.survey-create .bsd-table-body {
  overflow-y: auto;
}
.survey-create .bsd-table-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-row {
    padding: 0 20px;
  }
}
.survey-create .bsd-action-btn {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.survey-create .bsd-action-btn[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
.survey-create .bsd-action-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-action-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]) {
  color: rgb(81, 131, 232);
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]):hover {
  color: #3a73e5;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]) {
  color: #e55c5c;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]):hover {
  color: #e14646;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]) {
  color: #666666;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]):hover {
  color: #595959;
}

.copied-to-clipboard {
  animation: scaleUpAndDown 1s ease-in-out;
  transform-origin: 20% center;
}

@keyframes scaleUpAndDown {
  25% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(0.99);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.is-rtl .survey-widget-question .survey-question-nav .progress-text .progress-input {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl .survey-widget-question .survey-question-nav .progress-text .progress-input.in-edit-mode {
  padding: 2px 8px 3px 30px;
}
.is-rtl .survey-widget-question .survey-question-nav .progress-text .progress-input i {
  margin-left: 0px;
  margin-right: 8px;
}

.primary-readable-black .survey-details {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black .survey-details input ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .survey-details input :-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .survey-details input ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .survey-details input :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .progress-bar {
  background-color: rgba(0, 0, 0, 0.2);
}
.primary-readable-black .filled-progress {
  background-color: rgba(0, 0, 0, 0.9);
}
.primary-readable-black .survey-nav-btn[disabled] {
  color: rgba(0, 0, 0, 0.2);
}
.primary-readable-black .prev-nav-btn {
  color: rgba(0, 0, 0, 0.5);
}
.primary-readable-black .next-nav-btn {
  background-color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black .next-btn-text {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-black .next-btn-icon {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-black .extra-footer-part:not(.is-notification) {
  color: black;
}
.primary-readable-black .q-submit-btn {
  background-color: rgba(0, 0, 0, 0.7);
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-black .q-submit-btn[disabled] {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.primary-readable-white .survey-details {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white .survey-details input ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .survey-details input :-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .survey-details input ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .survey-details input :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .progress-bar {
  background-color: rgba(255, 255, 255, 0.2);
}
.primary-readable-white .filled-progress {
  background-color: rgba(255, 255, 255, 0.9);
}
.primary-readable-white .survey-nav-btn[disabled] {
  color: rgba(255, 255, 255, 0.2);
}
.primary-readable-white .prev-nav-btn {
  color: rgba(255, 255, 255, 0.5);
}
.primary-readable-white .next-nav-btn {
  background-color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white .next-btn-text {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-white .next-btn-icon {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-white .extra-footer-part:not(.is-notification) {
  color: white;
}
.primary-readable-white .q-submit-btn {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-white .q-submit-btn[disabled] {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.survey-widget-question {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.survey-widget-question .non-editable {
  pointer-events: none;
}
.survey-widget-question .survey-question-content {
  position: relative;
  padding: 0 20px;
  max-width: 840px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.survey-widget-question .question-page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  pointer-events: none;
  justify-content: center;
}
.survey-widget-question .question-footnote-actions {
  position: relative;
  margin: 20px 0;
  padding: 5px;
}
.survey-widget-question .question-extra-text-actions {
  position: relative;
}
.survey-widget-question sg-resync-page-popover {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.survey-widget-question .survey-question-topbar {
  margin: 10px 0;
}
.survey-widget-question .question-navigation-and-progress {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
}
.survey-widget-question .top-bar-gutter {
  width: 5px;
}
.survey-widget-question .close-button-place {
  width: 51px;
  height: 46px;
  flex: 0 0 auto;
}
.survey-widget-question .survey-question-nav {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
}
.survey-widget-question .survey-question-nav .q-nav-btn {
  cursor: pointer;
  font-size: 15px;
}
.survey-widget-question .survey-question-nav .progress-text {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  max-width: 70%;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}
.survey-widget-question .survey-question-nav .progress-text .progress-input {
  margin-right: 8px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.survey-widget-question .survey-question-nav .progress-text .progress-input i {
  opacity: 0.25;
  font-size: 12px;
  margin-left: 8px;
  transition: opacity 0.15s;
}
.survey-widget-question .survey-question-nav .progress-text .progress-input:hover i {
  opacity: 0.5;
}
.survey-widget-question .survey-question-progress {
  width: 100%;
  height: 6px;
  overflow: hidden;
  border-radius: 3.5px;
}
.survey-widget-question .survey-question-progress .progress-line {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.survey-widget-question .progress-bar {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}
.survey-widget-question .progress-bar-segments {
  width: 100%;
  text-align: center;
  min-height: 6px;
}
.survey-widget-question .progress-bar-segments:last-child {
  border-right: none !important;
}
.survey-widget-question .progress-bar-segments .label {
  padding: 3px;
  font-size: 11px;
}
.survey-widget-question .survey-question-header {
  z-index: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-widget-question .survey-question-header.selected-variant {
  padding: 20px;
}
.survey-widget-question .survey-question-header.media-on-top {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.survey-widget-question .survey-question-header.media-on-top .question-media-and-media-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 635px) {
  .survey-widget-question .survey-question-header.media-on-top .question-media-and-media-subtitle {
    margin-bottom: 7px;
  }
}
.survey-widget-question .question-header-title {
  font-weight: normal;
}
.survey-widget-question .question-txt, .survey-widget-question .page-middle-text {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  box-sizing: border-box;
  width: 100%;
}
.survey-widget-question .question-txt ::-webkit-input-placeholder, .survey-widget-question .page-middle-text ::-webkit-input-placeholder {
  font-style: italic;
}
.survey-widget-question .question-txt :-moz-placeholder, .survey-widget-question .page-middle-text :-moz-placeholder {
  font-style: italic;
}
.survey-widget-question .question-txt ::-moz-placeholder, .survey-widget-question .page-middle-text ::-moz-placeholder {
  font-style: italic;
}
.survey-widget-question .question-txt :-ms-input-placeholder, .survey-widget-question .page-middle-text :-ms-input-placeholder {
  font-style: italic;
}
.survey-widget-question .question-txt.question-txt-textarea, .survey-widget-question .page-middle-text.question-txt-textarea {
  margin-top: 1px;
}
.survey-widget-question .ta-toolbar {
  z-index: 50;
}
.survey-widget-question .question-media-and-media-subtitle:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 635px) {
  .survey-widget-question .question-media-and-media-subtitle:not(:first-child) {
    margin-top: 7px;
  }
}
.survey-widget-question .question-media {
  direction: ltr;
}
.survey-widget-question .question-media .cover-media-container {
  width: 100%;
  border-radius: 5px;
  line-height: 0;
  text-align: center;
  position: relative;
}
.survey-widget-question .question-media .cover-media-container .cover-filler {
  width: 100%;
  height: 150px;
}
.survey-widget-question .question-media .cover-media-container .cover-image {
  max-width: 100%;
}
.survey-widget-question .question-media .cover-media-container .cover-image:not(.cover-image-portrait) {
  max-height: 320px;
}
.survey-widget-question .question-media .cover-media-container .cover-video {
  display: inline-block;
  width: 100%;
}
.survey-widget-question .question-media .cover-media-container .cover-video.youtube-video {
  height: 320px;
}
.survey-widget-question .question-media .question-media-edit {
  padding: 0;
}
.survey-widget-question .question-media .question-media-edit .question-cover-editor {
  background-color: #e6e6e6;
  text-align: center;
  height: 300px;
  margin: 15px 0 5px 0;
}
.survey-widget-question .add-media-btn-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.survey-widget-question .question-strip {
  z-index: 50;
  position: relative;
  display: block;
  padding: 0 20px;
}
.survey-widget-question .question-extra-text, .survey-widget-question .question-media-text, .survey-widget-question .question-footnote-text {
  font-size: 16px;
  font-weight: normal;
}
.survey-widget-question .question-footnote-text {
  box-sizing: border-box;
}
@media screen and (max-width: 635px) {
  .survey-widget-question .question-footnote-text {
    font-size: 12px;
  }
}
.survey-widget-question .question-extra-text {
  margin-top: 10px;
  font-size: 16px;
}
.survey-widget-question .question-media-text {
  margin-top: 15px;
  margin-bottom: -5px;
}
.survey-widget-question .question-body {
  padding-bottom: 70px;
}
.survey-widget-question .after-msg-screen {
  color: #545454;
  font-size: 18px;
  white-space: pre-wrap;
}
.survey-widget-question .text-answer-container {
  font-weight: normal;
  margin-top: 25px;
}
.survey-widget-question .text-answer-container .text-answer-input {
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  font-size: 16px;
}
.survey-widget-question .show-problems .is-invalid .text-answer-input {
  border-color: rgb(197, 85, 85);
}
.survey-widget-question .rating-comment {
  margin-top: 30px;
}
@media screen and (max-width: 635px) {
  .survey-widget-question .rating-comment {
    margin-top: 15px;
  }
}
.survey-widget-question .rating-comment textarea {
  font-size: 18px;
}

.survey-widget-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2500;
}
.survey-widget-footer .progress-text-container {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.survey-widget-footer .progress-text-container.in-edit-mode {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
  border-radius: 3px;
}
.survey-widget-footer .progress-text-container.in-edit-mode:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.survey-widget-footer .progress-text-container.in-edit-mode:hover .caption-editor-icon {
  opacity: 0.8;
}
.survey-widget-footer .progress-bar-caption {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
  min-width: 0;
}
.survey-widget-footer .caption-editor-icon {
  flex: 0 0 auto;
  opacity: 0.65;
}
.survey-widget-footer .is-notification {
  background-color: rgba(197, 85, 85, 0.95);
  color: white;
}
.survey-widget-footer .is-notification .extra-footer-part-content {
  position: relative;
}
.survey-widget-footer .extra-footer-part-content {
  font-size: 18px;
  height: 60px;
}
.survey-widget-footer .incomplete-answer-notification {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.survey-widget-footer .restart-survey-button {
  cursor: pointer;
  font-size: 15px;
}
.survey-widget-footer .extra-submit {
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
.survey-widget-footer .extra-submit .q-submit-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  border-radius: 2px;
  height: 35px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 14px;
}
.survey-widget-footer .extra-submit .q-submit-btn:not([disabled]) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.survey-widget-footer .extra-submit .q-submit-btn .q-submit-text {
  font-weight: bold;
  text-transform: uppercase;
}
.survey-widget-footer .extra-submit .q-submit-btn .q-submit-icon {
  font-size: 12px;
}
.survey-widget-footer .extra-submit .q-submit-btn .q-submit-icon.si-arrow-nav-right {
  padding-left: 8px;
}
.survey-widget-footer .extra-submit .q-submit-btn .q-submit-icon.si-arrow-nav-left {
  padding-right: 8px;
}
.survey-widget-footer .survey-progress {
  line-height: 0;
  width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .survey-progress {
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
}
.is-rtl .survey-widget-footer .survey-progress {
  margin-right: 0;
  margin-left: 20px;
}
.survey-widget-footer .survey-progress .survey-details {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  line-height: normal;
  width: 100%;
  margin-bottom: 10px;
}
.survey-widget-footer .progress-bar {
  height: 6px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.survey-widget-footer .filled-progress {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.survey-widget-footer .progress-details {
  font-size: 14px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.survey-widget-footer .progress-details:not(:first-child) {
  padding-left: 8px;
}
.survey-widget-footer .survey-nav-btn {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .survey-nav-btn {
    font-size: 14px;
  }
}
.survey-widget-footer .navigation-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-widget-footer .prev-nav-btn .si-arrow-nav-right {
  padding-left: 15px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .prev-nav-btn .si-arrow-nav-right {
    padding-left: 8px;
  }
}
.survey-widget-footer .prev-nav-btn .si-arrow-nav-left {
  padding-right: 15px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .prev-nav-btn .si-arrow-nav-left {
    padding-right: 8px;
  }
}
.survey-widget-footer .next-nav-btn {
  border-radius: 2px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-sizing: border-box;
  height: 35px;
  padding: 0 15px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .next-nav-btn {
    padding: 0 8px;
  }
}
.survey-widget-footer .next-nav-btn .si-arrow-nav-right {
  padding-left: 8px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .next-nav-btn .si-arrow-nav-right {
    padding-left: 6px;
  }
}
.survey-widget-footer .next-nav-btn .si-arrow-nav-left {
  padding-right: 8px;
}
@media screen and (max-width: 635px) {
  .survey-widget-footer .next-nav-btn .si-arrow-nav-left {
    padding-right: 6px;
  }
}
.survey-widget-footer .next-btn-text {
  font-weight: bold;
  text-transform: uppercase;
}

/* dashboard survey create */
.question-library-survey-widget {
  flex: 1 1 auto;
  min-width: 0;
  overflow-y: auto;
  display: flex;
  width: 100%;
}
.question-library-survey-widget .editor-hovermenu {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 65px;
  right: 10px;
  z-index: 1200;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition-property: color, background-color, box-shadow;
  -moz-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: rgb(81, 131, 232);
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #4379e6;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn.opened {
  color: rgba(255, 255, 255, 0.65);
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn.opened.pinned {
  color: rgb(81, 131, 232);
  background-color: white;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn i {
  font-size: 22px;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-btn i.fa-thumb-tack {
  font-size: 20px;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transform-origin: top right 50%;
  -moz-transform-origin: top right 50%;
  -ms-transform-origin: top right 50%;
  -o-transform-origin: top right 50%;
  transform-origin: top right 50%;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-enter, .question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-enter, .question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-leave.ng-leave-active {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-leave, .question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup .setting-group {
  padding: 18px 8px 8px;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup .setting-group:not(:last-child) {
  padding-bottom: 13px;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup .setting-group.top-group {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
}
.question-library-survey-widget .editor-hovermenu .editor-hovermenu-popup .setting-group .setting-group-title {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0 10px;
}
.question-library-survey-widget .setting-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.question-library-survey-widget .setting-tr:not(.hidden) {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.question-library-survey-widget .setting-tr:not(.hidden):last-child {
  padding-bottom: 8px;
}
.question-library-survey-widget .setting-td {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
}
.question-library-survey-widget .setting-td:first-child {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  padding-left: 20px;
}
.question-library-survey-widget .setting-td:last-child {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.question-library-survey-widget setting-rows-group .settings-section-settings {
  width: 280px;
}
.question-library-survey-widget setting-rows-group .settings-section-settings:first-child:last-child {
  min-height: 47px;
}
.question-library-survey-widget setting-rows-group .pro-button {
  margin-left: 5px;
  cursor: pointer;
}
.question-library-survey-widget setting-rows-group .setting-name {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
.question-library-survey-widget setting-rows-group .helper-icon {
  margin-left: 5px;
}
.question-library-survey-widget setting-rows-group .setting-disable-overlay {
  margin-top: -4px;
  z-index: 5;
}
.question-library-survey-widget setting-rows-group .setting-input {
  text-align: right;
}
.question-library-survey-widget setting-rows-group .setting-input a, .question-library-survey-widget setting-rows-group .setting-input button {
  width: 100%;
  height: 24px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.question-library-survey-widget setting-rows-group .setting-input input[type=text], .question-library-survey-widget setting-rows-group .setting-input input[type=number] {
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #e6e6e6;
  color: #595959;
  height: 24px;
  width: 100%;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}
.question-library-survey-widget setting-rows-group .setting-input .switch-btn {
  display: inline-block;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-control {
  text-align: left;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-control .selectize-input, .question-library-survey-widget setting-rows-group .setting-input .selectize-control .selectize-dropdown {
  font-size: 11px;
  color: #595959;
  border-color: #d9d9d9;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-control .selectize-input {
  font-weight: bold;
  padding: 6px 20px 7px 8px;
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  border: none;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-control .selectize-input:after {
  border-top-color: #cccccc;
  right: 8px;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-control .selectize-input .ui-select-match {
  width: 100%;
  text-align: right;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-dropdown {
  border: 1px solid;
  border-radius: 2px;
  margin-top: 1px;
  right: -15px;
  width: 120px;
}
.question-library-survey-widget setting-rows-group .setting-input .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.question-library-survey-widget setting-rows-group .sub-setting {
  background-color: #f2f2f2;
}
.question-library-survey-widget setting-rows-group .sub-setting .setting-name {
  color: #404040;
  font-size: 12px;
}
.question-library-survey-widget setting-rows-group .sub-setting .setting-td {
  height: 30px;
}
.question-library-survey-widget setting-rows-group .sub-setting .setting-td:first-child {
  padding-left: 35px;
}
.question-library-survey-widget setting-rows-group :not(.sub-setting) + .sub-setting {
  padding-top: 4px;
}
.question-library-survey-widget sg-preview-menu {
  width: 150px;
  height: 50px;
  position: relative;
}

.header-background {
  width: 100%;
  height: 55px;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.editor-menu {
  display: flex;
  align-items: center;
  height: 55px;
}
.editor-menu.with-border {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.dynamic-survey-icon {
  margin-right: 14px;
  margin-left: 19px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #EFF4FD;
  color: #5083E8;
  font-size: 16px;
}

.dynamic-survey-icon + .survey-editor-name-input {
  margin-left: 0px;
}

.survey-editor-name-input {
  padding: 4px 0 4px 0;
  margin-left: 33px;
  min-width: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed transparent;
}
.survey-editor-name-input:focus {
  outline: none;
}
.survey-editor-name-input.edit-mode {
  border-bottom: 1px dashed currentColor;
}
.survey-editor-name-input.disabled-mode {
  pointer-events: none;
}
.survey-editor-name-input .ng-content-placeholder {
  font-style: italic;
  opacity: 0.4;
  font-weight: normal;
}

.survey-text-edit-icon {
  cursor: pointer;
  font-size: 12px;
  margin: 3px 10px 0 10px;
  color: rgb(166, 166, 166);
  transition: color 0.15s, opacity 0.15s;
}
.survey-text-edit-icon:hover {
  color: rgb(81, 131, 232);
}

.editor-side-panel-content-container {
  flex: 1 1 auto;
  min-width: 0;
}

.editor-side-panel-switch-and-content-container {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.survey-create-sidebar-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.editor-entire-screen-layout {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.editor-entire-screen-layout .survey-editor-switch-container {
  display: flex;
}
.editor-entire-screen-layout .side-switcher-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}
.editor-entire-screen-layout .full-width-height {
  width: 100%;
  height: 100%;
}
.editor-entire-screen-layout .modes-full-pager {
  flex: 1 1 auto;
  min-width: 0;
  background-color: white;
  position: relative;
  overflow-y: auto;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout {
  background: white;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout .permissions-title {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  font-size: 22px;
  color: black;
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
  font-weight: bold;
}
.editor-entire-screen-layout .logic-mode {
  display: flex;
  height: 100%;
}

.survey-header-in-entire-screen-layout {
  flex: 0 0 auto;
}

.editor-page-container {
  background: white;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.page-main {
  width: 100%;
  flex: 1;
}

.editor-page-content-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.editor-page-content {
  width: 900px;
  box-sizing: border-box;
}

.page-top-menu {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.05);
}
.page-top-menu .page-top-menu-header {
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  width: 250px;
}
.page-top-menu .hack-for-centering-nav {
  width: 250px;
}

.navigation-container {
  text-align: center;
}

.page-top-menu-entry {
  display: inline-flex;
  font-size: 17px;
  margin: 0 10px;
  padding: 5px;
  color: #a6a6a6;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  letter-spacing: -0.2px;
}
.page-top-menu-entry:hover {
  opacity: 0.8;
}
.page-top-menu-entry.active {
  color: rgb(81, 131, 232);
}

.add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
}

.column-container-flex-spare-height {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.survey-page-content-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.board-dialog-container .board-survey-dialog .page-top-menu {
  position: sticky;
  top: 0;
  z-index: 1302;
  background: white;
}
.board-dialog-container .board-survey-dialog .bsd-body {
  z-index: 1301;
  margin-top: 0;
}
.board-dialog-container .board-survey-dialog .bsd-close-btn {
  box-sizing: border-box;
  width: 250px;
  text-align: right;
  margin-right: 20px;
}
.board-dialog-container .board-survey-dialog .share-dialog-content {
  height: auto;
}

.modes-full-pager .sd-depth-3 {
  box-shadow: unset;
}

.advanced-actions-bsd-header {
  padding-bottom: 10px;
  padding-top: 5px;
}

.survey-create .board-survey-dialog .bsd-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header {
    height: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-left {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.survey-create .board-survey-dialog .bsd-header .bsd-close-btn {
  display: none;
}
.survey-create .board-survey-dialog .bsd-header .bsd-title {
  margin-top: -1px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-title {
    font-size: 16px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list {
  display: flex;
  font-size: 18px;
  margin-top: 2px;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  margin: 0 10px;
  padding: 5px;
  opacity: 0.5;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button:hover {
  opacity: 0.65;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button.active {
  color: rgb(81, 131, 232);
  padding-bottom: 15px;
  opacity: 1;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  margin-right: 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
    padding: 0 5px;
    margin-right: 20px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button[disabled], .survey-create .board-survey-dialog .bsd-header .add-user-button[disabled] {
  color: #666666;
  background-color: #404040;
}
.survey-create .board-survey-dialog .bsd-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 62px;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-body {
    margin-top: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-body.bsd-body-quiz-planner {
  top: 70px;
}
.survey-create .board-survey-dialog .bsd-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
.survey-create .board-survey-dialog .bsd-body-loader {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 35px;
  color: #252729;
  z-index: 1;
}
.survey-create .bsd-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-create .bsd-table-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  background-color: white;
  padding: 0 54px;
}
.survey-create .bsd-table-head .bsd-th-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: gray;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-head .bsd-th-label {
    font-size: 14px;
  }
}
.survey-create .bsd-table-body {
  overflow-y: auto;
}
.survey-create .bsd-table-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-row {
    padding: 0 20px;
  }
}
.survey-create .bsd-action-btn {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.survey-create .bsd-action-btn[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
.survey-create .bsd-action-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-action-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]) {
  color: rgb(81, 131, 232);
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]):hover {
  color: #3a73e5;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]) {
  color: #e55c5c;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]):hover {
  color: #e14646;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]) {
  color: #666666;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]):hover {
  color: #595959;
}

.copied-to-clipboard {
  animation: scaleUpAndDown 1s ease-in-out;
  transform-origin: 20% center;
}

@keyframes scaleUpAndDown {
  25% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(0.99);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.add-stuff-trigger {
  display: flex;
  margin-top: 8px;
  align-items: center;
  font-weight: bold;
}
.add-stuff-trigger i.fa-plus {
  margin-right: 4px;
}
.add-stuff-trigger.no-margins {
  margin-top: 0;
}

.setting-container {
  padding: 11px 0;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
.setting-container .setting {
  display: inline-block;
  vertical-align: top;
}
.setting-container .setting-tag {
  border-radius: 3px;
  height: 22px;
  box-sizing: border-box;
  padding: 0 6px;
  background-color: white;
  color: gray;
  box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-weight: bold;
}
.setting-container .tag-part {
  display: inline-block;
  height: 100%;
  margin-left: 10px;
}
.setting-container .tag-part:first-child {
  margin-left: 0;
}
.setting-container .reoreder-items {
  position: relative;
}
.setting-container .reoreder-items .triangle-from-above {
  position: absolute;
  border-style: solid;
  border-width: 13px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -26px;
  border-top-color: transparent;
  border-bottom-color: #ebebeb;
  left: 18px;
  top: 15px;
}

.editor-fields textarea, .editor-fields input[type=text] {
  border: 1px solid #e0e0e0;
  background-color: white;
  box-sizing: border-box;
}
.editor-fields textarea ::-webkit-input-placeholder, .editor-fields input[type=text] ::-webkit-input-placeholder {
  font-style: italic;
  color: #bfbfbf;
}
.editor-fields textarea :-moz-placeholder, .editor-fields input[type=text] :-moz-placeholder {
  font-style: italic;
  color: #bfbfbf;
}
.editor-fields textarea ::-moz-placeholder, .editor-fields input[type=text] ::-moz-placeholder {
  font-style: italic;
  color: #bfbfbf;
}
.editor-fields textarea :-ms-input-placeholder, .editor-fields input[type=text] :-ms-input-placeholder {
  font-style: italic;
  color: #bfbfbf;
}

.is-rtl question-strip-matrix-items {
  text-align: right;
}
.is-rtl question-strip-matrix-items .items-list-container {
  margin-left: 0;
  margin-right: 225px;
}

.overlay-light question-strip-matrix-items .items-list .strip-entry {
  color: rgba(0, 0, 0, 0.9);
}
.overlay-light question-strip-matrix-items .items-list .strip-entry .editable-text ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.overlay-light question-strip-matrix-items .items-list .strip-entry .editable-text :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.overlay-light question-strip-matrix-items .items-list .strip-entry .editable-text ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.overlay-light question-strip-matrix-items .items-list .strip-entry .editable-text :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.overlay-dark question-strip-matrix-items .items-list .strip-entry {
  color: rgba(255, 255, 255, 0.9);
}
.overlay-dark question-strip-matrix-items .items-list .strip-entry .editable-text ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.overlay-dark question-strip-matrix-items .items-list .strip-entry .editable-text :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.overlay-dark question-strip-matrix-items .items-list .strip-entry .editable-text ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.overlay-dark question-strip-matrix-items .items-list .strip-entry .editable-text :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

question-strip-matrix-items {
  display: block;
  text-align: left;
  line-height: 0;
  min-height: 40px;
}
question-strip-matrix-items .matrix-drilldown-sign {
  -webkit-align-self: center;
  align-self: center;
}
question-strip-matrix-items .items-list-container {
  line-height: normal;
  margin-left: 225px;
}
question-strip-matrix-items .items-list {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
question-strip-matrix-items .items-list .strip-entry {
  position: relative;
  box-sizing: border-box;
  padding: 12px 6px;
  font-size: 13px;
  font-weight: normal;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
question-strip-matrix-items .items-list .strip-entry .remove-entry, question-strip-matrix-items .items-list .strip-entry .add-entry {
  position: absolute;
  font-size: 10px;
  top: 3px;
}
question-strip-matrix-items .items-list .strip-entry .remove-entry button, question-strip-matrix-items .items-list .strip-entry .add-entry button {
  width: 16px;
  height: 16px;
  color: white;
  border-radius: 50%;
  background-color: rgba(80, 84, 89, 0.5);
}
question-strip-matrix-items .items-list .strip-entry .remove-entry button:hover, question-strip-matrix-items .items-list .strip-entry .add-entry button:hover {
  background-color: rgba(80, 84, 89, 0.65);
}
question-strip-matrix-items .items-list .strip-entry .remove-entry {
  left: 3px;
}
question-strip-matrix-items .items-list .strip-entry .add-entry {
  left: 22px;
}
question-strip-matrix-items .items-list .strip-entry:not(:last-child) .add-entry {
  display: none;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-1 {
  width: 100%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-2 {
  width: 50%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-3 {
  width: 33.3333333333%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-4 {
  width: 25%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-5 {
  width: 20%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-6 {
  width: 16.6666666667%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-7 {
  width: 14.2857142857%;
}
question-strip-matrix-items .items-list .strip-entry.num-entries-8 {
  width: 12.5%;
}
question-strip-matrix-items .items-list .strip-entry .editable-text {
  width: 100%;
  text-align: center;
}
question-strip-matrix-items .items-list .strip-entry .editable-text ::-webkit-input-placeholder {
  font-style: italic;
}
question-strip-matrix-items .items-list .strip-entry .editable-text :-moz-placeholder {
  font-style: italic;
}
question-strip-matrix-items .items-list .strip-entry .editable-text ::-moz-placeholder {
  font-style: italic;
}
question-strip-matrix-items .items-list .strip-entry .editable-text :-ms-input-placeholder {
  font-style: italic;
}

.draggable-cursor {
  cursor: move;
}

.is-current-context {
  border: dashed 1px rgba(0, 0, 0, 0.7) !important;
}

.question-results {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.percentage-bar {
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 148;
}

.percentage-text {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  overflow: hidden;
}

.percentage-bar-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.dark-underlay {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.box-item.trivia-correct-answer.is-in-answers {
  border-color: rgb(77, 191, 77) !important;
}
.box-item.trivia-correct-answer.is-in-answers .name-strip {
  background-color: rgb(77, 191, 77) !important;
}
.box-item.trivia-correct-answer:not(.is-in-answers) {
  border-color: rgb(55, 130, 55) !important;
}
.box-item.trivia-correct-answer:not(.is-in-answers) .name-strip {
  background: repeating-linear-gradient(45deg, rgb(77, 191, 77), rgb(77, 191, 77) 5px, rgb(55, 130, 55) 5px, rgb(55, 130, 55) 10px);
}
.box-item.trivia-false-answer {
  border-color: rgb(230, 69, 69) !important;
}
.box-item.trivia-false-answer .name-strip {
  background-color: rgb(230, 69, 69) !important;
}
.box-item .percentage-bar {
  -webkit-transition: height 1s ease-in-out;
  -moz-transition: height 1s ease-in-out;
  -o-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.box-item .percentage-text {
  color: rgb(220, 220, 220);
  font-size: 40px;
}
.box-item .percentage-bar-container {
  flex: 1 1 auto;
  min-height: 0;
}
.box-item .percentage-text-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-item.box-item-3.small-screen .percentage-bar-container {
  position: absolute;
  top: 0;
  left: 0;
}
.box-item.box-item-3.small-screen .percentage-text-container, .box-item.box-item-3.small-screen .dark-underlay {
  width: 110px;
  height: 82px;
  margin: 10px 0 0 10px;
  z-index: 105;
}
.box-item.box-item-4 .percentage-text {
  font-size: 30px;
}

.list-item.trivia-correct-answer.show-percentage {
  background-color: rgb(37, 95, 37) !important;
}
.list-item.trivia-correct-answer:not(.show-percentage).is-in-answers {
  background-color: rgb(77, 191, 77) !important;
}
.list-item.trivia-correct-answer:not(.show-percentage):not(.is-in-answers) {
  background: repeating-linear-gradient(45deg, rgb(77, 191, 77), rgb(77, 191, 77) 5px, rgb(55, 130, 55) 5px, rgb(55, 130, 55) 10px);
}
.list-item.trivia-correct-answer .percentage-bar {
  background-color: rgb(77, 191, 77) !important;
}
.list-item.trivia-false-answer.show-percentage {
  background-color: rgb(115, 35, 35) !important;
}
.list-item.trivia-false-answer:not(.show-percentage) {
  background-color: rgb(230, 69, 69) !important;
}
.list-item.trivia-false-answer .percentage-bar {
  background-color: rgb(230, 69, 69) !important;
}
.list-item .percentage-bar {
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  height: 100%;
}
.list-item .percentage-bar-container {
  position: absolute;
  top: 0;
  left: 0;
}
.list-item .percentage-text-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 50px;
  height: 100%;
}

.is-rtl question-body-choices .button-strip {
  left: 0;
  right: initial;
}
.is-rtl question-body-choices .add-item-trigger {
  text-align: right;
}
.is-rtl question-body-choices .add-item-trigger .v-align-inner {
  direction: ltr;
}
.is-rtl question-body-choices .box-item {
  margin: 0 0 2% 2%;
}
.is-rtl question-body-choices .box-item .edit-comment-trigger {
  left: auto;
  right: 6px;
}
.is-rtl question-body-choices .is-in-answers .item-idx-n-name {
  padding-right: 0;
  padding-left: 5px;
}
.is-rtl question-body-choices .drilldown-sign-right, .is-rtl question-body-choices .fa-angle-double-right {
  display: none;
}
.is-rtl question-body-choices .drilldown-sign-left, .is-rtl question-body-choices .fa-angle-double-left {
  display: inline-block;
  padding-right: 5px;
  padding-left: 10px;
}

.primary-readable-black question-body-choices .box-item.is-in-answers .name-strip {
  color: rgba(0, 0, 0, 0.8);
}
.primary-readable-black question-body-choices .is-in-answers .item-idx {
  color: rgba(0, 0, 0, 0.65);
}

.primary-readable-white question-body-choices .box-item.is-in-answers .name-strip {
  color: rgba(255, 255, 255, 0.8);
}
.primary-readable-white question-body-choices .is-in-answers .item-idx {
  color: rgba(255, 255, 255, 0.65);
}

question-body-choices {
  display: block;
}
question-body-choices .choice-item-badges {
  align-self: center;
}
question-body-choices .box-item {
  box-sizing: border-box;
  position: relative;
  line-height: normal;
  display: inline-block;
  border-radius: 5px;
  border: 3px solid;
  margin: 0 2% 2% 0;
  background-clip: padding-box;
}
question-body-choices .box-item.comment-opened {
  z-index: 3000;
}
question-body-choices .box-item.comment-opened .name-strip {
  padding: 0;
  background-color: #595959;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
question-body-choices .box-item.comment-opened .item-idx-n-name {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0;
}
question-body-choices .box-item.comment-opened item-comment-editor {
  flex: 1 1 auto;
  min-height: 0;
}
question-body-choices .box-item.comment-opened .percentage-text-container, question-body-choices .box-item.comment-opened .percentage-bar-container {
  display: none;
}
question-body-choices .box-item .percentage-text-container {
  -webkit-justify-content: center;
  justify-content: center;
}
question-body-choices .box-item .name-strip {
  flex: 0 0 auto;
  width: 100%;
  padding: 5px 6px;
  box-sizing: border-box;
  max-height: 100%;
  min-height: 38px;
  overflow: hidden;
  font-size: 15px;
  font-weight: normal;
  z-index: 100;
}
question-body-choices .box-item .image-item-badges {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  opacity: 0.8;
}
question-body-choices .box-item .box-item-cover-image {
  bottom: 0;
  right: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
question-body-choices .box-item .box-item-add-camera {
  width: 60%;
  height: 60%;
}
question-body-choices .box-item .edit-comment-trigger {
  top: 6px;
  left: 6px;
}
question-body-choices .box-item textarea ::-webkit-input-placeholder {
  font-style: italic;
  opacity: 0.7;
}
question-body-choices .box-item textarea :-moz-placeholder {
  font-style: italic;
  opacity: 0.7;
}
question-body-choices .box-item textarea ::-moz-placeholder {
  font-style: italic;
  opacity: 0.7;
}
question-body-choices .box-item textarea :-ms-input-placeholder {
  font-style: italic;
  opacity: 0.7;
}
question-body-choices .box-item .trivia-feedback-overlay {
  -webkit-justify-content: center;
  justify-content: center;
}
question-body-choices .box-item .feedback-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
question-body-choices .box-item .feedback-circle i {
  font-size: 36px;
}
question-body-choices .drilldown-sign-left, question-body-choices .fa-angle-double-left {
  display: none;
}
question-body-choices .drilldown-sign-right, question-body-choices .fa-angle-double-right {
  display: inline-block;
  padding-right: 10px;
  padding-left: 5px;
}
question-body-choices .item-idx {
  font-weight: bold;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
question-body-choices .item-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
question-body-choices .item-name textarea {
  width: 100%;
}
question-body-choices .item-name.hidden-in-survey {
  opacity: 0.5;
}
question-body-choices .item-name.elastic-related-hack:not(:last-child) {
  display: none;
}
question-body-choices div.item-name {
  white-space: pre-wrap;
}
question-body-choices .item-idx-n-name {
  width: 100%;
  margin: 5px 0;
  box-sizing: border-box;
  background-color: transparent;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
question-body-choices .box-item-2 {
  width: 48%;
  padding-top: 36%;
}
question-body-choices .box-item-2.ui-sortable-helper {
  padding-top: 0;
}
question-body-choices .box-item-3 {
  width: 31.3333333333%;
  padding-top: 23.5%;
}
question-body-choices .box-item-3.ui-sortable-helper {
  padding-top: 0;
}
question-body-choices .box-item-4 {
  width: 23%;
  padding-top: 17.25%;
}
question-body-choices .box-item-4.ui-sortable-helper {
  padding-top: 0;
}
question-body-choices .box-items-container .idx-digits-1 .item-idx {
  width: 16px;
}
question-body-choices .box-items-container .idx-digits-2 .item-idx {
  width: 25px;
}
question-body-choices .question-items-list .idx-digits-1 .item-idx {
  width: 24px;
}
question-body-choices .question-items-list .idx-digits-2 .item-idx {
  width: 34px;
}
@media screen and (max-width: 635px) {
  question-body-choices .question-items-list .idx-digits-1 .item-idx {
    width: 23px;
  }
  question-body-choices .question-items-list .idx-digits-2 .item-idx {
    width: 32px;
  }
}
question-body-choices .items-container .drilldown-message {
  margin-bottom: 10px;
}
question-body-choices .items-container #item-viewer {
  margin: 15px 0 10px;
  line-height: normal;
}
question-body-choices .items-container item-changer {
  direction: ltr;
  text-align: left;
}
question-body-choices .items-container .name-in-overlay {
  font-size: 14px;
}
question-body-choices .items-container .selection-marker {
  font-size: 28px;
}
question-body-choices .box-items-container {
  width: 102%;
  margin-bottom: -2%;
}
question-body-choices .box-items-container .box-items {
  line-height: 0;
}
question-body-choices .box-items-container .box-items #item-viewer {
  margin: 3px 2% 10px 0;
}
question-body-choices .box-items-container .box-items #item-viewer .name-strip {
  text-align: left;
}
question-body-choices .edit-comment-trigger {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.75);
  background-color: #595959;
  z-index: 200;
  font-size: 20px;
  line-height: 0;
}
question-body-choices .button-strip {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  z-index: 1200;
  right: 0;
  top: 0;
  padding: 5px;
  box-sizing: border-box;
}
question-body-choices .button-strip.active-button-strip {
  z-index: 1250;
}
question-body-choices .button-strip .button-strip-entry {
  cursor: pointer;
  width: 54px;
  height: 40px;
  margin-right: 5px;
}
question-body-choices .button-strip .strip-btn {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  -o-transition: color 0.1s ease-out, background-color 0.1s ease-out;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
  background-color: rgba(115, 115, 115, 0.9);
  color: #e6e6e6;
  position: relative;
  border-radius: 2px;
}
question-body-choices .button-strip .strip-btn:hover {
  color: white;
  background-color: rgba(128, 128, 128, 0.9);
}
question-body-choices .button-strip .strip-btn i {
  font-size: 14px;
}
question-body-choices .button-strip .strip-btn .btn-text {
  font-size: 11px;
  font-weight: bold;
  white-space: nowrap;
}
question-body-choices .button-strip .strip-btn.more-btn i {
  font-size: 17px;
}
question-body-choices .button-strip .button-icon-container {
  line-height: 0;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
question-body-choices .button-strip .button-strip-sp-content {
  border-radius: 2px;
}
question-body-choices .button-strip .more-popup-sp {
  position: relative;
  margin-right: 0;
}
question-body-choices .button-strip .more-popup-sp .more-popup {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  padding: 10px 0;
  width: 180px;
  margin-left: -90px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  margin-top: 4px;
  border-radius: 2px;
  left: 50%;
}
question-body-choices .button-strip .more-popup-sp .more-popup:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -14px;
  border-top-color: transparent;
  border-bottom-color: white;
  left: 50%;
  margin-left: -7px;
}
question-body-choices .button-strip .more-popup-sp .more-popup .more-popup-entry {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  width: 100%;
  padding: 0 18px;
  height: 36px;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
  color: #595959;
}
question-body-choices .button-strip .placholder-editor-icon {
  margin-left: -14px;
}
question-body-choices .btns-strip-block {
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
}
question-body-choices .set-image-btn {
  width: 100%;
  height: 100%;
}
question-body-choices .add-item-trigger {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
question-body-choices .add-item-plus {
  font-size: 24px;
}
question-body-choices .add-item-text {
  font-size: 16px;
}
question-body-choices .box-item.box-add-item.add-item-trigger {
  background: none;
  border: 1px dashed;
  vertical-align: top;
}
question-body-choices .box-item.box-add-item.add-item-trigger .add-item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
question-body-choices .box-item.box-add-item.add-item-trigger .add-item-plus {
  margin-right: 5px;
}

.is-rtl question-body-choices .list-item .edit-comment-trigger:first-child {
  right: auto;
  left: 13px;
}
.is-rtl question-body-choices .list-item .edit-comment-trigger:not(:first-child) {
  right: auto;
  left: 52px;
}

.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx, .primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name {
  color: black;
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx ::-webkit-input-placeholder, .primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx :-moz-placeholder, .primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name :-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx ::-moz-placeholder, .primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx :-ms-input-placeholder, .primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.65);
}
.primary-readable-black .list-items-container .list-item.is-in-answers:not(.comment-opened) .percentage-text {
  color: black;
}

.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx, .primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name {
  color: white;
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx ::-webkit-input-placeholder, .primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx :-moz-placeholder, .primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name :-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx ::-moz-placeholder, .primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-idx :-ms-input-placeholder, .primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .answer-text .item-name :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}
.primary-readable-white .list-items-container .list-item.is-in-answers:not(.comment-opened) .percentage-text {
  color: white;
}

.list-items-container .list-items {
  line-height: 0;
}
.list-items-container .list-items.horizontal {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.list-items-container .list-items.horizontal .list-item {
  margin: 5px;
  width: auto;
}
.list-items-container .list-items.horizontal .list-item .item-name {
  font-size: 16px;
}
.list-items-container .percentage-bar {
  border-radius: 3px;
}
.list-items-container .list-item, .list-items-container .list-add-item {
  line-height: 1.3;
  border-radius: 3px;
}
.list-items-container .list-item {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 16px;
  border-radius: 5px;
  min-height: 50px;
  box-sizing: border-box;
}
.list-items-container .list-item .item-name {
  font-size: 18px;
}
.list-items-container .list-item:not(:last-child) {
  margin-bottom: 10px;
}
.list-items-container .list-item.comment-opened {
  background-color: #595959;
  z-index: 3000;
}
.list-items-container .list-item .comment-placeholder-input {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  flex: 1 1 auto;
  min-width: 0;
}
.list-items-container .list-item .answer-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  font-weight: normal;
  box-sizing: border-box;
  z-index: 1100;
}
@media screen and (max-width: 635px) {
  .list-items-container .list-item .answer-text {
    font-size: 16px;
  }
}
.list-items-container .list-item .item-idx {
  font-weight: 400;
}
.list-items-container .list-item .edit-btns {
  flex: 0 0 auto;
}
.list-items-container .list-item .media-inputs-popup {
  bottom: 100%;
  margin-bottom: 12px;
  right: 0;
}
.list-items-container .list-item .media-inputs-popup:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -14px;
  border-top-color: white;
  border-bottom-color: transparent;
  right: 9px;
}
.list-items-container .list-item .edit-comment-trigger {
  top: 50%;
  margin-top: -15px;
}
.list-items-container .list-item .edit-comment-trigger:first-child {
  right: 13px;
}
.list-items-container .list-item .edit-comment-trigger:not(:first-child) {
  right: 52px;
}
.list-items-container .list-item .item-name-textarea {
  min-height: 22px;
}
.list-items-container .list-add-item {
  width: 100%;
  height: 50px;
  margin-top: 10px;
}
.list-items-container .list-add-item .add-item-plus, .list-items-container .list-add-item .add-item-text {
  display: inline-block;
  vertical-align: middle;
}
.list-items-container .list-add-item .add-item-plus {
  margin-right: 8px;
  font-size: 24px;
}
.list-items-container .draggable-cursor {
  cursor: move;
}

.is-rtl question-body-ranking .list-items-container .list-item .answer-text .item-img {
  margin-right: 0;
  margin-left: 8px;
}
.is-rtl question-body-ranking .list-items-container .list-item .edit-btns {
  right: auto;
  left: 38px;
}
.is-rtl question-body-ranking .ranked-items .rank-idx {
  padding-right: 0;
  padding-left: 8px;
}

question-body-ranking .ranked-items-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  border-radius: 5px;
}
question-body-ranking .unranked-items-container {
  margin-top: 40px;
}
question-body-ranking .list-items-container .list-items {
  box-sizing: border-box;
  min-height: 70px;
}
question-body-ranking .list-items-container .list-item {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
question-body-ranking .list-items-container .list-item.ui-sortable-helper {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
}
question-body-ranking .list-items-container .list-item .answer-text .rank-idx, question-body-ranking .list-items-container .list-item .answer-text .item-img, question-body-ranking .list-items-container .list-item .answer-text i {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
question-body-ranking .list-items-container .list-item .answer-text .item-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
question-body-ranking .list-items-container .list-item .answer-text .item-name textarea {
  width: 100%;
}
question-body-ranking .list-items-container .list-item .answer-text .item-img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 8px;
}
question-body-ranking .list-items-container .list-item .answer-text .item-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
question-body-ranking .list-items-container .list-item .answer-text .item-img .fa-camera {
  opacity: 0.4;
  transition: opacity 0.15s;
  margin: 8px 5px 0 5px;
}
question-body-ranking .list-items-container .list-item .answer-text .item-img:hover .fa-camera {
  opacity: 0.8;
}
question-body-ranking .list-items-container .list-item .edit-btns {
  right: 38px;
  z-index: 1200;
}
question-body-ranking .list-items-container .list-add-item-container {
  padding: 0 10px;
  box-sizing: border-box;
}
question-body-ranking .ranked-items {
  padding: 10px 10px 48px;
  position: relative;
  z-index: 200;
}
question-body-ranking .drag-here {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 48px;
  width: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-style: italic;
}
question-body-ranking .drag-here.no-items {
  height: 100%;
}
question-body-ranking .ranked-items .rank-idx {
  padding-right: 8px;
}
question-body-ranking .drag-here-phrases {
  font-size: 16px;
  font-style: italic;
}

.is-rtl rating-bar .rating-picker .rating-selection-trigger:not(:first-child) {
  margin-left: 0;
  margin-right: 10px;
}
@media screen and (max-width: 635px) {
  .is-rtl rating-bar .rating-picker .rating-selection-trigger:not(:first-child) {
    margin-left: 0;
    margin-right: 6px;
  }
}
.is-rtl rating-bar .rating-picker.max-value-3 .rating-selection-trigger:not(:first-child) {
  margin-left: 0;
  margin-right: 20px;
}
.is-rtl .ep-container-multi {
  margin-left: 0;
  margin-right: 225px;
}
.is-rtl .innermost-phrases-container .min-phrase {
  text-align: right;
  padding-right: 0;
  padding-left: 5px;
}
.is-rtl .innermost-phrases-container .max-phrase {
  text-align: left;
  padding-left: 0;
  padding-right: 5px;
}
.is-rtl .innermost-phrases-container .max-phrase textarea {
  text-align: left;
}

.edge-phrases-container {
  display: flex;
  justify-content: center;
}
.edge-phrases-container .edge-phrase {
  font-size: 14px;
  font-weight: bold;
}

.innermost-phrases-container {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.innermost-phrases-container .edge-phrase {
  max-width: 117px;
  width: 33%;
  overflow-wrap: normal;
}
.innermost-phrases-container .edge-phrase.no-mid {
  max-width: initial;
  width: 40%;
}
.innermost-phrases-container .edge-phrase[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgb(117, 117, 117);
}
.innermost-phrases-container .min-phrase {
  text-align: left;
  padding-right: 5px;
}
.innermost-phrases-container .mid-phrase {
  text-align: center;
  padding: 0 5px;
}
.innermost-phrases-container .max-phrase {
  text-align: right;
  padding-left: 5px;
}
.innermost-phrases-container .max-phrase textarea {
  text-align: right;
}

.ep-container-multi {
  padding: 12px 0;
  margin-left: 225px;
  text-align: center;
}
.ep-container-multi .centered-phrases {
  display: inline-block;
  font-size: 14px;
}

.ep-container-single {
  margin-top: 15px;
}
.ep-container-single .edge-phrase {
  position: relative;
  box-sizing: border-box;
}
.ep-container-single .edge-phrase textarea {
  width: 100%;
  background: none;
  text-align: inherit;
}

question-body-rating .text-answer-container.rating-comment .text-answer-input {
  font-style: italic;
  padding: 0 0 2px 0;
  font-size: 16px;
  line-height: 1.9;
}

rating-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
rating-bar .rating-bar-content {
  flex-grow: 1;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
}
rating-bar .rating-bar-content.slider-view {
  width: 70%;
}
rating-bar .rating-list-n-phrases {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
rating-bar .rating-picker {
  line-height: 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
rating-bar .rating-picker .rating-selection-trigger {
  cursor: pointer;
  flex-grow: 1;
  max-width: 70px;
  min-width: 0;
}
rating-bar .rating-picker .rating-selection-trigger:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 635px) {
  rating-bar .rating-picker .rating-selection-trigger:not(:first-child) {
    margin-left: 6px;
  }
}
rating-bar .rating-picker.max-value-3 .rating-selection-trigger:not(:first-child) {
  margin-left: 20px;
}
rating-bar .rating-picker .symbol-container {
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
}
rating-bar .rating-picker .symbol-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
rating-bar .rating-picker .rating-val-num {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
rating-bar .na-part {
  border-radius: 15px;
  align-self: center;
  margin-top: 25px;
  box-sizing: border-box;
  white-space: nowrap;
  max-width: 400px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
rating-bar .na-part .na-text {
  white-space: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
rating-bar .na-part .na-text textarea {
  width: 100%;
}

.is-rtl question-body-matrix {
  text-align: right;
}
.is-rtl question-body-matrix .row-rating .rating-picker {
  text-align: right;
}
.is-rtl question-body-matrix .small-matrix-list .subject-img {
  margin-left: 0px;
  margin-right: 10px;
}
.is-rtl question-body-matrix .small-matrix-list .item-answers-list {
  padding: 1px 1px 0 0;
}
.is-rtl question-body-matrix .small-matrix-list .item-answers-list li {
  margin: 0 0 1px 1px;
}
.is-rtl question-body-matrix .small-matrix-list rating-bar .rating-picker:first-child {
  margin-right: 0;
}
.is-rtl question-body-matrix .row-subject, .is-rtl question-body-matrix .ui-sortable-placeholder td:nth-child(2) {
  text-align: right;
}
.is-rtl question-body-matrix .row-subject .row-subject-btns, .is-rtl question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns {
  right: 0;
  text-align: right;
}
.is-rtl question-body-matrix .add-subject-btn {
  padding-right: 20px;
}

.not-touch .overlay-light question-body-matrix .matrix-item-select-box:hover:not(.is-selected) {
  background-color: rgba(0, 0, 0, 0.2);
}
.not-touch .overlay-dark question-body-matrix .matrix-item-select-box:hover:not(.is-selected) {
  background-color: rgba(255, 255, 255, 0.2);
}
.not-touch question-body-matrix .matrix-item-select-box.is-selected:hover {
  opacity: 1;
}

.overlay-light question-body-matrix .row-subject-img:not(.with-image) {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-light question-body-matrix .matrix-item-select-box {
  background-color: rgba(0, 0, 0, 0.3);
}
.overlay-light question-body-matrix .row-subject .row-subject-name, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-name {
  color: rgba(0, 0, 0, 0.85);
}
.overlay-light question-body-matrix .row-subject textarea ::-webkit-input-placeholder, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.overlay-light question-body-matrix .row-subject textarea :-moz-placeholder, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.overlay-light question-body-matrix .row-subject textarea ::-moz-placeholder, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.overlay-light question-body-matrix .row-subject textarea :-ms-input-placeholder, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.overlay-light question-body-matrix .row-subject .row-subject-btns .subject-edit-btn, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn {
  color: rgba(0, 0, 0, 0.6);
}
.overlay-light question-body-matrix .row-subject .row-subject-btns .subject-edit-btn:hover, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
.overlay-light question-body-matrix .row-subject .row-subject-btns .subject-edit-btn .si-bin, .overlay-light question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn .si-bin {
  font-size: 12px;
}
.overlay-light question-body-matrix .small-matrix-list .subject-li {
  margin-bottom: 15px;
}
.overlay-light question-body-matrix .small-matrix-list .subject-li .subject-head {
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-light question-body-matrix .small-matrix-list .subject-li .subject-name {
  color: rgba(0, 0, 0, 0.85);
}
.overlay-light question-body-matrix .small-matrix-list .item-answers-selector {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.7);
}
.overlay-light question-body-matrix .small-matrix-list .item-answers-list li {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-light question-body-matrix .small-matrix-list rating-bar {
  background-color: rgba(0, 0, 0, 0.1);
}
.overlay-light question-body-matrix .small-matrix-list rating-bar .edge-phrase {
  color: rgba(0, 0, 0, 0.75);
}
.overlay-light question-body-matrix .small-matrix-list rating-bar .na-part {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-dark question-body-matrix .row-subject-img:not(.with-image) {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-dark question-body-matrix .matrix-item-select-box {
  background-color: rgba(255, 255, 255, 0.3);
}
.overlay-dark question-body-matrix .row-subject .row-subject-name, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-name {
  color: rgba(255, 255, 255, 0.85);
}
.overlay-dark question-body-matrix .row-subject textarea ::-webkit-input-placeholder, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.overlay-dark question-body-matrix .row-subject textarea :-moz-placeholder, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.overlay-dark question-body-matrix .row-subject textarea ::-moz-placeholder, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.overlay-dark question-body-matrix .row-subject textarea :-ms-input-placeholder, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.overlay-dark question-body-matrix .row-subject .row-subject-btns .subject-edit-btn, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn {
  color: rgba(255, 255, 255, 0.6);
}
.overlay-dark question-body-matrix .row-subject .row-subject-btns .subject-edit-btn:hover, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.overlay-dark question-body-matrix .row-subject .row-subject-btns .subject-edit-btn .si-bin, .overlay-dark question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn .si-bin {
  font-size: 12px;
}
.overlay-dark question-body-matrix .small-matrix-list .subject-li {
  margin-bottom: 15px;
}
.overlay-dark question-body-matrix .small-matrix-list .subject-li .subject-head {
  background-color: rgba(255, 255, 255, 0.2);
}
.overlay-dark question-body-matrix .small-matrix-list .subject-li .subject-name {
  color: rgba(255, 255, 255, 0.85);
}
.overlay-dark question-body-matrix .small-matrix-list .item-answers-selector {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.overlay-dark question-body-matrix .small-matrix-list .item-answers-list li {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-dark question-body-matrix .small-matrix-list rating-bar {
  background-color: rgba(255, 255, 255, 0.1);
}
.overlay-dark question-body-matrix .small-matrix-list rating-bar .edge-phrase {
  color: rgba(255, 255, 255, 0.75);
}
.overlay-dark question-body-matrix .small-matrix-list rating-bar .na-part {
  background-color: rgba(255, 255, 255, 0.1);
}

.primary-readable-black question-body-matrix .matrix-item-select-box i {
  color: rgba(0, 0, 0, 0.85);
}
.primary-readable-black question-body-matrix .small-matrix-list .item-answers-list li.is-selected {
  color: rgba(0, 0, 0, 0.8);
}

.primary-readable-white question-body-matrix .matrix-item-select-box i {
  color: rgba(255, 255, 255, 0.85);
}
.primary-readable-white question-body-matrix .small-matrix-list .item-answers-list li.is-selected {
  color: rgba(255, 255, 255, 0.8);
}

question-body-matrix {
  display: block;
  text-align: left;
}
@media screen and (max-width: 635px) {
  question-body-matrix {
    margin-top: 7px;
  }
}
question-body-matrix .drilldown-message {
  margin: 10px;
}
question-body-matrix .matrix-row {
  padding: 4px;
  position: relative;
  margin-bottom: 30px;
}
question-body-matrix .subject-move-handle {
  cursor: move;
}
question-body-matrix .matrix-question-body-content {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 840px;
}
question-body-matrix .editable-text {
  cursor: text;
}
question-body-matrix .draggable-cursor {
  cursor: move;
}
question-body-matrix .add-subject-btn {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-top: 8px;
}
question-body-matrix .add-subject-plus {
  font-size: 24px;
}
question-body-matrix .filler-cell, question-body-matrix .ui-sortable-placeholder td:first-child, question-body-matrix .ui-sortable-placeholder td:last-child {
  width: 20px;
}
question-body-matrix .row-subject, question-body-matrix .ui-sortable-placeholder td:nth-child(2) {
  position: relative;
  font-size: 16px;
  text-align: left;
  width: 225px;
}
question-body-matrix .row-subject .row-subject-img, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 90px;
  height: 60px;
  margin-right: 15px;
}
question-body-matrix .row-subject .row-subject-name, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-name {
  font-size: 18px;
  padding: 12px 5px;
}
question-body-matrix .row-subject .row-subject-name.in-editor-mode, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-name.in-editor-mode {
  flex: 1 1 auto;
  min-width: 0;
}
question-body-matrix .row-subject.with-image .row-subject-name, question-body-matrix .ui-sortable-placeholder td.with-image:nth-child(2) .row-subject-name {
  width: 135px;
  overflow-wrap: break-word;
}
question-body-matrix .row-subject textarea, question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea {
  width: 100%;
}
question-body-matrix .row-subject textarea ::-webkit-input-placeholder, question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
question-body-matrix .row-subject textarea :-moz-placeholder, question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
question-body-matrix .row-subject textarea ::-moz-placeholder, question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
question-body-matrix .row-subject textarea :-ms-input-placeholder, question-body-matrix .ui-sortable-placeholder td:nth-child(2) textarea :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
question-body-matrix .row-subject .row-subject-btns, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 7px;
  font-size: 13px;
}
question-body-matrix .row-subject .row-subject-btns .subject-edit-btn, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn {
  color: rgba(0, 0, 0, 0.6);
}
question-body-matrix .row-subject .row-subject-btns .subject-edit-btn:hover, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn:hover {
  color: rgba(0, 0, 0, 0.8);
}
question-body-matrix .row-subject .row-subject-btns .subject-edit-btn i, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn i {
  font-size: 14px;
}
question-body-matrix .row-subject .row-subject-btns .subject-edit-btn:first-child, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-edit-btn:first-child {
  margin-right: 15px;
}
question-body-matrix .row-subject .row-subject-btns .subject-pin-button, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-pin-button {
  margin-right: 15px;
}
question-body-matrix .row-subject .row-subject-btns .subject-pin-button:last-child, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .subject-pin-button:last-child {
  margin-right: 0;
}
question-body-matrix .row-subject .row-subject-btns .stacked-icons, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .stacked-icons {
  position: relative;
  margin-right: 5px;
}
question-body-matrix .row-subject .row-subject-btns .stacked-icons i:first-child, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .stacked-icons i:first-child {
  opacity: 0.6;
}
question-body-matrix .row-subject .row-subject-btns .stacked-icons i:last-child, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .stacked-icons i:last-child {
  position: absolute;
  right: -5px;
  bottom: -3px;
  color: rgb(197, 85, 85);
}
question-body-matrix .row-subject .row-subject-btns .btn-text, question-body-matrix .ui-sortable-placeholder td:nth-child(2) .row-subject-btns .btn-text {
  margin-left: 5px;
}
question-body-matrix .row-subject-inner-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
question-body-matrix .subject-image-popup-content {
  margin-top: 10px;
}
question-body-matrix .row-subject-btns-block {
  display: inline-block;
}
question-body-matrix .subject-settings {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  font-size: 13px;
}
question-body-matrix .subject-settings button {
  float: left;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(80, 84, 89, 0.9);
  border-radius: 50%;
  width: 21px;
  height: 21px;
}
question-body-matrix .subject-settings button:hover {
  color: white;
  background-color: #505459;
}
question-body-matrix .subject-settings button.set-subject-image {
  font-size: 12px;
}
question-body-matrix .subject-settings button:last-child {
  margin-right: 0;
}
question-body-matrix .row-item, question-body-matrix .ui-sortable-placeholder td:nth-child(n):not(:nth-child(-n+2)):not(:last-child) {
  line-height: 0;
}
question-body-matrix .matrix-item-select-box {
  padding: 24px;
  display: inline-block;
  border-radius: 5px;
  font-size: 28px;
  position: relative;
}
question-body-matrix .matrix-item-select-box i {
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 1px;
  right: 0;
}
question-body-matrix .matrix-item-select-box.is-selected i {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 1;
  top: 9px;
}
question-body-matrix .row-rating {
  display: flex;
  align-items: center;
  justify-content: center;
}
question-body-matrix .row-rating rating-bar .rating-bar-content {
  width: 100%;
}
question-body-matrix .row-rating .matrix-rating-bar {
  width: 100%;
}
question-body-matrix .row-rating .rating-picker {
  align-items: center;
  justify-content: center;
  margin: 0;
}
question-body-matrix .row-rating .rating-picker.max-value-3 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-4 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-5 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-6 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-7 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-8 .rating-val-num {
  font-size: 16px;
}
question-body-matrix .row-rating .rating-picker.max-value-9 .rating-val-num {
  font-size: 14px;
}
question-body-matrix .row-rating .rating-picker.max-value-10 .rating-val-num {
  font-size: 14px;
}
question-body-matrix .row-rating .rating-picker .rating-val-num {
  margin-top: 3px;
}
question-body-matrix .small-matrix-list {
  width: 100%;
}
question-body-matrix .small-matrix-list .subject-head {
  padding: 8px 0;
  min-height: 51px;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
question-body-matrix .small-matrix-list .subject-img {
  flex: 0 0 auto;
  width: 45px;
  height: 30px;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
question-body-matrix .small-matrix-list .subject-name {
  font-size: 18px;
  padding: 0 10px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
}
question-body-matrix .small-matrix-list .show-answers-overlay-trigger {
  z-index: 50;
  position: relative;
}
question-body-matrix .small-matrix-list .item-answers-list {
  padding: 0 0 1px 1px;
}
question-body-matrix .small-matrix-list .item-answers-list li {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
  height: 55px;
  font-size: 14px;
  margin: 1px 1px 0 0;
  box-sizing: border-box;
  width: calc(25% - 1px);
  width: -moz-calc(25% - 1px);
  width: -webkit-calc(25% - 1px);
}
question-body-matrix .small-matrix-list .item-answers-list li.num-entries-1 {
  width: calc(100% - 1px);
  width: -moz-calc(100% - 1px);
  width: -webkit-calc(100% - 1px);
}
question-body-matrix .small-matrix-list .item-answers-list li.num-entries-2 {
  width: calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: -webkit-calc(50% - 1px);
}
question-body-matrix .small-matrix-list .item-answers-list li.num-entries-3, question-body-matrix .small-matrix-list .item-answers-list li.num-entries-5, question-body-matrix .small-matrix-list .item-answers-list li.num-entries-6 {
  width: calc(33.33% - 1px);
  width: -moz-calc(33.33% - 1px);
  width: -webkit-calc(33.33% - 1px);
}
question-body-matrix .small-matrix-list .item-answers-list li button {
  display: block;
  line-height: 14px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
question-body-matrix .small-matrix-list rating-bar {
  padding: 0 10px;
}
question-body-matrix .small-matrix-list rating-bar .rating-list-n-phrases {
  margin: 0 10px;
}
question-body-matrix .small-matrix-list rating-bar .edge-phrases-container {
  margin-top: 10px;
}
question-body-matrix .small-matrix-list rating-bar .edge-phrases-container .edge-phrase {
  font-size: 13px;
}
question-body-matrix .small-matrix-list rating-bar .rating-picker {
  margin: 8px 0;
  -webkit-order: 1;
  order: 1;
}
question-body-matrix .small-matrix-list rating-bar .na-part {
  margin: 8px 0;
}
question-body-matrix .ui-sortable-helper {
  display: table;
}
.show-problems question-body-matrix .is-invalid {
  background-color: rgba(197, 85, 85, 0.4);
}
.show-problems question-body-matrix .small-matrix-list .is-invalid {
  background-color: transparent;
  -webkit-appearance: none;
  box-shadow: inset 0 0 3px 1px rgb(197, 85, 85);
}

.is-rtl question-body-demographics .question-options-popup-content {
  right: auto;
  left: 0;
}
.is-rtl question-body-demographics .sub-question-edit-btns {
  position: absolute;
  right: auto;
  left: 0;
}
.is-rtl question-body-demographics .sub-question-edit-btns .remove-sub-question, .is-rtl question-body-demographics .sub-question-edit-btns .handle {
  margin-left: 0;
  margin-right: 12px;
}
.is-rtl question-body-demographics .possible-answers {
  margin-right: 0;
  margin-left: -10px;
}
@media screen and (max-width: 440px) {
  .is-rtl question-body-demographics .possible-answers {
    margin-left: 0;
  }
}
@media screen and (min-width: 441px) {
  .is-rtl question-body-demographics .possible-answers .possible-answer-li {
    margin-right: 0;
    margin-left: 10px;
  }
}

.not-touch .overlay-light question-body-demographics .possible-answers .possible-answer-li .possible-answer:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.not-touch .overlay-dark question-body-demographics .possible-answers .possible-answer-li .possible-answer:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.primary-readable-black question-body-demographics .possible-answers .possible-answer-li.selected {
  color: black;
}

.primary-readable-white question-body-demographics .possible-answers .possible-answer-li.selected {
  color: white;
}

@media screen and (max-width: 440px) {
  question-body-demographics .demographics-question-body-content {
    padding: 0;
  }
}
question-body-demographics .add-question {
  padding: 10px 10px;
  font-weight: bold;
}
question-body-demographics .add-question i {
  font-size: 13px;
  margin-right: 7px;
}
question-body-demographics .sub-questions-list .sub-question-sortable {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
question-body-demographics .sub-questions-list .sub-question-sortable .sub-question {
  position: relative;
  padding: 10px 10px;
  margin-bottom: 40px;
  border-radius: 3px;
  cursor: move;
}
question-body-demographics .question-options-popup {
  position: relative;
}
question-body-demographics .question-options-popup-content {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 2px;
  z-index: 300;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  right: 0;
  margin-top: 2px;
}
question-body-demographics .add-sub-question {
  padding: 10px 10px;
  border-radius: 3px;
}
question-body-demographics .add-sub-question .add-category {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
question-body-demographics .add-sub-question .add-category i {
  font-size: 13px;
  margin-right: 7px;
}
question-body-demographics .add-sub-question .triggers-btns-list {
  display: flex;
  margin-top: 13px;
}
question-body-demographics .add-sub-question .triggers-btns-list li {
  margin-right: 15px;
}
question-body-demographics .add-sub-question .triggers-btns-list li button {
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  padding: 0 5px;
  height: 42px;
  width: 100px;
  line-height: 16px;
}
question-body-demographics .sub-question-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  min-height: 20px;
  margin-bottom: 18px;
}
question-body-demographics .sub-question-header .editable-text {
  width: 100%;
}
@media screen and (max-width: 440px) {
  question-body-demographics .sub-question-header {
    font-size: 20px;
    min-height: 30px;
  }
}
question-body-demographics .sub-question-edit-btns {
  display: flex;
}
question-body-demographics .sub-question-edit-btns .remove-sub-question, question-body-demographics .sub-question-edit-btns .handle {
  margin-left: 12px;
}
question-body-demographics .sub-question-edit-btns .handle {
  cursor: move;
}
question-body-demographics .possible-answers {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
}
@media screen and (max-width: 440px) {
  question-body-demographics .possible-answers {
    margin-right: 0;
  }
}
question-body-demographics .possible-answers .possible-answer-li {
  border-radius: 5px;
  height: 50px;
  padding: 0 16px;
  margin: 0 4px 4px 0;
  position: relative;
  cursor: pointer;
}
question-body-demographics .possible-answers .possible-answer-li:not(.add-answer-item) {
  cursor: move;
}
@media screen and (max-width: 440px) {
  question-body-demographics .possible-answers .possible-answer-li {
    height: 100%;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
question-body-demographics .possible-answers .possible-answer-li .possible-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  box-sizing: border-box;
  padding: 3px 0;
}
question-body-demographics .possible-answers .possible-answer-li .possible-answer textarea {
  width: 100%;
  line-height: 1.05;
}
@media screen and (max-width: 440px) {
  question-body-demographics .possible-answers .possible-answer-li .possible-answer {
    font-size: 16px;
    padding: 10px 5px;
  }
}
question-body-demographics .possible-answers .context-layer {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
question-body-demographics .possible-answers .possible-answer-edit-btns {
  top: 0;
  right: 0px;
  position: absolute;
  display: flex;
  font-size: 12px;
}
.is-rtl question-body-demographics .possible-answers .possible-answer-edit-btns {
  right: auto;
  left: 0px;
}
question-body-demographics .possible-answers .possible-answer-edit-btns .edit-btn {
  display: block;
  padding: 2px 3px;
}
question-body-demographics .possible-answers .possible-answer-edit-btns .item-handle {
  cursor: move;
}
question-body-demographics .layout-horizontal .possible-answer .editable-text, question-body-demographics .layout-horizontal .possible-answer .non-editable-text {
  text-align: center;
}
question-body-demographics .layout-vertical .possible-answers .possible-answer-li {
  margin: 0 16px 16px 0;
}
@media screen and (min-width: 441px) {
  question-body-demographics .layout-vertical .possible-answer-li {
    width: 100%;
  }
  question-body-demographics .layout-vertical .possible-answer-li .possible-answer {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
  }
}

.show-problems question-body-demographics .is-invalid {
  -webkit-appearance: none;
  box-shadow: inset 0 0 3px 1px rgb(197, 85, 85);
}

.is-rtl question-body-contact-info .field-label {
  padding-left: 34px;
  padding-right: 0;
}
.is-rtl question-body-contact-info .field-label input {
  box-sizing: border-box;
}
.is-rtl question-body-contact-info ng-combo-date-picker select:not(:last-child) {
  margin-left: 10px;
  margin-right: 0;
}
.is-rtl question-body-contact-info .sq-btns-cell {
  text-align: left;
}
.is-rtl question-body-contact-info .sq-btns-cell :not(:first-child) {
  margin-right: 10px;
  margin-left: 0;
}

question-body-contact-info .contact-form-bottom {
  margin: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
question-body-contact-info .janrain-question-page-link {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
}
question-body-contact-info .form-fields {
  width: 100%;
}
question-body-contact-info .form-fields .display-them-on-hover.ui-sortable-helper .show-me-on-hover {
  opacity: 1;
  top: auto;
  position: static;
}
question-body-contact-info .checkbox-list-container {
  margin-left: 15px;
}
question-body-contact-info .form-field-row td {
  border-top: 12px solid transparent;
}
question-body-contact-info .field-label {
  font-size: 18px;
  width: 1%;
  white-space: nowrap;
  padding-right: 34px;
}
question-body-contact-info .field-label input {
  box-sizing: border-box;
  width: 170px;
}
question-body-contact-info .field-input {
  height: 36px;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
}
question-body-contact-info .field-input:not(.selectize-control) {
  padding: 0 13px;
}
question-body-contact-info ng-combo-date-picker {
  display: flex;
}
question-body-contact-info ng-combo-date-picker select {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 36px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 13px;
  border: none;
  outline: none;
}
question-body-contact-info ng-combo-date-picker select:not(:last-child) {
  margin-right: 10px;
}
question-body-contact-info .sq-btns-cell {
  width: 120px;
  text-align: right;
}
question-body-contact-info .sq-btns-cell :not(:first-child) {
  margin-left: 10px;
}
question-body-contact-info .sq-btns-cell > * {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
question-body-contact-info .sq-btns-cell > *.remove-sq-trigger:hover {
  color: #e55c5c;
}
question-body-contact-info .field-handle {
  display: inline-block;
  cursor: move;
}
question-body-contact-info .intl-tel-input {
  width: 100%;
}
question-body-contact-info .dropdown-options-list {
  max-height: 210px;
  overflow: auto;
}
question-body-contact-info .dropdown-content-style, question-body-contact-info .selectize-dropdown, question-body-contact-info .dropdown-content {
  background-color: #e6e6e6;
  border: none;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
}
question-body-contact-info .row-style, question-body-contact-info .selectize-dropdown .ui-select-choices-row {
  color: #262626;
}
question-body-contact-info .row-style.active, question-body-contact-info .selectize-dropdown .active.ui-select-choices-row {
  background-color: #bfbfbf;
  border-radius: 2px;
}
question-body-contact-info .inner-row-style, question-body-contact-info .selectize-dropdown .ui-select-choices-row-inner {
  height: 30px;
  padding: 0 7px;
  box-sizing: border-box;
  font-size: 14px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
question-body-contact-info .dropdown-popover {
  position: relative;
  display: block;
  z-index: 1200;
}
question-body-contact-info .dropdown-popover.dropdown-popover-active {
  z-index: 1400;
}
question-body-contact-info .dropdown-content {
  width: 100%;
  position: absolute;
  margin-top: 2px;
  left: 0;
}
question-body-contact-info .edit-options-trigger-container {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
question-body-contact-info .edit-options-trigger {
  cursor: pointer;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-style: italic;
}
question-body-contact-info .edit-options-trigger-triangle {
  margin: 0 0 -6px 5px;
}
question-body-contact-info .dropdown-option-handle {
  visibility: hidden;
}
question-body-contact-info .editable-option-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
question-body-contact-info .editable-option-row:hover .dropdown-option-handle {
  visibility: visible;
  cursor: move;
}
question-body-contact-info .delete-is-hovered {
  color: #e55c5c;
}
question-body-contact-info .editable-option-text {
  flex: 1 1 auto;
  min-width: 0;
}
question-body-contact-info .delete-option {
  flex: 0 0 auto;
  padding: 0 5px;
  font-size: 14px;
  color: rgba(38, 38, 38, 0.5);
}
question-body-contact-info .delete-option:hover {
  color: #e55c5c;
}
question-body-contact-info .add-item-button {
  color: rgba(38, 38, 38, 0.5);
}
question-body-contact-info .add-item-button:hover {
  color: rgba(38, 38, 38, 0.7);
}
question-body-contact-info .selectize-control.single .selectize-input {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  border: none;
}
question-body-contact-info .selectize-input {
  font-size: 16px;
  padding: 9px 13px;
}
question-body-contact-info .selectize-dropdown-content {
  max-height: 170px;
}
question-body-contact-info .selectize-dropdown.single {
  z-index: 2750;
}
question-body-contact-info .flag-dropdown .country-name, question-body-contact-info .flag-dropdown .dial-code {
  color: #595959;
}
question-body-contact-info .add-field-popover {
  display: block;
  position: relative;
  width: 204px;
  margin-top: 12px;
}
question-body-contact-info .add-field-popover-trigger {
  font-weight: bold;
  display: flex;
  align-items: center;
  cursor: pointer;
}
question-body-contact-info .add-field-popover-trigger i {
  margin-right: 8px;
  font-weight: bold;
}
question-body-contact-info .add-field-popover-content {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 14px;
  color: #595959;
  margin-top: 8px;
  margin-bottom: 30px;
  z-index: 1200;
}
question-body-contact-info .possible-fields-list {
  border-radius: 3px;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15), 0px -1px 1px rgba(0, 0, 0, 0.15);
}
question-body-contact-info .add-field-li {
  box-shadow: inset 0px -1px 0 0 rgb(240, 240, 240);
  color: rgb(38, 38, 38);
  font-weight: normal;
  font-size: 14px;
}
question-body-contact-info .add-field-li:hover {
  background-color: #e6e6e6;
}
question-body-contact-info .add-field-btn {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  padding: 0 14px;
  text-align: left;
}
question-body-contact-info .form-field-listing {
  margin-top: 12px;
}
question-body-contact-info .form-field-listing .field-input {
  height: 36px;
}
question-body-contact-info .form-field-listing .selectize-input {
  font-size: 16px;
  padding: 8px 13px;
}
question-body-contact-info .form-field-listing .selectize-input input {
  font-size: 16px;
}
question-body-contact-info .form-field-listing .selectize-dropdown-content {
  max-height: 112px;
}
question-body-contact-info .form-field-listing .date-title {
  font-size: 14px;
  margin: 0 0 4px 4px;
}

.show-problems question-body-contact-info .field-invalid .field-input {
  -webkit-appearance: none;
  box-shadow: inset 0 0 3px 1px rgb(197, 85, 85);
}

/* likert question body */
.primary-readable-black .likert-body-content .likert-item.is-selected, .primary-readable-black .likert-body-content .select-na.is-selected {
  color: rgba(0, 0, 0, 0.9);
}

.primary-readable-white .likert-body-content .likert-item.is-selected, .primary-readable-white .likert-body-content .select-na.is-selected {
  color: rgba(255, 255, 255, 0.9);
}

.likert-body-content {
  margin-top: 7px;
}
.likert-body-content .likert-ratings-list {
  display: flex;
  font-size: 14px;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (min-width: 636px) {
  .likert-body-content .likert-ratings-list {
    text-align: center;
  }
}
.likert-body-content .likert-item {
  box-sizing: border-box;
  display: flex;
}
.likert-body-content .likert-item.selectable {
  cursor: pointer;
}
@media screen and (min-width: 636px) {
  .likert-body-content .likert-item {
    flex: 1 1 auto;
    min-width: 0;
    width: 1%;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    min-height: 85px;
    padding: 8px;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content .likert-item {
    flex: 0 0 auto;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    height: 55px;
    padding: 8px 2px;
    border-radius: 2px;
  }
}
.likert-body-content .likert-item-value {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 635px) {
  .likert-body-content .likert-item-value {
    width: 60px;
    flex: 0 0 auto;
    font-size: 18px;
  }
}
.likert-body-content .likert-label-text {
  display: flex;
  line-height: 1.5;
}
@media screen and (min-width: 636px) {
  .likert-body-content .likert-label-text {
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-height: 0;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content .likert-label-text {
    flex: 1 1 auto;
    min-width: 0;
    box-sizing: border-box;
    padding-right: 6px;
  }
  .is-rtl .likert-body-content .likert-label-text {
    padding-right: 0;
    padding-left: 6px;
  }
}
@media screen and (min-width: 636px) {
  .likert-body-content.likert-ascending .likert-ratings-list {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content.likert-ascending .likert-ratings-list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 636px) {
  .likert-body-content.likert-ascending .likert-item:first-child {
    border-radius: 2px 0 0 2px;
  }
  .likert-body-content.likert-ascending .likert-item:last-child {
    border-radius: 0 2px 2px 0;
  }
  .likert-body-content.likert-ascending .likert-item:not(:first-child) {
    margin-left: 2px;
  }
  .is-rtl .likert-body-content.likert-ascending .likert-item:first-child {
    border-radius: 0 2px 2px 0;
  }
  .is-rtl .likert-body-content.likert-ascending .likert-item:last-child {
    border-radius: 2px 0 0 2px;
  }
  .is-rtl .likert-body-content.likert-ascending .likert-item:not(:first-child) {
    margin-left: 0;
    margin-right: 2px;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content.likert-ascending .likert-item:not(:first-child) {
    margin-top: 1px;
  }
}
@media screen and (min-width: 636px) {
  .likert-body-content.likert-descending .likert-ratings-list {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content.likert-descending .likert-ratings-list {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 636px) {
  .likert-body-content.likert-descending .likert-item:first-child {
    border-radius: 0 2px 2px 0;
  }
  .likert-body-content.likert-descending .likert-item:last-child {
    border-radius: 2px 0 0 2px;
  }
  .likert-body-content.likert-descending .likert-item:not(:last-child) {
    margin-left: 2px;
  }
  .is-rtl .likert-body-content.likert-descending .likert-item:first-child {
    border-radius: 2px 0 0 2px;
  }
  .is-rtl .likert-body-content.likert-descending .likert-item:last-child {
    border-radius: 0 2px 2px 0;
  }
  .is-rtl .likert-body-content.likert-descending .likert-item:not(:last-child) {
    margin-left: 0;
    margin-right: 2px;
  }
}
@media screen and (max-width: 635px) {
  .likert-body-content.likert-descending .likert-item:not(:last-child) {
    margin-top: 1px;
  }
}
.likert-body-content .select-na-container {
  margin-top: 33px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 635px) {
  .likert-body-content .select-na-container {
    margin-top: 26px;
  }
}
.likert-body-content .select-na {
  height: 29px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  min-width: 115px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
  box-sizing: border-box;
}
.likert-body-content .select-na.is-selected {
  border-width: 0;
}
.likert-body-content .select-na-triggerable {
  cursor: pointer;
}

/* EOF likert question body */
/* item box overlay selector */
.not-touch .overlay-light item-box-overlay-selector .check-selection-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.not-touch .overlay-dark item-box-overlay-selector .check-selection-button:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

item-box-overlay-selector {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 2000;
}
item-box-overlay-selector .check-selection-button {
  outline: none;
}

/* EOF item box overlay selector */
.primary-readable-black item-comment-editor .comment-actions {
  color: black;
}

.primary-readable-white item-comment-editor .comment-actions {
  color: white;
}

item-comment-editor {
  display: flex;
  width: 100%;
  height: 100%;
}
item-comment-editor .comment-input {
  box-sizing: border-box;
}
item-comment-editor .comment-actions {
  flex: 0 0 auto;
}
item-comment-editor .comment-actions button {
  height: 24px;
  width: 70px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
item-comment-editor .comment-actions button:not(:first-child) {
  margin-left: 8px;
}
.is-rtl item-comment-editor .comment-actions button:not(:first-child) {
  margin-left: 0;
  margin-right: 8px;
}
item-comment-editor[editor-layout=vertical] {
  -webkit-flex-direction: column;
  flex-direction: column;
}
item-comment-editor[editor-layout=vertical] .comment-input {
  flex: 1 1 auto;
  min-height: 0;
  padding: 5px 6px;
}
item-comment-editor[editor-layout=vertical] .comment-actions {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
item-comment-editor[editor-layout=horizontal] {
  -webkit-align-items: center;
  align-items: center;
}
item-comment-editor[editor-layout=horizontal] .comment-input {
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 635px) {
  item-comment-editor {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1100;
    border: 3px solid;
    box-sizing: border-box;
    background-color: #595959;
  }
  item-comment-editor .comment-input {
    flex: 1 1 auto;
    min-height: 0;
    padding: 5px 6px;
  }
}

@media screen and (max-width: 635px) {
  .has-top-banner item-comment-editor {
    padding-top: 60px;
  }
}

/* EOF widget question */
@media screen and (max-width: 635px) {
  .overlay-light rating-bar .rating-picker li .rating-val-num {
    color: rgba(0, 0, 0, 0.35);
  }
  .overlay-light rating-bar .small-screen-na:not(.is-selected) {
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.1);
  }
  .overlay-light .box-item-3:not(.comment-opened) {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .overlay-light .box-item-3:not(.comment-opened) .name-strip .item-idx {
    color: rgba(0, 0, 0, 0.65);
  }
  .overlay-light .box-item-3:not(.comment-opened) .name-strip .item-name {
    color: black;
  }
  .overlay-dark rating-bar .rating-picker li .rating-val-num {
    color: rgba(255, 255, 255, 0.35);
  }
  .overlay-dark rating-bar .small-screen-na:not(.is-selected) {
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .overlay-dark .box-item-3:not(.comment-opened) {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .overlay-dark .box-item-3:not(.comment-opened) .name-strip .item-idx {
    color: rgba(255, 255, 255, 0.65);
  }
  .overlay-dark .box-item-3:not(.comment-opened) .name-strip .item-name {
    color: white;
  }
  .primary-readable-black rating-bar .small-screen-na.is-selected {
    color: black;
  }
  .primary-readable-black .box-item-3.is-in-answers:not(.comment-opened) .name-strip .item-idx {
    color: rgba(0, 0, 0, 0.65);
  }
  .primary-readable-black .box-item-3.is-in-answers:not(.comment-opened) .name-strip .item-name {
    color: black;
  }
  .primary-readable-black .box-item-3.is-in-answers:not(.comment-opened) .answer-text .item-idx {
    color: rgba(0, 0, 0, 0.65);
  }
  .primary-readable-black .box-item-3.is-in-answers:not(.comment-opened) .answer-text .item-name {
    color: black;
  }
  .primary-readable-white rating-bar .small-screen-na.is-selected {
    color: white;
  }
  .primary-readable-white .box-item-3.is-in-answers:not(.comment-opened) .name-strip .item-idx {
    color: rgba(255, 255, 255, 0.65);
  }
  .primary-readable-white .box-item-3.is-in-answers:not(.comment-opened) .name-strip .item-name {
    color: white;
  }
  .primary-readable-white .box-item-3.is-in-answers:not(.comment-opened) .answer-text .item-idx {
    color: rgba(255, 255, 255, 0.65);
  }
  .primary-readable-white .box-item-3.is-in-answers:not(.comment-opened) .answer-text .item-name {
    color: white;
  }
  .is-rtl .ep-container-multi .edge-phrase {
    margin: 0;
  }
  .survey-widget .content-underlay {
    padding: 0 20px;
  }
  .survey-widget-question .survey-question-header {
    padding-top: 3%;
    padding-bottom: 3%;
  }
  .survey-widget-question .question-txt, .survey-widget-question .page-middle-text {
    font-size: 22px;
    letter-spacing: -0.3px;
  }
  .survey-widget-question .question-extra-text {
    margin-top: 8px;
  }
  .survey-widget-question .question-media-text {
    margin: 3% 0 0 0;
  }
  .survey-widget-question .question-media .cover-media-container .cover-image:not(.cover-image-portrait) {
    max-height: 230px;
  }
  .survey-widget-question .question-media .cover-media-container .cover-video {
    height: 230px;
  }
  .survey-widget-question question-body-choices .items-container {
    padding-top: 7px;
  }
  .survey-widget-question question-body-choices .items-container .box-item.comment-opened {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .survey-widget-question question-body-choices .items-container .box-item-4 {
    width: 48%;
    padding-top: 36%;
  }
  .survey-widget-question question-body-choices .items-container .box-item-2 {
    width: 98%;
    padding-top: 73.5%;
  }
  .survey-widget-question question-body-choices .items-container .box-item-3:not(.comment-opened) {
    width: 98%;
    height: 102px;
    display: block;
    border: none;
    border-radius: 2px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .survey-widget-question question-body-choices .items-container .box-item-3:not(.comment-opened) .box-item-cover-image {
    width: 110px;
    height: 82px;
    margin: 10px 0 0 10px;
    z-index: 105;
  }
  .survey-widget-question question-body-choices .items-container .box-item-3:not(.comment-opened) .name-strip {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding: 10px 10px 10px 130px;
    border-radius: 2px;
    font-size: 18px;
  }
  .survey-widget-question question-body-choices .items-container .box-item-3:not(.comment-opened) .name-strip .item-idx-n-name {
    margin: 0;
  }
  .survey-widget-question question-body-choices .items-container .box-item-3:not(.is-in-answers) .name-strip {
    background: none;
  }
  .survey-widget-question question-body-ranking .drag-here {
    font-size: 18px;
  }
  .ep-container-multi .edge-phrase {
    width: 40%;
    margin: 0;
    font-size: 14px;
  }
  .ep-container-multi {
    margin: 0;
  }
  .ep-container-multi .centered-phrases {
    width: 100%;
  }
  question-body-rating rating-bar .small-screen-na {
    margin-top: 10px;
  }
  .survey-widget-welcome .survey-widget-welcome-content {
    min-height: calc(100vh - 70px);
  }
  .survey-widget-welcome .welcome-title {
    font-size: 30px;
  }
  .survey-widget-welcome .welcome-title:not(:last-child) {
    margin-bottom: 12px;
  }
  .survey-widget-welcome .welcome-title.inactive {
    font-size: 24px;
  }
  .survey-widget-welcome .welcome-explanation {
    font-size: 16px;
    margin: 0 10px 10px 10px;
  }
  .survey-widget-welcome .welcome-footnote {
    margin: 0 10px;
  }
  .survey-widget-welcome .welcome-terms-form {
    font-size: 12px;
    margin-top: 16px;
  }
  .survey-widget-welcome .option-checkbox .checkbox-btn label i {
    font-size: 11px;
    margin-left: 0;
  }
  cover-media-container:not(:last-child) .wc-media-container {
    margin-bottom: 14px;
  }
  cover-media-container .wc-image {
    max-height: 150px;
  }
  cover-media-container .wc-video {
    height: 200px;
    width: 355.5555555556px;
  }
  .survey-ending-content:not(:last-child) {
    padding-bottom: 46px;
  }
  .survey-ending-content .ending-big-msg {
    font-size: 30px;
  }
  .survey-ending-content .ending-big-msg:not(:last-child) {
    margin-bottom: 8px;
  }
  .survey-ending-content .ending-msg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .survey-ending-content .ending-bottom-msg {
    margin: 0 10px;
  }
  .survey-ending-content .ending-msg:not(:last-child) {
    margin-bottom: 22px;
  }
  .survey-ending-content .ending-msg {
    font-size: 16px;
  }
  .survey-ending-content .ending-bottom-msg, .survey-ending-content .question-extra-text {
    font-size: 13px;
  }
  .survey-ending-content .question-extra-text:not(:first-child) {
    margin-top: 13px;
  }
  .survey-ending-content .question-extra-text:not(:last-child) {
    margin-bottom: 13px;
  }
  .survey-ending-content .ending-primary-btn {
    min-height: 32px;
    min-width: 76px;
    font-size: 16px;
    padding: 3px 8px;
  }
  .survey-widget-ending-footer .footer-content {
    padding: 0 5px;
  }
  .survey-widget-ending-footer .share-btns-intro {
    font-size: 13px;
  }
  .survey-widget-ending-footer .s-share-btns {
    padding: 0 10px;
  }
  .survey-widget-ending-footer .social-share-btn:not(:first-child) {
    margin-left: 6px;
  }
  .fb-blue-btn i {
    margin-right: 8px;
  }
  .display-them-on-hover:hover .show-me-on-hover {
    display: block;
  }
  .display-them-on-hover:hover .hide-me-on-hover {
    display: none;
  }
  .display-them-on-hover:not(:hover) .show-me-on-hover:not(.show-me-always) {
    display: none;
  }
}
/* EOF survey widget */
.drilldown-message {
  background-color: rgba(81, 131, 232, 0.1);
  border: 1px solid rgba(81, 131, 232, 0.3);
  padding: 10px;
  direction: ltr;
}
.drilldown-message .drilldown-message-icon {
  margin-right: 5px;
}

.page-iframe-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-iframe-container .page-iframe {
  width: 80%;
  height: 1000px;
}

.overlay-light .drilldown-message {
  color: rgba(0, 0, 0, 0.9);
}

.overlay-dark .drilldown-message {
  color: rgba(255, 255, 255, 0.9);
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/* =UI.Slider
-----------------------------------------------------------------------------*/
.ui-slider {
  position: relative;
  display: block;
}
.ui-slider:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  z-index: -1;
}
.ui-slider__thumb {
  position: absolute;
  cursor: pointer;
}
.ui-slider__range {
  position: absolute;
  height: 100%;
  left: 0;
  right: 100%;
}

/* =UI.Slider default style
-----------------------------------------------------------------------------*/
.ui-slider--default {
  height: 21px;
  margin-right: 11px;
}
.ui-slider--default:after, .ui-slider--default .ui-slider__range {
  height: 5px;
  top: 8px;
  right: -11px;
}
.ui-slider--default:after {
  background: #ddd;
}
.ui-slider--default .ui-slider__thumb {
  width: 11px;
  height: 21px;
  background: #ccc;
  border: solid 1px #aaa;
}
.ui-slider--default .ui-slider__thumb:hover {
  background: #ddd;
}
.ui-slider--default .ui-slider__range {
  background: #aaa;
}

.ui-slider:after {
  left: 0;
  right: auto;
  width: 100%;
  z-index: 0;
}
.ui-slider .ui-slider__range {
  z-index: 10;
}
.ui-slider .ui-slider__thumb {
  z-index: 20;
}

.ui-slider--default {
  height: auto;
  margin-right: 0;
}
.ui-slider--default:after, .ui-slider--default .ui-slider__range {
  height: 4px;
  top: auto;
  right: auto;
}
.ui-slider--default .ui-slider__thumb {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  margin-left: -7px;
  margin-top: -5px;
}

.ui-slider-blue:after {
  background-color: #e6e6e6;
  border-radius: 2px;
}
.ui-slider-blue .ui-slider__range {
  background-color: rgba(81, 131, 232, 0.65);
  border-radius: 2px;
}
.ui-slider-blue .ui-slider__thumb {
  -webkit-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  background-color: rgb(81, 131, 232);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.ui-slider-blue .ui-slider__thumb:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #3a73e5;
}

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ngdialog-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ngdialog-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s;
}

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s;
}

.ngdialog-close:before {
  font-family: "Helvetica", Arial, sans-serif;
  content: "×";
  cursor: pointer;
}

body.ngdialog-open {
  overflow: hidden;
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
.placeholder-text {
  font-style: italic;
  opacity: 0.8;
}
.placeholder-text div {
  display: none;
}

.ta-hidden-input {
  display: none;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  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, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.soft-btn-toolbar {
  position: absolute;
  top: 100%;
  background-color: white;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  font-size: 12px;
  left: -5px;
  border-radius: 3px;
  padding: 2px;
  direction: ltr !important;
  text-align: left;
  white-space: nowrap;
}
.soft-btn-toolbar:not(.focussed) {
  display: none;
}
.soft-btn-toolbar.positioned-above {
  top: auto;
  bottom: 100%;
}
.is-rtl .soft-btn-toolbar {
  left: auto;
  right: -5px;
}
.soft-btn-toolbar .btn-default {
  color: rgba(0, 0, 0, 0.9);
  height: 27px;
  min-width: 27px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 5px;
}
.soft-btn-toolbar .btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #ebebeb;
}

.soft-form-control {
  width: auto;
  margin: -5px;
  padding: 5px;
  border-radius: 3px;
}
.soft-form-control:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.focussed .soft-form-control {
  background-color: rgba(255, 255, 255, 0.2);
}
.soft-form-control .popover .btn-default {
  color: rgba(0, 0, 0, 0.9);
  height: 27px;
  min-width: 27px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid white;
  padding: 5px;
}
.soft-form-control .popover .btn-default.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #ebebeb;
}
.soft-form-control .popover a {
  color: rgb(66, 139, 202);
}
.soft-form-control .popover a:hover {
  color: #2a6496;
  text-decoration: underline;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.5 - 2016-10-24T23:13:59.551Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

.select2-locked > .select2-search-choice-close {
  display: none;
}

.select-locked > .ui-select-match-close {
  display: none;
}

body > .select2-container.open {
  z-index: 9999; /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
.ui-select-container[theme=select2].direction-up .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px; /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control.single > .selectize-input > input {
  width: 100%;
}

/* Fix line break when there's at least one item selected with the Selectize theme */
.selectize-control.multi > .selectize-input > input {
  margin: 0 !important;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px; /* FIXME hardcoded value :-/ */
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0;
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row > span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row > span:hover, .ui-select-bootstrap .ui-select-choices-row > span:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active > span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled > span,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em;
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.ui-select-bootstrap .ui-select-toggle > a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px;
}

/* Spinner */
.ui-select-refreshing {
  position: absolute;
  right: 0;
  padding: 8px 27px;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear;
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s;
}

.sd-fade {
  opacity: 1;
}
.sd-fade.ng-enter, .sd-fade.ng-leave {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.sd-fade.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-fade.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-fade.ng-enter, .sd-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.sd-fade.ng-leave, .sd-fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.sd-fade-enter {
  opacity: 1;
}
.sd-fade-enter.ng-enter, .sd-fade-enter.ng-leave {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.sd-fade-enter.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-fade-enter.ng-leave {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sd-fade-enter.ng-enter, .sd-fade-enter.ng-leave.ng-leave-active {
  opacity: 0;
}
.sd-fade-enter.ng-leave, .sd-fade-enter.ng-enter.ng-enter-active {
  opacity: 1;
}

.sd-slide-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sd-slide-left.ng-enter, .sd-slide-left.ng-leave {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.sd-slide-left.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-left.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-left.ng-enter, .sd-slide-left.ng-leave.ng-leave-active {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sd-slide-left.ng-leave, .sd-slide-left.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sd-slide-right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.sd-slide-right.ng-enter, .sd-slide-right.ng-leave {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.sd-slide-right.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-right.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-right.ng-enter, .sd-slide-right.ng-leave.ng-leave-active {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.sd-slide-right.ng-leave, .sd-slide-right.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.sd-slide-top {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sd-slide-top.ng-enter, .sd-slide-top.ng-leave {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.sd-slide-top.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-top.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-top.ng-enter, .sd-slide-top.ng-leave.ng-leave-active {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.sd-slide-top.ng-leave, .sd-slide-top.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sd-slide-bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.sd-slide-bottom.ng-enter, .sd-slide-bottom.ng-leave {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
}
.sd-slide-bottom.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-bottom.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-slide-bottom.ng-enter, .sd-slide-bottom.ng-leave.ng-leave-active {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.sd-slide-bottom.ng-leave, .sd-slide-bottom.ng-enter.ng-enter-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.sd-scale-fade {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sd-scale-fade.ng-enter, .sd-scale-fade.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-scale-fade.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-scale-fade.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-scale-fade.ng-enter, .sd-scale-fade.ng-leave.ng-leave-active {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.sd-scale-fade.ng-leave, .sd-scale-fade.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.sd-scale-fade-enter {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.sd-scale-fade-enter.ng-enter, .sd-scale-fade-enter.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-scale-fade-enter.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-scale-fade-enter.ng-leave {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sd-scale-fade-enter.ng-enter, .sd-scale-fade-enter.ng-leave.ng-leave-active {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.sd-scale-fade-enter.ng-leave, .sd-scale-fade-enter.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.sd-rotate-fade {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.sd-rotate-fade.ng-enter, .sd-rotate-fade.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-rotate-fade.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-rotate-fade.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-rotate-fade.ng-enter, .sd-rotate-fade.ng-leave.ng-leave-active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.sd-rotate-fade.ng-leave, .sd-rotate-fade.ng-enter.ng-enter-active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.sd-rotate-fade-enter {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.sd-rotate-fade-enter.ng-enter, .sd-rotate-fade-enter.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-rotate-fade-enter.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-rotate-fade-enter.ng-leave {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.sd-rotate-fade-enter.ng-enter, .sd-rotate-fade-enter.ng-leave.ng-leave-active {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.sd-rotate-fade-enter.ng-leave, .sd-rotate-fade-enter.ng-enter.ng-enter-active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.sd-popup-right {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform-origin: top right 50%;
  -moz-transform-origin: top right 50%;
  -ms-transform-origin: top right 50%;
  -o-transform-origin: top right 50%;
  transform-origin: top right 50%;
}
.sd-popup-right.ng-enter, .sd-popup-right.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-popup-right.ng-enter {
  -webkit-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-popup-right.ng-leave {
  -webkit-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-popup-right.ng-enter, .sd-popup-right.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.sd-popup-right.ng-leave, .sd-popup-right.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.sd-popup-left {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform-origin: top left 50%;
  -moz-transform-origin: top left 50%;
  -ms-transform-origin: top left 50%;
  -o-transform-origin: top left 50%;
  transform-origin: top left 50%;
}
.sd-popup-left.ng-enter, .sd-popup-left.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.sd-popup-left.ng-enter {
  -webkit-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-popup-left.ng-leave {
  -webkit-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sd-popup-left.ng-enter, .sd-popup-left.ng-leave.ng-leave-active {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.sd-popup-left.ng-leave, .sd-popup-left.ng-enter.ng-enter-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.sd-hover .sd-hover-fade-in {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.sd-hover .sd-hover-fade-out {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  visibility: visible;
}
.sd-hover .sd-hover-fade-in-left {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
}
.sd-hover .sd-hover-fade-out-left {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sd-hover .sd-hover-fade-in-right {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
}
.sd-hover .sd-hover-fade-out-right {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sd-hover .sd-hover-scale-fade-out {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.sd-hover .sd-hover-rotate-fade-in {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
}
.sd-hover:hover .sd-hover-fade-in {
  opacity: 1;
  visibility: visible;
}
.sd-hover:hover .sd-hover-fade-out {
  opacity: 0;
  visibility: hidden;
}
.sd-hover:hover .sd-hover-fade-in-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sd-hover:hover .sd-hover-fade-out-left {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
}
.sd-hover:hover .sd-hover-fade-in-right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.sd-hover:hover .sd-hover-fade-out-right {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
  visibility: hidden;
}
.sd-hover:hover .sd-hover-scale-fade-out {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.sd-hover:hover .sd-hover-rotate-fade-in {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
}

.sd-depth-1 {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-2 {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-3 {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-4 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-5 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-6 {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-7 {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-8 {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-9 {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-10 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.sd-depth-3 {
  box-shadow: unset;
}

.sd-spacer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sd-grow-even {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}

.sd-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
}

.sd-sidenav {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: white;
  position: fixed;
  bottom: 0;
  top: 0;
  width: 300px;
  overflow-y: auto;
}
@media screen and (max-width: 635px) {
  .sd-sidenav {
    width: 100vw;
  }
}
.sd-sidenav.sd-sidenav-left {
  left: 0;
}
.sd-sidenav.sd-sidenav-right {
  right: 0;
}

.sd-button {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-transition: box-shadow, background-color, color;
  -moz-transition: box-shadow, background-color, color;
  -o-transition: box-shadow, background-color, color;
  transition: box-shadow, background-color, color;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  background-color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  cursor: pointer;
}
.sd-button .sd-icon {
  margin: 0 4px;
}
.sd-button .sd-label {
  line-height: 0;
  margin: 0 4px;
}
.sd-button.sd-default:hover:not([disabled]) {
  color: rgba(0, 0, 0, 0.7);
  background-color: #f2f2f2;
}
.sd-button.sd-default[disabled] {
  background-color: #e6e6e6;
  color: #999999;
  cursor: default;
}
.sd-button.sd-primary:not([disabled]) {
  color: rgba(255, 255, 255, 0.95);
  background-color: rgb(81, 131, 232);
}
.sd-button.sd-primary:not([disabled]):hover {
  color: white;
  background-color: #3a73e5;
}
.sd-button.sd-inverse-primary {
  color: rgb(81, 131, 232);
  background-color: white;
  border: solid 2px rgb(81, 131, 232);
}
.sd-button.sd-secondary:not([disabled]) {
  color: rgba(255, 255, 255, 0.95);
  background-color: #666666;
}
.sd-button.sd-secondary:not([disabled]):hover {
  color: white;
  background-color: #595959;
}
.sd-button.sd-white:not([disabled]) {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
}
.sd-button.sd-white:not([disabled]):hover {
  color: rgba(0, 0, 0, 0.7);
  background-color: white;
}
.sd-button.sd-white:not([disabled]).sd-shadow:not([disabled]) {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-white:not([disabled]).sd-shadow:not([disabled]):hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-save:not([disabled]) {
  color: rgba(255, 255, 255, 0.95);
  background-color: #66cc88;
}
.sd-button.sd-save:not([disabled]):hover {
  color: white;
  background-color: #53c679;
}
.sd-button.sd-upgrade:not([disabled]) {
  color: white;
  background-color: rgb(56, 224, 163);
}
.sd-button.sd-upgrade:not([disabled]):hover {
  background-color: #22dc99;
}
.sd-button.sd-warning:not([disabled]) {
  color: rgba(255, 255, 255, 0.95);
  background-color: #e55c5c;
}
.sd-button.sd-warning:not([disabled]):hover {
  color: white;
  background-color: #e14646;
}
.sd-button.sd-shadow:not([disabled]) {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-shadow:not([disabled]):hover {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4), 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-bevel:not([disabled]) {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-bevel:not([disabled]):hover {
  box-shadow: 0 -3px 0 rgba(0, 0, 0, 0.1) inset;
}
.sd-button.sd-round {
  border-radius: 9999px;
}
.sd-button.sd-rect {
  border-radius: 0;
}

.sd-fat-button {
  height: 48px;
  font-size: 15px;
  border-radius: 24px;
}

.sd-text-input {
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  background-color: rgba(0, 0, 0, 0.07);
  height: 100%;
  width: 125px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.75);
  padding: 0 10px;
  box-sizing: border-box;
}
.sd-text-input.sd-round {
  border-radius: 9999px;
}
.sd-text-input:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.sd-text-input:focus:not([readonly]) {
  background-color: rgba(81, 131, 232, 0.2);
}

.selectize-control .ui-select-choices {
  opacity: 1 !important;
}

.sd-selectize.selectize-control {
  height: 30px;
  width: 125px;
  font-size: 11px;
  font-weight: bold;
}
.sd-selectize.selectize-control.sd-round .selectize-input {
  border-radius: 9999px;
}
.sd-selectize.selectize-control.sd-round .selectize-dropdown {
  border-radius: 12px;
}
.sd-selectize.selectize-control .ui-select-match {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sd-selectize.selectize-control .selectize-input {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  background-color: rgba(0, 0, 0, 0.07);
  background-image: none;
  height: 100%;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  padding: 0 25px 0 10px;
  color: rgba(0, 0, 0, 0.75);
  font-size: inherit;
  font-weight: inherit;
}
.sd-selectize.selectize-control .selectize-input:hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.1);
}
.sd-selectize.selectize-control .selectize-input:after {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-width: 5px 4px 0 4px;
  margin-top: -2px;
  right: 10px;
}
.sd-selectize.selectize-control .selectize-dropdown {
  border: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: rgba(0, 0, 0, 0.75);
  font-size: inherit;
  font-weight: inherit;
  margin-top: 1px;
  z-index: 2;
}
.sd-selectize.selectize-control .selectize-dropdown [data-selectable] {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.sd-selectize.selectize-control .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.sd-selectize.selectize-control .selectize-dropdown .disabled [data-selectable] {
  opacity: 0.3;
  cursor: not-allowed;
}
.sd-selectize.selectize-control.sd-light .selectize-input {
  color: rgba(255, 255, 255, 0.95);
  background-color: rgba(255, 255, 255, 0.1);
}
.sd-selectize.selectize-control.sd-light .selectize-input:hover {
  background-color: rgba(255, 255, 255, 0.13);
}
.sd-selectize.selectize-control.sd-light .selectize-input:after {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.sd-dropdown {
  display: flex;
  position: relative;
}
.sd-dropdown .sd-dropdown-trigger {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  color: #262626;
  font-size: 16px;
}
@media screen and (max-width: 635px) {
  .sd-dropdown .sd-dropdown-trigger {
    font-size: 20px;
  }
}
.sd-dropdown .sd-dropdown-trigger:after {
  content: " ";
  position: absolute;
  border: 5px solid transparent;
  border-width: 5px;
  border-top-color: rgba(0, 0, 0, 0.65);
  right: 0;
  margin-top: 3px;
}
.sd-dropdown .sd-dropdown-list {
  position: absolute;
  top: 34px;
  right: 0;
  background-color: white;
  z-index: 1250;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  margin-top: -15px;
  min-width: 150px;
  border-radius: 2px;
}
.sd-dropdown .sd-dropdown-list .sd-dropdown-list-item.selected button {
  color: rgb(81, 131, 232);
}
.sd-dropdown .sd-dropdown-list .sd-dropdown-list-item button {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  white-space: nowrap;
}

@media screen and (max-width: 635px) {
  .sd-hide-on-small-screen {
    display: none !important;
  }
}

@media screen and (min-width: 636px) {
  .sd-hide-on-large-screen {
    display: none !important;
  }
}

.sd-flex-row-start, .sd-flex-row-end {
  -webkit-flex: 1 0 0;
  flex: 1 0 0;
}

.sd-flex-row-middle {
  flex: 0 0 auto;
}

.sd-blue-link {
  color: rgb(81, 131, 232);
  opacity: 0.8;
}
.sd-blue-link:hover {
  opacity: 1;
}

.sd-current-field-value {
  font-size: 16px;
  color: #333333;
}

.sd-purple-notice {
  background-color: rgba(81, 131, 232, 0.11);
  border: 1px solid rgb(81, 131, 232);
  border-radius: 3px;
  color: rgb(81, 131, 232);
  font-size: 14px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
}

.sd-notice-icon {
  font-size: 18px;
  margin-right: 10px;
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff1da7ee", endColorstr="#ff178ee9", GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff008fd8", endColorstr="#ff0075cf", GradientType=0);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-size: 0.85em;
  font-weight: bold;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/** corner triangle related **/
/** EOF corner triangle related **/
/* dashboard */ /* dashboard buttons */
.tb-btn-v1 {
  height: 19px;
  font-size: 13px;
  border-radius: 5px;
  padding: 0;
}

.tb-blue-white_lighter-btn {
  background: rgb(81, 131, 232);
  color: white;
}

.tb-gray_lighter-gray_darker-btn {
  background: #e6e6e6;
  color: gray;
}

.editor-btns button {
  width: 108px;
  height: 26px;
  font-size: 13px;
}

/* EOF dashboard buttons */
.sg-button-primary, .sg-button-save {
  border-radius: 9999px;
  height: 26px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 10px;
  background: rgb(81, 131, 232);
  color: white;
}

.sg-button-primary-basic {
  color: rgb(81, 131, 232);
  text-transform: uppercase;
  font-size: 13px;
}

.sg-button-save {
  background: #33cc94;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

body.dashboard .screen-loader img {
  margin-top: 250px;
}
body.dashboard .board {
  min-height: 100vh;
}
body.dashboard .board .board-header {
  width: 100%;
}
body.dashboard .board .board-header .header-content {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 635px) {
  body.dashboard .board .board-header .header-content {
    flex: 1 1 auto;
    min-width: 0;
  }
}
body.dashboard .dashboard-survey {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
body.dashboard .dashboard-survey-board-base {
  flex: 0 0 auto;
}
body.dashboard .board-main-content {
  overflow-y: auto;
  background-color: #ededed;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
body.dashboard .survey-header {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 635px) {
  body.dashboard .survey-header {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.dashboard .ui-view-container, body.dashboard .previewable {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}
body.dashboard .white-popup-menu {
  position: absolute;
  right: -12px;
  margin-top: 8px;
  z-index: 100;
}
body.dashboard .white-popup-menu:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -14px;
  border-top-color: transparent;
  border-bottom-color: white;
  right: 12px;
}
body.dashboard .white-popup-menu ul {
  background-color: white;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
}
body.dashboard .white-popup-menu .wpm-entry-trigger {
  height: 36px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  color: gray;
  text-align: left;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
}
body.dashboard .white-popup-menu .wpm-entry-trigger .icon-container {
  display: inline-block;
  width: 22px;
}
body.dashboard .white-popup-menu .wpm-entry-trigger i {
  color: #a6a6a6;
}
body.dashboard .white-popup-menu .wpm-entry-trigger.danger-trigger {
  color: rgb(197, 85, 85);
}
body.dashboard .white-popup-menu .wpm-entry-trigger.danger-trigger i {
  color: #d88e8e;
}
body.dashboard .white-popup-menu .wpm-entry-trigger:hover {
  background-color: #f7f7f7;
}
body.dashboard .white-popup-menu .wpm-entry-trigger .fa-download {
  font-size: 12px;
}
body.dashboard .white-popup-menu .wpm-entry-trigger .fa-trash {
  font-size: 13px;
}
body.dashboard .section-headline {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline {
    margin-top: 0px;
  }
}
body.dashboard .section-headline .centered-together {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
body.dashboard .section-headline .primary-count, body.dashboard .section-headline .primary-count-capped {
  font-size: 28px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline .primary-count, body.dashboard .section-headline .primary-count-capped {
    font-size: 16px;
  }
}
body.dashboard .section-headline .primary-count-capped {
  display: flex;
  color: rgb(203, 203, 203);
}
body.dashboard .section-headline .primary-count-capped .capped-lock-icon {
  font-size: 18px;
  padding-bottom: 5px;
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline .primary-count-capped .capped-lock-icon {
    font-size: 14px;
    padding-bottom: 1px;
  }
}
body.dashboard .section-headline .primary-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 20px;
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline .primary-title {
    font-size: 16px;
  }
}
body.dashboard .section-headline .secondary-count {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 10px;
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline .secondary-count {
    font-size: 14px;
    margin-left: 8px;
  }
}
body.dashboard .section-headline .secondary-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  margin-left: 70px;
}
@media screen and (max-width: 635px) {
  body.dashboard .section-headline .secondary-title {
    font-size: 14px;
    margin-left: 10px;
  }
}
body.dashboard .center-content {
  max-width: 1450px;
  margin: 0 auto;
  padding-right: 90px;
  padding-left: 90px;
}
body.dashboard .board-page-sidepad {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 635px) {
  body.dashboard .board-page-sidepad {
    padding-right: 20px;
    padding-left: 20px;
  }
}
body.dashboard .respondent-view-container {
  padding: 0 90px;
}
body.dashboard .respondent-view-bottom-space {
  height: 90px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.dashboard .respondent-view-inner-container {
  max-width: 1450px;
}
body.dashboard .bubble-bg {
  position: relative;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.dashboard .dashboard-dialog .ngdialog-content {
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
body.dashboard .dashboard-dialog:not(.compact-dashboard-dialog) .ngdialog-content {
  width: 89.21875%;
  width: calc(100% - 136px);
  width: -moz-calc(100% - 136px);
  width: -webkit-calc(100% - 136px);
  min-height: 520px;
  height: calc(100% - 136px);
  height: -moz-calc(100% - 136px);
  height: -webkit-calc(100% - 136px);
}
body.dashboard .dashboard-dialog:not(.compact-dashboard-dialog).narrow-dashboard-dialog .ngdialog-content {
  max-width: 800px;
}
body.dashboard .dashboard-dialog.compact-dashboard-dialog .ngdialog-content {
  max-width: calc(100% - 136px);
  max-width: -moz-calc(100% - 136px);
  max-width: -webkit-calc(100% - 136px);
  max-height: calc(100% - 136px);
  max-height: -moz-calc(100% - 136px);
  max-height: -webkit-calc(100% - 136px);
}
body.dashboard .dashboard-dialog-content {
  box-sizing: content-box;
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body.dashboard .dashboard-dialog-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 15px 0 30px;
  height: 60px;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex: 0 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.dashboard .dashboard-dialog-header h2 {
  font-weight: bold;
  font-size: 22px;
  color: #262626;
}
body.dashboard .dashborad-dialog-head-right {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.dashboard .close-dashboard-dialog-trigger {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
}
body.dashboard .close-dashboard-dialog-trigger:hover {
  color: rgba(0, 0, 0, 0.55);
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
body.dashboard .dashboard-dialog-body {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
body.dashboard .dashboard-dialog-body-fill-height {
  flex: 1 1 auto;
  min-height: 0;
}
body.dashboard .dashboard-dialog-not-ready-loader {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
body.dashboard .dashboard-dialog-not-ready-loader img {
  height: 32px;
}
body.dashboard .dashboard-dialog-body-pad {
  padding: 17px 15px;
}
body.dashboard .dashboard-dialog-body-scrollable {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  overflow-y: auto;
}
body.dashboard .dashboard-dialog-body-non-scrollable {
  padding: 0 15px;
  box-sizing: border-box;
}
body.dashboard .dashboard-dialog-sub-section-content {
  flex: 1 1 auto;
  min-height: 0;
}
body.dashboard h3 {
  color: #545454;
  font-size: 22px;
  margin: 0;
}

[editable-text][ta-toolbar-class~=soft-btn-toolbar] {
  position: relative;
}

/* dashboard home */
.dashboard-home .fixed-mobile-overlay {
  position: fixed;
  background-color: white;
  z-index: 1250;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 636px) {
  .dashboard-home .fixed-mobile-overlay {
    display: none;
  }
}
.dashboard-home .main-mobile-message {
  font-size: 18px;
  font-style: italic;
  text-align: center;
  color: #595959;
}
.dashboard-home .bubble-bg-no-triangle {
  position: relative;
  background-color: white;
  padding-bottom: 30px;
  height: 100%;
}
.dashboard-home .home-background {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: white;
  height: 100%;
}
.dashboard-home .home-table-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 635px) {
  .dashboard-home .home-table-headline {
    padding: 27px 0px 12px 0px;
  }
}
.dashboard-home .support-tool {
  color: gray;
  padding-left: 25px;
  border-bottom: 1px solid #e6e6e6;
}
.dashboard-home .support-tool .search-options-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.dashboard-home .support-tool .support-tool-searches {
  margin-bottom: 30px;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.dashboard-home .support-tool .support-tool-searches .standard-text-input {
  border: 1px solid gray;
}
.dashboard-home .support-tool .support-tool-searches .or-separator {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-home .support-tool .support-tool-searches .recent-search {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dashboard-home .support-tool .support-tool-searches .email-search {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-home .support-tool .support-tool-searches .email-search .email-search-title {
  margin-bottom: 10px;
}
.dashboard-home .support-tool .support-tool-searches .email-search .email-search-button {
  margin-top: 15px;
}
.dashboard-home .support-tool .support-tool-searches .survey-name-search {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.dashboard-home .support-tool .support-tool-searches .survey-name-search .survey-name-search-title {
  margin-bottom: 10px;
}
.dashboard-home .support-tool .support-tool-searches .survey-name-search .survey-name-search-button {
  margin-top: 15px;
}
.dashboard-home .centered-together {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  flex: 1 1 auto;
  min-width: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dashboard-home .centered-table {
  flex-direction: column;
  display: flex;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
}
.dashboard-home .headline-counters, .dashboard-home .headline-counter {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.dashboard-home .headline-counter {
  margin-left: 20px;
}
.dashboard-home .counter-text {
  color: gray;
  margin-left: 5px;
}
.dashboard-home .counter-num {
  color: #1a1a1a;
  font-weight: bold;
}
.dashboard-home .tb-home-content {
  max-width: 1100px;
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 635px) {
  .dashboard-home .tb-home-content {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.dashboard-home .dashboard-home-bubble-bg {
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (max-width: 635px) {
  .dashboard-home .dashboard-home-bubble-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.dashboard-home .table-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 635px) {
  .dashboard-home .table-row {
    height: 40px;
  }
}
.dashboard-home .table-row.title-row {
  font-size: 16px;
}
@media screen and (max-width: 635px) {
  .dashboard-home .table-row.title-row {
    font-size: 14px;
  }
}
.dashboard-home .table-row.title-row button {
  font-weight: bold;
}
.dashboard-home .table-row.title-row button:hover {
  opacity: 0.8;
}
.dashboard-home .table-row.title-row .fa-sort, .dashboard-home .table-row.title-row .fa-caret-up, .dashboard-home .table-row.title-row .fa-caret-down {
  width: 12px;
  text-align: right;
  color: #a6a6a6;
}
.dashboard-home .table-row.title-row .fa-sort {
  color: rgba(0, 0, 0, 0.2);
}
.dashboard-home .table-row.survey-row {
  color: #595959;
}
.dashboard-home .table-row.survey-row:hover {
  background-color: #F9FBFF;
}
.dashboard-home .table-row.survey-row .date-cell {
  font-size: 14px;
}
.dashboard-home .table-cell {
  margin-right: 30px;
  width: 120px;
}
@media screen and (max-width: 635px) {
  .dashboard-home .table-cell {
    margin-right: 10px;
    width: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 635px) {
  .dashboard-home .table-cell:first-child {
    padding-left: 25px;
  }
}
.dashboard-home .table-cell:last-child {
  margin-right: 0;
}
.dashboard-home .table-cell.name-cell {
  flex: 1 1 auto;
  min-width: 0;
}
.dashboard-home .table-cell.owner-cell {
  width: 170px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1061px) {
  .dashboard-home .table-cell.owner-cell {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .dashboard-home .table-cell.date-cell {
    display: none;
  }
}
.dashboard-home .table-cell .survey-preview-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 100%;
}
.dashboard-home .table-cell .survey-preview-link:hover .survey-name {
  color: #262626;
}
.dashboard-home .table-cell .survey-preview-link:not(:hover) .preview-link-icon {
  visibility: hidden;
}
.dashboard-home .table-cell .survey-name-and-link-icon {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.dashboard-home .table-cell .survey-name {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(38, 38, 38, 0.8);
  font-weight: bold;
}
.dashboard-home .table-cell .preview-link-icon {
  font-size: 12px;
  margin-left: 5px;
  flex: 0 0 auto;
}
@media screen and (max-width: 635px) {
  .dashboard-home .table-cell .preview-link-icon {
    display: none;
  }
}
.dashboard-home .action-menu {
  height: 100%;
  margin-right: 50px;
  display: flex;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 635px) {
  .dashboard-home .action-menu {
    margin-right: 10px;
    min-width: unset;
  }
}
.dashboard-home .edit-menu {
  width: 43px;
}
.dashboard-home .analyze-menu {
  width: 60px;
}
.dashboard-home .more-menu {
  width: 43px;
}
.dashboard-home .survey-action-btn {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 0 0 auto;
}
@media screen and (max-width: 635px) {
  .dashboard-home .survey-action-btn {
    width: 40px;
  }
}
.dashboard-home .button-content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dashboard-home .survey-action-title {
  font-size: 10px;
  font-weight: bold;
  color: gray;
}
.dashboard-home .unauthorized {
  visibility: hidden;
}
.dashboard-home .survey-action-btn {
  opacity: 0.8;
}
.dashboard-home .survey-action-btn:hover {
  opacity: 1;
}
.dashboard-home .survey-actions-pu {
  height: 100%;
  position: relative;
}
.dashboard-home .survey-actions-pu .white-popup-menu {
  right: -8px;
}
.dashboard-home .create-survey-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dashboard-home .unauthorized-error-message {
  position: absolute;
  font-size: 12px;
  border-radius: 5px;
  z-index: 200;
  padding: 5px 5px 6px 5px;
  bottom: 100%;
  right: 0%;
  white-space: nowrap;
  margin-bottom: 5px;
  background-color: white;
  color: gray;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.dashboard-home .unauthorized-error-message .tooltip-pointer {
  font-size: 28px;
  position: absolute;
  bottom: -16px;
  left: 65%;
  color: white;
}
.dashboard-home .create-button-container {
  display: block;
}
.dashboard-home .tooltip-container {
  position: relative;
}

.home-content-width {
  max-width: 1230px;
  width: 100%;
}

.home-pad, .title-home-pad {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 106px 0 116px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 635px) {
  .home-pad, .title-home-pad {
    padding: 0;
  }
}

/* EOF dashboard home */
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* dashboard dialog general */
.dashboard .ui-widget-overlay {
  z-index: 240;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

@media screen and (max-width: 635px) {
  .dashboard-settings-dialog {
    padding: 30px 20px 15px 20px;
    position: fixed;
    background: white;
    top: 55px;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.dashboard-settings-dialog .small-dialog-body {
  min-width: 450px;
}
@media screen and (max-width: 635px) {
  .dashboard-settings-dialog .small-dialog-body {
    min-width: auto;
  }
}
.dashboard-settings-dialog .form-disable-overlay-container {
  display: block;
}
.dashboard-settings-dialog .value-input {
  background-color: #ededed;
  height: 35px;
  width: 100%;
  padding: 0 12px;
  display: flex;
  align-items: center;
  color: #757575;
  border-radius: 2px;
}
.dashboard-settings-dialog .value-input.error {
  background-color: rgba(229, 92, 92, 0.15);
}
.dashboard-settings-dialog .form-disable-overlay {
  z-index: 10;
}
.dashboard-settings-dialog .updating-icon, .dashboard-settings-dialog .update-success-icon {
  margin-left: 4px;
}
.dashboard-settings-dialog .update-success-icon {
  color: rgb(56, 224, 163);
  font-size: 16px;
}

#export-survey-content .add-top-margin {
  margin-top: 30px;
}
#export-survey-content .center-inside-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
#export-survey-content .date-range-selection {
  margin-top: 10px;
  font-size: 14px;
}

.export-dialog .checkbox-btn input[type=checkbox] {
  display: none;
}
.export-dialog .checkbox-btn input[type=checkbox]:checked + label {
  background-color: rgb(81, 131, 232);
}
.export-dialog .checkbox-btn input[type=checkbox]:checked + label:hover {
  background-color: #3a73e5;
}
.export-dialog .checkbox-btn input[type=checkbox]:checked + label i {
  opacity: 1;
}
.export-dialog .checkbox-btn label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.export-dialog .checkbox-btn label:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.export-dialog .checkbox-btn label i {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  color: white;
  font-size: 8px;
  line-height: 1.4;
}
.export-dialog .extra-options {
  margin-top: 10px;
  font-size: 14px;
}
.export-dialog .checkbox-btn, .export-dialog .checkbox-label {
  display: inline-block;
  vertical-align: middle;
}
.export-dialog .checkbox-label {
  margin-left: 4px;
}
.export-dialog .checkbox-btn {
  line-height: 0;
}

/* EOF dashboard dialog general */
.manage-content .first-column {
  width: 35%;
  padding-right: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 635px) {
  .manage-content .first-column {
    padding-right: 0;
    width: auto;
  }
}
.manage-content .second-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media screen and (max-width: 635px) {
  .manage-content .second-column {
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 635px) {
  .manage-content .manage-bsd-table-head {
    display: none;
  }
}
@media screen and (max-width: 635px) {
  .manage-content .manage-bsd-table-body {
    margin-top: 0;
  }
}
.manage-content .bsd-table-row {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white;
}
@media screen and (max-width: 635px) {
  .manage-content .bsd-table-row {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 10px 20px;
  }
}
.manage-content .bsd-table-row.user-adder-row {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 635px) {
  .manage-content .bsd-table-row.user-adder-row:not(.edit-mode) {
    padding: 0;
  }
}
.manage-content .bsd-table-row.edit-mode {
  height: 140px;
  background-color: #fafafa;
}
@media screen and (max-width: 635px) {
  .manage-content .bsd-table-row.edit-mode {
    height: auto;
  }
}
.manage-content .bsd-table-row.edit-mode .bsd-action-btn {
  font-size: 14px;
}
@media screen and (max-width: 635px) {
  .manage-content .bsd-table-row.edit-mode .user-permissions {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.manage-content .user-name {
  display: flex;
  font-size: 16px;
  color: #262626;
}
@media screen and (max-width: 635px) {
  .manage-content .user-name {
    margin: 0 0 10px;
    width: 100%;
  }
}
.manage-content .user-name.new-user {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.manage-content .user-name.new-user input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-right: 30px;
  width: 100%;
  box-sizing: border-box;
}
.manage-content .user-name.new-user input ::-webkit-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
}
.manage-content .user-name.new-user input :-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
}
.manage-content .user-name.new-user input ::-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
}
.manage-content .user-name.new-user input :-ms-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
}
.manage-content .user-name .user-number {
  font-weight: bold;
  margin-right: 14px;
}
@media screen and (max-width: 635px) {
  .manage-content .user-name .user-number {
    margin-right: 0;
    width: 25px;
  }
}
.manage-content .user-name .notify-user {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
  margin-top: 50px;
}
.manage-content .user-name .notify-user .checkbox-btn input[type=checkbox] {
  display: none;
}
.manage-content .user-name .notify-user .checkbox-btn input[type=checkbox]:checked + label {
  background-color: rgb(81, 131, 232);
}
.manage-content .user-name .notify-user .checkbox-btn input[type=checkbox]:checked + label:hover {
  background-color: #3a73e5;
}
.manage-content .user-name .notify-user .checkbox-btn input[type=checkbox]:checked + label i {
  opacity: 1;
}
.manage-content .user-name .notify-user .checkbox-btn label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: center;
  background-color: #cccccc;
}
.manage-content .user-name .notify-user .checkbox-btn label:hover {
  background-color: #bfbfbf;
}
.manage-content .user-name .notify-user .checkbox-btn label i {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  color: white;
  font-size: 9px;
  line-height: 1.4;
}
@media screen and (max-width: 635px) {
  .manage-content .user-name .notify-user {
    margin-top: 20px;
  }
}
.manage-content .user-name .notify-user .checkbox-btn {
  margin-right: 5px;
}
.manage-content .user-name .notify-user .notify-user-text {
  font-size: 12px;
  font-weight: bold;
  color: gray;
}
.manage-content .user-permissions {
  display: flex;
}
@media screen and (max-width: 635px) {
  .manage-content .user-permissions {
    width: 100%;
  }
}
.manage-content .user-permissions .perm-list {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 635px) {
  .manage-content .user-permissions .perm-list {
    margin-right: 10px;
  }
}
.manage-content .user-permissions .perm-list .perm-title {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
}
@media screen and (max-width: 635px) {
  .manage-content .user-permissions .perm-list .perm-title {
    font-size: 12px;
  }
}
.manage-content .user-permissions .perm-list .perm-title .perm-sep {
  font-weight: normal;
  color: gray;
  margin: 0 5px;
}
@media screen and (max-width: 635px) {
  .manage-content .user-permissions .perm-list .perm-title .perm-sep {
    margin: 0;
  }
}
.manage-content .user-permissions .perm-list .perm-empty {
  color: gray;
}
.manage-content .user-permissions .perm-selector {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 30px;
}
@media screen and (max-width: 635px) {
  .manage-content .user-permissions .perm-selector {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.manage-content .user-permissions .perm-selector .perm-selector-entry {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 290px;
  height: 35px;
}
.manage-content .user-permissions .perm-selector .perm-selector-entry .perm-selector-label {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
}
.manage-content .user-permissions .new-user-error-msg {
  color: #e55c5c;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.previewable {
  width: 100%;
  height: 100%;
  position: relative;
}
.previewable .preview-frame-menu {
  position: fixed;
  z-index: 5000;
  top: 0;
  right: 0;
  height: 55px;
  width: 130px;
  background-color: white;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0 27.5px;
}
.previewable .preview-frame-menu .header-toolbar-item {
  color: rgba(37, 39, 41, 0.35);
}
.previewable .preview-frame-menu .header-toolbar-item:hover {
  color: #252729;
}
.previewable .preview-container {
  position: relative;
}
.previewable .preview-container .preview-frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.previewable .preview-container .preview-frame-container .preview-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.previewable .preview-container.device-mobile .preview-frame-container {
  top: 10px;
  left: 50%;
  max-height: 907px;
  background-image: url("../img/dashboard/survey/preview/iphone_mock.png");
}
.previewable .preview-container.device-mobile .preview-frame {
  width: 86.8055555556%;
  height: 73.4288864388%;
  margin: 28.4722222222% 6.25% 27.3148148148% 6.9444444444%;
}
.previewable .preview-container.device-tablet .preview-frame-container {
  top: 10px;
  left: 50%;
  max-height: 884px;
  background-image: url("../img/dashboard/survey/preview/ipad_mock.png");
}
.previewable .preview-container.device-tablet .preview-frame {
  width: 81.7891373802%;
  height: 86.8778280543%;
  margin: 4.6325878594% 9.1054313099%;
}

.add-media-fields {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  font-size: 12px;
}
.add-media-fields .input-title {
  color: gray;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: bold;
}
.add-media-fields .inputs-row {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.add-media-fields .image-sources-buttons button {
  padding: 0 9px;
}
.add-media-fields .image-sources-buttons button:not(:first-child) {
  margin-left: 10px;
}
.add-media-fields .image-sources-buttons .img-source-btn {
  flex: 1 1 auto;
  min-width: 0;
}
.add-media-fields .image-sources-buttons .img-source-btn i {
  margin-right: 7px;
}
.add-media-fields .image-sources-buttons .remove-img-btn {
  flex: 0 0 auto;
}
.add-media-fields .media-from-url {
  font-size: 12px;
  color: #595959;
  background-color: white;
}
.add-media-fields .media-from-url button {
  margin-left: 5px;
}
.add-media-fields .failed-update-message {
  margin-top: 10px;
  line-height: normal;
  color: #e55c5c;
}
.add-media-fields .error-message {
  line-height: normal;
  margin-top: 10px;
  text-align: left;
  color: rgb(197, 85, 85);
}
.add-media-fields .media-url-input {
  border: 1px solid #e6e6e6;
  padding: 3px 5px;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
}
.add-media-fields .media-url-input.is-available {
  box-shadow: inset 0 0 3px 0px green;
}
.add-media-fields .media-url-input.unavailable {
  box-shadow: inset 0 0 3px 0px red;
}
.add-media-fields .media-from-url-btn {
  flex: 0 0 auto;
}
.add-media-fields .or-n-btn {
  margin-top: 20px;
}
.add-media-fields .or-upload {
  color: gray;
  margin-right: 10px;
}
.add-media-fields button {
  height: 23px;
  font-size: 12px;
  width: auto;
}
.add-media-fields .size-microcopy {
  line-height: normal;
  font-size: 10px;
  font-style: italic;
  color: #666666;
  margin-top: 7px;
  margin-bottom: 2px;
}

.media-inputs-popup {
  position: absolute;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.3);
  background-color: white;
  padding: 10px;
  margin-top: 4px;
  direction: ltr !important;
  text-align: left;
}

.add-media-btn-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 5px;
}
.add-media-btn-overlay.has-media {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.add-media-seg-popup {
  position: relative;
}

.add-media-popup-content {
  width: 290px;
  min-width: 290px;
  box-sizing: border-box;
}
.add-media-popup-content:not(.non-standard-position) {
  left: 0;
}
.add-media-popup-content:not(.non-standard-position):after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 7px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -14px;
  border-top-color: transparent;
  border-bottom-color: white;
  left: 29px;
}

.add-media-btn, .add-media-btns-slash, .limit-height-btn {
  font-size: 54px;
  color: white;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.add-media-btn, .limit-height-btn {
  cursor: pointer;
}
.add-media-btn i, .limit-height-btn i {
  padding: 7px;
}

.image-control-buttons-container {
  display: flex;
  position: absolute;
  top: 8px;
  right: 16px;
}

.activity-log-dialog .activity-log-dialog-body {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.activity-log-dialog sg-activity-log {
  padding: 54px;
  box-sizing: border-box;
  flex: 1 0 auto;
}

/* dashboard analytics */ /* analytics general */
.analytics-mm-btn {
  position: absolute;
  height: 80px;
  padding-left: 15px;
  color: white;
  font-size: 21px;
  margin-right: 25px;
  z-index: 100;
}
.analytics-mm-btn button {
  opacity: 0.85;
  outline: none;
  -webkit-transition: opacity 0.07s ease-out;
  -moz-transition: opacity 0.07s ease-out;
  -o-transition: opacity 0.07s ease-out;
  transition: opacity 0.07s ease-out;
}
.analytics-mm-btn button:hover {
  opacity: 1;
}

.analytics-main-menu {
  position: absolute;
  width: 240px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 2px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  z-index: 300;
  top: 10px;
  left: 15px;
  padding: 20px 0;
}
.analytics-main-menu .mm-list .mm-entry {
  height: 60px;
}
.analytics-main-menu .mm-list .mm-entry a {
  display: block;
  outline: none;
}
.analytics-main-menu .mm-list .mm-entry a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.analytics-main-menu .mm-list .mm-entry .mm-entry-icon {
  font-size: 28px;
  width: 60px;
  text-align: center;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.analytics-main-menu .mm-list .mm-entry .mm-entry-name {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.35);
}
.analytics-main-menu .mm-list .mm-entry.is-active .mm-entry-icon {
  color: rgba(0, 0, 0, 0.7);
}
.analytics-main-menu .mm-list .mm-entry.is-active .mm-entry-name {
  color: rgba(0, 0, 0, 0.8);
}

.analytics-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: white;
}
.analytics-content sg-response-page {
  flex: 1 0 auto;
}
.analytics-content sg-relate-results-page {
  flex: 1 1 auto;
  min-height: 0;
}
.analytics-content h1 {
  font-size: 30px;
  font-weight: bold;
  margin-top: -1px;
}
@media screen and (max-width: 635px) {
  .analytics-content h1 {
    font-size: 22px;
  }
}
.analytics-content .page-header {
  background-color: #747a81;
  height: 80px;
  color: white;
}
@media screen and (max-width: 635px) {
  .analytics-content .page-header .board-page-sidepad {
    padding: 0;
  }
  .analytics-content .page-header .content-sidespad {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.analytics-content .page-header .page-header-content {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.analytics-content .main-content {
  padding-bottom: 60px;
}
@media screen and (max-width: 635px) {
  .analytics-content .main-content {
    padding-bottom: 0;
  }
  .analytics-content .main-content.board-page-sidepad {
    padding: 0;
  }
  .analytics-content .main-content .content-sidespad {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 635px) {
  .analytics-content .main-content .bubble-bg {
    padding: 0;
  }
  .analytics-content .main-content .bubble-bg .chart-box {
    height: inherit;
    margin-top: 0px;
    padding: 24px 20px 30px;
    box-sizing: border-box;
  }
  .analytics-content .main-content .bubble-bg .chart-box .chart-box-inner {
    padding: 0px;
  }
  .analytics-content .main-content .bubble-bg .screen-stats-box {
    height: inherit;
    box-sizing: border-box;
  }
  .analytics-content .main-content .bubble-bg .screen-stats-box .s-box-head {
    padding-top: 5px;
    margin-bottom: 24px;
  }
  .analytics-content .main-content .bubble-bg .screen-stats-box .s-box-body {
    padding: 10px 20px 20px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .analytics-content .main-content .bubble-bg .screen-stats-box .s-box-body .share-stats {
    margin: 0;
  }
  .analytics-content .main-content .bubble-bg .side-note {
    margin-top: 0;
    padding: 20px;
    border-top: 1px dashed #d9d9d9;
  }
}
.analytics-content .screen-stats-box-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.analytics-content .data-table-container {
  width: 100%;
  height: 600px;
  overflow: auto;
  display: block;
  position: relative;
}
.analytics-content .share-survey-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1150;
  bottom: 21px;
  width: 100vw;
}
.analytics-content .share-survey-button {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
  z-index: 1150;
  height: 33px;
  padding: 7px 16px;
  font-size: 12px;
}
@media screen and (max-width: 635px) {
  .analytics-content .share-survey-button {
    border-radius: 17.5px;
    box-shadow: 0 0 5px 0 rgba(81, 131, 232, 0.2);
    left: 0;
    margin-bottom: 21px;
    font-size: 11px;
  }
}
@media screen and (min-width: 636px) {
  .analytics-content .share-survey-button .share-icon {
    margin-right: 8px;
    font-size: 14px;
  }
}
@media screen and (max-width: 635px) {
  .analytics-content .share-survey-button .share-icon {
    font-size: 9px;
    margin-right: 7px;
  }
}
.analytics-content .segment-set {
  position: relative;
  box-shadow: inset 0px -1px 0 0 #e6e6e6;
}

@media screen and (min-width: 636px) {
  .is-sg-account-upgrade-strip .share-survey-button-container {
    bottom: 55px;
  }
}

.page-header-color {
  background-color: #747a81;
}

.dashboard .data-table {
  text-align: left;
  table-layout: fixed;
}
.dashboard .data-table thead {
  background-color: white;
}
.dashboard .data-table td, .dashboard .data-table th {
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-sizing: border-box;
}
.dashboard .data-table td:nth-child(n+2), .dashboard .data-table th:nth-child(n+2) {
  padding-right: 25px;
}
@media screen and (max-width: 635px) {
  .dashboard .data-table td:nth-child(n+2), .dashboard .data-table th:nth-child(n+2) {
    padding-right: 10px;
  }
}
.dashboard .data-table td:nth-child(n+3), .dashboard .data-table th:nth-child(n+3) {
  min-width: 100px;
}
@media screen and (max-width: 635px) {
  .dashboard .data-table td:nth-child(n+3), .dashboard .data-table th:nth-child(n+3) {
    min-width: 70px;
  }
}
@media screen and (max-width: 635px) {
  .dashboard .data-table td, .dashboard .data-table th {
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.dashboard .data-table th {
  font-weight: bold;
  color: #262626;
}
.dashboard .data-table .field-link {
  font-size: 12px;
  color: rgba(81, 131, 232, 0.8);
  padding: 0 7px;
}
.dashboard .data-table .field-link:hover {
  color: rgb(81, 131, 232);
}
.dashboard .data-table td {
  color: #595959;
}
.dashboard .data-table .response-link-cell {
  padding-right: 4px;
}
.dashboard .data-table .response-link {
  font-size: 12px;
  color: rgba(81, 131, 232, 0.8);
}
.dashboard .data-table .response-link:hover {
  color: rgb(81, 131, 232);
}
.dashboard .data-table .idx-cell {
  color: #a6a6a6;
}
.dashboard .data-table .answers-cell {
  white-space: pre-wrap;
}
.dashboard .data-table .answers-cell .large-image-answer-link {
  min-width: 300px;
  display: block;
}

.total-views-note {
  font-size: 11px;
  padding: 20px;
  color: #595959;
}
@media screen and (max-width: 635px) {
  .total-views-note {
    padding-bottom: 80px;
  }
}

.overview-analytics-content-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* EOF analytics general */
/* analytics  overview*/ /* analytics overview general */
.overview-analytics-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.overview-analytics-content .respondents-stats .section-headline .primary-title {
  margin-left: 10px;
}
.overview-analytics-content .chart-box .group-name, .overview-analytics-content .chart-box .group-percent, .overview-analytics-content .s-box-body .group-name, .overview-analytics-content .s-box-body .group-percent {
  font-size: 14px;
}
.overview-analytics-content .chart-box .group-percent, .overview-analytics-content .s-box-body .group-percent {
  color: #595959;
  font-weight: bold;
}
.overview-analytics-content .chart-box .group-name {
  color: #8c8c8c;
  font-weight: bold;
}
.overview-analytics-content .s-box-body .group-name {
  color: gray;
}
.overview-analytics-content .s-box-body .group-name.correct-answer {
  color: rgb(77, 191, 77);
  font-weight: bold;
}

.include-partial-dropdown-position {
  position: fixed;
  top: 21px;
  right: 155px;
  width: 220px;
  height: 20px;
}
@media screen and (max-width: 635px) {
  .include-partial-dropdown-position {
    display: none;
  }
}

/* EOF analytics overview general*/
/* analytics overview charts*/ /* analytics overview charts general */
@media screen and (max-width: 800px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n) {
    border-right: none;
    margin-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1) {
    margin-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1170px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1171px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(33.3333333333% - 15.3333333333px);
    width: -moz-calc(33.3333333333% - 15.3333333333px);
    width: -webkit-calc(33.3333333333% - 15.3333333333px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n) {
    border-right: none;
    margin-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1):nth-last-child(-n+3) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 635px) and (max-width: 800px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n) {
    border-right: none;
    padding-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1) {
    padding-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+1) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 801px) and (max-width: 1170px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(50% - 12.5px);
    width: -moz-calc(50% - 12.5px);
    width: -webkit-calc(50% - 12.5px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1) {
    padding-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+2) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 1171px) {
  .overview-analytics-content .chart-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .overview-analytics-content .chart-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: -webkit-calc(33.3333333333% - 16px);
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1) {
    padding-left: 0;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1):nth-last-child(-n+3) {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .overview-analytics-content .chart-boxes > li:nth-child(-n+3) {
    padding-top: 10px;
  }
}
.overview-analytics-content .chart-box {
  background-color: #f0f0f0;
  height: 220px;
}
.overview-analytics-content .chart-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  box-sizing: border-box;
}
.overview-analytics-content .chart-box-title {
  top: 4px;
  color: #505459;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  left: 0;
}
.overview-analytics-content .chart-box-respondents {
  font-size: 13px;
  color: #505459;
  right: 0;
  top: 7px;
}
.overview-analytics-content .chart-box-respondents .resp-count {
  font-weight: bold;
  margin-right: 4px;
}
.overview-analytics-content .chart-box-respondents i {
  font-size: 11px;
  margin-right: 8px;
}
.overview-analytics-content .chart-box-respondents .cb-respondents-percent {
  color: rgba(80, 84, 89, 0.7);
}
.overview-analytics-content .chart-box-body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.overview-analytics-content .groups-list {
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  text-align: center;
}
.overview-analytics-content .groups-list .group-icon {
  color: #545454;
}
.overview-analytics-content .groups-list .group-name {
  margin-right: 6px;
}
.overview-analytics-content .chart-box-gender .groups-list {
  padding: 0 30px;
}
.overview-analytics-content .chart-box-gender .groups-list .group-icon {
  font-size: 105px;
  line-height: 82px;
}
.overview-analytics-content .chart-box-device .group-icon {
  font-size: 72px;
  margin-bottom: 7px;
}
.overview-analytics-content .chart-box-device .group-icon .fa-desktop {
  font-size: 66px;
}
.overview-analytics-content .legend-n-chart .bullet-legend {
  text-align: left;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  color: #595959;
  min-width: 158px;
}
.overview-analytics-content .legend-n-chart .bullet-legend li {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.overview-analytics-content .legend-n-chart .bullet-legend li:not(:last-child) {
  margin-bottom: 6px;
}
.overview-analytics-content .legend-n-chart .bullet-legend .color-bullet, .overview-analytics-content .legend-n-chart .bullet-legend .group-percent {
  flex: 0 0 auto;
}
.overview-analytics-content .legend-n-chart .bullet-legend .color-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 8px;
}
.overview-analytics-content .legend-n-chart .bullet-legend .group-name {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.overview-analytics-content .legend-n-chart .bullet-legend .group-percent {
  text-align: right;
  width: 40px;
}
.overview-analytics-content .legend-n-donut donut-chart {
  flex: 0 0 auto;
  width: 102px;
  height: 102px;
}
.overview-analytics-content .legend-n-donut .donut-legend {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  margin-right: 20px;
}
.overview-analytics-content .legend-n-bars .bar-part {
  fill: rgb(81, 131, 232);
}
.overview-analytics-content .legend-n-bars .bullet-legend li:nth-child(1) .color-bullet {
  background-color: rgb(116, 170, 196);
}
.overview-analytics-content .legend-n-bars .bullet-legend li:nth-child(2) .color-bullet {
  background-color: rgb(212, 144, 203);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(1) {
  fill: rgb(81, 131, 232);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(2) {
  fill: rgb(56, 224, 163);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(3) {
  fill: rgb(255, 183, 0);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(4) {
  fill: rgb(240, 98, 121);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(5) {
  fill: rgb(156, 130, 242);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(6) {
  fill: rgb(122, 127, 153);
}
.overview-analytics-content .legend-n-donut .arc:nth-child(7) {
  fill: rgb(177, 181, 204);
}
.overview-analytics-content .legend-n-donut .arc.arc-additional-responses {
  fill: rgb(177, 181, 204);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(1) .color-bullet {
  background-color: rgb(81, 131, 232);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(2) .color-bullet {
  background-color: rgb(56, 224, 163);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(3) .color-bullet {
  background-color: rgb(255, 183, 0);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(4) .color-bullet {
  background-color: rgb(240, 98, 121);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(5) .color-bullet {
  background-color: rgb(156, 130, 242);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(6) .color-bullet {
  background-color: rgb(122, 127, 153);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:nth-child(7) .color-bullet {
  background-color: rgb(177, 181, 204);
}
.overview-analytics-content .legend-n-donut .bullet-legend li:last-child .color-bullet-other {
  background-color: rgb(177, 181, 204);
}
.overview-analytics-content .show-less-more-charts {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #505459;
  background-color: #f7f7f7;
  padding: 7px;
  margin-top: 25px;
  border-radius: 2px;
}
.overview-analytics-content .show-less-more-charts:hover {
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}

/* EOF analytics overview charts general */
/* analytics overview bar charts*/
bar-chart {
  width: 260px;
  height: 158px;
  margin-top: -10px;
  display: block;
}
bar-chart .x-label, bar-chart .bar-percent {
  font-weight: bold;
}
bar-chart .x-label {
  font-size: 11px;
  text-anchor: middle;
  fill: #8c8c8c;
}
bar-chart .bar-percent {
  font-size: 13px;
  fill: #595959;
  text-anchor: middle;
}

/* EOF analytics overview bar charts*/
/* EOF analytics overview charts*/
/* analytics overview question results*/
.is-rtl .response-table {
  text-align: right;
}
.is-rtl .response-cell:not(:first-child) {
  padding-left: 0;
  padding-right: 6px;
}

.screen-stats-boxes .screen-stats-box {
  font-size: 14px;
}
.screen-stats-boxes .screen-stats-box:hover .s-box-index {
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  background-color: #505459;
}
.screen-stats-boxes .s-box-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  min-height: 20px;
  color: #505459;
}
.screen-stats-boxes .s-box-head .s-box-idx-n-title {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.screen-stats-boxes .s-box-head .s-box-index {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #8f949a;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: bold;
}
.screen-stats-boxes .s-box-head .s-box-index .sb-index-icon {
  font-size: 16px;
}
.screen-stats-boxes .s-box-head .s-box-title {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: bold;
}
.screen-stats-boxes .s-box-head .s-box-respondents {
  flex: 0 0 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  margin-left: 25px;
}
.screen-stats-boxes .s-box-head .goal-reached-indication {
  margin-right: 3px;
}
.screen-stats-boxes .s-box-head .goal-reached-indication-icon {
  color: rgb(255, 155, 89);
}
.screen-stats-boxes .s-box-head .spr-count {
  font-weight: bold;
  margin-right: 4px;
}
.screen-stats-boxes .s-box-head .fa-user {
  font-size: 11px;
}
.screen-stats-boxes .s-box-head .user-icon {
  margin-right: 4px;
}
.screen-stats-boxes .s-box-body {
  display: flex;
  padding: 5px 20px 0 20px;
}
.screen-stats-boxes .s-box-body .no-answers-msg {
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: #a6a6a6;
}
@media screen and (min-width: 636px) {
  .screen-stats-boxes .s-box-body .no-answers-msg {
    font-size: 18px;
    margin-top: -24px;
  }
}
.screen-stats-boxes .s-box-body:not(.vertically-stretched-content) {
  align-items: center;
  justify-content: center;
}
.screen-stats-boxes .s-box-body.vertically-stretched-content {
  -webkit-align-items: stretch;
  align-items: stretch;
}
.screen-stats-boxes .legend-n-donut donut-chart {
  width: 100px;
  height: 100px;
}
.screen-stats-boxes .items-results li {
  margin-bottom: 10px;
  display: flex;
}
.screen-stats-boxes .items-results li:last-child {
  margin-bottom: 0;
}
.screen-stats-boxes .items-results li .item-image {
  background-color: white;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-right: 15px;
}
.screen-stats-boxes .items-results li .item-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.screen-stats-boxes .items-results li .item-bar-wrapper {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
  font-size: 12px;
  overflow: hidden;
}
.screen-stats-boxes .items-results li .item-bar-wrapper .item-name {
  color: gray;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.screen-stats-boxes .items-results li .item-bar-wrapper .item-name.correct-answer {
  color: rgb(77, 191, 77);
  font-weight: bold;
}
.screen-stats-boxes .items-results li .item-bar-wrapper .item-bar {
  height: 3px;
  background-color: rgb(81, 131, 232);
  margin-top: 1px;
}
.screen-stats-boxes .items-results .item-score, .screen-stats-boxes .matrix-question-results .item-score {
  font-size: 14px;
  font-weight: bold;
  color: #595959;
  margin-left: 15px;
  width: 36px;
  text-align: right;
}
.screen-stats-boxes .last-answers-title {
  color: #6b6b6b;
  margin-bottom: 10px;
}
.screen-stats-boxes .open-answers-list {
  font-size: 13px;
  font-style: italic;
}
.screen-stats-boxes .response-row {
  border-top: 1px dotted #e6e6e6;
}
.screen-stats-boxes .response-row:last-child {
  border-bottom: 1px dotted #e6e6e6;
}
.screen-stats-boxes .ans-text {
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 0;
}
.screen-stats-boxes .ans-time {
  width: 1%;
  color: #595959;
  white-space: nowrap;
  text-align: right;
  padding-left: 7px;
  font-weight: bold;
}
.screen-stats-boxes .response-table {
  width: 100%;
  table-layout: fixed;
}
.screen-stats-boxes .answer-label {
  padding: 0 6px 6px;
  font-size: 12px;
  font-weight: bold;
  color: #595959;
}
.screen-stats-boxes .response-row {
  color: gray;
  font-size: 13px;
  font-style: italic;
  border-bottom: 1px dotted #e6e6e6;
}
.screen-stats-boxes .response-row:first-child {
  border-top: 1px dotted #e6e6e6;
}
.screen-stats-boxes .response-cell:not(:first-child) {
  padding-left: 6px;
}
.screen-stats-boxes .rating-question-results .rating-bar-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.screen-stats-boxes .rating-question-results .rating-bar {
  font-size: 34px;
}
.screen-stats-boxes .rating-question-results .rating-bar li {
  margin-left: 5px;
}
.screen-stats-boxes .rating-question-results .rating-bar.max-value-9 {
  font-size: 28px;
}
.screen-stats-boxes .rating-question-results .rating-bar.max-value-10 {
  font-size: 24px;
}
.screen-stats-boxes .rating-question-results .rating-bar.max-value-11 {
  font-size: 20px;
}
.screen-stats-boxes rating-results-overview .rating-avg {
  margin-right: 25px;
}
.screen-stats-boxes rating-results-overview .rating-bar-title {
  color: gray;
}
.screen-stats-boxes rating-results-overview .rating-bar-title b {
  color: #595959;
}
.screen-stats-boxes rating-results-overview .rating-symbols li {
  display: inline-block;
}
.screen-stats-boxes rating-results-overview .rating-symbols li:first-child {
  margin-left: 0;
}
.screen-stats-boxes rating-results-overview .unfilled-symbols li {
  color: #e6e6e6;
}
.screen-stats-boxes rating-results-overview .filled-symbols {
  position: absolute;
  top: 0;
}
.screen-stats-boxes rating-results-overview .filled-symbols li {
  color: rgb(81, 131, 232);
}
.screen-stats-boxes rating-results-overview .rating-bar {
  position: relative;
  display: inline-block;
}
.screen-stats-boxes .matrix-question-results .top-subjects {
  width: 100%;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
  box-sizing: border-box;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-row:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-media {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: white;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  margin-right: 15px;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-media img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 13px;
  color: gray;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-matrix-stats {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 55%;
  margin-left: 15px;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-matrix-stats .item-text {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  color: gray;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-ratings-stats {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 25px;
  text-align: center;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-ratings-stats .rating-bar-title {
  font-size: 11px;
  margin-bottom: 4px;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-ratings-stats .rating-bar-title .rating-avg {
  margin-right: 10px;
}
.screen-stats-boxes .matrix-question-results .top-subjects .subject-ratings-stats .rating-symbols li {
  font-size: 13px;
  margin-left: 3px;
}

.loading-chart-results-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-chart-results {
  display: flex;
  align-items: center;
  justify-content: center;
  color: gray;
  font-style: italic;
  font-size: 16px;
  height: 100%;
  width: 100%;
  line-height: 0;
}

.require-admin-message {
  margin-top: 20px;
  color: gray;
  padding: 20px 20px 5px 20px;
}
@media screen and (max-width: 635px) {
  .require-admin-message {
    margin-top: 0px;
  }
}
.require-admin-message a {
  color: rgb(81, 131, 232);
}

@media screen and (min-width: 636px) and (max-width: 800px) {
  .questions-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .questions-stats .screen-stats-boxes > li {
    display: inline-flex;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n) {
    border-right: none;
    margin-right: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1) {
    margin-left: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(-n+1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 636px) and (min-width: 801px) {
  .questions-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .questions-stats .screen-stats-boxes > li {
    display: inline-flex;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(-n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 635px) and (max-width: 800px) {
  .questions-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .questions-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n) {
    border-right: none;
    padding-right: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1) {
    padding-left: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(-n+1) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 801px) and (max-width: 1170px) {
  .questions-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .questions-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(50% - 12.5px);
    width: -moz-calc(50% - 12.5px);
    width: -webkit-calc(50% - 12.5px);
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1) {
    padding-left: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(-n+2) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 1171px) {
  .questions-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .questions-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: -webkit-calc(33.3333333333% - 16px);
  }
  .questions-stats .screen-stats-boxes > li:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(3n+1) {
    padding-left: 0;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .questions-stats .screen-stats-boxes > li:nth-child(-n+3) {
    padding-top: 10px;
  }
}
.questions-stats .screen-stats-box {
  background-color: #f0f0f0;
  height: 250px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.questions-stats .screen-stats-box .s-box-head:hover {
  color: rgb(81, 131, 232);
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.questions-stats .screen-stats-box .s-box-head:hover .s-box-index {
  background-color: rgb(81, 131, 232);
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
}
.questions-stats .s-box-title {
  padding-left: 10px;
}
.questions-stats .s-box-head {
  flex: 0 0 auto;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 20px 5px 20px;
}
.questions-stats .s-box-body {
  flex: 1 0 auto;
}

@media screen and (min-width: 636px) and (max-width: 756px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n) {
    border-right: none;
    margin-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1) {
    margin-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 636px) and (min-width: 757px) and (max-width: 1104px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(50% - 12px);
    width: -moz-calc(50% - 12px);
    width: -webkit-calc(50% - 12px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n) {
    border-right: none;
    margin-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1) {
    margin-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 636px) and (min-width: 1105px) and (max-width: 1452px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(33.3333333333% - 15.3333333333px);
    width: -moz-calc(33.3333333333% - 15.3333333333px);
    width: -webkit-calc(33.3333333333% - 15.3333333333px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n) {
    border-right: none;
    margin-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 636px) and (min-width: 1453px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 0;
    border-bottom: 0;
    margin: 20px 10px 0;
    width: calc(25% - 17px);
    width: -moz-calc(25% - 17px);
    width: -webkit-calc(25% - 17px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(4n) {
    border-right: none;
    margin-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(4n+1):nth-last-child(-n+4) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 635px) and (max-width: 756px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n) {
    border-right: none;
    padding-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1) {
    padding-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(1n+1):nth-last-child(-n+1) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+1) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 757px) and (max-width: 1104px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(50% - 12.5px);
    width: -moz-calc(50% - 12.5px);
    width: -webkit-calc(50% - 12.5px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n) {
    border-right: none;
    padding-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1) {
    padding-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+2) {
    padding-top: 10px;
  }
}
@media screen and (max-width: 635px) and (min-width: 1105px) {
  .ending-stats .screen-stats-boxes {
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
  }
  .ending-stats .screen-stats-boxes > li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    padding: 20px 10px 0;
    width: calc(33.3333333333% - 16px);
    width: -moz-calc(33.3333333333% - 16px);
    width: -webkit-calc(33.3333333333% - 16px);
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1) {
    padding-left: 0;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    border-bottom: none;
  }
  .ending-stats .screen-stats-boxes > li:nth-child(-n+3) {
    padding-top: 10px;
  }
}
.ending-stats .screen-stats-box {
  background-color: #f0f0f0;
}
.ending-stats .share-stats {
  text-align: center;
  width: 100%;
  margin: 10px 0;
}
.ending-stats .s-box-head {
  padding: 20px 20px 5px 20px;
}
.ending-stats .side-note {
  color: gray;
  font-size: 11px;
  margin-top: 25px;
}
.ending-stats .side-note span {
  color: #545454;
  font-weight: bold;
}
.ending-stats .side-note-number {
  width: 19px;
}
.ending-stats .side-note-text {
  width: calc(100% - 19px);
  width: -moz-calc(100% - 19px);
  width: -webkit-calc(100% - 19px);
}
.ending-stats tr {
  height: 30px;
}
.ending-stats th {
  font-weight: inherit;
}
.ending-stats .s-box-title {
  text-transform: uppercase;
}
.ending-stats .social-share-names {
  color: #545454;
  font-size: 12px;
  font-weight: bold;
}
.ending-stats .soc-share-cat td:not(:first-child) {
  color: gray;
  width: 70px;
}
.ending-stats .soc-share-cat td:first-child {
  text-align: left;
  color: #545454;
  font-weight: bold;
}

/* EOF analytics overview question results*/
/* EOF analytics  overview*/
/* question analytics */ /* question analytics general */
.question-analytics-head {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: inset 0px -1px 0 0 #e6e6e6;
}
@media screen and (max-width: 635px) {
  .question-analytics-head {
    padding-top: 15px;
    padding-bottom: 20px;
    background: #568bf5;
    color: white;
    box-shadow: none;
  }
}
.question-analytics-head .question-header-top {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-header-top {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.question-analytics-head .question-header-top .question-menu-and-meta-data-container {
  display: flex;
}
.question-analytics-head .question-menu-and-metadata {
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu-and-metadata {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu-and-metadata {
    font-size: 16px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.75);
  }
}
.question-analytics-head .question-menu-and-metadata .question-menu-non-first {
  padding-left: 60px;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu-and-metadata .question-menu-non-first {
    padding-left: 20px;
  }
}
.question-analytics-head .question-menu {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu .sd-dropdown-trigger {
    font-size: inherit;
  }
}
.question-analytics-head .question-menu-left {
  display: flex;
  align-items: center;
}
.question-analytics-head .question-menu-left sg-question-navigation {
  margin-right: 20px;
}
.question-analytics-head .question-menu-right {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu-right {
    font-size: 14px;
  }
}
.question-analytics-head .question-menu-right .menu-right-count-and-limit {
  align-items: center;
  display: flex;
}
.question-analytics-head .question-menu-right .menu-right-count-and-limit sg-locked-responses-popover {
  margin-left: 25px;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-menu-right .menu-right-count-and-limit sg-locked-responses-popover .capped-lock-trigger {
    font-weight: bold;
    color: rgba(255, 255, 255, 0.65);
  }
  .question-analytics-head .question-menu-right .menu-right-count-and-limit sg-locked-responses-popover .capped-lock-trigger:hover {
    color: rgba(255, 255, 255, 0.8);
  }
}
.question-analytics-head .goal-reached-indication {
  color: rgb(255, 155, 89);
  padding-right: 20px;
}
.question-analytics-head .question-actions-sp {
  padding-right: 10px;
}
.question-analytics-head .question-actions-sp .sd-dropdown-trigger {
  color: #999999;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  padding-right: 0;
}
.question-analytics-head .question-actions-sp .sd-dropdown-trigger:hover {
  color: gray;
}
.question-analytics-head .question-actions-sp .sd-dropdown-trigger:after {
  display: none;
}
.question-analytics-head .question-actions-sp .sd-dropdown-list {
  left: 0;
  right: initial;
  margin-top: -10px;
}
.question-analytics-head .question-actions-sp .sd-dropdown-list button {
  line-height: 0;
  color: #505459;
}
.question-analytics-head .question-actions-sp .sd-dropdown-list button i {
  margin-right: 14px;
  margin-top: 2px;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-actions-sp .sd-dropdown-list {
    left: auto;
  }
}
.question-analytics-head .question-main-title {
  font-size: 26px;
  color: #3c3f42;
}
@media screen and (max-width: 635px) {
  .question-analytics-head .question-main-title {
    font-size: 17px;
    padding-left: 0;
    color: white;
  }
}
.question-analytics-head .question-main-title-index {
  font-weight: bold;
}

.question-analytics {
  background-color: white;
}
.question-analytics .question-analytics-content .blank-state-msg {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 36px;
  color: rgba(0, 0, 0, 0.2);
  font-style: italic;
}
.question-analytics .question-analytics-content .blank-state-msg a {
  color: rgb(81, 131, 232);
}
.question-analytics .question-analytics-content .bubble-content:first-child {
  padding-top: 30px;
}
.question-analytics .question-analytics-content .question-content-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-head {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu {
  font-size: 22px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 45px;
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-head .question-content-menu {
    display: none;
  }
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu li {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  display: inline-block;
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu li:not(:first-child) {
  margin-left: 28px;
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu li.selected {
  color: #262626;
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu li:not(.selected) {
  cursor: pointer;
  color: #999999;
}
.question-analytics .question-analytics-content .question-content-head .question-content-menu li:hover:not(.selected) {
  color: #737373;
}
.question-analytics .question-analytics-content .question-content-head .segment-selector-strip {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-head .segment-selector-strip {
    order: 1;
    width: 100%;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-head .segment-selector-strip .group-label {
    font-size: 18px;
  }
}
.question-analytics .question-analytics-content .question-content-head .compare-variants-btn {
  cursor: pointer;
  height: 28px;
  padding: 0 15px;
  font-size: 13px;
  margin-left: 20px;
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-head .compare-variants-btn {
    display: none;
  }
}
.question-analytics .question-analytics-content .question-content-body {
  padding-top: 30px;
}
@media screen and (max-width: 635px) {
  .question-analytics .question-analytics-content .question-content-body {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
.question-analytics .question-content-head-end {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 635px) {
  .question-analytics .question-content-head-end {
    display: none;
  }
}

.dashboard .bg-label-color-default {
  fill: rgb(115, 120, 128);
  background-color: rgb(115, 120, 128);
}
.dashboard .fg-label-color-default {
  color: #595959;
}
.dashboard .label-parent-color-default .fg-colored-label {
  color: rgb(115, 120, 128);
}
.dashboard .colored-label-parent:nth-child(1) .colored-label:not(.inactive) {
  background-color: rgb(81, 131, 232);
  fill: rgb(81, 131, 232);
}
.dashboard .colored-label-parent:nth-child(1) .colored-label-icon {
  color: rgb(81, 131, 232);
}
.dashboard .colored-label-parent:nth-child(2) .colored-label:not(.inactive) {
  background-color: rgb(56, 224, 163);
  fill: rgb(56, 224, 163);
}
.dashboard .colored-label-parent:nth-child(2) .colored-label-icon {
  color: rgb(56, 224, 163);
}
.dashboard .colored-label-parent:nth-child(3) .colored-label:not(.inactive) {
  background-color: rgb(255, 183, 0);
  fill: rgb(255, 183, 0);
}
.dashboard .colored-label-parent:nth-child(3) .colored-label-icon {
  color: rgb(255, 183, 0);
}
.dashboard .colored-label-parent:nth-child(4) .colored-label:not(.inactive) {
  background-color: rgb(240, 98, 121);
  fill: rgb(240, 98, 121);
}
.dashboard .colored-label-parent:nth-child(4) .colored-label-icon {
  color: rgb(240, 98, 121);
}
.dashboard .colored-label-parent:nth-child(5) .colored-label:not(.inactive) {
  background-color: rgb(156, 130, 242);
  fill: rgb(156, 130, 242);
}
.dashboard .colored-label-parent:nth-child(5) .colored-label-icon {
  color: rgb(156, 130, 242);
}
.dashboard .colored-label-parent:nth-child(6) .colored-label:not(.inactive) {
  background-color: rgb(122, 127, 153);
  fill: rgb(122, 127, 153);
}
.dashboard .colored-label-parent:nth-child(6) .colored-label-icon {
  color: rgb(122, 127, 153);
}
.dashboard .colored-label-parent:nth-child(7) .colored-label:not(.inactive) {
  background-color: rgb(4, 202, 244);
  fill: rgb(4, 202, 244);
}
.dashboard .colored-label-parent:nth-child(7) .colored-label-icon {
  color: rgb(4, 202, 244);
}
.dashboard .bg-next-color-label-0 {
  background-color: rgb(81, 131, 232);
}
.dashboard .label-parent-color-1 .fg-colored-label {
  color: rgb(81, 131, 232);
}
.dashboard .label-parent-color-1 .colored-circular-non-default {
  background: rgb(81, 131, 232);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-1 .bg-colored-label {
  background-color: inherit;
  color: rgb(81, 131, 232);
}
.dashboard .bg-next-color-label-1 {
  background-color: rgb(56, 224, 163);
}
.dashboard .label-parent-color-2 .fg-colored-label {
  color: rgb(56, 224, 163);
}
.dashboard .label-parent-color-2 .colored-circular-non-default {
  background: rgb(56, 224, 163);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-2 .bg-colored-label {
  background-color: inherit;
  color: rgb(56, 224, 163);
}
.dashboard .bg-next-color-label-2 {
  background-color: rgb(255, 183, 0);
}
.dashboard .label-parent-color-3 .fg-colored-label {
  color: rgb(255, 183, 0);
}
.dashboard .label-parent-color-3 .colored-circular-non-default {
  background: rgb(255, 183, 0);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-3 .bg-colored-label {
  background-color: inherit;
  color: rgb(255, 183, 0);
}
.dashboard .bg-next-color-label-3 {
  background-color: rgb(240, 98, 121);
}
.dashboard .label-parent-color-4 .fg-colored-label {
  color: rgb(240, 98, 121);
}
.dashboard .label-parent-color-4 .colored-circular-non-default {
  background: rgb(240, 98, 121);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-4 .bg-colored-label {
  background-color: inherit;
  color: rgb(240, 98, 121);
}
.dashboard .bg-next-color-label-4 {
  background-color: rgb(156, 130, 242);
}
.dashboard .label-parent-color-5 .fg-colored-label {
  color: rgb(156, 130, 242);
}
.dashboard .label-parent-color-5 .colored-circular-non-default {
  background: rgb(156, 130, 242);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-5 .bg-colored-label {
  background-color: inherit;
  color: rgb(156, 130, 242);
}
.dashboard .bg-next-color-label-5 {
  background-color: rgb(122, 127, 153);
}
.dashboard .label-parent-color-6 .fg-colored-label {
  color: rgb(122, 127, 153);
}
.dashboard .label-parent-color-6 .colored-circular-non-default {
  background: rgb(122, 127, 153);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-6 .bg-colored-label {
  background-color: inherit;
  color: rgb(122, 127, 153);
}
.dashboard .bg-next-color-label-6 {
  background-color: rgb(4, 202, 244);
}
.dashboard .label-parent-color-7 .fg-colored-label {
  color: rgb(4, 202, 244);
}
.dashboard .label-parent-color-7 .colored-circular-non-default {
  background: rgb(4, 202, 244);
  border-radius: 50%;
  color: white;
  height: 32px;
  width: 32px;
}
.dashboard .label-parent-color-7 .bg-colored-label {
  background-color: inherit;
  color: rgb(4, 202, 244);
}
.dashboard .bg-label-color-1 {
  background-color: rgb(81, 131, 232);
}
.dashboard .bg-label-color-2 {
  background-color: rgb(56, 224, 163);
}
.dashboard .bg-label-color-3 {
  background-color: rgb(255, 183, 0);
}
.dashboard .bg-label-color-4 {
  background-color: rgb(240, 98, 121);
}
.dashboard .bg-label-color-5 {
  background-color: rgb(156, 130, 242);
}
.dashboard .bg-label-color-6 {
  background-color: rgb(122, 127, 153);
}
.dashboard .bg-label-color-7 {
  background-color: rgb(4, 202, 244);
}
.dashboard .fg-label-color-1 {
  color: rgb(81, 131, 232);
}
.dashboard .fg-label-color-2 {
  color: rgb(56, 224, 163);
}
.dashboard .fg-label-color-3 {
  color: rgb(255, 183, 0);
}
.dashboard .fg-label-color-4 {
  color: rgb(240, 98, 121);
}
.dashboard .fg-label-color-5 {
  color: rgb(156, 130, 242);
}
.dashboard .fg-label-color-6 {
  color: rgb(122, 127, 153);
}
.dashboard .fg-label-color-7 {
  color: rgb(4, 202, 244);
}

.question-analysis-type-picker {
  padding-top: 24px;
}
@media screen and (min-width: 636px) {
  .question-analysis-type-picker {
    display: none;
  }
}

.question-analysis-type-picker .popover-list {
  background: white;
  z-index: 10;
}

.popover-list-container {
  position: relative;
}

.popover-list-header {
  color: #262626;
  font-weight: bold;
}

.popover-list {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1250;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.popover-list .popover-list-element {
  box-shadow: inset 0px -1px 0 0 #f2f2f2;
  height: 55px;
  width: 80vw;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popover-list .selected {
  color: #5183e8;
}

/* EOF question analytics general */
/* question analytics answers */ /* question analytics answers general */
@media screen and (max-width: 635px) {
  .question-answers-container {
    box-shadow: inset -5px 0px 15px -5px rgba(0, 0, 0, 0.75);
  }
}
.question-answers-container .data-table td {
  color: #595959;
}

/* EOF question analytics answers general */
/* EOF question analytics answers */
/* question results analytics */ /* question analytics results general */
.question-analytics-content .group-pin {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-bottom: -9px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: white;
  z-index: 100;
}
.question-analytics-content .group-pin:hover {
  z-index: 150;
}
.question-analytics-content .group-pin:hover .group-stats-container {
  bottom: 28px;
}
.question-analytics-content .group-pin.selected-segment-pin {
  z-index: 125;
}
.question-analytics-content .group-pin[disabled] .circled-label {
  cursor: default;
  box-shadow: none;
}
.question-analytics-content .base-group-pin .circled-label, .question-analytics-content .base-group-pin .group-stats-container {
  background-color: rgb(115, 120, 128);
}
.question-analytics-content .base-group-pin .fa-caret-down {
  color: rgb(115, 120, 128);
}
.question-analytics-content .circled-label {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-analytics-content .circled-label .the-label {
  text-transform: uppercase;
}
.question-analytics-content .group-stats-container {
  position: absolute;
  border-radius: 5px;
  z-index: 200;
  padding: 5px 0 6px;
  width: 90px;
  left: -36px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.question-analytics-content .group-stats-container .fa-caret-down {
  font-size: 28px;
  position: absolute;
  bottom: -16px;
  left: 37px;
}
.question-analytics-content .group-stats {
  display: inline-block;
  text-align: left;
  color: white;
}
.question-analytics-content .group-stats .group-stat {
  margin-bottom: 3px;
}
.question-analytics-content .group-stats .group-stat:last-child {
  margin-bottom: 0;
}
.question-analytics-content .group-stat-title, .question-analytics-content .stat-stat {
  display: inline-block;
}
.question-analytics-content .group-stat-title {
  margin-right: 4px;
  font-weight: normal;
  text-transform: capitalize;
}
.question-analytics-content .loader-phrase, .question-analytics-content .loader-img {
  display: inline-block;
}
.question-analytics-content .loader-phrase {
  color: rgb(81, 131, 232);
  margin-right: 5px;
}
.question-analytics-content .loader-img {
  height: 10px;
}
.question-analytics-content .grade-marker {
  color: rgb(102, 204, 136);
}

/* EOF question analytics results */
/* question analytics item results */ /* question analytics item results */
.item-comments-content .by-segments {
  flex: 0 0 auto;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.item-comments-content .groups-n-count {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.item-comments-content .groups-n-count, .item-comments-content group-list {
  flex: 1 0 auto;
}
.item-comments-content .curr-segment-resp-count {
  font-size: 14px;
  color: #a6a6a6;
}
.item-comments-content .dashboard-dialog-body {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.item-comments-content .item-comments-tables {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.item-comments-content .comments-tables-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.item-comments-content comments-table {
  flex: 1 1 auto;
  min-height: 0;
  display: block;
}
.item-comments-content comments-table td, .item-comments-content comments-table th {
  padding-right: 25px;
}

/* EOF question analytics item results */
.question-analytics-content item-question-results {
  display: block;
}
@media screen and (max-width: 635px) {
  .question-analytics-content item-question-results {
    font-size: 16px;
  }
}
.question-analytics-content .items-scores-axis {
  display: block;
  width: 100%;
  height: 35px;
  box-sizing: border-box;
  padding: 0 110px 0 316px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: bold;
}
.question-analytics-content .items-scores-axis path.domain {
  fill: none;
}
.question-analytics-content .items-scores-axis .fake-axis {
  fill: #d9d9d9;
}
.question-analytics-content .items-scores-axis .tick line {
  stroke: #d9d9d9;
}
.question-analytics-content .items-scores-axis .tick text {
  fill: #8c8c8c;
}
.question-analytics-content .items-scores {
  width: 100%;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores {
    padding-top: 15px;
  }
}
.question-analytics-content .items-scores .item-row {
  position: relative;
}
.question-analytics-content .items-scores .item-row .open-insights-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
}
.question-analytics-content .items-scores .item-row .open-insights-btn:hover {
  opacity: 0.02;
}
.question-analytics-content .items-scores .item-row .grade-marker {
  position: absolute;
  left: -17px;
  font-size: 24px;
  top: 50%;
  margin-top: -12px;
}
.question-analytics-content .items-scores .item-bar-row {
  width: 100%;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 636px) {
  .question-analytics-content .items-scores .item-bar-row {
    height: 80px;
  }
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-bar-row {
    min-height: 60px;
  }
}
.question-analytics-content .items-scores .stat-title {
  font-size: 12px;
  text-transform: capitalize;
  color: #999999;
  margin-bottom: 4px;
}
.question-analytics-content .items-scores .item-pos, .question-analytics-content .items-scores .item-image, .question-analytics-content .items-scores .item-name-n-insights, .question-analytics-content .items-scores .item-score-bar-container, .question-analytics-content .items-scores .item-score {
  text-align: center;
}
.question-analytics-content .items-scores .item-pos, .question-analytics-content .items-scores .item-image, .question-analytics-content .items-scores .item-name-n-insights, .question-analytics-content .items-scores .item-score {
  flex: 0 0 auto;
}
.question-analytics-content .items-scores .item-pos {
  width: 36px;
  color: #8c8c8c;
  font-size: 30px;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-pos {
    width: 25px;
    font-size: 16px;
  }
}
.question-analytics-content .items-scores .item-image {
  line-height: 0;
  width: 70px;
  padding-right: 10px;
}
.question-analytics-content .items-scores .item-image img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(80, 84, 89, 0.5);
  box-sizing: border-box;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-image img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-image {
    width: 60px;
  }
}
.question-analytics-content .items-scores .item-name-n-insights {
  text-align: left;
  color: #666666;
  width: 200px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-name-n-insights {
    font-size: 15px;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
  }
}
.question-analytics-content .items-scores .item-name-n-insights .item-name.correct-answer {
  color: rgb(77, 191, 77);
  font-weight: bold;
}
.question-analytics-content .items-scores .insights-trigger {
  color: white;
  background-color: rgb(102, 204, 136);
  opacity: 0.8;
  width: 71px;
  height: 18px;
  border-radius: 9px;
  vertical-align: top;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
.question-analytics-content .items-scores .insights-trigger:hover {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.question-analytics-content .items-scores .item-score-bar-container {
  flex: 1 0 auto;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-score-bar-container {
    display: none;
  }
}
.question-analytics-content .items-scores.no-images .item-name-n-insights {
  width: 220px;
  padding-left: 20px;
}
.question-analytics-content .items-scores.no-images .item-insights-row:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 11px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -22px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  left: 79.5px;
}
.question-analytics-content .items-scores.no-images .item-insights-row:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -20px;
  border-top-color: transparent;
  border-bottom-color: white;
  left: 80.5px;
}
.question-analytics-content .items-scores .item-score-bar {
  position: relative;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  margin-top: 5px;
}
.question-analytics-content .items-scores .item-score-bar .score-bar {
  position: relative;
  height: 8px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.question-analytics-content .items-scores .item-score-bar .bg-label-color-default {
  border-bottom: none;
}
.question-analytics-content .items-scores .item-score {
  width: 110px;
  font-size: 30px;
  text-align: right;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-score {
    width: 55px;
    font-size: 16px;
  }
}
.question-analytics-content .items-scores .item-group-scores {
  display: block;
  position: absolute;
  width: 100%;
}
.question-analytics-content .items-scores .item-group-scores .group-pin {
  bottom: 4px;
}
.question-analytics-content .items-scores .item-popups {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 635px) {
  .question-analytics-content .items-scores .item-popups {
    display: none;
  }
}
.question-analytics-content .items-scores .item-insights-row {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  background-color: white;
  z-index: 200;
  left: 0;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.question-analytics-content .items-scores .item-insights-row.slide-down {
  top: 100%;
  margin-top: 3px;
}
.question-analytics-content .items-scores .item-insights-row.slide-down:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 11px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -22px;
  border-top-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  left: 139.5px;
}
.question-analytics-content .items-scores .item-insights-row.slide-down:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -20px;
  border-top-color: transparent;
  border-bottom-color: white;
  left: 140.5px;
}
.question-analytics-content .items-scores .item-insights-row.slide-top {
  bottom: 40px;
}
.question-analytics-content .items-scores .item-insights-row.slide-top:before {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 11px;
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -22px;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: transparent;
  left: 139.5px;
}
.question-analytics-content .items-scores .item-insights-row.slide-top:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 10px;
  border-right-color: transparent;
  border-left-color: transparent;
  bottom: -20px;
  border-top-color: white;
  border-bottom-color: transparent;
  left: 140.5px;
}
.question-analytics-content .items-scores .insights-title {
  padding: 20px 24px 16px;
  color: #595959;
  font-size: 16px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.question-analytics-content .items-scores .insights-title button {
  color: rgb(81, 131, 232);
  font-size: 12px;
}
.question-analytics-content .items-scores .insights-list-container {
  box-sizing: border-box;
  padding: 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.question-analytics-content .items-scores .insights-list {
  white-space: nowrap;
  color: #505459;
  overflow-x: scroll;
  padding-bottom: 16px;
}
.question-analytics-content .items-scores .insights-list li {
  margin-top: 34px;
  white-space: normal;
  width: 238px;
  margin-right: 18px;
  border-radius: 3px;
  vertical-align: bottom;
  text-align: center;
  background-color: #f2f2f2;
  box-sizing: border-box;
}
.question-analytics-content .items-scores .insights-list li:first-child {
  margin-left: 15px;
}
.question-analytics-content .items-scores .insights-list li:last-child {
  margin-right: 15px;
}
.question-analytics-content .items-scores .insights-list .insight-image {
  line-height: 0;
  margin-top: -34px;
}
.question-analytics-content .items-scores .insights-list .insight-image img {
  box-sizing: border-box;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 5px solid white;
}
.question-analytics-content .items-scores .insights-list .ins-ans-n-q {
  height: 97px;
  padding: 0 16px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
}
.question-analytics-content .items-scores .insights-list .ins-ans-n-q.no-ins-image {
  height: 153px;
}
.question-analytics-content .items-scores .insights-list .ins-answer {
  color: #595959;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.question-analytics-content .items-scores .insights-list .ins-ans-a {
  font-weight: normal;
}
.question-analytics-content .items-scores .insights-list .ins-question {
  font-size: 14px;
  height: 28px;
  color: gray;
}
.question-analytics-content .items-scores .insights-list .insight-stats {
  height: 70px;
  color: white;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  border-radius: 0 0 3px 3px;
  padding-bottom: 3px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.question-analytics-content .items-scores .insights-list .insight-stats.positive-d {
  background-color: rgb(102, 204, 136);
}
.question-analytics-content .items-scores .insights-list .insight-stats.negative-d {
  background-color: rgb(255, 115, 115);
}
.question-analytics-content .items-scores .insights-list .insight-score {
  position: relative;
}
.question-analytics-content .items-scores .insights-list .insight-respondents {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  bottom: 7px;
  right: 9px;
  white-space: nowrap;
}
.question-analytics-content .items-scores .insights-list .insight-respondents i {
  margin-left: 3px;
}
.question-analytics-content .items-scores .insights-list .insight-delta {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 16px;
  margin-left: 5px;
  margin-top: -8px;
}
.question-analytics-content .items-scores .insights-list .delta-sign {
  font-weight: normal;
}
.question-analytics-content .items-scores .insights-list .insight-likely-phrase {
  font-size: 12px;
}

/* EOF question analytics item results */
/* rating results */
rating-question-results {
  position: relative;
  display: block;
  width: 100%;
}
rating-question-results .dist-chart {
  position: relative;
  margin-bottom: 100px;
}
rating-question-results .dist-chart.has-edge-phrase {
  margin-bottom: 170px;
}
rating-question-results .dist-chart .group-stats-container {
  left: 28px;
  width: 104px;
}
rating-question-results .dist-chart .group-stats-container .fa-caret-down {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  bottom: 8px;
  left: -10px;
}
rating-question-results .dist-chart .group-pin:hover .group-stats-container {
  bottom: -14px;
}
rating-question-results .above-x-axis, rating-question-results .ratings-columns, rating-question-results .rating-col, rating-question-results .rating-col-bar, rating-question-results .rating-col-bar-bg, rating-question-results .col-percent, rating-question-results .rating-x-axis, rating-question-results .rating-text {
  position: absolute;
}
rating-question-results .rating-columns, rating-question-results .rating-col-bar, rating-question-results .rating-col-bar-bg, rating-question-results .rating-x-axis {
  bottom: 0;
}
rating-question-results .above-x-axis {
  width: 100%;
}
rating-question-results .above-x-axis .rating-chart-grid {
  position: relative;
}
rating-question-results .above-x-axis .rating-chart-grid .rating-chart-grid-bar {
  position: absolute;
  width: 100%;
  border-bottom: 1px dashed #ededed;
  width: calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  margin-left: 35px;
}
rating-question-results .rating-col-bar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
rating-question-results .rating-col-bar, rating-question-results .rating-col-bar-bg, rating-question-results .rating-x-axis {
  width: 100%;
}
rating-question-results .rating-col-bar-bg {
  background-color: #f2f2f2;
}
rating-question-results .rating-columns {
  font-size: 12px;
}
rating-question-results .col-percent {
  z-index: 100;
  font-size: 16px;
}
rating-question-results .rating-x-axis {
  background-color: #e6e6e6;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  color: gray;
}
rating-question-results .rating-x-axis .rating-text {
  margin-top: 18px;
}
rating-question-results .rating-x-axis .value-label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #595959;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 7px 0;
  min-height: 45px;
  box-sizing: border-box;
  max-width: 130px;
  margin: 15px auto 0;
}
rating-question-results .rating-x-axis .value-label:after {
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 8px;
  border-right-color: transparent;
  border-left-color: transparent;
  top: -16px;
  border-top-color: transparent;
  border-bottom-color: #f2f2f2;
  left: 50%;
  margin-left: -8px;
}
rating-question-results .rating-results-chart-title {
  font-size: 16px;
  font-weight: bold;
  color: #505459;
  margin-bottom: 60px;
  text-transform: uppercase;
}
rating-question-results .groups-aggs-chart {
  margin-bottom: 100px;
}
rating-question-results .groups-aggs-chart .avg-scale {
  width: 100%;
  height: 8px;
  background-color: #e6e6e6;
  border-radius: 4px;
}
rating-question-results .groups-aggs-chart .avg-scale .avg-scale-label {
  position: absolute;
  font-size: 18px;
  color: gray;
  text-align: center;
  margin-top: 18px;
}
rating-question-results .groups-aggs-chart .avgs-bars {
  position: relative;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li {
  position: absolute;
  top: -54px;
  width: 24px;
  margin-left: -12px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li .avg-bar {
  width: 2px;
  height: 16px;
  border-radius: 2px;
  -webkit-transition: width 0.05s ease-out;
  -moz-transition: width 0.05s ease-out;
  -o-transition: width 0.05s ease-out;
  transition: width 0.05s ease-out;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li[disabled] {
  cursor: initial;
  font-weight: bold;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li[disabled] .avg-bar {
  width: 4px;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li .avg-group-label {
  text-transform: capitalize;
  margin-bottom: 2px;
}
rating-question-results .groups-aggs-chart .avgs-bars .avg-bar-li .avg-bar-vals {
  margin-bottom: 8px;
}
rating-question-results .groups-aggs-chart .group-stats-container {
  left: -33px;
}
rating-question-results .groups-aggs-chart .avg-bar-li:hover .group-stats-container {
  bottom: 70px;
}
rating-question-results .na-count {
  color: gray;
  padding-top: 40px;
}
rating-question-results .na-count .asterisk {
  color: red;
}
rating-question-results .rating-comments .rating-results-chart-title {
  margin-bottom: 25px;
}
rating-question-results .rating-comments .text-answers-table {
  font-size: 16px;
}
rating-question-results .rating-comments .text-answers-table .text-answer-row .list-idx {
  color: #a6a6a6;
  width: 40px;
}
rating-question-results .rating-comments .text-answers-table .text-answer-row .text-answer-comment {
  color: #595959;
}
rating-question-results .rating-comments .commenter-rating {
  width: 1%;
  text-align: center;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 34px;
}
rating-question-results .rating-comments .commenter-rating .rating-symbols-strip {
  font-size: 15px;
}
rating-question-results .rating-comments .commenter-rating .rating-symbols-strip li {
  display: inline-block;
  color: #e6e6e6;
  margin-left: 2px;
}
rating-question-results .rating-comments .commenter-rating .rating-symbols-strip li:last-child {
  margin-left: 0;
}
rating-question-results .rating-comments .commenter-rating .rating-symbols-strip li.filled {
  color: #747a81;
}

/* EOF rating results */
/* matrix results */
.matrix-results {
  display: block;
}
.matrix-results .results-type-nav {
  margin-bottom: 14px;
  font-size: 14px;
}
.matrix-results .results-type-nav .show-as, .matrix-results .results-type-nav button {
  display: inline-block;
  vertical-align: middle;
}
.matrix-results .results-type-nav .show-as {
  color: #666666;
}
.matrix-results .results-type-nav button {
  color: gray;
}
.matrix-results .matrix-results-table {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  table-layout: fixed;
}
.matrix-results .matrix-results-table td {
  border: 6px solid white;
}
.matrix-results .matrix-results-table .table-head-row {
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  vertical-align: bottom;
}
.matrix-results .matrix-results-table .table-head-row .rating-title-cell {
  vertical-align: bottom;
}
.matrix-results .matrix-results-table .table-head-row .cell-text {
  padding: 7px;
}
.matrix-results .matrix-results-table .table-head-row .cell-text i {
  font-size: 12px;
}
.matrix-results .matrix-results-table .edge-phrase {
  margin-bottom: 2px;
}
.matrix-results .matrix-results-table .subject-row:nth-child(2) .subject-cell {
  border-top: 1px solid #f2f2f2;
}
.matrix-results .matrix-results-table .subject-cell, .matrix-results .matrix-results-table .subject-cell-w {
  width: 200px;
  border-right-width: 14px;
}
.matrix-results .matrix-results-table .subject-cell, .matrix-results .matrix-results-table .score-cell, .matrix-results .matrix-results-table .summary-cell {
  height: 78px;
}
.matrix-results .matrix-results-table .subject-cell {
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: left;
  padding: 5px 10px;
  border-right: none;
}
.matrix-results .matrix-results-table .subject-img, .matrix-results .matrix-results-table .subject-name {
  display: inline-block;
  vertical-align: middle;
}
.matrix-results .matrix-results-table .subject-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.matrix-results .matrix-results-table .subject-name {
  color: #404040;
  box-sizing: border-box;
}
.matrix-results .matrix-results-table .subject-name:not(.imageless) {
  width: calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  padding-left: 10px;
}
.matrix-results .matrix-results-table .subject-name.imageless {
  width: 100%;
  padding: 0;
}
.matrix-results .matrix-results-table .rc-container {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.matrix-results .matrix-results-table .colored-score-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.matrix-results .matrix-results-table .score-cell {
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.matrix-results .matrix-results-table .summary-cell, .matrix-results .matrix-results-table .subject-stats-title {
  width: 200px;
}
.matrix-results .matrix-results-table .rating-summary-cell {
  font-size: 14px;
  background-color: #e6e6e6;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.matrix-results .matrix-results-table .avg-val, .matrix-results .matrix-results-table .std-n-resp {
  display: inline-block;
  width: 50%;
}
.matrix-results .matrix-results-table .avg-val, .matrix-results .matrix-results-table .s-n-r-val {
  color: #595959;
  font-weight: bold;
}
.matrix-results .matrix-results-table .avg-val {
  font-size: 30px;
}
.matrix-results .matrix-results-table .std-n-resp {
  font-size: 14px;
  color: gray;
  text-align: left;
  box-sizing: border-box;
  padding: 5px;
}
.matrix-results .small-multi-rating .rating-title-cell {
  display: none;
}
.matrix-results .small-multi-rating .subject-cell, .matrix-results .small-multi-rating .subject-cell-w {
  width: 150px;
}
.matrix-results .small-multi-rating .rating-score-cell {
  display: none;
}
.matrix-results .small-multi-rating .rating-summary-cell {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.matrix-results .small-multi-rating .matrix-results-table .avg-val {
  font-size: 20px;
  padding: 5px;
}
.matrix-results .small-multi-rating .std-n-resp {
  width: auto;
  font-size: 12px;
}
.matrix-results.item-matrix-results .subject-answer {
  display: none;
}
@media screen and (max-width: 635px) {
  .matrix-results.item-matrix-results .table-head-row {
    display: none;
  }
  .matrix-results.item-matrix-results .subject-row {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .matrix-results.item-matrix-results .subject-answer {
    display: block;
    font-size: 12px;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }
  .matrix-results.item-matrix-results .subject-cell {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    border-radius: 3px;
  }
  .matrix-results.item-matrix-results td {
    border: 1px solid white;
  }
  .matrix-results.item-matrix-results .score-cell {
    height: auto;
  }
  .matrix-results.item-matrix-results .colored-score-box {
    height: auto;
    min-height: 40px;
    box-sizing: border-box;
    padding: 5px;
  }
}

/* EOF matrix results */
/* EOF question results analytics */
/* EOF question analytics */
/* analytics leaderboard */ /* analytics leaderboard general */
.leaderboard-content .respondents-container .data-table td:nth-child(2), .leaderboard-content .respondents-container .data-table th:nth-child(2) {
  width: 99%;
}

#avg-grade-count {
  margin: 0 0 0 10px;
}

/* EOF analytics leaderboard general*/
/* EOF analytics leaderboard */
/* EOF dashboard analytics */
/* dashboard survey create related */
/* dashboard survey create */
.survey-create {
  flex: 1;
  display: flex;
}
.survey-create .survey-create-top-bar {
  z-index: 2345;
  background: white;
}
.survey-create .survey-create-grid {
  display: grid;
  max-height: calc(100vh - 55px);
  flex: 1;
  grid-template-rows: 56px minmax(300px, 1fr);
  grid-template-columns: 76px 350px 1fr;
}
@supports not (display: grid) {
  .survey-create .survey-create-grid {
    display: flex;
  }
}
.survey-create .survey-create-grid.fullLayout .top-bar-edit {
  grid-area: 1/1/2/4;
}
.survey-create .survey-create-grid.fullLayout .main-content {
  grid-area: 2/2/3/4;
}
.survey-create .survey-create-grid.fullLayout .left-bar {
  display: none;
}
.survey-create .survey-create-grid .top-bar-edit {
  grid-area: 1/1/2/3;
  background: white;
  z-index: 3;
}
.survey-create .survey-create-grid .main-content {
  grid-area: 1/3/3/4;
  overflow: auto;
  background: white;
  position: relative;
  z-index: 1;
}
.survey-create .survey-create-grid .main-content .main-content-ui-view {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.survey-create .survey-create-grid .side-bar-switch {
  grid-area: 2/1/3/2;
  padding-top: 10px;
  background: rgb(237, 237, 237);
  z-index: 4;
}
.survey-create .survey-create-grid .left-bar {
  display: flex;
  background: white;
  grid-area: 2/2/3/3;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.survey-create .survey-create-grid .left-bar ui-view {
  width: 100%;
  display: block;
}
.survey-create .fixed-mobile-overlay {
  z-index: 1000000;
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (min-width: 636px) {
  .survey-create .fixed-mobile-overlay {
    display: none;
  }
}
.survey-create .main-mobile-message {
  font-size: 18px;
  font-style: italic;
  color: #595959;
}
.survey-create .blue-link {
  color: rgb(81, 131, 232);
}
.survey-create .preview-link-btn {
  width: 190px;
  height: 35px;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  margin: 20px 0;
}
.survey-create .analytics-link-btn {
  width: 190px;
  height: 35px;
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px 0;
}
.survey-create .back-to-dashboard {
  font-size: 14px;
  color: #737373;
}
.survey-create .next-destination-link {
  display: block;
  margin-top: 10px;
}
.survey-create .survey-create-sidebar {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 425px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 2000;
  background-color: white;
}
.survey-create .survey-create-sidebar .sidebar-header-wrapper {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}
.survey-create .survey-create-sidebar .sidebar-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: white;
  position: absolute;
  top: 0;
  color: #262626;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-title {
  font-weight: bold;
  font-size: 15px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition-property: width, height, top, right, opacity, border-radius, font-size;
  -moz-transition-property: width, height, top, right, opacity, border-radius, font-size;
  -o-transition-property: width, height, top, right, opacity, border-radius, font-size;
  transition-property: width height top right opacity border-radius font-size;
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  right: 5px;
  width: 80px;
  height: 26px;
  border-radius: 13px;
  opacity: 0.85;
  background-color: white;
  background-position: 0 -41px;
  background-repeat: no-repeat;
  background-size: 425px;
  background-attachment: fixed;
  position: absolute;
  color: #f26623;
  font-size: 14px;
  font-weight: bold;
  line-height: 0;
  box-sizing: border-box;
  cursor: pointer;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn i {
  margin-right: 5px;
  font-size: 14px;
  padding-top: 4px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-btn:hover {
  opacity: 1;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn {
  opacity: 1;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  z-index: 1;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter {
  -webkit-transition: 0.2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: 0.2s ease-out 0.2s;
  -o-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave.ng-leave-active {
  opacity: 0;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-leave, .survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn.ng-enter.ng-enter-active {
  opacity: 1;
}
.survey-create .survey-create-sidebar .sidebar-header .sidebar-design-close-btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.survey-create .survey-create-content {
  flex: 1 1 auto;
  min-width: 0;
  overflow-y: auto;
  display: flex;
  width: 100%;
}
.survey-create .survey-create-content .editor-hovermenu {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: fixed;
  top: 65px;
  right: 10px;
  z-index: 1200;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition-property: color, background-color, box-shadow;
  -moz-transition-property: color, background-color, box-shadow;
  -o-transition-property: color, background-color, box-shadow;
  transition-property: color, background-color, box-shadow;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: rgb(81, 131, 232);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  background-color: #4379e6;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn.opened {
  color: rgba(255, 255, 255, 0.65);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn.opened.pinned {
  color: rgb(81, 131, 232);
  background-color: white;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn i {
  font-size: 22px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-btn i.fa-thumb-tack {
  font-size: 20px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transform-origin: top right 50%;
  -moz-transform-origin: top right 50%;
  -ms-transform-origin: top right 50%;
  -o-transform-origin: top right 50%;
  transform-origin: top right 50%;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform opacity;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave.ng-leave-active {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-leave, .survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup.ng-enter.ng-enter-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group {
  padding: 18px 8px 8px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group:not(:last-child) {
  padding-bottom: 13px;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group.top-group {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
}
.survey-create .survey-create-content .editor-hovermenu .editor-hovermenu-popup .setting-group .setting-group-title {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0 10px;
}
.survey-create .survey-create-content .setting-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-create .survey-create-content .setting-tr:not(.hidden) {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.survey-create .survey-create-content .setting-tr:not(.hidden):last-child {
  padding-bottom: 8px;
}
.survey-create .survey-create-content .setting-td {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  height: 36px;
}
.survey-create .survey-create-content .setting-td:first-child {
  -webkit-flex-grow: 2;
  flex-grow: 2;
  padding-left: 20px;
}
.survey-create .survey-create-content .setting-td:last-child {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 20px;
}
.survey-create .survey-create-content setting-rows-group .settings-section-settings {
  width: 280px;
}
.survey-create .survey-create-content setting-rows-group .settings-section-settings:first-child:last-child {
  min-height: 47px;
}
.survey-create .survey-create-content setting-rows-group .pro-button {
  margin-left: 5px;
  cursor: pointer;
}
.survey-create .survey-create-content setting-rows-group .setting-name {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
}
.survey-create .survey-create-content setting-rows-group .helper-icon {
  margin-left: 5px;
}
.survey-create .survey-create-content setting-rows-group .setting-disable-overlay {
  margin-top: -4px;
  z-index: 5;
}
.survey-create .survey-create-content setting-rows-group .setting-input {
  text-align: right;
}
.survey-create .survey-create-content setting-rows-group .setting-input a, .survey-create .survey-create-content setting-rows-group .setting-input button {
  width: 100%;
  height: 24px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.survey-create .survey-create-content setting-rows-group .setting-input input[type=text], .survey-create .survey-create-content setting-rows-group .setting-input input[type=number] {
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #e6e6e6;
  color: #595959;
  height: 24px;
  width: 100%;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
}
.survey-create .survey-create-content setting-rows-group .setting-input .switch-btn {
  display: inline-block;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control {
  text-align: left;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input, .survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-dropdown {
  font-size: 11px;
  color: #595959;
  border-color: #d9d9d9;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input {
  font-weight: bold;
  padding: 6px 20px 7px 8px;
  background: rgba(255, 255, 255, 0);
  border-radius: 12px;
  border: none;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input:after {
  border-top-color: #cccccc;
  right: 8px;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-control .selectize-input .ui-select-match {
  width: 100%;
  text-align: right;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-dropdown {
  border: 1px solid;
  border-radius: 2px;
  margin-top: 1px;
  right: -15px;
  width: 120px;
}
.survey-create .survey-create-content setting-rows-group .setting-input .selectize-dropdown .active:not(.disabled) {
  color: white;
  background-color: rgb(81, 131, 232);
}
.survey-create .survey-create-content setting-rows-group .sub-setting {
  background-color: #f2f2f2;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-name {
  color: #404040;
  font-size: 12px;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-td {
  height: 30px;
}
.survey-create .survey-create-content setting-rows-group .sub-setting .setting-td:first-child {
  padding-left: 35px;
}
.survey-create .survey-create-content setting-rows-group :not(.sub-setting) + .sub-setting {
  padding-top: 4px;
}
.survey-create .survey-create-content sg-preview-menu {
  width: 150px;
  height: 50px;
  position: relative;
}

.header-background {
  width: 100%;
  height: 55px;
  flex-shrink: 0;
  background-color: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(240, 240, 240);
}

.editor-menu {
  display: flex;
  align-items: center;
  height: 55px;
}
.editor-menu.with-border {
  border-bottom: 1px solid rgb(240, 240, 240);
}

.dynamic-survey-icon {
  margin-right: 14px;
  margin-left: 19px;
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #EFF4FD;
  color: #5083E8;
  font-size: 16px;
}

.dynamic-survey-icon + .survey-editor-name-input {
  margin-left: 0px;
}

.survey-editor-name-input {
  padding: 4px 0 4px 0;
  margin-left: 33px;
  min-width: 20px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed transparent;
}
.survey-editor-name-input:focus {
  outline: none;
}
.survey-editor-name-input.edit-mode {
  border-bottom: 1px dashed currentColor;
}
.survey-editor-name-input.disabled-mode {
  pointer-events: none;
}
.survey-editor-name-input .ng-content-placeholder {
  font-style: italic;
  opacity: 0.4;
  font-weight: normal;
}

.survey-text-edit-icon {
  cursor: pointer;
  font-size: 12px;
  margin: 3px 10px 0 10px;
  color: rgb(166, 166, 166);
  transition: color 0.15s, opacity 0.15s;
}
.survey-text-edit-icon:hover {
  color: rgb(81, 131, 232);
}

.editor-side-panel-content-container {
  flex: 1 1 auto;
  min-width: 0;
}

.editor-side-panel-switch-and-content-container {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.survey-create-sidebar-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

.editor-entire-screen-layout {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.editor-entire-screen-layout .survey-editor-switch-container {
  display: flex;
}
.editor-entire-screen-layout .side-switcher-content {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}
.editor-entire-screen-layout .full-width-height {
  width: 100%;
  height: 100%;
}
.editor-entire-screen-layout .modes-full-pager {
  flex: 1 1 auto;
  min-width: 0;
  background-color: white;
  position: relative;
  overflow-y: auto;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout {
  background: white;
}
.editor-entire-screen-layout .modes-full-pager .permissions-layout .permissions-title {
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.05);
  font-size: 22px;
  color: black;
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
  font-weight: bold;
}
.editor-entire-screen-layout .logic-mode {
  display: flex;
  height: 100%;
}

.survey-header-in-entire-screen-layout {
  flex: 0 0 auto;
}

.editor-page-container {
  background: white;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.page-main {
  width: 100%;
  flex: 1;
}

.editor-page-content-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.editor-page-content {
  width: 900px;
  box-sizing: border-box;
}

.page-top-menu {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  box-shadow: inset 0px -1px 0 0 rgba(0, 0, 0, 0.05);
}
.page-top-menu .page-top-menu-header {
  padding-left: 30px;
  font-size: 22px;
  font-weight: bold;
  width: 250px;
}
.page-top-menu .hack-for-centering-nav {
  width: 250px;
}

.navigation-container {
  text-align: center;
}

.page-top-menu-entry {
  display: inline-flex;
  font-size: 17px;
  margin: 0 10px;
  padding: 5px;
  color: #a6a6a6;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  letter-spacing: -0.2px;
}
.page-top-menu-entry:hover {
  opacity: 0.8;
}
.page-top-menu-entry.active {
  color: rgb(81, 131, 232);
}

.add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
}

.column-container-flex-spare-height {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.survey-page-content-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.board-dialog-container .board-survey-dialog .page-top-menu {
  position: sticky;
  top: 0;
  z-index: 1302;
  background: white;
}
.board-dialog-container .board-survey-dialog .bsd-body {
  z-index: 1301;
  margin-top: 0;
}
.board-dialog-container .board-survey-dialog .bsd-close-btn {
  box-sizing: border-box;
  width: 250px;
  text-align: right;
  margin-right: 20px;
}
.board-dialog-container .board-survey-dialog .share-dialog-content {
  height: auto;
}

.modes-full-pager .sd-depth-3 {
  box-shadow: unset;
}

.advanced-actions-bsd-header {
  padding-bottom: 10px;
  padding-top: 5px;
}

.survey-create .board-survey-dialog .bsd-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header {
    height: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-left {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.survey-create .board-survey-dialog .bsd-header .bsd-close-btn {
  display: none;
}
.survey-create .board-survey-dialog .bsd-header .bsd-title {
  margin-top: -1px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-title {
    font-size: 16px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list {
  display: flex;
  font-size: 18px;
  margin-top: 2px;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button {
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  margin: 0 10px;
  padding: 5px;
  opacity: 0.5;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button:hover {
  opacity: 0.65;
}
.survey-create .board-survey-dialog .bsd-header .bsd-menu-list .bsd-menu-entry button.active {
  color: rgb(81, 131, 232);
  padding-bottom: 15px;
  opacity: 1;
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
  margin-right: 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-header .bsd-header-button, .survey-create .board-survey-dialog .bsd-header .add-user-button {
    padding: 0 5px;
    margin-right: 20px;
  }
}
.survey-create .board-survey-dialog .bsd-header .bsd-header-button[disabled], .survey-create .board-survey-dialog .bsd-header .add-user-button[disabled] {
  color: #666666;
  background-color: #404040;
}
.survey-create .board-survey-dialog .bsd-body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 62px;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
@media screen and (max-width: 635px) {
  .survey-create .board-survey-dialog .bsd-body {
    margin-top: 60px;
  }
}
.survey-create .board-survey-dialog .bsd-body.bsd-body-quiz-planner {
  top: 70px;
}
.survey-create .board-survey-dialog .bsd-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 1;
  overflow-y: auto;
}
.survey-create .board-survey-dialog .bsd-body-loader {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 35px;
  color: #252729;
  z-index: 1;
}
.survey-create .bsd-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.survey-create .bsd-table-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  background-color: white;
  padding: 0 54px;
}
.survey-create .bsd-table-head .bsd-th-label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: gray;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-head .bsd-th-label {
    font-size: 14px;
  }
}
.survey-create .bsd-table-body {
  overflow-y: auto;
}
.survey-create .bsd-table-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 54px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-table-row {
    padding: 0 20px;
  }
}
.survey-create .bsd-action-btn {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.survey-create .bsd-action-btn[disabled] {
  color: rgba(0, 0, 0, 0.25);
}
.survey-create .bsd-action-btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 635px) {
  .survey-create .bsd-action-btn:not(:last-child) {
    margin-right: 10px;
  }
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]) {
  color: rgb(81, 131, 232);
}
.survey-create .bsd-action-btn.bsd-primary:not([disabled]):hover {
  color: #3a73e5;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]) {
  color: #e55c5c;
}
.survey-create .bsd-action-btn.bsd-warning:not([disabled]):hover {
  color: #e14646;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]) {
  color: #666666;
}
.survey-create .bsd-action-btn.bsd-secondary:not([disabled]):hover {
  color: #595959;
}

.copied-to-clipboard {
  animation: scaleUpAndDown 1s ease-in-out;
  transform-origin: 20% center;
}

@keyframes scaleUpAndDown {
  25% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(0.99);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
/* add page */
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 13px 15px;
  flex: 1 1 auto;
  min-height: 0;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body.can-add-past-questions {
  padding-top: 0;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow-y: auto;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  flex: 1 0 auto;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-title {
  font-size: 18px;
  font-weight: bold;
  color: gray;
  width: 140px;
  flex: 0 0 auto;
}
@media screen and (max-width: 1140px) {
  .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-title {
    width: 110px;
    font-size: 16px;
  }
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100px;
  height: 90px;
  padding: 4px 7px;
  border-radius: 2px;
  color: #505459;
}
@media screen and (max-width: 1140px) {
  .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry {
    height: 80px;
  }
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry:hover .entry-icon, .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry:hover .entry-caption {
  color: #f2f2f2;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry.not-addible {
  color: #cccccc;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-buttons, .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-soon-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-buttons .entry-add-button {
  height: 28px;
  width: 74px;
  padding: 0;
  font-size: 12px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-buttons .entry-add-button i {
  margin-right: 5px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-soon-msg {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #505459;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-icon {
  font-size: 30px;
}
@media screen and (max-width: 1140px) {
  .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-icon {
    font-size: 20px;
  }
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-menu .page-group .page-group-list .page-group-entry .entry-caption {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info {
  width: 400px;
  border-left: 1px solid #e6e6e6;
  flex: 0 0 auto;
  padding: 5px 0 5px 20px;
  line-height: 24px;
  color: #505459;
  overflow-y: auto;
}
@media screen and (max-width: 1140px) {
  .add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info {
    width: 280px;
  }
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .aq-info-head {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .aq-info-head .aq-info-title {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .aq-info-head i {
  font-size: 26px;
  color: #bfbfbf;
  float: right;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-type-description {
  font-size: 15px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-title {
  color: #a6a6a6;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-box {
  background-color: #f7f7f7;
  border-radius: 2px;
  font-size: 14px;
  padding: 10px 12px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-box .qi-section-box-example:not(:last-child) {
  margin-bottom: 15px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-box .qi-section-box-example .example-title {
  font-size: 11px;
  text-transform: uppercase;
  color: gray;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-box .qi-section-box-example .example-question {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-info-section .qi-section-box .qi-section-box-example .example-answers {
  font-size: 12px;
  font-style: italic;
  line-height: 22px;
}
.add-page-content .dashboard-dialog-body-non-scrollable.add-page-body .add-page-info .question-type-description-note {
  font-size: 11px;
  line-height: 16px;
  margin-top: 20px;
  color: gray;
}
.add-page-content .navigation-menu {
  flex: 0 0 auto;
  display: flex;
}
.add-page-content .tab-selector {
  color: #404040;
  padding: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.add-page-content .tab-selector:not(:first-child) {
  margin-left: 10px;
}
.add-page-content .tab-selector:not(.is-selected) {
  cursor: pointer;
  opacity: 0.5;
}
.add-page-content .tab-selector:not(.is-selected):hover {
  opacity: 0.75;
}
.add-page-content .tab-selector.is-selected {
  border-bottom: 2px solid #404040;
  font-weight: bold;
}
.add-page-content .active-tab {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.add-page-content .add-new-question-tab {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
}

/* EOF add page */
/* EOF dashboard survey create related */
.share-dialog-content {
  height: 100%;
}
.share-dialog-content .sd-depth-3 {
  box-shadow: unset;
}

.share-link-content-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.share-link-content {
  max-width: 930px;
  padding: 44px 54px;
}
.share-link-content .link-section-title {
  color: gray;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.share-link-content .links-list li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.share-link-content .links-list li .link-title {
  width: 230px;
}
.share-link-content .links-list li .link-title .link-label {
  font-size: 16px;
  color: #262626;
}
.share-link-content .links-list li .link-title .link-description {
  font-size: 13px;
  font-weight: normal;
  color: #808080;
  margin-top: 5px;
  font-style: italic;
}
.share-link-content .links-list li .link-input {
  height: 40px;
  width: 640px;
  padding: 0;
  background: white;
  font-size: 14px;
}
.share-link-content .links-list li .link-and-copy-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.share-link-content .links-list li .copied-to-clipboard {
  animation: scaleUpAndDown 1s ease-in-out;
  transform-origin: 20% center;
}
@keyframes scaleUpAndDown {
  25% {
    transform: scale(1.03);
  }
  50% {
    transform: scale(0.98);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

.fb-share-wrapper {
  height: 100%;
}
.fb-share-wrapper .fb-share-content {
  display: flex;
  height: 100%;
}
.fb-share-wrapper .fb-share-content .fb-share-section {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 44px 54px;
  overflow-y: auto;
  box-sizing: border-box;
}
.fb-share-wrapper .fb-share-content .fb-share-section.fb-default-section {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.fb-share-wrapper .fb-share-content .fb-share-section.fb-pages-section {
  border-left: 1px solid #e6e6e6;
  width: 800px;
  font-size: 16px;
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-section-title {
  color: gray;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 26px;
}
.fb-share-wrapper .fb-share-content .fb-share-section .add-to-page-btn {
  height: 40px;
  width: 160px;
  margin-left: -4px;
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-pages-instruction {
  color: gray;
  margin-bottom: 40px;
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-page-list li {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 26px;
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-page-list li:hover .fb-page-link {
  background-color: rgba(0, 0, 0, 0.1);
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-page-list li .fb-page-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-weight: bold;
  color: #404040;
}
.fb-share-wrapper .fb-share-content .fb-share-section .fb-page-list li .fb-page-link {
  width: 380px;
  height: 30px;
  padding: 0 15px;
  font-size: 14px;
}

.embed-widget-content {
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
  min-width: 450px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  height: 100%;
}
.embed-widget-content .widget-preview-link {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: rgb(81, 131, 232);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-left: 20px;
}
.embed-widget-content .widget-preview-link:hover {
  color: #3a73e5;
}
.embed-widget-content .widget-section {
  padding: 44px 0px;
  overflow-y: auto;
}
.embed-widget-content .widget-section:first-child {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 0;
}
.embed-widget-content .widget-section.embed-instructions {
  min-width: 400px;
  max-width: 500px;
  box-sizing: border-box;
  background-color: whitesmoke;
}
.embed-widget-content .widget-section .widget-section-title {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  margin-bottom: 40px;
}
.embed-widget-content .widget-section .embed-step:not(:last-child) {
  margin-bottom: 50px;
}
.embed-widget-content .widget-section .embed-step:hover .embed-step-code {
  background-color: rgba(0, 0, 0, 0.1);
}
.embed-widget-content .widget-section .embed-step .embed-step-head {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.embed-widget-content .widget-section .embed-step .embed-step-head .embed-step-number {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #3c3f42;
  color: rgba(255, 255, 255, 0.95);
  font-weight: bold;
  font-size: 19px;
  line-height: 0;
  margin-right: 15px;
}
.embed-widget-content .widget-section .embed-step .embed-step-head .embed-step-instruction {
  font-size: 14px;
  font-weight: bold;
  color: #404040;
}
.embed-widget-content .widget-section .embed-step .embed-step-code {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  font-size: 12px;
}
.embed-widget-content .widget-section .embed-step .embed-step-code textarea {
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
}
.embed-widget-content .embed-widget-content-footer {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}
.embed-widget-content .preview-button {
  background: #5183E8;
  margin-right: 10px;
  height: 28px;
  width: 104px;
}
.embed-widget-content .get-code-button {
  background-color: #2CCF98;
  height: 28px;
  width: 104px;
}

sg-quota-editor {
  height: 100%;
}

.survey-dynamic-embed {
  height: 100%;
}

.advanced-dialog-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.label-manager {
  overflow-y: auto;
  color: #404040;
}
.label-manager.is-rtl .label-tag-container {
  position: absolute;
  left: auto;
  right: 0;
}
.label-manager.is-rtl .label-input {
  padding-left: 10px;
  padding-right: 34px;
}
.label-manager.is-rtl .page-section .page-questions .question-entry {
  padding: 0 20px 0 54px;
  margin-right: 54px;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  margin-left: 0;
  border-left: none;
}
.label-manager .label-column {
  margin-left: 20px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.label-manager .label-tag-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.label-manager .label-input-icon {
  margin-top: 2px;
}
.label-manager .label-input {
  height: 30px;
  width: 180px;
  font-size: 15px;
  padding-left: 34px;
}
.label-manager .page-section .page-header-content {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid whitesmoke;
  padding-bottom: 5px;
}
.label-manager .page-section .page-header {
  padding: 15px 54px;
  background-color: white;
  min-height: 80px;
  box-sizing: border-box;
}
.label-manager .page-section .page-header.sticky {
  right: 0;
  left: 0;
  z-index: 1;
  margin-right: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.label-manager .page-section .page-header .detail-column .page-title {
  font-weight: bold;
  font-size: 20px;
}
.label-manager .page-section .page-header .detail-column .page-text {
  font-size: 14px;
  color: gray;
  margin-top: 7px;
  line-height: 24px;
}
.label-manager .page-section .page-questions {
  padding-bottom: 20px;
}
.label-manager .page-section .page-questions .question-entry {
  margin-top: 20px;
  margin-left: 54px;
}
.label-manager .page-section .page-questions .question-entry .question-header {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.label-manager .page-section .page-questions .question-entry .question-header .detail-column {
  line-height: 24px;
}
.label-manager .page-section .page-questions .question-entry .question-header .detail-column .question-title {
  font-size: 16px;
  font-weight: bold;
}
.label-manager .page-section .page-questions .question-entry .question-header .detail-column .question-text {
  font-size: 13px;
  color: gray;
}
.label-manager .page-section .page-questions .question-entry .question-content .item-container {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin-top: 10px;
}
.label-manager .page-section .page-questions .question-entry .question-content .item {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  height: 65px;
}
.label-manager .page-section .page-questions .question-entry .question-content .item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.label-manager .page-section .page-questions .question-entry .question-content .item .detail-column {
  font-size: 16px;
}

.phrases-content {
  box-sizing: border-box;
  width: 900px;
  padding-top: 20px;
}
.phrases-content .first-column {
  width: 40%;
  padding-right: 30px;
  box-sizing: border-box;
}
.phrases-content .second-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.phrases-content .phrase-column {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.phrases-content .restore-all-btn {
  font-size: 13px;
}
.phrases-content .element-description {
  font-size: 16px;
  color: #404040;
}
.phrases-content .phrase-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 45px;
  width: 285px;
  font-size: 14px;
  color: #262626;
  margin-right: 20px;
  padding: 5px 15px;
}
.phrases-content .sd-text-input.sd-round.phrase-input {
  border-radius: 5px;
  overflow: hidden;
}
.phrases-content .undo:disabled .fa {
  color: #cccccc;
}
.phrases-content .warning {
  color: #e55c5c;
}

.survey-settings {
  padding: 20px 54px;
}
.survey-settings a {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  color: rgb(81, 131, 232);
}
.survey-settings a:hover {
  color: #3a73e5;
}
.survey-settings .settings-group {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 900px;
  margin: auto;
}
.survey-settings .settings-group:not(:last-child) {
  margin-bottom: 50px;
}
.survey-settings .settings-group .settings-group-title, .survey-settings .settings-group .settings-group-title-config-settings-page {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
}
.survey-settings .settings-group .settings-group-title-config-settings-page {
  font-size: 16px;
  font-weight: bold;
  color: #a6a6a6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  width: 100%;
  padding-bottom: 8px;
  padding-top: 20px;
  text-indent: -5px;
}
.survey-settings .settings-group-content {
  width: 900px;
}
.survey-settings .duplicate-button {
  text-align: center;
  height: 26px;
  padding: 0 10px;
  font-size: 13px;
}
.survey-settings .duplicate-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-settings .unauthorized-error-message {
  position: absolute;
  font-size: 12px;
  border-radius: 5px;
  z-index: 200;
  padding: 5px 5px 6px 5px;
  bottom: 100%;
  right: -100%;
  margin-bottom: 5px;
  white-space: nowrap;
  background-color: white;
  color: gray;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.survey-settings .unauthorized-error-message .tooltip-pointer {
  font-size: 28px;
  position: absolute;
  bottom: -16px;
  left: 70%;
  color: white;
}
.survey-settings .duplicate-button-container {
  display: block;
}
.survey-settings .tooltip-container {
  position: relative;
}

.setting-entry {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  height: 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.setting-entry .disabled-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background-color: white;
  z-index: 2;
  margin-bottom: 3px;
}
.setting-entry .disabled-overlay.ng-enter, .setting-entry .disabled-overlay.ng-leave {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.setting-entry .disabled-overlay.ng-enter {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.setting-entry .disabled-overlay.ng-leave {
  -webkit-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.setting-entry .disabled-overlay.ng-enter, .setting-entry .disabled-overlay.ng-leave.ng-leave-active {
  opacity: 0;
}
.setting-entry .disabled-overlay.ng-leave, .setting-entry .disabled-overlay.ng-enter.ng-enter-active {
  opacity: 0.5;
}
.setting-entry .survey-name-input {
  min-width: 250px;
  height: 30px;
  font-size: 13px;
  color: #404040;
}
.setting-entry .fb-pixel-input {
  height: 30px;
  font-size: 13px;
  color: #404040;
  width: 200px;
}
.setting-entry .fb-pixel-input ::-webkit-input-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #a6a6a6;
}
.setting-entry .fb-pixel-input :-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #a6a6a6;
}
.setting-entry .fb-pixel-input ::-moz-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #a6a6a6;
}
.setting-entry .fb-pixel-input :-ms-input-placeholder {
  font-size: 14px;
  font-style: italic;
  color: #a6a6a6;
}
.setting-entry .tracking-interval-input {
  height: 30px;
  font-size: 13px;
  color: #404040;
  width: 100px;
}
.setting-entry .tracking-interval-input.empty-interval {
  border: 1px solid rgb(255, 115, 115);
}
.setting-entry .interval-input-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.setting-entry .illegal-interval {
  position: absolute;
  top: 30px;
  color: rgb(255, 115, 115);
  font-size: 10px;
}
.setting-entry.setting-entry-custom-html {
  height: auto;
}

.setting-title {
  color: #404040;
  font-size: 16px;
  line-height: 21px;
}
.setting-title .setting-subtitle {
  font-size: 12px;
  color: gray;
}

.setting-title-with-tooltip {
  display: flex;
}

.setting-title-tooltip-mark {
  margin-left: 6px;
}

.fb-pixel-container {
  display: flex;
  flex-direction: column;
}
.fb-pixel-container .fb-pixel-container-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fb-pixel-container .pro-feature-required {
  margin-left: 11px;
}

.limit-questions-session-setting {
  display: flex;
  align-items: center;
}
.limit-questions-session-setting .soft-ending-link {
  font-size: 14px;
  margin-right: 26px;
}

.setting-limit-number {
  margin-right: 26px;
}

.quiz-planner-dialog .disable-quiz-btn {
  margin-left: 15px;
}
.quiz-planner-dialog .grading-type-dropdown {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-right: 54px;
}
.quiz-planner-dialog .quiz-planner-content {
  display: flex;
  height: 100%;
}
.quiz-planner-dialog .quiz-planner-content .quiz-planner-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.quiz-choose-type-content {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
.quiz-choose-type-content .choose-type-title {
  font-size: 20px;
  color: #595959;
  margin-bottom: 60px;
}
.quiz-choose-type-content .quiz-types-list {
  display: flex;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  transition: background-color 0.1s ease-out, box-shadow 0.1s ease-out;
  width: 340px;
  height: 260px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin: 0 20px;
  padding: 0 40px;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
  background-color: #fafafa;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card:hover {
  background-color: white;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-head {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-head .type-icon {
  color: #3c3f42;
  font-size: 42px;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-head .type-title {
  color: #252729;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 15px;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-desc {
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  font-weight: bold;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-examples {
  font-size: 14px;
  font-style: italic;
  color: #595959;
  margin-top: 30px;
}
.quiz-choose-type-content .quiz-types-list .quiz-type-card .type-examples > :not(:first-child) {
  margin-top: 8px;
}

planner-questions .planner-question-list {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
planner-questions .planner-question-list .planner-question {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
planner-questions .planner-question-list .planner-question-head {
  padding: 15px 54px;
  background-color: white;
}
planner-questions .planner-question-list .planner-question-head.sticky {
  right: 0;
  left: 0;
  z-index: 3;
  margin-right: 4px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
planner-questions .planner-question-list .planner-question-head .planner-question-title .planner-question-number {
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  margin-right: 34px;
}
planner-questions .planner-question-list .planner-question-head .planner-question-title .planner-question-type {
  font-size: 15px;
  font-style: italic;
  color: #a6a6a6;
}
planner-questions .planner-question-list .planner-question-head .planner-question-title .planner-question-type i {
  margin-right: 5px;
  color: #bfbfbf;
}
planner-questions .planner-question-list .planner-question-head .planner-question-text {
  color: #595959;
  line-height: 24px;
  margin-top: 7px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
planner-questions .planner-question-list .planner-question-body {
  background-color: #f7f7f7;
}
planner-questions .planner-question-list .planner-question-body .answer-table-subject {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
  height: 50px;
  margin: 0;
  padding: 0 54px;
  font-weight: bold;
  color: #404040;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 25px 54px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 24px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row:not(:first-child):not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row.answer-table-head-row {
  margin-bottom: 15px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row.answer-table-head-row .answer-column, planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row.answer-table-head-row .grade-column {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row answer-outcomes-setter, planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row ranges-grader-value-setter {
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .answer-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  font-size: 16px;
  color: #404040;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .answer-column.chosen {
  color: rgb(81, 131, 232);
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .selectize-control {
  height: 100%;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .selectize-control.select-points {
  font-size: 13px;
  width: 64px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .selectize-control.select-points .selectize-dropdown {
  margin-top: -24px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .selectize-control.select-points .selectize-dropdown [data-selectable] {
  height: 24px;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .selectize-control.select-points.selected .selectize-input {
  color: rgb(81, 131, 232);
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn input[type=checkbox] {
  display: none;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn input[type=checkbox]:checked + label {
  background-color: rgb(81, 131, 232);
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn input[type=checkbox]:checked + label:hover {
  background-color: #3a73e5;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn input[type=checkbox]:checked + label i {
  opacity: 1;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
  border: 0 solid #d9d9d9;
  text-align: center;
  background-color: #d9d9d9;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn label:hover {
  background-color: #cccccc;
}
planner-questions .planner-question-list .planner-question-body .quiz-answer-table .answer-table-row .grade-column .checkbox-btn label i {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  color: white;
  font-size: 10px;
  line-height: 1.4;
}
planner-questions .planner-question-list .planner-question-body.ungradable {
  padding: 50px 54px;
  font-style: italic;
  color: gray;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp {
  position: relative;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .answer-outcomes-popup-trigger {
  font-size: 16px;
  position: relative;
  padding-right: 25px;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .answer-outcomes-popup-trigger .selected-outcomes {
  color: rgb(81, 131, 232);
  font-weight: bold;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .answer-outcomes-popup-trigger .selected-outcomes .outcome-sep {
  font-weight: normal;
  color: gray;
  margin: 0 5px;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .answer-outcomes-popup-trigger .no-outcomes-selected {
  color: gray;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .answer-outcomes-popup-trigger:after {
  position: absolute;
  border-top: 5px solid #a6a6a6;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 50%;
  display: block;
  content: " ";
  margin-top: 0;
  right: 0;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: white;
  position: absolute;
  min-width: 280px;
  top: 100%;
  margin-top: 8px;
  right: -4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  z-index: 5;
  box-sizing: border-box;
  border-radius: 2px;
  overflow: hidden;
  padding: 20px;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry:not(:last-child) {
  margin-bottom: 18px;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .outcome-entry-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 16px;
  color: #404040;
  font-weight: bold;
  margin-right: 30px;
  white-space: nowrap;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn input[type=checkbox] {
  display: none;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn input[type=checkbox]:checked + label {
  background-color: rgb(81, 131, 232);
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn input[type=checkbox]:checked + label:hover {
  background-color: #3a73e5;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn input[type=checkbox]:checked + label i {
  opacity: 1;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  box-sizing: border-box;
  border-radius: 11px;
  cursor: pointer;
  border: 0 solid #d9d9d9;
  text-align: center;
  background-color: #bfbfbf;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn label:hover {
  background-color: #b3b3b3;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn label i {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  color: white;
  font-size: 9px;
  line-height: 1.4;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn {
  -webkit-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  line-height: 0;
  margin-left: 20px;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn.disabled {
  opacity: 0.25;
}
planner-questions .planner-question-list .planner-question-body .answer-outcomes-sp .possible-outcomes-list .outcome-entry .checkbox-btn.disabled label {
  cursor: default;
}

ending-ranges .bsd-table .bsd-table-body {
  position: relative;
}
ending-ranges .bsd-table .bsd-table-body .edit-disable-overlay, ending-ranges .bsd-table .bsd-table-body .error-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
ending-ranges .bsd-table .bsd-table-body .error-overlay {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
}
ending-ranges .bsd-table .bsd-table-body .error-overlay-message {
  color: red;
  font: 20px;
  padding-bottom: 20px;
}
ending-ranges .bsd-table .bsd-table-body .retry-button-container {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex_start;
  align-items: flex_start;
}
ending-ranges .bsd-table .bsd-table-row, ending-ranges .bsd-table .bsd-table-head {
  padding-left: 20px;
}
ending-ranges .bsd-table .bsd-table-head .first-column {
  padding-left: 34px;
}
ending-ranges .bsd-table .first-column {
  width: 25%;
  margin-right: 30px;
  box-sizing: border-box;
}
ending-ranges .bsd-table .second-column {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
ending-ranges .bsd-table .ending-name {
  font-weight: bold;
  font-size: 16px;
  color: #262626;
  padding: 10px 0;
}
ending-ranges .bsd-table .ending-range {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
ending-ranges .bsd-table .ending-range .er-slider {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
ending-ranges .bsd-table .droppable-area {
  -webkit-transition: background-color 0.1s ease-out;
  -moz-transition: background-color 0.1s ease-out;
  -o-transition: background-color 0.1s ease-out;
  transition: background-color 0.1s ease-out;
  background-color: white;
  border-radius: 5px;
}
ending-ranges .bsd-table .icon-flex {
  flex-shrink: 0;
}
ending-ranges .bsd-table .draggable-ending-text {
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ending-ranges .bsd-table .draggable-ending {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: move;
}
ending-ranges .bsd-table .draggable-ending .fa-arrows {
  -webkit-transition: color 0.1s ease-out;
  -moz-transition: color 0.1s ease-out;
  -o-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  width: 22px;
  margin-right: 12px;
  font-size: 14px;
  color: #a6a6a6;
}
ending-ranges .bsd-table .draggable-ending.dragging .fa-arrows {
  color: #595959;
}
ending-ranges .bsd-table.now-dragging .droppable-area {
  background-color: #f2f2f2;
}
ending-ranges .bsd-table.now-dragging .droppable-area.drag-enter {
  background-color: rgba(81, 131, 232, 0.2);
}
ending-ranges .bsd-table.now-dragging .droppable-area.drag-enter .draggable-ending:not(.dragging) {
  opacity: 0.25;
}
ending-ranges .bsd-table .ending-range-percentages {
  font-size: 15px;
  font-weight: bold;
  color: #404040;
  margin-right: 15%;
  width: 100px;
  text-align: right;
}
ending-ranges .bsd-table .buttons-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 54px;
  padding-top: 20px;
}
ending-ranges .bsd-table .button-container {
  flex: 1 1 auto;
  min-height: 0;
  flex: 0 0 auto;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex_start;
  align-items: flex_start;
  padding-right: 20px;
}
ending-ranges .bsd-table .bottom-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
ending-ranges .bsd-table .update-failed-text {
  color: red;
  font-size: 13px;
  padding-left: 54px;
  padding-top: 10px;
}

quiz-outcomes .bsd-table .bsd-table-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
}
quiz-outcomes .bsd-table .bsd-table-row .outcome-name-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  color: #262626;
  padding: 0 54px;
  border-radius: 0;
  background-color: white;
}
quiz-outcomes .bsd-table .bsd-table-row .outcome-name-input:hover {
  background-color: #fafafa;
}
quiz-outcomes .bsd-table .bsd-table-row .outcome-name-input:focus {
  background-color: whitesmoke;
}
quiz-outcomes .bsd-table .bsd-table-row .bsd-action-btn {
  position: absolute;
  right: 54px;
}

/* survey skeleton */
/* hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
/* EOF hsv_to_hsl.scss | MIT License | https://gist.github.com/voxpelli/1069204 */
.survey-skeleton-dialog-content .dialog-title-and-action-buttons {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.survey-skeleton-dialog-content .print-skeleton-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 27px;
  width: 68px;
  font-size: 16px;
  margin: 40px 0px 20px 29px;
  cursor: pointer;
}
.survey-skeleton-dialog-content .print-skeleton-trigger-text {
  font-size: 14px;
  margin-left: 5px;
}

skeleton-rating-bar {
  display: block;
}
skeleton-rating-bar .skeleton-rating-bar-content {
  color: rgba(64, 64, 64, 0.9);
  padding: 18px 12px;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
skeleton-rating-bar .skeleton-rating-scale-and-phases {
  max-width: 390px;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
skeleton-rating-bar .skeleton-rating-symbols-list {
  display: flex;
  -webkit-align-self: center;
  align-self: center;
}
skeleton-rating-bar .skeleton-rating-symbol-and-value {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  color: rgba(64, 64, 64, 0.75);
  fill: rgba(64, 64, 64, 0.75);
}
skeleton-rating-bar .skeleton-rating-symbol-and-value:not(:first-child) {
  margin-left: 7px;
}
.is-rtl skeleton-rating-bar .skeleton-rating-symbol-and-value:not(:first-child) {
  margin-left: 0;
  margin-right: 7px;
}
skeleton-rating-bar .skeleton-symbol-container {
  width: 30px;
}
skeleton-rating-bar .skeleton-rating-edge-phrases-container {
  margin-top: 5px;
}
skeleton-rating-bar .skeleton-rating-edge-phrases {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 12px;
  font-style: italic;
}
skeleton-rating-bar .skeleton-edge-phrase {
  width: 40%;
}
.is-rtl skeleton-rating-bar .skeleton-min-phrase {
  text-align: right;
}
skeleton-rating-bar .skeleton-max-phrase {
  text-align: right;
}
.is-rtl skeleton-rating-bar .skeleton-max-phrase {
  text-align: left;
}

skeleton-question-subjects {
  flex: 0 0 auto;
  display: flex;
  margin-right: 6px;
}
.is-rtl skeleton-question-subjects {
  margin-right: 0;
  margin-left: 6px;
}
skeleton-question-subjects .skeleton-question-subjects {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 240px;
  box-sizing: border-box;
}
skeleton-question-subjects .skeleton-subject {
  margin-bottom: 5px;
  flex: 1 1 auto;
  min-height: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
skeleton-question-subjects .skeleton-subject:last-child {
  margin-bottom: 0px;
}

skeleton-question-multi-rating {
  display: flex;
}
skeleton-question-multi-rating .multi-rating-answers {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

skeleton-question-choice-grid {
  display: flex;
}
skeleton-question-choice-grid .choice-grid-answers {
  color: rgba(64, 64, 64, 0.9);
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
skeleton-question-choice-grid .choice-grid-answer {
  font-style: italic;
  flex: 1 1 auto;
  min-width: 0;
  width: 20px;
  max-width: 120px;
  box-sizing: border-box;
  padding: 12px 10px;
  text-align: center;
}

skeleton-question-choice .skeleton-item {
  min-height: 36px;
  box-sizing: border-box;
  padding: 0 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
skeleton-question-choice .skeleton-item:not(:first-child) {
  margin-top: 6px;
}
skeleton-question-choice .skeleton-item-index {
  color: gray;
  font-weight: bold;
  width: 29px;
  text-align: center;
}
skeleton-question-choice .skeleton-item-name:first-child {
  margin: 0 12px;
}
skeleton-question-choice .skeleton-item-comment-placeholder {
  font-size: 12px;
}

skeleton-question-likert {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
skeleton-question-likert .skeleton-likert-items {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
skeleton-question-likert .single-skeleton-likert-item {
  max-width: 130px;
  -webkit-flex: 1 1 20px;
  flex: 1 1 20px;
  box-sizing: border-box;
  padding: 10px 6px;
  text-align: center;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
skeleton-question-likert .skeleton-likert-item-value {
  margin-bottom: 5px;
}

skeleton-page-contact-info .skeleton-contact-info-questions {
  padding-top: 8px;
  padding-bottom: 8px;
}
skeleton-page-contact-info .single-skeleton-contact-info-question {
  height: 28px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

skeleton-page-demographics .skeleton-demographics-question-title,
skeleton-page-demographics .skeleton-demographics-question-items {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
skeleton-page-demographics .single-skeleton-demographics-question {
  display: flex;
  min-height: 36px;
}
skeleton-page-demographics .single-skeleton-demographics-question:not(:first-child) {
  margin-top: 6px;
}
skeleton-page-demographics .skeleton-demographics-question-title {
  padding-top: 8px;
  padding-bottom: 8px;
}
skeleton-page-demographics .skeleton-demographics-question-title {
  width: 240px;
  box-sizing: border-box;
  margin-right: 6px;
}
.is-rtl skeleton-page-demographics .skeleton-demographics-question-title {
  margin-right: 0;
  margin-left: 6px;
}
skeleton-page-demographics .skeleton-demographics-question-items {
  color: rgba(64, 64, 64, 0.9);
  flex: 1 1 auto;
  min-width: 0;
}
skeleton-page-demographics .skeleton-demographics-item {
  padding: 8px 12px;
}

/* EOF survey skeleton */
/* EOF dashboard */
.site-satisfaction-dialog .ngdialog-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.site-satisfaction-dialog .dashboard-dialog-header {
  padding-left: 15px !important;
}
@media screen and (max-width: 635px) {
  .site-satisfaction-dialog .ngdialog-content {
    max-width: calc(100% - 15px) !important;
    max-height: calc(100% - 15px) !important;
    margin-top: 150px !important;
  }
}
.site-satisfaction-dialog .dialog-buttons {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.site-satisfaction-dialog .dialog-option-button {
  margin: 10px;
}

.site-satisfaction-survey-dialog .segmanta-header {
  height: 44px !important;
}
.site-satisfaction-survey-dialog .ngdialog-overlay {
  background-color: rgba(0, 0, 0, 0.3) !important;
}
.site-satisfaction-survey-dialog .close-dashboard-dialog-trigger {
  color: white !important;
  font-size: 20px !important;
}
.site-satisfaction-survey-dialog .dashboard-dialog-content {
  padding: 0px 0px 0px 0px !important;
}
.site-satisfaction-survey-dialog .close-dashboard-dialog-trigger {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100000;
}
.site-satisfaction-survey-dialog .ngdialog-content {
  width: calc(100% - 136px) !important;
  height: calc(100% - 136px) !important;
}
@media screen and (max-width: 635px) {
  .site-satisfaction-survey-dialog .ngdialog-content {
    width: 90vw !important;
    height: calc(100% - 30px) !important;
    max-width: 90vw !important;
    max-height: calc(100% - 30px) !important;
    margin-top: 15px !important;
  }
}
.site-satisfaction-survey-dialog .ngdialog-content .segmanta-widget {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}
.site-satisfaction-survey-dialog .ngdialog-content .segmanta-widget .segmanta-iframe {
  height: auto !important;
  flex: 1 1 auto;
  min-height: 0;
}
@media screen and (max-width: 635px) {
  .site-satisfaction-survey-dialog .ngdialog-content .segmanta-widget .segmanta-iframe {
    width: 100vw !important;
  }
}

#loading_phrase {
  text-align: center;
}

.seg-help-indicator {
  color: rgba(64, 64, 64, 0.5);
  vertical-align: middle;
  font-size: 13px;
  transition: color 0.2s;
}
.seg-help-indicator:hover {
  color: rgba(64, 64, 64, 0.75);
}

/*# sourceMappingURL=dashboard.css.map */
