/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
:root {
    --height-above-widget-list: 272px;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: 2px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  background: #FFF;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
}
h1,
h2,
h3 {
  font-family: "Source Sans Pro", serif;
}
a {
  color: #1f394d;
}
button:disabled {
  cursor: not-allowed;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.928571rem;
  min-width: 64px;
  height: 32px;
  outline: none;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn[disabled],
.btn[disabled]:hover {
  opacity: .5;
}
.btn-sm {
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 5px;
}
.btn:hover,
.btn.selected {
  background: #3c6f96;
}
.btn-delete {
  background-color: #A00 !important;
  color: white !important;
  border: none !important;
}
.btn-delete:hover {
  background-color: #dc3545 !important;
  color: white !important;
  border: none !important;
}
.btn-create-dashboard,
.btn-upload-file {
  cursor: pointer;
}
.btn-raised {
  background-color: #1f394d;
  color: #ffffff;
  border: none;
}
.btn-raised:hover {
  background-color: #98a4ad;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outlined {
  background-color: white;
  color: #1f394d;
  outline: 0px;
  padding: 3px 9px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(31, 57, 77, 0.5);
  border-image: initial;
}
.btn-outlined:hover {
  background-color: #ffffff;
  color: #98a4ad;
  border-color: #98a4ad;
}
.btn-view-publish {
  display: none;
}
.fileUpload {
  margin-bottom: 20px;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.header .logo-title,
.footer .logo-title {
  margin-top: 7px;
}
.header .powered-by,
.footer .powered-by {
  font-size: 10px;
  font-style: italic;
  margin-top: -2px;
}
.header {
  height: 65px;
  background-color: #eaedf0;
  border-top: 2px solid #eaedf0;
  border-bottom: 2px solid #ccd4db;
}
.header .header-inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}
.header .header-block {
  display: inline-block;
}
.header .logout-block {
  position: absolute;
  right: 0;
}
.header .logo {
  float: left;
  height: 36px;
  width: 136px;
  padding-right: 10px;
}
.header #aaLink {
  float: right;
}
.header .logoutPanel {
  float: right;
  margin-left: 36px;
  margin-top: 12px;
  margin-right: 8px;
}
.header h1 {
  float: left;
  color: #1f394d;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  margin: 0 10px;
  padding: 0;
}
.footer {
  height: 65px;
  background-color: #eaedf0;
  border-top: 2px solid #ccd4db;
  border-bottom: 2px solid #eaedf0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  left: 0;
}
.footer .footer-inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
}
.footer .logo {
  float: left;
  height: 36px;
  width: auto;
  padding-right: 10px;
}
.footer h1 {
  float: left;
  color: #1f394d;
  font-size: 16px;
  line-height: 50px;
  font-weight: 400;
  margin: 0 10px;
  padding: 0;
}
.badge {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  background-color: #FAFF9E;
  border-radius: 6px;
  border: 1px solid #FCCC0E;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  height: 12px;
  line-height: 12px;
  min-width: 8px;
  padding: 0 2px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 0px;
  z-index: 1;
}
.shared-user {
  display: inline-block;
  background-color: #eaedf0;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.shared-user .share-name {
  display: inline-block;
}
.shared-user .remove-share {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #B00;
  padding: 0 5px;
}
.shared-dashboard .remove-share {
  display: none;
}
.shared-dashboard .add-users-form {
  display: none;
}
.dashboard-wrapper {
  margin: 20px auto;
  width: 960px;
}
.dashboard-wrapper:before,
.dashboard-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-wrapper:after {
  clear: both;
}
.dashboard-wrapper.editing {
  width: 1160px;
}
.dashboard {
  background: #eaedf0;
  width: 960px;
  position: relative;
  float: left;
}
.dashboard h1 > * {
  vertical-align: middle;
}
.dashboard .form-overlay {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 200;
}
.dashboard .empty-message {
  display: none;
  text-align: center;
  margin-top: 60px;
  float: left;
  width: 100%;
}
.menu-wrapper {
  width: 200px;
  float: left;
  height: 500px;
}
.dataset-result {
  font-size: 12px;
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}
.dataset-result.used {
  font-weight: bold;
}
.side-menu {
  background: #eaedf0;
  width: 180px;
  position: fixed;
  z-index: 100;
  transition: left .25s;
}
.side-menu .list-wrapper {
  position: relative;
}
.side-menu .selectbox {
  width: 160px;
  margin: 0 10px;
}
.side-menu .toggle-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -30px;
  top: 10px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}
