.glyphicon {
    font-weight: unset;
    font-style: unset;
}

.row {
    padding-bottom: 10px;
}

.hidden {
    display: none !important;
}

.table-container {
    width: 2000px;
}

.td-offline {
    color: #b9b9b9;
}

.td-total {
    border-top: 3px solid #000;
}

.percent-positive {
    color: #2ca02c;
}

.percent-negative {
    color: #761c19;
}

.text-grey {
    color: grey;
}

.cell-highlight {
    background: #e8d0fe;
}

.cell-paid {
    background-color: #CDFECE;
}

.chart-container {
    overflow: hidden;
    float: left;
    width: 50%;
}

.btn-collapsed[data-target="#demo"] {
    margin-bottom: 10px;
}

.btn.btn-info.collapsed {
    margin-bottom: 10px;
}

table.stats-table {
    border: 1px solid black;
}

table.stats-table th {
    border: 1px solid black;
}

table.stats-table td {
    border: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

th.rotate {
    height: 80px;
    width: 20px;
    white-space: nowrap;
    position: relative;
}

th.rotate > div {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
}

.stats-row {
    padding-bottom: 10px;
}

.main-title {
    text-align: center;
    margin: -15px 0 15px 0;
    font-size: 30px;
}

.table-holder {
    overflow-x: auto;
    margin: 0 0 15px 0;
}

table.gc-table {
    border: 2px solid #000;
    margin: 0 auto;
}

table.gc-table th {
    border: 2px solid #000;
    padding: 3px;
    text-align: center;
    background: #cbfdc6;
}

table.gc-table td {
    border: 1px solid #000;
    padding: 1px 3px;
    text-align: center;
    background: #e9e6f7;
}

table.gc-table td:first-child {
    background: #dadada;
}

table.gc-table td:nth-child(2n) {
    border-left: 2px solid #000;
    background: #fff;
}

th.rotate120 {
    height: 80px;
    width: 120px;
    white-space: nowrap;
    position: relative;
}

th.rotate120 > div {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
}

.network-header {
    background: #4a90d9 !important;
    color: #fff;
    font-weight: bold;
}

.total-row {
    background: #ffd700 !important;
    font-weight: bold;
}

.total-row td {
    border-top: 1px solid #000 !important;
}

.table-inactive td {
    color: #b9b9b9;
}

.table-inactive a {
    color: #b9b9b9;
}

.table-inactive span {
    color: #b9b9b9;
}

.glyphicon-padded {
    padding-left: 3px;
}

.table-holder {
    overflow-x: auto;
    margin: 0 auto;
    max-width: 100%;
}

.pay-table {
    margin: 0 auto !important;
}

.pay-table th {
    text-align: center;
}

.pay-table td {
    padding: 1px 3px;
    text-align: center;
}

.pay-table td:first-child {
    white-space: nowrap;
}