﻿.printWo {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #099885;
}


    .printWo:hover {
        color: #fff;
        background-color: #099885;
    }

.WO_Status_Name {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
}

.startStatus {
    color: #f76707;
    background: #fef0e6;
}

.compleStatus {
    color: #0ab39c;
    background-color: rgba(10,179,156,.1);
}

.TokenStatus {
    color: #ae3ec9;
    background: #f7ebf9;
}

.ViewWODetails {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #00a6dc;
}

.table .checkbox {
    float: left;
}

/*.mode2 {
    display: none !important;
}*/

.highriseTermsBox .btn-info.mode2 {
    display: none;
}

.TermsAndConditionBody {
    margin: 10px;
}

.highriseTermsBox {
    border: solid thin #ccc;
    border-radius: 6px;
}

.ViewTermsCondition {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    background-color: #00a6dc;
}

.table-responsive {
    overflow-x: inherit;
}
