.feedbackMessages-wrapper {
    position: fixed;
    width: 100%;
    top: -10px;
    left: 0;
    text-align: center;
    height: 0;
    z-index: 9999;
}

.feedbackMessages {
    background: var(--lightYellow);
    color: var(--black);
    display: inline-block;
    font-size: 12px;
    box-shadow: 0 3px 10px 0 var(--black50);
    border-radius: 0 0 3px 3px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.25s, height 0.25s;
}

.feedbackMessages-visible {
    opacity: 1;
    padding: 10px 0 4px;
    transition: opacity 1s, height 1s;
}

.feedbackMessages-count-1 {
    height: 40px;
}
.feedbackMessages-count-2 {
    height: 70px;
}
.feedbackMessages-count-3 {
    height: 100px;
}
.feedbackMessages-count-4 {
    height: 130px;
}
.feedbackMessages-count-5 {
    height: 160px;
}

.feedbackMessage {
    position: relative;
    border-bottom: 1px solid var(--brown);
    padding: 5px 30px 5px 20px;
    max-width: calc(100vw - 15px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.feedbackMessage:last-of-type {
    border-bottom: 0 none;
}

.feedbackMessage-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    color: var(--brown);
    cursor: pointer;
    line-height: 18px;
}

.feedbackMessage-type-static {
}

.feedbackMessage-type-error {
    background: var(--red10);
}

@font-face {
    font-family: 'riqicon';
    src: url(2b3a998b30d0f5f28a9d.eot?84703188);
    src: url(2b3a998b30d0f5f28a9d.eot?84703188#iefix) format('embedded-opentype'),
        url(b6fa2f1dc73d811b176f.woff2?84703188) format('woff2'),
        url(0378327566bdd3d4fe6f.woff?84703188) format('woff'),
        url(39efef0f80386d698b8b.ttf?84703188) format('truetype'),
        url(8b7659d16550425f6a3c.svg?84703188#riqicon) format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'riqicon';
    src: url('./font/riqicon.svg?84703188#riqicon') format('svg');
  }
}
*/

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'riqicon';
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-attention-1:before {
    content: '\21';
} /* '!' */
.icon-down-dir-1:before {
    content: '\26';
} /* '&amp;' */
.icon-plus:before {
    content: '\2b';
} /* '+' */
.icon-minus:before {
    content: '\2d';
} /* '-' */
.icon-left-dir-1:before {
    content: '\3c';
} /* '&lt;' */
.icon-plus-circle:before {
    content: '\3d';
} /* '=' */
.icon-right-dir-1:before {
    content: '\3e';
} /* '&gt;' */
.icon-help-circled:before {
    content: '\3f';
} /* '?' */
.icon-attention-circled:before {
    content: '\40';
} /* '@' */
.icon-cancel-circle:before {
    content: '\58';
} /* 'X' */
.icon-angle-left:before {
    content: '\5b';
} /* '[' */
.icon-angle-right:before {
    content: '\5d';
} /* ']' */
.icon-up-dir-1:before {
    content: '\5e';
} /* '^' */
.icon-minus-circle:before {
    content: '\5f';
} /* '_' */
.icon-thumbs-down:before {
    content: '\64';
} /* 'd' */
.icon-thumbs-up:before {
    content: '\75';
} /* 'u' */
.icon-cancel:before {
    content: '\78';
} /* 'x' */
.icon-mail:before {
    content: '\e800';
} /* '' */
.icon-mail-alt:before {
    content: '\e801';
} /* '' */
.icon-heart:before {
    content: '\e802';
} /* '' */
.icon-heart-empty:before {
    content: '\e803';
} /* '' */
.icon-ok:before {
    content: '\e804';
} /* '' */
.icon-picture:before {
    content: '\e805';
} /* '' */
.icon-circle:before {
    content: '\e806';
} /* '' */
.icon-star-half-alt:before {
    content: '\e807';
} /* '' */
.icon-star-half:before {
    content: '\e808';
} /* '' */
.icon-star-empty:before {
    content: '\e809';
} /* '' */
.icon-star:before {
    content: '\e80a';
} /* '' */
.icon-search:before {
    content: '\e80b';
} /* '' */
.icon-clock:before {
    content: '\e80c';
} /* '' */
.icon-clock-alt:before {
    content: '\e80d';
} /* '' */
.icon-phish:before {
    content: '\e80e';
} /* '' */
.icon-camera-1:before {
    content: '\e80f';
} /* '' */
.icon-location:before {
    content: '\e810';
} /* '' */
.icon-award:before {
    content: '\e811';
} /* '' */
.icon-asterisk:before {
    content: '\e812';
} /* '' */
.icon-info-circled-1:before {
    content: '\e813';
} /* '' */
.icon-ok-circle:before {
    content: '\e814';
} /* '' */
.icon-logo-icon-only-inverted:before {
    content: '\e815';
} /* '' */
.icon-inventory:before {
    content: '\e816';
} /* '' */
.icon-plus-squared:before {
    content: '\e817';
} /* '' */
.icon-graph:before {
    content: '\e818';
} /* '' */
.icon-doc-inv:before {
    content: '\e819';
} /* '' */
.icon-minus-squared:before {
    content: '\e81a';
} /* '' */
.icon-fork:before {
    content: '\e81b';
} /* '' */
.icon-flag-1:before {
    content: '\e81c';
} /* '' */
.icon-alert:before {
    content: '\e81d';
} /* '' */
.icon-info-circled:before {
    content: '\e81e';
} /* '' */
.icon-info:before {
    content: '\e81f';
} /* '' */
.icon-home:before {
    content: '\e820';
} /* '' */
.icon-link:before {
    content: '\e821';
} /* '' */
.icon-unlink:before {
    content: '\e822';
} /* '' */
.icon-link-ext:before {
    content: '\e823';
} /* '' */
.icon-link-ext-alt:before {
    content: '\e824';
} /* '' */
.icon-attach:before {
    content: '\e825';
} /* '' */
.icon-lock:before {
    content: '\e826';
} /* '' */
.icon-lock-open:before {
    content: '\e827';
} /* '' */
.icon-lock-open-alt:before {
    content: '\e828';
} /* '' */
.icon-pin:before {
    content: '\e829';
} /* '' */
.icon-eye:before {
    content: '\e82a';
} /* '' */
.icon-eye-off:before {
    content: '\e82b';
} /* '' */
.icon-tag:before {
    content: '\e82c';
} /* '' */
.icon-tags:before {
    content: '\e82d';
} /* '' */
.icon-bookmark:before {
    content: '\e82e';
} /* '' */
.icon-bookmark-empty:before {
    content: '\e82f';
} /* '' */
.icon-flag:before {
    content: '\e830';
} /* '' */
.icon-flag-empty:before {
    content: '\e831';
} /* '' */
.icon-flag-checkered:before {
    content: '\e832';
} /* '' */
.icon-vcard:before {
    content: '\e833';
} /* '' */
.icon-target:before {
    content: '\e834';
} /* '' */
.icon-download:before {
    content: '\e835';
} /* '' */
.icon-upload:before {
    content: '\e836';
} /* '' */
.icon-download-cloud:before {
    content: '\e837';
} /* '' */
.icon-upload-cloud:before {
    content: '\e838';
} /* '' */
.icon-reply:before {
    content: '\e839';
} /* '' */
.icon-reply-all:before {
    content: '\e83a';
} /* '' */
.icon-forward:before {
    content: '\e83b';
} /* '' */
.icon-quote-left:before {
    content: '\e83c';
} /* '' */
.icon-quote-right:before {
    content: '\e83d';
} /* '' */
.icon-export:before {
    content: '\e83e';
} /* '' */
.icon-export-alt:before {
    content: '\e83f';
} /* '' */
.icon-pencil:before {
    content: '\e840';
} /* '' */
.icon-pencil-squared:before {
    content: '\e841';
} /* '' */
.icon-edit:before {
    content: '\e842';
} /* '' */
.icon-print:before {
    content: '\e843';
} /* '' */
.icon-retweet:before {
    content: '\e844';
} /* '' */
.icon-keyboard:before {
    content: '\e845';
} /* '' */
.icon-comment:before {
    content: '\e846';
} /* '' */
.icon-chat:before {
    content: '\e847';
} /* '' */
.icon-comment-empty:before {
    content: '\e848';
} /* '' */
.icon-chat-empty:before {
    content: '\e849';
} /* '' */
.icon-bell:before {
    content: '\e84a';
} /* '' */
.icon-bell-alt:before {
    content: '\e84b';
} /* '' */
.icon-attention-alt:before {
    content: '\e84c';
} /* '' */
.icon-attention:before {
    content: '\e84d';
} /* '' */
.icon-network:before {
    content: '\e84e';
} /* '' */
.icon-trash:before {
    content: '\e84f';
} /* '' */
.icon-doc:before {
    content: '\e850';
} /* '' */
.icon-docs:before {
    content: '\e851';
} /* '' */
.icon-doc-alt:before {
    content: '\e852';
} /* '' */
.icon-folder:before {
    content: '\e853';
} /* '' */
.icon-folder-open:before {
    content: '\e854';
} /* '' */
.icon-folder-empty:before {
    content: '\e855';
} /* '' */
.icon-folder-open-empty:before {
    content: '\e856';
} /* '' */
.icon-cog:before {
    content: '\e857';
} /* '' */
.icon-cog-alt:before {
    content: '\e858';
} /* '' */
.icon-down-circled2:before {
    content: '\e859';
} /* '' */
.icon-up-circled2:before {
    content: '\e85a';
} /* '' */
.icon-basket-alt:before {
    content: '\e85b';
} /* '' */
.icon-java:before {
    content: '\e85c';
} /* '' */
.icon-globe-1:before {
    content: '\e85d';
} /* '' */
.icon-blackberry:before {
    content: '\e85e';
} /* '' */
.icon-down-open:before {
    content: '\e85f';
} /* '' */
.icon-left-open:before {
    content: '\e860';
} /* '' */
.icon-right-open:before {
    content: '\e861';
} /* '' */
.icon-up-open:before {
    content: '\e862';
} /* '' */
.icon-signal-1:before {
    content: '\e863';
} /* '' */
.icon-award-1:before {
    content: '\e864';
} /* '' */
.icon-angle-up:before {
    content: '\e865';
} /* '' */
.icon-angle-down:before {
    content: '\e866';
} /* '' */
.icon-angle-circled-left:before {
    content: '\e867';
} /* '' */
.icon-angle-circled-right:before {
    content: '\e868';
} /* '' */
.icon-angle-circled-up:before {
    content: '\e869';
} /* '' */
.icon-angle-circled-down:before {
    content: '\e86a';
} /* '' */
.icon-angle-double-left:before {
    content: '\e86b';
} /* '' */
.icon-angle-double-right:before {
    content: '\e86c';
} /* '' */
.icon-angle-double-up:before {
    content: '\e86d';
} /* '' */
.icon-angle-double-down:before {
    content: '\e86e';
} /* '' */
.icon-down:before {
    content: '\e86f';
} /* '' */
.icon-left:before {
    content: '\e870';
} /* '' */
.icon-right:before {
    content: '\e871';
} /* '' */
.icon-up:before {
    content: '\e872';
} /* '' */
.icon-left-circled:before {
    content: '\e873';
} /* '' */
.icon-right-circled:before {
    content: '\e874';
} /* '' */
.icon-up-circled:before {
    content: '\e875';
} /* '' */
.icon-down-circled:before {
    content: '\e876';
} /* '' */
.icon-cw:before {
    content: '\e877';
} /* '' */
.icon-ccw:before {
    content: '\e878';
} /* '' */
.icon-arrows-cw:before {
    content: '\e879';
} /* '' */
.icon-level-up:before {
    content: '\e87a';
} /* '' */
.icon-level-down:before {
    content: '\e87b';
} /* '' */
.icon-exchange:before {
    content: '\e87c';
} /* '' */
.icon-shuffle:before {
    content: '\e87d';
} /* '' */
.icon-play:before {
    content: '\e87e';
} /* '' */
.icon-play-circled:before {
    content: '\e87f';
} /* '' */
.icon-play-circled2:before {
    content: '\e880';
} /* '' */
.icon-signal:before {
    content: '\e881';
} /* '' */
.icon-check:before {
    content: '\e882';
} /* '' */
.icon-check-empty:before {
    content: '\e883';
} /* '' */
.icon-chart-bar:before {
    content: '\e884';
} /* '' */
.icon-palm:before {
    content: '\e885';
} /* '' */
.icon-symbian:before {
    content: '\e886';
} /* '' */
.icon-paintroller:before {
    content: '\e887';
} /* '' */
.icon-code:before {
    content: '\e888';
} /* '' */
.icon-login:before {
    content: '\e889';
} /* '' */
.icon-logout:before {
    content: '\e88a';
} /* '' */
.icon-calendar:before {
    content: '\e88b';
} /* '' */
.icon-calendar-empty:before {
    content: '\e88c';
} /* '' */
.icon-wrench:before {
    content: '\e88d';
} /* '' */
.icon-menu:before {
    content: '\e88e';
} /* '' */
.icon-resize-full-alt:before {
    content: '\e88f';
} /* '' */
.icon-resize-full:before {
    content: '\e890';
} /* '' */
.icon-resize-small:before {
    content: '\e891';
} /* '' */
.icon-resize-vertical:before {
    content: '\e892';
} /* '' */
.icon-resize-horizontal:before {
    content: '\e893';
} /* '' */
.icon-block:before {
    content: '\e894';
} /* '' */
.icon-circle-empty:before {
    content: '\e895';
} /* '' */
.icon-ajust:before {
    content: '\e896';
} /* '' */
.icon-fire-station:before {
    content: '\e897';
} /* '' */
.icon-flashpoint:before {
    content: '\e898';
} /* '' */
.icon-down-1:before {
    content: '\e89b';
} /* '' */
.icon-up-1:before {
    content: '\e89c';
} /* '' */
.icon-info-1:before {
    content: '\e89d';
} /* '' */
.icon-download-1:before {
    content: '\e89f';
} /* '' */
.icon-chart-bar-1:before {
    content: '\e8a0';
} /* '' */
.icon-user:before {
    content: '\e8a1';
} /* '' */
.icon-user-male:before {
    content: '\e8a2';
} /* '' */
.icon-user-female:before {
    content: '\e8a3';
} /* '' */
.icon-users:before {
    content: '\e8a4';
} /* '' */
.icon-plus-circled:before {
    content: '\e8a5';
} /* '' */
.icon-right-dir:before {
    content: '\e8a6';
} /* '' */
.icon-left-dir:before {
    content: '\e8a7';
} /* '' */
.icon-arrow-up-right:before {
    content: '\e8a8';
} /* '' */
.icon-retweet-1:before {
    content: '\e8a9';
} /* '' */
.icon-updown-circle:before {
    content: '\e8aa';
} /* '' */
.icon-inbox-1:before {
    content: '\e8ab';
} /* '' */
.icon-building:before {
    content: '\e8ac';
} /* '' */
.icon-tasks:before {
    content: '\e8ae';
} /* '' */
.icon-stop:before {
    content: '\e8af';
} /* '' */
.icon-pause:before {
    content: '\e8b0';
} /* '' */
.icon-desktop:before {
    content: '\e8b1';
} /* '' */
.icon-laptop:before {
    content: '\e8b2';
} /* '' */
.icon-tablet:before {
    content: '\e8b3';
} /* '' */
.icon-umbrella:before {
    content: '\e8b5';
} /* '' */
.icon-flash:before {
    content: '\e8b6';
} /* '' */
.icon-cloud:before {
    content: '\e8b7';
} /* '' */
.icon-globe:before {
    content: '\e8b8';
} /* '' */
.icon-filter:before {
    content: '\e8b9';
} /* '' */
.icon-beaker:before {
    content: '\e8ba';
} /* '' */
.icon-megaphone:before {
    content: '\e8bb';
} /* '' */
.icon-certificate:before {
    content: '\e8bc';
} /* '' */
.icon-money:before {
    content: '\e8bd';
} /* '' */
.icon-phone:before {
    content: '\e8be';
} /* '' */
.icon-phone-squared:before {
    content: '\e8bf';
} /* '' */
.icon-stop-1:before {
    content: '\e8c0';
} /* '' */
.icon-chart-pie:before {
    content: '\e8c1';
} /* '' */
.icon-pin-1:before {
    content: '\e8c2';
} /* '' */
.icon-cog-1:before {
    content: '\e8c3';
} /* '' */
.icon-arrow-bottom-left:before {
    content: '\e8c5';
} /* '' */
.icon-camera:before {
    content: '\e8c6';
} /* '' */
.icon-key:before {
    content: '\e8c7';
} /* '' */
.icon-contact_card:before {
    content: '\e8c8';
} /* '' */
.icon-checklist:before {
    content: '\e8c9';
} /* '' */
.icon-logo-icon-only:before {
    content: '\e8ca';
} /* '' */
.icon-logo-text-only:before {
    content: '\e8cb';
} /* '' */
.icon-expand:before {
    content: '\e8cc';
} /* '' */
.icon-collapse:before {
    content: '\e8cd';
} /* '' */
.icon-language:before {
    content: '\e8ce';
} /* '' */
.icon-passive-total:before {
    content: '\e8cf';
} /* '' */
.icon-grid:before {
    content: '\e8d1';
} /* '' */
.icon-th-list:before {
    content: '\e8d2';
} /* '' */
.icon-th:before {
    content: '\e8d3';
} /* '' */
.icon-compliance:before {
    content: '\f097';
} /* '' */
.icon-twitter:before {
    content: '\f099';
} /* '' */
.icon-pinterest-circled:before {
    content: '\f0d2';
} /* '' */
.icon-gplus:before {
    content: '\f0d5';
} /* '' */
.icon-sort:before {
    content: '\f0dc';
} /* '' */
.icon-brand:before {
    content: '\f111';
} /* '' */
.icon-mobile:before {
    content: '\f11d';
} /* '' */
.icon-malware:before {
    content: '\f11e';
} /* '' */
.icon-rocket:before {
    content: '\f135';
} /* '' */
.icon-youtube-play:before {
    content: '\f16a';
} /* '' */
.icon-instagram:before {
    content: '\f16d';
} /* '' */
.icon-apple:before {
    content: '\f179';
} /* '' */
.icon-windows:before {
    content: '\f17a';
} /* '' */
.icon-android:before {
    content: '\f17b';
} /* '' */
.icon-bug:before {
    content: '\f188';
} /* '' */
.icon-wordpress:before {
    content: '\f19a';
} /* '' */
.icon-bank:before {
    content: '\f19c';
} /* '' */
.icon-google:before {
    content: '\f1a0';
} /* '' */
.icon-building-filled:before {
    content: '\f1ad';
} /* '' */
.icon-file-pdf:before {
    content: '\f1c1';
} /* '' */
.icon-file-word:before {
    content: '\f1c2';
} /* '' */
.icon-file-excel:before {
    content: '\f1c3';
} /* '' */
.icon-file-powerpoint:before {
    content: '\f1c4';
} /* '' */
.icon-file-image:before {
    content: '\f1c5';
} /* '' */
.icon-file-archive:before {
    content: '\f1c6';
} /* '' */
.icon-file-audio:before {
    content: '\f1c7';
} /* '' */
.icon-file-video:before {
    content: '\f1c8';
} /* '' */
.icon-file-code:before {
    content: '\f1c9';
} /* '' */
.icon-bomb:before {
    content: '\f1e2';
} /* '' */
.icon-facebook-squared:before {
    content: '\f308';
} /* '' */
.icon-linkedin-squared:before {
    content: '\f30c';
} /* '' */

.clipboardText {
    display: inline-block;
    width: 100%;
}

.clipboardText-input,
.clipboardText-node {
    width: 100%;
    display: inline-block;
}

.clipboardText-node {
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.clipboardText-input[readonly],
.clipboardText-input[readonly]:focus {
    cursor: pointer;
    background: transparent;
    border: 0 none;
    box-shadow: none;
    font-size: inherit;
    margin: -3px 0 0;
    border: 0;
    padding: 0;
    width: 100%;
    font-weight: inherit;
    color: inherit;
    padding-left: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clipboardText-node.search-facets-facet-value-name-label-clipboardText-node {
    display: inline-block;
}

.riskiq-dropdown-wrapper {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.riskiq-dropdown-text {
    display: inline-block;
    cursor: pointer;
    color: var(--blue);
    padding: 5px 5px;
}

.riskiq-dropdown-text:hover {
    color: var(--darkBlue);
}

.riskiq-dropdown-text-open {
    background: var(--grayF);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.riskiq-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 0;
    background: var(--grayF);
    border: 0 none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: normal;
    color: var(--gray3);
    text-shadow: none;
    text-align: left;
    text-transform: none;
}

.riskiq-dropdown-content-open {
    display: block;
}

.riskiq-dropdown-right {
    left: auto;
    right: 0;
}

.riskiq-dropdown-top {
    bottom: 0;
    top: auto;
}

.riskiq-dropdown-options {
    padding: 10px 0;
}

.riskiq-dropdown-option,
.dropdown-option {
    line-height: 1.8em;
    vertical-align: middle;
    display: block;
    padding: 3px 15px;
    min-width: 150px;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.riskiq-dropdown-option:hover,
.dropdown-option:hover {
    background: var(--grayE);
}

.riskiq-dropdown-option-divider,
.dropdown-option-divider {
    margin: 10px 0;
    border-bottom: 1px solid var(--grayD);
}

.search-facets {
    font-size: 12px;
}

.search-facets-loading {
    color: #aaa;
    background: transparent;
    position: relative;
    margin: 0 8px;
}

.search-facets-loading > div {
    position: relative !important;
    margin: 0 !important;
}

.search-facets-group {
    position: relative;
    border-bottom: 2px solid #fff;
}

.search-facets-facet {
    padding: 3px 0;
    position: relative;
    color: #000;
}

.search-facets-group-label {
    padding: 14px 12px 13px 17px;
    cursor: pointer;
    color: #aaa;
    background: #e4f2f9;
}

.search-facets-group-label:hover {
    background: #c8e6f5;
}

.search-facets-group-open .search-facets-group-label,
.search-facets-group-open .search-facets-group-label:hover {
    background: #2ba7da;
    color: #fff;
}

.search-facets-group-label h4 {
    letter-spacing: 0.2em;
    font-size: 10px;
}

.search-facets-group-open .search-facets-group-label h4 {
    color: #fff;
}

.search-facets-facet-label {
    color: #009bd9;
    font-weight: 500;
    cursor: pointer;
    padding: 5px 14px 5px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-facets-group-toggle,
.search-facets-facet-toggle {
    position: absolute;
    left: 9px;
    top: 5px;
    font-size: 16px;
    cursor: pointer;

    -webkit-transition: transform linear 0.2s;
    -moz-transition: transform linear 0.2s;
    -ms-transition: transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}

.search-facets-group-toggle {
    color: #aaa;
    top: 7px;
    left: 3px;
}

.search-facets-facet-toggle {
    color: #009bd9;
}

.search-facets-group-open .search-facets-group-toggle,
.search-facets-facet-open .search-facets-facet-toggle {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.search-facets-facet-empty .search-facets-facet-label {
    color: #999;
    cursor: default;
}

.search-facets-facet-empty .search-facets-facet-toggle {
    color: #999;
}

.search-facets-facet-value-include,
.search-facets-facet-value-exclude {
    color: rgba(0, 0, 0, 0.4);
    padding-right: 10px;
}

.search-facets-facet-clear {
    color: rgba(0, 0, 0, 0.4);
    float: right;
    padding-left: 5px;
}

.search-facets-facet-clear:before {
    margin: 0;
}

.search-facets-facet-value-include:hover,
.search-facets-facet-value-exclude:hover {
    color: #fff;
}

.search-facets-facet-clear:hover {
    color: #009bd9;
}

.search-facets-facet-value-include:before,
.search-facets-facet-value-exclude:before {
    margin-left: 0;
    margin-right: 0;
}

.search-facets-facet-value-count,
.search-facets-facet-label-count {
    float: right;
    padding-left: 10px;
}

.search-facets-facet-label-count {
    color: rgba(0, 0, 0, 0.4);
}

.search-facets-facet.search-facets-facet-open {
    background-color: #e5e5e5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.search-facets-facet-open ~ .search-facets-facet-open {
    border-top: none;
}

.search-facets-facet-values,
.search-facets-facet-value {
    margin: 0;
    list-style: none;
}

.search-facets-facet-values-empty {
    padding: 5px 8px 5px 25px;
}

.search-facets-facet-value {
    padding: 5px 14px;
    white-space: nowrap;
    cursor: default;

    -webkit-transition: background linear 0.2s, opacity linear 0.2s;
    -moz-transition: background linear 0.2s, opacity linear 0.2s;
    -ms-transition: background linear 0.2s, opacity linear 0.2s;
    -o-transition: background linear 0.2s, opacity linear 0.2s;
    transition: background linear 0.2s, opacity linear 0.2s;
    display: none;
}

.search-facets-facet-value:hover {
    background-color: #ddd;
}

.search-facets-facet-value-include,
.search-facets-facet-value-exclude {
    cursor: pointer;
    float: left;
}

.search-facets-facet-value-include,
.search-facets-facet-value-exclude,
.search-facets-facet-value-count,
.search-facets-facet-value-name {
    display: block;
}

.search-facets-facet-value-name {
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-facets-facet-value.search-facets-facet-included {
    background-color: #6ca856;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.search-facets-facet-value.search-facets-facet-excluded {
    background-color: #e3252b;
    color: #fff;
    font-weight: 500;
}

.search-facets-facet-value.search-facets-facet-included .search-facets-facet-value-include,
.search-facets-facet-value.search-facets-facet-excluded .search-facets-facet-value-exclude {
    color: #fff;
}

.search-facets-facet-value.search-facets-facet-included .search-facets-facet-value-exclude,
.search-facets-facet-value.search-facets-facet-excluded .search-facets-facet-value-include {
    color: rgba(255, 255, 255, 0.4);
}

.search-facets-facet.search-facets-facet-open
    > .search-facets-facet-values
    > .search-facets-facet-value {
    display: flex;
    width: 100%;
}

.search-facets-value-label {
    flex: 1 0 auto;
    /** to ensure content of the label will fill the available space and not more
     set the width to be something small.  flexbox idiosyncracy */
    width: calc(100% - 150px);
    white-space: nowrap;
}

.search-facets-facet-selection,
.search-facets-group-selection {
    font-weight: 500;
    color: #000;
    text-transform: none;
    letter-spacing: normal;
}

.search-facets-group-selection > span:before {
    content: ', ';
}

.search-facets-group-selection > span:first-of-type:before {
    content: '';
}

.search-facets-facet-selection-excluded {
    text-decoration: line-through;
    color: #aaa;
}

.search-facets-facet-value-name-label {
    cursor: text;
}

.search-facets-facet-value-name-input[readonly] {
    display: none;
    background-color: transparent;
    margin: -2px 0 0;
    padding: 0;
    border: none;
    color: inherit;
    font-weight: inherit;
    font-size: 12px;
    line-height: normal;
}

.dropdown-wrapper {
    position: relative;
    display: inline-block;
    font-size: 12px;
}

.dropdown-text {
    display: inline-block;
    cursor: pointer;
    color: var(--blue);
    padding: 5px 10px 5px 5px;
}

.dropdown-text:hover {
    color: var(--darkBlue);
}

.dropdown-text-open {
    background: var(--grayF);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 0;
    background: var(--grayF);
    border: 0 none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: normal;
    color: var(--gray3);
    text-shadow: none;
    text-align: left;
    text-transform: none;
}

.dropdown-content-open {
    display: block;
}

.dropdown-right {
    left: auto;
    right: 0;
}

.dropdown-top {
    bottom: 0;
    top: auto;
}

.dropdown-options {
    padding: 10px 0;
}

.dropdown-option {
    line-height: 1.8em;
    vertical-align: middle;
    display: block;
    padding: 3px 15px;
    min-width: 150px;
    white-space: nowrap;
    max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.dropdown-current {
    background: var(--grayE);
}

.dropdown-option:hover {
    background: var(--grayE);
}

.dropdown-option-divider {
    margin: 10px 0;
    border-bottom: 1px solid var(--grayD);
}

.formInput-wrapper {
    position: relative;
    margin: 0;
    background: var(--white);
}

.formInput-wrapper-focus {
    z-index: 3;
}

.formInput-label {
    position: absolute;
    font-size: 12px;
    left: 15px;
    top: 16px;
    font-weight: normal;
    transition: font-size 0.5s, top 0.5s, opacity 0.5s;
    color: var(--gray7);
    margin: 0;
    line-height: 1.8em;
}

.formInput-label-hasContent {
    left: 13px;
    top: 7px;
    font-size: 9px;
    color: var(--brown);
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
}

.formInput-showPassword {
    position: absolute;
    text-transform: uppercase;
    color: var(--blue);
    font-size: 10px;
    right: 13px;
    top: 30px;
}

.formInput-showPassword:hover {
    cursor: pointer;
}

.showingPassword {
    color: var(--gray7);
}

input[type='email'].formInput-field,
input[type='number'].formInput-field,
input[type='search'].formInput-field,
input[type='text'].formInput-field,
input[type='tel'].formInput-field,
input[type='url'].formInput-field,
input[type='password'].formInput-field {
    height: auto;
    width: 100%;
    padding: 15px 12px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid var(--grayC);
    margin: 0 0 -1px;
    display: inline-block;
    background: transparent;
}

input[type='email'].formInput-field:focus,
input[type='number'].formInput-field:focus,
input[type='search'].formInput-field:focus,
input[type='text'].formInput-field:focus,
input[type='tel'].formInput-field:focus,
input[type='url'].formInput-field:focus,
input[type='password'].formInput-field:focus {
    border: 1px solid var(--blue);
}

input[type='email'].formInput-field-hasContent,
input[type='number'].formInput-field-hasContent,
input[type='search'].formInput-field-hasContent,
input[type='text'].formInput-field-hasContent,
input[type='tel'].formInput-field-hasContent,
input[type='url'].formInput-field-hasContent,
input[type='password'].formInput-field-hasContent {
    padding: 21px 12px 9px;
}

input[type='email'].disabled-formInput-field,
input[type='number'].disabled-formInput-field,
input[type='search'].disabled-formInput-field,
input[type='text'].disabled-formInput-field,
input[type='tel'].disabled-formInput-field,
input[type='url'].disabled-formInput-field,
input[type='password'].disabled-formInput-field {
    background-color: var(--grayF);
    color: var(--gray9);
}

/**
 * Message Formats
 */
.formMessage-internal {
    position: absolute;
    right: 13px;
    top: 7px;
    font-size: 9px;
    color: var(--grayB);
    text-transform: uppercase;
    font-weight: normal;
}

.formMessage-error {
    color: var(--red);
    font-weight: 500;
}

.formMessage-valid {
    color: var(--green);
}

.formMessage-internal [class^='icon-'] {
    font-size: 14px;
}

.formMessage-external {
    position: absolute;
    top: 8px;
    background: var(--red);
    border: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    height: 31px;
    padding: 0 14px 0 19px;
    z-index: 0;
    border-radius: 6px;
    border-top-left-radius: 10px 15px;
    border-bottom-left-radius: 10px 15px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    min-width: 20px;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 100;
    text-indent: 1px;
}

.formMessage-external:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 11.8%;
    left: -5px;
    background-color: var(--red);
    height: 23px;
    width: 23px;
    transform: rotate(-45deg) skew(-10deg, -10deg);
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
    border-top-right-radius: 100px 40px;
    border-top-left-radius: 30px 2px;
    border-bottom-right-radius: 2px 30px;
    border-bottom-left-radius: 40px 100px;
    border-left: 1px solid var(--red);
}

.formMessage-external-right {
    left: 100%;
}

.formMessage-external-left {
    right: calc(100% + 12px);
}

.formMessage-external-left:before {
    left: calc(100% - 12px);
    -webkit-transform: rotate(145deg) skew(0deg, -20deg);
    transform: rotate(145deg) skew(0deg, -20deg);
    -ms-transform: rotate(145deg) skew(0deg, -20deg);
}

.formMessage-helpText {
    background: var(--black80);
    border: 1px solid var(--black80);
    border-bottom: 1px solid var(--black80);
}

.formMessage-helpText:before {
    background-color: var(--black80);
    border-left: 1px solid var(--black80);
}

select.formSelect-radio {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    margin: 0 0 -1px 0;
    color: var(--black);
    height: auto;
    z-index: 2;
    background: transparent;
    overflow: auto;
}

select.formSelect-field {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    margin: 0 0 -1px 0;
    color: var(--black);
    height: 50px;
    padding-left: 13px;
    border: 1px solid var(--grayC);
    z-index: 2;
    background: transparent;
}

select.formSelect-field:focus {
    border: 1px solid var(--blue);
}

select.formSelect-field option {
    padding: 15px 15px 15px;
}

select.formSelect-field-active {
    padding-top: 20px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--black);
}

.formSelect-dropdown-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 40px;
    background: var(--grayF);
    color: var(--black);
    text-align: center;
    border-left: 1px solid var(--grayC);
    font-size: 16px;
}

.formSelect-Message-internal {
    right: 48px;
}

.formTextarea-wrapper {
    position: relative;
    margin: 0 0 -1px;
    background: var(--white);
    border: 1px solid var(--grayC);
    padding: 15px 12px 15px;
}

.formTextarea-wrapper.hasFocus {
    border: 1px solid var(--blue);
    z-index: 5;
}

.formTextarea-wrapper.hasContent {
    padding: 21px 12px 9px;
}

textarea.formTextarea-field {
    height: auto;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 0 none;
    display: inline-block;
    background: transparent;
    box-shadow: 0 none;
}

.multiBox {
    background: var(--white);
    border: 1px solid var(--grayC);
    padding: 5px;
    position: relative;
    min-height: 40px;
    max-height: 200px;
    margin-bottom: -1px;
    overflow: hidden;
    word-break: break-all;
    overflow-y: scroll;
}

.multiBox.hasFocus {
    border: 1px solid var(--blue);
    z-index: 5;
}

.multiBox.hasPlaceHolder {
    padding: 13px 12px 8px;
    min-height: 51px;
}

.multiBox.hasPlaceHolder.hasContent {
    padding: 25px 12px 9px;
    min-height: 72px;
}

.multiBox-item {
    padding: 4px 8px;
    background: var(--gray9);
    border-radius: 4px;
    font-size: 13px;
    color: var(--white);
    display: inline-block;
    margin: 0 5px 5px 0;
}

.multiBox-item-text {
    vertical-align: middle;
    line-height: 22px;
}

.multiBox-item-remove {
    cursor: pointer;
    font-size: 20px;
    padding-left: 3px;
    line-height: 22px;
    vertical-align: middle;
}

input[type='text'].multiBox-input,
input[type='text'].multiBox-input:hover,
input[type='text'].multiBox-input:active,
input[type='text'].multiBox-input:focus {
    border: 0 none;
    box-shadow: none;
    outline: none;
    padding: 0;
    width: 100%;
    height: 28px;
}

.multiBox-options {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 5px 0;
    background: var(--grayF);
    border: 1px solid var(--grayD);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    margin: 3px -1px 0;
    font-size: 12px;
    font-weight: normal;
    color: var(--gray3);
    text-shadow: none;
    text-align: left;
    text-transform: none;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% + 2px);
}

.multiBox-option {
    font-size: 13px;
    cursor: pointer;
    padding: 5px 10px;
    transition: background 1s;
}

.multiBox-option:hover {
    background: var(--grayE);
}

.autoComplete-options {
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 5px 0;
    background: var(--grayF);
    border: 1px solid var(--grayD);
    margin: 3px -1px 0;
    font-size: 12px;
    font-weight: normal;
    color: var(--gray3);
    text-shadow: none;
    text-align: left;
    text-transform: none;
    max-height: 200px;
    overflow-y: auto;
    width: calc(100% + 2px);
}

.autoComplete-overlay {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.autoComplete-option {
    font-size: 13px;
    cursor: pointer;
    padding: 5px 10px;
    transition: background 0.3s;
}

.autoComplete-option:hover {
    background: var(--blue);
    color: var(--white);
}

.projectForm {
    min-width: 550px;
}

.projectForm-content {
    padding: 15px 20px;
    background: var(--grayF);
}

.projectForm-content .formInput-wrapper {
    margin-bottom: 7px;
}

.project-monitors-header {
    border-bottom: var(--sidebarHeaderText) 2px solid;
    color: var(--sidebarHeaderText);
    padding: 13px 2px;
}

.formSelect-radio {
    overflow: hidden;
}

.radio {
    display: block;
}

.radio input {
    float: left;
    margin: 15px 1px;
}

.radio label {
    float: left;
    margin: 10px;
}

.radio p {
    clear: both;
    font-size: 12px;
    font-weight: 300;
    margin-left: 26px;
}

.projectSelector {
    display: inline-block;
}

.projectSelector-dropdown-text {
    padding-right: 5px;
}

.projectSelector-tooltip {
    white-space: nowrap;
}

.dropdown-project-options {
    max-height: 380px;
    overflow-y: scroll;
}

.projectSelector-dropdown-content {
    min-width: 200px;
}

.projectSelector-dropdown-content .dropdown-option {
    max-width: 350px;
}

.dropdown-content.projectSelector-dropdown-content.dropdown-top {
    bottom: 28px;
}

.projectSelector-dropdown-top {
    position: relative;
    z-index: 1000;
}

.projectSelector-text-icon {
    position: relative;
}

.projectSelector-number {
    position: absolute;
    left: 7px;
    top: 13px;
    font-size: 9px;
    font-weight: 600;
    display: block;
    width: 22px;
    text-align: center;
}

.projectSelector-text-icon-plus {
    position: absolute;
    left: 7px;
    top: 12px;
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 22px;
    text-align: center;
    height: 10px;
    line-height: 14px;
}

.inlineAction-action .projectSelector-text-icon-plus {
    display: none;
}

.projectSelector-option-inProject,
.projectSelector-option-inProject:hover {
    background: var(--green);
    color: var(--white);
    cursor: default;
}

.projectSelector-option-name {
    display: inline-block;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 5px 0 0;
}

.projectSelector-option-arrow {
    display: inline;
    position: relative;
    width: 20px;
    height: 20px;
    top: -3px;
}

.projectSelector-option-pivot {
    display: none;
    position: absolute;
}

.dropdown-option:hover .projectSelector-option-pivot {
    display: inline-block;
    color: var(--blue);
    padding: 9px;
    background-color: var(--black10);
}

.dropdown-option:hover .projectSelector-option-pivot:hover {
    background-color: var(--black20);
}

.dropdown-option.projectSelector-option-inProject:hover .projectSelector-option-pivot {
    color: var(--white);
}

.dialogComponent {
    position: fixed;
    background: var(--white);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: none;
    z-index: 1001;
    max-height: 90%;
    max-width: 95%;
}

.dialogComponent-close {
    position: absolute;
    right: 14px;
    top: 12px;
    font-size: 24px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 100;
    border-radius: 12px;
    color: var(--brown);
    background: var(--white0);

    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}

.dialogComponent-close:hover {
    border-radius: 12px;
    background: var(--white50);
    color: var(--blue);
}

.dialogComponent-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--brown);
    padding: 15px 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
    background: var(--grayE);
}

.dialogComponent-noOverlay {
    position: absolute;
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.8);
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dialogComponent-actions {
    padding: 15px 20px;
    background: var(--grayF);
}

.dialogComponent-actions .btn {
    margin-right: 5px;
}

/**
 * Filters
 */
.dataList-currentFilters-text {
    padding-left: 5px;
    display: inline-block;
    max-width: 293px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
    cursor: default;
}

.dataList-currentFilters-spacer {
    display: inline-block;
    padding: 0 10px;
    color: #999;
    vertical-align: middle;
    margin-top: -3px;
}

.dataList-showFilters,
.dataList-clearFilters {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px 0 0;
}

/**
 * Data List Header Button
 */
.dataList-button,
.dataList-currentPageText {
    line-height: 26px;
    vertical-align: middle;
    white-space: nowrap;
    border-left: 1px solid #a3a5a6;
    border-right: 1px solid #a3a5a6;
    display: inline-block;
    height: 26px;
    color: #000;
    padding: 0 8px;
    text-align: center;
    float: left;
    margin-left: -1px;
}

.dataList-bulkSelect .dataList-button {
    float: none;
}

.dataList-bulkSelect-sections {
    overflow-y: auto;
    max-height: 500px;
    padding: 5px 0 10px;
    margin-top: -5px;
}

.dataList-bulkSelect-section {
    margin: 4px 15px;
}

.dataList-dropdown-label {
    padding: 4px 15px;
}

.dataList-bulkSelect-section > .dataList-dropdown-label {
    padding: 0;
}

.dataList-bulkSelect-section {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
}

.dataList-bulkSelect-section:first-of-type {
    border-top: none;
    padding-top: 0;
    margin-top: 4px;
}

.dataList-bulkSelect-value {
    padding: 0 4px;
}

.dataList-button:hover {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #000;
}

.dataList-currentPageText {
    padding: 0 12px;
}

.dataList-button.riq-dropdown-wrapper {
    padding: 0;
}

.dataList-button .riq-dropdown-text {
    display: inline-block;
    padding: 0 8px;
}

/**
 * Events list header
 */
.dataList-header {
    border-bottom: 1px solid #a3a5a6;
    height: 26px;
    font-size: 11px;
    padding: 0;
    font-weight: 500;
    background: #d9dada;
    color: #000;
}

.dataList-header-left {
    float: left;
    white-space: nowrap;
}

.dataList-header-right {
    float: right;
    margin-right: -1px;
}

.dataList-total {
    padding-right: 7px;
}

.dataList-sort {
    border-right: 0 none;
}

/**
 * Data list item
 */
.dataList-item-selected {
    color: #fff;
    background: #1293d1;
}

/**
 * Data list pager
 */
.dataList-pager-page-first {
    border-bottom: 1px solid #ddd;
    background: #f4faff;
    margin-top: -5px;
}

.dataList-pager-page-number {
    font-size: 10px;
    padding-right: 3px;
    color: #000;
}

.dataList-header .riq-dropdown {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
}

.dataList-pager-dropdown-wrapper,
.dataList-pager-dropdown-wrapper:hover {
    padding: 0;
    margin-right: 4px;
    font-size: 11px;
    opacity: 1;
}

/**
 * Datalist bulk actions
 * For the selectable lists, ensure that the dropdown stretches to fit all content
 */
.dataList-bulkSelect-actions {
    background-color: #f3f3f3;
    margin-bottom: -5px;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    text-align: left;
}

.dataList-bulkSelect .riq-dropdown .detail-content-list {
    padding: 0;
}

.dataList-bulkSelect .riq-dropdown .detail-content-item {
    display: table-row;
    margin: 0;
    padding: 0;
}

.dataList-bulkSelect .riq-dropdown .detail-content-item-value,
.dataList-bulkSelect .riq-dropdown .detail-content-item-name {
    display: table-cell;
    float: none;
    padding-bottom: 5px;
}

.dataList-bulkSelect .riq-dropdown .detail-content-item-name {
    text-align: left;
}

/**
 * DataList Table
 */
.dataList-table {
    font-size: 12px;
}

.dataList-table-fullWidth {
    width: 100%;
}

.dataList-table tr.dataList-row {
}

.dataList-table tr.dataList-row:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.03);
}

.dataList-table td {
    padding: 2px 5px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    white-space: nowrap;
}

th.dataList-header-cell {
    white-space: nowrap;
    vertical-align: middle;
    padding: 4px 15px 4px 5px;
}

.dataList-table td.dataList-cell {
    padding: 10px 15px 8px 5px;
}

.dataList-row-selecteable {
    cursor: pointer;
}

.dataList-table tr.dataList-row-error {
    background: #faeeed;
}

.dataList-table tr.dataList-row-selected td.dataList-cell,
.dataList-row-selected-details {
    background: #c0e8f7;
}

.dataList-row-selected td.dataList-cell {
    border-bottom: 0 none;
}

.dataList-row-selected-details td.dataList-cell {
    background: rgba(0, 0, 0, 0.1);
}

.dataList-table td.dataList-cell-maxWidth {
    width: 100%;
}

.dataList-table td.dataList-cell-noExtraWidth {
    padding-left: 0;
    padding-right: 0;
}

.dataList-table td.dataList-cell-noExtraHeight {
    padding-top: 0;
    padding-bottom: 0;
}

.dataList-table-readonly-input[type='text'] {
    display: inline-block;
    border: 0;
    box-shadow: none;
    width: 100%;
    background: none;
    word-wrap: normal;
    vertical-align: middle;
    color: #000;
    cursor: default;

    *display: inline;
    *zoom: 1;
}

.dataList-cell-report-icon {
    display: inline-block;
    margin-top: -3px;
    font-size: 18px;
}

.dataList-cell-icon-tooltip {
    color: #aaa;
    border-bottom: 1px dashed #aaa;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.icon-event-phish.dataList-cell-icon-tooltip {
    font-size: 12px;
}

.dataList-cell-dropdown-opener {
    display: inline-block;
    height: 15px;
    padding: 5px 5px 8px 5px;
    margin-top: -5px;
}

.riq-dropdown-open .dataList-cell-dropdown-opener {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.riq-dropdown-open .dataList-cell-dropdown-opener .link {
    color: #fff;
}

.search-data-dataList {
    font-size: 12px;
}
.search-data-header {
    background-color: #e0ded9;
    width: 100%;
}

.search-data-header th,
.search-data-header th:first-child,
.search-data-header th:last-child {
    padding: 3px 8px;
}

.search-data-row {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

td.search-data-column,
/* Required to override skeleton css */
td.search-data-column:first-child,
td.search-data-column:last-child {
    padding: 8px 8px 6px;
    line-height: 1.8em;
    vertical-align: middle;
}

.search-data-dataList-sort,
.search-data-dataList-paging {
    padding: 10px 8px;
    display: inline-block;
}

.search-data-bulkActions-dropdown-wrapper {
    margin: 5px 0;
    display: inline-block;
}

.search-data-dataList .dataList-table {
    width: 100%;
    margin-bottom: 10px;
    background: var(--white);
}

.search-data-dataList-bulkSelect-modify {
    display: none;
}

.search-data-dataList-bulkSelect-all {
    display: none;
}

.dataList-pager-dropdown-wrapper,
.dataList-pager-dropdown-wrapper:hover {
    font-size: inherit;
}

.dataList-paging,
.dataList-sort,
.search-data-controls-export {
    font-size: 12px;
}

.dataList-bulkSelect-dropdown {
    min-width: 400px;
}

.dataList-pageSize-wrapper {
    padding-right: 15px;
}

.dataList-currentPageSizeText {
    color: #3e3e3e;
    line-height: 26px;
    font-weight: 500;
}

.dataList-totalRecords:hover {
    cursor: text;
}

div.dataList-dropdown-text-open,
div.dataList-dropdown-content {
    background-color: transparent;
    color: var(--blue);
}

.dataList-pageSize-option {
    background-color: var(--white);
    color: var(--blue);
    transition: background-color 0.3s;
    padding: 4px 15px;
}

.dataList-pageSize-option:hover {
    background: var(--grayF);
    cursor: pointer;
}

.search-data-row-non_malicious {
    background: var(--green10);
}

.search-data-row-malicious {
    background: var(--red10);
}

.search-data-row-suspicious {
    background: var(--yellow20);
}

.search-data-dataList-button {
    border: 0;
}

.search-data-dataList-button:hover {
    background: none;
}

.small-sized {
    height: 20px;
    width: 20px;
    font-size: 7px;
    margin: 0;
}

.search-facets-group-label {
    display: none;
}

.search-data-facets {
    display: inline-block;
    width: 220px;
    vertical-align: top;
    padding-right: 30px;
    border-right: 2px solid var(--grayE);
}

.search-data-table {
    padding-left: 30px;
    width: calc(100% - 230px);
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
}

.search-data-title {
    color: #777;
    padding: 5px;
    display: inline-block;
}

.facets-tooltip-block {
    padding-bottom: 5px;
}

.loader-wrapper {
    padding: 30px;
    text-align: center;
}

.inlineAction-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    padding: 3px 8px;
    margin: -3px -8px;
}

.inlineAction-wrapper:hover {
    background: #fff;
    border: 1px solid #ddd;
}

.inlineAction-actions {
    /* display: none; */
    position: absolute;
    cursor: pointer;
    left: 100%;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: 3;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-left: 0 none;
    border-radius: 0 4px 4px 0;
}

.inlineAction-wrapper:hover .inlineAction-actions {
    display: block;
}

.inlineAction-action {
    display: inline-block;
    color: #009bd9;
    font-size: 120%;
    line-height: calc(1.8 / 1.2);
}

.inlineAction-action:hover {
    background: rgba(0, 0, 0, 0.05);
}

.inlineAction-wrapper .dropdown-wrapper.projectSelector-dropdown-wrapper {
    font-size: inherit;
}

.inlineAction-wrapper .dropdown-text.projectSelector-dropdown-text {
    padding: 3px 5px;
}

.inlineAction-wrapper .projectSelector-dropdown-content {
    margin-top: -1px;
}

.inlineAction-wrapper .search-results-projectSelector-text-icon {
    font-size: inherit;
}

.searchLink-noLink {
    color: var(--darkBlue);
    font-weight: 500;
    /*border-bottom: 1px dashed var(--darkBlue);*/
}

.toggleList {
    display: inline-block;
    white-space: nowrap;
}

.toggleList-option {
    display: inline-block;
    background: var(--white);
    border: 1px solid var(--grayC);
    margin-right: -1px;
    padding: 3px 10px;
    cursor: pointer;
    user-select: none;
}

.toggleList-option:first-of-type {
    border-radius: 3px 0 0 3px;
}

.toggleList-option:last-of-type {
    border-radius: 0 3px 3px 0;
}

.toggleList-option-selected {
    background-color: var(--blue);
    color: var(--white);
}

.toggleList-option-disabled {
    color: var(--grayC);
    cursor: initial;
}

.toggleSwitch-wrapper {
    display: block;
    position: relative;
    vertical-align: middle;
}

.toggleSwitch {
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
    height: 20px;
    border-radius: 10px;
    background: var(--grayA);
    position: relative;
    width: 45px;
    transition: background 0.5s;
    vertical-align: middle;
}

.toggleSwitch-active {
    background: var(--blue);
}

.toggleSwitch-toggle {
    position: absolute;
    border-radius: 9px;
    width: 18px;
    height: 18px;
    background: var(--white);
    left: 1px;
    top: 1px;
    transition: left 0.5s;
}

.toggleSwitch-toggle-active {
    left: 26px;
}

.toggleSwitch-label {
    padding-left: 10px;
    color: var(--black);
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.tagSelector {
    display: inline-block;
    position: relative;
}

.tagSelector-dropdown {
    padding-top: 10px;
    width: 468px;
}

.tagSelector-categorize-text {
    color: var(--grayC);
}

.tagSelector-categorize-text:hover {
    color: var(--white);
}

.tagSelector-dropdown-text-open .tagSelector-categorize-text {
    color: var(--blue);
}

.tagSelector-dropdown-text-open .tagSelector-categorize-text:hover {
    color: var(--darkBlue);
}

.tagSelector-text {
    display: inline-block;
    font-size: 11px;
    margin-left: 10px;
    padding: 5px 10px;
}

.tagSelector-text-icon {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
}

.tagSelector-field {
    padding: 10px 20px 20px;
}

.tagSelector-label {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: normal;
    display: inline-block;
}

.tagSelector-actions {
    border-top: 1px solid var(--grayD);
    background: var(--grayE);
    padding: 10px 20px;
}

.multiBox-item-text {
    word-break: break-word;
}

.tagList {
    display: inline-block;
    margin-left: 10px;
    white-space: normal;
    line-height: 2.4em;
}

.tagList-item {
    display: inline-block;
    color: var(--white);
    font-weight: 500;
    padding: 6px 9px;
    font-size: 11px;
    margin-right: 5px;
    line-height: 1;
    border-radius: 3px;
    word-break: break-word;
}

.tagList-item:before {
    width: auto;
    padding-right: 3px;
    margin-left: 0;
}

.tag-search,
a.tag-search {
    color: white;
}

a.tag-search:hover,
.tag-search:hover,
a.tag-global:hover,
.tag-global:hover {
    color: white;
}

.tag-remove:hover {
    cursor: pointer;
}

.tagList-classification {
    text-transform: capitalize;
    background: var(--gray7);
}

/** COLORS **/
.tagList-item {
    background: var(--green);
}
.tag-malicious {
    background: var(--red);
}
.tag-suspicious {
    background: var(--orange);
}
.tag-non_malicious {
    background: var(--green);
}
.tag-unknown {
    background: var(--darkYellow);
}
.tag-system,
.tag-global {
    background: var(--blue);
    text-transform: capitalize;
}
.tag-compromised {
    background: var(--red);
}
.tag-dynamicDns {
    background: var(--yellowGreen);
}
.tag-time {
    background: var(--gray7);
}
.tag-crowd_strike {
    font-weight: 400;
    background: var(--black);
    background-image: url('/static/assets/search/favicon_crowdstrike.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 9px;
    padding-left: 30px;
}
.tag-sentinel {
    font-weight: 400;
    background: var(--darkBlue);
    background-image: url('/static/assets/search/favicon_azure.png');
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 9px;
    padding-left: 30px;
}

.tag-system:hover,
.tagList-classification:hover {
    cursor: default;
}

.tag-tooltip-text {
    padding: 2px 6px;
}

.no-metadata {
    white-space: nowrap;
}

/**** Inventory ****/
/* .tag-color-red, .tag-color-red:hover, */
.inventory-list-item-tag.tag-color-red,
.inventory-list-item-tag.tag-color-red:hover {
    background-color: #e3252b;
    color: #fff;
}

/* .tag-color-orange, .tag-color-orange:hover, */
.inventory-list-item-tag.tag-color-orange,
.inventory-list-item-tag.tag-color-orange:hover {
    background-color: #f3743e;
    color: #fff;
}

/* .tag-color-yellow, .tag-color-yellow:hover, */
.inventory-list-item-tag.tag-color-yellow,
.inventory-list-item-tag.tag-color-yellow:hover {
    background-color: #fede4b;
    color: #000;
}

/* .tag-color-green, .tag-color-green:hover */
.inventory-list-item-tag.tag-color-green,
.inventory-list-item-tag.tag-color-green:hover {
    background-color: #72b153;
    color: #fff;
}

/* .tag-color-green-2, .tag-color-green-2:hover, */
.inventory-list-item-tag.tag-color-green-2,
.inventory-list-item-tag.tag-color-green-2:hover {
    background-color: #009e78;
    color: #fff;
}

/* .tag-color-default, .tag-color-default:hover, */
/* .tag-color-blue, .tag-color-blue:hover, */
.inventory-list-item-tag.tag-color-default,
.inventory-list-item-tag.tag-color-default:hover,
.inventory-list-item-tag.tag-color-blue,
.inventory-list-item-tag.tag-color-blue:hover {
    background-color: #1293d1;
    color: #fff;
}

/* .tag-color-indigo, .tag-color-indigo:hover, */
.inventory-list-item-tag.tag-color-indigo,
.inventory-list-item-tag.tag-color-indigo:hover {
    background-color: #302f73;
    color: #fff;
}

/* .tag-color-purple, .tag-color-purple:hover, */
.inventory-list-item-tag.tag-color-purple,
.inventory-list-item-tag.tag-color-purple:hover {
    background-color: #6e2c74;
    color: #fff;
}

/* .tag-color-black, .tag-color-black:hover, */
.inventory-list-item-tag.tag-color-black,
.inventory-list-item-tag.tag-color-black:hover {
    background-color: #000000;
    color: #fff;
}

/* .tag-color-white, .tag-color-white:hover, */
.inventory-list-item-tag.tag-color-white,
.inventory-list-item-tag.tag-color-white:hover {
    background-color: #ffffff;
    color: #000;
}

/* .tag-color-dark-gray, .tag-color-dark-gray:hover, */
.inventory-list-item-tag.tag-color-dark-gray,
.inventory-list-item-tag.tag-color-dark-gray:hover {
    background-color: #777777;
    color: #fff;
}

/* .tag-color-gray, .tag-color-gray:hover, */
.inventory-list-item-tag.tag-color-gray,
.inventory-list-item-tag.tag-color-gray:hover {
    background-color: #aaaaaa;
    color: #000;
}

.timelineMap-wrapper {
    background: #f2f3f5;
    border-top: 1px solid var(--grayE);
    margin: 0;
    padding: 20px 20px 25px;
    position: relative;
    text-align: center;
}

.heatmap-timelineMap .timelineMap-wrapper {
    border: none;
    padding: 0;
}

.timelineMap-weeks {
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
}

.timelineMap-week {
    display: inline-block;
    vertical-align: top;
    opacity: 0.5;
    padding-bottom: 2px;
    min-height: 40px;
    position: relative;
    cursor: pointer;
}

.timelineMap-cellWidth-4 .timelineMap-week,
.timelineMap-cellWidth-3 .timelineMap-week {
    min-height: 33px;
}

.timelineMap-cellWidth-2 .timelineMap-week,
.timelineMap-cellWidth-1 .timelineMap-week {
    min-height: 27px;
}

.timelineMap-week-inHeatmap {
    opacity: 1;
    border-bottom: 3px solid var(--red);
    cursor: default;
}

.timelineMap-rangeText {
    position: absolute;
    top: 100%;
    font-size: 11px;
    padding-top: 3px;
    font-weight: 500;
}

.timelineMap-cellWidth-1 .timelineMap-rangeText {
    text-indent: -50px;
}

.timelineMap-cellWidth-2 .timelineMap-rangeText {
    text-indent: -40px;
}

.timelineMap-cellWidth-3 .timelineMap-rangeText {
    text-indent: -25px;
}

.timelineMap-cellWidth-4 .timelineMap-rangeText {
    text-indent: -10px;
}

.timelineMap-rangeText-hover {
    color: var(--grayA);
    font-style: italic;
}

.timelineMap-label {
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 9px;
    color: #777;
    font-weight: 500;
}

.timelineMap-day {
    width: 5px;
    height: 5px;
    border-right: 1px solid var(--grayF);
    border-bottom: 1px solid var(--grayF);
    background: var(--grayC);
    vertical-align: top;
    cursor: pointer;
}

.timelineMap-cellWidth-4 .timelineMap-day {
    width: 4px;
    height: 4px;
    border-radius: 0;
}

.timelineMap-cellWidth-3 .timelineMap-day {
    width: 3px;
    height: 4px;
    border-radius: 0;
}

.timelineMap-cellWidth-2 .timelineMap-day {
    width: 2px;
    height: 3px;
    border-radius: 0;
    border: 0 none;
}

.timelineMap-cellWidth-1 .timelineMap-day {
    width: 1px;
    height: 3px;
    border-radius: 0;
    border: 0 none;
}

.timelineMap-day .tip {
    background: transparent;
}

.timelineMap-day-placeholder {
    background: transparent;
}

.timelineMap-day-active,
.timelineMap-day-routable,
.timelineMap-day-dynamic {
    background: #3382cb;
}

.timelineMap-day-nonRoutable,
.timelineMap-day-registered {
    background: var(--brown);
}

.timelineMap-day-both {
    background: var(--green);
}

.timelineMap-day-masked {
    background: var(--grayC);
}

.timelineMap-loading {
    text-align: center;
    height: 60px;
}

.inlineAction-wrapper {
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 4px 0 0 4px;
    white-space: nowrap;
    padding: 3px 8px;
    margin: -3px -8px;
}

.inlineAction-wrapper:hover {
    background: #fff;
    border: 1px solid #ddd;
}

.inlineAction-actions {
    display: none;
    position: absolute;
    cursor: pointer;
    left: 100%;
    top: -1px;
    bottom: -1px;
    background: #fff;
    z-index: 3;
    white-space: nowrap;
    border: 1px solid #ddd;
    border-left: 0 none;
    border-radius: 0 4px 4px 0;
}

.inlineAction-wrapper:hover .inlineAction-actions {
    display: block;
}

.inlineAction-action {
    display: inline-block;
    color: #009bd9;
    font-size: 120%;
    line-height: calc(1.8 / 1.2);
}

.inlineAction-action:hover {
    background: rgba(0, 0, 0, 0.05);
}

.whoisDetail-wrapper {
    font-size: 12px;
}

.whoisDetail-wrapper h4 {
    color: var(--brown);
    letter-spacing: 0.1em;
    font-size: 12px;
    margin-top: -2px;
}

.whoisDetail-description {
    padding-bottom: 10px;
}

.whoisDetail-description-spacer {
    padding: 0 5px;
}

.whoisDetail-value,
.whoisDetail-value .inlineAction-wrapper {
    white-space: normal;
    word-break: break-all;
}

.whoisDetail-value-attributes {
    padding-left: 10px;
}

.whoisDetail-values-wrapper {
    margin: -10px -15px -8px -5px;
}

.whoisDetail-values {
    padding: 10px 15px;
}

.whoisDetail-values-new {
    padding: 10px 25px;
    background: var(--green10);
}

.whoisDetail-values-old {
    padding: 10px 25px;
    background: var(--red10);
}

.whoisDetail-values-diffIcon-plus,
.whoisDetail-values-diffIcon-minus {
    float: left;
    color: var(--green);
    margin-left: -18px;
}

.whoisDetail-values-diffIcon-minus {
    color: var(--red);
}

.whoisDetail-table {
    width: 100%;
}

.whoisDetail-content {
    display: flex;
}

.whoisDetail {
    flex: 1 1 auto;
    min-width: 300px;
    max-width: 600px;
}

.whoisDetail-raw-wrapper {
    flex: 1 1 auto;
    padding-left: 15px;
}

.whoisDetail-raw {
    width: 100%;
    height: 100%;
    padding: 10px;
    background: var(--grayF);
    border-color: #e3e5e8;
}

.whoisRecords {
    background: var(--grayF);
    padding: 20px;
}

.whoisRecords-content {
    display: flex;
}

.whoisRecords-list {
    background: var(--white);
    flex: 0 0 220px;
    font-size: 12px;
    margin-right: 20px;
}

.whoisRecords-detail {
    flex: 1 1 auto;
}

.whoisRecords-list-header {
    padding: 15px 14px 5px;
    text-transform: uppercase;
    color: var(--brown);
    font-weight: 500;
    letter-spacing: 0.1em;
}

.whoisRecords-list-item-header {
    padding: 5px 14px;
}

.whoisRecords-list-item {
    padding: 5px 14px;
    cursor: pointer;
}

.whoisRecords-list-item:nth-child(odd) {
    background: var(--grayE);
}

.whoisRecords-list-item:hover {
    background: var(--lightBlue);
}

.whoisRecords-list-item-date {
    display: inline-block;
    width: 100px;
}

.whoisRecords-list-item.whoisRecords-list-item-selected,
.whoisRecords-list-item.whoisRecords-list-item-selected:hover {
    background: var(--green);
    color: var(--white);
}

.whoisRecords-list-item-icon {
    font-size: 14px;
    opacity: 0.5;
    display: inline-block;
    width: 22px;
}

.whoisRecords-detail {
    background: var(--white);
    padding: 20px;
}

.whoisRecords-refresh {
    float: right;
    margin-top: -7px;
}

.whoisRecords-onlyCurrent {
    background: none;
    padding: 0;
}

.whoisRecords-onlyCurrent .whoisRecords-detail {
    padding: 0;
}

.whoisList-wrapper {
    padding: 20px 25px;
    min-height: 600px;
}

.whoisList-title {
    color: var(--brown);
    font-size: 18px;
    font-weight: 400;
}

.csv:after {
    content: ', ';
}

.csv:last-of-type:after {
    content: '';
}

.whoisList-table {
    width: 100%;
    max-width: 1100px;
}

/* DayPicker styles */

.DayPicker {
  display: inline-block;
  font-size: 1rem;
}

.DayPicker-wrapper {
  position: relative;

  flex-direction: row;
  padding-bottom: 1em;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-Months {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.DayPicker-Month {
  display: table;
  margin: 0 1em;
  margin-top: 1em;
  border-spacing: 0;
  border-collapse: collapse;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.DayPicker-NavBar {
}

.DayPicker-NavButton {
  position: absolute;
  top: 1em;
  right: 1.5em;
  left: auto;

  display: inline-block;
  margin-top: 2px;
  width: 1.25em;
  height: 1.25em;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  color: #8B9898;
  cursor: pointer;
}

.DayPicker-NavButton:hover {
  opacity: 0.8;
}

.DayPicker-NavButton--prev {
  margin-right: 1.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC);
}

.DayPicker-NavButton--next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==);
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
  text-align: left;
}

.DayPicker-Caption > div {
  font-weight: 500;
  font-size: 1.15em;
}

.DayPicker-Weekdays {
  display: table-header-group;
  margin-top: 1em;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: 0.5em;
  color: #8B9898;
  text-align: center;
  font-size: 0.875em;
}

.DayPicker-Weekday abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: 0.5em;
  min-width: 1em;
  border-right: 1px solid #EAECEC;
  color: #8B9898;
  vertical-align: middle;
  text-align: right;
  font-size: 0.75em;
  cursor: pointer;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  padding-top: 0.5em;
}

.DayPicker-TodayButton {
  border: none;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  color: #4A90E2;
  font-size: 0.875em;
  cursor: pointer;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #D0021B;
  font-weight: 700;
}

.DayPicker-Day--outside {
  color: #8B9898;
  cursor: default;
}

.DayPicker-Day--disabled {
  color: #DCE0E0;
  cursor: default;
  /* background-color: #eff1f1; */
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #F7F8F8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #DCE0E0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  position: relative;

  background-color: #4A90E2;
  color: #F0F8FF;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
  background-color: #51A0FA;
}

.DayPicker:not(.DayPicker--interactionDisabled)
  .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
  background-color: #F0F8FF;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  position: absolute;
  left: 0;
  z-index: 1;

  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.formInput-wrapper {
    position: relative;
    margin: 0;
    background: var(--white);
}

.formInput-wrapper-focus {
    z-index: 3;
}

.formInput-label {
    position: absolute;
    font-size: 12px;
    left: 15px;
    top: 7px;
    font-weight: normal;
    transition: font-size 0.5s, top 0.5s, opacity 0.5s;
    color: var(--gray7);
    margin: 0;
    line-height: 1.8em;
}

.formInput-label-hasContent {
    left: 13px;
    font-size: 9px;
    color: var(--brown);
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0.7;
}

.formInput-showPassword {
    position: absolute;
    text-transform: uppercase;
    color: var(--blue);
    font-size: 10px;
    right: 13px;
    top: 30px;
}

.formInput-showPassword:hover {
    cursor: pointer;
}

.showingPassword {
    color: var(--gray7);
}

input[type='email'].formInput-field,
input[type='number'].formInput-field,
input[type='search'].formInput-field,
input[type='text'].formInput-field,
input[type='tel'].formInput-field,
input[type='url'].formInput-field,
input[type='password'].formInput-field {
    height: auto;
    width: 100%;
    padding: 15px 12px 15px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid var(--grayC);
    margin: 0 0 -1px;
    display: inline-block;
    background: transparent;
}

input[type='email'].formInput-field:focus,
input[type='number'].formInput-field:focus,
input[type='search'].formInput-field:focus,
input[type='text'].formInput-field:focus,
input[type='tel'].formInput-field:focus,
input[type='url'].formInput-field:focus,
input[type='password'].formInput-field:focus {
    border: 1px solid var(--blue);
}

input[type='email'].formInput-field-hasContent,
input[type='number'].formInput-field-hasContent,
input[type='search'].formInput-field-hasContent,
input[type='text'].formInput-field-hasContent,
input[type='tel'].formInput-field-hasContent,
input[type='url'].formInput-field-hasContent,
input[type='password'].formInput-field-hasContent {
    padding: 21px 12px 9px;
}

/**
 * Message Formats
 */
.formMessage-internal {
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 9px;
    color: var(--grayB);
    text-transform: uppercase;
    font-weight: normal;
}

.formMessage-error {
    color: var(--red);
    font-weight: 500;
}

.formMessage-valid {
    color: var(--green);
}

.formMessage-internal [class^='icon-'] {
    font-size: 14px;
}

.formMessage-external {
    position: absolute;
    left: 100%;
    top: 8px;
    background: var(--red);
    border: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    height: 31px;
    padding: 0 14px 0 19px;
    z-index: 0;
    border-radius: 6px;
    border-top-left-radius: 10px 15px;
    border-bottom-left-radius: 10px 15px;
    display: inline-block;
    color: #fff;
    line-height: 30px;
    min-width: 20px;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 100;
    text-indent: 1px;
}

.formMessage-external:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 11.8%;
    left: -5px;
    background-color: var(--red);
    height: 23px;
    width: 23px;
    transform: rotate(-45deg) skew(-10deg, -10deg);
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
    border-top-right-radius: 100px 40px;
    border-top-left-radius: 30px 2px;
    border-bottom-right-radius: 2px 30px;
    border-bottom-left-radius: 40px 100px;
    border-left: 1px solid var(--red);
}

.formMessage-helpText {
    background: var(--gray3);
    border: 1px solid var(--gray3);
    border-bottom: 1px solid var(--gray3);
}

.formMessage-helpText:before {
    background-color: var(--gray3);
    border-left: 1px solid var(--gray3);
}

select.formSelect-radio {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    margin: 0 0 -1px 0;
    color: var(--black);
    height: auto;
    z-index: 2;
    background: transparent;
    overflow: auto;
}

select.formSelect-field {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    margin: 0 0 -1px 0;
    color: var(--black);
    height: 50px;
    padding-left: 13px;
    border: 1px solid var(--grayC);
    z-index: 2;
    background: transparent;
}

select.formSelect-field:focus {
    border: 1px solid var(--blue);
}

select.formSelect-field option {
    padding: 15px 15px 15px;
}

select.formSelect-field-active {
    padding-top: 20px;
    padding-right: 39px;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--black);
}

select::-ms-expand {
    display: none;
}

.formSelect-dropdown-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 40px;
    background: var(--grayF);
    color: var(--black);
    text-align: center;
    border-left: 1px solid var(--grayC);
    font-size: 16px;
}

.formSelect-Message-internal {
    right: 48px;
}

/**
 * Drop it down yo
 * Namespaced CSS so as to not conflict with other libs using the class "dropdown"
 */
.riq-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.riq-dropdown-text {
    cursor: pointer;
}

.riq-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 5px 0;
    background: #fff;
    border-radius: 4px;
    border: 0 none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    font-size: 12px;
    font-weight: normal;
    color: #333;
    text-shadow: none;
    text-align: left;
    text-transform: none;
}

.riq-dropdown-scrollable {
    max-height: 300px;
    overflow: auto;
}

.riq-dropdown-open .riq-dropdown {
    display: block;
}

/**
 * Support 3 levels of nested dropdowns
 */
.riq-dropdown .riq-dropdown-wrapper .riq-dropdown {
    display: none;
}
.riq-dropdown .riq-dropdown-open .riq-dropdown {
    display: block;
}
.riq-dropdown .riq-dropdown .riq-dropdown-wrapper .riq-dropdown {
    display: none;
}
.riq-dropdown .riq-dropdown .riq-dropdown-open .riq-dropdown {
    display: block;
}

.riq-dropdown-black {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}

/**
 * Position that sh**
 */
.riq-dropdown-pos2-right {
    /** REMOVE THIS WHEN RZA IS REMOVED */
    left: auto;
    right: 0;
}

.riq-dropdown-pos-bottom-right {
    left: auto;
    right: 0;
    bottom: auto;
    top: 100%;
}

.riq-dropdown-pos-right-bottom {
    left: 100%;
    bottom: 0;
    top: auto;
}

.riq-dropdown-pos-top-left {
    left: auto;
    bottom: 100%;
    top: auto;
    right: 0;
}

/**
 * Dropdown list styling
 */
.riq-dropdown-list a,
.riq-dropdown-list-item,
.riq-dropdown-list-item-disabled {
    display: block;
    padding: 4px 15px;
    white-space: nowrap;
    min-width: 100px;
    line-height: 2em;
    color: #1293d1;
    cursor: pointer;
    font-size: 12px;

    -webkit-transition: background linear 0.2s;
    -moz-transition: background linear 0.2s;
    -ms-transition: background linear 0.2s;
    -o-transition: background linear 0.2s;
    transition: background linear 0.2s;
}

.riq-dropdown-list a:hover,
.riq-dropdown-list-item:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05);
}

