#page_content .survey.dropup.action-list {
  position: fixed;
  bottom: 10px;
  left: 12px;
  z-index: 102;
}
#page_content .survey.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#page_content .survey.detail > .paper-page {
  position: relative;
  color: black;
  background-color: white;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*==================================================
                 * 3d Effect 
                 * ===============================================*/
}
#page_content .survey.detail > .paper-page:before,
#page_content .survey.detail > .paper-page:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #000;
  box-shadow: 0 15px 10px #000;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
#page_content .survey.detail > .paper-page:after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 10px;
  left: auto;
}
#page_content .survey.detail .answer-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: auto;
}
#page_content .survey.detail .answer-list .slidecontainer .answer-labels {
  height: 50px;
}
#page_content .survey.detail .answer-list .slidecontainer .answer-labels .selection {
  font-size: x-large;
}
#page_content .survey.detail .survey-image {
  border-radius: 4px;
  width: 10em;
}
#page_content .survey.detail button.next,
#page_content .survey.detail button.prev {
  width: 80px;
}
#page_content .survey.detail a.answer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 55px;
}
#page_content .survey.detail a.answer.selected:not(.button):not(.horizontal-picker) {
 /* background-color: #dcdcdc;*/
}
#page_content .survey.detail a.answer .answer-text {
  height: 100%;
  overflow: auto;
}
#page_content .survey.detail a.answer.horizontal-picker {
  width: 50px;
  min-height: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
#page_content .survey.detail a.answer.horizontal-picker:hover,
#page_content .survey.detail a.answer.horizontal-picker:focus {
  text-decoration: none;
}
#page_content .survey.detail a.answer.button:not(:first-child) {
  margin-top: 1rem;
}
#page_content .survey.detail a.answer.button i {
  color: white;
}
    #page_content .survey.detail .progress,
    #page_content .survey.detail .progress-bar {
        height: 34px;
        line-height: 34px;
        color: rgba(4,73,115,1.0) !important;
    }
