﻿
.jq_Body
{
    margin-top:5px;
   
}

.jq_Base_Header {
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    padding-left: 10px;
}

.jq_Base_Body {
    min-height: 100px;
}

.jq_Base_Grid2
{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:1px;
}


.jq_Base_Grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
}

.jq_WQ_Header {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #00B0F0;
    padding-left: 10px;
}

.jq_WQ_Body {
    
    min-height:100px;
}

.jq_DQ_Header {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #EA700D;
    padding-left: 10px;
}

.jq_DQ_Body {
    min-height: 100px;
}


.jq_RQ_Header {
    height: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #37923D;
    padding-left: 10px;
}

.jq_RQ_Body {
    min-height: 100px;
}

/*Job Queue Item*/
.jq_Item {
    margin: 5px 10px;
    border: 1px solid #999999;
    background-color:#FFFFFF;
    padding-top:3px;
    padding-bottom:2px;
   
}

.jq_Grid {
    width: 100%;
    table-layout: fixed;
}

.jq_Grid > td{
    padding: 0px !important;
}

.jq_Grid_R1 {
    height: 50px;
}

.jq_Grid_R2 {
    height: 20px;
    background-color:#F2F2F2;
    font-size:9pt !important;
}

.jq_Grid_R3 {
    height: 20px;
}

.jq_Grid_C11
{
    width:80px!important;
    cursor:pointer;
    padding:0px !important;
    text-align:center;
}

.jq_Grid_C12 {
    width: 64% !important;
    cursor: pointer;
    padding: 0px !important;
    text-align: center;
}

.jq_Grid_C13 {
    width: 8% !important;
    vertical-align: top;
    text-align: right;
}

.jq_Grid_C13 input[type=image] {
    width: 24px ;
    vertical-align: top;
    margin-right: 2px;
}


/*.jq_Grid_C12,
.jq_Grid_C13,
.jq_Grid_C14,
.jq_Grid_C15
{
    width: 15% !important;
    text-align:center;
}
*/


.carServiceIcon {
    width: 45px;
    cursor: pointer;
}

.jobRemoveIcon {
    cursor: pointer;
}

.jobDeleteIcon {
    width: 16px !important;
    cursor: pointer;
}



/* Job Step Grid */
.jq_Steps_Grid {
    width: 100%;
    table-layout: fixed;
}



/* First Cell - Car & Rego */
.jq_CarShapeImage {
    width: 70px;
    cursor: pointer;
}

.jq_CarShape {
    width: 70px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.jq_CarShape2 {
    width: 100%;
    cursor: pointer;
}

.jq_CarRego {
    position: absolute;
    width: 70px;
    left: 0px;
    bottom: 23px;
    display: inline-block;
    text-align:center;
    font-size: 9pt;
    font-weight:bold;
    color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    
}

.jq_CarWarning {
    position: absolute;
    width: 70px;
    left: 5px;
    bottom: 36px;
    display: inline-block;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: right;
}

.jq_CarWarning img
{
    width: 28px;
    cursor: pointer;
    margin-right: 5px;
}

/*Gaps */

.jq_Grid_Gap1
{
    text-align:left;
    vertical-align:text-top;
    
}

.carServiceNote_Icon {
    width: 20px;
    margin-top: 3px;
}

.carServiceNote_Panel {
    display: none;
}



/* Text Details */
.jq_CarServiceName {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 10pt !important;
    text-align: center !important;
    line-height: 20px;
}

.jq_Details {
    width: 100%;
    table-layout: fixed;
    font-size: 9pt !important
}

.jq_Details * {
    font-size: 9pt !important
}

.jq_Details tr:first-child  td {
    text-align: left !important;
    padding-left: 5px !important;
    padding-right: 2px !important;
   
}

.jq_Details tr:first-child td:first-child {
    width:48% !important;
}

.jq_Spectator
{
    width: 400px;
    margin-top:50px;
    margin-left:auto;
    margin-right:auto;

}