.o2-machine-view canvas {
    image-rendering: optimizeSpeed; /* old WebKit, Safari, FireFox 3.6+ */
    image-rendering: -webkit-optimize-contrast; /* newer WebKit (CSS3 proposal) */
    image-rendering: -o-crisp-edges; /* Opera 11.6+ (CSS4 prefixed) */
    image-rendering: -moz-crisp-edges; /* FF 6+ (CSS4 prefixed) */
    image-rendering: crisp-edges; /* CSS4 */
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.o2-machine-view h5 {
    /*color: #ffffff;*/
    /*font-family: "Opensans Light";*/
    margin-top: 5px;
    margin-bottom: 5px;
}

.o2-machine-view h6 {
    /*color: #ffffff;*/
    /*font-family: "Helvetica Condensed Light";*/
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}

.o2-machine-view .pulse-view:hover {
    cursor: pointer;
}

.o2-machine-view-table {
    text-align: center;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    border-top: 1px solid white;
}

.o2-machine-view-table caption {
    text-align: center;
    /*color: #ffffff;*/
    /*font-family: 'Nimbus Sans Bold';*/
    font-size: 24px;
    margin-bottom: 5px;
}

.o2-machine-view-table thead {
    /*color: #ffffff;*/
}

.o2-machine-view-table th {
    /*font-family: "Opensans Light";*/
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.o2-machine-view-table tbody tr {
    /*color: #ffffff;*/
    /*font-family: "Opensans Light";*/
    font-size: 12px;
}

.o2-machine-view-table tbody td {
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.o2-machine-view-table tbody tr:nth-child(2n) {
    background-color: #2d63b4;
    color: #ffffff
}

.o2-machine-view .image-pulse {
    background: url(/public/images/o2/pulseImage.png) no-repeat;
    background-size: 100% 150px;
    width: 20%;
    height: 150px;
    text-indent: -9999px;
    float: right;
}

.o2-machine-view #o2-machine-info-header .h5-label {
    width: 135px;
}

.o2-machine-view #o2-machine-info-header .custom-date-time-picker {
    width: calc(100% - 135px);
    max-width: 180px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.o2-machine-view #o2-machine-info-header .custom-date-time-picker input {
    height: 23px;
    padding: 0 5px;
    border: none;
}

.o2-machine-view #o2-machine-info-header .custom-date-time-picker > .input-group.ui-datepicker > span {
    background-color: #fff;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.o2-machine-view #o2-machine-info-header .custom-date-time-picker span > button {
    outline: none;
    border: none;
    height: 23px;
    padding: 3px 4px;
    margin: 0;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > select,
.o2-machine-view #o2-machine-info-header .col-md-12 > input {
    width: calc(100% - 135px);
    max-width: 180px;
    display: inline-block;
    height: 23px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 6px;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > .input-group > select {
    border-bottom-right-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat;
    background-position: right 2px center;
    background-size: 10px 10px;
    max-width: 180px;
    display: inline-block;
    height: 23px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 6px;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > .input-group.notes {
    max-width: inherit;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > .input-group {
    width: calc(100% - 135px);
    max-width: 180px;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > .input-group > input {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    display: inline-block;
    height: 23px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 6px;
}

.o2-machine-view #o2-machine-info-header .col-md-12 > .input-group > .input-group-btn > button {
    height: 23px;
    border-top: none;
    padding: 2px 6px;
    outline: none;
}

.o2-machine-view #o2-machine-info-header textarea {
    resize: none;
    display: inline-block;
    height: 48px;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 2px 6px;

}

.o2-machine-view #o2-machine-info-header .input-group.notes button {
    height: 48px !important;
}

.o2-cursor-pointer {
    cursor: pointer;
}