.display-logic-modal-body {
  min-width: 800px;
  min-height: 425px;
  padding: 0;
}
.display-logic-modal-body .sidebar-section {
  width: 25%;
  background-color: #F9F9F9;
  height: 100%;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.display-logic-modal-body .saved-display-logics {
  overflow-y: scroll;
  position: relative;
  height: 77%;
}
.display-logic-modal-body .saved-display-logic {
  border: 1px solid #E8E8E8;
  border-radius: 0;
  border-top: none;
  background-color: transparent;
  color: black;
  height: 55px;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.display-logic-modal-body .error-state {
  color: #D13A34 !important;
}
.display-logic-modal-body .custom-metric-error-state {
  border-color: #D13A34 !important;
  box-shadow: none;
}
.display-logic-modal-body .selected {
  color: #FFFFFF;
  background-color: #0B6ED0;
}
.display-logic-modal-body .saved-display-logic-btn {
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-size: 14px;
  height: 55px;
  padding-top: 20px;
  text-align: left;
  text-overflow: ellipsis;
  box-shadow: none;
  width: 80%;
  white-space: normal;
}
.display-logic-modal-body .display-logic-preview {
  width: 75%;
  margin-left: 25%;
  padding: 20px;
}
.display-logic-modal-body .display-logic-preview .show-only-where-text {
  margin: 12px 0 12px 5px;
  color: #A4A4A4;
}
.display-logic-modal-body .display-logic-preview .display-logic-source {
  margin-top: 20px;
}
.display-logic-modal-body .display-logic-source {
  margin-top: 20px;
}
@media (min-width: 786px) {
  .display-logic-modal-body {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .display-logic-modal-body {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .display-logic-modal-body {
    width: 1170px;
  }
}
@media (min-width: 1000px) {
  .saved-display-logic-btn {
    width: 82%;
  }
}
@media (min-width: 1200px) {
  .saved-display-logic-btn {
    width: 85%;
  }
}
.saved-display-logic-btn:hover {
  background-color: transparent;
  color: inherit;
}
.saved-display-logic-btn:active {
  box-shadow: none;
}
.saved-display-logic-btn-icons {
  width: 55px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 16px;
  color: #737373;
}
.create-btn-wrapper {
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  padding: 7px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  border-bottom: none;
}
.create-btn-wrapper .btn-success {
  width: 100%;
}
.display-logic-name-form {
  max-width: 80%;
}

.display-logic-button {
  width: 40px;
  float: left;
}
.display-logic-label {
  padding-left: 10px;
  position: relative;
  top: 4px;
}
.remove-display-logic {
  position: relative;
  top: 2px;
  float: right;
  right: 4px;
  color: #737373;
}
.remove-display-logic:hover {
  cursor: pointer;
  color: #222222;
}

.type-btn {
  margin: 0 5px;
}
.middle-aligned {
  vertical-align: middle;
  display: inline-block;
}
.display-logic-list li {
  margin-top: 1em;
}
.display-logic-list {
  list-style: none;
  padding-left: 40px;
  margin: 0;
  max-width: 90%;
}
.display-logic-list .icon.icon-minus-framed,
.display-logic-list .icon.icon-plus-framed {
  display: inline-block;
  margin-left: 2px;
  margin-top: 2px;
  color: #A4A4A4;
  cursor: pointer;
}
.display-logic-list .icon.icon-plus-framed {
  margin-left: -9px;
}

.single-display-logic .fields-menu {
  max-width: 300px;
}
.single-display-logic .operand {
  max-width: 100px;
}

.pr-authenticate-public-report {
  background: none repeat scroll 0 0 #eee;
  height: 100%;
  left: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.passcode-container {
  margin: auto;
  margin-top: 20%;
  position: relative;
  width: 300px;
  background: white;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #cacaca;
  text-align: center;
}
.passcode-container .btn {
  position: relative;
}
.alert-danger {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  text-align: center;
}
.circles {
  height: 64px;
  position: relative;
  margin-bottom: 24px;
}
.xs-circle {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  -webkit-transition: width 500ms cubic-bezier(0.61, 0, 0.145, 1), height 500ms cubic-bezier(0.61, 0, 0.145, 1);
  -o-transition: width 500ms cubic-bezier(0.61, 0, 0.145, 1), height 500ms cubic-bezier(0.61, 0, 0.145, 1);
  -moz-transition: width 500ms cubic-bezier(0.61, 0, 0.145, 1), height 500ms cubic-bezier(0.61, 0, 0.145, 1);
  transition: width 500ms cubic-bezier(0.61, 0, 0.145, 1), height 500ms cubic-bezier(0.61, 0, 0.145, 1);
}
.circle01 {
  background: #97D700;
  -webkit-transform: translate(-57.5%, -57.5%);
  -moz-transform: translate(-57.5%, -57.5%);
  -ms-transform: translate(-57.5%, -57.5%);
  -o-transform: translate(-57.5%, -57.5%);
  transform: translate(-57.5%, -57.5%);
}
.circle02 {
  background: #147BD1;
  -webkit-transform: translate(57.5%, -57.5%);
  -moz-transform: translate(57.5%, -57.5%);
  -ms-transform: translate(57.5%, -57.5%);
  -o-transform: translate(57.5%, -57.5%);
  transform: translate(57.5%, -57.5%);
}
.circle03 {
  background: #464E7E;
  -webkit-transform: translate(-57.5%, 57.5%);
  -moz-transform: translate(-57.5%, 57.5%);
  -ms-transform: translate(-57.5%, 57.5%);
  -o-transform: translate(-57.5%, 57.5%);
  transform: translate(-57.5%, 57.5%);
}
.circle04 {
  background: #2DCCD3;
  -webkit-transform: translate(57.5%, 57.5%);
  -moz-transform: translate(57.5%, 57.5%);
  -ms-transform: translate(57.5%, 57.5%);
  -o-transform: translate(57.5%, 57.5%);
  transform: translate(57.5%, 57.5%);
}

.pr-alert-banner {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  height: 36px;
  z-index: 2;
  background-color: #F3E350;
  border-bottom: 1px solid #ECD746;
  text-align: center;
  padding: 8px;
}
.pr-alert-banner .container {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  top: 10px;
  margin-top: -8px;
}
.pr-alert-banner .text {
  font-family: QualtricsGrotesque-SemiBold;
  padding: 9px 0px;
}
.pr-alert-banner.public {
  top: 0px;
  left: 85px;
}
.pr-alert-banner .icon {
  top: 5px;
}
.fixed .pr-alert-banner {
  position: fixed;
  -webkit-box-shadow: 0 0 6px -3px #000;
  -moz-box-shadow: 0 0 6px -3px #000;
  -o-box-shadow: 0 0 6px -3px #000;
  box-shadow: 0 0 6px -3px #000;
}

.pr-body {
  position: relative;
  padding-top: 84px;
}
.public-report .pr-body {
  padding-top: 0;
}
.pr-body.partialData {
  padding-top: 120px;
}
.public-report .pr-body.partialData {
  padding-top: 36px;
}
.fixed .pr-toc,
.fixed .pr-toolbar,
.fixed .pr-options-pane-wrapper {
  position: fixed;
}
.pr-text-style a:hover span {
  color: #FFFFFF !important;
}
.widget-count-limit-warning-modal .modal-dialog {
  max-width: 30%;
}
/**
 * Public Report
 */
#public-cover {
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  position: fixed;
}

@media print {
  /* Hide everything that isn't in the path to the report */
  html > *:not(body),
  body > *:not(ng-view):not(.hidden-renderer),
  ng-view > *:not(pr-main):not(pr-single-widget),
  pr-main > *:not(.main):not(pr-hide-entire-report),
  .main > *:not(pr-body),
  pr-body > *:not(.pr-body),
  .pr-body > *:not(pr-report) {
    display: none !important;
  }
  /* Hide other stuff too*/
  pr-page-break {
    display: none;
  }
  .conditional-display-indicator {
    display: none;
  }
  .show-margins .pr-page-margins:after,
  .show-margins .pr-page-margins:before,
  .show-margins pr-page-header-footer:after {
    display: none !important;
  }
  pr-body,
  .pr-body {
    padding: 0 !important;
  }
  /* Remove left and top padding from report */
  .pr-report {
    background: #FFF !important;
    float: left;
    padding: 0 !important;
  }
  /* Remove manual alignment of report page to middle of screen */
  .pr-page {
    float: left;
    clear: both;
    /* Removing this line because it truncates widgets during exports */
    /* @todo figure out why this truncation happens */
    /* @todo figure out what this line was meant to do */
    /* overflow:hidden; */
    page-break-inside: avoid;
    page-break-after: always;
    box-shadow: none !important;
    margin: 0 !important;
  }
  .pr-zoom-window,
  .pr-zoom-content {
    left: 0px !important;
    height: auto !important;
    transform: initial !important;
  }
  /* Show partial data pdf message on each page */
  .pr-partial-data-export-banner {
    display: inline !important;
  }
}

.pr-import-report .source-map {
  padding: 5px 0px;
}
.pr-import-report .source-label {
  width: 250px;
  display: inline-block;
}
.pr-import-report .source-menu {
  width: 200px;
  vertical-align: top;
}
.pr-import-report .instruction {
  margin-bottom: 20px;
  max-width: 500px;
}
.pr-import-report .status {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  max-width: 500px;
}
.pr-import-report .pending {
  background-color: #CCE4F2;
  border-color: #085CAF;
  color: #085CAF;
}
.pr-import-report .failed {
  background-color: #F5D7D6;
  border-color: #BB342E;
  color: #BB342E;
}
.pr-import-report .succeeded {
  background-color: #CCE9DC;
  border-color: #008448;
  color: #008448;
}

.create-report .modal-body {
  padding: 0px;
  min-width: 621px;
  height: 500px;
}
.create-report .sidebar {
  padding-top: 8px;
  position: fixed;
  width: 207px;
  height: 500px;
  border: none;
  -webkit-box-shadow: inset -1px 0px 0px 0px #C6C6C6;
  -moz-box-shadow: inset -1px 0px 0px 0px #C6C6C6;
  -o-box-shadow: inset -1px 0px 0px 0px #C6C6C6;
  box-shadow: inset -1px 0px 0px 0px #C6C6C6;
  background: #F2F5F8;
}
.create-report .sidebar .btn {
  width: 206px;
  margin: 0;
  padding: 12px 0 10px 15px;
  text-align: left;
  background: #F2F4F8;
  border-radius: 0;
  border: none;
  display: flex;
  height: 40px;
}
.create-report .sidebar .btn.active {
  background: #0B6ED0;
  color: #FFFFFF;
}
.create-report .sidebar .btn:hover:not(.active) {
  background: #737373;
  color: #FFFFFF;
}
.create-report .content {
  margin-left: 207px;
  min-height: 300px;
  padding: 24px;
}
.create-report .content label {
  color: #737373;
}
.create-report .content .convert-limit {
  font-style: italic;
  color: #A4A4A4;
}
@media screen and (max-height: 760px) {
  .create-report .modal-body {
    height: inherit;
  }
  .create-report .sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    height: inherit;
  }
}

.pr-dynamic-translations .form-group {
  margin-bottom: 15px;
}
.pr-dynamic-translations .dynamic-translations-info {
  padding: 4px 0px;
  display: block;
  color: #737373;
  font-weight: 300;
}
.pr-dynamic-translations .fixed-width {
  width: 24% !important;
}
.pr-dynamic-translations .status {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 8px;
  padding: 15px;
  text-align: center;
  max-width: 500px;
}
.pr-dynamic-translations .pending {
  background-color: #CCE4F2;
  border-color: #085CAF;
  color: #085CAF;
}
.pr-dynamic-translations .failed {
  background-color: #F5D7D6;
  border-color: #BB342E;
  color: #BB342E;
}
.pr-dynamic-translations .succeeded {
  background-color: #CCE9DC;
  border-color: #008448;
  color: #008448;
}
.pr-dynamic-translations .error-message-text {
  vertical-align: bottom;
  line-height: 2.3;
}

.pr-error-message .button-group {
  display: inline-flex;
}
.pr-error-message .button-group .btn {
  margin: 20px 10px;
}

.pr-filebar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 42px;
  padding: 0 8px;
  z-index: 2;
  background: #F9F9F9;
  border-bottom: 1px solid #D7D7D7;
}
.pr-filebar .pr-report-update {
  display: inline-block;
  color: #737373;
  font-size: 13px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  line-height: 42px;
}
.pr-filebar .pr-report-update .error {
  color: #FFFFFF;
  vertical-align: middle;
  background-color: #D13A34;
  border: solid;
  border-color: #D13A34;
}
.pr-filebar .pr-report-update .icon-caution {
  vertical-align: middle;
}
.pr-timezone-wrapper {
  display: inline-block;
}
.fixed .pr-filebar {
  position: fixed;
}
.pr-fb-btn {
  margin-top: 8px;
  border: none;
  font-size: 14px;
}
.file-bar-label {
  color: #737373;
  opacity: 0.95;
}
.title-label {
  opacity: 0.8;
}
.report-name-label {
  color: #222222;
}
.report-menu-wrapper {
  float: left;
  margin: 8px 0 8px 8px;
}
.report-menu {
  margin-top: 0px;
  max-width: 240px;
}
.file-menu {
  margin-left: 8px;
}
.pr-fb-btn:hover,
.pr-fb-btn.active {
  background: #F0F0F0;
}
.pr-fb-separator {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 42px;
  margin: 0 8px;
  border-right: 1px solid #D7D7D7;
}
.qmenu .menu-items .hotkeys {
  opacity: .65;
  font-weight: 300;
  float: right;
}
.qmenu .menu-items .hotkeys .icon {
  line-height: 0px;
  position: relative;
  top: 5px;
  right: -4px;
}
.qmenu .menu-items .hotkeys .icon-shiftkey {
  right: -13px;
}
.pr-fb-right {
  float: right;
  padding: 0px 8px;
}
.pr-bulk-field-dropdown {
  display: inline-block;
}
.pr-fb-timezone {
  display: inline-block;
  color: #737373;
  font-size: 13px;
}
.pr-fb-timezone .timezone-offset {
  font-weight: 300;
}
.pr-bulk-field-menu {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 150px;
  padding: 0px 10px;
  margin: 0px 0px 0px 4px;
}
.pr-bulk-field-menu .caret {
  top: 5px !important;
}
.pr-bulk-field-callout {
  display: inline-block;
  color: #737373;
  font-size: 13px;
}

.results-items {
  margin-top: 8px;
}
.results-items .search-input {
  z-index: 5;
  width: 100%;
  padding-left: 35px;
  border-radius: 3px 3px 0 0;
}
.results-items .icon-search {
  top: -30px;
  margin-left: 6px;
  z-index: 6;
  color: #737373;
}
.results-items .select-items {
  border: 1px solid #C6C6C6;
  border-radius: 0 0 3px 3px;
  margin-top: -28px;
}
.results-items .select-items .select-all-items {
  background: #E8E8E8;
  padding: 6px 8px 0 8px;
}
.results-items .select-items .item-count {
  float: right;
}
.results-items .select-items .hidden {
  color: #D7D7D7;
}
.results-items .select-items .item-list {
  padding: 0 8px;
  overflow-y: scroll;
  max-height: 120px;
}
.results-items .select-items .item-list li {
  list-style: none;
  padding-top: 5px;
  border-bottom: 1px solid #D7D7D7;
}
.results-items .select-items .item-list li:last-child {
  border: none;
}
.results-items .select-items .item-list .empty-search-text {
  font-style: italic;
  color: #A4A4A4;
}

.pr-toolbar .filter-button {
  background-color: transparent;
  border-color: transparent;
  position: relative;
}
.pr-options-pane .filter-button .icon-angle-down-sm {
  position: relative;
  left: 115px;
}
.pr-options-pane .remove-filter {
  position: relative;
  top: 2px;
  float: right;
  right: 4px;
  color: #737373;
}
.pr-options-pane .remove-filter:hover {
  cursor: pointer;
  color: #222222;
}
.pr-options-pane .widget-filter-label {
  padding-left: 10px;
  position: relative;
  top: 4px;
}
.filter-count-label {
  background: #A4A4A4;
  position: relative;
  padding: 1px 8px;
  border-radius: 8px;
  width: 22px;
  color: #FFFFFF;
  font-size: 11px;
  margin: -2px 0 0 12px;
}

.ql-container {
  font-family: inherit;
}
@font-face {
  font-family: Amaranth;
  src: url(/static/reports/fonts/amaranth-Regular.12ff4d7b6901dc447d18f0bd9cf74f96.woff) format('woff'), url(/static/reports/fonts/amaranth-Regular.714eb884335e287e84f718d6febb436e.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Amaranth;
  src: url(/static/reports/fonts/amaranth-Bold.53761f3f4e6ee7139a5b091344e5e761.woff) format('woff'), url(/static/reports/fonts/amaranth-Bold.02ef93a1eb856cf73da43d332465801b.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Amaranth;
  src: url(/static/reports/fonts/amaranth-BoldItalic.5cc0b66152004243f036d3f14ca88eb7.woff) format('woff'), url(/static/reports/fonts/amaranth-BoldItalic.f67fbe8146e298d289ddfad53b0042c3.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Amaranth;
  src: url(/static/reports/fonts/amaranth-Italic.0e5f512d219316e48a983e6e5bc9174f.woff) format('woff'), url(/static/reports/fonts/amaranth-Italic.9790e5eaf33e077b4084777577462354.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-amaranth,
.ql-container .ql-font-amaranth * {
  font-family: "Amaranth", sans-serif;
}
@font-face {
  font-family: Anonymous Pro;
  src: url(/static/reports/fonts/anonymousPro-Regular.840899ade60bada8f9b9b7aaa54b3616.woff) format('woff'), url(/static/reports/fonts/anonymousPro-Regular.97be752ef119600da7ce506ae732e77d.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Anonymous Pro;
  src: url(/static/reports/fonts/anonymousPro-Bold.e2424790e29ba5053084e24638fce849.woff) format('woff'), url(/static/reports/fonts/anonymousPro-Bold.7aa70cbdab40d026887e3f66d7489eca.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Anonymous Pro;
  src: url(/static/reports/fonts/anonymousPro-BoldItalic.029f710ebb97701e8c301ed345202738.woff) format('woff'), url(/static/reports/fonts/anonymousPro-BoldItalic.d9adb85c39c8dac358f255f18716fdc3.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Anonymous Pro;
  src: url(/static/reports/fonts/anonymousPro-Italic.8de34b295c3fe5b8f6bd90a2ba0f9977.woff) format('woff'), url(/static/reports/fonts/anonymousPro-Italic.127204d402a216af565e547b57854c89.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-anonymous_pro,
.ql-container .ql-font-anonymous_pro * {
  font-family: "Anonymous Pro", serif;
}
@font-face {
  font-family: Arvo;
  src: url(/static/reports/fonts/arvo-Regular.d972d8be577960e559310ec67cd7caff.woff) format('woff'), url(/static/reports/fonts/arvo-Regular.336a72d20bf4b2ce5111dfd3ea19bdd1.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Arvo;
  src: url(/static/reports/fonts/arvo-Bold.2e81384e6e73e55db9ecec4d6595d886.woff) format('woff'), url(/static/reports/fonts/arvo-Bold.40514d3b8c506c4b4f2f3063437c74a3.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Arvo;
  src: url(/static/reports/fonts/arvo-BoldItalic.21f413fb7160be9193c6a4731769dc78.woff) format('woff'), url(/static/reports/fonts/arvo-BoldItalic.74c9c9fa941514cb54a7c6c900d29027.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Arvo;
  src: url(/static/reports/fonts/arvo-Italic.8dd57021d48e43a17d3d2a88690d8122.woff) format('woff'), url(/static/reports/fonts/arvo-Italic.d7728eb97e39a30a472f834d542f1a3a.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-arvo,
.ql-container .ql-font-arvo * {
  font-family: "Arvo", serif;
}
@font-face {
  font-family: Averia Serif Libre;
  src: url(/static/reports/fonts/averiaSerifLibre-Regular.0c2d2abee0b2532f21e1e7d7d44d8cbe.woff) format('woff'), url(/static/reports/fonts/averiaSerifLibre-Regular.ee9f4c0d6c8204898b03b4050764a9cc.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Averia Serif Libre;
  src: url(/static/reports/fonts/averiaSerifLibre-Bold.6b15552602b5d56780dd9156f4d1302b.woff) format('woff'), url(/static/reports/fonts/averiaSerifLibre-Bold.fd2666a61b0e738af1ba29dcab6809b8.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Averia Serif Libre;
  src: url(/static/reports/fonts/averiaSerifLibre-BoldItalic.e4ebacbc0a3307410cf1cf379f4f6fb6.woff) format('woff'), url(/static/reports/fonts/averiaSerifLibre-BoldItalic.1536d283467753d542a95c96cf892abb.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Averia Serif Libre;
  src: url(/static/reports/fonts/averiaSerifLibre-Italic.b2444ff0bbbf27b21f8f9bf74488e536.woff) format('woff'), url(/static/reports/fonts/averiaSerifLibre-Italic.5163d724bc637e8cfd33cbc5276f0f80.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-averia_serif_libre,
.ql-container .ql-font-averia_serif_libre * {
  font-family: "Averia Serif Libre", serif;
}
@font-face {
  font-family: Barlow Condensed;
  src: url(/static/reports/fonts/barlowCondensed-Regular.98f76d3b3020ab1ebfc45e6aa276fd8f.woff) format('woff'), url(/static/reports/fonts/barlowCondensed-Regular.94998082a1a881627a080e78ec600600.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Barlow Condensed;
  src: url(/static/reports/fonts/barlowCondensed-Bold.6b08b77e06b80a01f2c69a2eeeb554e8.woff) format('woff'), url(/static/reports/fonts/barlowCondensed-Bold.ac9e49a49f3fe1acd6d58672dec2a7ff.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Barlow Condensed;
  src: url(/static/reports/fonts/barlowCondensed-BoldItalic.d8d1dad249adc6774e865e1220c9d54f.woff) format('woff'), url(/static/reports/fonts/barlowCondensed-BoldItalic.910246577285626c64a710fe104e828d.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Barlow Condensed;
  src: url(/static/reports/fonts/barlowCondensed-Italic.5a62141dfe0a6cb4a9b4954c86aa6990.woff) format('woff'), url(/static/reports/fonts/barlowCondensed-Italic.f5d98a2631cd7e65f314fe2d5821d0de.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-barlow_condensed,
.ql-container .ql-font-barlow_condensed * {
  font-family: "Barlow Condensed", sans-serif;
}
@font-face {
  font-family: Crimson Text;
  src: url(/static/reports/fonts/crimsonText-Regular.2728a4120e7021cfed536929ffb5ad92.woff) format('woff'), url(/static/reports/fonts/crimsonText-Regular.6195353b1df70e0b79679234acb4a4be.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Crimson Text;
  src: url(/static/reports/fonts/crimsonText-Bold.e4e66c62ad2f1651a66470cf0ec18a65.woff) format('woff'), url(/static/reports/fonts/crimsonText-Bold.b308656fa8a3cda57555f4e71d038702.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Crimson Text;
  src: url(/static/reports/fonts/crimsonText-BoldItalic.16977c5d51d25c9083368797566f1909.woff) format('woff'), url(/static/reports/fonts/crimsonText-BoldItalic.b79c0dafcb7e059bb486b506362855e9.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Crimson Text;
  src: url(/static/reports/fonts/crimsonText-Italic.0c503eb209806a4d203aa60b210cd9d3.woff) format('woff'), url(/static/reports/fonts/crimsonText-Italic.3bb46ecd000153dc08b82b8d27f148ed.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-crimson_text,
.ql-container .ql-font-crimson_text * {
  font-family: "Crimson Text", serif;
}
@font-face {
  font-family: Economica;
  src: url(/static/reports/fonts/economica-Regular.52e83241a84b1a01080bb16ea7e6bf63.woff) format('woff'), url(/static/reports/fonts/economica-Regular.401ea5b3fae689be8b3bd53a6205d268.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Economica;
  src: url(/static/reports/fonts/economica-Bold.221f6f31422827d199aaf75141f0e89d.woff) format('woff'), url(/static/reports/fonts/economica-Bold.a0ba9e905d291e1bd0df705de3d3b0e1.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Economica;
  src: url(/static/reports/fonts/economica-BoldItalic.a47655b2ff1f8ac7161aa8c2016ddfcd.woff) format('woff'), url(/static/reports/fonts/economica-BoldItalic.0f8fa3bcea0562efad93fbf326d98bd1.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Economica;
  src: url(/static/reports/fonts/economica-Italic.1edd4ffbb25b03b987f6ab861cfed906.woff) format('woff'), url(/static/reports/fonts/economica-Italic.0c5d27888aaf8ff3c71f6a97ccf4757f.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-economica,
.ql-container .ql-font-economica * {
  font-family: "Economica", sans-serif;
}
@font-face {
  font-family: Gentium Book Basic;
  src: url(/static/reports/fonts/gentiumBookBasic-Regular.7e5ce6fa26aa9918c675aa3566a56e0d.woff) format('woff'), url(/static/reports/fonts/gentiumBookBasic-Regular.e0765c7720f4d8a3422172b9706bad36.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gentium Book Basic;
  src: url(/static/reports/fonts/gentiumBookBasic-Bold.47ba0b5c6fd645ea3e6761f054ca8f59.woff) format('woff'), url(/static/reports/fonts/gentiumBookBasic-Bold.d4684f33db7a9bf6e67203b816058aab.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gentium Book Basic;
  src: url(/static/reports/fonts/gentiumBookBasic-BoldItalic.d4fe7ab662a6727c00a1a569923e665f.woff) format('woff'), url(/static/reports/fonts/gentiumBookBasic-BoldItalic.509b270b240ebb401536a9d02046ed41.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Gentium Book Basic;
  src: url(/static/reports/fonts/gentiumBookBasic-Italic.9646b5d9afb3fef06b1c50ebbfb48f9d.woff) format('woff'), url(/static/reports/fonts/gentiumBookBasic-Italic.33b41e5eff6c93766bd1c2e35120984d.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-gentium_book_basic,
.ql-container .ql-font-gentium_book_basic * {
  font-family: "Gentium Book Basic", serif;
}
@font-face {
  font-family: IBM Plex Mono;
  src: url(/static/reports/fonts/ibmPlexMono-Regular.fa067264410ebf687ecca103e1845b4a.woff) format('woff'), url(/static/reports/fonts/ibmPlexMono-Regular.a299eae4867d82cc48bb7936e782b7d9.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Mono;
  src: url(/static/reports/fonts/ibmPlexMono-Bold.4cd64029ead0c512ca9bb9e83910dd07.woff) format('woff'), url(/static/reports/fonts/ibmPlexMono-Bold.d1eeabb1bcccd054b2ca01ab0329d103.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Mono;
  src: url(/static/reports/fonts/ibmPlexMono-BoldItalic.14233c153355f1e3c22533bc4879e5f5.woff) format('woff'), url(/static/reports/fonts/ibmPlexMono-BoldItalic.e7644aa64ee51bdadb3794e054076292.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: IBM Plex Mono;
  src: url(/static/reports/fonts/ibmPlexMono-Italic.d12c68599f375fb6e94ca1b4b25950e0.woff) format('woff'), url(/static/reports/fonts/ibmPlexMono-Italic.f14eb44fb1fcc02c282efaa57e34ed04.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-ibm_plex_mono,
.ql-container .ql-font-ibm_plex_mono * {
  font-family: "IBM Plex Mono", monospace, sans-serif;
}
@font-face {
  font-family: IBM Plex Serif;
  src: url(/static/reports/fonts/ibmPlexSerif-Regular.89c577fe4f7b7f9eb986834071d7ae0f.woff) format('woff'), url(/static/reports/fonts/ibmPlexSerif-Regular.14af344c09122ffd79402b0c0b4060e1.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Serif;
  src: url(/static/reports/fonts/ibmPlexSerif-Bold.eaee60c6bddc7f51a0e7796fe8bcf980.woff) format('woff'), url(/static/reports/fonts/ibmPlexSerif-Bold.f8274fa5788c0967b7604af969ab3b1b.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: IBM Plex Serif;
  src: url(/static/reports/fonts/ibmPlexSerif-BoldItalic.569a356cf5a61239bbaf411f9a3515f9.woff) format('woff'), url(/static/reports/fonts/ibmPlexSerif-BoldItalic.3e2702cda830423572400d1a603c4811.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: IBM Plex Serif;
  src: url(/static/reports/fonts/ibmPlexSerif-Italic.df510cf6a03b847cf68d437b98e5cd4d.woff) format('woff'), url(/static/reports/fonts/ibmPlexSerif-Italic.fe1602a6e1ed16882fd4e1ba34934dcc.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-ibm_plex_serif,
.ql-container .ql-font-ibm_plex_serif * {
  font-family: "IBM Plex Serif", serif;
}
@font-face {
  font-family: Josefin Sans;
  src: url(/static/reports/fonts/josefinSans-Regular.6537892df3329ee8024ec1bd09ca6122.woff) format('woff'), url(/static/reports/fonts/josefinSans-Regular.a80a033f0cf0b8186287fa277c334efb.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Josefin Sans;
  src: url(/static/reports/fonts/josefinSans-Bold.816542f10b7e97e5deb159c1aec84976.woff) format('woff'), url(/static/reports/fonts/josefinSans-Bold.ed780de1b24634dbc7490a9caff2e35d.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Josefin Sans;
  src: url(/static/reports/fonts/josefinSans-BoldItalic.2c7a8aa0ca92fbfac79d12b811092b04.woff) format('woff'), url(/static/reports/fonts/josefinSans-BoldItalic.052635dce76754ce05c0a2473edf9d59.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Josefin Sans;
  src: url(/static/reports/fonts/josefinSans-Italic.475261813adba6463f0ffdb67ca90755.woff) format('woff'), url(/static/reports/fonts/josefinSans-Italic.03176f6f2001235d00339c763f7b93d0.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-josefin-sans,
.ql-container .ql-font-josefin-sans * {
  font-family: "Josefin Sans", sans-serif;
}
@font-face {
  font-family: Josefin Slab;
  src: url(/static/reports/fonts/josefinSlab-Regular.d9e25682e76e956e0c040b1c33259380.woff) format('woff'), url(/static/reports/fonts/josefinSlab-Regular.d3dc685fb199d30b1470bd26edf9689f.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Josefin Slab;
  src: url(/static/reports/fonts/josefinSlab-Bold.ce187cdb2b455855792357e946525801.woff) format('woff'), url(/static/reports/fonts/josefinSlab-Bold.188c3dc648a7fd47f712311539a40edd.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Josefin Slab;
  src: url(/static/reports/fonts/josefinSlab-BoldItalic.891781997b489c3e507bb55deec5cf57.woff) format('woff'), url(/static/reports/fonts/josefinSlab-BoldItalic.7365ba297cccadd8a861c48c4226b11a.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Josefin Slab;
  src: url(/static/reports/fonts/josefinSlab-Italic.604a56694fb8e3ad3124e67150e07f19.woff) format('woff'), url(/static/reports/fonts/josefinSlab-Italic.da17ba0f008cb587b1984b0958dd1a27.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-josefin-slab,
.ql-container .ql-font-josefin-slab * {
  font-family: "Josefin Slab", serif;
}
@font-face {
  font-family: Lora;
  src: url(/static/reports/fonts/lora-Regular.06b572af3d54cd72dfaa0028e85b2880.woff) format('woff'), url(/static/reports/fonts/lora-Regular.6fcf94b8847dbad082108c490535457d.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  src: url(/static/reports/fonts/lora-Bold.d4d81e202ab1792a05eea0622fea3fb8.woff) format('woff'), url(/static/reports/fonts/lora-Bold.e99c68d4210c2faa09b7590e8ba57c38.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lora;
  src: url(/static/reports/fonts/lora-BoldItalic.d5e324955afe706155c396af4ceb8bf8.woff) format('woff'), url(/static/reports/fonts/lora-BoldItalic.08487c8ce1cc4098cd933756c7e70096.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lora;
  src: url(/static/reports/fonts/lora-Italic.df42af4acd9b5ceef4d7c5579de4a180.woff) format('woff'), url(/static/reports/fonts/lora-Italic.0568fd34a2db9e7e0d974ca7b75920de.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-lora,
.ql-container .ql-font-lora * {
  font-family: "Lora", serif;
}
@font-face {
  font-family: Lobster Two;
  src: url(/static/reports/fonts/lobsterTwo-Regular.61cde93323b6335b3fe759b76be4f41d.woff) format('woff'), url(/static/reports/fonts/lobsterTwo-Regular.cbb3b70d5d3d64e5ac0d746e944a51a2.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Lobster Two;
  src: url(/static/reports/fonts/lobsterTwo-Bold.b41a99e4a71d0dd9ea714d67c03dba2e.woff) format('woff'), url(/static/reports/fonts/lobsterTwo-Bold.e1c37dea2f8f670e0acc91349e1f7cbf.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Lobster Two;
  src: url(/static/reports/fonts/lobsterTwo-BoldItalic.a77c4696541404371d87598f016aa771.woff) format('woff'), url(/static/reports/fonts/lobsterTwo-BoldItalic.6b39a8c59ab4f33fcc6076c08880439b.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Lobster Two;
  src: url(/static/reports/fonts/lobsterTwo-Italic.0361dacfd471d8e9548ebc83dd3e2344.woff) format('woff'), url(/static/reports/fonts/lobsterTwo-Italic.22dd5d04424faf8f821edf61ded0cf46.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-lobster_two,
.ql-container .ql-font-lobster_two * {
  font-family: "Lobster Two", serif;
}
@font-face {
  font-family: Merriweather;
  src: url(/static/reports/fonts/merriweather-Regular.2b82823cee7109221b3414dd5fa8c058.woff) format('woff'), url(/static/reports/fonts/merriweather-Regular.58fea50718950b4879e8c054ec09fd93.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Merriweather;
  src: url(/static/reports/fonts/merriweather-Bold.0d66b1d78752c4996699bc51b00a8585.woff) format('woff'), url(/static/reports/fonts/merriweather-Bold.8d62929afcca3e8a8b90e6e280ecb7e0.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Merriweather;
  src: url(/static/reports/fonts/merriweather-BoldItalic.cd6d89267dafecef8d7a952c69d334d3.woff) format('woff'), url(/static/reports/fonts/merriweather-BoldItalic.89179a1c446815565bc6e67ce3e9e049.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Merriweather;
  src: url(/static/reports/fonts/merriweather-Italic.5fc40306a72c28a38285dd1eaab565f8.woff) format('woff'), url(/static/reports/fonts/merriweather-Italic.f84237dbc0dc6c79cb87086f06db132c.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-merriweather,
.ql-container .ql-font-merriweather * {
  font-family: "Merriweather", serif;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/reports/fonts/montserrat-Regular.1119d054247d1182914a754403e3af6a.woff) format('woff'), url(/static/reports/fonts/montserrat-Regular.bef7e247546617f705fd7b8e7ac4a962.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/reports/fonts/montserrat-Bold.cae084653e89b77f211b5d026859a4ac.woff) format('woff'), url(/static/reports/fonts/montserrat-Bold.30329db009e4a9500bf4a44b838f6fdc.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/reports/fonts/montserrat-BoldItalic.9f97b0b6dcf5a9b73fd64a6be4d3251c.woff) format('woff'), url(/static/reports/fonts/montserrat-BoldItalic.2d05a6cd2841ac20d3d241c3446d91db.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(/static/reports/fonts/montserrat-Italic.083c3bf38db0910d167e7a611f60bbea.woff) format('woff'), url(/static/reports/fonts/montserrat-Italic.42831bdd9aea9ff5eec0debc493081c9.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-montserrat,
.ql-container .ql-font-montserrat * {
  font-family: "Montserrat", sans-serif;
}
@font-face {
  font-family: Noto Serif;
  src: url(/static/reports/fonts/notoSerif-Regular.18e26ed0c608d45ce2d92831bcf59662.woff) format('woff'), url(/static/reports/fonts/notoSerif-Regular.861aca16787e074475baa4e80f73c098.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Noto Serif;
  src: url(/static/reports/fonts/notoSerif-Bold.5d22f37462b12682e6a83e6d716af715.woff) format('woff'), url(/static/reports/fonts/notoSerif-Bold.0265a15b68509a2c9dff8715fbc8d288.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Noto Serif;
  src: url(/static/reports/fonts/notoSerif-BoldItalic.05ad63969504bbe5b25b872bce0db212.woff) format('woff'), url(/static/reports/fonts/notoSerif-BoldItalic.73990f6ce21c4d94ae1a9f480c48d0b8.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Noto Serif;
  src: url(/static/reports/fonts/notoSerif-Italic.ba7b95d380e5540c19f7cce3bdb112fc.woff) format('woff'), url(/static/reports/fonts/notoSerif-Italic.7d1f3e08d07afda248a9e17498a9da5c.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-noto_serif,
.ql-container .ql-font-noto_serif * {
  font-family: "Noto Serif", serif;
}
@font-face {
  font-family: Open Sans;
  src: url(/static/reports/fonts/openSans-Regular.2b6f63fce9104d1223d83dd12cd6038e.woff) format('woff'), url(/static/reports/fonts/openSans-Regular.81d0487ba73afd292730e6f89e83c2ea.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Open Sans;
  src: url(/static/reports/fonts/openSans-Bold.efe9ead0aecdedc597ec9d4e745e0a58.woff) format('woff'), url(/static/reports/fonts/openSans-Bold.15df1fb3e82321d94a0ca758c62e25d2.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Open Sans;
  src: url(/static/reports/fonts/openSans-BoldItalic.a9c343d16f7be0984e4b9f97781d33e6.woff) format('woff'), url(/static/reports/fonts/openSans-BoldItalic.6f046d9736e0e0365ebbc9b25fa92e3b.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Open Sans;
  src: url(/static/reports/fonts/openSans-Italic.af3f8a1faecd92fed018201d8647399c.woff) format('woff'), url(/static/reports/fonts/openSans-Italic.7131a88d0a6fdeedd782ffe1b680b988.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-open_sans,
.ql-container .ql-font-open_sans * {
  font-family: "Open Sans", sans-serif;
}
@font-face {
  font-family: Overlock;
  src: url(/static/reports/fonts/overlock-Regular.adc3fb4a9215177f9e7f96bf9367077a.woff) format('woff'), url(/static/reports/fonts/overlock-Regular.f51dccc4e260f4bbe2faf94e76ac1432.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Overlock;
  src: url(/static/reports/fonts/overlock-Bold.044e9a49e5bd8913e1a88a8388f6e32a.woff) format('woff'), url(/static/reports/fonts/overlock-Bold.b3a6fb484c15018b6971b026151c991d.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Overlock;
  src: url(/static/reports/fonts/overlock-BoldItalic.fa445d5047829f1a94e068337e90a5c4.woff) format('woff'), url(/static/reports/fonts/overlock-BoldItalic.89f3da1d6700965e5b63ee590b7537c9.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Overlock;
  src: url(/static/reports/fonts/overlock-Italic.2d97f59e317b50dd72cad9d2ad353a75.woff) format('woff'), url(/static/reports/fonts/overlock-Italic.0bbfda398dfd4ec1a15164881fd344bf.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-overlock,
.ql-container .ql-font-overlock * {
  font-family: "Overlock", sans-serif;
}
@font-face {
  font-family: Playfair Display;
  src: url(/static/reports/fonts/playfairDisplay-Regular.744721894cc464730a9610e9a6e0075e.woff) format('woff'), url(/static/reports/fonts/playfairDisplay-Regular.79b12e38f5958e352c1dc6d5031a5e00.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display;
  src: url(/static/reports/fonts/playfairDisplay-Bold.ef6258ee945f6cae26a89326c61b1530.woff) format('woff'), url(/static/reports/fonts/playfairDisplay-Bold.27c64a5e4305d0818457d62ae1cea006.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display;
  src: url(/static/reports/fonts/playfairDisplay-BoldItalic.41336ab53081a21e2f2e4e1445338ddb.woff) format('woff'), url(/static/reports/fonts/playfairDisplay-BoldItalic.17bfe46c58f554ec3f825931ff27df5c.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Playfair Display;
  src: url(/static/reports/fonts/playfairDisplay-Italic.0972d6dc5fdd5937ad569e87eb3cb7e3.woff) format('woff'), url(/static/reports/fonts/playfairDisplay-Italic.8ba3da74f960a95d3c78667bc9bb575d.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-playfair_display,
.ql-container .ql-font-playfair_display * {
  font-family: "Playfair Display", serif;
}
@font-face {
  font-family: Playfair Display SC;
  src: url(/static/reports/fonts/playfairDisplaySc-Regular.be35a7a62d530341626e085ba1009d01.woff) format('woff'), url(/static/reports/fonts/playfairDisplaySc-Regular.8dadec36174905e67021b52e7828498f.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display SC;
  src: url(/static/reports/fonts/playfairDisplaySc-Bold.210d45b6b6dbd37c3eea4b94b8ceef43.woff) format('woff'), url(/static/reports/fonts/playfairDisplaySc-Bold.b6215cf8bb1cafc1c932f6fe55e46a89.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Playfair Display SC;
  src: url(/static/reports/fonts/playfairDisplaySc-BoldItalic.49136edd153d797c25c7cb0545b21683.woff) format('woff'), url(/static/reports/fonts/playfairDisplaySc-BoldItalic.8573a9fbc85fdcfcce440d2d5008b6d2.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Playfair Display SC;
  src: url(/static/reports/fonts/playfairDisplaySc-Italic.6383c5817105eb47167fa44f12f103eb.woff) format('woff'), url(/static/reports/fonts/playfairDisplaySc-Italic.e5b44c035f955878c875ce6351288894.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-playfair_display_sc,
.ql-container .ql-font-playfair_display_sc * {
  font-family: "Playfair Display SC", serif;
}
@font-face {
  font-family: Prompt;
  src: url(/static/reports/fonts/prompt-Regular.072241c065c7cd01f7429a6d35717c7b.woff) format('woff'), url(/static/reports/fonts/prompt-Regular.5916025f285e07daf21e4ae4265d801a.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Prompt;
  src: url(/static/reports/fonts/prompt-Bold.10a46f15cbc265fc4886f5a51b6b8a8e.woff) format('woff'), url(/static/reports/fonts/prompt-Bold.f21b522616b56a0beffbbab487a8a905.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Prompt;
  src: url(/static/reports/fonts/prompt-BoldItalic.fdedba5dfef3548c756c8a5ec87ffc5b.woff) format('woff'), url(/static/reports/fonts/prompt-BoldItalic.85675e5547f3ca9f0a045f1a949a02e9.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Prompt;
  src: url(/static/reports/fonts/prompt-Italic.b2cec6e7ecb0f3ef4099dd9869cef007.woff) format('woff'), url(/static/reports/fonts/prompt-Italic.912b2c754007b8d6b7fb5320f5ac3ffd.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-prompt,
.ql-container .ql-font-prompt * {
  font-family: "Prompt", sans-serif;
}
@font-face {
  font-family: PT Serif;
  src: url(/static/reports/fonts/ptSerif-Regular.1fe237b6b4918529e5dfb73ea012fb5f.woff) format('woff'), url(/static/reports/fonts/ptSerif-Regular.5222d3ca6f5b4d104b386789e30ef3dd.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PT Serif;
  src: url(/static/reports/fonts/ptSerif-Bold.898746cff14d934e5825819bb45606e3.woff) format('woff'), url(/static/reports/fonts/ptSerif-Bold.3a74c31cc0753849ba8f8f34f8513a57.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: PT Serif;
  src: url(/static/reports/fonts/ptSerif-BoldItalic.0527ba1750ebd5bffe991d50b7800986.woff) format('woff'), url(/static/reports/fonts/ptSerif-BoldItalic.6a79723b0ffb07a87ba2672422b5f95f.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: PT Serif;
  src: url(/static/reports/fonts/ptSerif-Italic.8be295050a7e2eb96dc5f26b78831814.woff) format('woff'), url(/static/reports/fonts/ptSerif-Italic.96294ae19544ce13ccf5236fa7075b6b.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-pt_serif,
.ql-container .ql-font-pt_serif * {
  font-family: "PT Serif", serif;
}
@font-face {
  font-family: Raleway;
  src: url(/static/reports/fonts/raleway-Regular.dcee86a85f73cc5dffdbb4654270c0bd.woff) format('woff'), url(/static/reports/fonts/raleway-Regular.c1bd33e805a88f721aff01ca0b5d6acb.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(/static/reports/fonts/raleway-Bold.f16ff22bb18b1eb34c4f93c101c4ac78.woff) format('woff'), url(/static/reports/fonts/raleway-Bold.80cd2f56e83e6469ba53039c0780850f.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url(/static/reports/fonts/raleway-BoldItalic.6429dc790077f681afa93efa0d7e83a8.woff) format('woff'), url(/static/reports/fonts/raleway-BoldItalic.03d545cd98321ab998dba741113a13a2.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Raleway;
  src: url(/static/reports/fonts/raleway-Italic.65e9765ef741eff4bbccd13f2b382d1a.woff) format('woff'), url(/static/reports/fonts/raleway-Italic.c1d572336c9eacc025a65c4177e0261a.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-raleway,
.ql-container .ql-font-raleway * {
  font-family: "Raleway", sans-serif;
}
@font-face {
  font-family: Roboto;
  src: url(/static/reports/fonts/roboto-Regular.1fb51f52c5d3adf198aa44e80478426e.woff) format('woff'), url(/static/reports/fonts/roboto-Regular.e5d046dd2c38f8e9a1f2f1130e4ec9fc.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/static/reports/fonts/roboto-Bold.d14ff5136e64dbb064089c93c8925904.woff) format('woff'), url(/static/reports/fonts/roboto-Bold.53eedb1e2d7c79582f367ec102c12681.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Roboto;
  src: url(/static/reports/fonts/roboto-BoldItalic.f67007ca63d1541714e35b0d2f0b4947.woff) format('woff'), url(/static/reports/fonts/roboto-BoldItalic.6beaf49138589913909d09701aac6181.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Roboto;
  src: url(/static/reports/fonts/roboto-Italic.882f0af85f688d84afb3ced39c3e9d28.woff) format('woff'), url(/static/reports/fonts/roboto-Italic.811e18d29e68c1e6e941f5252d8267a1.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-roboto,
.ql-container .ql-font-roboto * {
  font-family: "Roboto", sans-serif;
}
@font-face {
  font-family: Sansita;
  src: url(/static/reports/fonts/sansita-Regular.063f0a90d5aaccbef3d7080c7b6fe090.woff) format('woff'), url(/static/reports/fonts/sansita-Regular.bd40e8374ebdac4d01e47610b06b5d37.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Sansita;
  src: url(/static/reports/fonts/sansita-Bold.9b72941ef2c9f0c20ad903afa04c03d3.woff) format('woff'), url(/static/reports/fonts/sansita-Bold.300e54621992c0b0a2cc85f561d4d84e.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Sansita;
  src: url(/static/reports/fonts/sansita-BoldItalic.45b5ecd32e47f8d4035f5deb3cfb0547.woff) format('woff'), url(/static/reports/fonts/sansita-BoldItalic.72bf6ec79a7d180273d750f27d266559.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Sansita;
  src: url(/static/reports/fonts/sansita-Italic.7d4048a98a5122567a2efffb2472495a.woff) format('woff'), url(/static/reports/fonts/sansita-Italic.0635265eaee25f94a029456b5d5f4cc0.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-sansita,
.ql-container .ql-font-sansita * {
  font-family: "Sansita", sans-serif;
}
@font-face {
  font-family: Space Mono;
  src: url(/static/reports/fonts/spaceMono-Regular.5b36085bf39da01ebe78ea32ca4ecc02.woff) format('woff'), url(/static/reports/fonts/spaceMono-Regular.667096e8fef137f5d42cd2dd2f954c75.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Space Mono;
  src: url(/static/reports/fonts/spaceMono-Bold.91da39b27de8f3f8887942cfefe9e8a6.woff) format('woff'), url(/static/reports/fonts/spaceMono-Bold.71a870b8fc9c10c36f5ca77d718fd2a7.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Space Mono;
  src: url(/static/reports/fonts/spaceMono-BoldItalic.f84a8342e1a9d58634c2d43535c42ed9.woff) format('woff'), url(/static/reports/fonts/spaceMono-BoldItalic.f0b73da7bccc9b5906f93b3b939e3480.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Space Mono;
  src: url(/static/reports/fonts/spaceMono-Italic.73507d42ef7222b88409a6e0d1da2cec.woff) format('woff'), url(/static/reports/fonts/spaceMono-Italic.3fe9acd229ccd125cae501edc9ea61ec.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-space_mono,
.ql-container .ql-font-space_mono * {
  font-family: "Space Mono", monospace, sans-serif;
}
@font-face {
  font-family: Taviraj;
  src: url(/static/reports/fonts/taviraj-Regular.427e40045a0d4b70499d90c1825cdd58.woff) format('woff'), url(/static/reports/fonts/taviraj-Regular.58089898eef987a22fccbb4ce4a5d477.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Taviraj;
  src: url(/static/reports/fonts/taviraj-Bold.4492d017c63b426c5e227dc95f101590.woff) format('woff'), url(/static/reports/fonts/taviraj-Bold.e97f5903aab2db435aa1a12aa8301f55.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Taviraj;
  src: url(/static/reports/fonts/taviraj-BoldItalic.a29d74f016a3d49723b967e9966daa42.woff) format('woff'), url(/static/reports/fonts/taviraj-BoldItalic.0f14f6645e6937cc490e2b399c1d2d33.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Taviraj;
  src: url(/static/reports/fonts/taviraj-Italic.81b701456f8d4da7094721bf7097bd97.woff) format('woff'), url(/static/reports/fonts/taviraj-Italic.da6d1a9947d520dc7747b0f2a3b1fe90.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-taviraj,
.ql-container .ql-font-taviraj * {
  font-family: "Taviraj", serif;
}
@font-face {
  font-family: Ubuntu Mono;
  src: url(/static/reports/fonts/ubuntuMono-Regular.a1de47843f107a3fdf452597f1faf407.woff) format('woff'), url(/static/reports/fonts/ubuntuMono-Regular.0911f78ebeaf39a35e9a401fe312eccb.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu Mono;
  src: url(/static/reports/fonts/ubuntuMono-Bold.331f88057deafdc21466d8d4541a6732.woff) format('woff'), url(/static/reports/fonts/ubuntuMono-Bold.152b5a4bc2e1d3bb5e051ab26d6dad48.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu Mono;
  src: url(/static/reports/fonts/ubuntuMono-BoldItalic.157f7450ae560e4b62d1d87d72667029.woff) format('woff'), url(/static/reports/fonts/ubuntuMono-BoldItalic.e675d38edba6f3bf9e570b5905170117.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Ubuntu Mono;
  src: url(/static/reports/fonts/ubuntuMono-Italic.2602654a38b7c13ee28fc8fdb62aa1bc.woff) format('woff'), url(/static/reports/fonts/ubuntuMono-Italic.33324a4b71ea2975b97499138d937341.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-ubuntu_mono,
.ql-container .ql-font-ubuntu_mono * {
  font-family: "Ubuntu Mono", monospace, sans-serif;
}
@font-face {
  font-family: Unna;
  src: url(/static/reports/fonts/unna-Regular.cc723cde0d01dba1464e57c9edd40a62.woff) format('woff'), url(/static/reports/fonts/unna-Regular.3512107c2cfc2e8bc6d3dfc4cebf3918.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Unna;
  src: url(/static/reports/fonts/unna-Bold.598a57ccaf21f48c25a1773b7b60d337.woff) format('woff'), url(/static/reports/fonts/unna-Bold.281c35f2c924f91966bb28f6ceb56a2e.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unna;
  src: url(/static/reports/fonts/unna-BoldItalic.2efc7d614771d49db6d028c4cbb501c8.woff) format('woff'), url(/static/reports/fonts/unna-BoldItalic.9be7daa9ed05929de56bce52937ef3bd.woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Unna;
  src: url(/static/reports/fonts/unna-Italic.7f3e1e7418f66db23d10d7e4099c60b9.woff) format('woff'), url(/static/reports/fonts/unna-Italic.d194e89b377151144cbaace20a68bcec.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}
.ql-container .ql-font-unna,
.ql-container .ql-font-unna * {
  font-family: "Unna", serif;
}

.global-option {
  margin: 28px;
}
.global-option-body {
  padding: 0;
  width: 621px;
  height: 520px;
}
.global-options-sidebar {
  width: 220px;
  float: left;
  display: inline-block;
  margin-right: 30px;
}
.global-options-sidebar .global-options-text-option {
  display: inline-block;
}
.global-options-sidebar .global-options-text-option .global-options-font-menu .btn {
  width: 120px;
}
.global-options-sidebar .global-option-input {
  margin-top: 6px;
}
.global-options-sidebar .global-option-input .qspinner.simple {
  padding-right: 19px;
}
.global-options-sidebar .global-option-input .qspinner.simple .btn {
  width: 19px;
  height: 19px;
}
.global-options-sidebar .global-option-input .qspinner.simple .btn:before {
  top: 6px;
  left: 5px;
}
.global-options-sidebar .modify-palettes {
  display: block;
  margin-top: -10px;
}
.global-options-sidebar .global-options-totals-config {
  padding-left: 27px;
  margin-top: 0px;
}
.global-options-sidebar .global-options-totals-config label,
.global-options-sidebar span {
  color: #737373;
  font-weight: 300;
}
.global-options-sidebar .percentage-denominator-input {
  padding-left: 27px;
}
.global-options-sidebar .global-enable-totals-label {
  display: inline;
  padding-left: 15px;
}
.global-options-preview {
  display: inline-block;
}
.global-options-preview .global-option-preview-text {
  margin-bottom: 15px;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.global-options-preview .preview-widget-wrap,
.global-options-preview .preview-table-wrap {
  margin-bottom: 15px;
  border: 1px solid #0B6ED0;
  width: 300px;
}
.global-options-preview .preview-widget-body {
  outline: 1px dashed #0B6ED0;
  height: 150px;
}
.global-options-preview .preview-table-wrap {
  margin-bottom: 15px;
}
.global-options-preview .preview-table-wrap .preview-table-body {
  outline: 1px dashed #0B6ED0;
  min-height: 150px;
}
.global-options-preview pr-global-options-preview-scales .preview-widget-body {
  padding: 12px;
  height: 200px;
}
#global-options-preview-scales {
  height: 125px;
}
.global-globals-btn-group {
  float: left;
}
.global-globals-btn-group .global-globals-use-default {
  float: left;
}
.modify-rater-display-logic {
  display: block;
  margin-top: 5px;
}

.custom-metrics-input {
  width: 80%;
  min-width: none;
}
.custom-metrics-equation-result {
  pointer-events: none;
  max-width: 35%;
}
.custom-metrics-insert-button {
  width: auto;
}

.pr-graphic-library .folder-container {
  display: block;
  position: relative;
  clear: left;
}
.pr-graphic-library .folder-container > label {
  font-size: 19px;
  border-bottom: 1px solid #737373;
}
.pr-graphic-library .folder-container > img {
  max-width: 70px;
  max-height: 70px;
  margin-left: 50px;
  cursor: pointer;
}
.pr-graphic-library table {
  display: inline-block;
}
.pr-graphic-library td {
  padding-right: 12px;
}
.pr-graphic-library .upload-image-btn {
  float: right;
  margin-top: 3px;
}
.pr-graphic-library .search {
  float: right;
  position: relative;
}
.pr-graphic-library .search .search-input {
  padding-left: 25px;
}
.pr-graphic-library .search .icon-search {
  position: absolute;
  left: 4px;
  top: 7px;
  color: #C6C6C6;
}
.pr-graphic-library .no-image-found {
  text-align: center;
  padding-top: 30px;
}
.pr-graphic-library .thumb-container {
  float: left;
  margin-right: 8px;
  margin-top: 10px;
  max-width: 100px;
  max-height: 100px;
  padding: 4px;
}
.pr-graphic-library .thumb-container .graphic-description {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pr-graphic-library-image-upload .input-row {
  padding-bottom: 5px;
  padding-top: 5px;
}
.pr-graphic-library-image-upload .input-row .input-group {
  display: inline-flex;
}
.pr-graphic-library-image-upload .file-size-alert {
  color: #D13A34;
  font-size: 12pt;
}

.pr-ee-header {
  font-size: 12pt;
  padding: 15px;
  border-bottom: 1px solid #D7D7D7;
}
.pr-ee-header .entry {
  vertical-align: top;
}
.pr-ee-header .icon {
  vertical-align: top;
}

.hide-report {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D13A34;
}
.hide-report-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 84px;
  width: 85px;
  z-index: 2;
  background: #FFF;
  border-right: 1px solid #C6C6C6;
}
@media print {
  .hide-report-toolbar {
    display: none;
  }
}

.public-report-modal .public-report-url {
  cursor: pointer;
  background: inherit;
  width: 100%;
  max-width: 267px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.public-report-modal .public-report-url a {
  cursor: inherit;
}
.public-report-modal .public-report-url .form-control {
  background: #eee;
}
.public-report-modal .header {
  font-weight: bold;
}
.public-report-modal .copy-public-report-url {
  cursor: pointer;
  vertical-align: middle;
}
.public-report-modal .public-report-info {
  padding: 8px;
}
.public-report-modal .public-report-info > *,
.public-report-modal .public-report-info .q-switch {
  vertical-align: middle;
  display: inline-block;
}
.public-report-modal .public-report-info .disabled {
  color: gray;
  pointer-events: none;
  cursor: default;
}
.public-report-modal .textbar {
  width: 250px;
}
.public-report-modal .offset {
  margin-left: 35px;
}
.public-report-modal .eye {
  cursor: pointer;
}
.public-report-modal .passcode-input-box.ng-invalid:not(.ng-pristine) {
  border-color: #d13a34;
}

.pr-no-reports,
.pr-error-message {
  text-align: center;
  margin: 40px 0;
  color: #737373;
}
.pr-no-reports .main-icon,
.pr-error-message .main-icon,
.pr-no-reports .msg,
.pr-error-message .msg,
.pr-no-reports .btn,
.pr-error-message .btn {
  margin: 20px 0;
}
.pr-no-reports .main-icon,
.pr-error-message .main-icon {
  font-size: 90px;
}
.pr-no-reports .msg,
.pr-error-message .msg {
  font-size: 20px;
}

.pr-options-pane-wrapper {
  position: absolute;
  top: 84px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #F2F4F8;
  padding-bottom: 88px;
  border-left: 1px solid #C6C6C6;
  width: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.pr-options-pane-wrapper.active {
  width: 286px;
}
.partialData .pr-options-pane-wrapper {
  top: 120px;
}
.pr-options-pane {
  min-height: 100%;
  padding: 20px;
  /* room to show footer */
  width: 286px;
}
.pr-options-pane .btn-full {
  width: 100%;
}
/* override ripsaw trying to set the height on widget contents */
.pr-options-pane .widget-contents {
  height: auto !important;
}
.pr-options-pane.collapsed {
  width: 32px;
}
.pr-options-pane.collapsed:hover {
  width: 286px;
}
.widget-style-selector .widget-text-option {
  display: inline-block;
}
.widget-style-selector .widget-text-option .widget-font-selector .btn {
  /* Shorten the width of the font selector to make room for other buttons inline (and padding)
			 * 40 px for padding (pr-options-pane above)
			 * 26 px for 2 buttons (bold and color)
			 * 50 px for size selector (below) */
  width: 144px;
}
.widget-style-selector .widget-text-option .widget-font-size-selector .btn {
  width: 50px;
}
.widget-style-selector label {
  display: inline-block;
  color: #737373;
  font-weight: 300;
}
.widget-style-selector .right {
  display: block;
  float: right;
}

.pr-page-break {
  position: absolute;
  top: -16px;
  left: -1000px;
  right: -1000px;
  text-align: center;
  border-top: 1px dashed #C6C6C6;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pr-page-break:before {
  content: '';
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
}
.page-break-label {
  position: relative;
  display: inline-block;
  top: -10px;
  height: 4px;
  line-height: 4px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: 200px;
  color: #A4A4A4;
  background: #F9F9F9;
  cursor: default;
}
.page-break-label .icon {
  position: absolute;
  top: 0px;
  right: -18px;
  width: 24px;
  height: 4px;
  opacity: 0;
  background: #F9F9F9;
}
.page-break-label .icon:before {
  position: relative;
  top: -10px;
}
.pr-page-break:hover .page-break-label .icon {
  opacity: 1;
}
.pr-page-break:hover .page-break-label .icon:hover {
  color: #D13A34;
  cursor: pointer !important;
}
.pr-page-break.removed {
  opacity: 0;
}

.pr-page-header .label-group > label {
  margin-right: 16px;
  display: block;
}
.pr-page-header .margin-option {
  margin-bottom: 8px;
}
.pr-page-header .margin-option label {
  min-width: 56px;
}
.pr-page-header .advanced-link {
  padding-left: 4px;
}
.pr-page-header .qspinner.simple {
  padding-right: 19px;
}
.pr-page-header .qspinner.simple .btn {
  width: 19px;
  height: 19px;
}
.pr-page-header .qspinner.simple .btn:before {
  top: 6px;
  left: 5px;
}
.pr-page-header .page-header-footer-preview {
  margin-top: 8px;
}
.pr-page-header .page-header-footer-formats {
  background-color: #E8E8E8;
  margin: 0px;
}
.pr-page-header .page-header-footer-input {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.pr-page-header .page-header-footer-input .form-control {
  width: 100%;
}
.pr-page-header .page-header-footer-text-formats {
  display: inline-block;
}
.pr-page-header .page-header-footer-text-formats .font-menu .btn {
  width: 100px;
}
.pr-page-header .page-header-footer-text-formats .size-menu .btn {
  width: 50px;
}
.pr-page-header .header-footer-logo {
  vertical-align: initial;
}
.pr-page-header .custom-logo-input {
  margin: 0 8px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
}
.pr-page-header .custom-logo-input img {
  height: 35px;
  margin-left: 15px;
}

.pr-page-layout .label-group > label {
  margin-right: 16px;
}
.pr-page-layout .margin-option {
  margin-bottom: 8px;
}
.pr-page-layout .margin-option .direction {
  min-width: 56px;
  display: inline-block;
}
.pr-page-layout .advanced-link {
  padding-left: 4px;
}
.pr-page-layout .qspinner.simple {
  padding-right: 19px;
}
.pr-page-layout .qspinner.simple .btn {
  width: 19px;
  height: 19px;
}
.pr-page-layout .qspinner.simple .btn:before {
  top: 6px;
  left: 5px;
}
.pr-page-layout .orientation .btn {
  width: 40px;
  height: 40px;
}
.pr-page-layout .orientation .btn .icon {
  line-height: 17px;
  height: auto;
}
.pr-page-layout .orientation .btn.landscape .icon {
  transform: rotate(90deg);
}
.pr-page-layout .options-group {
  margin: 16px 8px;
}

.pr-pages {
  z-index: 0;
}
.pr-page {
  position: relative;
  margin: 32px auto;
  width: 816px;
  height: 1056px;
  background: #FFF;
  box-shadow: 0 5px 25px -10px #000;
}
/*
 * When moving or resizing a widget, we want to ignore z-index
 */
.grid-item-cursor .pr-page {
  z-index: auto;
}
@media print {
  .no-widget-insert {
    display: none;
  }
}
.public-report .no-widget-insert {
  display: none;
}
.no-widget-insert {
  position: relative;
  margin-left: 50%;
  margin-left: calc(50% - 37px);
  text-align: center;
  padding-right: 12px;
}
.no-widget-insert .btn-sm {
  border-radius: 14px;
}
.letter .pr-page {
  width: 816px;
  height: 1056px;
}
.letter.horizontal .pr-page {
  width: 1056px;
  height: 816px;
}
.legal .pr-page {
  width: 816px;
  height: 1344px;
}
.legal.horizontal .pr-page {
  width: 1344px;
  height: 816px;
}
.a4 .pr-page {
  width: 792px;
  height: 1120px;
}
.a4.horizontal .pr-page {
  width: 1120px;
  height: 792px;
}
.b4 .pr-page {
  width: 944px;
  height: 1328px;
}
.b4.horizontal .pr-page {
  width: 1328px;
  height: 944px;
}
.fullscreen .pr-page {
  width: 960px;
  height: 720px;
}
.fullscreen.vertical .pr-page {
  width: 720px;
  height: 960px;
}
.widescreen1 .pr-page {
  width: 1280px;
  height: 720px;
}
.widescreen1.vertical .pr-page {
  width: 720px;
  height: 1280px;
}
.widescreen2 .pr-page {
  width: 960px;
  height: 600px;
}
.widescreen2.vertical .pr-page {
  width: 600px;
  height: 960px;
}

.pr-page-margins {
  border: 1px solid transparent;
}
.show-grid .pr-page-margins {
  border-color: rgba(0, 0, 0, 0.03);
  -webkit-background-size: 48px 48px;
  -moz-background-size: 48px 48px;
  -o-background-size: 48px 48px;
  background-size: 48px 48px;
  background-image: repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 8px), repeating-linear-gradient(-90deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 8px), repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 48px), repeating-linear-gradient(-90deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03) 1px, transparent 1px, transparent 48px);
}
/**
 * Public Report
 */
.show-margins .public-report .pr-page-margins:after,
.show-margins .public-report .pr-page-margins:before,
.show-margins .public-report pr-page-header-footer:after,
.show-margins .public-report pr-page-header-footer:before {
  border: none;
}
.show-margins .public-report .pr-page-margins {
  background-image: none;
  border: none;
}
.show-margins .pr-page-margins:after,
.show-margins .pr-page-margins:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 1px dashed #D7D7D7;
}
.show-margins .pr-page-margins:before {
  top: -1000px;
  bottom: -1000px;
}
.show-margins .pr-page-margins:after {
  right: -1000px;
  left: -1000px;
}
pr-page-header-footer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
}
pr-page-header-footer[type='footer'] {
  top: auto;
  bottom: 0;
}
pr-page-header-footer table {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-spacing: 0;
}
pr-page-header-footer table td {
  padding: 0;
}
pr-page-header-footer table .title {
  overflow: hidden;
}
pr-page-header-footer table .logo {
  max-height: 100%;
}
.show-margins pr-page-header-footer:after {
  content: '';
  display: block;
  position: absolute;
  right: -1000px;
  bottom: 0px;
  left: -1000px;
  border-bottom: 1px dashed #D7D7D7;
}
.show-margins pr-page-header-footer[type='footer']:after {
  top: 0px;
  bottom: auto;
}

pr-page-margin-positioner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
pr-page-margin-positioner pr-page-header-footer {
  pointer-events: auto;
}
.pr-page-margin-positioner {
  position: absolute;
  z-index: 0;
}

.pr-partial-data-export-banner {
  display: none;
  margin-top: -3px;
}
.pr-partial-data-export-banner.left-banner {
  position: absolute;
}
.pr-partial-data-export-banner.right-banner {
  float: right;
}
.pr-partial-data-export-banner .partial-data-warning {
  width: 100%;
  text-align: center;
  font-size: 18px;
  opacity: 0.3;
  z-index: 99;
  position: relative;
  margin-top: -5px;
  color: gray;
  padding: 2px;
  /* @todo investigate why we can't use font-weight properly */
  /* if font-weight is included, then the pdf export browser will render */
  /* the banner with @media=screen configuration rather than @media=print */
  /* Why is this happening!!!?!?! */
  /* font-weight: 700;*/
}

.ql-editor,
.ql-editor[contenteditable]:focus {
  background: transparent;
  border: 0 solid transparent;
  margin: 0;
  padding: 0;
}
.ql-editor:empty:after {
  content: 'Click to edit text...';
}
.ql-editor:empty:focus:after {
  content: '';
}
/* Clear out defaults */
.ql-container {
  font-family: inherit;
  font-size: inherit;
  height: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
  position: inherit;
  overflow-x: inherit;
  overflow-y: inherit;
  /********************************************************
	*  URGENT  *********************************************
	 ********************************************************
	*  Changes made to these styles will change the layout
	*  of customers reports
	 ********************************************************
	 ******************************************************** */
}
.ql-container p {
  margin: 0;
}
.ql-container ul,
.ql-container ol {
  margin: 8px 0;
  padding-left: 40px;
}
.ql-container h1,
.ql-container h2,
.ql-container h3,
.ql-container h4,
.ql-container h5,
.ql-container h6 {
  font-weight: normal;
}
.ql-container .ql-class-footnote {
  font-size: 8pt;
  color: #737373;
}
.ql-container .ql-class-footnote,
.ql-container .ql-class-footnote * {
  font-family: times, "Times Roman", "Times New Roman", TimesNewRoman, serif;
}
.ql-container .ql-font-times,
.ql-container .ql-font-times * {
  font-family: times, "Times Roman", "Times New Roman", TimesNewRoman, serif;
}
.ql-container .ql-font-arial,
.ql-container .ql-font-arial * {
  font-family: arial, helvetica, sans-serif;
}
.ql-container .ql-font-georgia,
.ql-container .ql-font-georgia * {
  font-family: georgia, times, serif;
}
.ql-container .ql-font-helvetica,
.ql-container .ql-font-helvetica * {
  font-family: helvetica, arial, sans-serif;
}
.ql-container .ql-font-times_new_roman,
.ql-container .ql-font-times_new_roman * {
  font-family: "Times New Roman", TimesNewRoman, times, "Times Roman", serif;
}
.ql-container .ql-font-verdana,
.ql-container .ql-font-verdana * {
  font-family: verdana, Geneva, arial, helvetica, sans-serif;
}
.ql-container .ql-font-courier,
.ql-container .ql-font-courier * {
  font-family: courier, monospace;
}
.ql-container .ql-font-courier_new,
.ql-container .ql-font-courier_new * {
  font-family: "courier new", courier, monospace;
}
.ql-container .piped-text-highlight {
  background-color: #D1E1ED;
  border-radius: 5px;
  user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  padding: 0px 1px;
}
.ql-container .piped-text-highlight.failed-fetch {
  background-color: #D13A34;
}
.ql-container.disable-highlight .piped-text-highlight {
  background-color: transparent;
}
.ql-container.disable-highlight .piped-text-highlight.failed-fetch {
  background-color: #D13A34;
}
.ql-container .pt-tooltip {
  display: none;
  pointer-events: auto;
  user-select: none;
}
.ql-container .pt-tooltip .pt-dropdown {
  position: relative;
  top: 5px;
  margin-left: 5px;
  margin-right: -10px;
  margin-top: -10px;
}
.hyperlink-highlight {
  border-radius: 5px;
  user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  padding: 0px 1px;
  pointer-events: all;
}
/* Styles for piped text tooltip */
.tooltip-inner {
  max-width: 400px;
}

.hyperlinks-modal .modal-body input {
  width: 100%;
}

.pr-report {
  position: relative;
  overflow: hidden;
  padding: 0 286px 0 0;
  background: #F9F9F9;
}
.public-report .pr-report {
  pointer-events: none;
  padding: 0;
}
.public-report .pr-report .table-text a {
  pointer-events: all;
}

.email-list-textarea {
  resize: vertical;
  min-height: 36px;
  width: 100%;
}
.email-list-textarea.ng-invalid:not(.ng-pristine) {
  border-color: #d13a34;
}

#schedule-email-text-editor {
  text-align: left !important;
  width: 540px;
  height: 125px;
}
#schedule-email-text-editor .ql-editor {
  padding: 15px;
}
#schedule-email-text-editor-toolbar .ql-picker-item[data-value="12px"] {
  font-size: 12px;
}
#schedule-email-text-editor-toolbar .ql-picker-item[data-value="16px"] {
  font-size: 16px;
}
#schedule-email-text-editor-toolbar .ql-picker-item[data-value="20px"] {
  font-size: 20px;
}

.schedule-email-modal .modal-header .icon {
  line-height: 37px;
  height: 37px;
  font-size: 18pt;
  margin-right: 8px;
}
.schedule-email-modal .modal-header .modal-title {
  vertical-align: top;
}
.schedule-email-modal .scheduled-emails-container-wrapper {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 438px;
  vertical-align: top;
  overflow-y: auto;
}
.schedule-email-modal .scheduled-emails-container-wrapper .no-scheduled-emails {
  color: #007ac0;
  position: absolute;
  top: 50%;
  width: 299px;
  padding: 0px 25px;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-emails-label {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px;
  background-color: #f7f7f7;
  width: 299px;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-emails {
  width: 299px;
  overflow: auto;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-email {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: 10px 25px;
  word-wrap: break-word;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-email:hover {
  background-color: #F7F7F7;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-email .unsaved-error-icon {
  font-size: 18px;
  vertical-align: top;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-email.selected-email {
  background-color: #007AC0;
  color: #FFFFFF;
}
.schedule-email-modal .scheduled-emails-container-wrapper .scheduled-email.selected-email:hover {
  background-color: #007AC0;
}
.schedule-email-modal .selected-email-container-wrapper {
  border-left: 1px solid #ccc;
  margin-left: 300px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form {
  min-width: 635px;
  min-height: 375px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .disabled textarea,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .disabled input,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .disabled .ql-toolbar,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .disabled #schedule-email-text-editor {
  color: #999;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .form-input-group {
  margin-top: 15px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-label {
  display: table-cell;
  vertical-align: middle;
  min-width: 95px;
  text-align: right;
  padding-right: 15px;
  cursor: default;
  overflow-wrap: break-word;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input {
  display: table-cell;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-email-half-width {
  display: inline-block;
  width: 265px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-email-recipients-option {
  position: relative;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-frequency-time {
  width: 130px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-frequency-time-zone {
  width: 130px;
  display: inline-block;
  text-align: center;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input #schedule-email-from-name-input,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-frequency-date {
  margin-right: 6px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-frequency-date:hover {
  border-color: #c6c6c6;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-input .schedule-language-picker:hover {
  border-color: #c6c6c6;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-inputs {
  display: table-cell;
  width: 265px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .from-option {
  padding-bottom: 6px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .from-option-label {
  display: block;
  font-size: 14px;
  color: #b8b9be;
  margin-bottom: 0;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .from-option-label .icon {
  bottom: -3px;
  color: black;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .from-option-input {
  width: 100%;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-from-option {
  display: inline-block;
  position: relative;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-from-option #from-email-input {
  padding-right: 25px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-frequency-date:not(.ng-empty) {
  color: #222222;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker:not(.ng-empty) {
  color: #222222;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-frequency-date {
  vertical-align: middle;
  margin-top: -2px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker {
  vertical-align: middle;
  margin-top: -2px;
  padding: 0 !important;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker .multiple-languages {
  padding: 10px 10px 10px 13px;
  width: 265px;
  height: 36px;
  color: #222222;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker .language-caret {
  float: right;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-full-width,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-full-width textarea {
  width: 540px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-message .ql-toolbar {
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form #schedule-email-text-editor {
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-frequency-date.active:hover,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-frequency-date.active,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker.active:hover,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-language-picker.active,
.schedule-email-modal .selected-email-container-wrapper .schedule-email-form .schedule-email-message.active {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.schedule-email-modal .modal-footer .left-buttons {
  border-right: 1px solid #ccc;
  position: absolute;
  width: 301px;
  height: 69px;
  overflow: auto;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.schedule-email-modal .modal-footer .left-buttons .btn-create-new-email {
  float: left;
  margin-left: 24px;
  margin-top: 16px;
}
.schedule-email-modal .modal-footer .right-buttons {
  margin-left: 300px;
}
.schedule-email-modal .modal-footer .right-buttons .btn-delete-email,
.schedule-email-modal .modal-footer .right-buttons .btn-test-email {
  float: left;
}
.schedule-email-modal .modal-footer .right-buttons .btn-delete-email {
  margin-left: 8px;
}
.send-email-now-modal .email-list-error,
.schedule-email-modal .email-list-error {
  position: absolute;
  top: 5px;
  right: 0px;
}
.send-email-now-modal .send-email-to-form-container {
  position: relative;
}

pr-single-widget .pr-widget-body {
  position: relative;
}
pr-single-widget .TABLE,
pr-single-widget .TEXT {
  height: auto !important;
}
pr-single-widget .TABLE .pr-widget-wrapper .pr-widget-body,
pr-single-widget .TEXT .pr-widget-wrapper .pr-widget-body {
  position: relative;
}


.pr-text-styles td {
  padding-bottom: 15px;
}
.pr-text-styles td:first-child {
  width: 40%;
  padding-right: 8px;
}
.pr-text-styles .font-menu .btn {
  width: 90px;
}
.pr-text-styles .size-menu .btn {
  width: 56px;
}

.display-logic-modal-body .sidebar-section .side-bar-info-text {
  margin: 10px 0 10px 15px;
  color: #A4A4A4;
}
.display-logic-modal-body .display-logic-preview .action-and-item {
  margin-bottom: 10px;
}
.display-logic-modal-body .display-logic-preview .action-and-item .action-options {
  width: 130px;
}
.display-logic-modal-body .display-logic-preview .action-and-item .item-options {
  min-width: 175px;
  max-width: 200px;
}
.display-logic-modal-body .display-logic-preview .preview-info-text {
  margin: 12px 0 12px 1px;
  color: #A4A4A4;
}
.no-display-logic-view {
  display: table;
  width: 100%;
  text-align: center;
}
.no-display-logic-view .display-logic-table-cell-aligned {
  display: table-cell;
  vertical-align: middle;
}
.no-display-logic-view .display-logic-table-cell-aligned .no-display-logic-text {
  margin-bottom: 8px;
  color: #A4A4A4;
}

.rater-single-display-logic {
  margin-top: -13px;
}
.rater-single-display-logic .form-input-group {
  display: table-cell;
}
.rater-single-display-logic .form-input-group .display-logic-menu-selector {
  display: inline-block;
  top: 13px;
}
.rater-single-display-logic .form-input-group .display-logic-menu-selector.rater-options {
  min-width: 175px;
  max-width: 200px;
}
.rater-single-display-logic .form-input-group .display-logic-menu-selector.operator-options {
  width: 165px;
}
.rater-single-display-logic .form-input-group .response-count-threshold {
  display: inline-block;
}
.rater-single-display-logic .form-input-group .text-info {
  display: inline-block;
}
.rater-single-display-logic .form-input-group .text-info.has-text {
  margin-left: 3px;
  margin-right: 3px;
}
.rater-single-display-logic .form-input-group .text-info.responses-text {
  margin-left: 5px;
  margin-right: 5px;
}

.pr-toc {
  position: absolute;
  top: 84px;
  left: 0;
  bottom: 0;
  width: 0;
  padding: 12px 0 80px;
  overflow: auto;
  overflow-x: hidden;
  background: #F9F9F9;
  border-right: 1px solid #D7D7D7;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.show-toc .pr-toc {
  width: 0;
}
.pr-toc-container {
  position: relative;
  float: right;
  margin: 0;
  padding: 12px 0 12px 40px;
  opacity: 1;
  width: 0;
  max-height: 240px;
  -webkit-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
  -moz-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
  -ms-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
  -o-transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
  transition: opacity 0.4s, max-height 0.4s, margin 0.4s;
}
.pr-toc-container.selected .pr-toc-page {
  border: 1px solid #0B6ED0;
  box-shadow: 0 1px 6px rgba(0, 122, 192, 0.4);
}
.pr-toc-container.removed {
  max-height: 0;
  opacity: 0;
  margin: 0 0 -24px;
}
.pr-toc-container.show-page-break {
  border-top: 1px dashed #D7D7D7;
}
.pr-toc-container .moving {
  display: none;
}
.pr-toc-control {
  position: absolute;
  display: table;
  top: 14px;
  left: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.pr-toc-control .pr-toc-number {
  opacity: 1;
}
.pr-toc-control .pr-toc-number {
  -webkit-transition: opacity 0.2s, transform 0.2s;
  -moz-transition: opacity 0.2s, transform 0.2s;
  -ms-transition: opacity 0.2s, transform 0.2s;
  -o-transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.pr-toc-number {
  display: table-cell;
  text-align: center;
  font-size: 12px;
  font-color: #222222;
  vertical-align: middle;
  opacity: 1;
}
.pr-toc-page {
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 5px -2px #000;
}
.pr-toc-page.active,
.pr-toc-page:hover {
  border: 1px solid #0B6ED0;
  box-shadow: 0 1px 6px rgba(0, 122, 192, 0.4);
}
.pr-toc-page .pr-page {
  margin: 0;
  z-index: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
}
.pr-toc-page .pr-page-margins {
  display: none;
}
.pr-toc-page:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.pr-toc-page {
  width: 148px;
}
.letter .pr-toc-page {
  height: 191.52941176px;
}
.letter .pr-toc-page .pr-page {
  -webkit-transform: scale(0.18137255);
  -moz-transform: scale(0.18137255);
  -ms-transform: scale(0.18137255);
  -o-transform: scale(0.18137255);
}
.letter.horizontal .pr-toc-page {
  height: 114.36363636px;
}
.letter.horizontal .pr-toc-page .pr-page {
  -webkit-transform: scale(0.14015152);
  -moz-transform: scale(0.14015152);
  -ms-transform: scale(0.14015152);
  -o-transform: scale(0.14015152);
}
.legal .pr-toc-page {
  height: 243.76470588px;
}
.legal .pr-toc-page .pr-page {
  -webkit-transform: scale(0.18137255);
  -moz-transform: scale(0.18137255);
  -ms-transform: scale(0.18137255);
  -o-transform: scale(0.18137255);
}
.legal.horizontal .pr-toc-page {
  height: 89.85714286px;
}
.legal.horizontal .pr-toc-page .pr-page {
  -webkit-transform: scale(0.11011905);
  -moz-transform: scale(0.11011905);
  -ms-transform: scale(0.11011905);
  -o-transform: scale(0.11011905);
}
.a4 .pr-toc-page {
  height: 209.29292929px;
}
.a4 .pr-toc-page .pr-page {
  -webkit-transform: scale(0.18686869);
  -moz-transform: scale(0.18686869);
  -ms-transform: scale(0.18686869);
  -o-transform: scale(0.18686869);
}
.a4.horizontal .pr-toc-page {
  height: 104.65714286px;
}
.a4.horizontal .pr-toc-page .pr-page {
  -webkit-transform: scale(0.13214286);
  -moz-transform: scale(0.13214286);
  -ms-transform: scale(0.13214286);
  -o-transform: scale(0.13214286);
}
.b4 .pr-toc-page {
  height: 208.20338983px;
}
.b4 .pr-toc-page .pr-page {
  -webkit-transform: scale(0.15677966);
  -moz-transform: scale(0.15677966);
  -ms-transform: scale(0.15677966);
  -o-transform: scale(0.15677966);
}
.b4.horizontal .pr-toc-page {
  height: 105.20481928px;
}
.b4.horizontal .pr-toc-page .pr-page {
  -webkit-transform: scale(0.11144578);
  -moz-transform: scale(0.11144578);
  -ms-transform: scale(0.11144578);
  -o-transform: scale(0.11144578);
}
.fullscreen .pr-toc-page {
  height: 111px;
}
.fullscreen .pr-toc-page .pr-page {
  -webkit-transform: scale(0.15416667);
  -moz-transform: scale(0.15416667);
  -ms-transform: scale(0.15416667);
  -o-transform: scale(0.15416667);
}
.fullscreen.vertical .pr-toc-page {
  height: 197.33333333px;
}
.fullscreen.vertical .pr-toc-page .pr-page {
  -webkit-transform: scale(0.20555556);
  -moz-transform: scale(0.20555556);
  -ms-transform: scale(0.20555556);
  -o-transform: scale(0.20555556);
}
.widescreen1 .pr-toc-page {
  height: 83.25px;
}
.widescreen1 .pr-toc-page .pr-page {
  -webkit-transform: scale(0.115625);
  -moz-transform: scale(0.115625);
  -ms-transform: scale(0.115625);
  -o-transform: scale(0.115625);
}
.widescreen1.vertical .pr-toc-page {
  height: 263.11111111px;
}
.widescreen1.vertical .pr-toc-page .pr-page {
  -webkit-transform: scale(0.20555556);
  -moz-transform: scale(0.20555556);
  -ms-transform: scale(0.20555556);
  -o-transform: scale(0.20555556);
}
.widescreen2 .pr-toc-page {
  height: 92.5px;
}
.widescreen2 .pr-toc-page .pr-page {
  -webkit-transform: scale(0.15416667);
  -moz-transform: scale(0.15416667);
  -ms-transform: scale(0.15416667);
  -o-transform: scale(0.15416667);
}
.widescreen2.vertical .pr-toc-page {
  height: 236.8px;
}
.widescreen2.vertical .pr-toc-page .pr-page {
  -webkit-transform: scale(0.24666667);
  -moz-transform: scale(0.24666667);
  -ms-transform: scale(0.24666667);
  -o-transform: scale(0.24666667);
}

.pr-tb-add-widget-buttons {
  margin: 0 -2px;
}
.pr-tb-add-widget-buttons .btn {
  position: relative;
  margin: 0 2px;
}
.pr-tb-add-widget-buttons .other-widget-btn {
  padding-right: 8px;
  margin-left: -1px;
}

.ee-export-modal .button {
  margin: 0 20px;
}
.ee-export-modal .message {
  max-width: 500px;
  margin: 20px 0;
  color: #737373;
}

.pr-language-dropdown .public-dropdown {
  width: 100%;
  text-align: right;
}

.pr-public-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: auto;
  width: 85px;
  z-index: 2;
  background: #FFF;
  border-right: 1px solid #C6C6C6;
}
.fixed .pr-public-toolbar {
  -webkit-box-shadow: 0 0 6px -3px #000;
  -moz-box-shadow: 0 0 6px -3px #000;
  -o-box-shadow: 0 0 6px -3px #000;
  box-shadow: 0 0 6px -3px #000;
  position: fixed;
}
.pr-ptb-center .pr-ptb-btn-group {
  display: inline;
  float: left;
}
.pr-ptb-btn-group {
  height: 42px;
  padding: 8px;
  width: 85px;
  border-bottom: 1px solid #C6C6C6;
  text-align: center;
}

.pr-response-count {
  padding: 3px 8px;
}

.pr-toolbar {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 42px;
  padding: 0 8px;
  z-index: 2;
  background: #F9F9F9;
  border-bottom: 1px solid #D7D7D7;
  opacity: 1 !important;
}
.fixed .pr-toolbar {
  -webkit-box-shadow: 0 0 6px -3px #000;
  -moz-box-shadow: 0 0 6px -3px #000;
  -o-box-shadow: 0 0 6px -3px #000;
  box-shadow: 0 0 6px -3px #000;
}
.pr-tb-center {
  display: inline;
}
.pr-tb-center .pr-tb-btn-group {
  display: inline;
  float: left;
}
.pr-tb-left {
  display: inline;
}
.pr-tb-left .pr-tb-btn-group {
  float: left;
}
.pr-tb-right {
  display: inline;
}
.pr-tb-right .pr-tb-btn-group {
  float: right;
}
.pr-tb-btn-group {
  height: 42px;
  padding: 8px;
}
.pr-tb-left .pr-tb-btn-group {
  border-right: 1px solid #C6C6C6;
}
.pr-tb-right .pr-tb-btn-group {
  border-left: 1px solid #C6C6C6;
}
.pr-tb-search-input {
  position: relative;
}
.pr-tb-search-input i {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #C6C6C6;
}
.pr-tb-search-input input {
  padding-left: 24px;
}

.pr-undo-btn .icon,
.pr-redo-btn .icon {
  position: relative;
}
.pr-undo-btn .icon {
  left: 4px;
  transform: rotate(-45deg);
}
.pr-redo-btn .icon {
  left: -4px;
  transform: rotate(45deg) scaleX(-1);
}

.pr-widget-toolbar-options {
  /* Around 950px we don't have enough space to show the txt format options
	 *	these CSS changes will buy us some space until 860
	 */
  /* this gets us from 860 to 802 */
}
.pr-widget-toolbar-options .btn {
  background-color: transparent;
}
.pr-widget-toolbar-options .header-menu .btn {
  width: 85px;
}
.pr-widget-toolbar-options .font-menu .btn {
  width: 95px;
}
.pr-widget-toolbar-options .size-menu .btn {
  width: 50px;
}
.pr-widget-toolbar-options .piped-text-menu {
  float: right;
  margin-left: 4px;
  margin-right: -4px;
}
.pr-widget-toolbar-options .txt-format-divider {
  display: inline-block;
  border-left: 1px solid #C6C6C6;
  margin: -14px 0px;
  height: 42px;
}
@media (max-width: 950px) {
  .pr-widget-toolbar-options .header-menu .btn {
    width: 60px;
  }
  .pr-widget-toolbar-options .font-menu .btn {
    width: 60px;
  }
  .pr-widget-toolbar-options .txt-format-divider {
    display: none;
  }
}
@media (max-width: 865px) {
  .pr-widget-toolbar-options .btn-sm:not(.btn-select) {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.pr-zoom-window {
  position: relative;
  left: 50%;
}
.pr-zoom-content {
  position: relative;
  left: -50%;
  transform-origin: 0 0 0;
}

div[class*='resize-handle'] {
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div[class*='resize-handle']:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #1876F5;
  background: #FFF;
}
.resize-handle-nw {
  top: -8px;
  left: -8px;
  cursor: nw-resize;
}
.resize-handle-n {
  top: -8px;
  left: 50%;
  margin-left: -8px;
  cursor: n-resize;
}
.resize-handle-ne {
  top: -8px;
  right: -8px;
  cursor: ne-resize;
}
.resize-handle-e {
  top: 50%;
  right: -8px;
  margin-top: -8px;
  cursor: e-resize;
}
.resize-handle-se {
  right: -8px;
  bottom: -8px;
  cursor: se-resize;
}
.resize-handle-s {
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  cursor: s-resize;
}
.resize-handle-sw {
  bottom: -8px;
  left: -8px;
  cursor: sw-resize;
}
.resize-handle-w {
  left: -8px;
  top: 50%;
  margin-top: -8px;
  cursor: w-resize;
}
.item-selector {
  position: fixed;
  background: rgba(24, 118, 245, 0.25);
  opacity: 0.5;
  border: 1px solid #1876F5;
}
.item-resizer {
  position: absolute;
  pointer-events: none;
}
.item-resizer:after {
  content: '';
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  left: -1px;
  border: 1px solid #1876F5;
}
.item-resizer div[class|='resize-handle'] {
  display: block;
  pointer-events: all;
}
.item-resizer.x-only div[class^='resize-handle-n'],
.item-resizer.x-only div[class^='resize-handle-s'] {
  display: none;
}
.item-resizer.y-only div[data-resize-handle-dir$='e'],
.item-resizer.y-only div[data-resize-handle-dir$='w'] {
  display: none;
}

.pr-widget-count-warning-banner {
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  height: 36px;
  z-index: 2;
  background-color: #FFFFFF;
  border: 1px solid #FB9C00;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
  margin: 20px 350px 0 350px;
}
.pr-widget-count-warning-banner .container {
  vertical-align: middle;
  display: inline-block;
  font-size: 14px;
  top: 10px;
  margin-top: -8px;
  overflow: wrap;
}
.pr-widget-count-warning-banner .text {
  font-family: QualtricsGrotesque-SemiBold;
  padding: 9px 0px;
}
.pr-widget-count-warning-banner .icon {
  color: #FB9C00;
  top: 5px;
}
.fixed .pr-widget-count-warning-banner {
  position: fixed;
  -webkit-box-shadow: 0 0 6px -3px #000;
  -moz-box-shadow: 0 0 6px -3px #000;
  -o-box-shadow: 0 0 6px -3px #000;
  box-shadow: 0 0 6px -3px #000;
}

/*
 * Most styles are actually implemented in the associated transformers (eg core.less)
 */
pr-widget {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.public-report pr-widget {
  cursor: default;
}
pr-widget * {
  cursor: inherit !important;
}
.inheritCursor * {
  cursor: inherit !important;
}
.cursor-default {
  cursor: default;
}
.cursor-default * {
  cursor: inherit !important;
}
.cursor-grab {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.public-report .cursor-grab {
  cursor: default;
}
.cursor-grab * {
  cursor: inherit !important;
}
.cursor-grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.cursor-grabbing * {
  cursor: inherit !important;
}
.cursor-text {
  cursor: text;
}
.cursor-text * {
  cursor: inherit !important;
}
.cursor-resizing * {
  cursor: inherit !important;
}

/*
 * Animate both the widget and the resizer when widgets fit their final locations
 */
.animate pr-widget {
  opacity: 1;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.item-resizer {
  -webkit-transition: opacity 0.05s;
  -moz-transition: opacity 0.05s;
  -ms-transition: opacity 0.05s;
  -o-transition: opacity 0.05s;
  transition: opacity 0.05s;
}
.animate .item-resizer {
  opacity: 0;
}
.insert-border:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #0B6ED0;
}
.insert-border:after.border-after {
  top: auto;
  bottom: -5px;
}
widget-insert {
  position: absolute;
  display: block;
  border: 2px solid #0B6ED0;
  transition: top 0.2s, left 0.2s;
}
.widget-moving .item-resizer,
.widget-moving .top-buttons,
.widget-moving .bottom-buttons {
  visibility: hidden;
}
.widget-moving pr-widget.active:not(.moving) {
  opacity: 0;
}
.widget-moving pr-widget.moving {
  background-color: #FFF;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
}

pr-floating-container {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.hidden-renderer {
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
/*
ng-view {
	visibility: hidden;
}

.hidden-renderer {
	overflow: visible;
	position: absolute;
	top: 0;

    .pr-widget-chunk {
		position: relative;
		left: 110%;
		top: -5091px;
		border-bottom: 1px solid #333;
	}
}
*/

pr-widget pr-insert-widget-button .btn {
  cursor: pointer !important;
}
pr-widget pr-insert-widget-button .insert-widget-button-wrapper {
  display: inline-block;
}
pr-widget .top-buttons pr-insert-widget-button {
  float: left;
}
pr-widget .top-buttons pr-insert-widget-button .btn {
  border-radius: 14px 0 0 14px;
}
pr-widget .bottom-buttons pr-insert-widget-button .btn {
  border-radius: 14px;
}

/*
 * NOTE: don't use class `pr-widget` and Ad Blocker will hide it
 */
.widget-padding:not(.TEXT):not(.TABLE) {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}
.widget-padding.TEXT,
.widget-padding.TABLE {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}
/**
 * Public Report
 */
.show-outlines .public-report .widget-padding {
  outline: none;
}
.show-outlines .widget-padding {
  outline: 1px solid #E8E8E8;
  outline-color: rgba(0, 0, 0, 0.1);
}
pr-widget {
  position: absolute;
}
pr-widget:not(.selected):not(.active) {
  -webkit-transition: top 0.1s linear, left 0.1s linear;
  -moz-transition: top 0.1s linear, left 0.1s linear;
  -ms-transition: top 0.1s linear, left 0.1s linear;
  -o-transition: top 0.1s linear, left 0.1s linear;
  transition: top 0.1s linear, left 0.1s linear;
}
pr-widget.active,
pr-widget.selected {
  z-index: 1;
}
pr-widget.active .widget-padding,
pr-widget.selected .widget-padding {
  outline: 1px solid #0B6ED0;
}
pr-widget.active .pr-widget-wrapper,
pr-widget.selected .pr-widget-wrapper {
  outline: 1px dashed #0B6ED0;
}
pr-widget .top-buttons {
  top: -34px;
}
pr-widget .bottom-buttons {
  bottom: -7px;
}
pr-widget .top-buttons,
pr-widget .bottom-buttons {
  display: none;
  position: absolute;
  left: 50%;
}
pr-widget .top-buttons .inner-buttons,
pr-widget .bottom-buttons .inner-buttons {
  height: 0px;
  margin-left: -50%;
  white-space: nowrap;
}
pr-widget.selected .top-buttons,
pr-widget.selected .bottom-buttons {
  display: block;
}
pr-widget .conditional-display-indicator .icon {
  cursor: pointer !important;
  z-index: 2;
  float: right;
}
pr-widget .conditional-display-indicator .icon.hide-in-public {
  color: #D13A34;
}
pr-text-body.fixed {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.multiple-selected pr-widget.selected .top-buttons,
.multiple-selected pr-widget.selected .bottom-buttons {
  display: none;
}
.simple-table tbody tr:hover th,
.simple-table tbody tr:hover td {
  background: transparent;
}
.pr-widget-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 16px;
}
.pr-widget-wrapper .pr-hidden-widget,
.pr-widget-wrapper .pr-widget-body,
.pr-widget-wrapper pr-spacer-body {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pr-widget-wrapper pr-text-body .pr-widget-chunk,
.pr-widget-wrapper pr-table-body .pr-widget-chunk,
.pr-widget-wrapper pr-text-body .pr-widget-body,
.pr-widget-wrapper pr-table-body .pr-widget-body {
  position: relative;
  min-height: 16px;
}
.pr-widget-wrapper .widget-indicator {
  background: #E8E8E8;
  height: 100%;
  position: relative;
  min-height: 30px;
}
/*
 * Only hide the content on the page, not in the TOC
 */
.pr-pages .pr-widget-wrapper .hidden-content {
  opacity: 0;
}
pr-widget-shadow {
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: top 0.1s linear, left 0.1s linear, width 0.1s linear, height 0.1s linear;
  -moz-transition: top 0.1s linear, left 0.1s linear, width 0.1s linear, height 0.1s linear;
  -ms-transition: top 0.1s linear, left 0.1s linear, width 0.1s linear, height 0.1s linear;
  -o-transition: top 0.1s linear, left 0.1s linear, width 0.1s linear, height 0.1s linear;
  transition: top 0.1s linear, left 0.1s linear, width 0.1s linear, height 0.1s linear;
}
.pr-hidden-widget .spinner {
  display: none;
}
.simple-table th {
  font-weight: 200;
}
.simple-table th,
.simple-table td {
  padding: 8px;
}
.simple-table:not(.records-table) tr th:first-child,
.simple-table:not(.records-table) tr td:first-child {
  padding-left: 0px !important;
}
.simple-table:not(.records-table) tr th:last-child,
.simple-table:not(.records-table) tr td:last-child {
  padding-right: 0px !important;
}
.eng-grid .single-grid-table {
  padding-top: 0px !important;
}

pr-widget .top-buttons pr-widget-actions-button {
  margin-left: -5px;
}
pr-widget .top-buttons pr-widget-actions-button .btn {
  border-radius: 0 14px 14px 0;
  cursor: pointer !important;
}

.pr-widget-error {
  /* Set to match the format of misconfigured widgets */
  height: 100%;
  color: #C6C6C6;
  background: #F9F9F9;
}
.pr-widget-error .alert-horizontal {
  display: table;
  width: 100%;
  height: 100%;
}
.pr-widget-error .alert-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

body {
  margin: 0;
  padding: 0;
}
body .qmenu {
  max-height: 75vh !important;
}
ul {
  margin: 0;
  padding: 0;
}
.link {
  color: #428bca;
}
.link:hover {
  cursor: pointer;
  color: #2a6496;
  text-decoration: underline;
}
/* This is a hack so that safari does not jump to the top of the page when a user opens a searchable dropdown menu */
.safari .qmenu .search-box .form-control {
  width: auto !important;
}

.form-group > label {
  display: block;
  color: #737373;
  font-weight: 300;
}
.form-group > label[disabled] {
  color: #D7D7D7;
}
.btn.btn-tall {
  height: auto;
  white-space: normal;
  line-height: 17px;
}

/* list should not have margin or padding */
ul,
ol {
  margin: 0;
  padding: 0;
}
/* Drag Handle for sorting */
.drag-handle {
  position: absolute;
  top: 7px;
  left: 0;
  display: none;
  border-top: 5px double #CCC;
  border-bottom: 5px double #CCC;
  width: 10px;
  height: 11px;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.folder-menu-label {
  position: absolute;
  top: 5px;
  left: 5px;
}

.pr-inline-quill-header {
  height: auto !important;
}
pr-widget.selected .pr-inline-quill-header:hover {
  background: #E8E8E8;
}
.text-edit-mode pr-widget.selected .pr-inline-quill-header:hover {
  background: inherit;
}
.text-edit-mode .pr-inline-quill-header {
  cursor: text !important;
}
.text-edit-mode pr-widget:not(.selected),
.text-edit-mode pr-widget.selected .view-body {
  opacity: 0.4;
}
.text-edit-mode .item-resizer [class^='resize-handle'] {
  display: none !important;
}
.text-edit-mode pr-widget.active .pr-widget-wrapper,
.text-edit-mode pr-widget.selected .pr-widget-wrapper {
  outline: none;
}




/*************************************
 *
 * Use @import (reference) "default"
 * in your less file to take advantage
 * of great plugins and mixins!
 *
 *************************************/


/*# sourceMappingURL=8837.printed-reports.2febe964652123eaf905.css.map*/