.riq-dropdown-list-item-disabled,
.riq-dropdown-list-item-disabled:hover {
    cursor: default;
    background: #fff;
    color: #ddd;
}

.riq-dropdown-list a.selected,
.riq-dropdown-list a.selected:hover,
.riq-dropdown-list-item-selected,
.riq-dropdown-list-item-selected:hover {
    background: #1293d1;
    color: #fff;
}

.riq-dropdown-list-item-selected-subtle,
.riq-dropdown-list-item-selected-subtle:hover {
    background: #eee;
    color: #333;
    font-weight: 500;
}

.riq-dropdown-list-item-divider {
    border-bottom: 1px solid #eee;
}

.riq-dropdown-list-item-spacer {
    height: 10px;
}

.riq-dropdown-list-item-header {
    padding: 8px 15px 4px;
    color: #aaa;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 10px;
}

.riq-dropdown-list-item-description {
    display: block;
    padding: 10px 15px;
    margin-bottom: 10px;
    min-width: 100px;
    line-height: 1.5em;
    background: rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

/**
 * Form Element Wrappers
 */
.riq-dropdown-checkbox-item {
    padding: 5px 15px;
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

.riq-dropdown-checkbox-item input {
    margin: -2px 5px 0 0;
    vertical-align: middle;
}

.riq-dropdown-selectbox-item {
    padding: 5px 15px;
    display: block;
    font-size: 12px;
    color: #000;
}

/**
 * Titles and Text
 */
.riq-dropdown-title {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    background: #f2f3f3;
}

.riq-dropdown-instructions {
    font-size: 12px;
    padding: 10px 15px;
    color: #000;
    border-bottom: 1px solid #eee;
}

.riq-dropdown-actions {
    margin-top: 7px;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    background: #f2f3f3;
    margin-bottom: -5px;
    border-radius: 0 0 4px 4px;
}

.riq-dropdown-actions .btn {
    opacity: 1;
}

.riq-dropdown-error {
    padding: 10px 15px;
    color: #e3252b;
    font-weight: 500;
    background: #ffe79d;
}

.dataList-search-filter-input-wrapper {
    position: relative;
}
.dataList-search-filter-icon {
    line-height: 26px;
    position: absolute;
    color: var(--grayB);
    font-size: 12px;
    left: 5px;
}

.dataList-search-filter-input {
    width: 100%;
    padding: 4px 22px 4px;
}

.dataList-search-filter-clear {
    line-height: 26px;
    position: absolute;
    color: var(--grayB);
    font-size: 18px;
    right: 7px;
    cursor: pointer;
}

input::-ms-clear {
    display: none;
}

.search-data-dataList {
    font-size: 12px;
}
.search-data-header {
    background-color: #e0ded9;
    width: 100%;
}

.search-data-header th,
.search-data-header th:first-child,
.search-data-header th:last-child {
    padding: 3px 8px;
}

.search-data-row {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

td.search-data-column,
/* Required to override skeleton css */
td.search-data-column:first-child,
td.search-data-column:last-child {
    padding: 8px 8px 6px;
    line-height: 1.8em;
    vertical-align: middle;
}

.search-data-dataList-sort,
.search-data-dataList-paging {
    padding: 10px 8px;
    display: inline-block;
}

.search-data-bulkActions-dropdown-wrapper {
    margin: 5px 0;
    display: inline-block;
}

.search-data-dataList .dataList-table {
    width: 100%;
    margin-bottom: 10px;
    background: var(--white);
}

.search-data-controls {
    z-index: 1;
}

.search-data-controls .btn {
    font-size: inherit;
    letter-spacing: inherit;
}

.search-data-controls-export {
    float: right;
    padding: 10px 0;
    display: inline-flex;
}

.search-data-controls-export-loader {
    margin: 0 !important;
    font-size: 6px !important;
}

.search-data-controls-export-button {
    padding: 0 8px;
    margin: auto;
}

.search-data-dataList-bulkSelect-modify {
    display: none;
}

.search-data-dataList-bulkSelect-all {
    display: none;
}

.dataList-pager-dropdown-wrapper,
.dataList-pager-dropdown-wrapper:hover {
    font-size: inherit;
}

.dataList-paging,
.dataList-sort,
.search-data-controls-export {
    font-size: 12px;
}

.dataList-bulkSelect-dropdown {
    min-width: 400px;
}

.dataList-pageSize-wrapper {
    padding-right: 15px;
}

.dataList-currentPageSizeText {
    color: #3e3e3e;
    line-height: 26px;
    font-weight: 500;
}

.dataList-totalRecords:hover {
    cursor: text;
}

div.dataList-dropdown-text-open,
div.dataList-dropdown-content {
    background-color: transparent;
    color: var(--blue);
}

.dataList-pageSize-option {
    background: var(--white);
    color: var(--blue);
    transition: background 0.3s;
    padding: 4px 15px;
}

.dataList-pageSize-option:hover {
    background: var(--grayF);
    cursor: pointer;
}

.search-data-row-non_malicious {
    background: var(--green10);
}

.search-data-row-malicious {
    background: var(--red10);
}

.search-data-row-suspicious {
    background: var(--yellow20);
}

.search-data-dataList-button {
    border: 0;
}

.search-data-dataList-button:hover {
    background: none;
}

/**
 * Style encapsulated with .data-table-improvement are
 * associated with the DATA_TABLE_IMPROVEMENT feature
 * flag and can be generalized once the flag is removed
 */
.data-table-improvement .dataList-header-cell.dataList-header-cell-bulkSelect {
    vertical-align: top;
}

.data-table-improvement-dataList-bulkSelect .data-table-improvement-dataList-button {
    border: none;
    margin: 0;
}

.data-table-improvement-dataList-bulkSelect .data-table-improvement-dataList-button:hover {
    background-color: transparent;
}

.data-table-improvement .dataList-header-cell-bulkSelect .dataList-button {
    color: var(--white);
}

.data-table-improvement .search-data-dataList-bulkSelect .data-table-improvement-dataList-button,
.data-table-improvement .search-data-dataList .dataList-button {
    border: none;
    margin: 0;
    padding: 0;
}

.data-table-improvement .dataList-header-cell {
    color: var(--white);
    background-color: var(--grayA);
    padding: 5px 8px;
    font-weight: 400;
    vertical-align: top;
}

.data-table-improvement .dataList-header-cell .icon-sort,
.data-table-improvement .dataList-header-cell .icon-up,
.data-table-improvement .dataList-header-cell .icon-down {
    color: #b3b6b6;
}

.data-table-improvement .dataList-header-cell .icon-sort {
    display: inline-block;
}

.data-table-improvement .dataList-header-cell .btn-minimal {
    line-height: 0.1em;
    font-size: 14px;
    padding: 0;
}

.data-table-improvement .dataList-search-filter-input {
    background-color: var(--gray8);
    border-radius: 4px;
    border: 1px solid var(--gray8);
}

.data-table-improvement .dataList-search-filter-input:focus {
    outline: none;
    border: 1px solid var(--blue);
    background-color: var(--white);
    color: var(--black);
}

.data-table-improvement .dataList-search-filter-input.has-filter-value {
    background-color: var(--white);
    color: var(--black);
}

.data-table-improvement.dataList-pageSize-option {
    padding: 4px 10px;
    float: left;
    color: var(--black);
    font-size: 12px;
}

.btn-minimal.data-table-improvement-dataList-prevPage,
.btn-minimal.data-table-improvement-dataList-nextPage {
    padding: 4px 8px;
    font-size: 16px;
    margin-right: 5px;
}

.btn-minimal.btn-disabled.data-table-improvement-dataList-prevPage,
.btn-minimal.btn-disabled.data-table-improvement-dataList-nextPage {
    color: var(--grayE);
    cursor: default;
}

.data-table-improvement .btn-minimal.data-table-improvement-dataList-button {
    position: relative;
    top: 5px;
}

.data-table-improvement .btn-minimal.data-table-improvement-dataList-button-sort {
    top: 0;
}

.data-table-improvement .search-data-dataList-sort {
    padding: 0;
}

.data-table-improvement.dataList-pageSize-option.selected,
.data-table-improvement.dataList-pageSize-option:hover,
.btn-minimal.data-table-improvement-dataList-prevPage,
.btn-minimal.data-table-improvement-dataList-nextPage,
.btn-minimal.data-table-improvement-dataList-prevPage:hover,
.btn-minimal.data-table-improvement-dataList-nextPage:hover {
    background-color: var(--grayF);
    border-radius: 4px;
}

.data-table-improvement.dataList-pageSize-option.disabled {
    color: var(--grayE);
    cursor: default;
}

.data-table-improvement.dataList-pageSize-option.disabled:hover {
    background-color: var(--white);
    color: var(--grayE);
    cursor: default;
}

.data-table-improvement.search-data-controls {
    float: right;
}

.data-table-improvement.search-data-dataList-paging {
    padding-left: 0;
}

.data-table-improvement .odd-data-row {
    background-color: var(--grayF);
}

.data-table-improvement-dataList-wrapper,
.data-table-improvement-dataList-wrapper .dataList-table {
    width: 100%;
}

.data-table-improvement-dataList-bulkSelect-modify {
    display: none;
}

.osint-table,
.add-osints-table {
    padding: 20px 30px;
}

.osint-input-formInput-wrapper,
.osint-input-comboBox,
.osint-input-toggleList,
.add-osint-submit-button {
    margin: 5px;
}

.osint-form-table {
    width: 100%;
}

.osint-label-td {
    vertical-align: middle;
}

.osint-label {
    text-transform: uppercase;
    color: #888374;
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: normal;
    margin: 5px;
}

.third {
    width: 30%;
}

.long-text {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.add-org-submit-button {
    margin-top: 1em;
}

.addArtifacts {
    min-width: 800px;
}

.addArtifacts-content {
    padding: 15px 20px;
    background: var(--grayF);
}

.addArtifacts-content .formInput-wrapper {
    margin-bottom: 7px;
}

.projectDetail {
    background: none;
}

.projectDetail-header {
    padding: 25px 28px 10px;
}

.projectDetail-header-text {
    font-size: 30px;
    display: inline-block;
    font-weight: 400;
    margin: 0;
}

.projectDetail-header-tagList {
    vertical-align: bottom;
}

.projectDetail-headerActions {
    position: absolute;
    top: 20px;
    right: 0;
}

.projectDetail-headerActions .btn {
    margin-left: 5px;
    vertical-align: top;
}

.projectDetail-admin {
    background: var(--grayC);
    border-radius: 2px;
    border: 1px solid var(--grayB);
    display: inline-flex;
    margin: 0 0 0 10px;
    padding: 0 5px;
}

.projectDetail-admin-section {
    margin: 10px;
}

.projectDetail-admin-label {
    font-weight: 500;
}

.projectDetail-attributes {
    font-size: 12px;
    padding: 0 30px;
    font-size: 12px;
}

.projectDetail-attribute {
    border-right: 1px solid var(--grayD);
    margin-right: 10px;
    padding-right: 10px;
}

.projectDetail-attribute-label {
    font-weight: 100;
    color: var(--grayA);
}

.projectDetail-attribute:last-of-type {
    border-right: 0 none;
}

.projectDetail-attribute-Analyst {
    color: var(--red);
}

.projectDetail-attribute-Private {
    color: var(--red);
}

.projectDetail-attribute-Public {
    color: var(--green);
}

.project-status-Active {
}

.projectDetail-attribute-Inactive {
    font-weight: bold;
    font-style: italic;
    color: var(--orange);
}

.projectDetail-description {
    font-size: 14px;
    line-height: 1.8em;
    padding: 20px 30px;
    max-width: 1350px;
}

.projectDetail-tabs-wrapper {
    padding: 0 30px;
}

.artifacts-table,
.alerts-table,
.history-table {
    padding: 30px;
    margin: 0;
}

.projectDetail-tabs-content {
    background: var(--grayF);
}

.projectDetail-tabs-content .search-artifacts-column {
    max-width: 300px;
}

.projectDetail-tabs-content .search-artifacts-cell {
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectDetail-netblock-query {
    font-weight: 400;
}

.projectDetail-artifactContext-wrapper {
    display: inline-block;
}

.projectDetail-artifactContext {
    display: inline-block;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.projectDetail-description-paragraph {
    padding-bottom: 10px;
}

.projectDetail-tabs-wrapper .search-results-header-tab-active {
    background: var(--white);
}

.projectDetail-share a {
    font-size: 16px;
}

.data-table-improvement-dataList {
    margin-top: 7px;
}

.history-table {
    padding: 30px 30px 60px 30px;
}

.loader-wrapper {
    padding: 30px;
    text-align: center;
}

.projects {
    min-height: calc(100vh - 90px);
    background: var(--white);
}

.projects-header {
    margin: 0 20px;
    padding: 30px 10px 20px;
    border-bottom: 1px solid var(--grayD);
    position: relative;
}

.projects-tabs-feature .projects-header {
    margin: 0;
    padding: 10px 10px 0 20px;
    border-bottom: 0;
    width: 100%;
    min-width: 810px;
    display: flex;
    justify-content: space-between;
}

.projects-header-text {
    display: inline-block;
    padding-right: 15px;
    font-size: 20px;
    color: var(--brown);
    font-weight: 100;
}

.projects-tabs-feature .projects-header-text {
    color: var(--white);
}

.projects-header-link {
    margin-right: 15px;
    font-weight: 500;
    text-transform: none;
    line-height: 28px !important;
    height: 28px !important;
    background: var(--blue);
    color: var(--white);
    transition: background 0.5s;
}

.projects-header-link:hover {
    background: var(--darkBlue);
}

a.projects-header-breadcrumbLink {
    font-weight: 100;
}

.projects-list {
    padding: 25px;
    margin: 0;
}

.projects-box-noProjects {
    min-height: 450px;
}

.projects-promos {
    padding: 20px 25px;
}

.projects-promo-box {
    border-radius: 6px;
    min-height: 300px;
    padding: 10px 25px;
    background-size: 60px auto;
}

.projects .home-box-tours {
    background: var(--green);
    background-size: 90px auto;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    color: var(--white);
    height: 300px;
    min-height: 300px;
}

.projects .home-box-tours-item,
.projects .home-box-tours-item:hover {
    color: var(--white);
    display: block;
    margin-top: 5px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.projects .home-box-promo-title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.projects-promo-box .home-box-tours-content {
    padding: 15px 40px 0 100px;
}

.projects-promo-featured {
    background: var(--grayD);
}

.projects-promo-title {
    color: var(--gray9);
    font-weight: 500;
}

.projects-table {
    width: 100%;
    max-width: 1400px;
}

.projects-promo-table {
    width: 100%;
}

.projects-promo-table td {
    font-size: 12px;
    border-bottom: 1px solid var(--grayC);
    vertical-align: middle;
    height: 40px;
}

.projects-projectName {
    font-size: 12px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 7px;
    white-space: normal;
}

.projects-privacyIcon-Analyst,
.projects-visibilityIcon-analyst {
    color: var(--red);
}

.projects-privacyIcon-Team,
.projects-visibilityIcon-team {
    color: var(--red);
}

.projects-privacyIcon-Community,
.projects-visibilityIcon-community {
    color: var(--green);
}

.projects-status-Inactive {
    color: var(--grayA);
}

.featured-active {
    float: right;
    font-size: 12px;
}

.featured-name,
.featured-name .projects-projectName {
    font-size: 12px;
}

.project-quotas {
    color: var(--brown);
    float: right;
    font-size: 12px;
    margin: 4px;
}

.projects-tabs-feature .project-quotas {
    color: var(--white);
    font-size: 12px;
    font-weight: 100;
    margin: 10px 10px 4px 4px;
    height: 20px;
    min-width: 240px;
}

.project-quota {
    margin-left: 1em;
}

.project-quota-reached {
    color: var(--red);
}

.projects-header-left,
.projects-header-right {
    display: inline-flex;
    flex-direction: row;
}

.projects-mainTabs {
    padding: 0 20px 0;
    min-width: 570px;
}

.projects-mainTabs a {
    color: var(--black);
}

.projects-mainTab {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px 5px 0 0;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    margin-right: 5px;
}

.projects-mainTab-active {
    background: var(--white);
    color: var(--black);
}

.projects-mainTab-inactive a {
    color: var(--white);
    font-weight: 100;
}

.projects-header-enterprise {
    background: var(--gray5);
}

.projects-header-community {
    background: #00264d;
}

.projects-header-newProject:hover {
    font-weight: 100;
}

.searchBar-resolutions-wrapper {
    width: 100%;
    font-size: 12px;
    background-color: transparent;
    transition: 0.2s background linear, 0.2s box-shadow linear, 0.75s left, height 0.2s;
    display: inline-block;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 10;
    left: 160px;
    width: calc(100vw - 520px);
    height: 50px;
    overflow: hidden;
    white-space: nowrap;
}

.searchBar-resolutions-wrapper-sidebarOpen {
    left: 370px;
}

.searchBar-resolutions-wrapper.collapsed-searchBar-resolutions-wrapper {
    background-color: var(--gray3);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
}

.searchBar-rightContent {
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    transition: 0.2s margin-top linear;
}

.searchBar-rightContent-slideUp {
    margin-top: -50px;
}

.searchBar-input-wrapper {
    display: inline-block;
    border-radius: 30px;
    height: 30px;
    background: var(--white);
    position: relative;
}

.tip.searchBar-input-message {
    left: 0;
}

input.searchBar-input[type='text'] {
    background: transparent;
    border: 0 none;
    outline: none;
    box-shadow: none;
    min-width: 200px;
    width: 290px;
    height: 30px;
    border-radius: 25px;
    vertical-align: middle;
    padding-left: 5px;
}

.searchBar-input-icon {
    vertical-align: middle;
    color: var(--grayD);
    margin-left: 8px;
    line-height: 30px;
}

.searchBar-input-button {
    color: var(--lightBlue);
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 0 20px 20px 0;
    text-align: center;
    background-color: var(--white);
    transition: color 0.5s, background-color 0.5s;
}

.searchBarHome-input-dropdown {
    padding: 0;
    border: 0 none;
}

.searchBarHome-input-dropdown .searchBar-dropdown-content {
    min-width: 0;
}

.searchBarHome-input-dropdown-text {
    font-size: 16px;
    padding: 9px 0 4px 10px;
}

.searchBar-expansion-active {
    background-color: var(--grayE);
}

.searchBar-dropdown-expansion-arrow {
    position: absolute;
    right: 5px;
}

.searchBar-dropdown-expansion-label {
    display: inline-block;
}

.searchBar-dropdown-expansion-content {
    display: none;
    position: absolute;
    left: 100%;
    box-shadow: 0 6px 12px var(--black30);
}

.expansion-open {
    display: inline-block;
    background-color: var(--grayF);
}

.searchBarSearch-input-dropdown-text {
    position: relative;
    padding-left: 5px;
}

.searchBar-input-button:hover {
    color: var(--blue);
    background-color: var(--grayE);
}

.searchBar-history {
    vertical-align: middle;
    height: 50px;
}

.searchBar-history-item {
    display: inline-block;
    color: var(--white);
    border-radius: 15px;
    background-color: var(--gray7);
    padding: 5px 15px;
    margin: 2px 0 2px 7px;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    height: 30px;
}

.searchBar-history-item:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 11.8%;
    left: -3px;
    background-color: var(--gray7);
    height: 23px;
    width: 23px;
    transform: rotate(-45deg) skew(-10deg, -10deg);
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
    border-top-right-radius: 100px 40px;
    border-top-left-radius: 30px 2px;
    border-bottom-right-radius: 2px 30px;
    border-bottom-left-radius: 40px 100px;
    border-left: 1px solid var(--gray7);
}

.searchBar-history-item:hover {
    cursor: pointer;
    color: var(--white);
    background-color: var(--gray8);
}

.searchBar-history-item:hover:before {
    background-color: var(--gray8);
}

.searchBar-history-item-text {
    position: relative;
    z-index: 2;
}

.searchBar-history-link {
    text-decoration: underline;
}

.searchBar-history-dropdown {
    display: inline-block;
}

.searchBar-history-dropdown:hover {
    cursor: pointer;
}

.searchBar-history-dropdown-button {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    margin-left: 3px;
    padding: 5px 15px;
    vertical-align: middle;
    background-color: var(--gray7);
    color: white;
}

.searchBar-history-dropdown-list {
    color: var(--black);
}

.searchBar-history-dropdown-list-open {
    min-width: 200px;
}

.searchBar-history-dropdown-list-item {
    padding: 5px;
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 100px;
}

.searchBar-history-dropdown-list-item:hover {
    background-color: var(--gray8);
}

.searchBar-history-text {
    color: var(--white);
}

.searchBar-history-dropdown-text-open {
    background: none;
    box-shadow: none;
}

.searchBar-history-dropdown-text-open .searchBar-history-dropdown-button {
    background: var(--darkBlue);
}

/* FOOTPRINTS SEARCH BAR STYLING */
.searchBarFootprints-wrapper {
    font-size: 18px;
    background-color: var(--white);
    padding: 30px;
}

.searchBarFootprints-header-text {
    font-size: 22px;
    padding-bottom: 18px;
    color: var(--brown);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.searchBarFootprints-input-wrapper {
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 50px;
    position: relative;
}

.searchBarFootprints-input-icon {
    display: inline-block;
    color: var(--grayA);
    padding-right: 10px;
    margin: 0 10px 0 10px;
    border-right: 3px solid var(--grayD);
}

.searchBarFootprints-input-cell {
    color: var(--grayF);
}

input.searchBarFootprints-input[type='text'],
input.searchBarFootprints-input[type='text']:focus,
input.searchBarFootprints-input[type='text']:active {
    display: inline-block;
    background: none;
    border: 0 none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

.searchBar-dropdown-content {
    z-index: 7;
}

/**
 * HOME SEARCH BAR
 */

.searchBarHome-wrapper {
    font-size: 18px;
    background-color: var(--grayA);
    padding: 30px;
    height: 108px;
}

.searchBarHome-input-wrapper {
    background: #fff;
    white-space: nowrap;
    border-radius: 50px;
    position: relative;
}

.searchBarHome-input-wrapper-error {
    background: var(--lightYellow);
    color: var(--red);
}

.searchBarHome-input-table {
    width: 100%;
    margin: 0;
    padding: 0;
}

td.searchBarHome-input-pre,
td.searchBarHome-input-post {
    border: 0 none;
    background: 0 none;
    padding: 0;
    vertical-align: middle !important;
}
td.searchBarHome-input-cell {
    border: 0 none;
    width: 100%;
    padding: 5px 0 !important;
    vertical-align: middle !important;
}

.searchBarHome-input-icon-error {
    display: inline-block;
    color: var(--red);
}

.searchBarHome-input-icon {
    display: inline-block;
    color: var(--grayD);
    margin: 0 0 0 10px;
}

.searchBar-dropdown-content {
    min-width: 300px;
    font-size: 14px;
    padding: 10px 0;
}

input.searchBarHome-input[type='text'],
input.searchBarHome-input[type='text']:focus,
input.searchBarHome-input[type='text']:active {
    display: inline-block;
    background: none;
    border: 0 none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

.searchBarHome-input-button {
    display: inline-block;
    cursor: pointer;
    color: var(--blue);
    opacity: 0.5;
    transition: opacity 0.5s;
    margin: 0 10px;
}

.searchBarHome-input-button:hover {
    opacity: 1;
}

.resultSearchBar {
    background-color: transparent;
    font-size: 12px;
    height: 50px;
    left: 160px;
    padding: 10px;
    position: fixed;
    top: 0;
    transition: 0.75s left;
    white-space: nowrap;
    width: calc(100vw - 520px);
    z-index: 999;
}

/**
 * Input field
 */
.resultSearchBar-input {
    display: inline-block;
    height: 50px;
    background: var(--blue);
    position: relative;
    vertical-align: top;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    margin: -10px 5px 0 0;
    line-height: 45px;
    padding: 0 10px 5px 5px;
}

.resultSearchBar-input-error {
    background: var(--lightYellow);
    color: var(--red);
}

.resultSearchBar-input-focus {
    box-shadow: 0 0 5px 2px rgba(200, 200, 255, 1);
}

.tip.searchBar-input-message {
    left: 0;
}

.resultSearchBar-input-icon {
    vertical-align: middle;
    color: var(--white80);
    margin-left: 8px;
    line-height: 30px;
}

.resultSearchBar-input-icon-error {
    color: var(--red);
}

.resultSearchBar-input-text {
    display: inline-block;
    line-height: 30px;
    white-space: nowrap;
    height: 30px;
    vertical-align: middle;
    padding: 0 10px 0 5px;
    white-space: nowrap;
    overflow: hidden;
}

.resultSearchBar-input-text:focus {
    border: 0 none;
    box-shadow: none;
    outline: none;
}

.resultSearchBar-input-text br {
    display: none;
}

.resultSearchBar-input-button {
    color: var(--white80);
    cursor: pointer;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    transition: color 0.5s, background-color 0.5s;
}

.resultSearchBar-input-button:hover {
    color: var(--white);
}

.resultSearchBar-dropdown-wrapper {
    display: none;
    transition: color 0.5s;
}

.resultSearchBar-dropdown-wrapper:hover {
    color: var(--white);
}

.resultSearchBar-input-focus .resultSearchBar-dropdown-wrapper,
.resultSearchBar-input-message {
    display: inline-block;
}

.resultSearchBar-dropdown-text {
    color: var(--white80);
    padding-right: 5px;
    padding-bottom: 0;
    transition: color 0.2s;
}

.resultSearchBar-dropdown-text-error {
    color: var(--blue);
    padding-right: 5px;
    padding-bottom: 0;
    transition: color 0.2s;
}

.resultSearchBar-dropdown-text:hover {
    color: var(--white);
}

.resultSearchBar-dropdown-text-open {
    color: var(--darkBlue);
}

.resultSearchBar-dropdown-text-open:hover {
    color: var(--darkBlue);
}

/**
 * Breadcrumb
 */
.resultSearchBar-breadcrumbs {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    overflow: hidden;
    white-space: normal;
}

.resultSearchBar-breadcrumb {
    display: inline-block;
    color: var(--white);
    border-radius: 15px;
    background-color: #004f98;
    padding: 5px 15px;
    margin: 0 0 10px 7px;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    position: relative;
    height: 30px;
    white-space: nowrap;
}

.resultSearchBar-breadcrumb:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 11.8%;
    left: -3px;
    background-color: #004f98;
    height: 23px;
    width: 23px;
    transform: rotate(-45deg) skew(-10deg, -10deg);
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
    border-top-right-radius: 100px 40px;
    border-top-left-radius: 30px 2px;
    border-bottom-right-radius: 2px 30px;
    border-bottom-left-radius: 40px 100px;
    border-left: 1px solid #004f98;
}

.resultSearchBar-breadcrumb:hover,
.resultSearchBar-history-dropdown-button:hover {
    cursor: pointer;
    color: var(--white);
    background-color: #00264d;
}

.resultSearchBar-breadcrumb:hover:before {
    background-color: #00264d;
}

.resultSearchBar-breadcrumb-text {
    position: relative;
    z-index: 2;
}

/**
 * dropdown
 */
.resultSearchBar-history-dropdown {
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    margin-top: -4px;
}

.resultSearchBar-history-dropdown-button {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    margin-left: 3px;
    padding: 0 10px;
    background-color: var(--black20);
    color: white;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    font-size: 16px;
}

.resultSearchBar-history-dropdown-options {
    color: var(--black);
}

.resultSearchBar-history-dropdown-content-open {
    max-height: 500px;
    overflow-y: scroll;
}

.resultSearchBar-history-dropdown-text-open {
    background: var(--black);
}

.resultSearchBar-history-dropdown-content .dropdown-option {
    font-weight: normal;
    color: var(--black);
}

.resultSearchBar-expansion {
    line-height: 27px;
}

/**
 * Paid User
 */
.resultSearchBar-paid .resultSearchBar-history-dropdown-button {
    background-color: var(--white20);
}

.app-has-workspace .resultSearchBar-paid .resultSearchBar-history-dropdown-button {
    background-color: var(--black20);
}

.collapsed-search-results-title-wrapper {
    z-index: 4;
    width: calc(100vw - 483px);
}

.collapsed-search-results-title-wrapper .search-results-current-query {
    font-size: 13px;
    font-weight: 500;
}

.collapsed-search-results-title-wrapper .tagSelector-dropdown-text {
    color: var(--darkBlue);
}

.searchResult-topSection {
    margin: 20px;
}

.search-container {
    background: var(--grayD);
    min-height: calc(100vh - 142px);
    border-bottom: 1px solid transparent;
}

.searchResult-section,
.footprints-summary {
    padding: 15px 20px;
    background-color: var(--white);
    margin: 20px;
    position: relative;
}

.searchResult-section-toggle {
    font-size: 11px;
    margin-bottom: 15px;
}

.searchResult-section-toggle-closed {
    margin-bottom: 0;
}

.searchResult-section-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
    cursor: pointer;
    padding: 0 50px 10px 0;
}

.searchResult-section-toggle-tip {
    display: inline-block;
    font-size: 11px;
    color: var(--grayC);
    font-style: italic;
    margin-left: 10px;
}

.searchResult-section-toggle-noData {
    font-size: 12px;
    color: var(--red);
    display: inline-block;
    font-style: italic;
    margin-left: 10px;
}

.searchResult-section-toggle-closed .searchResult-section-toggle-tip {
    display: none;
}

.searchResult-section-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 5000px;
    opacity: 1;
}

.searchResult-section-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.searchResult-section-subTabs-wrapper {
    padding-top: 15px;
    clear: both;
}

.searchResult-section-subTabs-wrapper .detail-content .sub-tab-content {
    padding: 0;
    overflow: visible;
}

.search-results-header {
    background-color: white;
    padding: 20px 20px 0 20px;
    position: relative;
}

.search-results-header-actions {
    position: absolute;
    right: 20px;
    top: 15px;
    white-space: nowrap;
}

.search-results-header-action {
    font-size: 18px;
    margin-left: 7px;
}

.search-results-header-firstLast {
    font-size: 12px;
    color: var(--gray6);
    padding-left: 10px;
    font-weight: bold;
}

.search-results-header-firstLast-spacer {
    padding: 0 7px;
}

.search-results-current-query {
    font-size: 20px;
    color: black;
    display: inline-block;
}

.search-results-projectSelector-text-icon {
    font-size: 26px;
    color: var(--blue);
    vertical-align: bottom;
}

.search-results-header .search-results-projectSelector > .dropdown-wrapper {
    font-size: 26px;
}

.search-results-tagsList {
    display: block;
    vertical-align: top;
    padding-top: 0;
}

.search-results-tagsList-noTags {
    display: inline-block;
    vertical-align: baseline;
}

.search-results-header-tabs {
    display: inline-block;
    padding-top: 15px;
    margin-bottom: -1px;
}

.search-results-header-tab {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px 7px;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
}

.search-results-header-tab-inactive:hover {
    background: var(--white40);
}

.search-results-header-tab-active {
    background: var(--white);
}

.intermediate-search-results-header-tab-active {
    background: var(--grayD);
}

.search-results-header-tab-no-permission {
    opacity: 0.3;
}

.search-results-header-tab-no-permission:hover {
    cursor: not-allowed;
}

/*.search-results-data-container {
    transition: height 0.5s;
    transition: opacity 0;
}*/

.search-results-component-wrapper {
    padding: 20px;
    background-color: var(--white);
    margin: 20px;
}

.search-results-data-open {
}

.search-results-data-closed {
    height: 0;
    opacity: 0;
}

.search-results-title-data {
    font-size: 10px;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
}

.search-results-data-navigation {
    background-color: #c4c7c8;
    border-radius: 25px;
    width: 500px;
    font-size: 12px;
}

.search-results-data-navigation-link {
    padding: 5px;
    display: inline-block;
}

.search-results-data-navigation-link:hover {
    background-color: #00a0df;
}

.search-results-data-navigation-link-text {
    color: white;
}

.search-results-data-navigation-link-text:hover {
    color: white;
}

/**
 * Data Tabs
 */
.sub-tabs {
    display: block;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 15px;
}

.sub-tab {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    padding: 4px 15px;
    border: 0 none;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background: var(--grayC);
    position: relative;
    white-space: nowrap;
}

.sub-tab:first-of-type {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.sub-tab:last-of-type {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.sub-tab:hover {
    background: var(--grayB);
}

.sub-tab.app-tab-active,
.sub-tab.app-tab-active:hover {
    background: var(--blue);
}

.sub-tab-content {
    display: none;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 20px 0 0;
    *zoom: 1;
}

.sub-tab-content.app-tab-content-active {
    display: block;
}

.sub-tab-content:before,
.sub-tab-content:after {
    display: table;
    content: '';
    line-height: 0;
}

.sub-tab-content:after {
    clear: both;
}

/**
 *
 */
.searchResult-section .sub-tabs {
    margin-top: -20px;
}

/**
 * SEARCH FACETS OVERRIDES
 *
 * Note : Because it seems the order of files can be variable i have to add the ".searchResult-section" rule in front
 * to make sure the styling takes.
 */
.searchResult-section .search-facets-facet-label {
    background: var(--grayD);
    text-transform: uppercase;
    font-weight: normal;
    padding: 8px 15px;
    letter-spacing: 0.1em;
    font-size: 11px;
}

.searchResult-section .search-facets-facet-open .search-facets-facet-label {
    background-color: var(--lightBlue);
}

.searchResult-section .search-facets-facet-toggle {
    display: none;
}

.searchResult-section .search-facets-facet-label-name {
    color: var(--black);
}

.searchResult-section .search-facets-facet-label-name span {
    letter-spacing: 0;
    font-size: 10px;
    color: var(--gray6);
    padding-left: 5px;
}

.searchResult-section .search-facets-facet.search-facets-facet-open {
    background: transparent;
    border: 0 none;
}

.searchResult-section .search-facets-facet-value {
    background-color: var(--white);
    transition: background-color 0.5s;
}

.searchResult-section .search-facets-facet-value:hover {
    background-color: var(--grayF);
}

.searchResult-section .search-facets-facet-value.search-facets-facet-included,
.searchResult-section .search-facets-facet-value.search-facets-facet-included:hover {
    background-color: var(--green);
}

.searchResult-section .search-facets-facet-value.search-facets-facet-excluded,
.searchResult-section .search-facets-facet-value.search-facets-facet-excluded:hover {
    background-color: var(--red);
}

.searchResult-section .search-facets-facet-values-empty {
    display: block;
    padding: 10px 15px 7px;
    color: var(--gray8);
}

.searchResult-section .search-facets-facet-value-include:hover,
.searchResult-section .search-facets-facet-value-exclude:hover {
    color: var(--blue);
}

/**
 * LOADING
 */
.searchResult-loading-message {
    font-size: 14px;
    margin: 0;
}

.searchResult-loading-message-label {
    color: var(--grayC);
    display: inline-block;
    margin-left: 15px;
}

.searchResult-loading-message-search {
    color: var(--gray8);
    font-size: 24px;
    font-weight: 500;
}

.icon-info-circled {
    font-size: 14px;
    color: var(--gray5);
}

.footprints-summary {
}

.footprints-summary-hide {
    top: 15px;
    left: 20px;
}

table.footprints-summary-table td {
    border: none;
    padding: 50px 40px 20px;
}

table.about-footprints-insights-table td {
    border: none;
    vertical-align: middle;
}

.footprints-summary-stats {
}

table.footprints-summary-table td.footprints-summary-note {
    padding-top: 30px;
}

.footprints-summary-note {
    background: var(--lightYellow);
    width: 100%;
}

.searchResult-footprint-input-editable {
    line-height: 2em;
}

/**
 * Search Result Header
 */
.searchResult-header {
    background: var(--darkerBlue);
    color: var(--white);
    height: 50px;
    width: 100vw;
    position: fixed;
    top: 50px;
    z-index: 6;
    transition: 0.2s box-shadow;
    box-shadow: 0 2px 2px 0 var(--black10);
}

.searchResult-header-scrolled {
    box-shadow: 0 2px 2px 0 var(--black50);
}

.searchResult-header-projectSelector {
    font-size: 24px;
    vertical-align: top;
    border-right: 1px solid var(--white20);
}

.searchResult-header-projectSelector .dropdown-text {
    color: var(--white);
    font-size: 26px;
    padding: 5px 11px;
    height: 50px;
}

.searchResult-header-projectSelector .projectSelector-dropdown-text-open {
    background: var(--black);
}

.searchResult-header-name {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: var(--blue);
    max-width: 300px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.searchResult-header-stackedAttributes {
    display: inline-block;
    font-size: 11px;
    border-right: 1px solid var(--white20);
    padding: 5px 15px 0;
    height: 50px;
    position: relative;
    vertical-align: top;
}

.searchResult-header-stackedAttributes-inventory .searchResult-header-stackedAttribute,
.searchResult-header-stackedAttributes-events .searchResult-header-stackedAttribute {
    padding-left: 30px;
}

.searchResult-header-stackedAttributes-inventory .searchResult-header-icon,
.searchResult-header-stackedAttributes-events .searchResult-header-icon {
    position: absolute;
    height: 100%;
    line-height: 40px;
    font-size: 20px;
    margin: 0;
    margin-right: 15px;
}

.searchResult-header-stackedAttributes-inventory .searchResult-header-icon [class*='icon-']:before,
.searchResult-header-stackedAttributes-events .searchResult-header-icon [class*='icon-']:before {
    margin: 0;
}

.searchResult-header-stackedAttributes-events .searchResult-header-stackedAttribute {
    line-height: 40px;
}

.searchResult-header-stackedAttributes .tip {
    white-space: nowrap;
}

.searchResult-header-stackedAttribute {
    line-height: 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.searchResult-header-stackedAttribute-name {
    display: inline-block;
    color: var(--white50);
    padding-right: 10px;
    vertical-align: top;
}

.searchResult-header-stackedAttribute-whois-name {
    width: 60px;
}

.searchResult-header-stackedAttribute-value {
    vertical-align: top;
    display: inline-block;
    font-weight: 500;
    max-width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchResult-header-stackedAttribute-link {
    color: var(--lightBlue);
}

.stackedAttribute-tooltip-whois-text {
    text-align: left;
    padding: 3px 6px;
}

.searchResult-header-tags-wrapper {
    vertical-align: top;
    min-height: 50px;
    display: inline-block;
    background: #00264d;
}

.searchResult-header-tags {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: -13px;
}

/*
 * Force the tags to align middle by default
 * and then center themselves when there is
 * more than one row
 */
.searchResult-header-tags:before {
    content: '';
    display: inline-block;
    min-height: 50px;
    vertical-align: middle;
}

.searchResult-header-tags .tagList {
    line-height: 18px;
}

.searchResult-header-tags .tagList-item {
    vertical-align: top;
    margin-top: 3px;
    padding: 3px 9px 4px;
    line-height: 13px;
    margin-left: -3px;
    margin-right: 5px;
}

.searchResult-header-tags .tagSelector-dropdown-text {
    color: var(--white);
}

.searchResult-header-tags .tagSelector-dropdown-text:hover {
    color: var(--blue);
}

.searchResult-header-tags .tagSelector-dropdown-text-open,
.searchResult-header-tags .tagSelector-dropdown-text-open:hover {
    color: var(--black);
}

.searchResult-mainTabs {
    background: var(--grayD);
    padding: 65px 20px 0;
}

.searchResult-mainTab {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px 5px 0 0;
    font-size: 12px;
    cursor: pointer;
    background: transparent;
    margin-right: 5px;
}

.searchResult-mainTab-inactive:hover {
    background: var(--white40);
}

.searchResult-mainTab-hidden {
    visibility: hidden;
}

.searchResult-mainTab-active {
    background: var(--white);
}

.searchResult-mainTab-active-edition-text {
    color: var(--grayB);
    padding-left: 5px;
}

.searchResult-mainTab-disabled:hover {
    cursor: default;
    background: transparent;
}

.searchResult-contentWrapper {
    background: var(--white);
}

.searchResult-contentWrapper .searchResult-section {
    margin: 0;
    padding-top: 25px;
}

/**
 * Enterprise user header
 */
.searchResult-header-enterprise,
.searchResult-header-enterprise .searchResult-header-tags-wrapper {
    background: var(--gray3);
}

.searchResult-header-enterprise .searchResult-header-stackedAttribute-link {
    color: var(--blue);
}

td.search-data-column {
    vertical-align: top;
}

.search-certificate-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-certificate-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-certificate-data-header-closed {
    margin-bottom: 0;
}

.search-certificate-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-certificate-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    opacity: 1;
}

.search-certificate-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-certificate-title {
    text-transform: uppercase;
}

.search-certificate-showMore-text {
    padding-top: 8px;
    text-decoration: underline;
    color: var(--gray9);
}

td.search-data-column.search-certificate-column.item.column-sha-1 {
    width: 50%;
}

td.search-data-column.search-certificate-column,
td.search-data-column.search-certificate-column:last-child {
    vertical-align: top;
}

.search-certificate-history-table-container {
    padding-left: 40px;
}

.search-certificate-details-text {
    padding-left: 20px;
}

.toggle-container {
    position: relative;
}

.toggle {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: transform linear 0.2s;
    -moz-transition: transform linear 0.2s;
    -o-transition: transform linear 0.2s;
    transition: transform linear 0.2s;
}

.selected .toggle {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.search-error-container {
    width: 100%;
}

td.search-data-column {
    vertical-align: top;
}

.search-components-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-components-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-components-data-header-closed {
    margin-bottom: 0;
}

.search-components-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-components-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 5000px;
    opacity: 1;
}

.search-components-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-error-container {
    width: 100%;
}

.search-data-count {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 0 7px;
    margin-left: 0.5em;
}

td.search-data-column {
    vertical-align: top;
}

.search-cookies-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-cookies-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-cookies-data-header-closed {
    margin-bottom: 0;
}

.search-cookies-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-cookies-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 20000px;
    opacity: 1;
}

.search-cookies-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-cookies-title {
    text-transform: uppercase;
}

.search-error-container {
    width: 100%;
}

td.search-data-column {
    vertical-align: top;
}

.search-tag-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-tag-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-tag-data-header-closed {
    margin-bottom: 0;
}

.search-tag-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-tag-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 5000px;
    opacity: 1;
}

.search-tag-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-tag-title {
    text-transform: uppercase;
}

td.search-data-column {
    vertical-align: top;
}

.search-trackers-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-trackers-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-trackers-data-header-closed {
    margin-bottom: 0;
}

.search-trackers-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-trackers-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 5000px;
    opacity: 1;
}

.search-trackers-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-trackers-title {
    text-transform: uppercase;
}

.search-error-container {
    width: 100%;
}

td.search-data-column {
    vertical-align: top;
}

.search-whois-container {
    padding: 20px;
    margin: 20px;
    background-color: white;
}

.search-whois-data-header {
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 15px;
}

.search-whois-data-header-closed {
    margin-bottom: 0;
}

.search-whois-toggle-text {
    font-size: 11px;
    text-transform: uppercase;
    color: var(--gray7);
    font-weight: 500;
}

.search-whois-add-tag-wrapper {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
}

.search-whois-add-tag-options {
    display: inline-block;
    margin: 0 10px;
}

.search-whois-add-tag-option {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 5px;
}

.search-whois-add-tag-watching {
    display: inline-block;
    border: 1px solid #ccc;
    height: 36px;
    padding: 5px;
}

.search-whois-data-content {
    transition: max-height 0.5s, opacity 0.5s;
    max-height: 5000px;
    opacity: 1;
}

.search-whois-data-content-closed {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.search-whois-add-tag-input-wrapper {
    display: inline-block;
    margin: 0 10px;
    width: 500px;
}

.search-whois-add-tag-input {
    height: 36px;
    width: 100%;
}

.search-whois-add-tag-input-button {
    margin-left: -40px;
    width: 40px;
    font-size: 16px;
    color: white;
    background-color: #00a0df;
}

.search-whois-title {
    text-transform: uppercase;
}

.search-whois-table {
    border: 1px solid #ccc;
    padding: 5px;
}

td.search-whois-table-item {
    border: 1px solid #ccc;
    padding: 10px;
}

.search-whois-checkbox {
    padding-right: 20px;
}

.search-error-container {
    width: 100%;
}

.input-editable [class^='icon-'] {
    margin-left: 0.5em;
}

.input-editable-list [class^='icon-'] {
    margin-left: 0;
}

.note-edit {
    color: var(--blue);
    font-size: 12px;
}

.note-edit-pencil {
    margin-left: -2px;
}

.editable-tip {
    font-style: italic;
    color: var(--gray9);
}

.editable-disabled {
    color: var(--gray9);
    cursor: initial;
}

.editable-disabled:hover {
    color: var(--gray9);
}

.settings-password-form [class^='icon-'] {
    margin-left: 0.5em;
}

.settings-password-form .loader {
    margin-right: 1em;
}

.settings-password-form {
    width: 580px;
    display: inline-block;
}

/**
 * Dropdown
 */
.microsoft-form-field {
    padding: 10px 20px 20px;
}

.microsoft-form {
    display: inline-block;
    position: relative;
}

.microsoft-form-dropdown {
    padding-top: 10px;
}

.microsoft-form-dropdown-text {
    padding: 5px;
}

.microsoft-form-text {
    display: inline-block;
    color: var(--blue);
    font-size: 11px;
    padding: 0 0 0 0.5em;
}

.microsoft-form-text-icon {
    font-size: 14px;
}

.microsoft-form-field {
    padding: 10px 20px 20px;
    width: 350px;
}

.microsoft-form-label {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.microsoft-form-actions {
    border-top: 1px solid var(--grayD);
    background: var(--grayE);
    padding: 10px 20px;
}

.settings-team .search-data-controls {
    display: none;
}

.settings-team-meta {
    text-transform: none;
    letter-spacing: normal;
}

/**
 * Dropdown
 */
.team-form-field {
    padding: 10px 20px 20px;
}

.team-form-field .formInput-field {
    width: 100%;
    height: 100%;
    font-weight: 400;
    padding: 20px;
}

.team-form-field .formInput-field:focus {
    outline: none;
}

.team-form-field .formInput-label {
    padding: 1px 0 0 7px;
}

.team-form {
    display: inline-block;
    position: relative;
}

.team-form .team-form-quota-exceeded {
    color: var(--red);
    font-size: 12px;
    font-weight: 400;
    width: 100%;
    height: 70px;
    padding: 8px 14px 15px 13px;
}

.settings-team-meta a[class^='icon-'] {
    font-size: 12px;
    margin-right: 0.5em;
}

.team-form-dropdown {
    padding-top: 10px;
}

.team-form-dropdown-text {
    padding: 5px;
}

.team-form-text {
    display: inline-block;
    color: var(--blue);
    font-size: 11px;
    padding: 0 0 0 0.5em;
}

.team-form-text-icon {
    font-size: 14px;
}

.team-form-field {
    padding: 10px 20px 20px;
    width: 400px;
}

.team-form-label {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.team-form-toggle-list {
    display: block;
    text-align: center;
    margin: 10px 0;
    overflow: auto;
}

.team-form-actions {
    border-top: 1px solid var(--grayD);
    background: var(--grayE);
    padding: 10px 20px;
}

.team-form-actions .disabled {
    background-color: var(--grayC);
    cursor: initial;
}

.team-form-actions .disabled:hover {
    background-color: var(--grayC);
}

.settings-sources-header {
    color: grey;
    padding-bottom: 5px;
}

.settings-sources-column {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}

.sources-form {
    display: inline-block;
    margin-top: -3px;
}

.settings-sources-source {
    display: flex;
    white-space: nowrap;
    height: auto;
    margin: 10px;
}

.settings-sources-source .tooltip,
.sources-form-dropdown {
    white-space: normal;
}

.settings-sources-source .icon-info-circled {
    padding: 0 0 0 0.5em;
    color: var(--gray3);
}

.checkbox-list-item.settings-sources-source-checkbox {
    display: inline-block;
}

/**
 * Dropdown
 */
.sources-form-field {
    padding: 10px 20px 20px;
}

.sources-form {
    display: inline-block;
    position: relative;
}

.sources-form-dropdown {
    padding-top: 10px;
}

.sources-form-dropdown-text {
    padding: 5px;
}

.sources-form-text {
    display: inline-block;
    color: var(--blue);
    font-size: 11px;
    padding: 0 0 0 0.5em;
}

.sources-form-text-icon {
    font-size: 14px;
}

.sources-form-field {
    padding: 10px 20px 20px;
    width: 300px;
}

.sources-form-label {
    text-transform: uppercase;
    color: var(--brown);
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.sources-form-actions {
    border-top: 1px solid var(--grayD);
    background: var(--grayE);
    padding: 10px 20px;
}

/**
 * detail page
 */
.detail-page-nav {
    left: 25px;
    transition: left 0.75s;
    padding: 12px 20px 20px;
}

.app-content-sidebarOpen .detail-page-nav {
    left: 235px;
}

.detail-page {
    margin-left: 170px;
    padding-left: 30px;
}

.detail-page-title h4 {
    display: none;
}

.detail-page-title {
    text-transform: uppercase;
}

.detail-page-section {
    margin-left: 0;
}

.detail-page-section > .detail-page-section-header,
.detail-content-list-settings .detail-content-heading {
    border-top: none;
    padding-top: 0;
    margin-bottom: 20px;
    color: var(--brown);
}

.detail-content-heading {
    font-size: inherit;
    text-transform: uppercase;
}

.detail-content-list-settings {
    font-size: 13px;
    line-height: 2;
}

.settings-container .detail-content-item-name {
    width: 200px;
    font-size: inherit;
    color: #999;
}

.settings-container .detail-content-item-value {
    width: calc(100% - 200px);
    font-size: inherit;
}

.settings-container .detail-content-item {
    min-height: 35px;
}

.settings-container .detail-content-item-note {
    font-size: 11px;
    color: #999999;
}

/****/

.settings-container {
    padding: 30px;
    background: var(--white);
}

.settings-section-container {
    padding-bottom: 20px;
    font-size: 13px;
}

.settings-main-title {
    padding: 8px 8px 8px 0;
    font-size: 18px;
    color: grey;
}

.settings-sub-title {
    padding: 8px 8px 8px 0;
}

.settings-detail-page .formInput-wrapper {
    max-width: 400px;
}

/*
##############################################
PROFILE / ORGANIZATION / ORGANIZATION ENDPOINT
##############################################
*/
.settings-row {
    padding: 8px 8px 8px 0;
}

.settings-column-1 {
    display: inline-block;
    color: grey;
    width: 200px;
}

.settings-column-2 {
    display: inline-block;
    color: black;
    font-weight: bold;
}

.settings-link {
    text-decoration: underline;
    padding-right: 15px;
}

.settings-user-not-signed-up {
    color: var(--grayB);
}

/*
####
TEAM
####
*/
.settings-team {
    max-width: 1200px;
}

.settings-team-title {
    display: inline-block;
    margin-right: 7px;
}

.settings-team-table {
    width: 100%;
}

.settings-team-view-history {
    padding: 30px 0;
}

/*
###
settings BACKUP
###
*/
.settings-backup-header {
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--grayD);
}

.settings-backup-options {
    margin: 10px 0 20px;
}

.settings-bottom-spacer {
    height: 75vh;
    width: 1px;
}

.apiKey-label {
    color: #b3aea0;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.settings-apiKey {
    display: flex;
    align-items: center;
}

.settings-apiKey .icon-arrows-cw {
    margin: 0 10px;
}

/*
###
settings 2FA
###
*/

.two-factor-tip {
    float: left;
    margin-right: 25px;
}

.two-factor-hr {
    margin-left: 0px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


/*# sourceMappingURL=passivetotal2v2.css.map*/