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

.table-scroll-container {
overflow-x: auto;
}

.page-table {
padding: 0;
margin: 0px;
width: 100%;
border-bottom: 1px solid $borderColor;
border-left: 1px solid $borderColor;
border-right: 1px solid $borderColor;
background-color: $COLOR_WHITE;
}

list-table .page {
padding: 0;
}

.list-table {
display:table;
overflow: hidden;
line-height: normal;

.title {
display: table-caption;
margin-top: 10px;
padding-left: 2px;
text-align: left;
font-weight: normal;
font-size: 14px;
}

.header {
display: table-header-group;
margin:0;
background-color: $COLOR_MEDIUM_GRAY;
font-weight: 700;
color: white;
> div {
display: table-row;
height: 40px;
> span {
display: table-cell;
vertical-align: middle;
padding: 3px 0px;
> span {
display: block;
position: relative;
margin : 0 10px;
}
}
}
}

ul {
display: table-row-group;
word-break: break-word;
padding: 0;
margin: 0;
width: 100%;
color: black;

li {
list-style: none;
display: table-row;
height: 40px;
> span {
border-top: 1px solid $borderColor;
display: table-cell;
vertical-align: middle;
padding: 3px 0px;
> span {
display: block;
position: relative;
margin : 0 10px;
.icon {
vertical-align: middle;
font-size: 20px;
}
}
}
}

li:hover, li:focus, li:active {
background-color: #f5f5f5;
}
}
}

.responsive-cell-data {
display: block;
white-space: nowrap;
}

@media (min-width: 768px) {
//ADD OTHERS THAT FORCE TABLE BLOCK
.list-table .hidden-xs {
display: table-cell!important;
}

.responsive-cell-data {
display: inline;
}
}