.cl-auto-width table {
    table-layout: auto;
}

.input-right input{
    text-align:right;
}

.cl-tb-num-right input[type='number'] {
    text-align:right;
}
.mv-rmk textarea,
.mv-rmk textarea:focus{
    font-size:13px;
    line-height:110%;
}
/* =============================================[   EXTRA SERVICE   ]=============================================== */
[id^='tb-extra-'] {
    margin-bottom:0;
}

/* =============================================[   btn-top   ]=============================================== */
.btn-top {
    text-align:right;
}
.btn-top.btn-fixed {
    position:fixed;
    top:100px;
    right:10px;
    z-index:4
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* .ez-tb-view td {
    text-align:left;
} */