body {
    color: #555;
    font-family: monospace;
}

.plot-label {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    text-align: center;
}

.plot-container {
    margin-left: 30px;
    width: calc(100% - 265px);
    float: left;
}

.plot-controls {
    float: left;
    margin: 28px 2px;
    width: 220px;
}

.plot-canvas {
    width: 100%;
    height: 600px;
}

.plot-time {
    margin-top: 5px;
}

.plot-time.start {
    float: left;
}

.plot-time.end {
    float: right;
}

.plot-axis-label {
    font-size: 14px;
    font-weight: bold;
}

.plot-x-axis-label {
    width: calc(100% - 260px);
    margin-top: 5px;
    text-align: center;
}

.plot-y-axis-label {
    left: -45px;
    position: absolute;
    top: 300px;
    transform: rotate(270deg);
}

#tooltip {
    position: absolute;
    display: none;
    border: 1px solid #fdd;
    padding: 2px;
    background-color: #fee;
    opacity: 0.80;
}

.field label {
    display: block;
    margin-bottom: 4px;
}

.field select {
    width: 220px;
}

.field {
    margin-bottom: 10px;;
    clear: both;
}

.plot-title {
    margin-right: 20px;
}

.plot-legend tr {
    float: left;
    margin-right: 15px;
}

.controls-label {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.points-count {
    font-family: Arial, serif;
    font-size: 9px;
    font-weight: 100;
    margin-left: 4px;
}

.loading-indicator-spinner {
    background: white url("../images/ajax-loader-black.gif") no-repeat scroll center center;
    border: 1px solid silver;
    color: black;
    height: 83px;
    left: calc(50% - 230px);
    margin: 0;
    opacity: 0.8;
    padding-left: 20px;
    position: fixed;
    top: 300px;
    width: 260px;
    z-index: 30000;
}

.loading-indicator-message {
    content: "";
    display: block;
    color: #556c74;
    margin-top: 4px;
    text-align: center;
}

.loading-indicator-overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 29999;
    opacity: 0.2;
    background-color: silver;
}

.plot-on-checkbox {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plot-on-off input[type=checkbox], .plot-crosshair input[type=checkbox] {
    float: left;
    width: 14px;
    height: 20px;
}

.field-label {
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #ededed;
    width: 230px;
}

.field.checkbox {
    height: 17px;
    line-height: 25px;
    vertical-align: middle;
}

.legend-square {
    border: 1px solid gray;
    float: left;
    height: 14px;
    margin: 5px 3px;
    width: 14px;
}

.plot-last-value-wrapper {
    height: 17px;
    line-height: 25px;
    vertical-align: middle;
}

.crosshair-value {
    background-color: #DADADA;
    position: absolute;
    margin-left: 5px;
    padding: 3px;
    border-radius: 2px;
    opacity: 0.6;
}

.crosshair-value.time {
    top: 612px;
    margin-left: -55px;
    opacity: 1;
}

#last-read-date {
    text-align: center;
    margin-bottom: 5px;
}

.plot-item {
    margin-bottom: 30px;
}

.clear {
    clear: both;
}

.error-trace {
    max-width: 255px;
    overflow-x: scroll;
}
