diff --git a/cuckoo/web/src/scss/components/_cuckoo-analysis.scss b/cuckoo/web/src/scss/components/_cuckoo-analysis.scss index 38c06ed002..64d7d09ad0 100644 --- a/cuckoo/web/src/scss/components/_cuckoo-analysis.scss +++ b/cuckoo/web/src/scss/components/_cuckoo-analysis.scss @@ -196,18 +196,6 @@ padding: 15px; font-weight: 700; - .warning & { - color: #8A6D40; - } - - .info & { - color: #31708f; - } - - .danger & { - color: #A94441; - } - &:hover, &:focus, &:active { @@ -215,6 +203,11 @@ text-decoration: none !important; } + &:before { + @extend .fa; + margin-right: 5px; + } + &:after { @extend .fa; float: right; @@ -225,6 +218,22 @@ &[aria-expanded="true"]:after { content: "\f078"; } + + .warning & { + color: #8A6D40; + &:before { content: "\f06a"; } + } + + .info & { + color: #31708f; + &:before { content: "\f05a"; } + } + + .danger & { + color: #A94441; + &:before { content: "\f057"; } + } + } &--body { diff --git a/cuckoo/web/static/css/main.css b/cuckoo/web/static/css/main.css index 3479e15d51..40c09b7ee8 100644 --- a/cuckoo/web/static/css/main.css +++ b/cuckoo/web/static/css/main.css @@ -37,7 +37,7 @@ body.cyborg .app-error__balloon, body.cyborg .cuckoo-errors .troubleshoot, body. font-weight: normal; font-style: normal; } -.fa, .dns-badge__content:before, .cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, .network-display__table > table#submission-task-table .status.status-reported:before, .cuckoo-files ul div:before, .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .extension-select:before, .flex-form__header .custom-checkbox > input + span, .breadcrumbs > li:not(:last-child):after { +.fa, .dns-badge__content:before, .cuckoo-analysis__panel--toggle:before, .cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, .network-display__table > table#submission-task-table .status.status-reported:before, .cuckoo-files ul div:before, .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .extension-select:before, .flex-form__header .custom-checkbox > input + span, .breadcrumbs > li:not(:last-child):after { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; @@ -108,10 +108,10 @@ body.cyborg .app-error__balloon, body.cyborg .cuckoo-errors .troubleshoot, body. float: right; } -.fa.fa-pull-left, .fa-pull-left.dns-badge__content:before, .fa-pull-left.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .fa-pull-left.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .fa-pull-left.status.status-reported:before, .network-display__table > table#submission-task-table .fa-pull-left.status.status-reported:before, .cuckoo-files ul div.fa-pull-left:before, .cuckoo-files #selection-overview .fa-pull-left.extension-select:after, .cuckoo-files #selection-overview .fa-pull-left.extension-select:before, .flex-form__header .custom-checkbox > input + span.fa-pull-left, .breadcrumbs > li.fa-pull-left:not(:last-child):after { +.fa.fa-pull-left, .fa-pull-left.dns-badge__content:before, .fa-pull-left.cuckoo-analysis__panel--toggle:before, .fa-pull-left.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .fa-pull-left.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .fa-pull-left.status.status-reported:before, .network-display__table > table#submission-task-table .fa-pull-left.status.status-reported:before, .cuckoo-files ul div.fa-pull-left:before, .cuckoo-files #selection-overview .fa-pull-left.extension-select:after, .cuckoo-files #selection-overview .fa-pull-left.extension-select:before, .flex-form__header .custom-checkbox > input + span.fa-pull-left, .breadcrumbs > li.fa-pull-left:not(:last-child):after { margin-right: .3em; } -.fa.fa-pull-right, .fa-pull-right.dns-badge__content:before, .fa-pull-right.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .fa-pull-right.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .fa-pull-right.status.status-reported:before, .network-display__table > table#submission-task-table .fa-pull-right.status.status-reported:before, .cuckoo-files ul div.fa-pull-right:before, .cuckoo-files #selection-overview .fa-pull-right.extension-select:after, .cuckoo-files #selection-overview .fa-pull-right.extension-select:before, .flex-form__header .custom-checkbox > input + span.fa-pull-right, .breadcrumbs > li.fa-pull-right:not(:last-child):after { +.fa.fa-pull-right, .fa-pull-right.dns-badge__content:before, .fa-pull-right.cuckoo-analysis__panel--toggle:before, .fa-pull-right.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .fa-pull-right.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .fa-pull-right.status.status-reported:before, .network-display__table > table#submission-task-table .fa-pull-right.status.status-reported:before, .cuckoo-files ul div.fa-pull-right:before, .cuckoo-files #selection-overview .fa-pull-right.extension-select:after, .cuckoo-files #selection-overview .fa-pull-right.extension-select:before, .flex-form__header .custom-checkbox > input + span.fa-pull-right, .breadcrumbs > li.fa-pull-right:not(:last-child):after { margin-left: .3em; } @@ -124,10 +124,10 @@ body.cyborg .app-error__balloon, body.cyborg .cuckoo-errors .troubleshoot, body. float: left; } -.fa.pull-left, .pull-left.dns-badge__content:before, .pull-left.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .pull-left.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .pull-left.status.status-reported:before, .network-display__table > table#submission-task-table .pull-left.status.status-reported:before, .cuckoo-files ul div.pull-left:before, .cuckoo-files #selection-overview .pull-left.extension-select:after, .cuckoo-files #selection-overview .pull-left.extension-select:before, .flex-form__header .custom-checkbox > input + span.pull-left, .breadcrumbs > li.pull-left:not(:last-child):after { +.fa.pull-left, .pull-left.dns-badge__content:before, .pull-left.cuckoo-analysis__panel--toggle:before, .pull-left.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .pull-left.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .pull-left.status.status-reported:before, .network-display__table > table#submission-task-table .pull-left.status.status-reported:before, .cuckoo-files ul div.pull-left:before, .cuckoo-files #selection-overview .pull-left.extension-select:after, .cuckoo-files #selection-overview .pull-left.extension-select:before, .flex-form__header .custom-checkbox > input + span.pull-left, .breadcrumbs > li.pull-left:not(:last-child):after { margin-right: .3em; } -.fa.pull-right, .pull-right.dns-badge__content:before, .pull-right.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .pull-right.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .pull-right.status.status-reported:before, .network-display__table > table#submission-task-table .pull-right.status.status-reported:before, .cuckoo-files ul div.pull-right:before, .cuckoo-files #selection-overview .pull-right.extension-select:after, .cuckoo-files #selection-overview .pull-right.extension-select:before, .flex-form__header .custom-checkbox > input + span.pull-right, .breadcrumbs > li.pull-right:not(:last-child):after { +.fa.pull-right, .pull-right.dns-badge__content:before, .pull-right.cuckoo-analysis__panel--toggle:before, .pull-right.cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table .pull-right.status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .pull-right.status.status-reported:before, .network-display__table > table#submission-task-table .pull-right.status.status-reported:before, .cuckoo-files ul div.pull-right:before, .cuckoo-files #selection-overview .pull-right.extension-select:after, .cuckoo-files #selection-overview .pull-right.extension-select:before, .flex-form__header .custom-checkbox > input + span.pull-right, .breadcrumbs > li.pull-right:not(:last-child):after { margin-left: .3em; } @@ -3394,7 +3394,7 @@ body.night .dns-badge > *.dns-badge__type { margin: 0 10px; vertical-align: middle; } -.app-nav__nav--primary > li > a .fa, .app-nav__nav--primary > li > a .dns-badge__content:before, .app-nav__nav--primary > li > a .cuckoo-analysis__panel--toggle:after, .app-nav__nav--primary > li > a table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a .cuckoo-files ul div:before, .cuckoo-files ul .app-nav__nav--primary > li > a div:before, .app-nav__nav--primary > li > a .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .app-nav__nav--primary > li > a .extension-select:after, .app-nav__nav--primary > li > a .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .app-nav__nav--primary > li > a .extension-select:before, .app-nav__nav--primary > li > a .flex-form__header .custom-checkbox > input + span, .flex-form__header .app-nav__nav--primary > li > a .custom-checkbox > input + span, .app-nav__nav--primary > li > a .breadcrumbs > li:not(:last-child):after { +.app-nav__nav--primary > li > a .fa, .app-nav__nav--primary > li > a .dns-badge__content:before, .app-nav__nav--primary > li > a .cuckoo-analysis__panel--toggle:before, .app-nav__nav--primary > li > a .cuckoo-analysis__panel--toggle:after, .app-nav__nav--primary > li > a table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .app-nav__nav--primary > li > a .status.status-reported:before, .app-nav__nav--primary > li > a .cuckoo-files ul div:before, .cuckoo-files ul .app-nav__nav--primary > li > a div:before, .app-nav__nav--primary > li > a .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .app-nav__nav--primary > li > a .extension-select:after, .app-nav__nav--primary > li > a .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .app-nav__nav--primary > li > a .extension-select:before, .app-nav__nav--primary > li > a .flex-form__header .custom-checkbox > input + span, .flex-form__header .app-nav__nav--primary > li > a .custom-checkbox > input + span, .app-nav__nav--primary > li > a .breadcrumbs > li:not(:last-child):after { font-size: 0.9em; margin-right: 5px; } @@ -3411,7 +3411,7 @@ body.night .dns-badge > *.dns-badge__type { align-items: center; padding: 0 10px; } -.app-nav__nav--right > li .fa, .app-nav__nav--right > li .dns-badge__content:before, .app-nav__nav--right > li .cuckoo-analysis__panel--toggle:after, .app-nav__nav--right > li table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li .cuckoo-files ul div:before, .cuckoo-files ul .app-nav__nav--right > li div:before, .app-nav__nav--right > li .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .app-nav__nav--right > li .extension-select:after, .app-nav__nav--right > li .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .app-nav__nav--right > li .extension-select:before, .app-nav__nav--right > li .flex-form__header .custom-checkbox > input + span, .flex-form__header .app-nav__nav--right > li .custom-checkbox > input + span, .app-nav__nav--right > li .breadcrumbs > li:not(:last-child):after { +.app-nav__nav--right > li .fa, .app-nav__nav--right > li .dns-badge__content:before, .app-nav__nav--right > li .cuckoo-analysis__panel--toggle:before, .app-nav__nav--right > li .cuckoo-analysis__panel--toggle:after, .app-nav__nav--right > li table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .app-nav__nav--right > li .status.status-reported:before, .app-nav__nav--right > li .cuckoo-files ul div:before, .cuckoo-files ul .app-nav__nav--right > li div:before, .app-nav__nav--right > li .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .app-nav__nav--right > li .extension-select:after, .app-nav__nav--right > li .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .app-nav__nav--right > li .extension-select:before, .app-nav__nav--right > li .flex-form__header .custom-checkbox > input + span, .flex-form__header .app-nav__nav--right > li .custom-checkbox > input + span, .app-nav__nav--right > li .breadcrumbs > li:not(:last-child):after { font-size: 24px; color: #777; } @@ -3737,7 +3737,7 @@ body.night .grouped-buttons__bordered button:hover, body.night .grouped-buttons_ .button.inversed:hover, .inversed.button--lg:hover { color: #4a87f7; } -.button .fa, .button--lg .fa, .button .dns-badge__content:before, .button--lg .dns-badge__content:before, .button .cuckoo-analysis__panel--toggle:after, .button--lg .cuckoo-analysis__panel--toggle:after, .button table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .button .status.status-reported:before, .button--lg table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .button--lg .status.status-reported:before, .button table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .button .status.status-reported:before, .button--lg table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .button--lg .status.status-reported:before, .button .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .button .status.status-reported:before, .button--lg .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .button--lg .status.status-reported:before, .button .cuckoo-files ul div:before, .cuckoo-files ul .button div:before, .button--lg .cuckoo-files ul div:before, .cuckoo-files ul .button--lg div:before, .button .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .button .extension-select:after, .button--lg .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .button--lg .extension-select:after, .button .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .button .extension-select:before, .button--lg .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .button--lg .extension-select:before, .button .flex-form__header .custom-checkbox > input + span, .flex-form__header .button .custom-checkbox > input + span, .button--lg .flex-form__header .custom-checkbox > input + span, .flex-form__header .button--lg .custom-checkbox > input + span, .button .breadcrumbs > li:not(:last-child):after, .button--lg .breadcrumbs > li:not(:last-child):after { +.button .fa, .button--lg .fa, .button .dns-badge__content:before, .button--lg .dns-badge__content:before, .button .cuckoo-analysis__panel--toggle:before, .button--lg .cuckoo-analysis__panel--toggle:before, .button .cuckoo-analysis__panel--toggle:after, .button--lg .cuckoo-analysis__panel--toggle:after, .button table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .button .status.status-reported:before, .button--lg table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .button--lg .status.status-reported:before, .button table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .button .status.status-reported:before, .button--lg table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .button--lg .status.status-reported:before, .button .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .button .status.status-reported:before, .button--lg .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .button--lg .status.status-reported:before, .button .cuckoo-files ul div:before, .cuckoo-files ul .button div:before, .button--lg .cuckoo-files ul div:before, .cuckoo-files ul .button--lg div:before, .button .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .button .extension-select:after, .button--lg .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .button--lg .extension-select:after, .button .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .button .extension-select:before, .button--lg .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .button--lg .extension-select:before, .button .flex-form__header .custom-checkbox > input + span, .flex-form__header .button .custom-checkbox > input + span, .button--lg .flex-form__header .custom-checkbox > input + span, .flex-form__header .button--lg .custom-checkbox > input + span, .button .breadcrumbs > li:not(:last-child):after, .button--lg .breadcrumbs > li:not(:last-child):after { margin-right: 5px; } @@ -3973,19 +3973,13 @@ body.night .cuckoo-analysis__header .header-right a:not(.btn-circle) { padding: 15px; font-weight: 700; } -.warning .cuckoo-analysis__panel--toggle { - color: #8A6D40; -} -.info .cuckoo-analysis__panel--toggle { - color: #31708f; -} -.danger .cuckoo-analysis__panel--toggle { - color: #A94441; -} .cuckoo-analysis__panel--toggle:hover, .cuckoo-analysis__panel--toggle:focus, .cuckoo-analysis__panel--toggle:active { background-color: rgba(0, 0, 0, 0.05); text-decoration: none !important; } +.cuckoo-analysis__panel--toggle:before { + margin-right: 5px; +} .cuckoo-analysis__panel--toggle:after { float: right; margin-top: 4px; @@ -3994,6 +3988,24 @@ body.night .cuckoo-analysis__header .header-right a:not(.btn-circle) { .cuckoo-analysis__panel--toggle[aria-expanded="true"]:after { content: "\f078"; } +.warning .cuckoo-analysis__panel--toggle { + color: #8A6D40; +} +.warning .cuckoo-analysis__panel--toggle:before { + content: "\f06a"; +} +.info .cuckoo-analysis__panel--toggle { + color: #31708f; +} +.info .cuckoo-analysis__panel--toggle:before { + content: "\f05a"; +} +.danger .cuckoo-analysis__panel--toggle { + color: #A94441; +} +.danger .cuckoo-analysis__panel--toggle:before { + content: "\f057"; +} .cuckoo-analysis__panel--body .cuckoo-table, .cuckoo-analysis__panel--body table.cuckoo-table__fullscreen, .cuckoo-analysis__panel--body .network-display__table > table { border: 0; font-size: 14px; @@ -4316,10 +4328,10 @@ body.night .cuckoo-analysis__panel.danger > a { .dndupload__simple.dragging:before, .dndupload__simple.dropped:before { opacity: 1; } -.dndupload__simple.dragging .fa:before, .dndupload__simple.dragging .dns-badge__content:before, .dndupload__simple.dragging table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging .cuckoo-files ul div:before, .cuckoo-files ul .dndupload__simple.dragging div:before, .dndupload__simple.dragging .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dndupload__simple.dragging .extension-select:before, .dndupload__simple.dragging .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .dndupload__simple.dragging .custom-checkbox > input + span:before { +.dndupload__simple.dragging .fa:before, .dndupload__simple.dragging .dns-badge__content:before, .dndupload__simple.dragging .cuckoo-analysis__panel--toggle:before, .dndupload__simple.dragging table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dndupload__simple.dragging .status.status-reported:before, .dndupload__simple.dragging .cuckoo-files ul div:before, .cuckoo-files ul .dndupload__simple.dragging div:before, .dndupload__simple.dragging .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dndupload__simple.dragging .extension-select:before, .dndupload__simple.dragging .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .dndupload__simple.dragging .custom-checkbox > input + span:before { content: "\f063"; } -.dndupload__simple.dropped .fa:before, .dndupload__simple.dropped .dns-badge__content:before, .dndupload__simple.dropped table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped .cuckoo-files ul div:before, .cuckoo-files ul .dndupload__simple.dropped div:before, .dndupload__simple.dropped .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dndupload__simple.dropped .extension-select:before, .dndupload__simple.dropped .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .dndupload__simple.dropped .custom-checkbox > input + span:before { +.dndupload__simple.dropped .fa:before, .dndupload__simple.dropped .dns-badge__content:before, .dndupload__simple.dropped .cuckoo-analysis__panel--toggle:before, .dndupload__simple.dropped table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dndupload__simple.dropped .status.status-reported:before, .dndupload__simple.dropped .cuckoo-files ul div:before, .cuckoo-files ul .dndupload__simple.dropped div:before, .dndupload__simple.dropped .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dndupload__simple.dropped .extension-select:before, .dndupload__simple.dropped .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .dndupload__simple.dropped .custom-checkbox > input + span:before { content: "\f00c"; } .dndupload__simple.dropped:before { @@ -4485,7 +4497,7 @@ body.night .dndupload__v2 { margin: 0 7px; padding: 5px 0; } -.upload-module .allowed-file-types ul li .fa, .upload-module .allowed-file-types ul li .dns-badge__content:before, .upload-module .allowed-file-types ul li .cuckoo-analysis__panel--toggle:after, .upload-module .allowed-file-types ul li table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types ul li table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types ul li .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types .cuckoo-files ul li div:before, .cuckoo-files .upload-module .allowed-file-types ul li div:before, .upload-module .allowed-file-types ul li .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .upload-module .allowed-file-types ul li .extension-select:after, .upload-module .allowed-file-types ul li .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .upload-module .allowed-file-types ul li .extension-select:before, .upload-module .allowed-file-types ul li .flex-form__header .custom-checkbox > input + span, .flex-form__header .upload-module .allowed-file-types ul li .custom-checkbox > input + span, .upload-module .allowed-file-types ul li .breadcrumbs > li:not(:last-child):after { +.upload-module .allowed-file-types ul li .fa, .upload-module .allowed-file-types ul li .dns-badge__content:before, .upload-module .allowed-file-types ul li .cuckoo-analysis__panel--toggle:before, .upload-module .allowed-file-types ul li .cuckoo-analysis__panel--toggle:after, .upload-module .allowed-file-types ul li table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types ul li table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types ul li .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .upload-module .allowed-file-types ul li .status.status-reported:before, .upload-module .allowed-file-types .cuckoo-files ul li div:before, .cuckoo-files .upload-module .allowed-file-types ul li div:before, .upload-module .allowed-file-types ul li .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .upload-module .allowed-file-types ul li .extension-select:after, .upload-module .allowed-file-types ul li .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .upload-module .allowed-file-types ul li .extension-select:before, .upload-module .allowed-file-types ul li .flex-form__header .custom-checkbox > input + span, .flex-form__header .upload-module .allowed-file-types ul li .custom-checkbox > input + span, .upload-module .allowed-file-types ul li .breadcrumbs > li:not(:last-child):after { font-size: 41px; color: #B5B5B5; } @@ -4625,10 +4637,10 @@ body.night .dndupload__v2 { .cuckoo-nav .lock-sidebar > a { text-decoration: none; } -.cuckoo-nav .lock-sidebar .fa:before, .cuckoo-nav .lock-sidebar .dns-badge__content:before, .cuckoo-nav .lock-sidebar table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar .cuckoo-files ul div:before, .cuckoo-files ul .cuckoo-nav .lock-sidebar div:before, .cuckoo-nav .lock-sidebar .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .cuckoo-nav .lock-sidebar .extension-select:before, .cuckoo-nav .lock-sidebar .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .cuckoo-nav .lock-sidebar .custom-checkbox > input + span:before { +.cuckoo-nav .lock-sidebar .fa:before, .cuckoo-nav .lock-sidebar .dns-badge__content:before, .cuckoo-nav .lock-sidebar .cuckoo-analysis__panel--toggle:before, .cuckoo-nav .lock-sidebar table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .cuckoo-nav .lock-sidebar .status.status-reported:before, .cuckoo-nav .lock-sidebar .cuckoo-files ul div:before, .cuckoo-files ul .cuckoo-nav .lock-sidebar div:before, .cuckoo-nav .lock-sidebar .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .cuckoo-nav .lock-sidebar .extension-select:before, .cuckoo-nav .lock-sidebar .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .cuckoo-nav .lock-sidebar .custom-checkbox > input + span:before { content: "\f13e"; } -.locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .fa:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .dns-badge__content:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .cuckoo-files ul div:before, .cuckoo-files ul .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar div:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .extension-select:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .custom-checkbox > input + span:before { +.locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .fa:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .dns-badge__content:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .cuckoo-analysis__panel--toggle:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .status.status-reported:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .cuckoo-files ul div:before, .cuckoo-files ul .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar div:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .extension-select:before, .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .locked:not(.locked-silent) .cuckoo-nav .lock-sidebar .custom-checkbox > input + span:before { content: "\f023"; } .cuckoo-nav .lock-sidebar span:before { @@ -5152,7 +5164,7 @@ body.night .cuckoo-errors .troubleshoot { .errors li.expanded > p { height: auto; } -.errors li.expanded .fa:before, .errors li.expanded .dns-badge__content:before, .errors li.expanded table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .errors li.expanded .status.status-reported:before, .errors li.expanded table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .errors li.expanded .status.status-reported:before, .errors li.expanded .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .errors li.expanded .status.status-reported:before, .errors li.expanded .cuckoo-files ul div:before, .cuckoo-files ul .errors li.expanded div:before, .errors li.expanded .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .errors li.expanded .extension-select:before, .errors li.expanded .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .errors li.expanded .custom-checkbox > input + span:before { +.errors li.expanded .fa:before, .errors li.expanded .dns-badge__content:before, .errors li.expanded .cuckoo-analysis__panel--toggle:before, .errors li.expanded table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .errors li.expanded .status.status-reported:before, .errors li.expanded table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .errors li.expanded .status.status-reported:before, .errors li.expanded .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .errors li.expanded .status.status-reported:before, .errors li.expanded .cuckoo-files ul div:before, .cuckoo-files ul .errors li.expanded div:before, .errors li.expanded .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .errors li.expanded .extension-select:before, .errors li.expanded .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .errors li.expanded .custom-checkbox > input + span:before { content: "\f066"; } .errors p { @@ -5168,11 +5180,11 @@ body.night .cuckoo-errors .troubleshoot { font-size: 12px; text-decoration: none; } -.errors .expand-error .fa, .errors .expand-error .dns-badge__content:before, .errors .expand-error .cuckoo-analysis__panel--toggle:after, .errors .expand-error table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .errors .expand-error .status.status-reported:before, .errors .expand-error table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .errors .expand-error .status.status-reported:before, .errors .expand-error .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .errors .expand-error .status.status-reported:before, .errors .expand-error .cuckoo-files ul div:before, .cuckoo-files ul .errors .expand-error div:before, .errors .expand-error .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .errors .expand-error .extension-select:after, .errors .expand-error .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .errors .expand-error .extension-select:before, .errors .expand-error .flex-form__header .custom-checkbox > input + span, .flex-form__header .errors .expand-error .custom-checkbox > input + span, .errors .expand-error .breadcrumbs > li:not(:last-child):after { +.errors .expand-error .fa, .errors .expand-error .dns-badge__content:before, .errors .expand-error .cuckoo-analysis__panel--toggle:before, .errors .expand-error .cuckoo-analysis__panel--toggle:after, .errors .expand-error table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .errors .expand-error .status.status-reported:before, .errors .expand-error table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .errors .expand-error .status.status-reported:before, .errors .expand-error .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .errors .expand-error .status.status-reported:before, .errors .expand-error .cuckoo-files ul div:before, .cuckoo-files ul .errors .expand-error div:before, .errors .expand-error .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .errors .expand-error .extension-select:after, .errors .expand-error .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .errors .expand-error .extension-select:before, .errors .expand-error .flex-form__header .custom-checkbox > input + span, .flex-form__header .errors .expand-error .custom-checkbox > input + span, .errors .expand-error .breadcrumbs > li:not(:last-child):after { vertical-align: middle; margin-right: 10px; } -.errors .expand-error .fa:hover + span, .errors .expand-error .dns-badge__content:hover:before + span, .errors .expand-error .cuckoo-analysis__panel--toggle:hover:after + span, .errors .expand-error table.cuckoo-table#submission-task-table .status.status-reported:hover:before + span, table.cuckoo-table#submission-task-table .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:hover:before + span, table#submission-task-table.cuckoo-table__fullscreen .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error .network-display__table > table#submission-task-table .status.status-reported:hover:before + span, .network-display__table > table#submission-task-table .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error .cuckoo-files ul div:hover:before + span, .cuckoo-files ul .errors .expand-error div:hover:before + span, .errors .expand-error .cuckoo-files #selection-overview .extension-select:hover:after + span, .cuckoo-files #selection-overview .errors .expand-error .extension-select:hover:after + span, .errors .expand-error .cuckoo-files #selection-overview .extension-select:hover:before + span, .cuckoo-files #selection-overview .errors .expand-error .extension-select:hover:before + span, .errors .expand-error .flex-form__header .custom-checkbox > input + span:hover + span, .flex-form__header .errors .expand-error .custom-checkbox > input + span:hover + span, .errors .expand-error .breadcrumbs > li:hover:not(:last-child):after + span { +.errors .expand-error .fa:hover + span, .errors .expand-error .dns-badge__content:hover:before + span, .errors .expand-error .cuckoo-analysis__panel--toggle:hover:before + span, .errors .expand-error .cuckoo-analysis__panel--toggle:hover:after + span, .errors .expand-error table.cuckoo-table#submission-task-table .status.status-reported:hover:before + span, table.cuckoo-table#submission-task-table .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:hover:before + span, table#submission-task-table.cuckoo-table__fullscreen .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error .network-display__table > table#submission-task-table .status.status-reported:hover:before + span, .network-display__table > table#submission-task-table .errors .expand-error .status.status-reported:hover:before + span, .errors .expand-error .cuckoo-files ul div:hover:before + span, .cuckoo-files ul .errors .expand-error div:hover:before + span, .errors .expand-error .cuckoo-files #selection-overview .extension-select:hover:after + span, .cuckoo-files #selection-overview .errors .expand-error .extension-select:hover:after + span, .errors .expand-error .cuckoo-files #selection-overview .extension-select:hover:before + span, .cuckoo-files #selection-overview .errors .expand-error .extension-select:hover:before + span, .errors .expand-error .flex-form__header .custom-checkbox > input + span:hover + span, .flex-form__header .errors .expand-error .custom-checkbox > input + span:hover + span, .errors .expand-error .breadcrumbs > li:hover:not(:last-child):after + span { display: inline; } .errors .expand-error span { @@ -5238,16 +5250,16 @@ table.cuckoo-table thead, table.cuckoo-table__fullscreen thead, .network-display table.cuckoo-table thead th, table.cuckoo-table__fullscreen thead th, .network-display__table > table thead th { white-space: nowrap; } -table.cuckoo-table thead tr:not(.table-display-config) th .fa, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa, .network-display__table > table thead tr:not(.table-display-config) th .fa, table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table thead tr:not(.table-display-config) th div:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .network-display__table > table thead tr:not(.table-display-config) th div:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:after, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:after, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span, .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span, table.cuckoo-table thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after, .network-display__table > table thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after { +table.cuckoo-table thead tr:not(.table-display-config) th .fa, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa, .network-display__table > table thead tr:not(.table-display-config) th .fa, table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:after, table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table thead tr:not(.table-display-config) th div:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .network-display__table > table thead tr:not(.table-display-config) th div:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:after, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:after, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span, .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span, table.cuckoo-table thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after, .network-display__table > table thead tr:not(.table-display-config) th .breadcrumbs > li:not(:last-child):after { margin-right: 10px; } -table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .network-display__table > table thead tr:not(.table-display-config) th .fa:before, table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table thead tr:not(.table-display-config) th div:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .network-display__table > table thead tr:not(.table-display-config) th div:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { +table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .network-display__table > table thead tr:not(.table-display-config) th .fa:before, table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table thead tr:not(.table-display-config) th div:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .network-display__table > table thead tr:not(.table-display-config) th div:before, table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { content: "\f0dc"; } -.sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .fa:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th div:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th div:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { +.sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .fa:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-asc table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th div:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th div:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-asc .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { content: "\f0de"; } -.sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .fa:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th div:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th div:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { +.sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .fa:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .fa:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .fa:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .dns-badge__content:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-analysis__panel--toggle:before, .sorting-desc table.cuckoo-table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table#submission-task-table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc .network-display__table > table#submission-task-table thead tr:not(.table-display-config) th .status.status-reported:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th div:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th div:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files ul div:before, .cuckoo-files ul .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th div:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .extension-select:before, .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc table.cuckoo-table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc table.cuckoo-table__fullscreen thead tr:not(.table-display-config) th .custom-checkbox > input + span:before, .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .flex-form__header .custom-checkbox > input + span:before, .flex-form__header .sorting-desc .network-display__table > table thead tr:not(.table-display-config) th .custom-checkbox > input + span:before { content: "\f0dd"; } table.cuckoo-table tbody tr:not(:last-child), table.cuckoo-table__fullscreen tbody tr:not(:last-child), .network-display__table > table tbody tr:not(:last-child) { @@ -5617,7 +5629,7 @@ body.night .network-display__outer { background-color: #E0E5EE; border-color: #CCD2DF; } -.network-display__request-summary:hover .fa, .network-display__request-summary:hover .dns-badge__content:before, .network-display__request-summary:hover .cuckoo-analysis__panel--toggle:after, .network-display__request-summary:hover table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-summary:hover div:before, .network-display__request-summary:hover .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-summary:hover .extension-select:after, .network-display__request-summary:hover .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-summary:hover .extension-select:before, .network-display__request-summary:hover .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-summary:hover .custom-checkbox > input + span, .network-display__request-summary:hover .breadcrumbs > li:not(:last-child):after { +.network-display__request-summary:hover .fa, .network-display__request-summary:hover .dns-badge__content:before, .network-display__request-summary:hover .cuckoo-analysis__panel--toggle:before, .network-display__request-summary:hover .cuckoo-analysis__panel--toggle:after, .network-display__request-summary:hover table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-summary:hover .status.status-reported:before, .network-display__request-summary:hover .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-summary:hover div:before, .network-display__request-summary:hover .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-summary:hover .extension-select:after, .network-display__request-summary:hover .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-summary:hover .extension-select:before, .network-display__request-summary:hover .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-summary:hover .custom-checkbox > input + span, .network-display__request-summary:hover .breadcrumbs > li:not(:last-child):after { color: #69778F; } .network-display__request-summary:hover .fa-long-arrow-right { @@ -5667,7 +5679,7 @@ body.cyborg .network-display__request-summary .method, body.cyborg .network-disp border-color: #133b4a; color: #0ce3ac; } -body.cyborg .network-display__request-summary .fa, body.cyborg .network-display__request-summary .dns-badge__content:before, body.cyborg .network-display__request-summary .cuckoo-analysis__panel--toggle:after, body.cyborg .network-display__request-summary table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary .cuckoo-files ul div:before, .cuckoo-files ul body.cyborg .network-display__request-summary div:before, body.cyborg .network-display__request-summary .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview body.cyborg .network-display__request-summary .extension-select:after, body.cyborg .network-display__request-summary .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview body.cyborg .network-display__request-summary .extension-select:before, body.cyborg .network-display__request-summary .flex-form__header .custom-checkbox > input + span, .flex-form__header body.cyborg .network-display__request-summary .custom-checkbox > input + span, body.cyborg .network-display__request-summary .breadcrumbs > li:not(:last-child):after, body.cyborg .network-display__request-summary .url { +body.cyborg .network-display__request-summary .fa, body.cyborg .network-display__request-summary .dns-badge__content:before, body.cyborg .network-display__request-summary .cuckoo-analysis__panel--toggle:before, body.cyborg .network-display__request-summary .cuckoo-analysis__panel--toggle:after, body.cyborg .network-display__request-summary table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table body.cyborg .network-display__request-summary .status.status-reported:before, body.cyborg .network-display__request-summary .cuckoo-files ul div:before, .cuckoo-files ul body.cyborg .network-display__request-summary div:before, body.cyborg .network-display__request-summary .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview body.cyborg .network-display__request-summary .extension-select:after, body.cyborg .network-display__request-summary .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview body.cyborg .network-display__request-summary .extension-select:before, body.cyborg .network-display__request-summary .flex-form__header .custom-checkbox > input + span, .flex-form__header body.cyborg .network-display__request-summary .custom-checkbox > input + span, body.cyborg .network-display__request-summary .breadcrumbs > li:not(:last-child):after, body.cyborg .network-display__request-summary .url { color: #0ce3ac; } body.cyborg .network-display__request-summary .fa-long-arrow-right { @@ -5686,7 +5698,7 @@ body.night .network-display__request-summary .method, body.night .network-displa background-color: #333; border-color: #444; } -body.night .network-display__request-summary .fa, body.night .network-display__request-summary .dns-badge__content:before, body.night .network-display__request-summary .cuckoo-analysis__panel--toggle:after, body.night .network-display__request-summary table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary .cuckoo-files ul div:before, .cuckoo-files ul body.night .network-display__request-summary div:before, body.night .network-display__request-summary .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview body.night .network-display__request-summary .extension-select:after, body.night .network-display__request-summary .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview body.night .network-display__request-summary .extension-select:before, body.night .network-display__request-summary .flex-form__header .custom-checkbox > input + span, .flex-form__header body.night .network-display__request-summary .custom-checkbox > input + span, body.night .network-display__request-summary .breadcrumbs > li:not(:last-child):after, body.night .network-display__request-summary .url { +body.night .network-display__request-summary .fa, body.night .network-display__request-summary .dns-badge__content:before, body.night .network-display__request-summary .cuckoo-analysis__panel--toggle:before, body.night .network-display__request-summary .cuckoo-analysis__panel--toggle:after, body.night .network-display__request-summary table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table body.night .network-display__request-summary .status.status-reported:before, body.night .network-display__request-summary .cuckoo-files ul div:before, .cuckoo-files ul body.night .network-display__request-summary div:before, body.night .network-display__request-summary .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview body.night .network-display__request-summary .extension-select:after, body.night .network-display__request-summary .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview body.night .network-display__request-summary .extension-select:before, body.night .network-display__request-summary .flex-form__header .custom-checkbox > input + span, .flex-form__header body.night .network-display__request-summary .custom-checkbox > input + span, body.night .network-display__request-summary .breadcrumbs > li:not(:last-child):after, body.night .network-display__request-summary .url { color: #d7d7d7; } body.night .network-display__request-summary .fa-long-arrow-right { @@ -5729,7 +5741,7 @@ body.night .network-display__request-summary:hover .fa-long-arrow-right { color: #ACAFB6; padding-bottom: 5px; } -.network-display__request-details .detail-field__header .fa, .network-display__request-details--single .detail-field__header .fa, .network-display__request-details .detail-field__header .dns-badge__content:before, .network-display__request-details--single .detail-field__header .dns-badge__content:before, .network-display__request-details .detail-field__header .cuckoo-analysis__panel--toggle:after, .network-display__request-details--single .detail-field__header .cuckoo-analysis__panel--toggle:after, .network-display__request-details .detail-field__header table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-details .detail-field__header div:before, .network-display__request-details--single .detail-field__header .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-details--single .detail-field__header div:before, .network-display__request-details .detail-field__header .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-details .detail-field__header .extension-select:after, .network-display__request-details--single .detail-field__header .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-details--single .detail-field__header .extension-select:after, .network-display__request-details .detail-field__header .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-details .detail-field__header .extension-select:before, .network-display__request-details--single .detail-field__header .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-details--single .detail-field__header .extension-select:before, .network-display__request-details .detail-field__header .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-details .detail-field__header .custom-checkbox > input + span, .network-display__request-details--single .detail-field__header .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-details--single .detail-field__header .custom-checkbox > input + span, .network-display__request-details .detail-field__header .breadcrumbs > li:not(:last-child):after, .network-display__request-details--single .detail-field__header .breadcrumbs > li:not(:last-child):after { +.network-display__request-details .detail-field__header .fa, .network-display__request-details--single .detail-field__header .fa, .network-display__request-details .detail-field__header .dns-badge__content:before, .network-display__request-details--single .detail-field__header .dns-badge__content:before, .network-display__request-details .detail-field__header .cuckoo-analysis__panel--toggle:before, .network-display__request-details--single .detail-field__header .cuckoo-analysis__panel--toggle:before, .network-display__request-details .detail-field__header .cuckoo-analysis__panel--toggle:after, .network-display__request-details--single .detail-field__header .cuckoo-analysis__panel--toggle:after, .network-display__request-details .detail-field__header table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-details .detail-field__header .status.status-reported:before, .network-display__request-details--single .detail-field__header .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .network-display__request-details--single .detail-field__header .status.status-reported:before, .network-display__request-details .detail-field__header .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-details .detail-field__header div:before, .network-display__request-details--single .detail-field__header .cuckoo-files ul div:before, .cuckoo-files ul .network-display__request-details--single .detail-field__header div:before, .network-display__request-details .detail-field__header .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-details .detail-field__header .extension-select:after, .network-display__request-details--single .detail-field__header .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .network-display__request-details--single .detail-field__header .extension-select:after, .network-display__request-details .detail-field__header .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-details .detail-field__header .extension-select:before, .network-display__request-details--single .detail-field__header .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .network-display__request-details--single .detail-field__header .extension-select:before, .network-display__request-details .detail-field__header .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-details .detail-field__header .custom-checkbox > input + span, .network-display__request-details--single .detail-field__header .flex-form__header .custom-checkbox > input + span, .flex-form__header .network-display__request-details--single .detail-field__header .custom-checkbox > input + span, .network-display__request-details .detail-field__header .breadcrumbs > li:not(:last-child):after, .network-display__request-details--single .detail-field__header .breadcrumbs > li:not(:last-child):after { margin-right: 10px; } .network-display__request-details .detail-field__header.with-tabs, .network-display__request-details--single .detail-field__header.with-tabs { @@ -6198,13 +6210,16 @@ body.night .flex-tabs__tab .btn:not(.active):hover { margin-top: -3px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); } -.flex-grid__header h3 button .fa, .flex-grid__header h3 button .dns-badge__content:before, .flex-grid__header h3 button .cuckoo-analysis__panel--toggle:after, .flex-grid__header h3 button table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button .cuckoo-files ul div:before, .cuckoo-files ul .flex-grid__header h3 button div:before, .flex-grid__header h3 button .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .flex-grid__header h3 button .extension-select:after, .flex-grid__header h3 button .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .flex-grid__header h3 button .extension-select:before, .flex-grid__header h3 button .flex-form__header .custom-checkbox > input + span, .flex-form__header .flex-grid__header h3 button .custom-checkbox > input + span, .flex-grid__header h3 button .breadcrumbs > li:not(:last-child):after, +.flex-grid__header h3 button .fa, .flex-grid__header h3 button .dns-badge__content:before, .flex-grid__header h3 button .cuckoo-analysis__panel--toggle:before, .flex-grid__header h3 button .cuckoo-analysis__panel--toggle:after, .flex-grid__header h3 button table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .flex-grid__header h3 button .status.status-reported:before, .flex-grid__header h3 button .cuckoo-files ul div:before, .cuckoo-files ul .flex-grid__header h3 button div:before, .flex-grid__header h3 button .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .flex-grid__header h3 button .extension-select:after, .flex-grid__header h3 button .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .flex-grid__header h3 button .extension-select:before, .flex-grid__header h3 button .flex-form__header .custom-checkbox > input + span, .flex-form__header .flex-grid__header h3 button .custom-checkbox > input + span, .flex-grid__header h3 button .breadcrumbs > li:not(:last-child):after, .flex-grid__header h3 .flex-grid__button .fa, .flex-grid__header h3 button--description .fa, .flex-grid__header h3 .flex-grid__button--description .fa, .flex-grid__header h3 .flex-grid__button .dns-badge__content:before, .flex-grid__header h3 button--description .dns-badge__content:before, .flex-grid__header h3 .flex-grid__button--description .dns-badge__content:before, +.flex-grid__header h3 .flex-grid__button .cuckoo-analysis__panel--toggle:before, +.flex-grid__header h3 button--description .cuckoo-analysis__panel--toggle:before, +.flex-grid__header h3 .flex-grid__button--description .cuckoo-analysis__panel--toggle:before, .flex-grid__header h3 .flex-grid__button .cuckoo-analysis__panel--toggle:after, .flex-grid__header h3 button--description .cuckoo-analysis__panel--toggle:after, .flex-grid__header h3 .flex-grid__button--description .cuckoo-analysis__panel--toggle:after, @@ -7666,7 +7681,7 @@ body.cyborg .page-freeze.error { font-size: 16px; margin: 0 0 11px 0; } -.dashboard-module .omni-uploader .uploader-area .fa, .dashboard-module__lg .omni-uploader .uploader-area .fa, .dashboard-module .omni-uploader .uploader-area .dns-badge__content:before, .dashboard-module__lg .omni-uploader .uploader-area .dns-badge__content:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:after, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:after, .dashboard-module .omni-uploader .uploader-area table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-files ul div:before, .cuckoo-files ul .dashboard-module .omni-uploader .uploader-area div:before, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files ul div:before, .cuckoo-files ul .dashboard-module__lg .omni-uploader .uploader-area div:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .dashboard-module .omni-uploader .uploader-area .extension-select:after, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .dashboard-module__lg .omni-uploader .uploader-area .extension-select:after, .dashboard-module .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dashboard-module .omni-uploader .uploader-area .extension-select:before, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dashboard-module__lg .omni-uploader .uploader-area .extension-select:before, .dashboard-module .omni-uploader .uploader-area .flex-form__header .custom-checkbox > input + span, .flex-form__header .dashboard-module .omni-uploader .uploader-area .custom-checkbox > input + span, .dashboard-module__lg .omni-uploader .uploader-area .flex-form__header .custom-checkbox > input + span, .flex-form__header .dashboard-module__lg .omni-uploader .uploader-area .custom-checkbox > input + span, .dashboard-module .omni-uploader .uploader-area .breadcrumbs > li:not(:last-child):after, .dashboard-module__lg .omni-uploader .uploader-area .breadcrumbs > li:not(:last-child):after { +.dashboard-module .omni-uploader .uploader-area .fa, .dashboard-module__lg .omni-uploader .uploader-area .fa, .dashboard-module .omni-uploader .uploader-area .dns-badge__content:before, .dashboard-module__lg .omni-uploader .uploader-area .dns-badge__content:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:before, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:after, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-analysis__panel--toggle:after, .dashboard-module .omni-uploader .uploader-area table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area table.cuckoo-table#submission-task-table .status.status-reported:before, table.cuckoo-table#submission-task-table .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area table#submission-task-table.cuckoo-table__fullscreen .status.status-reported:before, table#submission-task-table.cuckoo-table__fullscreen .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dashboard-module .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module__lg .omni-uploader .uploader-area .network-display__table > table#submission-task-table .status.status-reported:before, .network-display__table > table#submission-task-table .dashboard-module__lg .omni-uploader .uploader-area .status.status-reported:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-files ul div:before, .cuckoo-files ul .dashboard-module .omni-uploader .uploader-area div:before, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files ul div:before, .cuckoo-files ul .dashboard-module__lg .omni-uploader .uploader-area div:before, .dashboard-module .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .dashboard-module .omni-uploader .uploader-area .extension-select:after, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:after, .cuckoo-files #selection-overview .dashboard-module__lg .omni-uploader .uploader-area .extension-select:after, .dashboard-module .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dashboard-module .omni-uploader .uploader-area .extension-select:before, .dashboard-module__lg .omni-uploader .uploader-area .cuckoo-files #selection-overview .extension-select:before, .cuckoo-files #selection-overview .dashboard-module__lg .omni-uploader .uploader-area .extension-select:before, .dashboard-module .omni-uploader .uploader-area .flex-form__header .custom-checkbox > input + span, .flex-form__header .dashboard-module .omni-uploader .uploader-area .custom-checkbox > input + span, .dashboard-module__lg .omni-uploader .uploader-area .flex-form__header .custom-checkbox > input + span, .flex-form__header .dashboard-module__lg .omni-uploader .uploader-area .custom-checkbox > input + span, .dashboard-module .omni-uploader .uploader-area .breadcrumbs > li:not(:last-child):after, .dashboard-module__lg .omni-uploader .uploader-area .breadcrumbs > li:not(:last-child):after { font-size: 50px; color: #71A1F9; }