.side-menu h3 {
  margin: 10px 0 0 10px;
}
.side-menu ul {
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: calc(100vh - var(--height-above-widget-list));
}
.side-menu li {
  font-size: 12px;
  list-style: none;
  margin: 10px;
  padding: 5px;
  background: #ddd;
  border: 1px solid #666;
  max-width: 150px;
  border-radius: 5px;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.side-menu li:hover {
  background: #ccc;
}
.side-menu li.ui-draggable-disabled,
.side-menu li.ui-draggable-disabled:hover {
  background: #ddd;
  opacity: .5;
  cursor: default;
}
.side-menu p {
  padding: 10px;
  margin: 0;
  font-size: 14px;
  position: relative;
  background: #f0f0f0;
  border-radius: 10px;
}
.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.widget-container {
  min-height: 400px;
}
.gridster .overlay {
  background: rgba(240, 240, 240, 0.8);
  z-index: 99;
  border: 19px dotted #999;
  box-sizing: border-box;
}
.gridster .overlay .message {
  position: fixed;
  width: 722px;
  padding: 100px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #999;
}
.widget-drag-overlay {
  display: none;
  position: absolute;
  z-index: 103;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.dashboard-dates {
  font-size: 12px;
  padding-bottom: 5px;
}
.publish-banner {
  padding: 10px;
  background: #FFF;
  border: 1px solid #666;
}
.publish-banner:before,
.publish-banner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.publish-banner:after {
  clear: both;
}
.publish-banner .banner-message {
  line-height: 26px;
}
.publish-banner .banner-controls {
  float: right;
}
.datasets {
  margin-bottom: 10px;
  max-height: 350px;
  overflow-y: auto;
}
table.dataset,
table.fileInfo {
  font-size: 14px;
  margin-bottom: 20px;
  width: 100%;
}
table.dataset .dataset-name,
table.fileInfo .dataset-name {
  font-weight: bold;
  font-size: 16px;
}
table.dataset .dataset-name a.view-link,
table.fileInfo .dataset-name a.view-link,
table.dataset .dataset-name a.edit-link,
table.fileInfo .dataset-name a.edit-link {
  float: right;
  font-size: 12px;
}
table.dataset .dataset-name .type,
table.fileInfo .dataset-name .type {
  display: inline-block;
  float: left;
}
table.dataset .dataset-name .dataset-change,
table.fileInfo .dataset-name .dataset-change {
  font-size: 12px;
  margin-left: 10px;
  margin-top: -3px;
}
table.dataset th,
table.fileInfo th,
table.dataset td,
table.fileInfo td {
  padding: 5px;
  vertical-align: top;
  border-bottom: 1px solid #d2d2d2;
}
table.dataset th,
table.fileInfo th {
  background-color: #eee;
  width: 150px;
  text-align: right;
}
table.dataset .filter-name,
table.fileInfo .filter-name {
  font-weight: bold;
}
table.dataset .filter-values,
table.fileInfo .filter-values {
  margin-left: 5px;
}
.search-dataset {
  display: inline-table;
  margin: 10px 0 10px 0;
}
.dataset-form {
  padding: 10px;
  background-color: #f0f0f0;
}
.dataset-form h5 {
  margin: 0 0 10px 0;
}
.save-warning .warning-message {
  background: #FFF;
  text-align: center;
  margin: 100px 0 10px;
  padding: 10px;
}
.save-warning .warning-actions {
  text-align: center;
}
.dashboard-form {
  position: relative;
  background: #FFF;
  width: 500px;
  margin: 10px auto 0;
}
.dashboard-form h4 {
  border-bottom: 2px solid #ccc;
  margin: 5px 0;
}
.dashboard-form .sharers {
  margin-bottom: 10px;
  font-size: 14px;
}
.dashboard-form .sharers li {
  background-color: #EAEDF0;
  font-size: 12px;
  padding: 5px;
  margin: 3px;
  border-radius: 5px;
  list-style: none;
  display: inline-block;
}
.dashboard-form .sharers li .remove-share {
  font-weight: 900;
  color: #B00;
  text-decoration: none;
}
.dashboard-form label {
  display: inline-block;
  float: left;
  width: 150px;
  text-align: right;
  margin-right: 10px;
  font-weight: bold;
  font-size: 14px;
}
.dashboard-form .publish-label {
  text-align: left;
}
.dashboard-form .message-label {
  margin-top: 10px;
  text-align: left;
}
.dashboard-form .form-control {
  margin-bottom: 10px;
}
.dashboard-form .form-control:before,
.dashboard-form .form-control:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-form .form-control:after {
  clear: both;
}
.dashboard-form .form-control .select2-search-field {
  background-color: #FFF;
}
.dashboard-form .form-control #dashboard-description {
  width: 306px;
}
.dashboard-form .form-control #widget-description {
  width: 300px;
}
.dashboard-form .form-control #add-share-list {
  width: 484px;
}
.dashboard-form .form-control #add-share-message {
  width: 490px;
}
.dashboard-form .form-control #toggle-personal-message {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
}
.dashboard-form .form-control-actions:before,
.dashboard-form .form-control-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-form .form-control-actions:after {
  clear: both;
}
.dashboard-form .form-control-actions .btn {
  float: right;
  margin-left: 5px;
  font-size: 14px;
  padding: 10px 20px;
}
.dashboard-form .add-share-box {
  border-radius: 4px;
}
.dashboard-form .selectbox,
.dashboard-form .company-select,
.dashboard-form .project-select,
.dashboard-form .dashboard-select,
.dashboard-form .share-list,
.dashboard-form input[type="text"] {
  width: 300px;
  float: left;
}
.dashboard-form .share-select {
  width: 484px;
}
.dashboard-form .dataset-existing-select {
  width: 400px;
  float: left;
}
.dashboard-form .dataset-remove {
  color: #FFF;
  background-color: #dc3545;
  /* Red for delete */
  outline: 0;
  margin: 0 0 0 8px;
  text-decoration: none;
  padding: 3px 9px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(31, 57, 77, 0.5);
  border-image: initial;
}
.dashboard-form select {
  max-width: 306px;
}
.dashboard-form .series-description {
  color: #666;
  font-size: 12px;
  font-style: italic;
  margin-left: 15px;
}
.dashboard-form .series-selection {
  display: none;
  margin-left: 15px;
}
.dashboard-form .series-selection label {
  font-weight: normal;
  font-size: 12px;
}
.dashboard-form .series-option {
  padding: 5px;
  width: 300px;
}
.dashboard-form .series-option:before,
.dashboard-form .series-option:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-form .series-option:after {
  clear: both;
}
.dashboard-form .series-option .label-select {
  margin-top: 5px;
}
.dashboard-form .series-option.selected {
  background-color: #f0f0f0;
}
.dashboard-form .series-option.selected .series-selection {
  display: block;
}
.dashboard-form .series-option.selected .series-description {
  display: none;
}
.dashboard-form .empty-options {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}
.dashboard-form .save-disabled {
  margin-top: 6px;
  margin-bottom: 6px;
  border-color: red;
  border-style: solid;
  border-radius: 6px;
  border-width: 1px;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
}
.dashboard-form .radio-group,
.dashboard-form .checkbox-group {
  float: left;
  width: 340px;
}
.dashboard-form .radio-group label,
.dashboard-form .checkbox-group label {
  text-align: left;
  width: 320px;
  margin-bottom: 5px;
}
.dashboard-form .radio-group.horizontal label,
.dashboard-form .checkbox-group.horizontal label {
  width: 75px;
}
.dashboard-form .radio-group .option-control,
.dashboard-form .checkbox-group .option-control {
  margin: 0 0 10px 20px;
}
.dashboard-form .message-holder {
  background: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.dashboard-form .message-holder .message-text {
  color: #666;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
}
.dashboard-form .form-validation {
  margin-top: 10px;
}
.dashboard-form .class-prefs {
  display: none;
}
.dashboard-form .cloning-message {
  display: none;
  margin: 5px;
}
.form-control-actions-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding: 16px 0 16px 16px;
}
.form-control-actions-container .form-control-actions,
.search-dataset .form-control-actions {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
ul.form-tabs {
  text-align: center;
  display: block;
  padding: 0;
  margin: 20px 0 10px;
}
ul.form-tabs li {
  display: inline-block;
}
ul.form-tabs li a {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  color: #666;
  display: inline-block;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  white-space: nowrap;
}
ul.form-tabs li a.disabled {
  opacity: .5;
  cursor: default;
}
ul.form-tabs li a.disabled:hover {
  border: 1px solid #f0f0f0;
}
ul.form-tabs li a:hover {
  border: 1px solid #666;
}
ul.form-tabs li a.selected,
ul.form-tabs li a.selected:hover {
  background: #f0f0f0;
  color: #333;
  font-weight: bold;
  border: 1px solid #666;
}
#dashboard-sharing-form {
  min-height: 150px;
}
.dashboard-title {
  color: #333;
}
.dashboard-controls {
  margin: 10px;
  position: relative;
}
.dashboard-controls .feedback-link {
  font-size: 12px;
  float: right;
}
.form-actions {
  float: right;
  margin-top: 8px;
  margin-left: 20px;
}
.styled-select {
  font-size: 14px;
  position: relative;
  color: #1f394d;
  margin-right: 10px;
  float: left;
}
.styled-select .select-caret {
  position: absolute;
  right: 4px;
  top: 0;
}
.styled-select .select-text {
  padding-left: 4px;
  padding-right: 17px;
  max-width: 300px;
}
.styled-select.focused {
  background: #ebebeb;
}
.styled-select select {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  width: 100%;
  left: 0;
  z-index: 30;
}
.widget {
  /*float: left;*/
  /*width: 940px;*/
  /*min-height: 262px;*/
  background: #FFF;
  /*margin: 0px 10px 10px;*/
  overflow: hidden;
}
.widget:before,
.widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget:after {
  clear: both;
}
.widget.widget-screenshot-container {
  z-index: -100;
  padding: 10px;
  top: 0;
  left: 0;
}
.widget.widget-screenshot-container .widget-toolbar {
  display: none;
}
.widget.widget-screenshot-container .widget-toolbar img {
  width: 100%;
}
.widget .widget-header {
  padding: 5px 10px 0;
  position: relative;
  z-index: 2;
  height: 38px;
}
.widget .widget-header:before,
.widget .widget-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .widget-header:after {
  clear: both;
}
.widget .widget-title {
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
}
.widget .widget-filter-info {
  display: none;
  margin-right: 10px;
  font-size: 12px;
  color: #666;
}
.widget .chart-header {
  clear: both;
  padding: 5px 10px;
}
.widget .chart-title {
  font-size: 20px;
}
.widget .chart-container #xyz-select-series-div {
  margin-top: 8px;
}
.widget .chart-container .custom-xyz__chart-option {
  margin: 8px 0;
}
.widget .chart-container .loader-helper {
  z-index: 0;
}
.widget .chart-container,
.widget .chart-content {
  height: 236px;
}
.widget .foamtree-container {
  position: relative;
}
.widget .foamtree-container .treeheatmap-legend {
  padding-top: 10px;
}
.widget .foamtree-container .treeheatmap-container {
  top: 40px;
}
.widget[data-sizey="2"] .chart-container,
.widget[data-sizey="2"] .chart-content {
  height: 518px;
}
.widget .widget-title,
.widget .widget-controls,
.widget .widget-filter-info {
  float: left;
  line-height: 21px;
}
.widget .widget-controls.wrapped {
  clear: left;
  margin-top: 5px;
}
.widget .btn-edit {
  position: absolute;
  right: 40px;
  top: 8px;
}
.widget .btn-info,
.widget .remove-info {
  position: absolute;
  right: 80px;
  top: 8px;
}
.widget .description-holder {
  background: #FFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  font-size: 14px;
}
.widget .description-holder .half-width {
  width: 50%;
}
.widget .description-holder .full-width {
  width: 100%;
}
.widget .description-holder .description-text {
  box-sizing: border-box;
  text-align: left;
  color: #666;
  margin-top: 5px;
  height: 80%;
  overflow-y: auto;
  padding: 3px 10px;
  float: left;
}
.widget .description-holder .dataset-config {
  box-sizing: border-box;
  color: #666;
  float: left;
  height: 80%;
  padding: 5px 20px;
  border-left: 2px solid #D4D4D4;
  overflow-y: auto;
}
.widget .description-holder .dataset-config .filters {
  margin: 0px 0px 5px 20px;
  list-style-type: none;
}
.widget .description-holder .dataset-config .title {
  font-weight: 900;
}
.widget .message-holder {
  background: #FFF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.widget .message-holder .message-text {
  color: #666;
  text-align: center;
  font-size: 20px;
  margin-top: 75px;
}
.widget .selectFilter {
  margin-right: 5px;
}
.widget-pie {
  width: 465px;
}
.widget-category-bar {
  min-height: 500px;
}
.widget-category-bar .chart-container,
.widget-category-bar .chart-content {
  height: 518px;
}
.widget-category-bar .message-holder .message-text {
  margin-top: 200px;
}
.widget-toolbar {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 102;
  background-color: var(--Color-Brand-White, #ffffff);
}
.widget-toolbar .widget-toolbar-item {
  background-position: 0 0;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  background-color: var(--Color-Brand-White, #ffffff);
  padding: 0;
  margin: 8px 8px 8px 0;
}
.widget-toolbar .widget-toolbar-item:first-child {
  margin-left: 8px;
}
.widget-toolbar .widget-toolbar-item.disabled:hover {
  cursor: default;
}
.widget-toolbar .widget-toolbar-item:not(.disabled) .material-icons-outlined-div:hover {
  background-color: rgba(59, 136, 180, 0.08);
}
.widget-toolbar .widget-toolbar-item.selected .material-icons-outlined-div {
  background-color: rgba(59, 136, 180, 0.1);
}
.widget-toolbar .widget-toolbar-item.disabled .material-icons-outlined-div {
  border: 1px solid var(--icon-button-disabled-background-color, rgba(33, 33, 33, 0.1));
}
.widget-toolbar .widget-toolbar-item.disabled .material-icons-outlined-div .material-icons-outlined {
  background-color: rgba(33, 33, 33, 0.38);
}
.widget-toolbar .widget-toolbar-item.widget-edit-btn {
  background-position: 0 0;
}
.widget-toolbar .widget-toolbar-item.widget-comment-btn {
  background-position: -30px 0;
}
.widget-toolbar .widget-toolbar-item.widget-info-btn {
  background-position: -60px 0;
}
.widget-toolbar .widget-toolbar-item.widget-export-btn {
  background-position: -90px 0;
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  justify-content: center;
  margin: 0;
  border-radius: var(--CornerRadius-ButtonSmall, 6px);
  border: 1px solid var(--primary-color-light-blue, #3b88b4);
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div .material-icons-outlined {
  width: 16px;
  height: 16px;
  background-color: var(--primary-color-light-blue, #3b88b4);
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div .material-icons-outlined.chat {
  mask: url('/cdx/img/chat.svg') no-repeat center / cover;
  -webkit-mask: url('/cdx/img/chat.svg') no-repeat center / cover;
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div .material-icons-outlined.edit {
  mask: url('/cdx/img/edit.svg') no-repeat center / cover;
  -webkit-mask: url('/cdx/img/edit.svg') no-repeat center / cover;
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div .material-icons-outlined.info {
  mask: url('/cdx/img/info.svg') no-repeat center / cover;
  -webkit-mask: url('/cdx/img/info.svg') no-repeat center / cover;
}
.widget-toolbar .widget-toolbar-item .material-icons-outlined-div .material-icons-outlined.file_download {
  mask: url('/cdx/img/file_download.svg') no-repeat center / cover;
  -webkit-mask: url('/cdx/img/file_download.svg') no-repeat center / cover;
}
.modal-visible {
  overflow: hidden;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2500;
}
.modal .modal-dialog {
  display: flex;
  margin: 30px auto;
  max-width: 1000px;
  min-height: 200px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 5.924px 26.656px 4.443px rgba(0, 0, 0, 0.12), 0px 14.809px 20.733px 1.481px rgba(0, 0, 0, 0.14), 0px 8.885px 8.885px -4.443px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  background: var(--grayscale-color-g25, #fafafa);
  border-radius: var(--border-radius-lg, 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-dialog .modal-divider {
  width: 100%;
  height: 1px;
  background: var(--Color-Greyscale-200, #dedede);
  margin-bottom: 8px;
  margin-top: 4px;
}
.modal .modal-dialog .dialog-title {
  color: var(--primary-color-black, #212121);
  font-family: "Source Sans Pro", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  margin: 0;
}
.modal .modal-dialog .overlay {
  border-radius: 5px;
}
.modal .modal-dialog.dialog-sm {
  width: 500px;
  min-height: 0;
}
.modal .modal-dialog.dialog-med {
  width: 600px;
  min-height: 0;
}
.modal .modal-dialog.loading {
  background: url('/img/loading.gif') no-repeat center #ffffff;
  background-size: 50px 25px;
}
.modal .modal-close {
  color: #333;
  display: block;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  text-decoration: none;
}
.gridview {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 0;
}
.gridview h2 {
  font-size: 18px;
  padding: 0;
}
.gridview h2 .gridview-chart-title {
  font-size: .8em;
  color: #666;
}
.gridview .gridview-header {
  position: absolute;
  top: 50px;
  background-color: #FFF;
  min-height: 72px;
  width: 80%;
  max-width: 1000px;
}
.gridview .gridview-header .gridview-count-header {
  font-size: 12px;
  background-color: #FFF;
  display: block;
  text-align: right;
  padding-bottom: 5px;
}
.gridview .gridview-content {
  height: 334px;
}
.gridview .gridview-content table {
  font-size: 14px;
  width: 100%;
}
.gridview .gridview-content td,
.gridview .gridview-content th {
  text-align: left;
  padding: 5px;
}
.gridview .gridview-content td.col-naturalid {
  width: 180px;
}
.gridview .gridview-content tr:nth-child(even) {
  background-color: #EEE;
}
.modal-divider {
  width: 100%;
  height: 1.5px;
  background: var(--Color-Greyscale-200, #dedede);
}
.dialog-title {
  color: #000;
  font-family: "Source Sans Pro", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  /* 130% */
  margin: 0;
}
.error {
  color: #F00;
}
.error li.err-msg {
  background-color: #FFF;
  list-style: disc;
  padding: 3px;
}
.validation-error {
  border: 1px solid #f00;
}
.companies-wrapper:before,
.projects-wrapper:before,
.datasets-wrapper:before,
.companies-wrapper:after,
.projects-wrapper:after,
.datasets-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.companies-wrapper:after,
.projects-wrapper:after,
.datasets-wrapper:after {
  clear: both;
}
.companies-wrapper.validation-error {
  border: none;
}
.validation-error .select2-container {
  border: 1px solid #f00;
}
.select-company {
  font-size: 10px;
}
.select-company .select-subsidiary-company {
  color: #99AEC9;
  font-style: italic;
}
.select-company .select-company-count {
  float: right;
}
.select-share {
  font-size: 10px;
}
.terms-title {
  margin-top: 8px;
  margin-left: 24px;
}
.terms-body {
  margin-left: 16px;
  margin-top: 4px;
  margin-right: 16px;
  margin-bottom: 4px;
}
.ui-tooltip {
  font-size: 12px;
  background-color: #FEFEFE;
}
.summary-widget-tooltip {
  border: 1px solid #B72828;
}
.dashboard-login-container {
  background: #eaedf0;
  margin: 20px auto;
  width: 470px;
  position: relative;
  border-radius: 10px;
}
.dashboard-login-container:before,
.dashboard-login-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-login-container:after {
  clear: both;
}
.login-title {
  margin-top: 12px;
  margin-left: 20px;
}
.login-label {
  display: inline-block;
  width: 100px;
  margin: 8px;
}
.login-input {
  display: inline-block;
  width: 300px;
}
.login-message {
  display: inline-block;
  width: 186px;
  margin-left: 154px;
  margin-top: 4px;
  color: red;
  font-weight: bold;
}
.login-line {
  margin-left: 20px;
}
.reset-title {
  margin-top: 12px;
  margin-left: 20px;
}
.reset-line {
  margin-left: 20px;
}
.reset-details {
  margin: 20px;
}
.reset-label {
  display: inline-block;
  width: 60px;
  margin: 8px;
}
.reset-input {
  display: inline-block;
  width: 350px;
}
.reset-message {
  display: inline-block;
  width: 186px;
  margin-left: 210px;
  margin-top: 8px;
  margin-bottom: 6px;
  color: red;
  font-weight: bold;
}
.reset-button-container {
  display: block;
  width: 80px;
  margin-left: 386px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.login-button-container {
  display: inline-block;
  width: 80px;
  margin-left: 42px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.login-reset-password-container {
  display: inline-block;
  width: 160px;
  position: absolute;
  left: 4px;
  bottom: 0px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 12px;
}
.dashboard-reset-container {
  background: #eaedf0;
  margin: 20px auto;
  width: 480px;
  position: relative;
  border-radius: 10px;
}
.dashboard-reset-container:before,
.dashboard-reset-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-reset-container:after {
  clear: both;
}
.dashboard-register-title {
  margin-left: 20px;
  margin-top: 12px;
}
.dashboard-register-container {
  background: #eaedf0;
  margin: 20px auto;
  width: 490px;
  position: relative;
  border-radius: 10px;
}
.dashboard-register-container:before,
.dashboard-register-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-register-container:after {
  clear: both;
}
.dashboard-register-message {
  margin-left: 20px;
  color: red;
  font-weight: bold;
}
.dashboard-register-message-details {
  color: red;
  font-weight: normal;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 12px;
  padding: 2px;
}
.dashboard-register-line {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  margin-right: 20px;
}
.dashboard-register-label {
  display: inline-block;
  width: 140px;
}
.dashboard-register-readonly {
  display: inline-block;
  width: 300px;
  background: lightgray;
}
.dashboard-register-input {
  display: inline-block;
  width: 300px;
}
.dashboard-register-button {
  width: 140px;
  margin: 8px;
  margin-left: 326px;
  margin-bottom: 20px;
}
.dashboard-reset-button {
  display: inline-block;
  width: 140px;
  margin-left: -76px;
}
button:disabled {
  cursor: not-allowed;
}
.col-dateFiled {
  width: 90px;
}
#dashboard-file-form .existing-file-list,
#dashboard-file-form #upload-files {
  max-height: 200px;
  overflow-y: auto;
}
#dashboard-file-form .dashboard-file-list {
  max-height: 250px;
  overflow-y: auto;
}
#dashboard-file-form table {
  width: 480px;
}
#dashboard-file-form table tr {
  font-size: 12px;
}
#dashboard-file-form table td {
  padding: 7px 0px;
}
#dashboard-file-form .table-header {
  font-size: 14px;
  background: #F0F0F0;
  text-align: left;
}
#dashboard-file-form .attach-uploaded-file {
  cursor: pointer;
}
#dashboard-file-form .attach-uploaded-file:hover {
  background-color: #D4D4D4;
}
#dashboard-file-form .attach-uploaded-file:hover .add-column {
  visibility: visible;
}
#dashboard-file-form .disabled {
  color: #93979B;
  cursor: text;
}
#dashboard-file-form .add-column-header {
  width: 20px;
}
#dashboard-file-form .add-column {
  color: #2727AB;
  font-size: 18px;
  font-weight: 700;
  visibility: hidden;
  padding: 5px;
}
#dashboard-file-form .files-column {
  width: 200px;
}
#dashboard-file-form .upload-column {
  width: 200px;
}
#dashboard-file-form .download-file {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
#dashboard-file-form .download-file:hover {
  background-color: #D4D4D4;
}
#dashboard-file-form .new-file {
  background-color: #FDFFDD;
}
#dashboard-file-form .remove-file {
  color: #B00;
  cursor: pointer;
  font-weight: bold;
  padding: 0 5px;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 20px;
}
.select-label {
  display: inline-block;
  margin-top: 6px;
}
.info-toggle {
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}
.block-overlay {
  height: inherit;
  width: inherit;
  opacity: .5;
  z-index: 10;
  cursor: not-allowed;
}
.widget-xyz-control {
  text-align: center;
  font-size: 12px;
}
.widget-xyz-control label {
  font-weight: bold;
}
#xyz-select-x,
#xyz-select-y,
#xyz-select-z,
#xyz-select-series {
  margin-right: 15px;
}
#xyz-select-x-option,
#xyz-select-y-option,
#xyz-select-z-option,
#xyz-select-series {
  text-transform: capitalize;
  margin-left: 4px;
  display: inline-block;
}
.gridview h2 .gridview-data-title {
  text-transform: capitalize;
}
.widget-footer {
  position: absolute;
  height: 100%;
  bottom: -527px;
  left: 6px;
  font-size: 12px;
  color: #666;
}
.label-link {
  padding-right: 5px;
  font-size: 75%;
}
.white-label-right-footer {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-raised {
  background-color: #1f394d;
  color: #ffffff;
  border: none;
}
.btn-raised:hover {
  background-color: #98a4ad;
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outlined {
  background-color: transparent;
  color: #1f394d;
  outline: 0px;
  padding: 3px 9px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(31, 57, 77, 0.5);
  border-image: initial;
}
.btn-outlined:hover {
  background-color: #ffffff;
  color: #98a4ad;
  border-color: #98a4ad;
}
.btn-view-publish {
  display: none;
}
#dashboard-sharing-type-form {
  border-bottom: 1px solid #CFCFCF;
}
.form-control-actions-container {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex: 0 0 auto;
  padding: 16px 0 0 16px;
}
.form-control-actions-container .form-control-actions,
.search-dataset .form-control-actions {
  display: flex;
  flex-direction: row;
}
.form-control-actions-container .btn,
.search-dataset .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 0.928571rem;
  min-width: 64px;
  outline: none;
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 10px;
  margin: 0 0 0 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
#logoImage {
  display: block;
  width: 277px;
  height: auto;
  margin: auto;
  padding-left: 97px;
  max-height: 150px;
}
.comment-panel,
.dashboard-comment-panel {
  background-color: #FFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  display: none;
  left: 20px;
  position: absolute;
  top: 100px;
  width: 250px;
  z-index: 200;
  padding: 10px;
  border-radius: 5px;
}
.comment-panel.loading .overlay,
.dashboard-comment-panel.loading .overlay {
  display: block;
  background: url('/img/loading.gif') no-repeat center rgba(255, 255, 255, 0.8);
  background-size: 25px 12px;
}
.comment-panel .comment-container,
.dashboard-comment-panel .comment-container {
  min-height: 20px;
  max-height: 350px;
  overflow-y: auto;
}
.comment-panel .comment-list,
.dashboard-comment-panel .comment-list {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.comment-panel .comment-list li.can-edit:hover .comment-delete,
.dashboard-comment-panel .comment-list li.can-edit:hover .comment-delete {
  display: block;
}
.comment-panel .comment-list li.new-comment,
.dashboard-comment-panel .comment-list li.new-comment {
  background-color: #FDFFDD;
}
.comment-panel .comment-list li.new-comment .comment-header,
.dashboard-comment-panel .comment-list li.new-comment .comment-header {
  color: #000;
}
.comment-panel .comment-list li,
.dashboard-comment-panel .comment-list li {
  list-style: none;
  padding: 5px;
  border-bottom: 1px solid #666;
  position: relative;
}
.comment-panel .comment-list li .comment-delete,
.dashboard-comment-panel .comment-list li .comment-delete {
  background-color: #FFF;
  color: #B00;
  display: none;
  position: absolute;
  right: 20px;
  bottom: 5px;
}
.comment-panel .comment-list li p,
.dashboard-comment-panel .comment-list li p {
  padding: 0;
  margin: 5px 20px 5px 5px;
}
.comment-panel .comment-list li .comment-header,
.dashboard-comment-panel .comment-list li .comment-header {
  color: #999;
  font-weight: bold;
  margin-bottom: 2px;
}
.comment-panel .comment-form,
.dashboard-comment-panel .comment-form {
  padding: 5px;
}
.comment-panel .comment-form textarea,
.dashboard-comment-panel .comment-form textarea {
  font-size: 12px;
  height: 20px;
  width: 100%;
  box-sizing: border-box;
}
.dashboard-comment-container {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 2000;
}
.dashboard-comment-container .dashboard-comment-panel {
  top: auto;
  left: auto;
  bottom: 50px;
  right: 0;
}
.dashboard-comment-container .dashboard-comment-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border: none;
  padding: 0;
  border-radius: var(--CornerRadius-_FabMedium, 16px);
  background-color: var(--background-primary-container-bg, #a5b0b8);
  box-shadow: 0 4px 8px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.dashboard-comment-container .dashboard-comment-toggle:hover {
  box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.15), 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.dashboard-comment-container .dashboard-comment-toggle.selected .active-state {
  background: url('/cdx/img/comment_circle.svg') no-repeat center / cover;
  position: absolute;
  width: 50px;
  height: 35px;
  right: 0;
  bottom: 0;
}
.dashboard-comment-container .dashboard-comment-toggle .material-icons-outlined {
  width: 32px;
  height: 32px;
  background-color: #0C171F;
}
.dashboard-comment-container .dashboard-comment-toggle .material-icons-outlined.chat {
  mask: url('/cdx/img/chat.svg') no-repeat center / cover;
  -webkit-mask: url('/cdx/img/chat.svg') no-repeat center / cover;
}
.dashboard-list {
  padding: 10px;
}
.dashboard-list.loading .list-wrapper > .overlay {
  display: block;
  background: rgba(255, 255, 255, 0.5);
}
.dashboard-list .list-wrapper {
  position: relative;
}
.dashboard-list ul {
  padding: 0;
}
.dashboard-list h3,
.dashboard-list h4 {
  padding: 0;
  margin: 0 0 10px;
}
.dashboard-list h3 {
  width: 680px;
}
.dashboard-list h4 {
  border-bottom: 1px solid #333;
}
.dashboard-list p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 1.4;
  width: 705px;
}
.dashboard-list .page-links {
  display: none;
}
.dashboard-list .page-links a {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px 0 0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.dashboard-list .page-links a.active {
  background: #ccc;
  font-weight: bold;
}
.dashboard-list .blank-state {
  color: #999;
  font-style: italic;
}
.dashboard-list li.list-item {
  background-color: #FFF;
  border-bottom: 2px solid #eaedf0;
  cursor: pointer;
  display: block;
  list-style: none;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.dashboard-list li.list-item.expanded {
  cursor: default;
}
.dashboard-list li.list-item.expanded .extended-view {
  display: block;
}
.dashboard-list li.list-item .extended-view {
  display: none;
}
.dashboard-list li.list-item .list-col {
  min-height: 50px;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.dashboard-list li.list-item .list-col.attached-dashboards {
  padding-left: 20px;
}
.dashboard-list li.list-item .list-col ul {
  margin-left: 20px;
}
.dashboard-list li.list-item .item-actions {
  clear: both;
  padding: 5px 0;
}
.dashboard-list li.list-item .item-actions:before,
.dashboard-list li.list-item .item-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-list li.list-item .item-actions:after {
  clear: both;
}
.dashboard-list li.list-item .item-actions .btn {
  float: right;
  margin-left: 5px;
}
.dashboard-list li.list-item .item-actions .btn-delete {
  float: left;
  margin-left: 0;
}
.dashboard-list li.list-item .item-actions-container {
  width: 100%;
  height: 22px;
}
.dashboard-list li.list-item .btn-clone {
  float: right;
}
.dashboard-list table.dataset {
  margin: 0;
}
.dashboard-list table.fileInfo {
  margin: 0;
}
.dashboard-list li.dashboard-item {
  transition-property: padding-bottom;
  transition-duration: .25s;
}
.dashboard-list li.dashboard-item .expand-item {
  transition: bottom .25s;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  color: #999;
  bottom: -30px;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.dashboard-list li.dashboard-item .dashboard-sharing {
  display: none;
}
.dashboard-list li.dashboard-item.published .dashboard-sharing {
  display: block;
}
.dashboard-list li.dashboard-item .dashboard-publishing {
  display: block;
}
.dashboard-list li.dashboard-item.published .dashboard-publishing {
  display: none;
}
.dashboard-list li.dashboard-item:hover {
  /*padding-bottom: 20px;*/
}
.dashboard-list li.dashboard-item:hover .expand-item {
  bottom: 0;
}
.dashboard-list li.dashboard-item.link-hover:hover .expand-item,
.dashboard-list li.dashboard-item.expanded .expand-item {
  bottom: -30px;
}
.dashboard-list .list-item-meta {
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: right;
}
.dashboard-list .list-item-meta div {
  display: inline-block;
  border-radius: 5px;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #AAA;
  color: #AAA;
}
.dashboard-list .owner-name.shared {
  margin-top: 5px;
  color: #52a1ef;
  border: 1px solid #52a1ef;
}
.dashboard-list .item-status.published {
  color: #44975f;
  border: 1px solid #44975f;
}
.dashboard-list .item-status.unpublished {
  border: 1px solid #AAA;
  color: #AAA;
}
.dashboard-list .dashboard-shares {
  min-height: 31px;
  margin-bottom: 10px;
}
.dashboard-list .add-users-form {
  font-size: 12px;
}
.dashboard-list .add-users-form:before,
.dashboard-list .add-users-form:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-list .add-users-form:after {
  clear: both;
}
.dashboard-list .add-users-form .form-control {
  float: left;
  margin-right: 5px;
}
.dashboard-list .add-users-form .btn {
  font-size: 12px;
}
.dashboard-list .add-users-form .share-emails {
  width: 500px;
  height: 36px;
}
.dashboard-list .dataset-patent-keywords {
  height: 60px;
  width: 400px;
}
.dashboard-list .dataset-litigation-keywords {
  height: 60px;
  width: 400px;
}
.dashboard-list .dataset-trademark-keywords {
  height: 60px;
  width: 400px;
}
.dashboard-list-header {
  padding: 5px 0;
  border-bottom: 2px solid #AAA;
}
.dashboard-list-header:before,
.dashboard-list-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dashboard-list-header:after {
  clear: both;
}
.dashboard-list-title {
  float: left;
  width: 705px;
  line-height: 21px;
  height: 21px;
}
.dashboard-list-select {
  float: right;
  text-align: right;
}
.file-uploaded {
  margin-left: 20px;
  font-size: 12px;
  color: #797979;
}
.widget-aggregate-count .title {
  font-size: 24px;
}
.widget-aggregate-count h4 {
  color: #666;
  margin: 5px 0 0;
}
.widget-aggregate-count .filter-mapping {
  font-size: 12px;
  font-style: italic;
}
.widget-aggregate-count .show-data {
  cursor: pointer;
}
.widget-aggregate-count .count-item {
  float: left;
  padding: 0 10px;
  width: 210px;
}
.widget-aggregate-count .count-item:first-child {
  margin-right: 50px;
}
.widget-aggregate-count .bar-item {
  float: left;
  margin-bottom: 2px;
  width: 100px;
}
.widget-aggregate-count .bar-title,
.widget-aggregate-count .bar-outer {
  float: left;
}
.widget-aggregate-count .bar-title {
  width: 20%;
}
.widget-aggregate-count .bar-outer {
  background-color: #ccc;
  height: 9px;
  padding-top: 5px;
  width: 75%;
}
.widget-aggregate-count .bar-inner {
  background-color: #B00;
  height: 4px;
}
.widget-aggregate-count .total {
  font-size: 45px;
  margin: 20px 0;
}
.widget-aggregate-count .subtotals,
.widget-aggregate-count .percentages {
  font-size: 12px;
  margin-top: 10px;
  min-height: 15px;
}
.widget-aggregate-count .stats-container {
  float: left;
  width: 210px;
  height: 180px;
  padding: 0px 10px 10px 10px;
  background-color: #eaedf0;
  margin-left: 10px;
  margin-right: 10px;
}
.widget-aggregate-count .stats-container .stat-title {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
}
.widget-aggregate-count .stats-container .outer-table {
  font-size: 12px;
  width: 210px;
  margin-top: -13px;
}
.widget-aggregate-count .stats-container .tm-stat {
  vertical-align: top;
}
.widget-aggregate-count .stats-container ul {
  padding: 0 20px;
  margin: 5px 0;
}
.widget-aggregate-count .stats-container td {
  padding: 2px 0px;
}
.widget-aggregate-count .stats-container tr {
  margin-bottom: 5px;
}
.widget-aggregate-count .stats-container .first-column {
  width: 120px;
}
.widget-ip-source-map .chart-container .chart-content {
  margin: 0 auto;
}
.widget-ip-source-map .chart-container .summary {
  width: 120px;
  height: 100px;
  position: absolute;
  top: 50px;
  left: 100px;
  z-index: 50;
}
.widget-ip-source-map .chart-container .summary .ip-type {
  color: #8A8996;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  top: 59px;
}
.widget-ip-source-map .chart-container .summary .ip-value {
  color: #212045;
  font-size: 36px;
}
.widget-patent-strength .drill-up-btn {
  display: none;
  font-size: 12px;
}
.widget-patent-strength .drill-up-container {
  display: inline-block;
  margin-left: 18px;
}
.widget-patent-strength .bar-chart,
.widget-patent-strength .pie-chart {
  width: 50%;
  height: 200px;
  float: left;
  box-sizing: border-box;
}
.widget-patent-strength .bar-chart {
  border-right: 1px solid #CCC;
}
.widget-patent-strength .chart-container {
  height: 200px;
}
.widget-patentscape .landscapeVisual-legenditem > * {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  font-size: 12px;
}
.widget-multi-summary .chart-container {
  overflow-y: auto;
}
.widget-multi-summary .summary-table {
  width: 910px;
  position: absolute;
  left: 15px;
}
.widget-multi-summary .summary-table .column-header {
  text-align: center;
  color: #69686F;
}
.widget-multi-summary .summary-table .company {
  color: #8A8996;
  padding-left: 5px;
}
.widget-multi-summary .summary-table tr {
  height: 30px;
}
.widget-multi-summary .summary-table tr:nth-child(even) {
  background-color: #F2EEDF;
}
.widget-multi-summary .summary-table .show-data {
  cursor: pointer;
}
.widget-multi-summary .summary-table .cell {
  text-align: center;
  color: #212045;
}
.widget-inventor-summary .chart-container,
.widget-inventor-summary .chart-content {
  height: 200px;
}
.widget-inventor-summary .chart-container .summary-table,
.widget-inventor-summary .chart-content .summary-table {
  height: 200px;
  width: 430px;
  position: absolute;
  left: 15px;
}
.widget-inventor-summary .chart-container .summary-table .column-header,
.widget-inventor-summary .chart-content .summary-table .column-header {
  text-align: center;
  color: #69686F;
}
.widget-inventor-summary .chart-container .summary-table .show-data,
.widget-inventor-summary .chart-content .summary-table .show-data {
  cursor: pointer;
}
.widget-inventor-summary .chart-container .summary-table .inventor,
.widget-inventor-summary .chart-content .summary-table .inventor {
  color: #8A8996;
  padding-left: 5px;
}
.widget-inventor-summary .chart-container .summary-table tr,
.widget-inventor-summary .chart-content .summary-table tr {
  height: 11px;
  font-size: 12px;
}
.widget-inventor-summary .chart-container .summary-table tr:nth-child(even),
.widget-inventor-summary .chart-content .summary-table tr:nth-child(even) {
  background-color: #F2EEDF;
}
.widget-inventor-summary .chart-container .summary-table .cell,
.widget-inventor-summary .chart-content .summary-table .cell {
  text-align: center;
  color: #212045;
  padding: 2px;
}
@media (max-width: 1160px) {
  .dashboard-wrapper.editing {
    width: 960px;
  }
  .menu-wrapper {
    height: 0;
  }
  .side-menu {
    position: fixed;
    left: 0;
  }
  .side-menu.collapsed {
    left: -180px;
  }
  .side-menu .toggle-menu {
    display: block;
  }
}
