/* CBM POS Workspace shared styles. Loaded site-wide via _admincommoncss.cshtml. */

.badge-active {
    background-color: #1ab394;
    color: #fff;
}

.badge-inactive {
    background-color: #ed5565;
    color: #fff;
}

.pos-row {
    cursor: pointer;
}

.pos-row:hover {
    background-color: #f5f5f5;
}

.num-link {
    color: #1ab394;
    text-decoration: none;
    font-weight: 600;
}

.num-link:hover {
    text-decoration: underline;
    color: #0f7d68;
}

.num-zero {
    color: #999;
}

.warn-zero {
    display: inline-block;
    margin-left: 4px;
    color: #f8ac59;
}

table#tbl_pos td:nth-child(n + 4):nth-child(-n + 7),
table#reportTable.cbm-pos-list td:nth-child(n + 4):nth-child(-n + 7) {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.cbm-pos-workspace .nav-tabs > li > a {
    font-weight: 600;
}

.branch-row,
.agent-row,
.br-row {
    padding: 4px 0;
    border-bottom: 1px dashed #eee;
}

.branch-row:last-child,
.agent-row:last-child,
.br-row:last-child {
    border-bottom: none;
}

.branch-row label,
.agent-row label,
.br-row label {
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
    display: block;
}

.agent-row .meta,
.br-row .meta {
    color: #888;
    font-size: 12px;
}

