/**
 * 관리자에서도 같은 css 파일을 사용함.
 */
/**/
#table-estimate-list {}
#table-estimate-list th:nth-child(1) {width:80px;}
#table-estimate-list th:nth-child(2) {}
#table-estimate-list th:nth-child(3) {width:200px;}
#table-estimate-list th:nth-child(4) {width:130px;}


/**/
#estimate-view {}
#estimate-view .e-head {border-bottom:1px solid #eee; padding:20px 0;}
#estimate-view .e-head .subject {text-align:center; font-size:24px;}
#estimate-view .e-head .name {text-align:right;}
#estimate-view .e-head .regis {text-align:right;}
#estimate-view .e-body {padding:20px 0;}
#estimate-view .e-body .content {}
#estimate-view .e-body .answer {}
#estimate-view .e-foot {border-top:1px solid #eee; padding:20px 0;}

/**/
#estimate-password {}
#estimate-password .card-body span {display:inline-block; width:80px; text-align:center;}
#estimate-password .card-body .form-inline {justify-content:center;}

/**/
#estimate-list .step {
    background:#e2eff7; padding:4px 5px; font-size:14px !important; display:inline-block; width:55px; text-align:center;
}
#estimate-list .step.matching {background:#156ee4; color:#fff;}
#estimate-list .step.delivery {background:#242424; color:#fff;}
#estimate-list .step.end {background:#a7aab1; color:#fff;}
#estimate-list .new {
    margin:0 5px; border:1px solid #156ee4; font-size:12px; padding:2px; color:#156ee4;
    box-sizing:border-box; user-select:none;
}
