
/* =============================================[   NEW RESPONSIVE VIEW   ]=============================================== */

.ez-tb-view {
    width:100%;
    overflow:scroll;

}
.ez-tb-view.ez-table table {
    width:auto;
    min-width:100%;
    table-layout: fixed;
}
.ez-tb-view.ez-table table [class*='icon-']{
    font-size:14px;
}
.ez-tb-view.ez-table table th,
.ez-tb-view.ez-table table td{
    white-space: nowrap;
    border:1px solid #444;
    font-size:12px;
}
.ez-tb-view.ez-table table td{
    vertical-align: top;
}

/**SUM*/
.ez-tb-view table tr[class*='tb-sum-']{
    border-top:3px double #444;
}
.ez-tb-view table tr[class*='tb-sum-'] td{
    background-color:#fff;
}


/* =============================================[   BUTTON   ]=============================================== */
.ez-tb-view .btn-in-tb {
    font-size:12px;
    padding:0px 3px;
}
input[type='button'][class*='my-button-'],
input[type='button'][class*='my-button-']:focus {
    font-size:13px;
    padding:1px 8px 3px;
    border-radius: 10px;
}
input[type='button'][class*='my-button-']:hover{
    opacity:0.8;
}
input[type='button'].my-button-blue {
    color:#fff;
    background:#007bff;
    border-color: #007bff;
}
input[type='button'].my-button-yellow {
    color:#fff;
    background:#ffc107;
    border-color: #ffc107;
}
input[type='button'].my-button-gray {
    color:#fff;
    background:#6c757d;
    border-color: #6c757d;
}
input[type='button'].my-button-green {
    color:#fff;
    background:#28a745;
    border-color: #28a745;
}
input[type='button'].my-button-red {
    color:#fff;
    background:#dc3545;
    border-color: #dc3545;
}
input[type='button'].my-button-lblue {
    color:#fff;
    background:#17a2b8;
    border-color: #17a2b8;
}

/* =============================================[   LINK STYLE   ]=============================================== */
.pap-link-canceled,
.pap-link-canceled:visited,
.pap-link-canceled:hover {
    color:#888;
    text-decoration:line-through;
}