@-webkit-keyframes fadeInOverlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInOverlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ergoInteractionBar {
  width: 100%;
  background-color: #a90061;
  position: fixed;
  z-index: 99999; }
  .ergoInteractionBar.bottomPosition {
    bottom: 0px;
    margin: 0 -15px 0 -15px;
    width: calc(100%); }
    .ergoInteractionBar.bottomPosition .wrapper {
      padding: 0 30px 0 15px; }
      @media (min-width: 992px) {
        .ergoInteractionBar.bottomPosition .wrapper {
          padding: 0; } }
      .ergoInteractionBar.bottomPosition .wrapper .message.survey {
        margin-left: 0;
        width: 100%; }
        @media (min-width: 992px) {
          .ergoInteractionBar.bottomPosition .wrapper .message.survey {
            margin-left: 16.666667%;
            width: 66.66667%; }
            .fullWidth .ergoInteractionBar.bottomPosition .wrapper .message.survey {
              margin-left: 0%;
              width: 100%; } }
        .ergoInteractionBar.bottomPosition .wrapper .message.survey button.close {
          right: 30px; }
  .ergoInteractionBar .wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    position: relative; }
    .ergoInteractionBar .wrapper:before, .ergoInteractionBar .wrapper:after {
      content: " ";
      display: table; }
    .ergoInteractionBar .wrapper:after {
      clear: both; }
    .ergoInteractionBar .wrapper:before, .ergoInteractionBar .wrapper:after {
      content: " ";
      display: table; }
    .ergoInteractionBar .wrapper:after {
      clear: both; }
    .ergoInteractionBar .wrapper .message.survey {
      background: transparent;
      padding: 15px 0 0 0; }
      .ergoInteractionBar .wrapper .message.survey p {
        color: #FFFFFF;
        margin-bottom: 15px;
        width: calc(100% - 50px);
        font-size: 1.125rem;
        clear: both; }
      .ergoInteractionBar .wrapper .message.survey button {
        background-color: #f3f3f3;
        color: #01689b;
        padding: 5px 15px 5px 15px;
        margin: 0 15px 15px 0; }
        .ergoInteractionBar .wrapper .message.survey button:hover {
          background-color: #e6e6e6; }
        .ergoInteractionBar .wrapper .message.survey button.close {
          background-color: transparent;
          width: 44px;
          height: 44px;
          right: 0px;
          margin: 0; }
          @media (min-width: 768px) {
            .ergoInteractionBar .wrapper .message.survey button.close {
              right: 15px; } }
          .ergoInteractionBar .wrapper .message.survey button.close:before {
            right: 15px;
            top: 15px; }
  .ergoInteractionBar .btn-group-vertical {
    position: relative; }

.ergoSurvey {
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh !important;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  -webkit-animation: fadeInOverlay;
          animation: fadeInOverlay;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
  .ergoSurvey .container {
    width: 100%;
    max-width: 850px;
    margin: 0px auto 0px auto;
    background: #f3f3f3;
    position: relative;
    padding: 20px 20px 100px 20px;
    opacity: 0;
    -webkit-animation: fadeInOverlay;
            animation: fadeInOverlay;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
    @media (min-width: 768px) {
      .ergoSurvey .container {
        padding: 30px 30px 0px 30px;
        margin: 30px auto 30px auto; } }
    .ergoSurvey .container:before, .ergoSurvey .container:after {
      content: " ";
      display: table; }
    .ergoSurvey .container:after {
      clear: both; }
    .ergoSurvey .container form > p {
      font-weight: bold;
      font-size: 1.11111em;
      margin: 0 0 30px 0; }
    .ergoSurvey .container form .form-group {
      margin: 0 0 30px 0; }
      .ergoSurvey .container form .form-group legend {
        position: relative !important;
        display: inline-block !important;
        overflow: hidden;
        clip: none;
        margin: 0;
        padding: 0;
        left: auto;
        width: auto;
        height: auto;
        float: none;
        font-weight: bold;
        margin: 0 0 10px 0;
        font-size: 1.11111em;
        line-height: 1.375em; }
      .ergoSurvey .container form .form-group label {
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: auto;
        float: none;
        font-size: 1em; }
        .ergoSurvey .container form .form-group label.control-label {
          font-weight: bold;
          font-size: 1.11111em;
          line-height: 1.375em;
          margin: 0 0 10px 0;
          display: block; }
      .ergoSurvey .container form .form-group textarea {
        margin: 0; }
      .ergoSurvey .container form .form-group select {
        background: #FFFFFF; }
      .ergoSurvey .container form .form-group .radio {
        position: relative;
        margin: 0 0 10px 0; }
        .ergoSurvey .container form .form-group .radio label {
          padding: 0 0 0 25px;
          line-height: 1.125em; }
        .ergoSurvey .container form .form-group .radio input[type="radio"] {
          position: absolute;
          left: 0px;
          top: 0px;
          margin: 0;
          color: #01689b; }
          .ergoSurvey .container form .form-group .radio input[type="radio"]:checked {
            background-color: #b4b4b4; }
      .ergoSurvey .container form .form-group .checkbox {
        position: relative;
        margin: 0 0 10px 0; }
        .ergoSurvey .container form .form-group .checkbox label {
          padding: 0 0 0 25px;
          line-height: 1.125em; }
        .ergoSurvey .container form .form-group .checkbox input[type="checkbox"] {
          position: absolute;
          left: 0px;
          top: 1px;
          margin: 0;
          color: #01689b; }
          .ergoSurvey .container form .form-group .checkbox input[type="checkbox"]:checked {
            background-color: #b4b4b4; }

.carousselSurveyStyles {
  color: #FFFFFF;
  padding-top: 1rem; }
  .carousselSurveyStyles .body-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    position: relative; }
    .carousselSurveyStyles .body-content:before, .carousselSurveyStyles .body-content:after {
      content: " ";
      display: table; }
    .carousselSurveyStyles .body-content:after {
      clear: both; }
    .carousselSurveyStyles .body-content:before, .carousselSurveyStyles .body-content:after {
      content: " ";
      display: table; }
    .carousselSurveyStyles .body-content:after {
      clear: both; }
  .carousselSurveyStyles .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .carousselSurveyStyles .TekstvakKlein,
  .carousselSurveyStyles .TekstvakGroot,
  .carousselSurveyStyles select option {
    color: #000000; }
  .carousselSurveyStyles button[name="action:Cancel"],
  .carousselSurveyStyles button.close {
    background-color: unset; }
  .carousselSurveyStyles button.prevnextbutton,
  .carousselSurveyStyles button[name="action:Save"] {
    background-color: #f3f3f3;
    color: #01689b;
    padding: 5px 15px 5px 15px;
    margin: 0 15px 15px 0;
    float: right; }
  .carousselSurveyStyles fieldset {
    margin-bottom: 1em;
    padding-right: 26px; }
    .carousselSurveyStyles fieldset label {
      position: unset;
      display: unset;
      width: unset; }
      .carousselSurveyStyles fieldset label.control-label {
        display: block;
        margin-bottom: 0.8rem; }
  .carousselSurveyStyles legend {
    position: unset;
    display: unset;
    overflow: unset;
    width: unset;
    height: unset;
    font-weight: bold;
    margin-bottom: 0.8rem; }
  .carousselSurveyStyles input[type="checkbox"],
  .carousselSurveyStyles input[type="radio"] {
    position: unset;
    vertical-align: unset; }
  .carousselSurveyStyles label {
    position: unset;
    display: unset;
    width: unset;
    float: unset;
    margin-right: 1em; }
  .carousselSurveyStyles .radio,
  .carousselSurveyStyles .checkbox {
    display: inline-block;
    width: 100%; }
  .carousselSurveyStyles .TekstvakKlein,
  .carousselSurveyStyles .TekstvakGroot,
  .carousselSurveyStyles select {
    border-top: 0 solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3; }

/*# sourceMappingURL=sourcemaps/ergo.css.map */
