/* latin */
@font-face {
  font-family: "Calibri";
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v11) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Calibri-normal";
  font-weight: 400;
  src: url(https://fonts.gstatic.com/l/font?kit=J7adnpV-BGlaFfdAhLQo6btP&skey=36a3d5758e0e2f58&v=v11) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html {
  min-height: 100vh;
}

.cps-themes-drop-option {
  display: none;
}

.cps-theme-section {
  padding-left: 10px;
  margin-bottom: 4px;
}

.cps-theme-label-outer {
  font-size: 0.75em;
  font-weight: 700;
}

.cps-theme-label {
  font-size: 0.68em;
}

.cps-theme-option:hover {
  background: #1a8892;
}

.cps-preview-canvas-form-body {
  overflow: hidden;
}

.cps-preview-canvas-form-body-footer {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.cps-preview-canvascontainer {
  transition: 0.2s;
}

.cps-transition-theme {
  transition: 0.2s;
}

.cps-theme-name-input {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  border: none;
  color: #fff;
}

.cps-theme-option {
  background: #666;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 8px;
  padding-left: 11px;
  padding-right: 11px;
  margin-right: 10px;
}

.button-disabled {
  opacity: 0.6;
  background: #ccc !important;
  color: #000 !important;
}

.theme-button {
  background: #1a8892;
  color: #eee;
  font-weight: bold;
}

.cps-sectionheader-main {
  color: #eee;
  background: #555;
  padding: 3px;
  font-weight: bold;
  padding-left: 10px;
  font-size: 0.75em;
}

.fa-rotate-carat {
  cursor: pointer;
  transition: 0.2s;
}

.cps-theme-label-group {
  padding-left: 10px;
  margin-bottom: 2px;
}

.cps-slider-container {
  width: 300px;
  margin: 20px auto;
  text-align: center;
}

.cps-value-display {
  font-size: 1.2em;
  margin-top: 10px;
}

.cps-themes-drop-option {
  padding-left: 10px;
  padding-right: 10px;
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 1px solid #ccc;
}

.cps-overlay-button {
  background: #1a8892;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #eee;
  font-size: 1.2em;
  margin: 4px;
  min-width: 100px;
  padding: 8px;
  border-radius: 8px;
}

.cps-overlay-button:hover {
  background: #13676e;
}

.cps-overlay-padding-inner {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.cps-mini-btn {
  padding: 5px;
  background: #dfdfdf;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.2s;
}

.cps-mini-btn:hover {
  background: #ccc;
}

.cps-linked-questions-options {
  width: 400px;
}

.cps-js-save-button {
  color: #fff !important;
}

body {
  min-height: calc(100vh - 90px);
}

.cps-input-add-additional-user-name {
  min-width: 120px;
}

.cps-input-add-additional-user-email {
  font-size: 0.8em;
  width: 200px;
  word-wrap: break-word;
}

.cps-send-email-button {
  border-radius: 5px;
  padding: 5px;
  background: #1a8892;
  color: #eee;
  cursor: pointer;
  transition: 0.2s;
  font-size: 0.8em;
}

.cps-send-email-button:hover {
  background: #16666d;
}

.navbar > .container {
  max-width: 100% !important;
}

.main_admin_logo {
  max-height: 30px;
  transition: 0.4s;
}

.cps-participant-list {
  display: flex;
  margin: 5px;
}

.main_admin_logo:hover {
  transform: scale(1.15);
}

.container {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}

.bg-dark {
  background-color: #00263e !important;
}

.navbar {
  padding: 0px;
  margin-bottom: 0px !important;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1000;
}

.compass-dashboard-subnavbar {
  position: fixed;
  top: 43px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
  background: linear-gradient(180deg, rgba(230, 230, 230, 0) 50%, #e6e6e6 100%);
  background-color: #eee;
  display: flex;
  justify-content: space-between;
}

.compass-subnavbar-button {
  font-size: 1.2em;
  width: 55px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  text-decoration: none;
  border-right: 1px solid #ddd;
  cursor: pointer;
  transition: 0.2s;
}

.compass-subnavbar-button-edit-selected {
  background: #8d644b;
}

.compass-subnavbar-button-edit-selected:hover {
  background: #8d644b !important;
  color: #ccc !important;
}

.compass-subnavbar-button:hover {
  color: #111;
  text-decoration: none;
}

.compass-subnavbar-text {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  font-size: 1.3em;
}

.compass-dashboard-content {
  height: 100%;
  min-height: calc(100vh - 90px);
  background: #eee;
  display: flex;
  justify-content: space-between;
}

.compass-dashboard-content-edit {
  height: 100%;
  margin-left: 55px;
  background: #eee;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  padding-top: 65px;
}

.compass_edit_survey_question_header-inner {
  font-size: 1.3em;
}

.compass-dashboard-content-summary {
  height: calc(100vh - 45px);
  margin-left: 55px;
  width: calc(100% - 55px);
  background: #eee;
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
  height: 100%;
  padding-bottom: 40px;
}

.compass-question-subsection-inner-right-flex-override {
  justify-content: flex-start;
}

.compass-question-subsection-inner-right-flex-override .cps-question-rating-label {
  margin-left: 0px;
}

.compass-question-subsection-inner-right-rating-label {
  margin-top: 2px;
}

.compass-question-subsection-inner-right-label {
  text-align: center;
  justify-content: center;
  min-width: 32px;
}

.compass-question-subsection-inner-right-label {
  background: #ddd;
  color: #444;
  border: #bbb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  font-weight: bold;
  font-size: 1.2em;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.compass-dashboard-content-summary-left {
  background: #fff;
  max-width: 350px;
  min-width: 250px;
  height: calc(100% - 140px);
  position: fixed;
  width: 100%;
}

.compass-dashboard-content-summary-center {
  padding-left: 380px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.compass-dashboard-content-summary-center-inner-left {
  min-width: 750px;
  width: 70%;
  background: #fff;
  min-height: calc(100vh - 135px);
}

.compass-dashboard-content-summary-outer-container {
  background: #fafafa;
}

.compass-dashboard-content-summary-page-header {
  padding: 4px;
  color: #222;
  padding: 16px 20px;
  line-height: 1em;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.compass-dashboard-content-summary-page {
  margin-top: 20px;
  border: 1px solid #ddd;
}

.compass-survey-edit-questions-builder {
  position: relative;
  margin: 20px 0 50px 360px;
  min-width: 600px;
  width: 70%;
  background: none;
  width: calc(100% - 660px);
  min-height: calc(100vh - 135px);
  margin-bottom: 40px;
}

.compass-dashboard-content-build-question {
  margin: 15px 25px 15px;
  padding: 20px 40px 30px;
  background: #fff;
  border: 1px solid #ddd;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.compass-dashboard-content-build-question:hover {
  border: 1px solid #90c4ce;
  background: #f9ffff;
}

.compass-dashboard-content-build-question:hover .compass-dashboard-content-build-question-controls {
  display: flex;
}

.compass-survey-question-control {
  padding: 3px;
  margin-right: 10px;
  top: 0px;
  font-size: 1em;
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #111;
  text-decoration: none;
  border-right: none;
  cursor: pointer;
  transition: 0.2s;
}

.compass-survey-question-control-actions {
  padding-top: 4px;
  top: 0px;
}

.compass-dashboard-content-summary-center-inner-right {
  min-width: 200px;
  width: 25%;
  margin-left: 25px;
  background: #fff;
  min-height: 100px;
}

.compass-edit-build-answer-container {
  margin-top: 5px;
}

.compass-edit-build-answer-question {
  resize: none;
  cursor: pointer;
  background: none;
  border: 1px solid #999;
}

.compass-dashboard-content-summary-page-controls {
  position: fixed;
  left: calc(100% - 280px);
  margin-top: 20px;
  width: 50px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.compass-dashboard-content-page-control-block-header {
  font-size: 0.72em;
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}

.compass-dashboard-content-page-control-block {
  width: 100%;
  height: 50px;
  background: #eee;
  color: #444;
  border: 1px solid #ddd;
  font-size: 0.8em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  transition: 0.5em;
}

.compass-dashboard-content-page-control-block:hover {
  background: #ddd;
}

.compass-dashboard-content-page-control-block-selected {
  background: #000 !important;
  color: #fff !important;
}

.compass-dashboard-question-position-select {
  display: flex;
  justify-content: flex-end;
}

.compass-dashboard-question-position-inner {
  width: 20%;
  max-width: 150px;
}

.compass-dashboard-content-page-control-block-selected-title {
  background: #000 !important;
  color: #fff !important;
}

.compass-dashboard-content-summary-page-header-inner {
  width: 33%;
}

.compass-survey-edit-button-container {
  display: flex;
  justify-content: space-around;
}

.compass-popup-modal-button-question-create-disabled {
  background: #ccc !important;
  color: #444 !important;
  cursor: wait !important;
}

.compass-survey-button {
  border: 1px solid #cfcfcf;
  padding: 6px;
  min-width: 40%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.85em;
  text-decoration: none;
  color: #222;
}

.compass-survey-button-mini {
  border: 1px solid #cfcfcf;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  font-size: 0.85em;
  text-decoration: none;
  color: #222;
  margin-right: 5px;
}

.compass-survey-button-mini-selected {
  background: #1a8892 !important;
  border: 1px solid #1a8892 !important;
  color: #fff !important;
  display: block;
}

.compass-survey-button-mini-selected:hover {
  background: #166d75 !important;
}

.compass-survey-button-mini:hover {
  border: 1px solid #444;
  text-decoration: none;
  color: #222;
}

.compass-dashboard-content-summary-qinfo-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.compass-dashboard-content-summary-qinfo-data-outer {
  width: 30%;
  min-width: 150px;
  text-align: center;
}

.compass-dashboard-content-summary-qinfo-data-l {
  font-size: 4em;
  color: #166d75;
  line-height: 1em;
}

.compass-survey-edit-questions {
  position: fixed;
  margin-left: 0px;
  height: calc(100vh - 45px);
  width: 300px;
  background: #ddd;
}

.compass-survey-edit-questions-header {
  font-size: 0.8em;
}

.compass-survey-edit-icon {
  font-size: 1.3em;
  line-height: 1em;
  padding-right: 12px;
}

.compass-survey-edit-questions-question {
  font-size: 0.92em;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
  border: 2px dashed #eee;
}

.compass-survey-edit-questions-question:hover {
  background: #f6fcfc;
  border: 2px dashed #91c1cc;
}

.compass-survey-edit-settings-section-selected {
  background: #e3f6f6 !important;
  border-left: 4px solid #694936 !important;
}

.compass-survey-edit-settings-section {
  border-left: 4px solid transparent;
  font-size: 0.92em;
  background: #eee;
  cursor: pointer;
  transition: 0.3s;
}

.compass-survey-edit-settings-section:hover {
  background: #edf7f7;
}

.compass-settings-options-survey-header {
  font-size: 1.2em;
}

.compass-survey-edit-inner {
  padding: 8px 20px;
  border-bottom: 1px solid #ccc;
  line-height: 2.2;
}

.compass-survey-edit-questions-scroller {
  height: calc(100vh - 134px);
  overflow-x: hidden;
  overflow-y: auto;
}

.compass-publish-survey-button {
  background: #1a8892;
  border: 1px solid #1a8892;
  color: #fff;
}

.compass-publish-survey-button:hover {
  background: #166d75;
}

.compass-settings-survey-button:hover {
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
}

.compass-edit-survey-button:hover {
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
}

.compass-dashboard-label-date {
  font-size: 1.1em;
}

.compass-dashboard-label-mini {
  color: #888;
  font-size: 0.85em;
}

.compass-dashboard-content-summary-container {
  padding: 30px 35px;
}

.compass-container {
  height: calc(100% - 90px);
  min-height: calc(100vh - 90px);
  margin-top: 43px;
}

.mandatory {
  color: #f11;
  font-size: 1.4em;
}

.compass-dashboard-subnavbar-inner {
  display: flex;
  justify-content: flex-start;
  z-index: 1000;
}

.compass-dashboard-edit-mainoptions {
  position: fixed;
  left: 0px;
  width: 55px;
  background: #222;
  color: #ddd;
  height: calc(100% - 45px);
  margin-top: 45px;
}

.compass-subnavbar-button-edit {
  font-size: 1.2em;
  width: 55px;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

.compass-dashboard-edit-mainoptions-label {
  font-size: 0.5em;
}

.compass-subnavbar-button-edit:hover {
  background: #d2d2d2;
  text-decoration: none;
  color: #111;
}

.nav-container {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  justify-content: space-between;
}

.compass-overlay-content-container {
  display: block;
  background: #ddd;
  left: 50%;
  min-height: calc(40% - 20px);
  max-width: 600px;
  width: 100%;
  min-height: 250px;
  margin-left: -300px;
  margin-top: 50vh;
  position: absolute;
  transition: 0.4s;
}

.compass-overlay-content-questioncontainer {
  width: 0px;
  background: #ddd;
  min-height: calc(40% - 20px);
  max-width: 900px;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  right: 0;
  position: absolute;
  transition: 0.4s;
  transition: 0.4s margin;
}

.compass-question-subsection-inner-left {
  width: 30%;
}

.compass-survey-build-input {
  padding: 0.2em 8px 0.2em 1px;
  padding-left: 9px;
  padding-right: 9px;
  margin-right: 5%;
  margin-left: 5%;
  width: auto;
  border: 1px solid #ddd;
  transition: 0.3s;
  text-align: center;
}

.compass-survey-build-input:hover {
  border: 1px solid #555;
}

.compass-survey-build-select {
  padding: 0.33em 15px 0.33em 3px;
  margin-right: 5%;
  margin-left: 5%;
  min-width: 30%;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.compass-survey-build-select:hover {
  border: 1px solid #555;
}

.compass-question-subsection-inner-right {
  width: 70%;
  display: flex;
}

.compass-question-subsection {
  margin-bottom: 15px;
  display: flex;
}

.compass-overlay-content-questioncontainer-zoom {
  width: 500px;
}

.compass-popup-modal-button {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}

.compass-popup-modal-button-create {
  background: #000;
  color: #ddd;
  transition: 0.3s;
}

.compass-dashboard-content-build-question-controls {
  position: absolute;
  right: 10px;
  display: flex;
  top: 0px;
  color: #333;
  display: none;
}

.compass-popup-modal-button-create:hover {
  background: #0b4c55;
}

.compass-popup-modal-controls {
  width: 100%;
  display: flex;
  font-size: 1em;
}

.compass-popup-modal-content {
  padding: 15px 45px;
}

.compass-page-title-input {
  width: 100%;
  color: #333;
  border: #cfcfcf 1px solid;
  padding: 8px;
  margin-top: 5px;
  background: #eee;
}

.compass-page-description-input {
  width: 100%;
  color: #333;
  border: #cfcfcf 1px solid;
  padding: 8px;
  margin-top: 5px;
  background: #eee;
}

.cps-dash-report-main-header-total-responses {
  display: flex;
  justify-content: center;
}

.cps-dash-report-main-header-total-responses-round {
  background: #eee;
  border-radius: 50% 50%;
  height: 130px;
  width: 130px;
  line-height: 1.7em;
}

.cps-graph-type-label-select {
  margin-top: 5px;
}

.cps-graph-type-select {
  border: 1px solid #ddd;
  font-size: 0.8em;
  font-style: italic;
}

.cps-graph-type-label-select {
  border: 1px solid #ddd;
  font-size: 0.8em;
  font-style: italic;
}

.cps-report-main-section-review {
  padding: 15px;
}

.pageOption {
  padding: 0.62em 1.3em;
  color: #333;
  transition: 0.3s;
  background: #fafafa;
  cursor: pointer;
}

.pageOptionContainer {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1000;
  display: none;
  transition: 0s;
}

.pageOption:hover {
  background: #e3f6f6;
}

.compass-page-dropdown {
  cursor: pointer;
}

.compass-page-description-input:focus {
  border: #77d4d3 1px solid;
}

.compass-page-description-input:active {
  border: #77d4d3 1px solid;
}

.compass-page-title-below {
  margin-top: 2px;
  font-size: 0.7em;
}

.compass-page-title-input:focus {
  border: #77d4d3 1px solid;
}

.compass-page-title-input:active {
  border: #77d4d3 1px solid;
}

.compass-overlay-content-container-zoom {
  margin-top: 14vh;
  display: block;
}

.compass-build-edit-question {
  padding: 30px 50px;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
}

.compass-build-edit-report-menu {
  padding: 22px 18px;
  background: #f6f6f6;
  border-bottom: 1px solid #eee;
}

.cps-dash-report-main-container {
  margin-top: 20px;
  background: #fff;
}

.cps-revcat-set-id {
  padding: 2px;
}

.cps-overlay {
  width: 100vw;
  height: 100vh;
  z-index: 5000;
  position: fixed;
  background: rgba(0, 0, 0, 0.86);
  display: none;
}

.cps-remove-category-fromsurvey {
  cursor: pointer;
}

.cps-label-report-context {
  padding: 5px;
  padding-top: 2px;
  display: flex;
  align-items: center;
}

.cps-question-context-block {
  margin-left: 30mm;
}

.cpsr-themecontainer {
  padding-top: 3px;
  padding-bottom: 8px;
}

.cps-question-report-context {
  margin-bottom: 5px;
}

.compass-survey-build-select-context {
  padding-left: 5px;
  width: 100%;
  resize: none;
  margin-left: 5px;
}

.cps-context-arrow-label-reveal {
  transition: 0.5s;
}

.cps-html-report-options {
  padding: 10px;
  background: #eee;
}

.compass-rating-label-group {
  width: 80%;
  min-width: 200px;
}

.cps-html-inner-container {
  width: 800px;
  background: #00263e;
  margin-left: auto;
  margin-right: auto;
}

.pdf-output-outercontainer {
  width: 100%;
  height: 40vh;
  overflow: scroll;
}

.cps-selected-user-report-header-container {
  display: flex;
  justify-content: center;
}

.cps-switch-create-proj-input {
  cursor: pointer;
}

.cps-save-rc-row {
  cursor: pointer;
  margin-left: 10px;
}

.cps-edit-set {
  cursor: pointer;
}

.cps-edit-set:hover {
  cursor: #1a8892;
}

.cps-edit-set-container {
  margin-top: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 2px;
}

.cps-report-back-head-divider {
  margin-top: 20px;
}

.cps-input-add-additional-user-name {
  width: 100%;
}

.cps-revcat-drop {
  max-width: 100%;
}

.cps-selected-user-report-header {
  text-align: center;
  font-size: 1.3em;
  padding: 8px;
  margin-bottom: 10px;
}

.cps-selected-user-report-header-inner {
  color: #16666d;
  font-weight: bold;
  font-size: 1.3em;
  padding-top: 8px;
  margin-bottom: 10px;
}

.cps-add-category-tosurvey {
  cursor: pointer;
}

.cps-input-360-cat {
  padding: 5px;
  font-size: 0.85em;
  width: 120px;
}

.cps-rev-override-container {
  display: flex;
}

.cps-remove-peo-fromsurvey {
  cursor: pointer;
}

.cps-input-360-email {
  padding: 5px;
  font-size: 0.85em;
  width: 300px;
}

.cps-dash-report-main-header-container {
  padding: 20px 15px;
}

.cps-matrix-row-comment-left {
  padding-right: 10px;
  padding-left: 10px;
}

.compass-build-report-title-menu {
  font-size: 0.9em;
  color: #666;
}

.cps-add-participant-tosurvey {
  cursor: pointer;
}

.cps-remove-participant-fromsurvey {
  cursor: pointer;
}

.compass-build-report-input {
  padding-top: 10px;
}

.compass-build-report-select-menu {
  width: 100%;
  font-size: 1em;
  padding: 3px;
}

.cps-answer-options-textarea {
  width: 100%;
  resize: none;
  min-height: 120px;
}

.display-flex {
  display: flex;
}

.compass-q-preview-header {
  font-size: 1.4em;
}

.cps-q-fill-width {
  max-width: 300px;
}

.cps-q-select-option-container {
  display: table;
  table-layout: fixed;
}

.cps-q-select-option-choice-button {
  display: block;
  border-radius: 50%;
  border: 1px solid #aaa;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

.cps-q-select-option-choice-button-radio {
  display: block;
  border-radius: 50%;
  border: 1px solid #aaa;
  width: 22px;
  height: 22px;
  background-color: #fff;
}

.cps-q-select-option-cell-question {
  min-width: 150px;
}

.cps-q-select-option-choice-button-check {
  display: block;
  border-radius: 15%;
  border: 1px solid #aaa;
  width: 22px;
  height: 22px;
  background-color: #fff;
}

.cps-q-select-option-choice-button-check-selected {
  display: block;
  border-radius: 15%;
  border: 1px solid #1a8892;
  color: #fff;
  width: 18px;
  margin-top: 1px;
  margin-left: 1px;
  height: 18px;
  background-color: #1a8892;
}

.cps-q-select-option-choice-button-selected {
  border: 2px solid #1a8892;
  background: #a6e2e8;
}

.cps-q-select-option-choice-button-radio-selected {
  display: block;
  border-radius: 50%;
  border: 1px solid #1a8892;
  width: 18px;
  margin-top: 1px;
  margin-left: 1px;
  height: 18px;
  background-color: #1a8892;
}

.cps-q-select-option-choice-display {
  color: #282828;
  transition: color 0.3s ease 0s;
  font-size: 18px;
  font-weight: 400;
}

.cps-q-preview-drop {
  width: 200px;
  font-size: 1.1em !important;
  max-width: 100%;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cps-q-select-option-choice-mobileInlineLabel {
  display: none;
}

.cps-q-select-option-choice-input {
  position: absolute;
  margin: -1px;
  float: left;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  clear: both;
}

.cps-q-select-header-row {
  display: table-row;
}

.cps-q-select-option-choice {
  position: relative;
  cursor: pointer;
}

.cps-q-select-option-row {
  display: table-row;
  font-size: 0;
}

.cps-q-select-option-cell {
  display: table-cell;
  position: relative;
  width: auto;
  text-align: center;
  vertical-align: bottom;
  padding: 8px 0 9px;
}

.compass-q-preview-header-text {
  font-size: 1.4em;
}

.cps-preview-header-flex-50 {
  width: 50%;
}

.cps-layout-option-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.compass-build-question-config-mandatory {
  margin-top: 10px;
}

.compass-build-question-title {
  min-width: 200px;
}

.compass-build-edit-question-name {
  display: flex;
  align-items: center;
}

.cps-display-style-option {
  border: 1px solid #999;
  border-radius: 3px;
  padding-left: 10px;
  cursor: pointer;
  padding-right: 10px;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 0.88em;
  margin-right: 2px;
  transition: 0.1s;
}

.cps-display-style-option-selected {
  border: 1px solid #44c5c3;
  background: #f0fcfc;
}

.cps-display-style-option:hover {
  transform: scale(1.03);
}

.cps-name-mandatory {
  width: 225px;
  text-align: center;
  padding-left: 25px;
}

.cps-dash-add-btn {
  cursor: pointer;
  transition: 0.2s;
}

.cps-dept-user-tick {
  color: #999;
  cursor: pointer;
  transition: 0.2s;
}

.compass-survey-edit-reports-header {
  font-size: 1.1em;
  color: #555;
  line-height: 1em;
}

.compass-survey-edit-reports-status {
  padding: 0px 3px;
  margin-left: 15px;
  border: 1px solid #888;
  line-height: 1.2em;
}

.cps-dept-user-tick-selected {
  color: #1a8892;
}

.cps-dash-add-btn:hover {
  color: #694936;
  transform: scale(1.1);
}

.cps-name-input {
  width: 180px;
}

.compass-build-edit-question-advanced {
  cursor: pointer;
  padding-bottom: 150px;
}

.compass-popup-modal-question {
  position: fixed;
  max-width: 900px;
  bottom: 0px;
}

.compass-textquestion-header-inputfield {
  width: 100%;
  font-size: 1.38em;
  padding: 4px 5px 6px;
}

.compass-build-edit-question-advanced-drop {
  display: none;
}

.fa-caret-right {
  transition: 0.4s;
}

.fa-caret-right-rotate {
  transform: rotate(90deg);
}

.cke_bottom {
  display: none !important;
}

.cke_contents {
  max-height: 150px;
}

.compass-overlay-content-container-inner {
  position: relative;
}

.compass-overlay-content-questioncontainer-inner {
  position: relative;
}

.compass-popup-modal-close-button {
  position: absolute;
  right: 0px;
  cursor: pointer;
  font-size: 1.5em;
  padding: 10px;
  padding-right: 20px;
}

.compass-popup-modal-close-button-right {
  position: absolute;
  left: 0px;
  cursor: pointer;
  font-size: 1.5em;
  padding: 10px;
  padding-left: 20px;
}

.compass-popup-modal-header {
  padding: 20px 0 10px;
  text-align: center;
}

.compass-popup-modal-header-close {
  padding: 20px 0 10px;
  text-align: center;
}

.compass-menu-tag {
  background: #00263e;
  color: #fff;
  display: none;
  position: fixed;
  z-index: 2000;
  font-size: 11px;
  margin-top: 45px;
  border-radius: 5px;
  padding: 5px;
  padding-left: 4px;
  padding-right: 4px;
}

.compass-overlay-fullscreen {
  z-index: 5000;
  display: none;
  width: 100vw;
  position: fixed;
  height: calc(100vh - 43px);
  background: rgba(0, 0, 0, 0.7);
}

.compass-dashboard-content-summary-qset-container {
  display: flex;
  justify-content: flex-start;
}

.compass-triangle {
  background-color: #000;
  position: absolute;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 10px;
  height: 15px;
}

.compass-triangle-tag-l {
  clip-path: polygon(100% 0%, 100% 100%, 0 50%);
  margin-left: -10px;
  margin-top: 1px;
}

.compass-triangle-tag-r {
  clip-path: polygon(0 0, 50% 50%, 0 100%);
  right: -10px;
  margin-top: 1px;
}

.compass-triangle-tag-u {
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
  right: 12px;
  height: 5px;
  margin-top: -9px;
}

.compass-dashboard-label-login-container {
  padding: 10px;
  padding-top: 0px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 15px;
}

.cps-client-project-footer {
  display: flex;
  padding: 2px;
  font-size: 0.75em;
}

.cps-client-project-client-name {
  font-size: 0.75em;
}

.cps-client-project-footer-segment {
  padding-right: 10px;
  padding-left: 10px;
}

.compass-view-client-survey-button {
  margin-top: 20px;
  display: block;
  color: #fff;
}

.compass-view-client-survey-button:hover {
  text-decoration: none;
  color: #fff;
}

.compass-dashboard-label-login-container-title {
  color: #777;
  font-size: 0.8em;
}

.compass-page-list-content {
  display: flex;
  margin-top: 30px;
  width: 100%;
}

.compass-page-list-content-left-col {
  max-width: 350px;
  width: 28%;
  margin: 0 2%;
  background: #f3f3f3;
}

.compass-page-list-survey-item-flex {
  display: flex;
  align-items: center;
}

.compass-page-list-survey-item-button-container {
  padding-right: 20px;
  padding-left: 20px;
  display: none;
  transition: 0.4s;
}

.compass-page-list-survey-item:hover .compass-page-list-survey-item-button-container {
  display: flex !important;
  text-decoration: none;
}

.compass-page-list-survey-item-title {
  font-size: 1.35em;
}

.compass-page-list-survey-item-flex-item {
  padding-right: 18px;
}

.compass-page-list-client {
  font-size: 0.8em;
}

.compass-page-list-client-owned {
  font-size: 0.75em;
  color: #555;
}

.compass-page-list-content-right-col {
  max-width: 1000px;
  width: 68%;
  background: #f3f3f3;
}

.compass-page-list-survey-icon {
  padding-left: 25px;
  padding-right: 12px;
  font-size: 1.5em;
  min-width: 80px;
}

.compass-page-list-survey-item {
  display: flex;
  min-height: 132px;
  cursor: default;
  padding: 35px 0;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  color: #333;
}

.cps-client-image-none {
  width: 100%;
  min-height: 100px;
  padding-bottom: 15px;
  transition: 0.3s;
  margin-top: 3px;
  font-size: 5em;
  cursor: pointer;
  text-align: center;
  color: #ddd;
  border: 1px solid #dfdfdf;
}

.cps-client-image-none:hover {
  width: 100%;
  min-height: 100px;
  padding-bottom: 15px;
  transition: 0.3s;
  margin-top: 3px;
  font-size: 5em;
  cursor: pointer;
  text-align: center;
  color: #bbb;
  border: 1px solid #bbb;
  background: #eee;
}

.compass-page-list-client-item {
  display: flex;
  min-height: 100px;
  cursor: default;
  padding: 35px 0;
  border-bottom: 1px #f2f2f2 solid;
  position: relative;
  width: 100%;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
  color: #333;
}

.compass-dashboard-content-summary-access-link {
  display: flex;
  justify-content: center;
}

.compass-dashboard-content-summary-access-link-inner-right {
  padding: 5px;
  margin: 2px;
  border: 1px solid #0b4c55;
  background: #0b4c55;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.compass-dashboard-content-summary-access-link-inner-right:hover {
  text-decoration: none;
  color: #fff;
  background: #062b30;
}

.compass-dashboard-content-summary-access-link-inner-left {
  padding: 5px;
  margin: 2px;
  border: 1px solid #ddd;
}

.compass-page-list-survey-info {
  width: 80%;
  max-width: 500px;
  min-width: 400px;
  display: flex;
}

.compass-page-list-content-left-col-tot {
  font-size: 5em;
  text-align: center;
  padding-top: 30px;
  line-height: 1em;
}

.compass-page-list-content-left-col-number-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.compass-page-list-content-left-col-number {
  font-size: 2.1em;
  padding-right: 8px;
  color: #0b4c55;
}

.compass-list-filter-drop-outer-container-inner {
  width: 14%;
  margin-right: 1%;
  margin-left: 3%;
}

.compass-option-filterdrop {
  border: 0px;
  background: none;
}

.compass-option-filterdrop:active {
  border: 0px;
  background: none;
}

.compass-option-filterdrop:focus {
  border: 0px;
  background: none;
}

.compass-list-filter-drop-outer-container {
  padding: 20px;
  display: flex;
}

.compass-page-list-content-left-col-tot-sub {
  text-align: center;
  font-size: 1.3em;
}

.compass-page-list-content-left-col-padding {
  padding: 10%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.compass-page-list-survey-item-button {
  padding: 10px;
  width: 44px;
  align-items: center;
  height: 44px;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #333;
  transition: 0.3s;
}

.compass-page-list-survey-item-button:hover {
  background: #ddd;
  color: #000;
}

.compass-page-list-survey-endbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
}

.compass-page-list-survey-endbox-inner {
  justify-content: flex-end;
  width: 200px;
}

.compass-page-list-survey-endbox-publish {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  padding: 8px 15px;
  font-size: 0.8rem;
  font-weight: 400;
  cursor: default;
  -webkit-transition: border 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
  transition: 0.3s border ease;
  text-align: center;
  width: 100px;
  justify-content: center;
  cursor: pointer;
}

.compass-page-list-survey-endbox-publish:hover {
  border: #444 1px solid;
}

.compass-page-list-survey-endbox-publish-outer {
  display: flex;
  justify-content: center;
}

.compass-page-create-survey {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 20px;
}

.compass-page-base-padding {
  padding-top: 45px;
  padding-bottom: 20px;
  width: 100%;
}

.compass-page-create-survey-container {
  max-width: 800px;
  min-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
}

.compass-option-choice {
  padding-top: 22px;
}

.compass-option-label {
  font-size: 0.9em;
  padding-bottom: 5px;
}

.compass-option-input {
  width: 100%;
  padding: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4em;
}

.compass-option-input-submit {
  width: 100%;
  padding: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  margin-top: 30px;
  text-align: center;
  background: #8d644b;
  border-radius: 3px;
  transition: 0.3s;
  cursor: pointer;
  border: 0px;
  color: #fff;
}

.compass-option-link-submit {
  width: 100% !important;
  display: block;
  padding: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  text-align: center;
  background: #8d644b;
  border-radius: 3px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.3s;
  cursor: pointer;
  border: 0px;
  color: #fff;
}

.compass-page-list-survey-endbox-publish-response {
  text-align: center;
}

.compass-option-link-submit:hover {
  color: #fff;
  background: #694936;
  text-decoration: none;
}

.compass-page-create-survey-header-options {
  display: flex;
}

.compass-page-create-survey-header-option {
  font-size: 0.65em;
  font-weight: bold;
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
  cursor: pointer;
  color: #111;
  text-decoration: none;
}

.compass-page-create-survey-header-option:hover {
  color: #8d644b;
  border-bottom: 2px solid #8d644b;
  text-decoration: none;
}

.compass-page-create-survey-header-option-selected {
  font-size: 0.65em;
  font-weight: bold;
  padding-left: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 30px;
  border-bottom: 2px solid #000;
  transition: 0.4s;
  cursor: pointer;
  text-decoration: none;
  color: #8d644b;
  border-bottom: 2px solid #8d644b;
}

.compass-option-input-submit:hover {
  background: #795641;
}

.btn-login {
  cursor: pointer;
  border: 0px;
  background: #1a8892;
  color: #eee;
}

.btn-login:hover {
  background: #1fa3ae;
}

.btn-success {
  background: #0b4c55;
  cursor: pointer;
  border: 0px;
}

.btn-success:hover {
  background: #094249;
}

.compass-option-drop {
  width: 100%;
  padding: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  transition: 0.4s;
  cursor: pointer;
}

.compass-option-drop:hover {
  border: 1px solid #888;
}

.compass-option-input {
  width: 100%;
  padding: 3px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1em;
  border: 1px solid #ddd;
  transition: 0.4s;
  cursor: pointer;
}

.admin-initial-cursor-drop-cont-table-inner {
  border: 3px solid #1a8892;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 0.8em;
  min-width: 950px;
}

.admin-initial-cursor-drop-cont-table-inner-title {
  border-radius: 0px;
  background: #1a8892;
  color: #fff;
}

.admin-initial-cursor-drop-cont-table-inner-footer {
  background: #1a8892;
  display: flex;
  color: #fff;
}

.admin-initial-cursor-drop-cont-cell {
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.admin-initial-cursor-drop-cont-table-inner-row {
  background: #dcecee;
}

.cps-add-reviewer-list-container-errors {
  border: #aaa 2px solid;
}

.leadtitle {
  font-size: 3em !important;
}

.leadtitle {
  font-size: 2em !important;
}

.compass-option-input:hover {
  border: 1px solid #888;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}