.machine-list-item {
    min-height: 100px;
    position: relative;
}

/*
.machine-list-item[data-online='false']:after {
    position: absolute;
    content: '\A';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index: 10;
}
*/


.machine-list-item .machine-history-bar {
    width: 100%;
    height: 8px;
    background: #2AA600;
    fill: #F9AB00;
}

.machine-list-item > div.center {
    overflow: hidden;
}

.machine-list-item > div.center > .list-item__subtitle,
.machine-list-item > div.center > .list-item__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.machine-list-item .list-item__subtitle {
    min-height: 19px;
}

.machine-list-item-history-container {
    min-height: 19px;
}

.machine-list-item .machine-list-item-history-container canvas {
    box-sizing: border-box;
    width: 100%;
    height: 16px;
}

.machine-list-item.ui-selected {
    background-color: rgba(82,114,255,0.1);
}

.machine-list-item ons-icon {
    vertical-align: inherit !important;
}

.machine-list-item .list-item__thumbnail {
    width: 80px;
    height: 80px;
}

.machine-list-item .left {
    position: relative;
}