
/*
 * Textile Order Matrix
 * Frontend stylesheet
 * Version: 0.2.0
 */

.tom-wrapper{
    margin:20px 0;
    overflow-x:auto;
}

.tom-matrix{
    width:100%;
    border-collapse:collapse;
}

.tom-matrix th,
.tom-matrix td{
    padding:10px;
    text-align:center;
    vertical-align:middle;
}

.tom-matrix thead th{
    font-weight:600;
}

.tom-matrix input.tom-qty{
    width:70px;
    text-align:center;
}

.tom-stock-out{
    color:#b32d2e;
    font-weight:bold;
}

.tom-na{
    opacity:.35;
    font-weight:bold;
}

.tom-corner{
    min-width:140px;
}
