﻿
.small-span-info
{
    color:orangered;
    font-size:11px;
}
.table-compressed>td,.table-compressed>th
{
    padding:3px !important;
}
.jobButton {
    cursor: pointer;
    border: none;
    outline:none;
    width: 32px;
    height: 32px;
    padding:15px;
    background: url(../../images/jobsheet_icon_new_final.png) no-repeat;
}
.timelineButton{
    background-position-y: 0px;
    background-position-x: 0px;
}
.timelineButton:hover{
    background-position-y: -33px;
    background-position-x: 0px;
}
.previewButton{
    background-position-y: 0px;
    background-position-x: -32px;
}
.previewButton:hover{
    background-position-y: -33px;
    background-position-x: -32px;
}
.makeMasterButton{
    background-position-y: 0px;
    background-position-x: -64px;
}
.makeMasterButton:hover{
    background-position-y: -33px;
    background-position-x: -64px;
}
        
.breakMasterButton{
    background-position-y: 0px;
    background-position-x: -96px;
}
.breakMasterButton:hover{
    background-position-y: -33px;
    background-position-x: -96px;
}

        
.setJobPriorityButton{
    background-position-y: 0px;
    background-position-x: -128px;
}
.setJobPriorityButton:hover{
    background-position-y: -33px;
    background-position-x: -128px;
}
.removeJobButton{
    background-position-y: 0px;
    background-position-x: -156px;
}
.removeJobButton:hover{
    background-position-y: -33px;
    background-position-x: -156px;
}
.qcPrintJobButton{
    background-position-y: 0px;
    background-position-x: -186px;
}
.qcPrintJobButton:hover{
    background-position-y: -33px;
    background-position-x: -186px;
}

.StrStpButton {
    cursor: pointer;
    border: none;
    width: 30px;
    height: 30px;
    background: url(../../images/start_stp.png) no-repeat;
}

.startButton {
    background-position-y: 0px;
    background-position-x: -31px;
}

.stopButton {
    background-position-y: 0px;
    background-position-x: 0px;
}

.legend {
            width: 30px;
            height: 30px;
            border-radius: 15px;
            float: right;
            margin-right: 2px;
            cursor: pointer;
        }

        .comment {
            background-color: #2957A4;
        }

        .MasterJobWithComment {
            background-color: #DE1F03;
        }
        .MemberInactive {
            background-color: #FF5533;
        }
        
        .MemberActive {
            background-color: #008000;
        }
        .masterJobWithoutComment {
            background-color: #FD7B68;
        }