Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

.bg-ampl {
padding:4px;
background: linear-gradient(#1d65ad,#003F72);
z-index:1;
color:white;
}

.app-name {
color:white;
padding-left:8px;
padding-right:5px;
font-size: 1.3em;
font-weight: 100;
}

.app-va {
font-weight:600;
border-right: solid 1px white;
padding-right: 6px;
margin-right:5px;
}

.user-dropdown {
margin-left:5px;
float:right;
}

.app-user-menu {
cursor:pointer;
width:200px;
font-size:.8em;
padding: 5px;
}

.app-badge {
background: transparent !important;
border: solid 1px #aebee2;
color : white;
}

.show-on-focus{
position:absolute;
top:-10em;background:#fff;
padding:1em;
margin:1em;
color:#112e51;
display:block;
font-weight:600
}
.show-on-focus:focus{
position:inherit;
top:auto;
outline:2px solid #fdb81e
}