
/* device-data */

.align-right {
    text-align: right;
}

.align-center {
    text-align: left;
    margin-left: 5px;
}

.ag-cell {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.ag-row-odd {
    background-color: #FFF !important;
}

.ag-row-even {
    background-color: #EEE !important;
}

label {
    font-weight: normal !important;
}

.div-percent-bar {
    display: inline-block;
    height: 100%;
    position: relative;
    z-index: 0;
}

.div-percent-value {
    position: absolute;
    padding-left: 4px;
    padding-top: 4px;
    color: darkgreen;
    font-size: 13px;
    z-index: 10;
}

.div-outer-div {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.ag-menu {
    z-index: 50;
}

.rTable {
    display: table;
    text-align: left;
    width: 100%;
}

.rTableRow {
    display: table-row;
}

.rTableHeading {
    display: table-header-group;
}

.rTableBody {
    display: table-row-group;
}

.rTableFoot {
    display: table-footer-group;
}

.rTableCell, .rTableHead {
    display: table-cell;
}
/* div table */



/* GRAPH WRAPPER STYLE */
.bar {
    fill: steelblue;
    cursor:pointer;
}

.line {
  fill: none;
  stroke: steelblue;
  stroke-width: 4px;
}

.target {
    stroke-dasharray: 5,5;
    stroke: red;
    stroke-width: 0.4px;
}

/* equipment / location / group table */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.list-header {
    cursor: pointer;
    font-weight: 600;
}

.list-header-right {
    text-align: right;
    cursor: pointer;
    font-weight: 600;
}

.list-cell-right {
    text-align: right;
}


.pickup-row {
    color: white !important;
    background-color: #228b22 !important;
}