


.motion-line-caption-text {
    width:100%;
    font-weight:600;
    background-color:rgba(0, 148, 255, 0.72);
    color:white;
    font-style:italic;
    font-size:medium;
    vertical-align:baseline;
    letter-spacing:1.3px;
    line-height:1.4em;
    display:inline-block;
    pointer-events:none;
}

.motion-line-state {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-flex;
    height: 1.4em;
    width:1.4em;
    background-color: #fff;
    vertical-align:middle;
    margin-bottom:0;

}

.motion-line-state-line {
    width:100%;
    background-color:black;
    color:white;
    font-size:x-small;
    vertical-align:top;
    line-height:1em;
    display:inline-block;
    pointer-events:none;

}


.motion-line-state-text { 
    background-color:transparent;
    vertical-align:middle;
    text-align:center;
    width:33%;
    pointer-events:none;
}

#motion-line-locked {
    background: #fff url('../resources/images/Locked.png') no-repeat center bottom;
    background-size:contain;
    float:left;
    margin-left:10px;
}

#motion-line-inconsistent {
    background: #fff url('../resources/images/DataInconsistent.png') no-repeat center bottom;
    background-size:contain;
    float:right;
    margin-right:10px;
}

#motion-line-remote-process {
    background: #fff url('../resources/images/RemoteProcess.png') no-repeat center bottom;
    background-size:contain;
    float:right;
    margin-right:10px;
}

ul#motion-control {
    list-style-type: none ;
    margin: 0 0 2px 0 ;
    padding: 0 0 0 0 ;
}

li#motion-control {
    background-color: #fff ;
    border:none;
    cursor: pointer ;
    float: none ;
    margin: 1px 1px 2px 1px ;
    text-align: center ;
    font-size: 100%;
    color:black;
    width: 100% ;

}

li#motion-control.selected {
    background-color: yellow ;
    border:2px solid #555;
}

li#motion-control.selecting {
    background-color: skyblue ;
    border:2px solid #555;
}


li#motion-control.otherHmi {
    background-color: lightgray ;
}

li#motion-control.locked {
    background-color: lightgray ;
}

tr#final-position.selected {
    background-color: yellow ;
        border:2px solid #555;
}

tr#final-position.selecting {
    background-color: skyblue ;
    border:2px solid #555;
}


tr#final-position.otherHmi {
    background-color: lightgray ;
}

tr#final-position.locked {
    background-color: lightgray ;
}


ul#final-position{            
    padding: 0;
    width:100%;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    max-width:100%;
    display:flex;
    justify-content:space-between;
    flex-flow: row wrap;
            
}

td#final-position {
    width:100%;
    padding-left:3px;
    padding-right:3px;
    }



li#final-position {
    background-color:transparent;
    border:1px solid;
    border-color:black;
    margin:1px 1px 1px 1px;
    padding: 1px;
    display:inline-flex;
    word-wrap: break-word;
    word-break: break-all;
    flex-basis:11%;
    flex-grow:1;
    flex-shrink:0;
    align-self:stretch;
    justify-content:center;
}

span#final-position {
    padding: 0.1px;
    margin:0.1px;
    background-color:transparent;
    width:100%;
    font-size:90%;
    
}

span#final-position.flagged {
    background-color: rgb(0, 255, 33);
}

span#final-position-value {
    padding: 0.1px;
    margin:0.1px;
    background-color:transparent;
    width:100%;
    font-size:100%;
    text-align:left;
    font-weight: bold;
    
}

span#final-position-value.flagged {
    background-color: rgb(0, 255, 33);
}


table#motion-control-line {
    width: 100% ;
    margin-top: 0px;
}

tr#motion-control-line {
    width: 100% ;
    height: 100%;
}

th#motion-control-line {
    text-align: center;
    width: 100% ;
    height: 100%;
    overflow: hidden;
}

td#motion-control-line {
    text-align: center;
    width: 100% ;
    height: 100%;
    overflow: hidden;
}

#motion-control-line-button-area {
    width: 100px;
    pointer-events:none;
}

#motion-control-line-button-left {
    width: 100px ;
    height: 50px;
    margin: 2px;
    text-align:center;
    float: left; 
    color: black;
    background-color:lightgray ;
    background-image: url('../resources/images/ArrowBlueLeft.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left;
    word-wrap: break-word;
    word-break: break-all;
    pointer-events:auto;
}

#motion-control-line-button-left[disabled] {
    color: #999;
    background-color:lightgray ;
    background-image: url('../resources/images/ArrowWhiteLeft.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left;
}

#motion-control-line-button-right {
    width: 100px ;
    height: 50px;
    margin: 2px;
    text-align:center;
    float: right;
    display:table-cell;
    color: black;
    background-color:lightgray ;
    background-image: url('../resources/images/ArrowBlueRight.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right;
    word-wrap: break-word;
    word-break: break-all;
    pointer-events:auto;
    }

#motion-control-line-button-right[disabled] {
    color: #999;
    background-color:lightgray ;
    background-image: url('../resources/images/ArrowWhiteRight.png');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right;
}


#motion-control-line-executable {
    border:1px solid;
    background-color:white ;
    display:table-cell;
    padding-left:8px;
}

#motion-control-line-executable.executable {
    background-color:blue ;
}

