﻿
.ssm4-result-message.finished:before {
    content:'Result';
}
.ssm4-result-message.ssm4-clear-memory.finished:before {
    content:"The full SSM4 Program will be automatically opened. Please perform the ECM Clear Memory operation through the normal menus.\A(DTC and FFD data will be automatically saved in the project file)";
}
.ssm4-result-message.ssm4-get-readiness.finished:before {
    content:"Result";
}
.ssm4-result-message.cancelled:before {
    content:'Cancelled';
}
.ssm4-result-message.error:before {
    content:'';
}

.ssm4-confirm-message.ssm4-clear-memory:before {
    content:"Using this function will begin the ECM Clear Memory operation. Please refer to the message generated below for the result and next step.\A\APress OK to continue";
}
.ssm4-confirm-message.ssm4-get-readiness:before {
    content:"As readiness code self-diagnosis is completed, each DTC will disappear from the display.\A\AThis “Readiness Code” function only displays a single sample (snap-shot) of the readiness code self-diagnosis result.\A\ATo record a new sample of the self-diagnosis result, please press the “Refresh” button.";
}

button.ssm4-cancel-button:before {
    content:"Cancel";
}
button.ssm4-clear-button:before {
    content:"Clear";
}
button.ssm4-clear-button.ssm4-get-readiness:before {
    content:"Clear measurement result";
}
button.ssm4-clear-button.ssm4-clear-memory:before {
    content:"Close Message";
}

.ssm4-dialog.ssm4-clear-memory ~ .ui-dialog-buttonpane button:nth-child(1) .ui-button-text:before {
    content:'OK';
}
.ssm4-dialog.ssm4-clear-memory ~ .ui-dialog-buttonpane button:nth-child(2) .ui-button-text:before {
    content:'Cancel';
}

.ssm4-dialog.ssm4-get-readiness ~ .ui-dialog-buttonpane button:nth-child(1) .ui-button-text:before {
    content:'OK';
}
.ssm4-dialog.ssm4-get-readiness ~ .ui-dialog-buttonpane button:nth-child(2) .ui-button-text:before {
    content:'Cancel';
}

table.ssm4-result-table.ssm4-get-dtc > thead > tr > th:nth-child(1):before {
    content:'System';
}
table.ssm4-result-table.ssm4-get-dtc > thead > tr > th:nth-child(2):before {
    content:'Status';
}
table.ssm4-result-table.ssm4-get-dtc > thead > tr > th:nth-child(3):before {
    content:'Code';
}
table.ssm4-result-table.ssm4-get-dtc > thead > tr > th:nth-child(4):before {
    content:'Description & trouble part';
}

table.ssm4-result-table.ssm4-monitor-data > thead > tr > th:nth-child(1):before {
    content:'System';
}
table.ssm4-result-table.ssm4-monitor-data > thead > tr > th:nth-child(2):before {
    content:'Item';
}
table.ssm4-result-table.ssm4-monitor-data > thead > tr > th:nth-child(3):before {
    content:'Value';
}
table.ssm4-result-table.ssm4-monitor-data > thead > tr > th:nth-child(4):before {
    content:'Unit';
}

table.ssm4-result-table.ssm4-get-readiness > thead > tr > th:nth-child(1):before {
    content:'Code';
}
table.ssm4-result-table.ssm4-get-readiness > thead > tr > th:nth-child(2):before {
    content:'Description & trouble part';
}
