/* Unfinished markings */
.unfinished {
  position: relative;
  outline: 1px dashed #f44336 !important;
}
.unfinished::after {
  content: '!' !important;
  z-index: 1;
  position: absolute;
  bottom: -6px;
  right: -6px;
  box-sizing: content-box;
  width: 11px;
  height: 11px;
  border-radius: 8px;
  border: 2px solid white;
  color: white;
  font-size: 9px;
  font-weight: bold;
  line-height: 11px;
  text-align: center;
  background-color: #f44336;
  box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2);
}
/* Clears float */
.clear-all {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
/* Used to hide while loading content */
.hidden {
  display: none;
}
/* Inline positioning */
.inline {
  display: inline-block;
}
/* Alternative styling for cursor pointer in place of ' href="#" ' */
.href {
  cursor: pointer !important;
}
.href:hover {
  text-decoration: none;
}
.no-bg {
  background: none;
}
/* Force vertical alignment to top */
.align-top {
  vertical-align: top !important;
}
/* End text overflow with ellipsis */
.no-wrap {
  white-space: nowrap;
}
.overflow-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Provides a dark styling for 'body.is-background' case */
.dashboard.is-background {
  background-color: #1a1d20 !important;
}
/* Provides tab control look for 'btn-group' */
.dashboard-section-header.tab-container {
  padding-bottom: 10px;
}
.btn-group .btn-tab {
  display: inline-block;
  border-radius: 0px;
  border-right: 1px solid transparent;
}
.btn-group .btn-tab:first-child {
  border-radius: 2px 0px 0px 0px;
}
.btn-group .btn-tab:last-child {
  border-radius: 0px 2px 0px 0px;
  border-right: none;
}
/* Ensures space for 'hide panel' button when no simple search */
.search-side-bar-content {
  min-height: 30px;
}
/* Separates search results status panel from the controls panel */
.search-side-bar-results-title {
  display: block;
  border-bottom: 1px solid #c7c9cd;
}
/* Fix background on sidebar hidden */
body.is-background.is-sidebar {
  background-image: none !important;
}
/* Fixes integration page padding */
.dashboard-section.padded {
  padding: 20px;
}
/*  Search panels reorganization */
.panel-group {
  margin-bottom: 0px !important;
}
.active > .filter-heading.expanded:after {
  content: '' !important;
}
.search-quick-search-button {
  top: 30px;
  right: 15px;
}
/* Auth domains detail view, IP and port inputs */
.domain-ip-input,
.domain-port-input {
  float: left;
  margin-right: 10px;
}
.domain-port-input {
  width: 80px;
}
.domain-settings-textarea {
  clear: both;
  margin-top: 30px;
}
/* Access groups, Subnet-VLAN toggle */
.form-group-subnet-or-vlan {
  width: auto !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 0px !important;
}
/* Details view, navigation positioning */
.details-view-navigation {
  position: absolute;
  top: 30px;
  right: 17px;
}
/* Width modifications on .form-control */
.form-control.form-control-small {
  width: 29%;
  margin-right: 1%;
}
.form-control.form-control-quarter {
  width: 24%;
  margin-right: 1%;
}
.form-control.form-control-smaller {
  width: 21%;
  margin-right: 1%;
}
.form-control.form-control-tiny {
  width: 9%;
  margin-right: 1%;
}
.form-group.inline {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.form-group.inline label {
  clear: both;
  float: left;
  width: 100%;
}
.dropdown.inline,
.form-control.inline {
  float: left;
}
/* Session details, duplicate entries */
li.detail-duplicate {
  margin-top: -20px;
}
li .detail-content {
  white-space: nowrap;
  overflow: hidden;
  max-width: 600px;
  display: inline-block;
  text-overflow: ellipsis;
}
/* Non-link styling */
a.no-href:hover {
  text-decoration: none;
}
.time_rewrite_group {
  margin-left: 30px;
}
/* Gauge tooltip positioning */
.gauge-tooltip {
  top: auto;
  bottom: 4%;
  left: 34%;
}
/* Workflow table cell padding */
.table-no-padding {
  padding: 0px !important;
}
/* Signature add/edit severity/confidence inputs */
.signature-confidance-input-width {
  display: inline-block;
  width: 50px;
}
.table.table-list.iq-table-history tbody tr {
  opacity: 0.5;
}
.panel-body.last-panel {
  padding-bottom: 0px;
}
/* Allowing criteria edit to show above select button */
.dropdown-menu.reverse {
  top: auto;
  bottom: 100%;
}
/* MIME exceptions */
.table-mime-exceptions {
  width: auto;
}
/* Manually uploaded sessions re-formatting */
td.manual-upload {
  border-right: 0px solid transparent !important;
}
td.manual-upload + td.manual-upload {
  border-left: 0px solid transparent !important;
}
td > .manual-upload-ip,
td > .manual-upload-uri {
  padding: 15px 8px 14px 8px !important;
}
td > .manual-upload-uri {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ICAP sessions */
td > .icap-session-destination-url {
  max-width: 400px;
}
td > .icap-session-destination-url .table-dropdown {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* World map stats - minor layout update */
.threat-map-country .label-country {
  font-size: 32px;
}
.empty-dashboard-stat {
  font-size: 32px;
  text-align: center;
}
.threat-map-country .label-country.empty-dashboard-stat {
  width: 100%;
  margin-top: 17px;
  margin-bottom: -17px;
}
/* Search save/load container styling */
.search-saveload-dialog-container {
  position: absolute;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: 0;
  padding: 0;
  background-color: #f0f2f5;
}
.search-saveload-dialog-container .search-saveload-dialog-filter input {
  width: 100%;
  font-weight: normal;
}
/* Blacklist range input */
input[type='range'][disabled] {
  opacity: 0.5;
}
/* Groups > VLAN by range styling */
.input-group.vlan-range {
  width: 100%;
  max-width: none !important;
}
.input-group.vlan-range * {
  float: left;
}
.input-group.vlan-range .vlan-range-separator {
  width: 16px;
  height: 28px;
  padding: 4px 6px;
}
.input-group.vlan-range input {
  display: inline;
  max-width: 300px;
}
/* Session header scan distance from header! */
.details-file {
  margin-top: 10px;
}
/* Hash dropdown menu fix */
.dropdown-menu.hash-dropdown-menu[visible='true'] {
  display: block;
}
/* Hide realtime toggle */
.realtime-toggle-hidden .toggle-group-realtime {
  display: none;
}
/* Hide confidence on session details page*/
.confidence-hidden .gauge-threatscore-backdrop {
  display: none;
}
.confidence-hidden .gauge-confidence-backdrop {
  display: none;
}
.confidence-hidden .gauge-confidence {
  display: none;
}
.confidence-hidden .gauge-threatscore {
  left: auto;
}
/* Hash search criteria edit-control styling */
.input-group-addon,
.input-group-btn {
  vertical-align: top;
}
.input-group-textarea {
  vertical-align: top !important;
}
.monospace {
  font-family: 'Courier New', Courier, monospace;
}
.dropdown-menu.search-criteria-dropdownmenu {
  top: 28px;
}
.list-operator-edit {
  min-width: 225px;
  max-width: 225px;
  min-height: 28px;
}
/* Fixing group permissions nesting styling */
.list-container-group-permissions-children .list-container-group-permissions-children {
  width: 50%;
}
/* Session headers, batching headers */
.new-session-header-batch td {
  padding-top: 28px !important;
}
.session-files-summary-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.session-protocol-details-summary-target {
  position: relative;
  top: -155px;
}
.session-file-header {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 4px 10px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.session-file-header:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fff;
  left: 0px;
}
.session-file-header .file-number {
  font-weight: bold;
}
.session-file-header .summary-link {
  margin-left: 50px;
}
.details-threatmeter-details-content h4.manual-scan-header {
  margin-top: 5px;
  margin-bottom: 4px;
}
/* SLL page styling fix */
.ssl-cert-page-section .edit-user-container {
  max-width: 350px;
}
.ssl-cert-page-section .edit-user-groups-container {
  padding: 0px 15px;
}
.ssl-cert-page-section .file-input-name {
  margin: 4px 0px;
  display: inline-block;
  background-color: white;
  padding: 2px 4px;
  border: 1px solid #ddd;
  width: 100%;
}
.details-threatmeter-details-content h4.manual-scan-header {
  margin-top: 5px;
  margin-bottom: 4px;
}
/* Override session details page, file info header borders */
.details-file-header-title.no-border {
  border: 0px solid transparent;
}
/* Make sure delete popup is above .is-disabled panels */
.dropdown .users-section-password-error {
  z-index: 200;
}
/* Auth server testing */
.auth-server-test-form {
  margin-left: 36px;
  margin-bottom: 10px;
}
.auth-server-test-form label {
  width: 80px;
}
.auth-server-test-form input {
  font-size: 11px;
  color: black;
}
/* Search syntax highlighting */
.search-syntax-title {
  font-weight: bold;
}
.search-stringified-syntax-link {
  display: flex;
  column-gap: 4px;
  cursor: pointer;
}
.search-stringified-syntax-link a,
.search-stringified-syntax-link a:hover {
  text-decoration: none !important;
}
.search-stringified-syntax-link:hover,
.search-stringified-syntax-link:hover a,
.search-stringified-syntax-link:hover a * {
  text-decoration: underline;
}
.search-stringified-syntax {
  display: flex;
  column-gap: 4px;
  align-items: center;
}
.search-stringified-syntax .search-syntax-label {
  display: inline-block;
  color: gray;
}
.search-stringified-syntax .search-syntax-value {
  display: inline-block;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  color: #e12926;
  vertical-align: sub;
}
/* Uploader control - error styling */
.upload-failed {
  color: #e12926;
}
/* Dropdown in advanced search criteria */
.criteria-operator .dropdown-menu {
  max-height: 210px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.dropdown-menu.is-bottom {
  top: auto;
  bottom: 100%;
  margin: 0 0 2px;
}
.is-right .dropdown-menu-lookup {
  margin: 5px 0 0 0;
  left: auto;
  right: 0;
}
.is-right .dropdown-menu-lookup.is-bottom {
  margin: 0 0 10px 0;
}
.is-right .dropdown-menu-lookup::before,
.is-right .dropdown-menu-lookup::after {
  left: auto;
  right: 10px;
}
.search-wrapper {
  position: relative;
}
/* File signature hits */
.page-header.file-viewer-page-header {
  height: auto;
  min-width: auto;
}
/* File viewer - Hex highlights and loader */
.fileviewer-hex .hex .highlighted,
.fileviewer-hex .string .highlighted {
  background-color: yellow;
}
/* Ip-Port control's hidden, focused input for ctrl+c */
.ipport-hidden-focused-input {
  position: fixed;
  top: 0;
  right: 0;
}
/* Limit maximum help title width */
.help-title-text {
  display: inline-block;
  max-width: 250px;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
/* Session file, buttons padding */
.details-file-header .form-group .btn {
  margin-bottom: 5px;
}
/* Adv search disabled columns styling */
.add-criteria .criteria-column-disabled {
  color: #ccc;
}
/* Threat receipt legend - floating in footer */
.threat-receipt footer .detail-pad {
  float: none;
}
/* Make advanced search search and reset buttons align to bottom section */
.panel-body.panel-body-criteria-list.panel-managed-height {
  position: relative;
}
.panel-body.panel-body-criteria-list.panel-managed-height .search-side-bar-results-controls {
  position: absolute;
  width: 100%;
  bottom: 0;
}
/* Dashboard history - make clickable */
.chart-marker:hover {
  fill: #d22919;
}
.chart-marker.empty:hover {
  fill: #d2d2d2;
}
/* Complex/Interdependent search criteria */
.protocol-headers-editor {
  display: table;
}
.protocol-headers-editor > * {
  display: table-cell;
}
.protocol-headers-editor .input-group-btn .dropdown-toggle {
  height: 56px;
}
.protocol-headers-editor .btn-default {
  height: 56px;
  line-height: 46px;
}
.edit-user-container-icon {
  position: relative;
}
/* Sys Controls page - Sentry indicator positioning */
.syscontrols-indicator {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  border-radius: 50%;
}
.syscontrols-indicator svg {
  margin: 2px;
}
/* Payload styling in Session signatures table */
.label-payload.no-breaks {
  float: none;
  clear: none;
  word-break: normal;
}
/* Ip-Port control, hidden flag */
.hash .icon-flag-container,
[iq-hash] .icon-flag-container,
.iq-ip-port-ctrl.no-flag .icon-flag-container {
  display: none !important;
}
/* Dashboard tabed sections min height */
.list-container.dashboard-tabbed-section {
  min-height: 410px;
}
.list-container.dashboard-tabbed-table-section {
  min-height: 520px;
}
/* Temporarry hiding of partial Dashboard stats */
/*
.status-bar-summary-files .status-bar-summary-files-item:nth-child(2) { display: none; }
.status-bar-summary-files .status-bar-summary-files-item.status-bar-summary-files-item-last { width: calc(~"41.66666667% + 19.44444444%"); }
*/
.status-bar-progress-groups .status-bar-progress-group:nth-child(1) {
  width: 100%;
  border-right: 0px;
}
.status-bar-progress-groups .status-bar-progress-group:nth-child(1) .form-group span {
  width: 280px;
}
.status-bar-progress-groups .status-bar-progress-group:nth-child(1) .form-group div.status-bar-progress-control.progress,
.status-bar-progress-groups .status-bar-progress-group:nth-child(1) .form-group div.status-bar-progress-control.progress-scale {
  width: calc(100% - 280px);
}
.status-bar-progress-groups .status-bar-progress-group:nth-child(2) {
  display: none;
}
.status-bar-progress-groups .status-bar-progress-group:nth-child(3) {
  border-right: 0px;
}
.status-bar-progress-groups .status-bar-progress-group:nth-child(4) {
  border-left: 1px solid #2c2f31;
}
/* File-viewer header pagination runoff */
.file-viewer-page-header .page-header-title-area {
  width: 20%;
}
.file-viewer-page-header .page-header-controls {
  width: 80%;
}
/* C2 description content */
.c2-description {
  max-width: 400px;
  text-overflow: ellipsis;
}
/* Updating grou permissions layout */
.list-container-group {
  float: left;
  width: 100%;
  display: inline-block;
}
.list-container-group.list-container-group-permissions {
  width: 100%;
}
.list-container-group.list-container-group-permissions > .checkbox > label {
  font-size: 16px;
  font-weight: bold;
}
.list-container-group-permissions-children {
  position: relative;
  width: 100% !important;
  padding-top: 10px;
  padding-left: 50px;
  border-top: 1px solid #eee;
}
.list-container-group-permissions-children::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid #333;
}
.list-container-group .list-container-group-permissions-children {
  display: inline-block;
}
.list-container-group > .checkbox > .key {
  position: relative;
}
.list-container-group > .checkbox > .key-all {
  margin-left: 20px;
  font-size: 12px;
  cursor: pointer;
}
.list-container-group > .checkbox > .key::before {
  content: '-';
  position: absolute;
  top: -3px;
  right: 30px;
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.list-container-group > .checkbox > .key.collapsed::before {
  content: '+';
  color: #e12926;
}
/* MIME types Exceptions filter in drop-down */
.dropdown-menu .dropdown-menu-filter {
  padding: 2px 2px 0px 2px;
}
.dropdown-menu .dropdown-menu-filter input {
  width: 100%;
  min-width: 320px;
  padding: 0px 4px;
  font-size: 13px;
  border: solid 1px #f1f1f1;
  border-radius: 2px;
}
.dropdown-menu .dropdown-menu-filter:focus {
  border-color: #e12926;
}
.dropdown-menu .dropdown-menu-filter-notification {
  margin-bottom: 8px;
  color: #e12926;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
/* Embedded list view's pagination control */
.iq-embedded-list-view {
  position: relative;
}
/* Session list view, signatures dropdown, scrolling */
.dropdown-menu .dropdown-session-signatures-content {
  max-height: 420px;
  overflow-y: auto;
  overflow-x: hidden;
}
.workflow-status {
  width: 240px;
  padding: 10px !important;
}
.btn-full + .dropdown-menu {
  width: 100%;
}
/* Session list view, email preview scrolling */
.dropdown-menu .dropdown-session-email-preview-content {
  max-height: 470px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dropdown-menu .dropdown-session-email-preview-content a {
  display: block;
  margin-bottom: 8px;
}
.dropdown-menu .dropdown-session-email-preview-content a img {
  max-height: 320px;
}
/* Protocol Header search edit control */
.protocol-header-search-edit-control {
  display: block;
}
.protocol-header-search-edit-control .header-name-search-input {
  display: inline-flex;
  width: 100%;
}
.protocol-header-search-edit-control .header-name-search-input > span {
  display: inline-block;
  width: 30px;
  transition: width 200ms ease;
}
.protocol-header-search-edit-control .header-name-search-input > span a > div {
  color: white;
}
.protocol-header-search-edit-control .header-name-search-input > span .dropdown-menu {
  left: initial;
  right: 0;
}
.protocol-header-search-edit-control .header-name-search-input input {
  display: inline-block;
  flex-grow: 1;
  width: calc(70%);
  transition: width 200ms ease;
  float: none;
}
.protocol-header-search-edit-control .header-name-search-input:focus-within input.not-empty + span ul {
  display: block !important;
}
.protocol-header-search-edit-control .dropdown-menu {
  width: auto;
  max-width: 270px;
}
/* List view, files */
.list-view-protocol-detail {
  text-align: left;
  padding: 0 !important;
  line-height: 52px;
}
.list-view-protocol-detail .table-dropdown {
  padding: 0 16px !important;
  line-height: 52px;
}
.list-view-protocol-detail-empty {
  display: block;
  text-align: center;
}
.list-view-protocol-detail-name {
  display: inline-block;
  max-width: 320px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  line-height: initial;
  vertical-align: middle;
  color: black;
}
.list-view-protocol-detail-name .list-view-protocol-detail-comment {
  display: inline-block;
  max-width: 320px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  font-size: 11px;
  color: #e12926;
}
/* Flex container addon, ported from Bootstrap 4 */
.d-flex {
  display: flex;
}
/* Put it inside d-flex and it will grow */
.flex-fill {
  flex: 1 1 auto !important;
}
/* Ellipsis text */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.utc-marking {
  display: none;
  font-size: 9px;
  font-weight: 900;
  color: #e12926;
  cursor: help;
}
.dropdown-menu > li > a > label {
  white-space: nowrap;
  margin: 0;
}
.dropdown-menu > li > a > label input[type='checkbox'] {
  vertical-align: top;
  margin-right: 5px;
}
