﻿div.TimerControl {
    width: 3.5rem;
    height: 3.5rem;
    margin-top: -2rem;
    margin-bottom: -2rem;
}

div.TimerControlChart {
    width: 6rem;
    height: 6rem;
}

.BoxTitle {
    height: 25px;
    font-weight: bold;
    padding: 5px;
}

.BoxSlider {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    display: table;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
}

.BoxChart {
    width: calc(100% - 10px);
    height: 345px;
    margin-top: 25px;
}

.BoxChartPart {
    width: calc(100% - 10px);
    height: 65px;
    margin-top: 25px;
}

.BoxSliderCell {
    vertical-align: middle;
    display: table-cell;
    color: lightgray;
    padding: 3px;
    cursor: pointer;
    font-size: small;
}

.BoxSliderCellActive {
    vertical-align: middle;
    display: table-cell;
    padding: 3px;
}

.BoxSliderCellLeft {
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding: 3px;
    cursor: pointer;
}

.BoxSliderCellRight {
    vertical-align: middle;
    display: table-cell;
    text-align: right;
    padding: 3px;
    cursor: pointer;
}

img.ncStatus {
    height: 20px;
}

img.trafficLight {
    height: 100px;
    text-align: right;
}

table.MachineOverview {
    width: 100%;
}

img.MachineOverviewIcon {
    max-width: 200px;
    max-height: 120px;
}

table.MachineOverviewData {
    width: 100%;
    margin: 5px;
    table-layout: fixed;
}

td.MachineOverviewText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.MachineOverviewText:hover {
    text-overflow: clip;
    white-space: normal;
    vertical-align: top;
    word-break: break-word;
}

td.MachineOverviewImage {
    padding: 10px;
}

td.MachineOverviewNcStatus {
    text-align: center;
    padding: 10px;
    width: 30%;
}

td.MachineOverviewTrafficlight {
    width: 50px;
    padding: 10px;
    text-align: center;
}

table.MachineOverviewCounterTable {
    width: 100%;
    height: 100%;
}

.MachineOverviewCounterBigNumber {
    text-align: center;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.MachineOverviewCounterMediumNumber {
    text-align: center;
    display: table;
    margin-right: auto;
    margin-left: auto;
}

tr.MachineOverviewCounterRow {
    height: 45%;
}

td.MachineOverviewCounterColumn {
    width: 50%;
}

div.LanguageSelector {
    margin: 10px;
}

table.LogTable {
    border-spacing: 2px;
    border-collapse: separate;
    width: 100%;
}

td.LogHeader {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    background-color: #ffffff;
    font-weight: bold;
}

td.LogCell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    background-color: #ffffff;
    font-size: smaller;
}

td.LogCellMessage {
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    background-color: #ffffff;
    font-size: smaller;
}

.LanguageButton {
    color: #d7d7d7;
    box-shadow: none;
    border-color: transparent;
    padding: 2px;
    width: 32px;
    margin: 5px;
}

.LanguageButtonActive {
    color: #d7d7d7;
    box-shadow: none;
    background-color: rgba(255,255,255,0.25);
    border-color: transparent;
    padding: 2px;
    width: 32px;
    margin: 5px;
}

table.LanguageSelectorTable{
    width: 100%;
}