/***************************************************
 * Copyright (c) 2022, Wizer Feedback Ltd.
 * All Rights Received | https://www.getwizer.com
 ***************************************************/

.asteriskField {
  padding-left: 5px;
  color: #cc795a;
}
.rtl .asteriskField {
  padding-right: 5px;
  padding-left: 0;
}
body.wizer {
  padding-top: 66px;
}
body.white-page-content .page-content {
  width: 100%;
  min-height: calc(100vh - 125px);
  margin: 5px 0;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.modal-container,
.no-display {
  display: none;
}
nav .dropdown-toggle .icon {
  padding-right: 5px;
  padding-left: 5px;
}
.navbar-toolbar .dropdown-menu {
  min-width: 100%;
}
/* Atlassian Report a Bug Trigger */
#atlwdg-trigger {
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}
#atlwdg-trigger:hover {
  opacity: 1;
}
.iframe-modal #atlwdg-trigger {
  display: none;
}
/*************************************************/
/* Bootstrap classes */
@media (max-width: 1023px) {
  html:not(.iframe-modal) {
    width: 100%;
  }
  html:not(.iframe-modal) body,
  .landscape .report-area {
    width: 1024px !important;
    overflow-x: visible !important;
  }
  .landscape .report-area {
    position: absolute !important;
  }
}
@media (max-height: 940px) {
  html:not(.iframe-modal) {
    height: 100%;
  }
  html:not(.iframe-modal) body {
    height: 940px !important;
    overflow-y: visible !important;
  }
}
.messages-container {
  margin: 0;
  text-align: left;
  border: 0;
}
.rtl:not(.ltr-massages) .messages-container {
  text-align: right;
}
.message {
  padding: 18px 20px 18px 60px;
  margin: 15px 0;
  overflow: hidden;
  line-height: 150%;
  color: #0888c3;
  text-align: left;
  list-style: none;
  background: #ecf9ff;
  border: 1px solid #bbdbe0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px #888;
          box-shadow: 0 0 2px #888;

  direction: ltr;
}
.rtl:not(.ltr-massages) .message {
  padding: 18px 60px 18px 20px;
  text-align: right;

  direction: rtl;
}
.message p {
  float: left;
  width: 95%;
  padding: 0;
  margin: 0;
}
.rtl:not(.ltr-massages) .message p {
  float: right;
}
.message a {
  font-weight: bold;
  text-decoration: underline;
}
.message.error {
  color: rgba(255, 205, 210, .8);
  background: #ffcdd1 url('/static/img/messages/icon-cross.png') no-repeat;
  border: 1px solid #ffcdd2;
}
.message.success {
  color: #508600;
  background: #edfbd8 url('/static/img/messages/icon-tick.png') no-repeat;
  border: 1px solid #bfde84;
}
.message.debug,
.message.info {
  color: #0888c3;
  background: #ecf9ff url('/static/img/messages/icon-info.png') no-repeat;
  border: 1px solid #bbdbe0;
}
.message.warning {
  color: #666;
  background: #fefde2 url('/static/img/messages/icon-warning.png') no-repeat;
  border: 1px solid #e5e181;
}
.message.error,
.message.success,
.message.debug,
.message.info,
.message.warning {
  background-position: 10px 13px;
}
.rtl:not(.ltr-massages) .message.error,
.rtl:not(.ltr-massages) .message.success,
.rtl:not(.ltr-massages) .message.debug,
.rtl:not(.ltr-massages) .message.info,
.rtl:not(.ltr-massages) .message.warning {
  background-position: right 10px top 13px;
}
.message ul.errorlist {
  list-style: none;
}
.message .close {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  cursor: pointer;
  background: url('/static/img/messages/close.png') 0 0 no-repeat;
  opacity: .7;
}
.rtl:not(.ltr-massages) .message .close {
  float: left;
}
.message .close.hover,
.message .close:hover {
  opacity: 1;
}
.iframe-modal,
.iframe-modal body {
  height: auto;
}
.iframe-modal body {
  padding: 0 10px !important;
  background: #fff;

  direction: ltr;
}
.iframe-modal .modal-dialog {
  width: auto;
  margin: 0;
}
.iframe-modal .modal-header {
  color: #4f8dc6;
  border-bottom: 1px solid #bbcfe1;
}
.iframe-modal .modal-footer {
  padding: 20px;
  border-top: 1px solid #bbcfe1;
}
.endless_container {
  min-height: 70px;
  padding: 10px;
  text-align: center;
}
.endless_container .endless_loading {
  padding: 10px;
  text-align: center;
}
.pagination-container {
  margin: 20px;
  text-align: center;
}
.panel-body h2 {
  padding: 20px;
  margin-top: 14px;
  border-bottom: 1px solid #64b5f6;
}
.panel-footer.single-action {
  padding: 0;
}
.panel-footer.single-action > .btn {
  border: 0;
  border-radius: 0;
}
.styled-form .question {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
  clear: both;
}
.styled-form label,
.styled-form .field-title {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  color: #333;
}
.styled-form .help-text {
  display: block;
  clear: both;
  font-size: 14px;
  font-style: italic;
  color: #878787;
}
.styled-form ul,
.styled-form ul li {
  list-style: none;
}
.styled-form .asteriskField {
  font-size: 150%;
  font-weight: bold;
  color: #fa0000;
}
.styled-form input[type="text"] {
  display: block;
  width: 400px;
  padding: 6px 10px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.styled-form input[type="text"].other {
  display: inline-block;
  width: 200px;
  padding: 6px 10px;
  margin: 0 10px 0 0;
  vertical-align: top;
  border: 1px solid #ddd;
}
.styled-form textarea {
  width: 880px;
  height: 150px;
  padding: 10px;
  margin-bottom: 5px;
  overflow: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.styled-form select {
  display: block;
  width: 300px;
  height: 40px;
  padding: 8px;
  margin: 5px 0;
  overflow: hidden;
  line-height: 10px;
  vertical-align: top !important;
  background-clip: content-box;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.styled-form .crtl-container {
  margin: 2px 10px 0 0;
}
.styled-form .crtl-container label {
  padding-top: 4px;
  vertical-align: top;
}
.styled-form label.mandatory:after {
  font-size: 150%;
  font-weight: bold;
  color: #f00;
  content: '*';
}
.styled-form .singlechoicewithotherfield[type="text"] {
  display: inline;
  width: 280px;
  padding: 5px 7px;
  margin: 0 10px;
}
.tenant-bar .company-logo img {
  max-width: 100% !important;
  max-height: 200px;
}
.tenant-bar .counters-widget {
  background: #edc849;
}
.tenant-bar .counters-widget .counter {
  color: #444;
}
.tenant-bar .counters-widget .vertical-divider {
  display: block;
  padding: 10% 0;
  margin-top: 10%;
  border-left: 1px solid #666;
}
.rtl .tenant-bar .counters-widget .vertical-divider {
  border-right: 1px solid #666;
  border-left: 0;
}
.tenant-bar .company-info {
  position: relative;
  padding: 25px 0 5px 0;
}
.tenant-bar .company-info h4 {
  margin: 20px;
}
.tenant-bar .company-info .btn-container {
  position: absolute;
  top: 20px;
  right: 15px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s, visibility 0s ease .3s;
       -o-transition: opacity .3s ease 0s, visibility 0s ease .3s;
          transition: opacity .3s ease 0s, visibility 0s ease .3s;
}
.rtl .tenant-bar .company-info .btn-container {
  right: 0;
  left: 15px;
}
.tenant-bar .company-info:hover .btn-container {
  display: block;
  opacity: 1;
}
.error-pages .error-mark {
  margin-bottom: 33px;
}
.error-pages header h1 {
  font-size: 10em;
  font-weight: 400;
}
.error-pages header p {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.error-pages h2 {
  margin-bottom: 30px;
}
.error-pages .error-advise {
  margin-bottom: 25px;
  color: #a9afb5;
}
.login-wizer {
  padding-top: 0 !important;
  background-color: white !important;
}
.alert {
  width: 372px;
}
.login-info-footer-element {
  color: #a9adb9;
  text-align: center;
}
.login-info-footer-element a {
  color: #a9adb9;
}
@media screen and (min-width: 768px) {
  html:not(.iframe-modal) body.login-wizer {
    overflow: hidden !important;
  }
}
.divider-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
.right-side {
  height: 92%;
  margin-top: 34px;
  background-color: #f7f4ec;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.left-side {
  height: 100vh;
  background: white;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 450px;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.content nav {
  background: white;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.content .login-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;

  -webkit-box-flex: 8;
  -ms-flex: 8;
      flex: 8;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-size: 12px;
  color: #a9adb9;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.form-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.login-page-copyright {
  margin-top: 0;
}
.content .footer-links > li {
  text-align: center;
  background-color: #fff;
  border-left: 1px solid #dedee4;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.content .footer-links > li:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .divider {
        flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
  }
  .right-side {
    width: 80%;
    height: 80%;
    margin-top: 04px;
    background-color: white;
    background-image: url('/static/img/logo_wizer_mobile.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }
  .wizer-image-login img {
    visibility: hidden;
  }
  .divider {
    height: 100%;
  }
  .content .footer-links > li:nth-child(3) {
    border-left: none;
  }
  .form-header {
    margin-top: 25px;
  }
  .content .footer-links {
    text-align: center;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .footer-links > li {
    padding: 5px;

    -webkit-box-flex: 50%;
    -ms-flex: 50%;
        flex: 50%;
  }
  .panel {
    margin-bottom: 0;
  }
}
.login-images-container {
  position: relative;
  float: right;
  width: 719px;
  height: 629px;
  margin-top: 35px;
  overflow: hidden;
  background: #f7f4ec;
}
.login-image-background {
  position: absolute;
  top: 71px;
  right: 18px;
}
.login-image-logo {
  position: absolute;
  top: 122px;
  right: 34px;
  overflow: hidden;
}
#div_id_username label {
  color: #26386c;
}
#div_id_username #id_username {
  width: 372px;
  height: 55px;
  border-radius: 9px;
}
#div_id_password label {
  color: #26386c;
}
#div_id_password #id_password {
  width: 372px;
  height: 55px;
  border-radius: 9px;
}
.sign-in-button {
  width: 372px;
  height: 46px;
  margin-bottom: 24px;
  background-color: #006fe8;
  border-radius: 8px;
}
.forgot-password-btn {
  width: 372px;
  margin-bottom: 35px;
  text-align: center;
}
.forgot-password-btn a {
  color: #26386c;
}
.login:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -o-linear-gradient(359.99deg, #393c98 .01%, #8b4c9e 68.14%, #b1578e 83.16%, #c16487 99.47%);
  background:    linear-gradient(90.01deg, #393c98 .01%, #8b4c9e 68.14%, #b1578e 83.16%, #c16487 99.47%);
  background-position: center top;
  background-size: cover;
}
.login .brand {
  margin-bottom: 50px;
}
.login .brand-img {
  max-height: 70px;
}
.login .panel {
  width: 450px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
}
.login .panel .panel-body {
  padding: 5px 35px 20px;
}
.login .panel .panel-body ::-webkit-input-placeholder {
  font-size: 13px;
  /* Chrome/Opera/Safari */
  color: #c2c5cf;
}
.login .panel .panel-body ::-moz-placeholder {
  font-size: 13px;
  /* Firefox 19+ */
  color: #c2c5cf;
}
.login .panel .panel-body :-ms-input-placeholder {
  font-size: 13px;
  /* IE 10+ */
  color: #c2c5cf;
}
.login .panel .panel-body :-moz-placeholder {
  font-size: 13px;
  /* Firefox 18- */
  color: #c2c5cf;
}
.login form {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.login form .ladda-label {
  font-family: Open Sans, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}
.login form label {
  width: 100%;
  color: #354052;
  text-align: left;
}
.rtl .login form label {
  text-align: right;
}
.login form .asteriskField {
  display: none;
}
.login form input {
  border-radius: 10px;

  direction: ltr;
}
.login form .btn-primary {
  padding: 5px 18px;
  background: #2dbff0;
  border-color: unset;
  border-radius: 8px;
}
.login form .btn-primary:hover {
  background: #10afe4;
  border-color: unset;
}
.login .help-block ul {
  padding-left: 20px;
  margin-left: 0;
  font-size: 12px;
  text-align: left;
  list-style: circle;
}
.rtl .login .help-block ul {
  padding-right: 20px;
  padding-left: 0;
  margin-right: 0;
  text-align: right;
}
.login #password-reset-form .control-label {
  display: none;
}
.login .alert {
  text-align: left;
}
.login .alert > ul {
  padding: 0;
  list-style: none;
}
.rtl .login .alert {
  text-align: right;
}
.login .page-copyright {
  margin-top: 15px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  letter-spacing: 0;
  opacity: .6;
}
.login .info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  margin: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  opacity: .8;
}
.login .info-footer .info-footer-element {
  margin: 0 5px 0 5px;
  color: #fff;
}
.login .info-footer .info-footer-element:hover {
  color: #fff;
  opacity: unset;
}
.login .info-footer .first-elem {
  margin-left: unset;
  color: #e3e4e8;
}
.login .info-footer .divider {
  color: #e3e4e8;
}
.login .info-footer .powered-by {
  margin: 0 0 11px 15px;
  font-weight: 700;
  color: #e3e4e8;
}
.login .info-footer .powered-by:hover {
  color: #fff;
}
.login .info-footer .powered-by .info-footer-element:hover {
  text-decoration: unset;
}
@media (max-width: 767.9px) {
  html:not(.iframe-modal) body.login-wizer {
    width: 100% !important;
  }
  .login-container {
        flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
  }
  .login-wizer-image {
    margin-left: 0;
  }
  .login-images-container,
  .login-image-logo,
  #id_username,
  #id_password {
    width: 100%;
  }
  .footer-links-login {
        flex-direction: column !important;

    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
  }
  .side .right {
    display: block !important;
    width: 100% !important;
    height: 200px !important;
  }
}
@media (max-width: 480px) {
  .login .page-content {
    padding: 30px 20px;
  }
  .login .panel {
    width: auto;
    padding: 10px;
    margin: auto;
  }
  .login .panel .panel-body {
    padding: 35px 25px 35px;
  }
}
.news-feed .list-group-item {
  padding: 20px 25px;
}
.news-feed .media-heading {
  position: relative;
  margin-bottom: 10px;
}
.news-feed .media-heading .timestamp {
  position: absolute;
  top: 5px;
  font-size: 12px;
  line-height: 1;
  color: #757575;
}
.ltr .news-feed .media-heading .timestamp {
  right: 0;
  padding-left: 20px;
}
.rtl .news-feed .media-heading .timestamp {
  left: 0;
  padding-right: 20px;
}
.news-feed .media-heading .name {
  display: inline-block;
  margin-right: 85px;
  line-height: 1.5;
}
.rtl .news-feed .media-heading .name {
  margin-right: inherit;
  margin-left: 85px;
}
.notifications.dropdown {
  position: relative;
}
.notifications.dropdown .badge.badge-danger.up {
  position: absolute;
  top: 36px;
  left: 16px;
  margin: 0;
  border-radius: 15px;
}
.notifications .list-group-item {
  position: relative;
  padding: 0;
  border-top: 1px solid #e0e0e0;
  border-radius: 0;
}
.notifications .list-group-item a.notice {
  z-index: 1;
  display: block;
  padding-right: 40px;
  color: #555;
  text-decoration: none;
  opacity: .7;
  -webkit-transition: background ease-in-out .1s, opacity ease-in-out .1s;
       -o-transition: background ease-in-out .1s, opacity ease-in-out .1s;
          transition: background ease-in-out .1s, opacity ease-in-out .1s;
}
.notifications .list-group-item a.notice:hover {
  color: #333;
  text-decoration: none;
  opacity: 1;
}
.notifications .list-group-item a.notice:hover img {
  opacity: 1;
}
.notifications .list-group-item .btn-mark-read {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  display: none;
  text-align: center;
}
.notifications .list-group-item .btn-mark-read .icon {
  margin: 0;
}
.notifications .list-group-item .btn-mark-read a[data-loading] {
  background: #a5d6a7;
}
.notifications .list-group-item.unread a.notice {
  background: #f9f9f9;
  opacity: 1;
}
.notifications .list-group-item.unread a.notice:hover {
  background: #ededed;
}
.notifications .list-group-item.unread .btn-mark-read {
  display: block;
}
.notifications .list-group-item.unread .btn-mark-read a:hover {
  color: #4caf50;
}
.notifications .list-group-item.unread .media .media-left img {
  opacity: 1;
}
.notifications .list-group-item .media {
  border: none !important;
}
.notifications .list-group-item .media .media-left {
  padding: 5px 10px;
}
.notifications .list-group-item .media .media-left img {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 2px;
  opacity: .6;
}
.notifications .list-group-item .media .media-body {
  padding: 5px 0;
  font-size: 14px;
}
.notifications .list-group-item .media .media-body strong,
.notifications .list-group-item .media .media-body b {
  font-weight: 600;
}
.notifications .list-group-item .media .media-body .timestamp {
  font-size: 12px;
  line-height: 1;
  color: #757575;
}
.notifications .dropdown-menu .list-group-item .media {
  padding: 5px 0;
}
.notifications .dropdown-menu .list-group-item .media .media-body {
  font-size: 13px;
}
.notifications .dropdown-menu .list-group-item .media .media-body .timestamp {
  font-size: 11px;
}
.settings *:not(.fa):not(.icon):not([class^="material-icons"]) {
  font-family: 'Open Sans', sans-serif;
}
.settings .site-footer {
  background: #e3e3e3;
}
.settings .site-footer * {
  color: #233a7a;
}
.settings .page-aside .list-group-item.active {
  background: #00a8e1;
}
.settings .page-aside-title {
  padding: 10px 30px 30px;
  margin: 10px 0 10px;
  border-bottom: 1px solid #ddd;
}
.settings .page-aside-title .user-name {
  position: absolute;
  margin-top: 12px;
  margin-left: 10px;
}
.rtl .settings .page-aside-title .user-name {
  margin-right: 10px;
  margin-left: 0;
}
.settings .page-main header {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 50px;
  border-bottom: 3px solid #e3e4ec;
}
.settings .page-main header h3 {
  float: left;
  margin-bottom: 10px;
  font-size: 22px;
  color: #2d9cdb;
}
.settings .page-main header h3 img {
  vertical-align: bottom;
}
.settings .page-main header .brand-label {
  float: right;
  height: 80px;
  margin-top: -25px;
}
.settings .page-main header .brand-label img {
  height: 80px;
}
.settings .page-main .users-table {
  margin-bottom: 60px;
}
.settings .page-main .users-table td,
.settings .page-main .users-table th {
  padding: 8px 2px;
}
.settings .page-main .users-table td .media .media-body {
  vertical-align: middle;
}
.settings .page-main .users-table .edit-permissions-cell,
.settings .page-main .users-table .user-role-cell {
  text-align: center;
}
.settings .page-main .users-table .avatar {
  width: 35px;
}
.settings .page-main .users-table .action-icon {
  font-size: 20px;
  vertical-align: bottom;
}
.settings .page-main .users-table .action-icon.wrench-icon {
  font-size: 16px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.settings .page-main .users-table .col-md-1 {
  width: 1px;
}
.settings .page-main .users-table .btn {
  border-radius: 8px;
}
.settings .page-main .users-table .btn-resend {
  background: #eeeff3;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.settings .page-main .users-table .btn-resend:hover {
  background: #dedee2;
}
.settings .page-main .users-table .pending-invites-title-row + tr > td {
  padding-top: 20px !important;
}
.settings .page-main .users-table .pending-invites-title {
  padding-top: 40px;
  border-bottom: 3px solid #e3e4ec;
}
.settings .page-main .users-table .pending-invites-title .material-icons {
  color: #878b97;
  vertical-align: bottom;
}
.settings .page-main .users-table .pending-invites-title .pending-invites-label {
  font-size: 14px;
  font-weight: bold;
  color: #354052;
}
.settings .page-main h4 {
  padding: 20px 0;
  font-size: 14px;
  font-weight: bold;
}
.settings .page-main h4 .icon {
  margin-right: .1em;
  font-size: 26px;
  color: #878b97;
  vertical-align: sub;
}
.settings .page-main .invite-form {
  padding-right: 20px;
}
.settings .page-main .invite-form h4 {
  padding: 0 0 5px;
  margin-top: 0;
  margin-bottom: 50px;
  border-bottom: 3px solid #e3e4ec;
}
.settings .page-main .invite-form .btn {
  font-size: 14px;
  background: #00a8e1;
}
.settings .page-main .invitation-form {
  width: 80%;
}
.settings .page-main .account-permissions {
  background: #f2f3f6;
  border-radius: 10px;
}
.settings .page-main .account-permissions h4 {
  margin-top: 2px;
  margin-bottom: 65px;
}
.settings .page-main .account-permissions h4 .icon {
  -webkit-transform: rotate(320deg);
      -ms-transform: rotate(320deg);
          transform: rotate(320deg);
}
.settings .page-main .account-permissions table {
  margin-bottom: 34px;
}
.settings .page-main .account-permissions table thead tr {
  background: #e3e4ec;
}
.settings .page-main .account-permissions table thead tr th {
  padding: 8px 12px;
  color: #626a82;
  text-align: left;
}
.settings .page-main .account-permissions table .icon {
  font-size: 18px;
  color: #27ae60;
}
.settings .help-aside .alert-alt.alert-info {
  border-color: #8eb9dc;
}
.rtl .settings .help-aside .alert-alt.alert-info {
  border-right: 3px solid #8eb9dc;
  border-left: none;
}
.settings .help-aside .alert-alt.alert-info ul li {
  padding-bottom: 6px;
  line-height: 1.4;
}
.settings .table > thead > tr > th {
  font-size: 12px;
  font-weight: bold;
  color: #a9adb9;
  text-align: center;
}
.settings .table > tbody > tr > th,
.settings .table > tbody > tr > td {
  padding: 8px 12px;
  vertical-align: middle;
}
.settings .table > tbody > tr > th a,
.settings .table > tbody > tr > td a {
  color: #2d9cdb;
}
.settings .table > tbody > tr > th a.regular-color,
.settings .table > tbody > tr > td a.regular-color {
  color: #757575;
}
.settings.user-profile .page-aside .list-group-item.active {
  color: #757575;
  background: #f5f5f5;
}
.settings.user-profile .page-aside .list-group-item.active > .icon {
  color: #757575;
}
.settings.user-profile .page-aside .list-group-item.active:hover,
.settings.user-profile .page-aside .list-group-item.active:focus {
  color: #2196f3;
  background-color: #eee;
  border: none;
}
.settings.user-profile .page-aside .list-group-item.active:hover > .icon,
.settings.user-profile .page-aside .list-group-item.active:focus > .icon {
  color: #2196f3;
}
.support .panel-body .form-vertical {
  max-width: 800px;
  margin: 50px;
}
.support .panel-body .form-vertical .control-label {
  margin-top: 10px;
  font-weight: bold;
}
.support .panel-body .form-vertical .radio {
  margin-left: 10px;
}
.rtl .support .panel-body .form-vertical .radio {
  margin-right: 10px;
  margin-left: 0;
}
.support .panel-body .form-horizontal {
  max-width: 800px;
  margin: 50px;
}
.dashboard .first-time-user {
  height: 100%;
  margin: 100px auto 300px;
  text-align: center;
}
.dashboard .first-time-user h1 {
  margin: 50px 10px;
  font-size: 22px;
  border: 0;
}
.dashboard .page-content {
  margin-bottom: 100px;
}
.dashboard .brief2-container {
  width: 70%;
  margin: auto;
}
.dashboard .brief2-container .wizard2-brief {
  position: relative;
  min-height: 515px;
  padding: 0 15px 15px 20px;
  margin-right: 5px;
  background-color: #fafafa;
}
.dashboard .brief2-container .wizard2-brief .sub-item {
  padding-left: 10px;
}
.dashboard .brief2-container .wizard2-brief .inner-sub-item {
  padding-left: 20px;
}
.dashboard .brief2-container .wizard2-brief h4 {
  padding: 35px 0;
  margin-top: 0;
  font-weight: 600;
}
.dashboard .brief2-container .wizard2-brief h6 {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
}
.dashboard .brief2-container .wizard2-brief ul {
  padding-left: 25px;
}
.dashboard .brief2-container .wizard2-brief ul li {
  list-style: inherit;
}
.dashboard .brief2-container .wizard2-brief ul h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container {
  margin: 0 -15px 0 -20px;
  color: #fff;
  text-align: center;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .price-tti-box {
  width: 49.8%;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .price-tti-box-header {
  color: #0078a9;
  background-color: #99defa;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .price-tti-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: white;
  border: #99defa .9px solid;

  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .tti-box {
  margin: 4px;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 10px;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .tti-box:hover {
  border: 1px solid #2d9cdb;
  -webkit-box-shadow: 0 0 3px #2d9cdb;
          box-shadow: 0 0 3px #2d9cdb;
}
.dashboard .brief2-container .wizard2-brief .price-tti-container .tti-box.selected {
  border: 1px solid #2d9cdb;
  -webkit-box-shadow: 0 0 3px #2d9cdb;
          box-shadow: 0 0 3px #2d9cdb;
}
.dashboard .actions .btn-labeled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  margin-bottom: 20px;

  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.rtl .dashboard .actions .btn-labeled {
  padding-left: 0;
}
.dashboard .actions .btn-labeled .btn-label {
  padding: 10px;
  margin: 0;
}
.dashboard .actions .btn-labeled .btn-label i {
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.rtl .dashboard .actions .btn-labeled .btn-label {
  margin-right: 0;
  margin-left: 0;
}
.dashboard .actions .btn-labeled .btn-text {
  margin: 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.rtl .dashboard .actions .btn-labeled .btn-text {
  text-align: right;
}
.dashboard .actions .btn-labeled .btn-text small {
  font-size: 80%;
  font-weight: normal;
  color: #ddd;
}
@media (min-width: 1200px) {
  .dashboard .actions .btn-labeled .btn-label {
    padding: 15px;
  }
  .dashboard .actions .btn-labeled .btn-text {
    padding-top: 6px;
    font-size: 18px;
  }
}
.rtl .dashboard .actions .btn-labeled {
  padding-right: 0;
  padding-left: 14px;
}
.dashboard .surveys-header {
  padding: 5px 15px 5px 25px;
  margin-bottom: 8px;
}
.dashboard .surveys-header h2 {
  margin: 10px 0;
  font-size: 18px;
}
.dashboard .surveys-header .navbar-toolbar .dropdown {
  border-right: 1px solid #eee;
}
.dashboard .surveys-header .navbar-toolbar .dropdown .icon {
  margin-left: 10px;
}
.rtl .dashboard .surveys-header .navbar-toolbar .dropdown .icon {
  margin-right: 10px;
  margin-left: 0;
}
.rtl .dashboard .surveys-header .navbar-toolbar .dropdown .icon {
  border-right: 0;
  border-left: 1px solid #eee;
}
.dashboard .surveys-header .navbar-toolbar > li > a {
  padding: 10px 25px;
}
.dashboard .surveys-header .navbar-toolbar > li > a:hover,
.dashboard .surveys-header .navbar-toolbar > li > a:focus,
.dashboard .surveys-header .navbar-toolbar > li > a.active {
  background: #f5f5f5;
}
.dashboard .gray-out {
  pointer-events: none;
}
.dashboard .ribbon-warning .ribbon-inner {
  background-color: #edc849;
}
.dashboard .survey-box {
  position: relative;
  margin-bottom: 8px;
  border: 1px solid #eee;
  -webkit-transition: border .1s linear, background-color .1s linear;
       -o-transition: border .1s linear, background-color .1s linear;
          transition: border .1s linear, background-color .1s linear;
}
.dashboard .survey-box .btn-admin {
  display: none;
  margin-left: 10px;
}
.rtl .dashboard .survey-box .btn-admin {
  margin-right: 10px;
  margin-left: 0;
}
.dashboard .survey-box:hover {
  background-color: #e3f2fd;
  border-color: #bbdefb;
}
.dashboard .survey-box:hover .btn-admin {
  display: inline-block;
}
.dashboard .survey-box .survey-desc {
  position: relative;
  float: left;
  width: 60%;
  border-right: 1px solid #eee;
}
.dashboard .survey-box .survey-desc > div {
  padding: 15px 25px;
}
.dashboard .survey-box .survey-desc > div:first-child {
  border-bottom: 1px solid #eee;
}
.dashboard .survey-box .survey-desc .desc-title {
  float: left;
  width: 100%;
}
.dashboard .survey-box .survey-desc .desc-title .date {
  height: 20px;
  font-size: 13px;
  color: #4e9cda;
}
.dashboard .survey-box .survey-desc .desc-title .title-box {
  position: relative;
}
.dashboard .survey-box .survey-desc .desc-title h3 {
  display: inline-block;
  margin: 8px 0;
  font-size: 20px;
  color: #1c80cf;
}
.rtl .dashboard .survey-box .survey-desc .desc-title {
  float: right;
}
.dashboard .survey-box .survey-desc .desc-title .edit-title-box {
  position: absolute;
  top: 0;
  right: 0;
}
.dashboard .survey-box .survey-desc .desc-title .edit-title-box .edit-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 5px;
  overflow: hidden;
  vertical-align: super;
}
.rtl .dashboard .survey-box .survey-desc .desc-title .edit-title-box .edit-title {
  margin-right: 5px;
  margin-left: 0;
}
.dashboard .survey-box .survey-desc .desc-avatar {
  float: right;
  padding-top: 12px;
  padding-right: 15px;
  text-align: right;
}
.rtl .dashboard .survey-box .survey-desc .desc-avatar {
  float: left;
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
.dashboard .survey-box .survey-desc .desc-item h4 {
  margin: 0;
  font-size: 17px;
}
.dashboard .survey-box .survey-desc .desc-item h4 .icon {
  color: #888;
}
.dashboard .survey-box .survey-desc .desc-item .topic-box p {
  margin-top: 5px;
  margin-left: 26px;
  font-size: 14px;
}
.rtl .dashboard .survey-box .survey-desc .desc-item .topic-box p {
  margin-right: 26px;
  margin-left: 0;
}
.dashboard .survey-box .survey-desc .desc-item .show-brief-btn {
  color: #757575;
}
.rtl .dashboard .survey-box .survey-desc {
  float: right;
}
.dashboard .survey-box .survey-status {
  position: relative;
  float: left;
  width: 40%;
  padding: 25px;
}
.dashboard .survey-box .survey-status .icon.fa-square {
  color: #ff9800;
}
.dashboard .survey-box .survey-status .btn-success {
  width: 140px;
  margin-top: 5px;
}
.rtl .dashboard .survey-box .survey-status {
  float: right;
  border-right: 0;
  border-left: 1px solid #eee;
}
.rtl .dashboard .survey-box .ribbon.ribbon-badge.ribbon-success.ribbon-reverse,
.rtl .dashboard .survey-box .ribbon.ribbon-badge.ribbon-warning.ribbon-reverse {
  right: auto;
  left: -2px;
}
.rtl .dashboard .survey-box .ribbon.ribbon-badge.ribbon-success.ribbon-reverse .ribbon-inner,
.rtl .dashboard .survey-box .ribbon.ribbon-badge.ribbon-warning.ribbon-reverse .ribbon-inner {
  right: auto;
  left: -40px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
.modal-rtl {
  direction: rtl !important;
}
.dashboard .survey-actions {
  display: block;
  width: 100%;
}
.dashboard .survey-actions .btn-group-justified > .btn-group .btn {
  padding-right: 0;
  padding-left: 0;
  color: #bbb;
  text-shadow: none;
  background-color: rgba(238, 238, 238, .3);
  border: none;
  border-top: 1px solid #eee;
  border-radius: 0;
}
.dashboard .survey-actions:hover .btn-group-justified > .btn-group .btn {
  color: #fff;
  background-color: #42a5f5;
}
.dashboard .survey-actions:hover .btn-group-justified > .btn-group .btn:hover,
.dashboard .survey-actions:hover .btn-group-justified > .btn-group .btn:active {
  background-color: #1e88e5;
}
.rtl .dashboard .btn-group .dropdown-menu > li > a {
  padding: 6px 15px 6px 40px;
}
.rtl .dashboard .dropdown-menu li .icon:first-child,
.rtl .dashboard .dropdown-menu li > a .icon:first-child {
  margin-right: 0;
  margin-left: .5em;
}
.dashboard .alertify .dialog .msg {
  font-weight: bold;
  color: red;
}
.dashboard #searchform .sort-btn:hover {
  border: solid 1px #1cabdc;
}
.dashboard #searchform .sort-btn.active {
  font-weight: bold;
  border: solid 2px #1cabdc;
}
.wizard {
  /************* update header ************************/
  /* select survey theme &&&&& */
}
.wizard .page-content {
  padding: 0;
}
.wizard .wizard-progress {
  padding: 40px 10%;
  margin: 0 auto 30px;
  background: #f4fafd;
  border: 1px solid #f3f4f5;
}
.wizard h1 {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.5;
}
.wizard h1 span {
  color: #1565c0;
}
.wizard h2 {
  font-size: 18px;
}
.wizard .form-container {
  width: 75%;
  margin: 20px auto;
}
.wizard .form-actions {
  padding: 25px;
  margin: 40px 0;
  border-top: 1px solid #ddd;
}
.wizard .page-content-area {
  min-height: 800px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.rtl .wizard .page-content-area .pearl:after {
  right: inherit;
  left: 0;
}
.rtl .wizard .page-content-area .pearl:before {
  right: 0;
  left: inherit;
}
.wizard .wizard-page-content {
  padding: 0;
  margin: 10px 70px;
}
.wizard .wizard-page-content > ul {
  padding: 0;
  margin: 0;
}
.wizard a.back-button {
  float: right;
  font-size: 17px;
  color: #9e0b0f;
}
.rtl .wizard a.back-button {
  float: left;
}
.wizard .wizard-question-wrapper {
  margin: 10px 0;
}
.wizard .wizard-question-wrapper + .wizard .wizard-question-wrapper {
  margin: 70px 0 0;
}
.wizard .wizard-question-wrapper.error {
  border: 1px solid #ffcdd2;
  border-radius: 5px;
}
.wizard .wizard-question-wrapper.error .wizard-question {
  padding: 9px;
}
.wizard .wizard-question-wrapper .errors {
  padding: 10px;
  color: #f44336;
  list-style: none;
  background: rgba(255, 205, 210, .8);
  border-bottom: 1px solid #ffcdd2;
  border-radius: 5px 5px 0 0;
}
.wizard .wizard-question-wrapper .wizard-question {
  padding: 10px;
}
.wizard .wizard-question-wrapper .wizard-question ul {
  list-style: none;
}
.wizard .update-styling label {
  display: inline-block;
  margin-left: 10px;
}
.wizard .select-open-page-color {
  display: inline-block;
}
.wizard .select-open-page-file {
  display: inline-block;
  margin-right: 50px;
}
.wizard .select-open-page-file input {
  padding: 13px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard .open-page-text textarea {
  width: 880px;
  padding: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard .update-close-page {
  margin-top: 40px;
}
.wizard .update-header h2 {
  margin-bottom: 20px;
}
.wizard .survey-preview-with-header {
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard .input-header-title-widget,
.wizard .input-header-sub-title-widget {
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  border: dashed 1px #bbb;
}
.rtl .wizard .input-header-title-widget,
.rtl .wizard .input-header-sub-title-widget {
  padding: 5px 20px 5px 5px;
}
.wizard .input-header-title-widget input,
.wizard .input-header-sub-title-widget input {
  width: 570px;
  border: none;
}
.wizard .input-header-sub-title-widget input {
  padding-top: 7px;
  font-size: 18px;
  color: #bbb;
}
.wizard .input-header-title-widget input {
  padding-top: 7px;
  font-size: 20px;
  font-weight: normal;
  color: #bbb;
}
.wizard .survey-header-right {
  float: left;
  width: 680px;
}
.rtl .wizard .survey-header-right {
  float: right;
}
.wizard .input-header-left {
  float: left;
  width: 200px;
  padding-top: 51px;
  padding-bottom: 45px;
  margin-left: 10px;
  font-size: 20px;
  color: #bbb;
  text-align: center;
  border: dashed 1px #bbb;
}
.rtl .wizard .input-header-left {
  float: right;
  margin-right: 10px;
  margin-left: 0;
}
.wizard .survey-preview {
  height: 400px;
  padding-top: 50px;
  padding-right: 30px;
  clear: both;
  font-size: 40px;
  color: #ddd;
}
.wizard .select-survey-theme {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wizard .select-survey-theme h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.wizard .select-survey-theme .next-button {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 90px;
  overflow: hidden;
  text-indent: -9999px;
  background: #3b93cc;
}
.wizard .prev-button:hover,
.wizard .next-button:hover {
  background: #0072bc;
}
.wizard .with-border {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard h3.preview-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.wizard-ph1-0 h1 {
  padding: 5px;
  margin-top: 0;
  font-size: 20px;
}
.wizard-ph1-0 .topic-selection-list {
  padding: 0;
}
.wizard-ph1-0 .topic-selection-list li {
  display: inline-block;
  width: 120px;
  padding-bottom: 10px;
  margin: 0 2px;
  text-align: center;
  vertical-align: top;
  list-style: none;
  cursor: pointer;
}
.wizard-ph1-0 .topic-selection-list li a {
  height: 160px;
  margin-bottom: 0;
  font-size: 16px;
  color: #555;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph1-0 .topic-selection-list li a:active,
.wizard-ph1-0 .topic-selection-list li a:hover {
  border-color: #1e88e5;
}
.wizard-ph1-0 .topic-selection-list li.active a {
  background-color: #e3f2fd;
  border-color: #1e88e5;
}
.wizard-ph1-0 .select-options {
  padding: 0;
  margin: 0;
}
.wizard-ph1-0 .select-options li {
  font-size: 15px;
  color: #555;
  list-style: none;
  cursor: pointer;
}
.wizard-ph1-0 .select-options li > div {
  padding: 5px 0;
}
.wizard-ph1-0 .select-options li .fa {
  padding: 0 15px;
}
.wizard-ph1-0 .select-options li.active > div,
.wizard-ph1-0 .select-options li:active > div,
.wizard-ph1-0 .select-options li:hover > div {
  color: #1e88e5;
  background: #e3f2fd;
}
.wizard-ph1-0 .select-options li.active > div {
  color: #1565c0;
}
.wizard-ph1-0 .select-options li.active > div .fa:before {
  content: "\f05d";
}
.wizard-ph1-0 .select-widget .disable {
  display: none;
}
.wizard-ph1-1 h1 {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.wizard-ph1-1 .insight-popover-content {
  width: 350px;
  padding: 10px 10px 20px 10px;
}
.wizard-ph1-1 .insight-popover-content p {
  padding-top: 10px;
}
.wizard-ph1-1 .media {
  margin-bottom: 20px;
}
.wizard-ph1-1 .media h2 {
  padding: 5px 0;
  font-size: 18px;
  color: #1976d2;
}
.wizard-ph1-1 .study-list > li {
  float: left;
  width: 33%;
  margin: 0;
  list-style: none;
}
.rtl .wizard-ph1-1 .study-list > li {
  float: right;
}
.wizard-ph1-1 .study-list > li .graph-image {
  position: relative;
  display: block;
  margin-top: 10px;
}
.wizard-ph1-1 .study-list .insight-container {
  display: inline-block;
  width: 300px;
  height: 115px;
  padding: 5px 20px;
}
.wizard-ph1-1 .study-list.study-options {
  position: relative;
  right: -5px;
  padding-right: 5px;
}
.wizard-ph1-1 .study-list.study-options label {
  position: relative;
}
.wizard-ph1-1 .study-list.study-options label .fmCheckbox {
  position: absolute;
  top: 10px;
}
.ltr .wizard-ph1-1 .study-list.study-options label .fmCheckbox {
  right: 10px;
}
.rtl .wizard-ph1-1 .study-list.study-options label .fmCheckbox {
  left: 10px;
}
.wizard-ph1-1 .study-list.study-options input[type=checkbox] {
  display: none;
}
.wizard-ph1-1 .study-list.study-options .insight-container {
  height: 145px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph1-1 .study-list.study-options .insight-container:hover {
  border: 1px solid #ffffbe;
  -webkit-box-shadow: 0 0 3px #0072bc;
          box-shadow: 0 0 3px #0072bc;
}
.wizard-ph1-1 .study-list.study-options .insight-container h2 {
  color: #5b5b5b;
}
.wizard-ph1-1 .study-list.study-options .insight-container:hover,
.wizard-ph1-1 .study-list.study-options li.selected .insight-container {
  border: 1px solid #7bc1ee;
  -webkit-box-shadow: 0 0 3px #0072bc;
          box-shadow: 0 0 3px #0072bc;
}
.wizard-ph1-1 .study-list.study-options .insight-container:hover h2,
.wizard-ph1-1 .study-list.study-options li.selected .insight-container h2 {
  color: #0072bc;
}
.wizard-ph1-1 .study-list h2 {
  font-size: 17px;
  color: #0072bc;
}
.wizard-ph1-1 .study-list p {
  overflow: hidden;
  line-height: 150%;
}
.wizard-ph1-1 .study-list .study-list-description {
  display: inline-block;
  width: 175px;
  min-height: 47px;
  margin-right: 10px;
  margin-left: 10px;
}
.wizard-ph1-1 .study-list .study-list-description h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #4676a2;
}
.wizard-ph1-1 .study-list .study-list-description a {
  color: #5b5b5b;
  text-decoration: none;
}
.wizard-ph1-1 .study-list .study-list-description a:hover {
  text-decoration: underline;
}
.wizard-ph1-1 .insight-popover > p {
  max-width: 300px;
  margin: 12px 5px 12px 55px;
}
.rtl .wizard-ph1-1 .insight-popover > p {
  margin: 12px 55px 12px 5px;
}
.wizard-ph1-1 .module-popover .module-insight {
  margin: 10px 0;
}
.wizard-ph1-1 .module-popover .module-insight > div {
  max-width: 350px;
  margin: 0 5px 0 55px;
}
.rtl .wizard-ph1-1 .module-popover .module-insight > div {
  margin: 0 55px 0 5px;
}
.wizard-ph1-1 .module-popover h3 {
  margin: 5px 0;
  font-size: 17px;
  color: #2d4f6e;
}
.wizard-ph1-1 .insight-container label {
  display: inline-block;
}
.wizard-ph1-1 .study-options .study-header {
  padding: 15px 50px 15px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0072bc;
  text-decoration: none;
  cursor: pointer;
  background: #d9f0ff url('/static/img/blue-arrow-right.png') no-repeat 95% 35%;
}
.rtl .wizard-ph1-1 .study-options .study-header {
  padding: 15px 15px 15px 50px;
  background-image: url('/static/img/blue-arrow-left.png');
  background-position: 20px 30px;
}
.wizard-ph1-1 .study-options .study-header:hover {
  background-color: #bae4ff;
}
.wizard-ph1-1 .study-options .study-header span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #5b5b5b;
}
.wizard-ph1-1 .study-options .checkbox {
  float: left;
}
.rtl .wizard-ph1-1 .study-options .checkbox {
  float: right;
}
.wizard-ph1-1 .study-options .study-list {
  display: none;
}
.wizard-ph1-1 .study-options.open .study-header {
  background: #d9f0ff url('/static/img/blue-arrow-down.png') no-repeat 95% 35%;
}
.rtl .wizard-ph1-1 .study-options.open .study-header {
  background-position: 20px 30px;
}
.wizard-ph1-1 .study-options.open .study-list {
  display: block;
}
.wizard-ph1-1 .graph-image {
  float: left;
}
.rtl .wizard-ph1-1 .graph-image {
  float: right;
}
.wizard-ph1-1 .graph-image,
.wizard-ph1-1 .graph-image img {
  width: 47px;
  height: 47px;
}
.wizard-ph1-1 .graph-image .more-info {
  position: absolute;
  top: 40px;
  right: 7px;
  display: none;
  width: 170px;
  padding: 10px 0;
  margin: 10px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  border-radius: 5px;
}
.wizard-ph1-1 .graph-image:hover .more-info {
  display: block;
}
.wizard-ph1-1 .modal-wrapper h2 {
  color: #5b5b5b;
}
.wizard-ph1-1 .modal-wrapper p.short-description {
  padding: 10px 0;
}
.wizard-ph1-1 .modal-wrapper p.short-description img {
  float: left;
  padding-right: 20px;
}
.rtl .wizard-ph1-1 .modal-wrapper p.short-description img {
  float: right;
  padding-right: auto;
  padding-left: 20px;
}
.wizard-ph1-1 .study-list h2,
.wizard-ph1-1 .modal-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.wizard-ph1-1 .step-selection h2,
.wizard-ph1-1 .modal-wrapper h2 {
  font-size: 22px;
  font-weight: normal;
  color: #5b5b5b;
}
.wizard-ph1-1 .popup-message-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #0888c3;
  background: #ecf9ff;
  border-bottom: 1px solid #bbdbe0;
}
.wizard-ph1-1 .popup-message {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.rtl .wizard-ph1-1 .webui-popover {
  text-align: right;
}
.rtl .wizard-ph1-1 .webui-popover .webui-popover-inner .close {
  float: left;
  margin: 7px  0 0 5px;
}
.rtl .wizard-ph1-1 .webui-popover .arrow:after {
  margin-right: -8px;
  margin-left: inherit;
}
.wizard-ph2 li {
  list-style: none;
}
.wizard-ph2 .need-help-button {
  position: relative;
  float: right;
  padding: 15px 15px 15px 60px;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #81c5f1;
  border: 3px solid #81c5f1;
  border-radius: 8px;
}
.rtl .wizard-ph2 .need-help-button {
  float: left;
  padding: 15px 60px 15px 15px;
}
.wizard-ph2 .need-help-button:hover {
  color: #fff;
  border-color: #00aadb;
}
.wizard-ph2 .need-help-button .help-icon {
  position: absolute;
  top: 12px;
  left: 15px;
  display: block;
  width: 36px;
  height: 36px;
  background: url('/static/img/sprite.png') -368px -40px no-repeat;
}
.rtl .wizard-ph2 .need-help-button .help-icon {
  right: 15px;
  left: auto;
}
.wizard-ph2 #help-modal {
  width: 600px;
}
.wizard-ph2 #help-modal p {
  padding-bottom: 15px;
}
.wizard-ph2 .step-distribution h2 {
  margin-bottom: 0;
}
.wizard-ph2 .step-distribution h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.wizard-ph2 .distribution-list {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wizard-ph2 .distribution-list li {
  list-style-type: none;
}
.wizard-ph2 .distribution-list li > .distribution-list-item {
  display: block;
  padding: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph2 .distribution-list li > .distribution-list-item .additional-questions {
  display: none;
}
.wizard-ph2 .distribution-list li.selected .distribution-list-item {
  background: #ebf7db;
}
.wizard-ph2 .distribution-list li.selected .distribution-list-item .additional-questions {
  display: block !important;
}
.wizard-ph2 .distribution-list li.disabled .distribution-list-item {
  color: #535353;
  cursor: pointer;
  background: #efeeef;
}
.wizard-ph2 .distribution-list li.disabled .distribution-list-item .additional-questions {
  display: none;
}
.wizard-ph2 .distribution-list li.disabled label {
  color: #535353;
}
.wizard-ph2 .distribution-list .checkbox,
.wizard-ph2 .distribution-list .icon,
.wizard-ph2 .distribution-list .help-icon {
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 20px;
}
.rtl .wizard-ph2 .distribution-list .checkbox,
.rtl .wizard-ph2 .distribution-list .icon,
.rtl .wizard-ph2 .distribution-list .help-icon {
  float: right;
  margin-right: 10px;
  margin-left: 0;
}
.wizard-ph2 .distribution-list .checkbox {
  display: block;
  width: 29px;
  height: 29px;
  margin-top: -3px;
}
.wizard-ph2 .distribution-list .why-disabled {
  display: block;
  float: left;
  margin-left: 86px;
  clear: both;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}
.rtl .wizard-ph2 .distribution-list .why-disabled {
  float: right;
  margin-right: 76px;
  margin-left: 0;
}
.wizard-ph2 .distribution-list label {
  margin-left: 10px;
  font-size: 100%;
  color: #0072bc;
  cursor: pointer;
}
.rtl .wizard-ph2 .distribution-list label {
  margin-right: 10px;
  margin-left: inherit;
}
.wizard-ph2 .additional-questions {
  display: none;
  padding: 10px 30px 70px;
  margin-top: 15px;
  margin-left: 50px;
  background: #fff;
  border: 2px #e3e4e1 solid;
  border-radius: 10px;
}
.wizard-ph2 .additional-questions h3 {
  color: #0072bc;
}
.wizard-ph2 .additional-questions h4 {
  margin-top: 5px;
  margin-bottom: 2px;
  color: #555;
}
.wizard-ph2 .additional-questions h5 {
  font-weight: bold;
  color: #555;
}
.wizard-ph2 .additional-questions a {
  text-decoration: none;
}
.wizard-ph2 .additional-questions .question-icon {
  float: left;
  height: 50px;
  background: url('/static/img/panel-icons.png') 0 0 no-repeat;
}
.wizard-ph2 .additional-questions .question-icon.country {
  width: 90px;
  background-position: -2px 0;
}
.wizard-ph2 .additional-questions .question-icon.sum {
  width: 50px;
  background-position: -82px 0;
}
.wizard-ph2 .additional-questions .question-icon.bullseye {
  width: 50px;
  background-position: -143px 0;
}
.wizard-ph2 .additional-questions .select-country {
  margin: 15px 0 0 100px;
}
.wizard-ph2 .additional-questions .select-country a.select-country-btn {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  text-decoration: none;
  border: 1px solid #ddd;
  opacity: .5;
}
.wizard-ph2 .additional-questions .select-country a.select-country-btn:hover {
  border-color: #0091e9;
  opacity: .8;
}
.wizard-ph2 .additional-questions .select-country a.select-country-btn.selected {
  border-color: #0071bd;
  opacity: 1;
}
.wizard-ph2 .additional-questions .select-size {
  width: 300px;
  margin-top: 20px;
  margin-left: 100px;
}
.wizard-ph2 .additional-questions .ui-slider-horizontal {
  max-width: 300px !important;
}
.wizard-ph2 .additional-questions label {
  font-weight: normal;
  color: #555;
}
.wizard-ph2 .additional-questions .ui-slider-horizontal .ui-slider-range {
  background: #5bade4;
}
.wizard-ph2 .additional-questions .ui-state-default,
.wizard-ph2 .additional-questions .ui-widget-content .ui-state-default {
  outline: none !important;
}
.wizard-ph2 .additional-questions .ui-state-active,
.wizard-ph2 .additional-questions .ui-widget-content .ui-state-active,
.wizard-ph2 .additional-questions .ui-widget-header .ui-state-active {
  color: #2779aa;
}
.wizard-ph2 .checkbox b.fmCheckbox {
  margin-left: 0;
}
.wizard-ph3 .wizard-question ul {
  padding: 0;
}
.wizard-ph3 .wizard-question.required > label:after {
  font-size: 150%;
  font-weight: bold;
  color: #f00;
  content: '*';
}
.wizard-ph3 .video-question input.add-video-textbox {
  display: inline;
}
.wizard-ph3 .video-question .upload-video-container {
  display: none;
}
.wizard-ph3 .styled-form .multiple .item .item-image {
  height: 150px;
}
.wizard-ph3 .styled-form b.fmCheckbox,
.wizard-ph3 .styled-form b.fmCheckbox:hover {
  vertical-align: middle;
}
.wizard-ph3 .styled-form .btn_area {
  display: inline-block;
}
.wizard-ph3 .styled-form .btn_area .add-more-fields {
  width: 400px;
  color: #555;
  background: #f5f5f5;
  border: 1px solid #ddd;
}
.wizard-ph3 .styled-form .btn_area .add-more-fields i {
  margin: 0 8px 0 2px;
}
.wizard-ph3 .styled-form .btn_area .add-more-fields:hover {
  color: #d07614;
}
.wizard-ph3 .styled-form .btn_area .add-more-fields:hover i {
  color: #df8214;
}
.wizard-ph3 .styled-form .multipletext-question .item {
  margin-right: 40px;
}
.wizard-ph3 .styled-form .multipletext-question .item input {
  display: inline-block;
}
.wizard-ph3 .styled-form .multipletext-question .items {
  display: inline-block;
}
.wizard-ph3 .styled-form .multipletext-question .items label {
  min-width: 20px;
}
.wizard-ph3 .styled-form .multipletext-question .add-more-fields.disabled {
  color: #aaa;
  text-shadow: none;
  cursor: default;
  background: #ccc;
  border-color: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wizard-ph4 .loading {
  width: 100%;
  height: 500px;
  text-align: center;
  background-color: #fff;
}
.wizard-ph4 .loading .title {
  margin: 50px;
}
.wizard-ph4 .loading .progress-animation {
  display: block;
  margin: 100px;
}
@-webkit-keyframes webkit-spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.wizard-ph4 .loading .progress-animation .progress-img {
  -webkit-animation: webkit-spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
}
.wizard-ph4 .preview-survey-actions {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.wizard-ph4 .preview-survey-actions li {
  float: left;
  margin-right: 20px;
  list-style: none;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fefefe), color-stop(59%, #f7fcff), color-stop(63%, #f8f9fb), color-stop(73%, #f1f8fe), color-stop(75%, #eff7f9), color-stop(89%, #ebf4fb), to(#e3f0f8));
  background-image: -o-linear-gradient(top, #fff 0%, #fefefe 48%, #f7fcff 59%, #f8f9fb 63%, #f1f8fe 73%, #eff7f9 75%, #ebf4fb 89%, #e3f0f8 100%);
  background-image:    linear-gradient(to bottom, #fff 0%, #fefefe 48%, #f7fcff 59%, #f8f9fb 63%, #f1f8fe 73%, #eff7f9 75%, #ebf4fb 89%, #e3f0f8 100%);
}
.rtl .wizard-ph4 .preview-survey-actions li {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.wizard-ph4 .preview-survey-actions li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.wizard-ph4 .preview-survey-actions li a {
  position: relative;
  display: block;
  width: 167px;
  padding: 15px 13px 12px 57px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rtl .wizard-ph4 .preview-survey-actions li a {
  padding-right: 57px;
  padding-left: 13px;
}
.wizard-ph4 .preview-survey-actions li a:hover {
  border: 1px solid #abbdd0;
}
.wizard-ph4 .preview-survey-actions li a span.icon {
  position: absolute;
  top: 15px;
  left: 10px;
  display: Block;
  width: 36px;
  height: 40px;
}
.rtl .wizard-ph4 .preview-survey-actions li a span.icon {
  right: 10px;
  left: auto;
}
.wizard-ph4 .preview-survey-actions li.update-header-footer a span.icon {
  background: url('/static/img/sprite.png') -409px -39px no-repeat;
}
.wizard-ph4 .preview-survey-actions li.update-survey-theme a span.icon {
  background: url('/static/img/sprite.png') -446px -39px no-repeat;
}
.wizard-ph4 .preview-survey-actions li.update-open-close-page a span.icon {
  background: url('/static/img/sprite.png') -479px -39px no-repeat;
}
.wizard-ph4 .preview-survey-actions li.add-question a span.icon {
  background: url('/static/img/sprite.png') -519px -39px no-repeat;
}
.wizard-ph4 .preview-survey-actions li.edit-survey a span.icon {
  background: url('/static/img/sprite.png') -555px -39px no-repeat;
}
.wizard-ph4 .preview-survey-actions li.edit-survey a,
.wizard-ph4 .preview-survey-actions li.add-question a {
  height: 30px;
  padding-top: 25px;
}
.wizard-ph4 .preview-survey-area {
  width: 100%;
  margin: 20px;
  overflow: hidden;
  clear: both;
}
.wizard-ph4 .preview-survey-area .previews {
  position: relative;
  height: 500px;
  margin: 20px 50px;
}
.wizard-ph4 .preview-survey-area .previews iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
}
.wizard-ph4 .preview-survey-area .preview-screen {
  position: absolute;
  left: 20px;
  width: 634px;
  height: 470px;
  text-align: center;
  background: url('/static/img/screen-transparent.png');
}
.wizard-ph4 .preview-survey-area .preview-screen .preview-button {
  top: 180px;
}
.wizard-ph4 .preview-survey-area .preview-mobile {
  position: absolute;
  top: 120px;
  left: 620px;
  width: 201px;
  height: 358px;
  text-align: center;
  background: url('/static/img/mobile-transparent.png');
}
.wizard-ph4 .preview-survey-area .preview-mobile .preview-button {
  top: 160px;
}
.wizard-ph4 .preview-survey-area .actions {
  clear: both;
}
.wizard-ph4 #preview-screen-frame,
.wizard-ph4 #preview-mobile-frame {
  position: absolute;
  overflow: hidden;
}
.wizard-ph4 #preview-screen-frame {
  top: 19px;
  left: 23px;
  width: 592px;
  height: 339px;
}
.wizard-ph4 #preview-mobile-frame {
  top: 43px;
  left: 15px;
  width: 340px;
  height: 535px;
  -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
       -o-transform: scale(.5);
          transform: scale(.5);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.wizard-ph4 .preview-button {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background: #007bcb;
  border-radius: 5px;
  opacity: .9;
}
.wizard-ph4 .preview-button:hover {
  color: #fff;
  opacity: 1;
}
.wizard-ph4 #mobile-preview-options {
  position: relative;
  text-align: center;
}
.wizard-ph4 #mobile-preview-button {
  display: inline-block;
}
.wizard-ph4-2 .select-survey-theme .prev-button {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 90px;
  overflow: hidden;
  text-indent: -9999px;
  background: #3b93cc;
}
.wizard-ph4-2 .survey-theme {
  display: inline-block;
  width: 119px;
  padding: 10px;
  margin-left: 2px;
  cursor: pointer;
  border: 3px solid #ddd;
}
.wizard-ph4-2 .survey-theme:hover,
.wizard-ph4-2 .survey-theme.selected {
  border-color: #ec8526;
}
.wizard-ph4-2 .survey-theme h5 {
  margin-bottom: 5px;
}
.wizard-ph4-2 .survey-theme div {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
}
.wizard-ph4-2 .survey-theme .small-radio {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph4-2 .survey-theme.dark:hover {
  border-color: #ec8526;
}
.wizard-ph4-2 .theme0 {
  color: #000;
  background: #fff;
}
.wizard-ph4-2 .theme0 h5 {
  color: #630460;
}
.wizard-ph4-2 .theme1 {
  color: #8b8b8b;
  background: #f8f8f8;
}
.wizard-ph4-2 .theme1 h5 {
  color: #790000;
}
.wizard-ph4-2 .theme2 {
  color: #8b8b8b;
  background: #f8f8f8;
}
.wizard-ph4-2 .theme2 h5 {
  color: #3b93cc;
}
.wizard-ph4-2 .theme3 {
  color: #fff;
  background: #3b93cc;
}
.wizard-ph4-2 .theme3 h5 {
  color: #000;
}
.wizard-ph4-2 .theme4 {
  color: #000;
  background: #bfdd93;
}
.wizard-ph4-2 .theme4 h5 {
  color: #000;
}
.wizard-ph4-2 .theme5 {
  color: #fff;
  background: #4d4d4d;
}
.wizard-ph4-2 .theme5 h5 {
  color: #bfdd93;
}
.wizard-ph4-4 .add-questions h4 {
  margin-top: -5px;
  font-size: 17px;
  font-weight: normal;
}
.wizard-ph4-4 .help-icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('/static/img/sprite.png') -146px -98px;
}
.wizard-ph4-4 .help-icon:hover .tooltip {
  display: block;
}
.wizard-ph4-4 .tooltip {
  position: absolute;
  bottom: 20px;
  left: -90px;
  z-index: 1000;
  display: none;
  width: 150px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, .1);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, .1);
}
.wizard-ph4-4 .tooltip:after {
  position: absolute;
  bottom: -6px;
  left: 88px;
  width: 10px;
  height: 10px;
  content: "";
  background: #fff;
  border: 1px solid #ddd;
  border-top-color: #fff;
  border-left-color: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.wizard-ph4-4 .select-question-type {
  margin-top: 20px;
  margin-bottom: 10px;
}
.wizard-ph4-4 .select-question-type-list {
  margin-top: 20px;
}
.wizard-ph4-4 .select-question-type-list > li {
  position: relative;
  display: inline-table;
  width: 200px;
  height: 190px;
  margin: 10px;
  list-style: none;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.wizard-ph4-4 .select-question-type-list h3 {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #0072bc;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.wizard-ph4-4 li.question-type > label {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.wizard-ph4-4 .question-type {
  text-align: center;
}
.wizard-ph4-4 .question-type:hover {
  background-color: #fcfcfc;
  border: 1px solid #aaa;
}
.wizard-ph4-4 .question-type input[type=text],
.wizard-ph4-4 .question-type textarea {
  width: 80%;
}
.wizard-ph4-4 .question-type ul {
  width: 100px;
  margin: 0 auto 20px;
  text-align: left;
}
.rtl .wizard-ph4-4 .question-type ul {
  text-align: right;
}
.wizard-ph4-4 .question-type ul li {
  clear: both;
  list-style: none;
}
.wizard-ph4-4 .question-type ul li.mini-radio a {
  display: block;
  width: 16px;
  height: 17px;
  background: url('/static/img/sprite.png') -535px -159px;
}
.wizard-ph4-4 .question-type ul li.mini-checkbox a {
  display: block;
  width: 17px;
  height: 20px;
  background: url('/static/img/sprite.png') -513px -157px;
}
.wizard-ph4-4 .question-type ul li.mini-checkbox a.selected {
  background: url('/static/img/sprite.png') -513px -134px;
}
.wizard-ph4-4 .question-type ul li.mini-radio a,
.wizard-ph4-4 .question-type ul li.mini-checkbox a {
  float: left;
  margin-right: 10px;
}
.rtl .wizard-ph4-4 .question-type ul li.mini-radio a,
.rtl .wizard-ph4-4 .question-type ul li.mini-checkbox a {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.wizard-ph4-4 .question-type ul label {
  font-size: 14px;
}
.wizard-ph4-4 .mini-radios li.mini-radio a.selected {
  background: url('/static/img/sprite.png') -535px -136px;
}
.wizard-ph4-4 .mini-textarea {
  width: 140px;
  height: 50px;
}
.wizard-ph4-4 .question-list {
  position: relative;
  float: left;
  margin-top: 20px;
  clear: both;
}
.rtl .wizard-ph4-4 .question-list {
  float: right;
}
.wizard-ph4-4 .question-list .question {
  width: 535px;
  padding-left: 60px;
}
.rtl .wizard-ph4-4 .question-list .question {
  padding-right: 60px;
  padding-left: 0;
}
.wizard-ph4-4 .question-list .question label {
  font-weight: bold;
}
.wizard-ph4-4 .question-list .question .sort-button,
.wizard-ph4-4 .question-list .question .delete-button,
.wizard-ph4-4 .question-list .question .edit-button {
  top: 19px;
}
.wizard-ph4-4 .question-list .question input,
.wizard-ph4-4 .question-list .question textarea {
  width: 400px;
}
.wizard-ph4-4 .add-question h2 {
  margin-bottom: 20px;
}
.wizard-ph4-4 .add-question input.add-question-field {
  width: 400px;
  padding: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  border: dashed 1px #bbb;
}
.wizard-ph4-4 .add-question .preview-field {
  display: block;
  width: 400px;
  padding: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  border: 1px solid #ddd;
}
.wizard-ph4-4 .add-question .mandatory-checkbox {
  float: left;
  margin-top: 20px;
  margin-right: 10px;
  clear: both;
}
.rtl .wizard-ph4-4 .add-question .mandatory-checkbox {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.wizard-ph4-4 #wrapper .add-question label {
  float: left;
  margin-top: 20px;
  font-weight: bold;
}
.rtl .wizard-ph4-4 #wrapper .add-question label {
  float: right;
}
.wizard-ph4-4 .question-option {
  position: relative;
  width: 420px;
  padding-right: 55px;
  padding-left: 55px;
  margin-bottom: 6px;
  clear: both;
}
.wizard-ph4-4 .question-option .preview {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rtl .wizard-ph4-4 .question-option .preview {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.wizard-ph4-4 .question-option input.add-option-field {
  width: 350px;
  padding: 15px;
  margin-bottom: 5px;
  border: dashed 1px #bbb;
}
.wizard-ph4-4 .radio .question-option .preview {
  border-radius: 50%;
}
.wizard-ph4-4 .question:hover .sort-button,
.wizard-ph4-4 .question:hover .delete-button,
.wizard-ph4-4 .question:hover .edit-button,
.wizard-ph4-4 .question-option:hover .sort-button,
.wizard-ph4-4 .question-option:hover .delete-button {
  display: block;
}
.wizard-ph4-4 .question-option:hover input {
  background: #e7f4d3;
}
.wizard-ph4-4 .question-option:hover input:disabled {
  background: #ebebe4;
}
.wizard-ph4-4 .sort-button {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 47px;
  height: 47px;
  cursor: move;
  background: url('/static/img/sprite.png') -57px -128px no-repeat;
}
.rtl .wizard-ph4-4 .sort-button {
  right: 0;
  left: auto;
}
.wizard-ph4-4 .sort-button:hover {
  background: url('/static/img/sprite.png') -57px -174px no-repeat;
}
.wizard-ph4-4 .delete-button {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 47px;
  height: 47px;
  background: url('/static/img/sprite.png') -8px -128px no-repeat;
}
.rtl .wizard-ph4-4 .delete-button {
  right: auto;
  left: 0;
}
.wizard-ph4-4 .delete-button:hover {
  cursor: pointer;
  background: url('/static/img/sprite.png') -8px -175px no-repeat;
}
.wizard-ph4-4 .edit-button {
  position: absolute;
  top: 0;
  right: 50px;
  display: none;
  width: 47px;
  height: 47px;
  cursor: pointer;
  background: url('/static/img/sprite.png') -8px -222px no-repeat;
}
.rtl .wizard-ph4-4 .edit-button {
  right: auto;
  left: 50px;
}
.wizard-ph4-4 .edit-button:hover {
  background: url('/static/img/sprite.png') -57px -222px no-repeat;
}
.wizard-ph4-4 .question-option.option-other input {
  display: block;
  margin-left: 30px;
}
.rtl .wizard-ph4-4 .question-option.option-other input {
  margin-right: 30px;
  margin-left: 0;
}
.wizard-ph4-4 .add-question-actions {
  margin: 40px 0 20px 0;
  clear: both;
}
.rtl .wizard-ph4-4 .add-question-actions {
  margin-right: 50px;
}
.wizard-ph4-4 .add-question-button {
  display: inline-block;
  text-shadow: 1px 1px 1px #5c8a1d;
  border: 1px solid #a7d36b;
}
.wizard-ph4-4 .other-button {
  text-shadow: 1px 1px 1px #484848;
}
.wizard-ph4-4 .add-question-button,
.wizard-ph4-4 .other-button {
  position: relative;
  float: none;
  padding: 10px 20px 10px 40px;
  margin-top: -10px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 5px;
}
.rtl .wizard-ph4-4 .add-question-button,
.rtl .wizard-ph4-4 .other-button {
  padding: 10px 40px 10px 20px;
  margin-right: 0;
  margin-left: 8px;
}
.wizard-ph4-4 .add-question-button .icon,
.wizard-ph4-4 .other-button .icon {
  position: absolute;
  top: 11px;
  left: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/static/img/sprite.png') -30px -107px no-repeat;
}
.rtl .wizard-ph4-4 .add-question-button .icon,
.rtl .wizard-ph4-4 .other-button .icon {
  right: 10px;
  left: auto;
}
.wizard-ph4-4 .remove-other-button .icon {
  top: 12px;
  left: 11px;
  background: url('/static/img/sprite.png') -55px -107px no-repeat;
}
.rtl .wizard-ph4-4 .remove-other-button .icon {
  right: 11px;
  left: auto;
}
.wizard-ph4-4 .other-button #add-msg,
.wizard-ph4-4 .other-button.remove-other-button #remove-msg {
  display: inline;
}
.wizard-ph4-4 .other-button #remove-msg,
.wizard-ph4-4 .other-button.remove-other-button #add-msg {
  display: none;
}
.wizard-ph4-4 .preview-textarea {
  display: block;
  width: 430px;
  clear: both;
}
.wizard-ph4-4 label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.wizard-ph4-4 .question {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
  clear: both;
}
.wizard-ph4-4 .question input[type="text"] {
  width: 400px;
  padding: 13px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph4-4 .question input[type="text"]:focus {
  -webkit-box-shadow: 1px 1px 5px #eaf4dc, -1px -1px 5px #eaf4dc;
          box-shadow: 1px 1px 5px #eaf4dc, -1px -1px 5px #eaf4dc;
}
.wizard-ph4-4 .question textarea {
  width: 880px;
  height: 150px;
  padding: 10px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard-ph4-4 .question .crtl-container {
  margin-top: 3px;
}
.wizard-ph4-4 .question .crtl-container label {
  display: inline-block;
  padding-top: 4px;
  font-weight: normal;
}
.distribute .dist_link_website .input-label {
  margin-top: 20px;
}
.distribute .dist_link_website .distribute-embed-code {
  width: 100%;
  height: 100px;
  padding: 5px 7px;
  margin-top: 5px;
  overflow: auto;
  overflow-y: scroll;
  font-family: monospace;
  font-size: 14px;
  color: #aaa;
  word-break: break-all;
  word-wrap: break-word;
  resize: none;
  border-radius: 5px;
}
.distribute .dist_link_website .preview-area {
  padding: 10px;
  margin: 5px 0 10px;
  background-color: #fff9e8;
  border: 1px solid #ddd;
}
.distribute .dist_link_qr .qr-img {
  text-align: center;
}
.wizard2 {
  /************* update header ************************/
  /* select survey theme &&&&& */
}
.wizard2 .btn {
  padding: 11px 15px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 8px;
}
.wizard2 .btn.btn-back {
  color: #2d9cdb;
  border: 1px solid #2d9cdb;
}
.wizard2 .btn.btn-back:hover {
  color: #2d9cdb;
}
.wizard2 .btn.btn-back[disabled] {
  color: #d9d9d9;
}
.wizard2 .btn.btn-next {
  color: #fff;
  background-color: #2d9cdb;
}
.wizard2 .btn.btn-next:hover {
  color: #fff;
}
.wizard2 .btn.btn-next[disabled] {
  background-color: #d9d9d9;
}
.wizard2 .btn .btn-arrow {
  font-size: 1.2em;
  vertical-align: middle;
}
.wizard2 .btn .btn-arrow.btn-arrow-right {
  padding-left: 10px;
}
.wizard2 .btn .btn-arrow.btn-arrow-left {
  padding-right: 10px;
}
.wizard2 .webui-popover-primary .webui-popover-title {
  background-color: #2d9cdb;
  border-color: #2d9cdb;
}
.wizard2 .site-footer {
  width: 100%;
  height: initial;
  padding: 11px 0;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.wizard2 .site-footer a,
.wizard2 .site-footer a:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #233a7a;
}
.wizard2 .card-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;

  -ms-flex-item-align: start;
  align-self: flex-start;
}
.wizard2 .card:not(.panel):not(.svd_content) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 300px;
  padding: 10px 14px;
  margin: 9px 18px 9px 0;
  text-align: center;
  list-style: none;
  cursor: pointer;
      flex-direction: column;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 10px;

  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.wizard2 .card:not(.panel):not(.svd_content) label {
  line-height: 24px;
}
.wizard2 .card:not(.panel):not(.svd_content) label h5 {
  font-weight: 600;
  color: #354052;
}
.wizard2 .card:not(.panel):not(.svd_content) input[type=radio] {
  display: none;
}
.wizard2 .card:not(.panel):not(.svd_content):not(.is-disabled):hover,
.wizard2 .card:not(.panel):not(.svd_content):not(.is-disabled).selected {
  border: 1px solid #2d9cdb;
}
.wizard2 .card:not(.panel):not(.svd_content):not(.is-disabled):hover label h5,
.wizard2 .card:not(.panel):not(.svd_content):not(.is-disabled).selected label h5 {
  color: #2d9cdb;
}
.wizard2 .card:not(.panel):not(.svd_content).is-disabled {
  cursor: default;
  background-color: rgba(255, 255, 255, .5);
}
.wizard2 .card:not(.panel):not(.svd_content).is-disabled *:not(.info-icon):not(.card-icon) {
  opacity: .5;
}
.wizard2 .card:not(.panel):not(.svd_content).is-disabled .info-icon {
  color: #2d9cdb;
}
.wizard2 .card-icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.wizard2 .card-icon .fa,
.wizard2 .card-icon [class^="material-icons"] {
  font-size: 18px;
  color: #92929d;
}
.wizard2 .card-icon .fa.info-icon,
.wizard2 .card-icon [class^="material-icons"].info-icon {
  cursor: help;
}
.wizard2 .card-icon .fa:hover,
.wizard2 .card-icon [class^="material-icons"]:hover {
  color: #2d9cdb;
}
.wizard2 .page-content {
  padding: 0;
}
.wizard2 .page-content *:not(.fa):not(.icon):not([class^="material-icons"]):not('.mce-ico') {
  font-family: 'Open Sans', sans-serif;
}
.wizard2 .wizard-progress {
  padding: 40px 10%;
  margin: 0 auto 30px;
  background: #f4fafd;
  border: 1px solid #f3f4f5;
}
.wizard2 .wizard-progress .pearl-title {
  margin-top: 1.5em;
  font-size: 15px;
}
.wizard2 h1 {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.5;
}
.wizard2 h1 span {
  color: #1565c0;
}
.wizard2 .form-actions {
  width: 98%;
  padding: 25px 0;
  margin: 40px 0 0;
  border-top: 1px solid #ddd;
}
.wizard2 .form-actions div.disabled {
  cursor: not-allowed;
}
.wizard2 .page {
  padding-right: 0 !important;
  background: #f4f4f4;
}
.wizard2 .page-content-area {
  min-height: 800px;
  padding: 0;
  overflow: hidden;
  background: #f4f4f4;
}
.wizard2 .page-content-area .help-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 10px;
}
.wizard2 .page-content-area .wizard-help-button {
  z-index: 1;
}
.wizard2 .page-content-area .wizard-help-button a {
  color: #edc849;
  text-decoration: blink;
}
.wizard2 .page-content-area .wizard-help-button a .text-wrapper {
  position: absolute;
  top: 1px;
  left: 80%;
  z-index: 1;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: width .2s;
       -o-transition: width .2s;
          transition: width .2s;
}
.wizard2 .page-content-area .wizard-help-button a .text-wrapper.open {
  width: 13em;
}
.wizard2 .page-content-area .wizard-help-button a .text {
  display: inline-block;
  width: 100%;
  padding: .6em 0;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  vertical-align: bottom;
  background-color: #edc849;
  border-radius: 0 10px 10px 0;
}
.wizard2 .page-content-area .wizard-help-button a .fa {
  margin-top: -8px;
}
.wizard2 .page-content-area .wizard-help-button a:hover {
  zoom: 1;
}
.wizard2 .wizard-page-content {
  padding: 0;
  margin: 10px 0;
}
.wizard2 .wizard-page-content > ul {
  padding: 0;
  margin: 0;
}
.wizard2 .editor-tabs.navbar-default {
  background: initial;
}
.wizard2 .wizard-question-wrapper {
  width: 90%;
  max-width: 750px;
  margin: 10px 0;
}
.wizard2 .wizard-question-wrapper + .wizard2 .wizard-question-wrapper {
  margin: 70px 0 0;
}
.wizard2 .wizard-question-wrapper.error {
  border: 1px solid #ffcdd2;
  border-radius: 5px;
}
.wizard2 .wizard-question-wrapper.error .wizard-question {
  padding: 9px;
}
.wizard2 .wizard-question-wrapper .errors {
  padding: 10px;
  color: #f44336;
  list-style: none;
  background: rgba(255, 205, 210, .8);
  border-bottom: 1px solid #ffcdd2;
  border-radius: 5px 5px 0 0;
}
.wizard2 .wizard-question-wrapper .wizard-question ul {
  list-style: none;
}
.wizard2 .update-styling label {
  display: inline-block;
  margin-left: 10px;
}
.wizard2 .select-open-page-color {
  display: inline-block;
}
.wizard2 .select-open-page-file {
  display: inline-block;
  margin-right: 50px;
}
.wizard2 .select-open-page-file input {
  padding: 13px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard2 .open-page-text textarea {
  width: 880px;
  padding: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard2 .update-close-page {
  margin-top: 40px;
}
.wizard2 .update-header h2 {
  margin-bottom: 20px;
}
.wizard2 .survey-preview-with-header {
  padding: 10px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard2 .input-header-title-widget,
.wizard2 .input-header-sub-title-widget {
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  border: dashed 1px #bbb;
}
.rtl .wizard2 .input-header-title-widget,
.rtl .wizard2 .input-header-sub-title-widget {
  padding: 5px 20px 5px 5px;
}
.wizard2 .input-header-title-widget input,
.wizard2 .input-header-sub-title-widget input {
  width: 570px;
  border: none;
}
.wizard2 .input-header-sub-title-widget input {
  padding-top: 7px;
  font-size: 18px;
  color: #bbb;
}
.wizard2 .input-header-title-widget input {
  padding-top: 7px;
  font-size: 20px;
  font-weight: normal;
  color: #bbb;
}
.wizard2 .survey-header-right {
  float: left;
  width: 680px;
}
.rtl .wizard2 .survey-header-right {
  float: right;
}
.wizard2 .input-header-left {
  float: left;
  width: 200px;
  padding-top: 51px;
  padding-bottom: 45px;
  margin-left: 10px;
  font-size: 20px;
  color: #bbb;
  text-align: center;
  border: dashed 1px #bbb;
}
.rtl .wizard2 .input-header-left {
  float: right;
  margin-right: 10px;
  margin-left: 0;
}
.wizard2 .survey-preview {
  height: 400px;
  padding-top: 50px;
  padding-right: 30px;
  clear: both;
  font-size: 40px;
  color: #ddd;
}
.wizard2 .select-survey-theme {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wizard2 .select-survey-theme .next-button {
  position: absolute;
  left: 0;
  display: block;
  width: 20px;
  height: 90px;
  overflow: hidden;
  text-indent: -9999px;
  background: #3b93cc;
}
.wizard2 .prev-button:hover,
.wizard2 .next-button:hover {
  background: #0072bc;
}
.wizard2 .with-border {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.wizard2 h3.preview-title {
  margin-bottom: 20px;
  font-size: 18px;
}
.wizard2 .wizard2-question {
  padding: 11px 11px 11px 0;
}
.wizard2 .wizard2-question h1 {
  padding: 0;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  color: #2d9cdb;
  border: 0;
}
.wizard2 .wizard2-question p {
  font-size: 16px;
}
.wizard2 .wizard2-content {
  width: 68%;
  margin: 20px 350px 20px auto;
}
.wizard2 .brief2-container {
  float: left;
  width: 30%;
  margin-bottom: 10px;
}
.wizard2 .brief2-container .wizard2-brief {
  position: relative;
  min-height: 515px;
  padding: 24px 14px 14px 20px;
  margin-right: 15px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 0 15px rgba(0, 0, 0, .15);
          box-shadow: 3px 0 15px rgba(0, 0, 0, .15);
}
.wizard2 .brief2-container .wizard2-brief * {
  letter-spacing: .1px;
}
.wizard2 .brief2-container .wizard2-brief h4 {
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
  color: #2d9cdb;
}
.wizard2 .brief2-container .wizard2-brief h6 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: normal;
  color: #354052;
}
.wizard2 .brief2-container .wizard2-brief ul {
  padding-left: 0;
  margin-bottom: 0;
}
.wizard2 .brief2-container .wizard2-brief ul li {
  color: #828282;
  list-style: none;
}
.wizard2 .brief2-container .wizard2-brief ul li ul {
  padding-left: 10px;
}
.wizard2 .brief2-container .wizard2-brief ul h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container {
  margin: 0 -15px 0 -20px;
  color: #fff;
  text-align: center;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .price-tti-box {
  width: 49.8%;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .price-tti-box-header {
  color: #0078a9;
  background-color: #99defa;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .price-tti-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: white;
  border: #99defa .9px solid;

  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .tti-box {
  margin: 4px;
  line-height: normal;
  border: 1px solid #ddd;
  border-radius: 10px;

  -webkit-box-flex: 1;
  -ms-flex: 1 1 0;
      flex: 1 1 0;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .tti-box:hover {
  border: 1px solid #2d9cdb;
  -webkit-box-shadow: 0 0 3px #2d9cdb;
          box-shadow: 0 0 3px #2d9cdb;
}
.wizard2 .brief2-container .wizard2-brief .price-tti-container .tti-box.selected {
  border: 1px solid #2d9cdb;
  -webkit-box-shadow: 0 0 3px #2d9cdb;
          box-shadow: 0 0 3px #2d9cdb;
}
.wizard2 #textEditorWrapper {
  display: none;
  min-width: 500px;
}
.wizard2 #textEditorWrapper .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 494px;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wizard2 #textEditorWrapper h4 {
  padding: 10px 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #4f8dc6;
  border: none;
}
.wizard2 #textEditorWrapper #panelErrors {
  color: #c30;
}
.wizard2 #textEditorWrapper footer {
  padding: 20px 10px;
}
.wizard2 #textEditorWrapper footer hr {
  margin-bottom: 20px;
}
.wizard2 #textEditorWrapper .modal-header {
  padding: 0 10px;
}
.wizard2 #textEditorWrapper .modal-body {
  padding: 20px;
}
.wizard2 #textEditorWrapper hr {
  height: auto;
  margin: 0;
  border-collapse: collapse;
  border-color: transparent;
}
.wizard2 .fancybox-inner #textEditorWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step1-select-topic .add-category-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 34px;
  color: #2d9cdb;
}
.step1-select-topic h1 {
  padding: 5px;
  margin-top: 0;
  font-size: 20px;
}
.step1-select-topic .boxed-list {
  padding-left: 0;
}
.step1-select-topic .category-btns {
  position: absolute;
  top: 18px;
  right: 10px;
  display: none;
}
.step1-select-topic .category-btns img {
  padding-left: 5px;
  cursor: pointer;
}
.step1-select-topic .category-btns img:first-child {
  padding-left: 0;
}
.step1-select-topic .category:hover .category-btns {
  display: block;
}
.step1-select-topic .no-categories {
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.step1-select-topic .no-categories .title {
  margin: 50px;
}
.step1-select-topic .no-categories button {
  padding: 5px 25px;
}
.step1-select-topic .no-categories .genie {
  width: 8%;
  margin-left: 15px;
}
.step1-select-topic .no-categories h4 {
  color: #4c85b9;
}
.step1-select-topic .box-list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  max-width: 150px;
  height: 140px;
  margin-top: 10px;
  color: #4c85b9;
  text-align: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step1-select-topic .box-list-label .text {
  font-size: 16px;
}
.step1-select-topic .box-list-label .fa {
  margin-top: 7px;
  font-size: 3.5em;
}
.step1-select-topic .topic-popover .supported-markets {
  width: 100%;
  clear: both;
}
.step1-select-topic .topic-popover .image-container {
  float: right;
  width: 25%;
  text-align: center;
}
.rtl .step1-select-topic .topic-popover .image-container {
  float: left;
}
.step1-select-topic .topic-popover .image-container img {
  max-width: 100%;
}
.step1-select-topic .topic-popover p {
  float: left;
  width: 75%;
}
.rtl .step1-select-topic .topic-popover p {
  float: right;
}
.step2-research-goals .wizard-page-content {
  margin: 20px 0;
}
.step2-research-goals h1 {
  padding: 20px 50px;
  font-size: 22px;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.step2-research-goals h5 {
  padding: 20px;
}
.step2-research-goals .insight-popover-content {
  width: 350px;
  padding: 10px 10px 20px 10px;
}
.step2-research-goals .insight-popover-content p {
  padding-top: 10px;
}
.step2-research-goals .media {
  margin-bottom: 20px;
}
.step2-research-goals .media h2 {
  padding: 5px 0;
  font-size: 18px;
  color: #1976d2;
}
.step2-research-goals .study-list > li {
  float: left;
  width: 33%;
  margin: 0;
  list-style: none;
}
.rtl .step2-research-goals .study-list > li {
  float: right;
}
.step2-research-goals .study-list > li .graph-image {
  position: relative;
  display: block;
  margin-top: 10px;
}
.step2-research-goals .study-list .insight-container {
  display: inline-block;
  width: 300px;
  height: 115px;
  padding: 5px 20px;
}
.step2-research-goals .study-list.study-options {
  position: relative;
  right: -5px;
  padding-right: 5px;
}
.step2-research-goals .study-list.study-options label {
  position: relative;
}
.step2-research-goals .study-list.study-options label .fmCheckbox {
  position: absolute;
  top: 10px;
}
.ltr .step2-research-goals .study-list.study-options label .fmCheckbox {
  right: 10px;
}
.rtl .step2-research-goals .study-list.study-options label .fmCheckbox {
  left: 10px;
}
.step2-research-goals .study-list.study-options input[type=checkbox] {
  display: none;
}
.step2-research-goals .study-list.study-options .insight-container {
  height: 145px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.step2-research-goals .study-list.study-options .insight-container:hover {
  border: 1px solid #ffffbe;
  -webkit-box-shadow: 0 0 3px #0072bc;
          box-shadow: 0 0 3px #0072bc;
}
.step2-research-goals .study-list.study-options .insight-container h2 {
  color: #5b5b5b;
}
.step2-research-goals .study-list.study-options .insight-container:hover,
.step2-research-goals .study-list.study-options li.selected .insight-container {
  border: 1px solid #7bc1ee;
  -webkit-box-shadow: 0 0 3px #0072bc;
          box-shadow: 0 0 3px #0072bc;
}
.step2-research-goals .study-list.study-options .insight-container:hover h2,
.step2-research-goals .study-list.study-options li.selected .insight-container h2 {
  color: #0072bc;
}
.step2-research-goals .study-list h2 {
  font-size: 17px;
  color: #0072bc;
}
.step2-research-goals .study-list p {
  overflow: hidden;
  line-height: 150%;
}
.step2-research-goals .study-list .study-list-description {
  display: inline-block;
  width: 175px;
  min-height: 47px;
  margin-right: 10px;
  margin-left: 10px;
}
.step2-research-goals .study-list .study-list-description h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
  color: #4676a2;
}
.step2-research-goals .study-list .study-list-description a {
  color: #5b5b5b;
  text-decoration: none;
}
.step2-research-goals .study-list .study-list-description a:hover {
  text-decoration: underline;
}
.step2-research-goals .insight-popover > p {
  max-width: 300px;
  margin: 12px 5px 12px 55px;
}
.rtl .step2-research-goals .insight-popover > p {
  margin: 12px 55px 12px 5px;
}
.step2-research-goals .module-insight {
  margin: 10px 0;
}
.step2-research-goals .module-insight > div .fa {
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.step2-research-goals .module-insight > div h4,
.step2-research-goals .module-insight > div .fa {
  color: #424242;
}
.step2-research-goals .module-insight > div p {
  padding-left: 45px;
}
.step2-research-goals h3 {
  margin: 5px 0;
  font-size: 17px;
  color: #2d4f6e;
}
.step2-research-goals .insight-container label {
  display: inline-block;
}
.step2-research-goals .study-options .study-header {
  padding: 15px 50px 15px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #0072bc;
  text-decoration: none;
  cursor: pointer;
  background: #d9f0ff url('/static/img/blue-arrow-right.png') no-repeat 95% 35%;
}
.rtl .step2-research-goals .study-options .study-header {
  padding: 15px 15px 15px 50px;
  background-image: url('/static/img/blue-arrow-left.png');
  background-position: 20px 30px;
}
.step2-research-goals .study-options .study-header:hover {
  background-color: #bae4ff;
}
.step2-research-goals .study-options .study-header span {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: normal;
  color: #5b5b5b;
}
.step2-research-goals .study-options .checkbox {
  float: left;
}
.rtl .step2-research-goals .study-options .checkbox {
  float: right;
}
.step2-research-goals .study-options .study-list {
  display: none;
}
.step2-research-goals .study-options.open .study-header {
  background: #d9f0ff url('/static/img/blue-arrow-down.png') no-repeat 95% 35%;
}
.rtl .step2-research-goals .study-options.open .study-header {
  background-position: 20px 30px;
}
.step2-research-goals .study-options.open .study-list {
  display: block;
}
.step2-research-goals .graph-image {
  float: left;
}
.rtl .step2-research-goals .graph-image {
  float: right;
}
.step2-research-goals .graph-image,
.step2-research-goals .graph-image img {
  width: 30px;
  height: 30px;
}
.step2-research-goals .graph-image .more-info {
  position: absolute;
  top: 40px;
  right: 7px;
  display: none;
  width: 170px;
  padding: 10px 0;
  margin: 10px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  border-radius: 5px;
}
.step2-research-goals .graph-image:hover .more-info {
  display: block;
}
.step2-research-goals .modal-wrapper h2 {
  color: #5b5b5b;
}
.step2-research-goals .modal-wrapper p.short-description {
  padding: 10px 0;
}
.step2-research-goals .modal-wrapper p.short-description img {
  float: left;
  padding-right: 20px;
}
.rtl .step2-research-goals .modal-wrapper p.short-description img {
  float: right;
  padding-right: auto;
  padding-left: 20px;
}
.step2-research-goals .study-list h2,
.step2-research-goals .modal-wrapper h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}
.step2-research-goals .step-selection h2,
.step2-research-goals .modal-wrapper h2 {
  font-size: 22px;
  font-weight: normal;
  color: #5b5b5b;
}
.step2-research-goals .popup-message-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1501;
  display: none;
  width: 100%;
  padding: 10px;
  margin: 0;
  font-family: "Lucida Grande", Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #0888c3;
  background: #ecf9ff;
  border-bottom: 1px solid #bbdbe0;
}
.step2-research-goals .popup-message {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.step2-research-goals .list-group-item {
  position: inherit;
  display: inline-block;
  width: 80%;
  padding: 0 0 0 20px;
}
.step2-research-goals .list-group-item a {
  display: block;
  padding: 20px 0;
  color: #354052;
  text-decoration: none;
}
.step2-research-goals .list-group-item h4 {
  display: inline;
  padding-right: 10px;
  font-size: 14px;
  color: #354052;
  vertical-align: middle;
}
.step2-research-goals .list-group-item .caret-heading {
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}
.step2-research-goals .list-group-item .module-details {
  width: 16%;
  padding-top: 2px;
  padding-left: 20px;
  text-align: center;
}
.step2-research-goals .list-group-item .module-type {
  width: 20%;
  min-width: 140px;
  padding: 21px;
  margin-top: -20px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.step2-research-goals .list-group-item .default {
  background-color: #54c4ea;
}
.step2-research-goals .list-group-item .optional {
  background-color: #8297ed;
}
.step2-research-goals .list-group-item .recommended {
  background-color: #8a4397;
}
.step2-research-goals .list-group-item .panel-collapse {
  float: left;
  width: 100%;
}
.step2-research-goals .list-group-item .panel-collapse .panel-body {
  padding: 15px 30px 0 30px;
}
.step2-research-goals .list-group-item.no-modules {
  padding: 20px;
  text-align: center;
}
.step2-research-goals .list-group-item:not(:first-child) {
  margin-top: -1px;
}
.step2-research-goals .list-group-item:not(:first-child) .border-mask {
  position: absolute;
  top: -2px;
  left: 1px;
  width: 6%;
  height: 2px;
  background-color: #fff;
}
.step2-research-goals .list-group-bordered {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step2-research-goals .list-group .remove-module-button {
  display: inline-block;
  padding: 10px 20px;
  margin-left: 10px;
  font-size: 12px;
  color: #354052;
  text-align: center;
  background: #dbdbe2;
  border-radius: 8px;
}
.step2-research-goals .list-group .remove-module-button .fa {
  padding-right: 5px;
}
.step2-research-goals .list-group .remove-module-button:hover {
  color: #0384cd;
  text-decoration: none;
}
.step2-research-goals .list-group .add-module-button {
  display: inline-block;
  text-align: center;
}
.step2-research-goals .list-group .add-module-button button {
  padding: 10px 20px;
  margin-left: 10px;
  font-size: 12px;
  color: #354052;
  background: #dbdbe2;
  border: 0;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step2-research-goals .list-group .add-module-button button .fa {
  padding-right: 5px;
}
.step2-research-goals .list-group .add-module-button button:hover {
  color: #0384cd;
}
.step2-research-goals .additional-questions-label {
  font-size: 16px;
  font-weight: 600;
  color: #354052;
}
.step3-target-audience div#populationType div ul.dropdown-menu {
  overflow: visible !important;
}
.step3-target-audience li {
  list-style: none;
}
.step3-target-audience .step-distribution h2 {
  margin-bottom: 0;
}
.step3-target-audience .step-distribution h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.step3-target-audience .distribution-list {
  margin-top: 10px;
  margin-bottom: 20px;
}
.step3-target-audience .distribution-list li {
  list-style-type: none;
}
.step3-target-audience .distribution-list li > .distribution-list-item {
  display: block;
  padding: 20px;
  margin-bottom: 4px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.step3-target-audience .distribution-list li > .distribution-list-item .additional-questions {
  display: none;
}
.step3-target-audience .distribution-list li.selected .distribution-list-item .additional-questions {
  display: block !important;
}
.step3-target-audience .distribution-list li.disabled .distribution-list-item {
  color: #535353;
  cursor: pointer;
  background: #efeeef;
}
.step3-target-audience .distribution-list li.disabled .distribution-list-item .additional-questions {
  display: none;
}
.step3-target-audience .distribution-list li.disabled label {
  color: #535353;
}
.step3-target-audience .distribution-list .dist-checkbox,
.step3-target-audience .distribution-list .icon,
.step3-target-audience .distribution-list .help-icon {
  display: inline-block;
  float: left;
  margin-left: 10px;
  font-size: 20px;
}
.rtl .step3-target-audience .distribution-list .dist-checkbox,
.rtl .step3-target-audience .distribution-list .icon,
.rtl .step3-target-audience .distribution-list .help-icon {
  float: right;
  margin-right: 10px;
  margin-left: 0;
}
.step3-target-audience .distribution-list .dist-checkbox {
  display: block;
  width: 29px;
  height: 29px;
  margin-top: -4px;
}
.step3-target-audience .distribution-list .why-disabled {
  display: block;
  float: left;
  margin-left: 86px;
  clear: both;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
}
.rtl .step3-target-audience .distribution-list .why-disabled {
  float: right;
  margin-right: 76px;
  margin-left: 0;
}
.step3-target-audience .distribution-list label {
  margin-left: 10px;
  font-size: 100%;
  cursor: pointer;
}
.step3-target-audience .additional-questions {
  display: none;
  padding: 10px 30px 70px;
  margin-top: 15px;
  margin-left: 50px;
  background: #fff;
}
.step3-target-audience .additional-questions h3 {
  color: #0072bc;
}
.step3-target-audience .additional-questions h4 {
  margin-top: 5px;
  margin-bottom: 2px;
  color: #555;
}
.step3-target-audience .additional-questions h5 {
  font-weight: bold;
  color: #555;
}
.step3-target-audience .additional-questions a {
  text-decoration: none;
}
.step3-target-audience .additional-questions .question-icon {
  float: left;
  height: 50px;
  background: url('/static/img/panel-icons.png') 0 0 no-repeat;
}
.step3-target-audience .additional-questions .question-icon.country {
  width: 90px;
  background-position: -2px 0;
}
.step3-target-audience .additional-questions .question-icon.sum {
  width: 50px;
  background-position: -82px 0;
}
.step3-target-audience .additional-questions .question-icon.bullseye {
  width: 50px;
  background-position: -143px 0;
}
.step3-target-audience .additional-questions .select-country {
  margin: 15px 0 0 100px;
}
.step3-target-audience .additional-questions .select-country a.select-country-btn {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 10px;
  text-decoration: none;
  border: 1px solid #ddd;
  opacity: .5;
}
.step3-target-audience .additional-questions .select-country a.select-country-btn:hover {
  border-color: #0091e9;
  opacity: .8;
}
.step3-target-audience .additional-questions .select-country a.select-country-btn.selected {
  border-color: #0071bd;
  opacity: 1;
}
.step3-target-audience .additional-questions .select-size {
  width: 300px;
  margin-top: 20px;
  margin-left: 100px;
}
.step3-target-audience .additional-questions label {
  font-weight: normal;
  color: #555;
}
.step3-target-audience .additional-questions .ui-slider-horizontal .ui-slider-range {
  background: #5bade4;
}
.step3-target-audience .additional-questions .ui-state-default,
.step3-target-audience .additional-questions .ui-widget-content .ui-state-default {
  outline: none !important;
}
.step3-target-audience .additional-questions .ui-state-active,
.step3-target-audience .additional-questions .ui-widget-content .ui-state-active,
.step3-target-audience .additional-questions .ui-widget-header .ui-state-active {
  color: #2779aa;
}
.step3-target-audience .checkbox b.fmCheckbox {
  margin-left: 0;
}
.step3-target-audience .filters {
  padding: 15px 1px;
  /* ---- button ---- */
}
.step3-target-audience .filters .filter-label {
  display: inline-block;
  width: 30%;
  padding: 0 20px;
  text-align: right;
  vertical-align: middle;
}
.step3-target-audience .filters .filter-label .sub-text {
  font-size: 13px;
}
.step3-target-audience .filters .left-aligned-label {
  text-align: left;
  vertical-align: top;
}
.step3-target-audience .filters .buttons-container {
  display: inline-block;
}
.step3-target-audience .filters label {
  margin-right: 0;
  margin-left: 0;
}
.step3-target-audience .filters label .info-icon {
  vertical-align: middle;
}
.rtl .step3-target-audience .filters label {
  margin-right: inherit;
}
.step3-target-audience .filters .form-field {
  display: inline-block;
  width: 53%;
  vertical-align: middle;
}
.step3-target-audience .filters .form-field .blue-field {
  color: #4c85b9;
}
.step3-target-audience .filters .dropdown {
  display: inline-block;
  width: 53%;
}
.step3-target-audience .filters .dropdown .btn-filter {
  position: relative;
  width: 100%;
  margin-left: 2px;
  color: #4c85b9;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-left: 6px solid #ecbf24;
  border-radius: 0;
}
.step3-target-audience .filters .dropdown .btn-filter .caret {
  position: absolute;
  top: 50%;
  right: 12px;
}
.step3-target-audience .filters .dropdown-menu {
  width: 100%;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  vertical-align: middle;
  list-style: none;
}
.step3-target-audience .filters .dropdown-menu label {
  width: 100%;
  padding: 5px 10px;
  vertical-align: middle;
}
.step3-target-audience .filters .dropdown-menu label:hover {
  background: #fffbec;
}
.step3-target-audience .filters .dropdown-menu input {
  margin: 5px 10px 0;
}
.step3-target-audience .filters .slider-indicator {
  position: absolute;
  top: -25px;
  left: 40%;
  font-size: 14px;
  color: #4c85b9;
}
div.dialog div:first-child {
  width: 450px !important;
  padding: 5px 0 12px 0;
}
div.dialog div:first-child p.msg {
  display: none;
}
div.dialog div:first-child div h4 {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
div.dialog div:first-child div div {
  padding: 5px 5px 0 5px;
  text-align: left;
}
.step4-customization .wizard-question {
  margin-bottom: 40px;
}
.step4-customization .wizard-question ul {
  padding: 0;
}
.step4-customization .wizard-question ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.step4-customization .wizard-question ul li .remove {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.step4-customization .wizard-question.required > label:after {
  font-size: 100%;
  font-weight: bold;
  color: #f00;
  content: '*';
}
.step4-customization .wizard-question .question-label {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #7e828c;
}
.step4-customization .styled-form input[type="text"],
.step4-customization .styled-form input[type="email"],
.step4-customization .styled-form input[type="number"],
.step4-customization .styled-form input[type="url"],
.step4-customization .styled-form textarea,
.step4-customization .styled-form select,
.step4-customization .styled-form .mce-tinymce,
.step4-customization .styled-form .fileupload-wrapper,
.step4-customization .styled-form .dropify-wrapper,
.step4-customization .styled-form .video-question .input-group {
  width: 100% !important;
  max-width: 700px !important;
}
.step4-customization .styled-form input[type="text"],
.step4-customization .styled-form input[type="email"],
.step4-customization .styled-form input[type="number"],
.step4-customization .styled-form input[type="url"] {
  display: block;
  padding: 6px 10px;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.step4-customization .styled-form select.datefield {
  display: inline-block !important;
  width: initial !important;
}
.step4-customization .styled-form select {
  padding: 0 5px;
  background: #fff;
}
.step4-customization .styled-form .multiple .item .item-image {
  height: 150px;
}
.step4-customization .styled-form .btn_area {
  display: inline-block;
  width: 100%;
}
.step4-customization .styled-form .btn_area .add-more-fields {
  width: 100%;
  max-width: 700px;
  color: #555;
  background: #f5f5f5;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step4-customization .styled-form .btn_area .add-more-fields i {
  margin: 0 8px 0 2px;
}
.step4-customization .styled-form .btn_area .add-more-fields:hover {
  color: #2d9cdb;
  border-color: #2d9cdb;
}
.step4-customization .styled-form .btn_area .add-more-fields:hover i {
  color: #2d9cdb;
}
.step4-customization .styled-form .multipletext-question .item {
  margin-right: 40px;
}
.step4-customization .styled-form .multipletext-question .item input {
  display: inline-block;
}
.step4-customization .styled-form .multipletext-question .items {
  display: inline-block;
}
.step4-customization .styled-form .multipletext-question .items label {
  min-width: 20px;
}
.step4-customization .styled-form .multipletext-question .add-more-fields.disabled {
  color: #aaa;
  text-shadow: none;
  cursor: default;
  background: #ccc;
  border-color: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.step4-customization .styled-form .has-max-forms .add-more-fields {
  display: none;
}
.step4-customization .formset {
  position: relative;
}
.step4-customization .formset .add-more-fields {
  margin-top: 20px;
}
.step4-customization .formset-form {
  position: relative;
  width: 100%;
  max-width: 700px;
  padding: 20px 0;
  border-top: 1px solid #ddd;
  -webkit-transition: .3s linear background;
       -o-transition: .3s linear background;
          transition: .3s linear background;
}
.step4-customization .formset-form:hover {
  background: #fffdea;
}
.step4-customization .formset-form .btn-formset-delete {
  position: absolute;
  top: 25px;
  right: 8px;
  opacity: .8;
}
.step5-checkout *:not(.fa):not(.icon):not([class^="material-icons"]) {
  font-family: 'Open Sans', sans-serif;
}
.step5-checkout .success-message-wrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.step5-checkout .success-message-wrap h2 {
  font-size: 38px;
  color: #2d9cdb;
}
.step5-checkout .success-message-wrap h4 {
  font-size: 30px;
  color: #7e828c;
}
.step5-checkout .success-message-wrap h4 a {
  color: #2d9cdb;
}
.step5-checkout .wizard2-question,
.step5-checkout .loading {
  text-align: center;
}
.step5-checkout .wizard2-question h2,
.step5-checkout .loading h2 {
  font-size: 30px;
  color: #2d9cdb;
}
.step5-checkout .wizard2-question h4,
.step5-checkout .loading h4 {
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 20px;
  color: #7e828c;
}
.step5-checkout .loading {
  width: 100%;
  height: 500px;
  margin-top: 100px;
  text-align: center;
}
.step5-checkout .loading .title {
  margin: 50px;
}
.step5-checkout .loading .genie {
  width: 10%;
  margin-left: 25px;
}
.step5-checkout .checkout-info {
  margin-left: 0;
  text-align: center;
}
.step5-checkout .preview-survey-actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.step5-checkout .preview-survey-actions li {
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  padding: 0;
  margin-right: 5px;
  list-style: none;
  background: #f5f5f5;
}
.rtl .step5-checkout .preview-survey-actions li {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.step5-checkout .preview-survey-actions li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.step5-checkout .preview-survey-actions li a {
  position: relative;
  display: block;
  width: 167px;
  padding: 15px 13px 12px 57px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rtl .step5-checkout .preview-survey-actions li a {
  padding-right: 57px;
  padding-left: 13px;
}
.step5-checkout .preview-survey-actions li a:hover {
  border: 1px solid #abbdd0;
}
.step5-checkout .preview-survey-actions li a span.icon {
  position: absolute;
  top: 15px;
  left: 10px;
  display: Block;
  width: 36px;
  height: 40px;
}
.rtl .step5-checkout .preview-survey-actions li a span.icon {
  right: 10px;
  left: auto;
}
.step5-checkout .preview-survey-actions li .price,
.step5-checkout .preview-survey-actions li .delivery-time {
  font-size: 20px;
  color: #a05296;
}
.step5-checkout .preview-survey-actions li .fa-question-circle {
  font-size: 16px;
  vertical-align: super;
}
.step5-checkout .preview-survey-actions li p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.step5-checkout .preview-survey-actions li.update-header-footer a span.icon {
  background: url('/static/img/sprite.png') -409px -39px no-repeat;
}
.step5-checkout .preview-survey-actions li.update-survey-theme a span.icon {
  background: url('/static/img/sprite.png') -446px -39px no-repeat;
}
.step5-checkout .preview-survey-actions li.update-open-close-page a span.icon {
  background: url('/static/img/sprite.png') -479px -39px no-repeat;
}
.step5-checkout .preview-survey-actions li.add-question a span.icon {
  background: url('/static/img/sprite.png') -519px -39px no-repeat;
}
.step5-checkout .preview-survey-actions li.edit-survey a span.icon {
  background: url('/static/img/sprite.png') -555px -39px no-repeat;
}
.step5-checkout .preview-survey-actions li.edit-survey a,
.step5-checkout .preview-survey-actions li.add-question a {
  height: 30px;
  padding-top: 25px;
}
.step5-checkout .preview-survey-area {
  margin: 20px;
  overflow: hidden;
  clear: both;
}
.step5-checkout .preview-survey-area .preview-wrap {
  width: 400px;
  padding: 30px;
  margin: 60px auto 0;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
}
.step5-checkout .preview-survey-area .preview-title {
  padding: 0 0 30px;
  margin: 0;
  font-size: 20px;
  color: #354052;
  text-align: center;
}
.step5-checkout .preview-survey-area .preview-boxes-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.step5-checkout .preview-survey-area .preview-box {
  width: 140px;
  padding: 15px 0 5px;
  margin: 0 8px;
  color: #7e828c;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #cbcbcb;
}
.step5-checkout .preview-survey-area .preview-box:hover {
  border-color: #00a8e1;
}
.step5-checkout .preview-survey-area .preview-box:hover .preview-box-label {
  color: #00a8e1;
}
.step5-checkout .preview-survey-area .preview-box:hover svg path {
  fill: #00a8e1;
}
.step5-checkout .preview-survey-area .preview-box-label {
  padding: 5px;
  font-size: 12px;
}
.step5-checkout .preview-survey-area .actions {
  clear: both;
}
.step5-checkout .preview-survey-area .actions .action-button {
  height: 110px;
  padding: 15px 0;
  margin-top: 45px;
}
.step5-checkout .preview-survey-area .actions .action-button .button-checkout {
  color: #fff;
  background-color: #ecbf24;
  border-color: #ecbf24;
}
.step5-checkout .preview-button {
  padding: 16px 36px;
  font-size: 16px;
  color: #fff;
  background: #2d9cdb;
}
.step5-checkout #mobile-preview-options {
  position: relative;
  text-align: center;
}
.step6-finish *:not(.fa):not(.icon):not([class^="material-icons"]) {
  font-family: 'Open Sans', sans-serif;
}
.step6-finish .success-message-wrap {
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.step6-finish .success-message-wrap h2 {
  font-size: 38px;
  color: #2d9cdb;
}
.step6-finish .success-message-wrap h4 {
  font-size: 30px;
  color: #7e828c;
}
.step6-finish .success-message-wrap h4 a {
  color: #2d9cdb;
}
.step6-finish .btn {
  padding: 16px;
  font-size: 16px;
  background: #2d9cdb;
  border: #2d9cdb;
  border-radius: 8px;
}
.step6-finish .preview-survey-actions {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.step6-finish .preview-survey-actions li {
  float: left;
  margin-right: 20px;
  list-style: none;
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fefefe), color-stop(59%, #f7fcff), color-stop(63%, #f8f9fb), color-stop(73%, #f1f8fe), color-stop(75%, #eff7f9), color-stop(89%, #ebf4fb), to(#e3f0f8));
  background-image: -o-linear-gradient(top, #fff 0%, #fefefe 48%, #f7fcff 59%, #f8f9fb 63%, #f1f8fe 73%, #eff7f9 75%, #ebf4fb 89%, #e3f0f8 100%);
  background-image:    linear-gradient(to bottom, #fff 0%, #fefefe 48%, #f7fcff 59%, #f8f9fb 63%, #f1f8fe 73%, #eff7f9 75%, #ebf4fb 89%, #e3f0f8 100%);
}
.rtl .step6-finish .preview-survey-actions li {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.step6-finish .preview-survey-actions li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.step6-finish .preview-survey-actions li a {
  position: relative;
  display: block;
  width: 167px;
  padding: 15px 13px 12px 57px;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.rtl .step6-finish .preview-survey-actions li a {
  padding-right: 57px;
  padding-left: 13px;
}
.step6-finish .preview-survey-actions li a:hover {
  border: 1px solid #abbdd0;
}
.step6-finish .preview-survey-actions li a span.icon {
  position: absolute;
  top: 15px;
  left: 10px;
  display: Block;
  width: 36px;
  height: 40px;
}
.rtl .step6-finish .preview-survey-actions li a span.icon {
  right: 10px;
  left: auto;
}
.step6-finish .preview-survey-actions li.update-header-footer a span.icon {
  background: url('/static/img/sprite.png') -409px -39px no-repeat;
}
.step6-finish .preview-survey-actions li.update-survey-theme a span.icon {
  background: url('/static/img/sprite.png') -446px -39px no-repeat;
}
.step6-finish .preview-survey-actions li.update-open-close-page a span.icon {
  background: url('/static/img/sprite.png') -479px -39px no-repeat;
}
.step6-finish .preview-survey-actions li.add-question a span.icon {
  background: url('/static/img/sprite.png') -519px -39px no-repeat;
}
.step6-finish .preview-survey-actions li.edit-survey a span.icon {
  background: url('/static/img/sprite.png') -555px -39px no-repeat;
}
.step6-finish .preview-survey-actions li.edit-survey a,
.step6-finish .preview-survey-actions li.add-question a {
  height: 30px;
  padding-top: 25px;
}
.step6-finish .preview-survey-area {
  width: 100%;
  margin: 20px;
  overflow: hidden;
  clear: both;
}
.step6-finish .preview-survey-area .previews {
  position: relative;
  height: 500px;
  margin: 20px 50px;
}
.step6-finish .preview-survey-area .previews iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
}
.step6-finish .preview-survey-area .preview-screen {
  position: absolute;
  left: 20px;
  width: 634px;
  height: 470px;
  text-align: center;
  background: url('/static/img/screen-transparent.png');
}
.step6-finish .preview-survey-area .preview-screen .preview-button {
  top: 180px;
}
.step6-finish .preview-survey-area .preview-mobile {
  position: absolute;
  top: 120px;
  left: 620px;
  width: 201px;
  height: 358px;
  text-align: center;
  background: url('/static/img/mobile-transparent.png');
}
.step6-finish .preview-survey-area .preview-mobile .preview-button {
  top: 160px;
}
.step6-finish .preview-survey-area .actions {
  clear: both;
}
.step6-finish #preview-screen-frame,
.step6-finish #preview-mobile-frame {
  position: absolute;
  overflow: hidden;
}
.step6-finish #preview-screen-frame {
  top: 19px;
  left: 23px;
  width: 592px;
  height: 339px;
}
.step6-finish #preview-mobile-frame {
  top: 43px;
  left: 15px;
  width: 340px;
  height: 535px;
  -webkit-transform: scale(.5);
      -ms-transform: scale(.5);
       -o-transform: scale(.5);
          transform: scale(.5);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
}
.step6-finish .preview-button {
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  background: #007bcb;
  border-radius: 5px;
  opacity: .9;
}
.step6-finish .preview-button:hover {
  color: #fff;
  opacity: 1;
}
.step6-finish #mobile-preview-options {
  position: relative;
  text-align: center;
}
.step6-finish #mobile-preview-button {
  display: inline-block;
}
.reports2 .report-table {
  margin: 10px auto;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.reports2 .report-table tr:nth-child(odd) {
  background: #fff;
}
.reports2 .report-table tr td,
.reports2 .report-table tr:first-child th {
  text-align: center;
}
.reports2 .report-table tr th,
.reports2 .report-table tr td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.reports2 .report-table tr th,
.reports2 .report-table tr > td:first-child {
  font-weight: bold;
}
.reports2 .report-table .green-cell {
  background-color: #5cb85c;
}
.reports2 .report-table .light-green-cell {
  background-color: #9fc569;
}
.reports2 .report-table .blue-cell {
  color: #fff;
  background-color: #4f8dc6;
}
.reports2 .report-table .yellow-cell {
  background-color: #f0d64e;
}
.reports2 .report-table .orange-cell {
  background-color: #f0ad4e;
}
.reports2 .report-table .red-cell {
  color: #fff;
  background-color: #d9534f;
}
.reports2 .report-table .grey-cell {
  background-color: #d9d9d9;
}
.reports2 .report-table .grey-text-cell {
  color: #d9d9d9;
}
.reports2 .report-table .red-text-cell,
.reports2 .report-table .red-text-w-icon-cell,
.reports2 .report-table .green-text-cell,
.reports2 .report-table .green-text-w-icon-cell,
.reports2 .report-table .blue-text-cell,
.reports2 .report-table .blue-text-w-icon-cell {
  font-weight: bold;
}
.reports2 .report-table .red-text-cell,
.reports2 .report-table .red-text-w-icon-cell {
  color: #d9534f;
}
.reports2 .report-table .red-text-w-icon-cell:after {
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f088";
}
.reports2 .report-table .green-text-cell,
.reports2 .report-table .green-text-w-icon-cell {
  color: #5cb85c;
}
.reports2 .report-table .green-text-w-icon-cell:after {
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f087";
}
.reports2 .report-table .blue-text-cell,
.reports2 .report-table .blue-text-w-icon-cell {
  color: #4f8dc6;
}
.reports2 .report-table .blue-text-w-icon-cell:after {
  padding-top: 3px;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-left: 7px;
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f129";
  border: 2px solid;
  border-radius: 50%;
}
.reports2 .report-table .low td {
  opacity: .5;
}
.reports2 .report-table .table_total td {
  font-weight: bold;
  color: #000;
}
.reports2 .report-table .note {
  font-size: 11px;
}
.reports2 .report-table.concept td,
.reports2 .report-table.concept th {
  font-size: 16px;
}
.reports2 .report-table.bold_text {
  font-weight: bold;
}
.reports2 .sub-item.list-of-charts {
  position: relative;
  width: 890px;
  padding: 40px 50px;
  margin: 0 auto;
  vertical-align: middle;
}
.reports2 .multiple_elements {
  margin-bottom: 30px;
}
.reports2 .multiple_elements .chart {
  display: inline-block;
  width: 100%;
}
.reports2 .multiple_elements .image img {
  -webkit-box-shadow: 0 0 10px #000;
          box-shadow: 0 0 10px #000;
}
.reports2 .chart {
  position: relative;
  width: 780px;
  min-height: 100px;
  margin: 5px auto;
  vertical-align: middle;
  /*SL: force using ltr even when in Hebrew to fix svg alignment issue, only effects the charts labels*/
}
.reports2 .chart .important {
  padding: 0 2px;
  background: #fff;
}
.reports2 .chart text {
  direction: ltr;
}
.reports2 .chart .highcharts-tooltip > span {
  z-index: 9999 !important;
  padding: 8px;
  background: rgba(255, 255, 255, .85);
  border: 1px solid silver;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px #888;
          box-shadow: 1px 1px 2px #888;
}
.reports2 .multiple_charts {
  display: inline-block;
  margin: auto -1px;
  vertical-align: top;
}
.reports2 .table .table-count-box {
  margin-top: 20px;
  margin-right: 20px;
  text-align: right;
}
.reports2 .table .table-count-box .table-count-text {
  padding: 10px;
  border: 1px solid silver;
  border-radius: 5px;
}
.reports2 .brand-equity-legend {
  margin: 30px;
}
.reports2 .brand-equity-legend h3 {
  padding: 10px 0;
  margin: 20px 0;
  font-size: 18px;
  color: #555;
  text-align: center;
}
.reports2 .brand-equity-legend .legend {
  width: 15%;
  padding-bottom: 12px;
  margin: 0 8%;
  text-align: center;
  border-bottom: 1px solid;
}
.reports2 .brand-equity-legend .legend.green {
  color: #4da24b;
  border-bottom-color: #4da24b;
}
.reports2 .brand-equity-legend .legend.yellow {
  color: #e7ba00;
  border-bottom-color: #e7ba00;
}
.reports2 .brand-equity-legend .legend.red {
  color: #f00;
  border-bottom-color: #f00;
}
.reports2 .positioning-table {
  margin: 30px 0;
}
.reports2 .positioning-table .pos {
  position: relative;
  width: 20%;
}
.reports2 .positioning-table .pos-number div {
  position: absolute;
  top: -19px;
  left: 41%;
  float: left;
  width: 35px;
  height: 35px;
  padding: 6px 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #d70036;
  border-radius: 50%;
}
.reports2 .positioning-table .pos-header {
  padding: 20px 10px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  background-color: #4f8dc6;
}
.reports2 .positioning-table .pos-body {
  min-height: 150px;
  padding: 10px;
  margin: 2px 0;
  border: 1px solid #4f8dc6;
}
.reports2 .positioning-table .pos-body ul li {
  list-style: circle inside;
}
.reports2 .help-btn {
  position: absolute;
  top: 100px;
  right: 0;
  display: block;
  width: 70px;
  height: 85px;
  background: #4f8dc6;
  border: 1px solid #416c94;
  border-right: 0;
  border-radius: 15px 0 0 15px;
}
.reports2 .help-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  font-size: 35px;
  color: #dee9f3;
  text-align: center;
  text-decoration: none;
}
.reports2 .help-btn a:hover,
.reports2 .help-btn a:focus {
  color: #fff;
}
.reports2 .help-body {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 150;
  display: none;
  width: 800px;
  height: 650px;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  border: 3px solid #4f8dc6;
  border-right: 0;
}
.reports2 a.drill-down span {
  text-decoration: underline;
}
.reports2 a.drill-down.icon:before {
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: bold;
  content: "\f0e5";
}
.rtl .reports2 a.drill-down.icon:before {
  margin-right: 0;
  margin-left: 5px;
}
.reports2 .summary-overview .item {
  height: 120px;
  margin-bottom: 20px;
}
.reports2 .summary-overview .center-v,
.reports2 .summary-overview .center-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reports2 .summary-overview .center-v {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2 .summary-overview .center-h {
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.reports2 .summary-overview .chart {
  width: 80px !important;
  min-height: 80px !important;
}
.reports2 .summary-overview .list-group {
  width: 100%;
  margin-bottom: 0;
}
.reports2 .summary-overview .list-group-item {
  padding: 5px 10px;
  background-color: transparent;
}
.reports2 .summary-overview .slide-info {
  color: #fff;
  text-align: center;
}
.reports2 .summary-overview .slide-icon {
  font-size: 24px;
}
.reports2 .summary-overview .slide-name {
  font-size: 16px;
}
.reports2 .summary-overview .slide-desc {
  font-size: 12px;
}
.reports2 .summary-overview .chart-info {
  height: 40px;
  margin-bottom: -30px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
.reports2 .summary-overview .insights_and_icon {
  background-color: #fff;
}
.reports2 .summary-overview .extra-icon {
  font-size: 28px;
}
.reports2 .chart-title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4f8dc6;
  text-align: center;
}
.reports2 .n_scorecard {
  padding: 10px;
  margin: 0 2px 2px 2px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #f5f5f5;
}
.reports2 .n_scorecard .title {
  display: inline-block;
  width: 176px;
  margin: 10px auto;
  margin: auto -1px;
  margin-left: 5px;
  font-weight: bold;
  color: #4f8dc6;
  text-align: left;
}
.reports2 .n_scorecard .score {
  text-align: center;
}
.reports2 .n_scorecard .data {
  display: inline-block;
}
.reports2 .n_scorecard_icon {
  margin-right: 10px;
  color: #757575;
  vertical-align: middle;
}
.reports2 .boxes-container {
  width: 100%;
  text-align: center;
}
.reports2 .boxes-container .box-group-items {
  display: inline-block;
  width: 30%;
  padding: 10px;
  margin: 10px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  background-color: white;
  border: 2px solid #f5f5f5;
  border-radius: 5px;
}
.reports2 .boxes-container .box-group-items .item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2 .boxes-container img,
.reports2 .boxes-container video {
  width: 100%;
}
.reports2 .boxes-container .box-text {
  font-size: 14px;
  font-weight: 700;
}
.reports2 .summary-table {
  margin: 0 auto;
  border-spacing: 5px;
  border-collapse: separate;
}
.reports2 .summary-table th,
.reports2 .summary-table td {
  padding: 0;
  text-align: center;
}
.reports2 .summary-table td:first-child {
  height: 100px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  background-color: #e8bd34;
}
.reports2 .summary-table td {
  background-color: #fff;
}
.reports2 .summary-table th:not(:first-child) {
  max-width: 200px;
}
.reports2 .summary-table .chart {
  width: 100px !important;
  min-height: 80px;
  padding: 0;
  margin: auto;
}
.reports2 .reputation-scorecard {
  margin: 0;
  line-height: 1.3;
  text-align: center;
  border: 0;
}
.reports2 .reputation-scorecard .reputation-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 13px;
  font-weight: bold;
  color: #4f8dc6;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reports2 .reputation-scorecard .sub-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
}
.reports2 .reputation-scorecard .sub-titles .sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.reports2 .reputation-scorecard .sub-titles .sub-title .sub-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reports2 .attribute-scorecard {
  height: 238px;
  font-family: Roboto, sans-serif;
  background-color: #fff;
  border: solid 2px #f5f5f5;
}
.reports2 .attribute-scorecard .items-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;

  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.reports2 .attribute-scorecard .item {
  overflow: hidden;

  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
}
.reports2 .attribute-scorecard .item-label {
  height: 78px;
  margin: 0 2px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.reports2 .attribute-scorecard .item-chart {
  width: 80%;
  margin-bottom: 10px;
}
.reports2 .attribute-scorecard .title {
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #00aeef;
  text-align: center;
}
.reports2 .attribute-scorecard .pie-progress-number {
  font-size: 22px;
  font-weight: 600;
}
.reports2 .attribute-scorecard.main-item .items-container {
  margin: 10px 0;
}
.reports2 .attribute-scorecard.main-item .pie-progress-number {
  font-size: 30px;
}
.reports2 .attribute-scorecard.main-item .item-label {
  height: 50px;
  font-size: 15px;
}
.reports2 .attribute-scorecard.main-item .item-chart {
  width: 50%;
}
.reports2 .attribute-scorecard.main-item .title {
  padding: 5px;
  color: white;
  background-color: #00aeef;
}
.reports2 .progress-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  min-height: 65px;
  margin: auto;

  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.reports2 .progress-vertical .progress-bar {
  float: none;
}
.reports2 .progress-xs.progress-vertical {
  width: 20px;
}
.reports2 .pepsi-summary-scorecard .triangle-right {
  padding: 5px !important;
  margin-top: 5px;
}
.reports2 .pepsi-summary-scorecard hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.reports2 .pepsi-summary-scorecard .w-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2 .pepsi-summary-scorecard img {
  float: none !important;
  max-width: 100%;
}
.reports2 .p-scorecard .w-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reports2 .p-scorecard .concept-url {
  max-width: 100%;
  margin: 0;
}
.reports2 .p-scorecard .w-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: auto -2px;
  vertical-align: middle;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reports2 .p-scorecard .w-header-empty {
  width: 120px !important;
  margin-left: 5px;
}
.reports2 .p-scorecard .w-header {
  width: 90px;
  margin: auto 1px;
  font-weight: bold;
}
.reports2 .p-scorecard .w-row-header {
  width: 120px !important;
  height: 100%;
  padding: 5px;
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #e8bd34;
}
.reports2 .p-scorecard .w-box {
  width: 95px;
}
.reports2 .p-scorecard .p-scorecard.w-chart-box {
  padding: 5px;
}
.reports2 .p-scorecard .w-pie-chart {
  width: 40px;
}
.reports2 .p-scorecard .data-table {
  width: 417px;
}
.reports2 .p-scorecard .concept-name {
  font-weight: bold;
}
.reports2.drill-down {
  padding: 0;
  background-color: #fff;
}
.reports2.drill-down .sub-item.list-of-charts {
  width: auto;
}
.drillDownContent {
  padding: 0 20px;
}
.reports2 {
  background: #fff;
}
.reports2 .page {
  min-height: calc(100vh - 67px);
}
.reports2 .page-content {
  padding: 0;
}
.reports2 .preview-mode-indicator {
  height: 60px;
  padding: 15px 10px;
  color: #fff;
  text-align: left;
  background: #3b6043;
}
.reports2 .sub-item {
  padding: 15px 50px;
  border-bottom: 1px solid #ddd;
}
.reports2 .report-header {
  min-height: 70px;
}
.reports2 .report-header h1 {
  margin-top: 0;
}
.ltr .reports2 .report-header {
  padding-right: 150px;
}
.rtl .reports2 .report-header {
  padding-left: 150px;
}
.reports2 #loading {
  display: none;
  width: 100%;
  height: 50px;
  padding: 300px 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #000;
  opacity: .7;
}
.reports2 #side-widget {
  position: absolute;
  top: 73px;
  right: 0;
  display: block;
  float: right;
  width: 315px;
  padding: 10px 15px;
}
.reports2 #side-widget .widget-1 > .widget-content {
  background-color: #e8f5e9;
}
.reports2 #side-widget .widget-2 > .widget-content {
  background-color: #e8f5e9;
}
.reports2 #side-widget .widget-3 > .widget-content {
  background-color: #e3f2fd;
}
.reports2 #side-widget .widget-4 > .widget-content {
  background-color: #fffde7;
}
.reports2 #side-widget .counter-number-group {
  margin-right: 20px;
}
.reports2 #side-widget .counter-number-group .research-date {
  font-size: 28px;
}
.rtl .reports2 #side-widget .counter-number-group {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .reports2 #side-widget {
    width: 250px;
    margin-right: -15px;
  }
  .reports2 #side-widget .widget .icon {
    font-size: 30px;
  }
  .reports2 #side-widget .padding-30 {
    padding: 15px !important;
  }
}
@media screen and (max-width: 1550px) {
  .reports2 #side-widget {
    display: none;
  }
}
.rtl .reports2 #side-widget {
  right: inherit;
  left: 0;
  float: left;
}
.reports2 .open-page #side-widget {
  position: relative;
  top: 0;
  float: none;
  width: 100%;
  margin-top: 10px;
}
.reports2 .open-page #side-widget .widget {
  display: inline-block;
  width: 45%;
  height: 175px;
  margin-right: 10px;
  vertical-align: top;
}
.reports2 .open-page #side-widget .widget .widget-content {
  height: 100%;
}
@media screen and (max-width: 1550px) {
  .reports2 .open-page #side-widget {
    display: block;
  }
}
.reports2 .open-page .info {
  text-align: center;
}
.reports2 .open-page .info img {
  width: auto;
  max-width: 100%;
  height: 150px;
}
.reports2 .next-prev-buttons {
  position: fixed;
  right: 70px;
  bottom: 52px;
  z-index: 1000;
  width: 122px;
  zoom: 1;
}
.reports2 #report-toc.page-aside {
  /* overwrite default positioning */
  top: 68px;
  border: 0;
}
.reports2 #report-toc.page-aside .list-group {
  position: relative;
  display: block;
  margin-top: 0;
}
.reports2 #report-toc.page-aside .list-group .list-group {
  margin-bottom: 0;
}
.reports2 #report-toc.page-aside .list-group .list-group .list-group-item {
  padding: 8px 20px;
}
.reports2 #report-toc.page-aside .list-group.collapse {
  display: none;
}
.reports2 #report-toc.page-aside .list-group.collapse.in {
  display: block;
}
.reports2 #report-toc.page-aside .panel .list-group-item.collapse .icon:before {
  content: "\f147";
}
.reports2 #report-toc.page-aside .panel .list-group-item.collapse.collapsed .icon:before {
  content: "\f196";
}
.reports2 #report-toc.page-aside .panel-collapse {
  background: #f9fcff;
}
.ltr .reports2 #report-toc.page-aside .panel-collapse {
  margin-left: 32px;
  border-left: 1px solid #ecbf24;
}
.rtl .reports2 #report-toc.page-aside .panel-collapse {
  margin-right: 32px;
  border-right: 1px solid #ecbf24;
}
.reports2 #report-toc.page-aside .panel-collapse .list-group-item.active {
  margin-left: -2px;
  background: #f5f5f5;
}
.reports2 #report-toc.page-aside .panel + .panel {
  margin-top: 0;
}
.reports2 #report-toc.page-aside .list-group-item {
  color: #555;
  text-decoration: none;
  background: #fff;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 0;
}
.reports2 #report-toc.page-aside .list-group-item.summary {
  font-weight: bold;
  color: #fff;
  background: #4e8ec6;
}
.reports2 #report-toc.page-aside .list-group-item.summary.active a,
.reports2 #report-toc.page-aside .list-group-item.summary a:hover {
  color: #fff;
  text-shadow: 0 0 1px #555;
  border-color: #9c8869;
}
.reports2 #report-toc.page-aside .list-group-item.summary.active a .fa,
.reports2 #report-toc.page-aside .list-group-item.summary a:hover .fa {
  color: #fff;
}
.reports2 #report-toc.page-aside .list-group-item.summary .icon {
  color: #555;
}
.reports2 #report-toc.page-aside .list-group-item.summary:hover,
.reports2 #report-toc.page-aside .list-group-item.summary:focus {
  color: #fff;
  background: #3d6f9b;
}
.reports2 #report-toc.page-aside .list-group-item.summary:hover .icon,
.reports2 #report-toc.page-aside .list-group-item.summary:focus .icon {
  color: #fff;
}
.reports2 #report-toc.page-aside .list-group-item.summary.active {
  color: #fff;
  background: #3d6f9b;
}
.reports2 #report-toc.page-aside .list-group-item.summary.active .icon {
  color: #fff;
}
.reports2 #report-toc.page-aside .list-group-item .icon {
  color: #d4a812;
}
.ltr .reports2 #report-toc.page-aside .list-group-item .icon {
  margin-right: 20px;
}
.rtl .reports2 #report-toc.page-aside .list-group-item .icon {
  margin-left: 20px;
}
.reports2 #report-toc.page-aside .list-group-item:hover {
  color: #4c85b9;
  background: #fff;
}
.reports2 #report-toc.page-aside .list-group-item:hover .icon {
  color: #ecbf24;
}
.reports2 #report-toc.page-aside .list-group-item:hover .icon.md-circle-o:before {
  content: '\f26d';
}
.reports2 #report-toc.page-aside .list-group-item.active {
  color: #4c85b9;
  background-color: #f5f5f5;
  border-left: 3px solid #4c85b9;
}
.reports2 #report-toc.page-aside .list-group-item.active .icon {
  color: #ecbf24;
}
.reports2 #report-toc.page-aside .list-group-item.active .icon.md-circle-o:before {
  content: '\f26d';
}
.rtl .reports2 #report-toc.page-aside .list-group-item.active {
  border-right: 3px solid #4c85b9;
  border-left: none;
}
.reports2 #report-toc.page-aside ul {
  margin-left: 0;
  list-style-type: none;
}
.rtl .reports2 #report-toc.page-aside ul {
  padding-right: 0;
}
.reports2 #report-toc.page-aside ul li a {
  display: block;
  width: 100%;
  padding: 15px 20px 15px 45px;
  color: #555;
  text-decoration: none;
}
.rtl .reports2 #report-toc.page-aside ul li a {
  padding: 15px 45px 15px 20px;
}
.reports2 #report-toc.page-aside ul li a .fa {
  position: absolute;
  top: 18px;
  width: 20px;
  padding: 0 10px;
  color: #e0e0e0;
  text-align: center;
}
.ltr .reports2 #report-toc.page-aside ul li a .fa {
  left: 10px;
}
.rtl .reports2 #report-toc.page-aside ul li a .fa {
  right: 10px;
}
.reports2 #report-toc.page-aside ul li a:hover {
  color: #4c85b9;
}
.reports2 #report-toc.page-aside ul li a:hover .fa {
  color: #ecbf24;
}
.reports2 #report-toc.page-aside ul li a:hover .fa:before {
  content: "\f111";
}
.reports2 #report-toc.page-aside ul li.active {
  background: #f5f5f5;
}
.reports2 #report-toc.page-aside ul li.active a {
  color: #4c85b9;
}
.ltr .reports2 #report-toc.page-aside ul li.active a {
  border-left: 3px solid #4c85b9;
}
.rtl .reports2 #report-toc.page-aside ul li.active a {
  border-right: 3px solid #4c85b9;
}
.reports2 #report-toc.page-aside ul li.active a .fa {
  color: #ecbf24;
}
.reports2 #report-toc.page-aside ul li.active a .fa:before {
  content: "\f111";
}
.reports2 #report-toc.page-aside ul li.summary {
  margin: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #ecbf24;
}
.reports2 #report-toc.page-aside ul li.summary.active a,
.reports2 #report-toc.page-aside ul li.summary a:hover {
  color: #fff;
  text-shadow: 0 0 1px #555;
  border-color: #9c8869;
}
.reports2 #report-toc.page-aside ul li.summary.active a .fa,
.reports2 #report-toc.page-aside ul li.summary a:hover .fa {
  color: #fff;
}
.reports2 .scrollable-bar-vertical {
  z-index: 100;
  width: 6px;
}
.reports2 .open-question-select-wrapper {
  position: relative;
}
.reports2 .open-question-select-wrapper:hover .open-questions-select {
  padding: 9px;
  background: #fff;
  border: 1px solid #ddd;
}
.reports2 .open-question-select-wrapper:hover .open-questions-selection {
  display: block;
}
.reports2 .open-question-select-wrapper:hover .icon-dropdown {
  background: url('/static/img/sprite.png') -177px -105px;
}
.reports2 .open-questions-select {
  position: relative;
  display: block;
  padding: 10px;
  margin: 20px -2px 0 0;
  font-size: 26px;
  text-decoration: none;
  border-radius: 5px 5px 0 0;
}
.rtl .reports2 .open-questions-select {
  margin: 20px 0 0 -2px;
}
.reports2 .open-questions-select span {
  font-size: 14px;
}
.reports2 .open-questions-select .icon-dropdown {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-right: 140px;
  background: url('/static/img/sprite.png') -200px -104px;
}
.rtl .reports2 .open-questions-select .icon-dropdown {
  float: left;
  margin-right: 0;
  margin-left: 140px;
  background: url('/static/img/sprite-rtl.png') -200px -104px;
}
.reports2 .open-questions-selection {
  position: absolute;
  top: 48px;
  display: none;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}
