﻿.activeUsersTableWrap {
    margin: 0;
    padding: 3px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    line-height: 100%;
}
.activeUsersTableWrap table {
    background: transparent !important;
}
.activeUsersTableWrap table tr {
    background: #fff;
}
.activeUsersTableWrap table tr:nth-child(even) {
    background: #fafafa;
}
.activeUsersTableWrap table tr td {
    padding: 7px 0 !important;
    line-height: 100%;
}
.activeUsersTableWrap table thead tr td {
    background: #dc0d8a !important;
    font-weight: 500;
    color: #fff;
}
.activeUsersTableWrap table thead tr td:first-child {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
}
.activeUsersTableWrap table thead tr td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.activeUsersTableWrap table tbody tr {
    border-bottom: 1px solid #efefef;
    line-height: 100%;
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;
}
.activeUsersTableWrap table tbody tr:hover {
    background: #fcffe3 !important;
}
.activeUsersTableWrap table td.location {
    text-align: left;
}
.activeUsersTableWrap table td.location a {
    display: block;
}
.activeUsersTableWrap .detailCol {
    text-align: left !important;
}
.activeUsersTableWrap tr td:first-child {
    text-align: left;
    padding-left: 16px !important;
}
.activeUsersTableWrap tr td:nth-child(2) {
    padding-left: 16px !important;
}
.activeUserBot {
    background: #c0c0c0;
    display: inline-block;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    padding: 6px;
}
.activeUserBot.icod {
    padding-left: 26px;
}
.activeUserBot img {
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -11px;
    height: 24px;
    max-height: 24px;
}

.activeuserIP {
    display: Block;
    margin-top: 4px;
}
.activeuserIP a {
    display: block;
    font-size: 1rem;
}
.activeuserIP a:nth-child(2){
    font-size: 0.85rem;
}