/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 27, 2018, 10:38:56 AM
    Author     : pongsaks
*/

.color-green {
    color: #00cc66;
}
.ez-circle-pink {
    border:3px #ffc6c6 solid;
}
#tb-quote-note td .icon-remove{
    color:red;
}
#tb-quote-note tr[class*='note-c-'] td {
    text-decoration: line-through;
    color:red;
}

.a-like {
    cursor: pointer;
    color:#0690cf;
}
.a-like:hover {
    color:#FB8C00;
}
a.doc-cancel-link {
    color: #888;
    text-decoration: line-through;
}

/*=============================================[   NEW DELI   ]===============================================*/
.cl-tb-jdetail td input,
.cl-tb-jdetail td input:focus{
    width:100%;
    font-size:13px;
    padding-top:0;
    padding-bottom:0;
}
.cl-tb-jdetail th:first-child{
    width:50px;
}
.cl-tb-jdetail th:nth-child(2){
    width:45%;
}