.reports2 .open-questions-selection li a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #515151;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
.reports2 .open-questions-selection li a:hover {
  color: #fff;
  background: #0474bd;
}
.reports2 .exposed-widget {
  display: inline-block;
}
.ltr .reports2 .exposed-widget {
  margin-right: 15px;
}
.rtl .reports2 .exposed-widget {
  margin-left: 20px;
}
.reports2 .exposed-widget label {
  display: inline-block;
  color: #000;
}
.ltr .reports2 .exposed-widget label {
  margin-right: 10px;
}
.rtl .reports2 .exposed-widget label {
  margin-left: 10px;
}
.reports2 .exposed-widget input,
.reports2 .exposed-widget select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.reports2 #filter-questions a.button,
.reports2 #search-questions a.button {
  float: right;
  width: 40px;
  margin: 0;
  text-align: center;
}
.rtl .reports2 #filter-questions a.button,
.rtl .reports2 #search-questions a.button {
  float: left;
}
.reports2 #search-questions input {
  width: 460px;
  margin-top: 2px;
}
.reports2 .answer-list {
  padding-top: 10px;
}
.reports2 .answer-list > li {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.reports2 .demographic-info {
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.rtl .reports2 .demographic-info {
  margin-right: 20px;
  margin-left: 0;
}
.reports2 .demographic-info li {
  display: inline-block;
  margin-right: 20px;
  list-style: none;
}
.rtl .reports2 .demographic-info li {
  margin-right: 0;
  margin-left: 20px;
}
.reports2 .demographic-info li span {
  font-weight: bold;
}
.reports2 .open-answer-text {
  margin-left: 20px;
  line-height: 130%;
}
.rtl .reports2 .open-answer-text {
  margin-right: 20px;
  margin-left: 0;
}
.reports2 .open-answer h4 {
  color: #0072bc;
}
.rtl .reports2 .report-open-questions .left-col .sub-item {
  padding: 20px;
}
.rtl .reports2 .report-open-questions .report-open-questions .sub-item h3 {
  margin-bottom: 20px;
}
.rtl .reports2 .report-open-questions .report-open-questions .sub-item-white {
  float: right;
  width: 590px;
  padding: 10px 20px;
  margin: 10px;
}
.rtl .reports2 .report-open-questions .report-open-questions .summary-info-list li {
  margin-bottom: 20px;
}
.reports2 .highlight {
  background-color: #555;
}
.reports2 #report-page {
  max-width: 890px;
  padding: 0;
  margin-bottom: 80px;
  background: #f5f5f5;
}
.reports2 .report-page-content {
  position: relative;
  min-height: 550px;
  background-color: #f5f5f5;
}
.reports2 h1 {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.4;
  color: #4f8dc6;
  border: none;
}
.reports2 h2,
.reports2 h3 {
  padding: 10px 0;
  margin: 0;
  font-size: 18px;
  color: #555;
}
.reports2 h3 {
  font-size: 16px;
}
.reports2 .question {
  padding: 5px;
  font-size: 16px;
}
.reports2 .sub-question {
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
}
.reports2 .notice-icon {
  position: absolute;
  top: 8px;
  left: 15px;
  display: block;
}
.rtl .reports2 .notice-icon {
  right: 15px;
  left: auto;
}
.reports2 .list_of_components {
  padding-left: 15px;
}
.rtl .reports2 .list_of_components {
  padding-right: 15px;
  padding-left: inherit;
}
.reports2 .ok-input,
.reports2 .good-input,
.reports2 .bad-input {
  position: relative;
  display: block;
  padding: 5px 15px 5px 40px;
  color: #4f8dc6;
}
.rtl .reports2 .ok-input,
.rtl .reports2 .good-input,
.rtl .reports2 .bad-input {
  padding: 5px 40px 5px 15px;
}
.reports2 .ok-input {
  color: #4f8dc6;
}
.reports2 .good-input {
  color: #468847;
}
.reports2 .bad-input {
  color: #b94a48;
}
.reports2 .wizer-tips {
  max-width: none;
  background: #dbe8f5;
  border: 0;
}
.reports2 .wizer-tips .magic {
  width: 20%;
  height: 200px;
}
.reports2 .wizer-tips .magic img {
  max-width: 70px;
  margin: 30px 0 0 40px;
}
.rtl .reports2 .wizer-tips .magic img {
  margin: 30px 40px 0 0;
}
.reports2 .wizer-tips .wizer-tips-content {
  width: 80%;
}
.reports2 .wizer-tips .wizer-tips-content .sub-item {
  padding: 15px 5px;
  border-top: 1px solid #c3d1dc;
  border-bottom: 0;
}
.reports2 a {
  color: inherit;
}
.reports2 a.btn {
  color: #fff;
  text-decoration: none;
}
.reports2 a.btn.btn-default {
  color: #555;
}
.rtl .reports2 a.btn .btn-label {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .reports2 .row.bg-white.padding-top-15 a.btn {
  padding-right: 0;
  padding-left: 8px;
}
.reports2 .btn-group-justified {
  width: auto;
}
.reports2 .w-lowercase {
  text-transform: lowercase;
}
.reports2 .btn-group > .btn:first-child {
  margin-right: 0;
}
.reports2 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.reports2 .btn-group > .btn:last-child:not(:first-child),
.reports2 .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.reports2 .funnel th,
.reports2 .funnel td {
  width: 150px;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}
.reports2 .funnel th {
  padding-bottom: 10px;
  color: #4f8dc6;
}
.reports2 .funnel td {
  height: 70px;
  padding: 0;
}
.reports2 .funnel .conversion {
  width: 50px;
  font-size: 12px;
  color: grey;
}
.reports2 .funnel img {
  width: 100px;
}
.reports2 .funnel .first-row {
  width: 100px;
  padding-right: 20px;
}
.reports2 .funnel .conversion-value {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  vertical-align: middle;
  background-color: #4f8dc6;
}
.reports2 .funnel table {
  margin: auto;
  font-weight: 700;
  border-spacing: 0 5px;
  border-collapse: separate;
}
.reports2 .funnel .bar-chart {
  margin: 5px;
}
.reports2 .funnel .pie-progress {
  max-width: 50px;
}
.reports2 .other-label {
  margin-right: 10px;
}
.reports2 .poll-results-button {
  display: block;
}
.reports2 .open-answer-text.bad {
  color: #f00;
}
.reports2 .slides .buttons-container {
  margin: 20px auto;
  text-align: left;
  border: 0;
}
.rtl .reports2 .slides .buttons-container {
  text-align: right;
}
.reports2 .slides .buttons-container .title {
  margin-bottom: 15px;
}
.reports2 .slides .buttons-container .btn {
  padding: 12px;
  margin-bottom: 0;
  color: #5f6371;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reports2 .slides .buttons-container .btn:hover,
.reports2 .slides .buttons-container .btn:focus,
.reports2 .slides .buttons-container .btn:active {
  color: #5f6371;
  background-color: #ebebeb;
  border-color: #adadad;
}
.reports2 .slides .buttons-container .btn.active {
  color: #fff;
  background-color: #5e6680;
  border-color: #5e6680;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.reports2 .slides .buttons-container .btn.active:hover,
.reports2 .slides .buttons-container .btn.active:focus,
.reports2 .slides .buttons-container .btn.active:active {
  color: #fff;
  background-color: #5e6680;
  border-color: #5e6680;
}
.reports2 .slides .slide {
  display: none;
  padding-top: 68px;
  margin-top: -68px;
}
.reports2 .slides .slide.active {
  display: block;
}
.reports2 .slides .highcharts-container {
  direction: ltr;
}
.rtl .reports2 .slides .highcharts-container span {
  direction: rtl;
}
.reports2 .new-line {
  display: inline-block;
  margin-bottom: 5px;
}
.reports2 .image {
  text-align: center;
}
.reports2 .image img {
  max-width: 100%;
}
.reports2.report-summary h1 {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.reports2.report-summary h2 {
  padding: 10px 10px 0;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
  color: #4f8dc6;
  border: 0;
}
.reports2.report-summary h3 {
  padding: 30px 10px 10px 10px;
  font-size: 18px;
  font-weight: normal;
}
.reports2.report-summary h4 {
  padding: 0 30px;
  font-size: 16px;
  font-weight: normal;
  color: #7e8891;
}
.reports2.report-summary h5 {
  padding: 0 50px;
  font-size: 16px;
  font-weight: normal;
  color: #7e8891;
}
.reports2.report-summary .general-info {
  background: #faf0ce;
}
.reports2.report-summary .summary-info-list {
  margin-top: 10px;
}
.ltr .reports2.report-summary .summary-info-list {
  margin-left: 50px;
}
.rtl .reports2.report-summary .summary-info-list {
  margin-right: 50px;
}
.reports2.report-summary .summary-info-list > li:before {
  margin: 0 15px 0 -15px;
  font-family: 'FontAwesome';
  color: #4f8dc6;
  vertical-align: top;
  content: "\f0da";
}
.rtl .reports2.report-summary .summary-info-list > li:before {
  margin: 0 -15px 0 15px;
  content: "\f0d9";
}
.reports2.report-summary .summary-info-list > li {
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
  list-style: none;
}
.ltr .reports2.report-summary .summary-info-list > li {
  padding-left: 20px;
}
.rtl .reports2.report-summary .summary-info-list > li {
  padding-right: 20px;
}
.reports2.report-summary .summary-info-list > li p {
  display: inline-block;
  width: 95%;
}
.reports2.report-summary .summary-info-list > li strong {
  font-weight: bold;
}
.ltr .reports2.report-summary .summary-info-list > li strong {
  padding-right: 5px;
}
.rtl .reports2.report-summary .summary-info-list > li strong {
  padding-left: 5px;
}
.reports2.report-summary .summary-info-list .launched-via li {
  list-style: circle;
}
.ltr .reports2.report-summary .summary-info-list .launched-via li {
  margin-left: 20px;
}
.rtl .reports2.report-summary .summary-info-list .launched-via li {
  margin-right: 20px;
}
.counter {
  text-align: center;
}
.counter > .counter-number,
.counter .counter-number-group {
  font-size: 20px;
  color: #424242;
}
.counter-label {
  display: block;
}
.counter-icon {
  font-size: 20px;
}
.counter-lg > .counter-number,
.counter-lg .counter-number-group {
  font-size: 40px;
}
.counter-lg .counter-icon {
  font-size: 40px;
}
.counter-md > .counter-number,
.counter-md .counter-number-group {
  font-size: 30px;
}
.counter-md .counter-icon {
  font-size: 30px;
}
.counter-sm > .counter-number,
.counter-sm .counter-number-group {
  font-size: 14px;
}
.counter-sm .counter-icon {
  font-size: 14px;
}
.counter-sm .counter-number-related + .counter-number,
.counter-sm .counter-number + .counter-number-related {
  margin-left: 0;
}
.counter-inverse {
  color: #fff;
}
.counter-inverse > .counter-number,
.counter-inverse .counter-number-group {
  color: #fff;
}
.counter-inverse .counter-icon {
  color: #fff;
}
.margin-0 {
  margin: 0 !important;
}
.margin-3 {
  margin: 3px !important;
}
.margin-5 {
  margin: 5px !important;
}
.margin-10 {
  margin: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-35 {
  margin: 35px !important;
}
.margin-40 {
  margin: 40px !important;
}
.margin-45 {
  margin: 45px !important;
}
.margin-50 {
  margin: 50px !important;
}
.margin-60 {
  margin: 60px !important;
}
.margin-70 {
  margin: 70px !important;
}
.margin-80 {
  margin: 80px !important;
}
.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-vertical-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}
.margin-vertical-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.margin-vertical-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.margin-vertical-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-vertical-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.margin-vertical-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.margin-vertical-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.margin-vertical-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.margin-vertical-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.margin-vertical-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.margin-vertical-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.margin-vertical-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.margin-vertical-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.margin-vertical-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.margin-horizontal-3 {
  margin-right: 3px !important;
  margin-left: 3px !important;
}
.margin-horizontal-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.margin-horizontal-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.margin-horizontal-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.margin-horizontal-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.margin-horizontal-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.margin-horizontal-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.margin-horizontal-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.margin-horizontal-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.margin-horizontal-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.margin-horizontal-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.margin-horizontal-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.margin-horizontal-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.margin-horizontal-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-top-3 {
  margin-top: 3px !important;
}
.margin-top-5 {
  margin-top: 5px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-top-70 {
  margin-top: 70px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-3 {
  margin-bottom: 3px !important;
}
.margin-bottom-5 {
  margin-bottom: 5px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-3 {
  margin-left: 3px !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-3 {
  margin-right: 3px !important;
}
.margin-right-5 {
  margin-right: 5px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
@media (max-width: 767px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}
@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}
.report-pdf {
  background: #fff;
  /* Page Breaks */
}
.report-pdf .cover-page {
  font-size: 32px;

  page-break-inside: avoid !important;
}
.report-pdf .report-header {
  min-height: 0;
  padding: 0 !important;
}
.report-pdf .wrapper {
  width: 1400px;
  margin: 0 auto;
}
.report-pdf .page {
  page-break-after: always !important;
}
.report-pdf .chart {
  min-height: 300px;

  page-break-inside: avoid !important;
}
.report-pdf .chart svg {
  margin: 0 auto;
}
.report-pdf .table {
  page-break-inside: avoid !important;
}
.report-pdf .table .report-table {
  width: 100%;
}
.report-pdf .table h2 {
  border-bottom: none;
}
.report-pdf .wordcloud h2 {
  border-bottom: none;
}
.report-pdf .highcharts-container {
  page-break-inside: avoid !important;
  direction: ltr;
}
.report-pdf h1 {
  width: 100%;
  padding: 10px 5px;
  margin: 30px auto;
  border-bottom: 2px solid #d5e3ef;
}
.report-pdf h2 {
  padding: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.report-pdf .question {
  padding: 10px 20px;
  margin-bottom: 20px;
}
.report-pdf .sub-question {
  padding: 0 20px;
  margin-top: -20px;
}
.report-pdf .sub-item {
  padding: 0 10px;
  border: 0;
}
.report-pdf .sub-item p {
  padding: 0 10px;
}
.report-pdf .highcharts-container {
  display: block;
  margin: 0 auto;
}
.report-pdf .summary .general-info {
  background: transparent;
}
.report-pdf .summary h3 {
  border-top: 1px solid #ddd;
}
.report-pdf .summary h4 {
  padding: 10px 30px;
}
.ltr .report-pdf .summary .summary-info-list {
  margin-left: 50px;
}
.rtl .report-pdf .summary .summary-info-list {
  margin-right: 50px;
}
.report-pdf .summary .sub-item {
  padding-bottom: 10px;
}
.report-pdf .pb_before {
  page-break-before: always !important;
}
.report-pdf .pb_after {
  page-break-after: always !important;
}
.report-pdf .pbi_avoid {
  page-break-inside: avoid !important;
}
@media print and (color) {
  .report-pdf * {
    -webkit-print-color-adjust: exact !important;
  }
}
.report-pdf .summary-overview .insights_and_icon {
  background-color: #f5f5f5;
}
.report-pdf .funnel {
  page-break-inside: avoid !important;
}
/* ------------------------------------------
PURE CSS SPEECH BUBBLES
by Nicolas Gallagher
- http://nicolasgallagher.com/pure-css-speech-bubbles/

http://nicolasgallagher.com
http://twitter.com/necolas

Created: 02 March 2010
Version: 1.2 (03 March 2011)

Dual licensed under MIT and GNU GPLv2 Nicolas Gallagher
------------------------------------------ */
/* NOTE: Some declarations use longhand notation so that it can be clearly
explained what specific properties or values do and what their relationship
is to other properties or values in creating the effect */
/* ============================================================================================================================
== GENERAL STYLES
** ============================================================================================================================ */
/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE
** ============================================================================================================================ */
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-isosceles {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #000;
  background: #f3961c;
  /* default background for browsers without gradient support */
  /* css3 */
  background: -o-linear-gradient(#f9d835, #f3961c);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
  background:    linear-gradient(#f9d835, #f3961c);
  border-radius: 10px;
}
/* Variant : for top positioned triangle
------------------------------------------ */
.triangle-isosceles.top {
  background: -o-linear-gradient(#f3961c, #f9d835);
  background: -webkit-gradient(linear, left top, left bottom, from(#f3961c), to(#f9d835));
  background:    linear-gradient(#f3961c, #f9d835);
}
/* Variant : for left/right positioned triangle
------------------------------------------ */
.triangle-isosceles.left {
  margin-left: 50px;
  background: #f3961c;
}
/* Variant : for right positioned triangle
------------------------------------------ */
.triangle-isosceles.right {
  margin-right: 50px;
  background: #f3961c;
}
/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */
/* creates triangle */
.triangle-isosceles:after {
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 50px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: #f3961c transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 15px 15px 0;
}
/* Variant : top
------------------------------------------ */
.triangle-isosceles.top:after {
  top: -15px;
  /* value = - border-top-width - border-bottom-width */
  right: 50px;
  /* controls horizontal position */
  bottom: auto;
  left: auto;
  /* vary these values to change the angle of the vertex */
  border-color: #f3961c transparent;
  border-width: 0 15px 15px;
}
/* Variant : left
------------------------------------------ */
.triangle-isosceles.left:after {
  top: 16px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  /* controls vertical position */
  left: -50px;
  border-color: transparent #f3961c;
  border-width: 10px 50px 10px 0;
}
/* Variant : right
------------------------------------------ */
.triangle-isosceles.right:after {
  top: 16px;
  /* controls vertical position */
  right: -50px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: auto;
  border-color: transparent #f3961c;
  border-width: 10px 0 10px 50px;
}
/* ============================================================================================================================
== BUBBLE WITH A RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-right {
  position: relative;
  padding: 5px;
  margin: 1em 0 0;
  color: #fff;
  background: #2196f3;
  /* default background for browsers without gradient support */
  /* css3 */
  background: -o-linear-gradient(#2e88c4, #2196f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#2196f3));
  background:    linear-gradient(#2e88c4, #2196f3);
  border-radius: 10px;
}
/* Variant : for top positioned triangle
------------------------------------------ */
.triangle-right.top {
  background: -o-linear-gradient(#2196f3, #2e88c4);
  background: -webkit-gradient(linear, left top, left bottom, from(#2196f3), to(#2e88c4));
  background:    linear-gradient(#2196f3, #2e88c4);
}
/* Variant : for left positioned triangle
------------------------------------------ */
.triangle-right.left {
  margin-left: 40px;
  background: #2196f3;
}
/* Variant : for right positioned triangle
------------------------------------------ */
.triangle-right.right {
  margin-right: 40px;
  background: #2196f3;
}
/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-right:after {
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 50px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: #2196f3 transparent;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  /* controls horizontal position */
  border-width: 20px 0 0 20px;
}
/* Variant : top
------------------------------------------ */
.triangle-right.top:after {
  top: -20px;
  /* value = - border-top-width - border-bottom-width */
  right: 50px;
  /* controls horizontal position */
  bottom: auto;
  left: auto;
  /* vary these values to change the angle of the vertex */
  border-color: transparent #2196f3;
  border-width: 20px 20px 0 0;
}
/* Variant : left
------------------------------------------ */
.triangle-right.left:after {
  top: 8px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: -40px;
  /* vary these values to change the angle of the vertex */
  border-color: transparent #2196f3;
  border-width: 15px 40px 0 0;
}
/* Variant : right
------------------------------------------ */
.triangle-right.right:after {
  top: 8px;
  right: -40px;
  /* value = - border-left-width - border-right-width */
  bottom: auto;
  left: auto;
  /* vary these values to change the angle of the vertex */
  border-color: transparent #2196f3;
  border-width: 15px 0 0 40px;
}
/* ============================================================================================================================
== BUBBLE WITH AN OBTUSE TRIANGLE
** ============================================================================================================================ */
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-obtuse {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #fff;
  background: #c81e2b;
  /* css3 */
  background: -o-linear-gradient(#f04349, #c81e2b);
  background: -webkit-gradient(linear, left top, left bottom, from(#f04349), to(#c81e2b));
  background:    linear-gradient(#f04349, #c81e2b);
  border-radius: 10px;
}
/* Variant : for top positioned triangle
------------------------------------------ */
.triangle-obtuse.top {
  background: -o-linear-gradient(#c81e2b, #f04349);
  background: -webkit-gradient(linear, left top, left bottom, from(#c81e2b), to(#f04349));
  background:    linear-gradient(#c81e2b, #f04349);
}
/* Variant : for left positioned triangle
------------------------------------------ */
.triangle-obtuse.left {
  margin-left: 50px;
  background: #c81e2b;
}
/* Variant : for right positioned triangle
------------------------------------------ */
.triangle-obtuse.right {
  margin-right: 50px;
  background: #c81e2b;
}
/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */
/* creates the wider right-angled triangle */
.triangle-obtuse:before {
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 60px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  /* controls horizontal position */
  border: 0;
  border-color: transparent #c81e2b;
  /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
  border-style: solid;
  border-right-width: 30px;
  /* vary this value to change the angle of the vertex */
  border-bottom-width: 20px;
}
/* creates the narrower right-angled triangle */
.triangle-obtuse:after {
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 80px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
  border: 0;
  border-color: transparent #fff;
  /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
  border-style: solid;
  border-right-width: 10px;
  /* vary this value to change the angle of the vertex */
  border-bottom-width: 20px;
}
/* Variant : top
------------------------------------------ */
.triangle-obtuse.top:before {
  top: -20px;
  right: 60px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  /* controls horizontal position */
  border: 0;
  /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
  border-color: transparent #c81e2b;
  /* vary this value to change the width of the triangle */
  border-top-width: 20px;
  border-left-width: 30px;
}
.triangle-obtuse.top:after {
  top: -20px;
  right: 80px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
  border-color: transparent #fff;
  /* value = (:before's right) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
  border-width: 0;
  /* vary this value to change the width of the triangle */
  border-top-width: 20px;
  border-left-width: 10px;
}
/* Variant : left
------------------------------------------ */
.triangle-obtuse.left:before {
  top: 15px;
  /* controls vertical position */
  bottom: auto;
  left: -50px;
  /* value = - border-left-width - border-right-width */
  border: 0;
  /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
  border-color: #c81e2b transparent;
  border-bottom-width: 30px;
  /* vary this value to change the height of the triangle */
  border-left-width: 50px;
}
.triangle-obtuse.left:after {
  top: 35px;
  /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
  bottom: auto;
  left: -50px;
  /* value = - border-left-width - border-right-width */
  border: 0;
  /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
  border-color: #fff transparent;
  border-bottom-width: 10px;
  /* vary this value to change the height of the triangle */
  border-left-width: 50px;
}
/* Variant : right
------------------------------------------ */
.triangle-obtuse.right:before {
  top: 15px;
  right: -50px;
  /* controls vertical position */
  bottom: auto;
  left: auto;
  /* value = - border-left-width - border-right-width */
  border: 0;
  /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
  border-color: #c81e2b transparent;
  /* vary this value to change the height of the triangle */
  border-right-width: 50px;
  border-bottom-width: 30px;
}
.triangle-obtuse.right:after {
  top: 35px;
  right: -50px;
  /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
  bottom: auto;
  /* value = - border-left-width - border-right-width */
  left: auto;
  border: 0;
  /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
  border-color: #fff transparent;
  /* vary this value to change the height of the triangle */
  border-right-width: 50px;
  border-bottom-width: 10px;
}
/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  color: #333;
  background: #fff;
  border: 5px solid #5a8f00;
  /* css3 */
  border-radius: 10px;
}
/* Variant : for left positioned triangle
------------------------------------------ */
.triangle-border.left {
  margin-left: 30px;
}
/* Variant : for right positioned triangle
------------------------------------------ */
.triangle-border.right {
  margin-right: 30px;
}
/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */
.triangle-border:before {
  position: absolute;
  bottom: -20px;
  /* value = - border-top-width - border-bottom-width */
  left: 40px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: #5a8f00 transparent;
  border-style: solid;
  /* controls horizontal position */
  border-width: 20px 20px 0;
}
/* creates the smaller  triangle */
.triangle-border:after {
  position: absolute;
  bottom: -13px;
  /* value = - border-top-width - border-bottom-width */
  left: 47px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: #fff transparent;
  border-style: solid;
  /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width: 13px 13px 0;
}
/* Variant : top
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.top:before {
  top: -20px;
  right: 40px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  /* controls horizontal position */
  border-width: 0 20px 20px;
}
/* creates the smaller  triangle */
.triangle-border.top:after {
  top: -13px;
  right: 47px;
  /* value = - border-top-width - border-bottom-width */
  bottom: auto;
  left: auto;
  /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width: 0 13px 13px;
}
/* Variant : left
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.left:before {
  top: 10px;
  /* controls vertical position */
  bottom: auto;
  left: -30px;
  border-color: transparent #5a8f00;
  /* value = - border-left-width - border-right-width */
  border-width: 15px 30px 15px 0;
}
/* creates the smaller  triangle */
.triangle-border.left:after {
  top: 16px;
  /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: -21px;
  border-color: transparent #fff;
  /* value = - border-left-width - border-right-width */
  border-width: 9px 21px 9px 0;
}
/* Variant : right
------------------------------------------ */
/* creates the larger triangle */
.triangle-border.right:before {
  top: 10px;
  right: -30px;
  /* controls vertical position */
  bottom: auto;
  left: auto;
  border-color: transparent #5a8f00;
  /* value = - border-left-width - border-right-width */
  border-width: 15px 0 15px 30px;
}
/* creates the smaller  triangle */
.triangle-border.right:after {
  top: 16px;
  right: -21px;
  /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom: auto;
  left: auto;
  border-color: transparent #fff;
  /* value = - border-left-width - border-right-width */
  border-width: 9px 0 9px 21px;
}
/* ============================================================================================================================
== SPEECH BUBBLE ICON
** ============================================================================================================================ */
.example-commentheading {
  position: relative;
  padding: 0;
  color: #b513af;
}
/* creates the rectangle */
.example-commentheading:before {
  position: absolute;
  top: 9px;
  left: -25px;
  width: 15px;
  height: 10px;
  content: "";
  background: #b513af;
  /* css3 */
  border-radius: 3px;
}
/* creates the triangle */
.example-commentheading:after {
  position: absolute;
  top: 15px;
  left: -19px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border: 4px solid transparent;
  border-left-color: #b513af;
}
/* ============================================================================================================================
== BLOCKQUOTE WITH RIGHT-ANGLED TRIANGLE
** ============================================================================================================================ */
.example-right {
  position: relative;
  padding: 15px 30px;
  margin: 0;
  color: #fff;
  background: #5a8f00;
  /* default background for browsers without gradient support */
  /* css3 */
  background: -o-linear-gradient(#b8db29, #5a8f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
  background:    linear-gradient(#b8db29, #5a8f00);
  border-radius: 10px;
}
/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-right + p {
  margin: 15px 0 2em 85px;
  font-style: italic;
}
/* creates the triangle */
.example-right:after {
  position: absolute;
  bottom: -50px;
  left: 50px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: transparent #5a8f00;
  border-style: solid;
  border-width: 0 20px 50px 0;
}
/* ============================================================================================================================
== BLOCKQUOTE WITH OBTUSE TRIANGLE
** ============================================================================================================================ */
.example-obtuse {
  position: relative;
  padding: 15px 30px;
  margin: 0;
  color: #000;
  background: #f3961c;
  /* default background for browsers without gradient support */
  /* css3 */
  background: -o-linear-gradient(#f9d835, #f3961c);
  background: -webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
  background:    linear-gradient(#f9d835, #f3961c);
  border-radius: .5px;
  /* Using longhand to avoid inconsistencies between Safari 4 and Chrome 4 */
  -webkit-border-top-left-radius: 25px 50px;
  -webkit-border-top-right-radius: 25px 50px;
  -webkit-border-bottom-right-radius: 25px 50px;
  -webkit-border-bottom-left-radius: 25px 50px;
}
/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-obtuse + p {
  margin: 10px 150px 2em 0;
  font-style: italic;
  text-align: right;
}
/* creates the larger triangle */
.example-obtuse:before {
  position: absolute;
  right: 80px;
  bottom: -30px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: transparent #f3961c;
  border-style: solid;
  border-width: 0 0 30px 50px;
}
/* creates the smaller triangle */
.example-obtuse:after {
  position: absolute;
  right: 110px;
  bottom: -30px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0 0 30px 20px;
}
/* ============================================================================================================================
== TWITTER
** ============================================================================================================================ */
.example-twitter {
  position: relative;
  padding: 15px;
  margin: 100px 0 .5em;
  color: #333;
  background: #eee;
  /* css3 */
  border-radius: 10px;
}
.example-twitter p {
  font-size: 28px;
  line-height: 1.25em;
}
/* this isn't necessary, just saves me having to edit the HTML of the demo */
.example-twitter:before {
  position: absolute;
  top: -60px;
  left: 0;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 155px;
  height: 36px;
  content: url(twitter-logo.gif);
}
/* creates the triangle */
.example-twitter:after {
  position: absolute;
  top: -30px;
  left: 50px;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  content: "";
  border: 15px solid transparent;
  border-bottom-color: #eee;
}
/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-twitter + p {
  padding-left: 15px;
  font: 14px Roboto, sans-serif;
}
/* ============================================================================================================================
== NUMBER
** ============================================================================================================================ */
.example-number {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 50px 0 200px;
  font: 140px/200px Roboto, sans-serif;
  color: #fff;
  text-align: center;
  background: #c91f2c;
}
/* creates the larger triangle */
.example-number:before {
  position: absolute;
  right: 0;
  bottom: -140px;
  content: "";
  border-color: transparent #c91f2c;
  border-style: solid;
  border-width: 0 0 140px 140px;
}
/* creates the larger triangle */
.example-number:after {
  position: absolute;
  right: 85px;
  bottom: -140px;
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 0 0 140px 55px;
}
/* ============================================================================================================================
== PINCHED SPEECH BUBBLE (more CSS3)
** ============================================================================================================================ */
.pinched {
  position: relative;
  padding: 15px;
  margin: 50px 0 3em;
  color: #fff;
  text-align: center;
  background: #333;
  /* css3 */
  border-radius: 10px;
}
/* creates a rectangle of the colour wanted for the pointy bit */
.pinched:before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100px;
  height: 20px;
  margin: 0 0 0 -50px;
  content: "";
  background: #333;
}
/* creates a rounded rectangle to cover part of the rectangle generated above */
.pinched:after {
  position: absolute;
  top: -20px;
  left: 0;
  width: 50%;
  height: 20px;
  content: "";
  background: #fff;
  /* css3 */
  border-bottom-right-radius: 15px;
}
/* creates the other rounded rectangle */
.pinched > :first-child:before {
  position: absolute;
  top: -20px;
  right: 0;
  width: 50%;
  height: 20px;
  content: "";
  background: #fff;
  /* css3 */
  border-bottom-left-radius: 15px;
}
/* ============================================================================================================================
== OVAL SPEECH BUBBLE (more CSS3)
** ============================================================================================================================ */
.oval-speech {
  position: relative;
  width: 270px;
  padding: 50px 40px;
  margin: 1em auto 50px;
  color: #fff;
  text-align: center;
  background: #5a8f00;
  /* css3 */
  background: -o-linear-gradient(#b8db29, #5a8f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#b8db29), to(#5a8f00));
  background:    linear-gradient(#b8db29, #5a8f00);
  border-radius: 1.83333333px;
  /*
  NOTES:
  -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius: 220px 120px;
  -webkit-border-top-right-radius: 220px 120px;
  -webkit-border-bottom-right-radius: 220px 120px;
  -webkit-border-bottom-left-radius: 220px 120px;
}
.oval-speech p {
  font-size: 1.25em;
}
/* creates part of the curve */
.oval-speech:before {
  position: absolute;
  right: 50%;
  bottom: -30px;
  z-index: -1;
  height: 30px;
  content: "";
  background: #5a8f00;
  border-right: 60px solid #5a8f00;
  /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  border-bottom-right-radius: 80px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
/* creates part of the curved pointy bit */
.oval-speech:after {
  position: absolute;
  right: 50%;
  bottom: -30px;
  z-index: -1;
  width: 60px;
  height: 30px;
  content: "";
  background: #fff;
  /* css3 */
  border-bottom-right-radius: 40px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform: translate(-30px, -2px);
      -ms-transform: translate(-30px, -2px);
          transform: translate(-30px, -2px);
}
/* ============================================================================================================================
== OVAL THOUGHT BUBBLE (more CSS3)
** ============================================================================================================================ */
.oval-thought {
  position: relative;
  width: 270px;
  padding: 50px 40px;
  margin: 1em auto 80px;
  color: #fff;
  text-align: center;
  background: #2196f3;
  /* css3 */
  background: -o-linear-gradient(#2e88c4, #2196f3);
  background: -webkit-gradient(linear, left top, left bottom, from(#2e88c4), to(#2196f3));
  background:    linear-gradient(#2e88c4, #2196f3);
  border-radius: 1.83333333px;
  /*
  NOTES:
  -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius: 220px 120px;
  -webkit-border-top-right-radius: 220px 120px;
  -webkit-border-bottom-right-radius: 220px 120px;
  -webkit-border-bottom-left-radius: 220px 120px;
}
.oval-thought p {
  font-size: 1.25em;
}
/* creates the larger circle */
.oval-thought:before {
  position: absolute;
  bottom: -20px;
  left: 50px;
  width: 30px;
  height: 30px;
  content: "";
  background: #2196f3;
  /* css3 */
  border-radius: 30px;
}
/* creates the smaller circle */
.oval-thought:after {
  position: absolute;
  bottom: -30px;
  left: 30px;
  width: 15px;
  height: 15px;
  content: "";
  background: #2196f3;
  /* css3 */
  border-radius: 15px;
}
/* ============================================================================================================================
== OVAL SPEECH BUBBLE WITH QUOTATION MARKS (more CSS3)
** ============================================================================================================================ */
.oval-quotes {
  position: relative;
  width: 400px;
  height: 350px;
  margin: 2em auto 10px;
  color: #000;
  background: #ffed26;
  border-radius: 1.14285714px;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:Apx Bpx; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:Apx / Bpx; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius: 400px 350px;
  -webkit-border-top-right-radius: 400px 350px;
  -webkit-border-bottom-right-radius: 400px 350px;
  -webkit-border-bottom-left-radius: 400px 350px;
}
/* creates opening quotation mark */
.oval-quotes:before {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  font: 80px/1 Georgia, serif;
  color: #ffed26;
  content: "\201C";
}
/* creates closing quotation mark */
.oval-quotes:after {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 1;
  font: 80px/.25 Georgia, serif;
  color: #ffed26;
  content: "\201D";
}
.oval-quotes p {
  width: 250px;
  height: 250px;
  padding: 50px 0 0;
  margin: 0 auto;
  font-size: 35px;
  text-align: center;
}
/* creates smaller curve */
.oval-quotes p:before {
  position: absolute;
  right: 55%;
  bottom: -30px;
  z-index: -1;
  width: 180px;
  /* wider than necessary to make it look a bit better in IE8 */
  height: 60px;
  content: "";
  background: #fff;
  /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  border-bottom-right-radius: 40px 50px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform: translate(-30px, -2px);
      -ms-transform: translate(-30px, -2px);
          transform: translate(-30px, -2px);
}
/* creates larger curve */
.oval-quotes p:after {
  position: absolute;
  right: 25%;
  bottom: -30px;
  z-index: -2;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 0;
  height: 80px;
  content: "";
  background: #ffed26;
  border-right: 200px solid #ffed26;
  /* need this for webkit - bug in handling of border-radius */
  /* css3 */
  border-bottom-right-radius: 200px 100px;
  /* using translate to avoid undesired appearance in CSS2.1-capabable but CSS3-incapable browsers */
  -webkit-transform: translate(0, -2px);
      -ms-transform: translate(0, -2px);
          transform: translate(0, -2px);
}
.oval-quotes + p {
  position: relative;
  /* part of the IE8 width compromise */
  width: 150px;
  margin: 0 0 2em;
  font-size: 18px;
  font-weight: bold;
}
/* ============================================================================================================================
== RECTANGLE-BORDER STYLE WITH CURVE
** ============================================================================================================================ */
.rectangle-speech-border {
  position: relative;
  padding: 50px 15px;
  margin: 1em 0 3em;
  color: #333;
  text-align: center;
  background: #fff;
  border: 10px solid #5a8f00;
  /* css3 */
  border-radius: 20px;
}
/* creates larger curve */
.rectangle-speech-border:before {
  position: absolute;
  bottom: -40px;
  left: 50px;
  z-index: 10;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 50px;
  height: 30px;
  content: "";
  background: transparent;
  border-color: #5a8f00;
  border-style: solid;
  border-width: 0 10px 10px 0;
  /* css3 */
  border-bottom-right-radius: 80px 50px;
}
/* creates smaller curve */
.rectangle-speech-border:after {
  position: absolute;
  bottom: -40px;
  left: 50px;
  z-index: 10;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 20px;
  height: 30px;
  content: "";
  background: transparent;
  border-color: #5a8f00;
  border-style: solid;
  border-width: 0 10px 10px 0;
  /* css3 */
  border-bottom-right-radius: 40px 50px;
}
/* creates a small circle to produce a rounded point where the two curves meet */
.rectangle-speech-border > :first-child:before {
  position: absolute;
  bottom: -40px;
  left: 45px;
  width: 10px;
  height: 10px;
  content: "";
  background: #5a8f00;
  /* css3 */
  border-radius: 10px;
}
/* creates a white rectangle to cover part of the oval border*/
.rectangle-speech-border > :first-child:after {
  position: absolute;
  bottom: -10px;
  left: 76px;
  width: 24px;
  height: 15px;
  content: "";
  background: #fff;
}
/* ============================================================================================================================
== OVER SPEECH BUBBLE, EMPTY, WITH BORDER (more CSS3)
** ============================================================================================================================ */
.oval-speech-border {
  position: relative;
  padding: 70px 30px;
  margin: 1em auto 60px;
  color: #333;
  text-align: center;
  background: #fff;
  border: 10px solid #f3961c;
  border-radius: 1.71428571px;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius: 240px 140px;
  -webkit-border-top-right-radius: 240px 140px;
  -webkit-border-bottom-right-radius: 240px 140px;
  -webkit-border-bottom-left-radius: 240px 140px;
}
/* creates larger curve */
.oval-speech-border:before {
  position: absolute;
  right: 50%;
  bottom: -40px;
  z-index: 2;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 50px;
  height: 30px;
  margin-right: -10px;
  content: "";
  background: transparent;
  border-color: #f3961c;
  border-style: solid;
  border-width: 0 10px 10px 0;
  /* css3 */
  border-bottom-right-radius: 80px 50px;
}
/* creates smaller curve */
.oval-speech-border:after {
  position: absolute;
  right: 50%;
  bottom: -40px;
  z-index: 2;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 20px;
  height: 31px;
  margin-right: 20px;
  content: "";
  background: transparent;
  border-color: #f3961c;
  border-style: solid;
  border-width: 0 10px 10px 0;
  /* css3 */
  border-bottom-right-radius: 40px 50px;
}
/* creates a small circle to produce a rounded point where the two curves meet */
.oval-speech-border > :first-child:before {
  position: absolute;
  right: 50%;
  bottom: -40px;
  z-index: 1;
  width: 10px;
  height: 10px;
  margin-right: 45px;
  content: "";
  background: #f3961c;
  /* css3 */
  border-radius: 10px;
}
/* creates a white rectangle to cover part of the oval border*/
.oval-speech-border > :first-child:after {
  position: absolute;
  right: 50%;
  bottom: -10px;
  z-index: 1;
  width: 30px;
  height: 15px;
  content: "";
  background: #fff;
}
/* ============================================================================================================================
== OVER THOUGHT BUBBLE, EMPTY, WITH BORDER (more CSS3)
** ============================================================================================================================ */
.oval-thought-border {
  position: relative;
  padding: 70px 30px;
  margin: 1em auto 80px;
  color: #333;
  text-align: center;
  background: #fff;
  border: 10px solid #c81e2b;
  border-radius: 1.71428571px;
  /* css3 */
  /*
  NOTES:
  -webkit-border-radius:240px 140px; // produces oval in safari 4 and chrome 4
  -webkit-border-radius:240px / 140px; // produces oval in chrome 4 (again!) but not supported in safari 4
  Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
  */
  -webkit-border-top-left-radius: 240px 140px;
  -webkit-border-top-right-radius: 240px 140px;
  -webkit-border-bottom-right-radius: 240px 140px;
  -webkit-border-bottom-left-radius: 240px 140px;
}
/* creates the larger circle */
.oval-thought-border:before {
  position: absolute;
  right: 100px;
  bottom: -40px;
  z-index: 10;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background: #fff;
  border: 10px solid #c81e2b;
  /* css3 */
  border-radius: 50px;
}
/* creates the smaller circle */
.oval-thought-border:after {
  position: absolute;
  right: 50px;
  bottom: -60px;
  z-index: 10;
  /* reduce the damage in FF3.0 */
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: #fff;
  border: 10px solid #c81e2b;
  /* css3 */
  border-radius: 25px;
}
.filters {
  padding: 15px 1px;
  /* ---- button ---- */
}
.filters .buttons-container {
  display: inline-block;
}
.filters label {
  margin-right: 10px;
}
.rtl .filters label {
  margin-right: inherit;
  margin-left: 10px;
}
.filters .filters .btn-group button {
  display: inline-block;
  padding: 12px;
  cursor: pointer;
  background: transparent;
  border-radius: 0;
}
.filters .btn-group button.active {
  color: #fff;
  background-color: #555;
  border-color: #555;
}
.filters .dropdown {
  padding-right: 5px;
}
.filters .dropdown .btn {
  background-color: #555;
  border-color: #555;
}
.filters .dropdown-menu {
  white-space: nowrap;
  vertical-align: middle;
  list-style: none;
}
.filters .dropdown-menu label {
  width: 100%;
  padding: 5px 10px;
  vertical-align: middle;
}
.filters .dropdown-menu label:hover {
  background: #fffbec;
}
.filters .dropdown-menu input {
  margin: 5px 10px 0;
}
.filters .dropdown-menu .fa {
  margin: 5px;
}
.filters .dropdown-menu .btn {
  position: relative;
  width: 96%;
  margin: 10px 2% 2px;
  text-align: center;
}
.filters .columns-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.filters .columns-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.filters .columns-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.filters .columns-2,
.filters .columns-3,
.filters .columns-4 {
  -webkit-column-rule: 1px solid #e5e5e5;
     -moz-column-rule: 1px solid #e5e5e5;
          column-rule: 1px solid #e5e5e5;
}
.filters .label {
  line-height: 25px;
}
.image-gallery {
  /* ---- isotope ---- */
  /* ---- .grid-item ---- */
}
.image-gallery:before,
.image-gallery:after {
  display: table;
  content: " ";
}
.image-gallery:after {
  clear: both;
}
.image-gallery .grid-sizer,
.image-gallery .grid-item {
  width: 33.333%;
}
.image-gallery .lazy {
  width: 100%;
}
.image-gallery .grid-item {
  float: left;
}
.image-gallery .grid-item img {
  display: block;
  max-width: 100%;
  padding: 2px;
}
/* Overwrite reports2 style */
.reports2 .slides .filters .buttons-container {
  margin-right: 20px;
}
.reports2 .image-gallery h2 {
  padding: 0;
}
.open-answers:before,
.open-answers:after {
  display: table;
  content: " ";
}
.open-answers:after {
  clear: both;
}
.open-answers h2 {
  padding: 0;
}
.open-answers .filter-item:before,
.open-answers .filter-item:after {
  display: table;
  content: " ";
}
.open-answers .filter-item:after {
  clear: both;
}
.open-answers .filter-item p {
  font-weight: bold;
}
.reports2.landscape {
  height: 100%;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.reports2.landscape [data-skin="scrollable-shadow"] .scrollable-bar-hide {
  background: rgba(224, 224, 224, .5);
  opacity: .4;
}
.reports2.landscape .top-nav-buttons {
  position: fixed;
  top: -66px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 66px;
}
.reports2.landscape .top-nav-buttons .navbar-brand {
  color: #fff;
}
.reports2.landscape .top-nav-buttons .button-row {
  padding: 9px;
}
.reports2.landscape .nav-trigger,
.reports2.landscape .top-nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.reports2.landscape label[for="nav-trigger"] {
  position: fixed;
  top: 75px;
  left: 0;
  z-index: 2;
  width: 24px;
  padding: 10px 12px 11px 7px;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  background-color: #b7bbc6;
  border-radius: 0 23px 23px 0;
}
.reports2.landscape label[for="nav-trigger"] .icon {
  color: #fff;
}
.reports2.landscape .nav-trigger:hover ~ .menu,
.reports2.landscape .menu:hover .menu-content .list-group .darker-margin,
.reports2.landscape .nav-trigger:hover ~ .menu .menu-content .list-group .darker-margin,
.reports2.landscape .menu:hover {
  left: 0;
}
.reports2.landscape .menu,
.reports2.landscape .darker-margin {
  -webkit-transition: all 1s ease-in;
       -o-transition: all 1s ease-in;
          transition: all 1s ease-in;
}
.reports2.landscape .no-transition {
  -webkit-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}
.reports2.landscape .nav-trigger:hover ~ .menu,
.reports2.landscape .nav-trigger:hover ~ .menu .darker-margin,
.reports2.landscape .menu:hover,
.reports2.landscape .menu:hover .darker-margin {
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
}
.reports2.landscape .top-nav-trigger:checked + label {
  top: 68px;
}
.reports2.landscape .top-nav-trigger:checked ~ .top-nav-buttons {
  top: 0;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, .2);
}
.reports2.landscape .top-nav-trigger:checked + label,
.reports2.landscape .top-nav-trigger:not(:checked) + label,
.reports2.landscape .top-nav-buttons {
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.reports2.landscape label[for="top-nav-trigger"] {
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 1500;
  padding: 7px 10px 4px;
  color: #fff;
  cursor: pointer;
  background-color: #203970;
  border-right: solid 1px #203970;
  border-bottom: solid 1px #203970;
  border-left: solid 1px #203970;
  border-radius: 0 0 20% 20%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
}
.reports2.landscape label[for="top-nav-trigger"] .icon {
  font-size: 24px;
}
.reports2.landscape label[for="top-nav-trigger"]:hover {
  color: #fff;
}
.reports2.landscape .next-prev-buttons {
  position: fixed;
  top: 11px;
  right: 86px;
  bottom: inherit;
  z-index: 2;
  width: 95px;
  zoom: 1;
}
.reports2.landscape .next-prev-buttons a.btn.btn-default {
  padding: 3px 10px 4px;
  color: #555;
  background-color: #f5f5f5;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
}
.reports2.landscape #side-widget {
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  display: block;
  float: inherit;
  width: inherit;
  padding: 0;
}
.reports2.landscape .report-area {
  position: fixed;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  min-width: 100%;
  height: 100%;
  color: #555;
  background-color: #fff;
  border-left: 5px solid #c2c5cf;
}
.reports2.landscape .report-area .slide-menu {
  position: absolute;
}
.reports2.landscape .report-area .slide-menu .list-group {
  padding: 10px;
  background-color: #7e8388;
}
.reports2.landscape .report-area .slide-menu .list-group a {
  color: #fff;
  text-align: center;
}
.reports2.landscape .report-area .slide-menu .list-group a.active,
.reports2.landscape .report-area .slide-menu .list-group a:hover {
  background-color: #565e67;
}
.reports2.landscape .report-area .slides {
  height: 100%;
  background: inherit;
}
.reports2.landscape .report-area .slides .buttons-container {
  position: relative;
  bottom: -3%;
  height: 10%;
  padding: .5% 0;
  margin: 0;
  text-align: center;

  -ms-flex-item-align: center;
  align-self: center;
}
.reports2.landscape .report-area .slides .buttons-container .btn {
  padding: 3px 50px;
  margin-right: 2px;
  border-radius: 30px;
}
.reports2.landscape .report-area .slide {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100% - 45px);
  padding-top: inherit;
  padding-left: 60px;
  margin-top: inherit;
      flex-direction: column;
  background: inherit;
  opacity: 0;
  -webkit-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
.reports2.landscape .report-area .slide.active {
  z-index: 2;
  opacity: 1;
}
.reports2.landscape .report-area .title-wrapper .title {
  height: 45px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: bold;
  color: #1cabdc;
}
.reports2.landscape .report-area .title-wrapper .title img {
  width: auto;
  max-height: 50px;
  vertical-align: bottom;
}
.reports2.landscape .report-area .title-wrapper .title .title-text {
  max-width: calc(100vw - 220px - 150px - 110px);
  padding-left: 10px;
  margin-top: 5px;
  color: #5f6371;
}
.reports2.landscape .report-area .insights {
  position: relative;
  max-width: 100%;
  height: 100%;
  margin-left: 8px;
}
.reports2.landscape .report-area .insights .insight {
  position: relative;
  padding: 15px 10px;
  margin: 20px 0;
  color: #2a2a75;
  text-align: left;
  border-color: #38389a;
}
.reports2.landscape .report-area .insights .insight .insight-top-border-line {
  position: absolute;
  top: -5px;
  right: 0;
  width: 85%;
  border-color: inherit !important;
  border-top: 5px solid;
}
.reports2.landscape .report-area .insights .insight p {
  margin: 0;
}
.reports2.landscape .report-area .insights .insight .insight-icon {
  position: absolute;
  top: -24px;
  left: -5px;
  display: block;
  padding: 0 8px;
  font-size: 24px;
  background: transparent !important;
}
.reports2.landscape .report-area .insights .good-input {
  color: #2cb544;
  border-top-color: #43d15c;
}
.reports2.landscape .report-area .insights .good-input .insight-icon {
  display: block;
}
.reports2.landscape .report-area .insights .good-input .insight-icon .icon:before {
  content: "\f087";
}
.reports2.landscape .report-area .insights .bad-input {
  color: #a82627;
  border-top-color: #d03132;
}
.reports2.landscape .report-area .insights .bad-input .insight-icon {
  display: block;
}
.reports2.landscape .report-area .insights .bad-input .insight-icon .icon:before {
  content: "\f088";
}
.reports2.landscape .report-area .slide-area {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  padding: 5px;
  /*
      width: 100%;
      overflow-y: auto;
       */
  color: #000;
      flex-direction: column;

  -webkit-box-flex: 2;
  -ms-flex: 2;
      flex: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2.landscape .report-area .slide-area .response-count {
  position: fixed;
  bottom: 35px;
  left: 0;
  z-index: 1000;
  padding: 20px;
  font-size: 20px;
  color: #0f576d;
}
.reports2.landscape .report-area .slide-area .component-area {
  height: 100%;
}
.reports2.landscape .report-area .slide-area .component-space {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
.reports2.landscape .report-area .slide-area .component-space .layout-frame .component-export {
  position: absolute;
  top: 0;
  right: 15px;
  display: none;
  font-size: 20px;
  opacity: .5;
}
.reports2.landscape .report-area .slide-area .component-space .layout-frame .editable-frame ~ .component-export {
  display: none !important;
}
.reports2.landscape .report-area .slide-area .component-space .layout-frame:hover .component-export {
  display: block;
}
.reports2.landscape .report-area .slide-area .component-space .layout-frame .component-export:hover {
  opacity: 1;
}
.reports2.landscape .report-area .slide-area .component-space .add-frame-button,
.reports2.landscape .report-area .slide-area .component-space .save-and-cancel-buttons {
  position: absolute;
  bottom: 0;
  left: 40px;
  z-index: 999;
}
.reports2.landscape .report-area .slide-area .component-space .enable-grid-button {
  position: absolute;
  bottom: 0;
  left: 85px;
  z-index: 999;
}
.reports2.landscape .report-area .slide-area .component-space .clone-capture-field {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, .4);
  border: solid 3px black;
}
.reports2.landscape .report-area .slide-area .component-space .clone-capture-field .layout-ghost {
  position: absolute;
  display: none;
  pointer-events: none;
  border: solid 4px yellow;
}
.reports2.landscape .report-area .slide-area .component-space .clone-capture-field .close-capture-field {
  position: absolute;
  top: 8px;
  right: 8px;
}
.reports2.landscape .report-area .slide-area .component-space .old-layout .multiple_elements .chart {
  width: 100%;
}
.reports2.landscape .report-area .slide-area .component-space .old-layout .chart {
  width: 780px;
  height: inherit;
  min-height: 100px;
}
.reports2.landscape .report-area .slide-area .component-space .chart {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.reports2.landscape .report-area .slide-area .component-space img {
  max-width: 100%;
  max-height: 100%;
}
.reports2.landscape .report-area .slide-area .component-space .summary-space {
  width: 65%;
  margin: auto;
}
.reports2.landscape .report-area .slide-area .list-of-charts {
  position: relative;
  max-width: 800px;
  margin: auto;
  overflow: hidden;
}
.reports2.landscape .report-area .slide-area .question-space {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px 0;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.reports2.landscape .report-area .slide-area .question-space .response-count {
  display: inline-block;
  padding-right: 50px;
  font-size: 24px;
}
.reports2.landscape .report-area .slide-area .question-space .next-prev-buttons {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  display: inline-block;
  margin-right: 30px;
}
.reports2.landscape .report-area .slide-area .question-space .next-prev-buttons .btn {
  padding: 0 15px;
}
.reports2.landscape .report-area .slide-area .question-space .important-to-know {
  position: relative;
  top: 5px;
  left: 120px;
  display: inline;
  padding: 5px;
  font-size: 35px;
  color: #e9bf1b;
}
.reports2.landscape .panel-group .panel + .panel {
  margin-top: 0;
}
.reports2.landscape .question {
  width: 100%;
  padding: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #5f6371;
}
.reports2.landscape .brand-label {
  position: fixed;
  top: 12px;
  right: 220px;
  z-index: 3;
  zoom: 1;
}
.reports2.landscape .brand-label img {
  max-width: 100%;
  max-height: 66px;
}
.reports2.landscape .webui-popover-title {
  padding: 10px 20px;
}
.reports2.landscape footer {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 45px;
  background-color: #e0e0e0;
}
.reports2.landscape footer .footer-message {
  position: fixed;
  right: 0;
  padding: 10px 40px;
}
.reports2.landscape footer .footer-message * {
  font-size: 14px;
  color: #5f6371;
}
.reports2.landscape footer .footer-message .powered-by {
  color: #5f6371;
  text-decoration: none;
}
.reports2.landscape footer .footer-message .powered-by .wizer-power {
  font-weight: 600;
  color: #5f6371;
}
.reports2.landscape .visible-xtra-lg-inline {
  display: inline;
}
.reports2.landscape .hidden-xtra-lg {
  display: none;
}
@media (max-width: 1800px) {
  .reports2.landscape .visible-xtra-lg-inline {
    display: none;
  }
  .reports2.landscape .hidden-xtra-lg {
    display: inline;
  }
}
@media (max-width: 1200px) {
  .reports2.landscape .navbar .navbar-nav {
    font-size: 10px;
  }
  .reports2.landscape .reports2 h3 {
    font-size: 12px;
  }
  .reports2.landscape .report-area .title-wrapper .title .title-text {
    font-size: 20px;
  }
  .reports2.landscape .report-area .slides .buttons-container .btn {
    padding: 3px 15px;
  }
  .reports2.landscape .report-area .insights {
    font-size: .9em;
  }
  .reports2.landscape .report-area .insights .insight {
    padding: 10px;
  }
  .reports2.landscape .report-area .insights .insight .insight-top-border-line {
    border-top: 3px solid;
  }
  .reports2.landscape .report-area .insights .insight .insight-icon {
    font-size: 20px;
  }
  .reports2.landscape .insights,
  .reports2.landscape .question {
    font-size: .9em !important;
  }
  .reports2.landscape .table h2 {
    font-size: 14px;
  }
  .reports2.landscape .report-table {
    font-size: .8em;
  }
  .reports2.landscape .report-table tr td,
  .reports2.landscape .report-table tr th {
    padding: 5px;
  }
}
@media (max-height: 940px) {
  .reports2.landscape .next-prev-buttons {
    position: absolute !important;
    top: 11px !important;
  }
  .reports2.landscape.edit-mode .next-prev-buttons {
    top: 77px !important;
  }
  .reports2.landscape.edit-mode .report-area .slides .slide {
    height: 100%;
  }
  .reports2.landscape .report-area {
    position: absolute !important;
    height: 940px !important;
    overflow-y: visible !important;
  }
  .reports2.landscape .report-area .brand-label {
    position: absolute;
    top: 0 !important;
  }
  .reports2.landscape .report-area footer {
    bottom: 0 !important;
  }
  .reports2.landscape .report-area footer .footer-message {
    position: absolute;
  }
}
/** Demographic components (original version) . */
/*new demographics statistics component*/
.demographics-text-area,
.demographics-stats-header,
.demographics-stat-n,
.gender-stat-values,
.gender-stat-values .stat-type,
.demographics-info-text,
.demographics-info-value {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.demographics-text-area {
  padding: 1px 10px;
  font-weight: 600;
  text-align: left !important;
}
.demographics-stats-header {
  margin-left: 10px !important;
  font-size: 16px !important;
  color: #fff !important;
  text-align: left;
}
.demographics-stat-n {
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.demographics-stat-gender {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gender-stat-values {
  margin: 0 15px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gender-stat-values .stat-type {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  /* or 200% */
  letter-spacing: .1px;
}
.gender-stat-values .stat-value {
  margin-bottom: -5px;
}
.demographics-stat-other {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.boxed {
  position: relative;
  width: 110px;
  height: 85px;
  margin: 10px;
  background: #2db4e1;
  border: 1px solid #2db4e1;
}
.demographics-info-text {
  position: inherit;
  top: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
}
.demographics-info-value {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin: unset;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
/*new demographics statistics component*/
.stamp-values {
  overflow: hidden!important;
}
.stamp-text-area,
.stamp-values-header,
.stamp-n-value,
.gender-stat-values,
.gender-stat-values .stat-type,
.stamp-info-text,
.stamp-info-value {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
.stamp-text-area {
  padding: 1px 10px;
  font-weight: 600;
  text-align: left !important;
}
.stamp-values-header {
  margin-left: 10px !important;
  font-size: 16px !important;
  color: #fff !important;
  text-align: left;
}
.stamp-n-value {
  font-weight: bold;
  line-height: 68px;
  color: #fff;
  text-align: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stamp-no-squares {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.gender-stat-values {
  margin: 0 15px;
  font-weight: bold;
  line-height: 49px;
  color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gender-stat-values .stat-type {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  /* or 200% */
  letter-spacing: .1px;
}
.gender-stat-values .stat-value {
  margin-bottom: -5px;
}
.stamp-show-squares {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stamp_value_box {
  position: relative;
  width: 110px;
  height: 85px;
  margin: 10px;
}
.stamp-info-text {
  position: inherit;
  top: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
}
.stamp-info-value {
  position: absolute;
  bottom: 5px;
  width: 100%;
  margin: unset;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.reports2.landscape .menu.hold {
  left: 0 !important;
}
.reports2.landscape .menu.hold .menu-content .list-group .darker-margin {
  left: 0 !important;
}
.reports2.landscape .menu.hold .hold-menu {
  font-size: 18px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.reports2.landscape .menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: -400px;
  z-index: 500;
  width: 400px;
  color: #fff;
  background-color: #9ba0ae;
}
.reports2.landscape .menu .hold-menu {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.reports2.landscape .menu .hold-menu:hover {
  font-size: 18px;
  -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.reports2.landscape .menu .menu-content {
  width: 400px;
  height: 100%;
}
.reports2.landscape .menu .menu-content .menu-title {
  height: 47px;
  padding: 10px 10px 10px 50px;
  font-size: 16px;
  text-align: left;
  border-bottom: solid 1px #a9adb9;
}
.reports2.landscape .menu .menu-content .list-group {
  position: relative;
  color: #fff;
  background-color: transparent;
}
.reports2.landscape .menu .menu-content .list-group .darker-margin {
  position: fixed;
  left: -400px;
  width: 40px;
  height: 100vh;
  background-color: #a9adb9;
}
.reports2.landscape .menu .menu-content .list-group .panel {
  background-color: transparent;
}
.reports2.landscape .menu .menu-content .list-group .panel .list-group-item .collapse-btn {
  position: absolute;
  top: 35%;
  right: 0;
  display: none;
  -webkit-transition: all .2s linear;
       -o-transition: all .2s linear;
          transition: all .2s linear;
}
.reports2.landscape .menu .menu-content .list-group .panel .list-group-item.collapsed .collapse-open {
  display: block;
}
.reports2.landscape .menu .menu-content .list-group .panel .list-group-item:not(.collapsed) .collapse-close {
  display: block;
}
.reports2.landscape .menu .menu-content .list-group .panel .list-group .list-group-item {
  padding-left: 15px;
}
.reports2.landscape .menu .menu-content .list-group .panel .list-group .list-group-item .icon {
  margin-left: 45px;
}
.reports2.landscape .menu .menu-content .list-group .list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: transparent;
  border-radius: 0 !important;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2.landscape .menu .menu-content .list-group .list-group-item .icon {
  width: 15px;
  margin-right: 20px;
}
.reports2.landscape .menu .menu-content .list-group .list-group-item.active {
  background-color: rgba(255, 255, 255, .2);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reports2.landscape.report-ppt {
  overflow-y: auto !important;
}
.reports2.landscape.report-ppt .report-area {
  position: static !important;
  height: 100% !important;
}
.reports2.landscape.report-ppt .report-area .slide {
  position: static !important;
  height: 100% !important;
  opacity: 1 !important;
}
.reports2.landscape.report-ppt .report-area .title-wrapper {
  padding-bottom: 35px !important;
}
.reports2.landscape.report-ppt .report-area .title-wrapper .title .title-text {
  padding-left: 0 !important;
  margin-bottom: 20px !important;
  font-family: Calibri, Open Sans !important;
  font-size: 40px !important;
  font-weight: bold !important;
  color: #38389a !important;
}
.reports2.landscape.report-ppt .report-area .question {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 10px !important;
  margin-left: 0 !important;
  font-size: 24px !important;
}
.reports2.landscape.report-ppt .report-area .brand-label {
  right: 100px !important;
}
.reports2.landscape.report-ppt #scrollUp {
  display: none !important;
}
.reports2.landscape.report-ppt .linear .fa-venus-mars text {
  font-family: 'Linearicons', sans-serif;
}
.reports2.landscape.report-ppt .highcharts-title text {
  position: absolute;
  top: 7px;
  padding-left: 5px;
  font-family: "Open Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.rtl .reports2.landscape .navbar-toolbar > li {
  float: right;
}
.rtl .reports2.landscape .scrollable-bar {
  right: unset;
  left: 0;
}
.rtl .reports2.landscape .menu.hold {
  right: 0 !important;
  left: unset !important;
}
.rtl .reports2.landscape .menu.hold .menu-content .list-group .darker-margin {
  right: 0 !important;
  left: unset !important;
}
.rtl .reports2.landscape .menu.hold .hold-menu {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.rtl .reports2.landscape .menu {
  right: -400px;
  left: 0;
}
.rtl .reports2.landscape .menu .hold-menu {
  right: unset;
  left: 25px;
}
.rtl .reports2.landscape .menu .hold-menu:hover {
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}
.rtl .reports2.landscape .menu .menu-content {
  text-align: right;
}
.rtl .reports2.landscape .menu .menu-content .list-group .icon {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .reports2.landscape .menu .menu-content .list-group .darker-margin {
  right: -400px;
  left: 0;
}
.rtl .reports2.landscape .nav-trigger:hover ~ .menu,
.rtl .reports2.landscape .menu:hover .menu-content .list-group .darker-margin,
.rtl .reports2.landscape .nav-trigger:hover ~ .menu .menu-content .list-group .darker-margin,
.rtl .reports2.landscape .menu:hover {
  right: 0;
}
.rtl .reports2.landscape label[for="top-nav-trigger"] {
  right: auto;
  left: 30px;
}
.rtl .reports2.landscape label[for="nav-trigger"] {
  right: 0;
  left: auto;
  border-radius: 23px 0 0 23px;
}
.rtl .reports2.landscape .next-prev-buttons {
  right: auto;
  left: 86px;
}
.rtl .reports2.landscape .report-area {
  border-right: 5px solid #1cabdc;
  border-left: none;
}
.rtl .reports2.landscape .report-area .brand-label {
  right: auto;
  left: 220px;
}
.rtl .reports2.landscape .report-area .slides .slide {
  padding-right: 60px;
  padding-left: 0;
}
.rtl .reports2.landscape .report-area .slides .slide .title,
.rtl .reports2.landscape .report-area .slides .slide .title .wizer-label,
.rtl .reports2.landscape .report-area .slides .slide .title .title-text {
  float: right !important;
}
.rtl .reports2.landscape .report-area .slides .slide .slide-area .insight {
  text-align: right;
}
.rtl .reports2.landscape .report-area .slides .slide .slide-area .response-count {
  right: 0;
  left: auto;
}
.rtl .reports2.landscape .report-area .slides .slide .slide-area .component-area .component-space .grid-stack .grid-stack-item[data-gs-x="0"] {
  left: 0;
}
.rtl .reports2.landscape .report-area .slides .slide .slide-area .component-area .component-space .grid-stack .grid-stack-item[data-gs-auto-position="yes"] {
  position: absolute !important;
}
.rtl .reports2.landscape footer .footer-message {
  right: unset;
  left: 0;
  float: left !important;
}
.reports2.landscape .smart-p-scorecard .concept-block {
  padding: 10px;
  background-color: #fff;
}
.reports2.landscape .smart-p-scorecard .pie-progress {
  max-width: 100px;
  padding: 10px;
}
.reports2.landscape .smart-p-scorecard .w-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
      flex-direction: column;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reports2.landscape .smart-p-scorecard .concept-url {
  max-width: 100%;
  margin: 0;
}
.reports2.landscape .smart-p-scorecard .concept-name {
  font-weight: bold;
}
.reports2.landscape .smart-p-scorecard .smart-summary-table td:first-child {
  height: 100%;
}
.reports2.landscape .smart-table tr,
.reports2.landscape .smart-table th,
.reports2.landscape .smart-table td {
  padding: 2px;
  border: solid 1px #ddd;
}
.reports2.landscape .smart-table tfoot tr,
.reports2.landscape .smart-table tfoot th,
.reports2.landscape .smart-table tfoot td {
  border: none;
}
.reports2.landscape .smart-table tbody td,
.reports2.landscape .smart-table thead th {
  text-align: center;
}
.reports2.landscape .smart-table tbody th,
.reports2.landscape .smart-table tbody td {
  vertical-align: middle;
}
.reports2.landscape .smart-table .green-cell {
  background-color: #5cb85c;
}
.reports2.landscape .smart-table .light-green-cell {
  background-color: #9fc569;
}
.reports2.landscape .smart-table .blue-cell {
  color: #fff;
  background-color: #4f8dc6;
}
.reports2.landscape .smart-table .yellow-cell {
  background-color: #f0d64e;
}
.reports2.landscape .smart-table .orange-cell {
  background-color: #f0ad4e;
}
.reports2.landscape .smart-table .red-cell {
  color: #fff;
  background-color: #d9534f;
}
.reports2.landscape .smart-table .grey-cell {
  background-color: #d9d9d9;
}
.reports2.landscape .smart-table .grey-text-cell {
  color: #d9d9d9;
}
.reports2.landscape .smart-table .red-text-cell,
.reports2.landscape .smart-table .red-text-w-icon-cell,
.reports2.landscape .smart-table .green-text-cell,
.reports2.landscape .smart-table .green-text-w-icon-cell,
.reports2.landscape .smart-table .blue-text-cell,
.reports2.landscape .smart-table .blue-text-w-icon-cell {
  font-weight: bold;
}
.reports2.landscape .smart-table .red-text-cell,
.reports2.landscape .smart-table .red-text-w-icon-cell {
  color: #d9534f;
}
.reports2.landscape .smart-table .red-text-w-icon-cell:after {
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f088";
}
.reports2.landscape .smart-table .green-text-cell,
.reports2.landscape .smart-table .green-text-w-icon-cell {
  color: #5cb85c;
}
.reports2.landscape .smart-table .green-text-w-icon-cell:after {
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f087";
}
.reports2.landscape .smart-table .blue-text-cell,
.reports2.landscape .smart-table .blue-text-w-icon-cell {
  color: #4f8dc6;
}
.reports2.landscape .smart-table .blue-text-w-icon-cell:after {
  padding-top: 3px;
  padding-right: 7px;
  padding-bottom: 3px;
  padding-left: 7px;
  margin: 0 -5px 0 5px;
  font-family: 'FontAwesome';
  font-weight: normal;
  content: "\f129";
  border: 2px solid;
  border-radius: 50%;
}
.reports2.landscape .smart-table .low td {
  opacity: .5;
}
.reports2.landscape .smart-table .table_total td {
  font-weight: bold;
  color: #000;
}
.reports2.landscape .smart-table .note {
  font-size: 11px;
}
.reports2.landscape .smart-table.concept td,
.reports2.landscape .smart-table.concept th {
  font-size: 16px;
}
.reports2.landscape .smart-table.bold_text {
  font-weight: bold;
}
.reports2.landscape .smart-summary-table th:not(:first-child) {
  max-width: inherit;
}
.reports2.landscape .smart-summary-table td:first-child {
  height: inherit;
}
.reports2.landscape .smart-summary-table .chart {
  width: inherit !important;
  height: inherit;
  min-height: inherit;
  max-height: inherit;
}
.reports2.landscape .funnel th,
.reports2.landscape .funnel td {
  width: 150px;
  text-align: center;
  vertical-align: middle;
}
.reports2.landscape .funnel th {
  height: 3em;
  padding-bottom: .7em;
  font-size: 1.25em;
  color: #4f8dc6;
}
.reports2.landscape .funnel td {
  height: 3em;
  padding: 0;
  font-size: 1em;
}
.reports2.landscape .funnel td .bar-chart {
  margin: 0 5px;
}
.reports2.landscape .funnel td .bar-chart .counter .counter-number-group {
  font-size: 1em !important;
}
.reports2.landscape .funnel .conversion {
  width: 3.3333em;
  font-size: .8em;
  color: grey;
}
.reports2.landscape .funnel img {
  width: 100px;
}
.reports2.landscape .funnel .first-row {
  width: 100px;
  padding-right: 20px;
}
.reports2.landscape .funnel .conversion-value {
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  vertical-align: middle;
  background-color: #4f8dc6;
}
.reports2.landscape .funnel table {
  margin: auto;
  font-weight: 700;
  border-spacing: 0 5px;
  border-collapse: separate;
}
.reports2.landscape .funnel .bar-chart {
  margin: 5px;
}
.reports2.landscape .funnel .pie-progress {
  max-width: 3.333em;
}
.reports2.edit-mode {
  padding-top: 133px;
}
.reports2.edit-mode #report-page {
  position: relative;
}
.reports2.edit-mode .slides .slide {
  padding-top: 100px;
  margin-top: -100px;
}
.reports2.edit-mode .btn-add-chart {
  display: block;
  width: 74%;
  margin: 40px 13%;

  direction: ltr;
}
.reports2.edit-mode .editable-page {
  padding: 5px;
}
.reports2.edit-mode form .help-block {
  margin-top: 10px;
  font-size: 13px;
  color: #7f9fbd;
}
.reports2.edit-mode form .has-error .help-block {
  color: #a94442;
  background: #fee;
}
.reports2.edit-mode form .hide-label label {
  display: none !important;
}
.reports2.edit-mode form .hide-label .controls {
  width: 100%;
}
.reports2.edit-mode form .tab-content.panel-body {
  min-height: 300px;
}
.reports2.edit-mode .alert-danger li {
  list-style: none;
}
.reports2.edit-mode .editable {
  position: relative;
  border: 1px dashed transparent !important;
  -webkit-transition: background 50ms ease-in-out;
       -o-transition: background 50ms ease-in-out;
          transition: background 50ms ease-in-out;
}
.reports2.edit-mode .editable:hover {
  background: #fffff2;
  border-color: #006bb0 !important;
}
.reports2.edit-mode .editable:hover .floating-buttons {
  display: block;
}
.reports2.edit-mode .editable .floating-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
  margin: 10px;
}
.reports2.edit-mode .editable .floating-buttons .regenerate-icon,
.reports2.edit-mode .editable .floating-buttons .check-square-icon {
  background-color: #007eff;
}
.reports2.edit-mode .editable .floating-buttons .regenerate-icon > i.icon,
.reports2.edit-mode .editable .floating-buttons .check-square-icon > i.icon {
  color: #fff;
}
.reports2.edit-mode .editable .floating-buttons .regenerate-icon > i.icon:hover,
.reports2.edit-mode .editable .floating-buttons .check-square-icon > i.icon:hover {
  background-color: #3398ff;
}
.reports2.edit-mode .editable .floating-buttons .regenerate-icon:hover,
.reports2.edit-mode .editable .floating-buttons .check-square-icon:hover {
  background-color: #3398ff;
}
.reports2.edit-mode .editable.editable-multi-charts {
  display: inline-block;
  margin: -1px;
}
.reports2.edit-mode .editable.editable-question .floating-buttons {
  margin: 3px;
}
.reports2.edit-mode .editable.editable-question .floating-buttons > .btn {
  padding: 3px 8px;
}
.reports2.edit-mode .editable .unknown-component {
  padding: 50px 20px;
  color: #d00;
  text-align: center;
  background: #ffd5d5;
  border: 1px solid #ffa6a6;
}
.reports2.edit-mode .site-menubar {
  height: 68px;
  color: #fff;
  background: #3b6043;
}
.reports2.edit-mode #editor-toolbar {
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;

  direction: ltr;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu {
  padding: 5px 0;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown {
  color: #757575;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu {
  right: auto;
  left: 0;
  float: right;
  width: 240px;
  text-align: left;
  vertical-align: middle;

  direction: ltr;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu label,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu label {
  width: 100%;
  padding: 5px 10px;
  vertical-align: middle;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu label:hover,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu label:hover {
  background: #fffbec;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu input,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu input {
  margin: 5px 10px 0;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu .fa,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu .fa {
  margin: 5px;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu .divider,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu .divider {
  margin: 0;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu .btn,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu .btn {
  position: relative;
  width: 96%;
  margin: 10px 2% 2px;
  text-align: center;
}
.reports2.edit-mode #editor-toolbar #edit-sections-dropdown .dropdown-menu .btn-change-layout,
.reports2.edit-mode #editor-toolbar #data-generation-dropdown .dropdown-menu .btn-change-layout {
  width: auto;
  padding: 4px;
  margin: 0 0 0 5px;
  font-size: 14px;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list {
  right: auto;
  left: 0;
  float: right;
  min-width: 640px;
  height: auto;
  max-height: 80vh;
  padding: 5px 0;
  margin-left: -1%;
  overflow-x: hidden;
  text-align: left;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list .btn.delete-report {
  padding: 6px 12px;
  border-radius: 2px;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li {
  padding: 10px 0;
  color: #757575;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li:hover {
  background-color: #e0e0e0;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li .report-link {
  padding: 5px 20px;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li .report-link a span.rid {
  display: inline-block;
  width: 50px;
  margin-left: 35px;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li .report-link a.published {
  color: #39a832;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li .report-link a.published .fa {
  color: #39a832;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li .report-link a.published span.rid {
  margin-left: 9px;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li.active {
  background-color: #cbdcea;
}
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li.active a,
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li.active a:hover,
.reports2.edit-mode #editor-toolbar #dropdown-menu-reports-list > li.active a:focus {
  color: #006bb0;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse {
  background-color: #5e6680;
  border-color: #5e6680;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse a {
  text-decoration: none;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse .navbar-header,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav {
  float: left;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse .navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > .open > a,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > .open > a:focus,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > .open > a:hover {
  background: #4c5570;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li {
  float: left !important;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li > a {
  border-right: 1px solid #5e6680;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li > a:first-child {
  border-left: 1px solid #5e6680;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li > a:hover {
  background: #4c5570;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu {
  right: auto;
  left: 0;
  float: right;
  min-width: 102%;
  height: auto;
  max-height: 80vh;
  padding: 5px 0;
  margin-left: -1%;
  overflow-x: hidden;
  text-align: left;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button {
  width: 100%;
  font-weight: 400;
  color: #757575;
  text-align: left;
  text-decoration: none;
  background-color: transparent;
  border: none;
  outline: none;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button:hover {
  color: #757575;
  background-color: #eee;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li a,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button {
  padding: 10px 20px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li a span.rid,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button span.rid {
  display: inline-block;
  width: 50px;
  margin-left: 35px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li a.published,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button.published {
  color: #39a832;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li a.published .fa,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button.published .fa {
  color: #39a832;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li a.published span.rid,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li button.published span.rid {
  margin-left: 9px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > li:last-child a {
  border-radius: 0 0 4px 4px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > .active > a,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > .active > a:hover,
.reports2.edit-mode #editor-toolbar .navbar-inverse ul.navbar-nav > li .dropdown-menu > .active > a:focus {
  color: #006bb0;
  background-color: #cbdcea;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse .exit-button {
  float: right;
  margin-top: 16px;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse .exit-button .btn {
  color: #fff;
  background-color: #2dbff0;
  border-color: #2dbff0;
}
.reports2.edit-mode #editor-toolbar .navbar-inverse .exit-button .btn:hover {
  background-color: #00a8e1;
  border-color: #00a8e1;
}
.yaml-form {
  padding: 0 15px;
  text-align: left;

  direction: ltr;
}
.yaml-form .ace_content {
  text-align: left;
  word-spacing: normal !important;

  direction: ltr;
}
.yaml-form .buttons-container {
  width: 100%;
  padding-left: 10%;
  margin-bottom: 10px;
}
.yaml-form .buttons-container .btn {
  width: 45%;
  padding: 10px;
}
.ace_tooltip.ace_doc-tooltip {
  white-space: normal;
}
.ace_tooltip.ace_doc-tooltip img {
  width: 20px;
}
.reports2.edit-mode .edit-in-place textarea {
  width: 100% !important;
  min-height: 60px !important;
}
.reports2.edit-mode .edit-in-place input {
  width: 100% !important;
  height: 34px !important;
}
.editable > .reports2.edit-mode .edit-in-place {
  border: none;
}
.reports2.edit-mode .editableform textarea.form-control {
  width: 500px;
  height: 60px;
}
.reports2.edit-mode .editableform input.form-control {
  width: 400px;
}
.reports2.edit-mode .editableform .editable {
  font-weight: normal;
}
.reports2.edit-mode .editable-pre-wrapped {
  white-space: normal !important;
}
.manage-pages #sortable {
  position: relative;
}
.manage-pages .ui-state-highlight {
  height: 36px;
  margin: 5px 1px;
  color: #363636;
  background: #fbf2b1;
  border: 1px dashed #fc8e24;
}
.manage-pages .ui-state-highlight a {
  color: #363636;
}
.manage-pages .ui-sortable-helper {
  margin-left: 8px;
}
.manage-pages #new-page-template,
.manage-pages #new-group-template {
  display: none !important;
}
.manage-pages .new-page .form-control {
  background: #e5f9e9;
}
.manage-pages .toc-switch-parent {
  border-radius: 0;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.manage-pages .toc-group {
  padding: 5px;
}
.manage-pages .toc-children {
  position: relative;
  margin-right: 40px;
  margin-left: 40px;
}
.manage-pages .toc-children .toc-switch-parent {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reports2.edit-mode .add-component .panel.with-nav-tabs .panel-heading {
  padding: 10px 10px 0 10px;
}
.reports2.edit-mode .add-component .panel.with-nav-tabs .nav-tabs {
  border-bottom: none;
}
.reports2.edit-mode .add-component .nav-side-menu {
  width: 100%;
  padding: 10px 20px;
}
.reports2.edit-mode .add-component .nav-side-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
}
.reports2.edit-mode .add-component .nav-side-menu li .sub-menu li {
  margin-left: 0;
  border: none;
}
.reports2.edit-mode .add-component .nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.reports2.edit-mode .add-component .nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.reports2.edit-mode .add-component .nav-side-menu li .sub-menu li a:before {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: "\f105";
}
.reports2.edit-mode .add-component .nav-side-menu li a {
  display: block;
  width: 100%;
  padding: 5px;
  text-decoration: none;
}
.reports2.edit-mode .add-component .nav-side-menu li a i {
  width: 20px;
  padding-right: 20px;
  padding-left: 10px;
}
.reports2.edit-mode .add-component .nav-side-menu li a:hover {
  color: #3e8f3e;
  background: #f5f5f5;
}
.styled-table-editor .hotToolbar {
  position: relative;
  padding: 5px 0;
  margin-bottom: 40px;
}
.styled-table-editor .hotToolbar .dropdown-menu {
  width: 180px;
  padding: 10px;
}
.styled-table-editor .hotToolbar .btn-group .btn + .btn {
  margin-left: 0;
}
.styled-table-editor .hotToolbar .tooltip-inner {
  max-width: none;
  white-space: pre;
}
.styled-table-editor .hotToolbar.htBold .btnBold,
.styled-table-editor .hotToolbar.htItalic .btnItalic,
.styled-table-editor .hotToolbar.htUnderline .btnUnderline,
.styled-table-editor .hotToolbar.htLeft .btnAlignLeft,
.styled-table-editor .hotToolbar.htCenter .btnAlignCenter,
.styled-table-editor .hotToolbar.htRight .btnAlignRight,
.styled-table-editor .hotToolbar.htJustify .btnAlignJustify,
.styled-table-editor .hotToolbar.htBottom .btnAlignBottom,
.styled-table-editor .hotToolbar.htMiddle .btnAlignMiddle,
.styled-table-editor .hotToolbar.htTop .btnAlignTop {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.styled-table-editor .ql-toolbar {
  background: #f5f5f5;
}
.styled-table-editor .quillEditor {
  /* hide editor on load */
  top: -9999px;
  left: -9999px;
  min-width: 400px;
  background: #fff;
  -webkit-box-shadow: -2px 4px 20px rgba(0, 0, 0, .3);
          box-shadow: -2px 4px 20px rgba(0, 0, 0, .3);
}
.styled-table-editor .quillEditor .handsontableInput {
  display: none;
}
.styled-table-editor .quillEditor ol,
.styled-table-editor .quillEditor ul {
  padding-left: 0;
}
.styled-table-editor .ql-container {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #757575;
}
.styled-table-editor .colorInputUi-wrap .colorInputUi-trigger {
  position: relative;
  top: 4px;
  width: 26px;
  height: 26px;
}
.styled-table-editor .btn-colorpicker {
  height: 36px;
  padding: 0;
}
.styled-table-editor .btn-colorpicker .colorpicker-wrapper {
  float: left;
  width: 33px;
  height: 30px;
}
.styled-table-editor .btn-colorpicker .icon-wrapper {
  float: left;
}
.styled-table-editor .btn-colorpicker .icon-wrapper .icon {
  margin: 7px 10px 0 0;
}
.reports2 .handsontable .highlight {
  background-color: #fff;
}
.styled-table .handsontable .htBold {
  font-weight: bold;
}
.styled-table .handsontable .htUnderline {
  text-decoration: underline;
}
.styled-table .handsontable .htItalic {
  font-style: italic;
}
.styled-table .handsontable .merged-cell {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 4px 0 4px;
}
.styled-table .hot td {
  white-space: normal;
}
.styled-table .hot td p {
  margin: 0;
}
.styled-table .hot td ol,
.styled-table .hot td ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.reports2.landscape.edit-mode {
  padding-top: 0;
}
.reports2.landscape.edit-mode #fancy-drag-handle {
  position: absolute;
  top: -14px;
  left: -14px;
  z-index: 8040;
  display: block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: #000;
  border: solid 2px #fff;
  border-radius: 50px;
  -webkit-box-shadow: 1px 1px 5px #000;
          box-shadow: 1px 1px 5px #000;
}
.reports2.landscape.edit-mode #fancy-drag-handle i {
  padding: 20%;
  color: #fff;
}
.reports2.landscape.edit-mode #delete-report {
  font-weight: bold;
  color: #fff;
  background: #f00;
  border: 10px solid white;
}
.reports2.landscape.edit-mode #delete-report:hover {
  border-color: #eee;
}
.reports2.landscape.edit-mode div:not(.layout-frame) > .editable {
  border: none !important;
}
.reports2.landscape.edit-mode div:not(.layout-frame) > .editable:hover {
  background: rgba(221, 221, 221, .4);
  border: none !important;
  -webkit-box-shadow: inset 0 0 0 4px yellow;
          box-shadow: inset 0 0 0 4px yellow;
}
.reports2.landscape.edit-mode .editable.editable-question .floating-buttons {
  margin: 0;
}
.reports2.landscape.edit-mode .layout-frame:hover .editable {
  background: rgba(221, 221, 221, .4);
  border: solid 4px yellow !important;
}
.reports2.landscape.edit-mode .layout-frame:hover .editable .floating-buttons {
  display: block;
  margin: 5px;
  pointer-events: all;
}
.reports2.landscape.edit-mode .layout-frame:hover .editable .floating-buttons a {
  margin: 2px 0;
}
.reports2.landscape.edit-mode .no-layout,
.reports2.landscape.edit-mode .no-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reports2.landscape.edit-mode .no-component .btn-add-chart {
  width: auto;
  padding: 5px 7px;
}
.reports2.landscape.edit-mode .editable-frame,
.reports2.landscape.edit-mode .editable-Layout,
.reports2.landscape.edit-mode .editable-empty-frame {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 100;
  width: calc(100% - 20px);
  height: 100%;
  pointer-events: none;
  -webkit-transition: all .2s;
       -o-transition: all .2s;
          transition: all .2s;
}
.reports2.landscape.edit-mode .editable-Layout {
  pointer-events: all;
}
.reports2.landscape.edit-mode .top-nav-trigger:checked ~ #editor-toolbar {
  top: 66px;
}
.reports2.landscape.edit-mode #editor-toolbar {
  top: 0;
}
.reports2.landscape.edit-mode .menu,
.reports2.landscape.edit-mode .brand-label,
.reports2.landscape.edit-mode .report-area {
  top: 66px;
}
.reports2.landscape.edit-mode .next-prev-buttons {
  top: 77px;
}
.reports2.landscape.edit-mode footer {
  bottom: 66px;
}
.reports2.landscape.edit-mode .slides .slide {
  height: calc(100% - 45px - 66px);
  padding-top: 0;
  margin-top: 0;
}
.reports2.landscape.edit-mode .slides .slide:before {
  display: block;
  height: 66px;
  margin-top: -66px;
  visibility: hidden;
  content: " ";
}
.reports2.landscape.edit-mode .slides .slide .component-area {
  text-align: start;
}
.survey-panel .page-content {
  overflow: hidden;
  background: #fff;
}
.survey-panel .disabled {
  pointer-events: none;
  opacity: .7;
}
.survey-panel .quota-table input {
  width: 100%;
}
.survey-panel .progress {
  margin-bottom: 0;
}
.survey-panel .monitor-quota {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.survey-panel .total-quota {
  background-color: #b2ebf2;
}
.survey-panel .nav {
  margin-bottom: 10px;
}
.survey-panel .controls {
  display: inline-block;
}
.survey-panel .form-group {
  display: inline-block;
  margin-right: 30px;
}
.survey-panel .asterisk {
  font-size: 16px;
  font-weight: 600;
  color: red;
}
.manual-survey .page-content {
  background-color: #fff;
}
.manual-survey .ace_editor {
  min-width: 350px;
}
.manual-survey .panel-heading {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #616161;
}
.manual-survey .panel-heading .panel-title {
  color: #fff;
}
.manual-survey .panel-body {
  margin-left: 20px;
}
.manual-survey .panel-collapse {
  background-color: #fff;
}
.manual-survey .formset-body .select.form-control {
  max-width: 100%;
}
.manual-survey .formset-body .form-group {
  max-width: 100%;
  vertical-align: top;
}
.manual-survey .formset-body .panel-collapse,
.manual-survey .formset-body .collapsing {
  position: inherit;
  padding: 10px 0;
  margin-right: 60px;
}
.manual-survey .formset-body .panel-heading {
  margin-right: 92px;
  background-color: #cdcdcd;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.manual-survey .formset-body .formset-form:nth-of-type(even) .panel-heading {
  background-color: #888;
}
.manual-survey .formset-body .panel-group {
  margin-bottom: 0;
}
.manual-survey .formset-body .btn-formset-delete {
  position: absolute;
  top: 5px;
  right: 0;
}
.manual-survey .formset-body .btn-formset-clone {
  position: absolute;
  top: 5px;
  right: 45px;
}
.manual-survey .action-btn .btn {
  margin-left: 10px;
}
.manual-survey .add-more-fields {
  margin-top: 10px;
}
.manual-survey .loading {
  width: 100%;
  height: 500px;
  margin-top: 100px;
  text-align: center;
  background-color: #fff;
}
.manual-survey .loading .title {
  margin: 50px;
}
.manual-survey .loading .genie {
  width: 10%;
  margin-left: 25px;
}
.manual-survey .loading h2 {
  color: #4c85b9;
}
.manual-survey .loading .progress-animation {
  display: block;
  margin: 100px;
}
@-webkit-keyframes webkit-spin {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.manual-survey .loading .progress-animation .progress-img {
  -webkit-animation: webkit-spin 1s infinite steps(8);
          animation: spin 1s infinite steps(8);
}
.reports2.landscape.fraud-detection {
  overflow-x: auto;
  overflow-y: auto;
}
.reports2.landscape.fraud-detection .top-nav-buttons {
  position: fixed;
  top: 0;
}
.reports2.landscape.fraud-detection #quarantined-respondents-btn {
  background: rgba(238, 238, 238, .3);
}
.reports2.landscape.fraud-detection .report-area {
  background: #f5f5f5 !important;
}
.reports2.landscape.fraud-detection label[for="top-nav-trigger"] {
  display: none;
}
.reports2.landscape.fraud-detection .slide-area {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.reports2.landscape.fraud-detection .slide-area .first-row.row {
  height: 40px;
}
.reports2.landscape.fraud-detection .slide-area .first-row.row .checkbox-container .checkbox-wrapper .checkbox {
  background-color: transparent;
}
.reports2.landscape.fraud-detection .slide-area .row {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.reports2.landscape.fraud-detection .slide-area .row .respondent-row {
  background-color: white;
}
.reports2.landscape.fraud-detection .slide-area .row .cell-title {
  margin-bottom: 2px;
}
.reports2.landscape.fraud-detection .slide-area .row .flag-icon {
  width: 35px;
  height: 35px;
}
.reports2.landscape.fraud-detection .slide-area img {
  height: 45px;
}
.reports2.landscape.fraud-detection .slide-area .full-height {
  height: 100%;
}
.reports2.landscape.fraud-detection .slide-area .padded {
  padding: 10px;
}
.reports2.landscape.fraud-detection .slide-area .padded.center {
  padding: 5px 10px;
  text-align: center !important;
}
.reports2.landscape.fraud-detection .slide-area .padded.center .cell-title {
  margin-bottom: 5px;
}
.reports2.landscape.fraud-detection .slide-area .btn-column {
  padding: 30px;
}
.reports2.landscape.fraud-detection .slide-area .checkbox-container {
  padding-left: 0;
}
.reports2.landscape.fraud-detection .slide-area .checkbox-container .checkbox-wrapper {
  width: 100%;
}
.reports2.landscape.fraud-detection .slide-area .checkbox-container .checkbox-wrapper .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #bd0a0c;
}
.reports2.landscape.fraud-detection .slide-area .checkbox-container .checkbox-wrapper .checkbox input {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

/*# sourceMappingURL=_maps/styles.css.map */
