h1 a.icon-print {
    color: #444;
    background-color: initial;
    font-size: 25px;
}
h1 a.icon-print:hover {
    color: #1597ce;
    text-decoration: none;
}
.my-fb-title {
    background-color: #ff8758;
}
.but-right {
    width: auto;
}
[id$="-res"] {
    float: right;
}
/*---------------------------------------------------- DEL BUT ----------------------------------------------------*/
#del-but {
    cursor: pointer;
}
#del-but:hover {
    color: #ed1c24;
}
.red {
    color: #ed1c24;
    font-weight: 600;
}
.red:visited {
    color: #ed1c24;
    font-weight: 600;
}
.green {
    color: #7ac943;
    font-weight: 600;
}
.color-purple,
.color-purple:before {
    color: purple;
}
.hilight-red {
    font-weight: 600;
    color: #ed1c24;
}

/*=============================================[   INDEX   ]===============================================*/
#job-cal {
    position: relative;
}
.calender-f {
    overflow: hidden;
    padding: 5px;
    top: 5px;
    left: 5px;
    z-index: 100;
}
.calender-f div {
    margin: 0;
}
.calender-f .tb-filter {
    width: 100%;
}
/*=============================================[   HELP   ]===============================================*/
.help-list {
    padding-left: 25px;
}
.gray-icon {
    cursor: default;
    color: #777 !important;
}
.gray-icon:hover {
    cursor: default;
    color: #777 !important;
}
/*=============================================[   JOB PRIORITY   ]===============================================*/
[class*="job-priority-0-"] {
    background-image: linear-gradient(to bottom, #c69c6d 0, #c69c6d 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
[class*="job-priority-1-"] {
    background-image: linear-gradient(to bottom, #ff9797 0, #ff7575 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
[class*="job-priority-2-"] {
    background-image: linear-gradient(to bottom, #fff7d9 0, #ffd740 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
[class*="job-priority-3-"] {
    background-image: linear-gradient(to bottom, #d7e6ff 0, #c3daff 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
[class*="job-priority-4-"] {
    background-image: linear-gradient(to bottom, #ff7400 0, #ffc100 100%);
    background-repeat: repeat-x;
    border-color: #ff7400;
}
[class*="job-priority-8-"] {
    background-image: linear-gradient(to bottom, #d1d2d4 0, #d1d2d4 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
[class*="job-priority-9-"] {
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
.job-priority-0-s,
.job-priority-1-s,
.job-priority-2-s,
.job-priority-3-s,
.job-priority-4-s,
.job-priority-8-s,
.job-priority-9-s {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.gray {
    color: #888;
}
a.gray {
    color: #888;
}
.tb-legend {
    margin-bottom: 10px;
}
#s-sid-res {
    float: right;
}
h1 a[class*="icon-"] {
    background-color: initial;
    color: #444;
    font-size: 28px;
}
h1 a[class*="icon-"]:hover {
    background-color: initial;
    color: #1597ce;
    font-size: 28px;
    text-decoration: none;
}
.form-sec {
    float: left;
    border: 1px #1597ce solid;
    padding: 7px;
    margin-bottom: 10px;
    width: 100%;
}

/*-------------------------------------------------- cancel link --------------------------------------------------*/
a.doc-cancel-link {
    color: #888;
    text-decoration: line-through;
}

/*=============================================[   TU   ]===============================================*/
.font-green {
    color: #00cc66;
}
a.tu-qt-rec {
    text-decoration: none;
    display: inline-block;
    padding: 2px 4px;
    font-size: 13px;
    line-height: 120%;
    color: #fff;
    background-color: #1597ce;
    border-radius: 8px;
}
/* =============================================[   TB   ]=============================================== */
.cl-num-right input[type="number"] {
    text-align: right;
}

.bg-mint {
    background-color: #99edc3;
}

.ez-table tr[class*="tr-green"] td {
    background-color: rgb(190 242 100);
}

/* =============================================[   STATUS   ]=============================================== */
[class^="ez-circle-"],
[class*="ez-circle-"] {
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.ez-circle-blank {
    border: 1px #777 solid;
}
.ez-circle-orange {
    background-color: #fb8c00;
}
.ez-circle-yellow {
    background-color: #fdd835;
}
.ez-circle-green {
    background-color: #66bb6a;
}
.ez-circle-purple {
    background-color: purple;
}
.ez-circle-gray {
    background-color: gray;
}
.ez-circle-hgreen {
    border: 3px #66bb6a solid;
}
.ez-circle-blue {
    border: 3px #0073ea solid;
}
.ez-circle-horange {
    border: 3px #fb8c00 solid;
}
.ez-circle-pink {
    border: 3px #ffc6c6 solid;
}
.ez-circle-red {
    background-color: #ed1c24;
}
.ez-circle-yellow-red {
    background-color: #fdd835;
    border: 2px #ed1c24 solid;
}
#quote-csv {
    display: inline-block;
    margin-left: 15px;
}
.icon-adjust:before {
    font-size: 22px;
    color: #66bb6a;
}
.ez-circle-adjust-red:before {
    color: #ed1c24;
}
.ez-circle-adjust-yellow:before {
    color: #fdd835;
}
.circle-yellow:before {
    color: #fdd835;
}
/*===============================================================  Status.php ==========================================================*/

#tb-pstatus tr th:first-child {
    width: 50px;
}
#tb-pstatus tr th:nth-child(2) {
    width: 30%;
}
#tb-job-status tr th:nth-child(3) {
    width: 25%;
}
#tb-job-status,
#tb-job-result {
    position: relative;
    top: -3px;
    padding: 0;
}

/*=============================================[   new ez-icon   ]===============================================*/
.ez-table [class*="ez-icon-"],
.tb-legend [class*="ez-icon-"] {
    font-size: 20px;
}
.ez-icon-red:before {
    color: #ed1c24;
}
.ez-icon-green:before {
    color: #66bb6a;
}

/* =============================================[   SAME AS TAILWIND   ]=============================================== */
.grid {
    display: grid;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gap-1 {
    gap: 0.25rem; /* 4px */
}

/* term css */
#tb-ot-dep .checkbox-inline {
    text-align: left;
}

/* =============================================[   SHOW DISK   ]=============================================== */
[class*="p-col-"] {
    float: left;
    box-sizing: border-box;
    /* border: solid 1px black; */
}
.p-col-20 {
    width: 20%;
}
.p-col-30 {
    width: 30%;
}
.p-col-70 {
    width: 70%;
}
.p-col-80 {
    width: 80%;
}
.p-col-100 {
    width: 100%;
}
.pd-l-5 {
    padding-left: 5px;
}
.pd-t-3 {
    padding-top: 3px;
}
.info-disk {
    text-align: left;
    padding: 3px;
    font-size: 15px;
}
.center {
    text-align: center !important;
}
.border {
    border: solid 1px rgb(59, 58, 58);
}

.sh-disk-icon {
    display: none;
}
@media (min-width: 500px) {
    .sh-disk-icon {
        display: block;
    }
}

.hidden {
    display: none !important;
}

.label {
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 6px;
}

.label-red-500 {
    background-color: #f44336;
}

.label-pink-500 {
    background-color: #e91e63;
}
.label-light-pink-500 {
    background-color: #da9695;
}

.label-purple-500 {
    background-color: #9c27b0;
}

.label-deep-purple-500 {
    background-color: #673ab7;
}

.label-indigo-500 {
    background-color: #3f51b5;
}

.label-blue-500 {
    background-color: #2196f3;
}

.label-light-blue-500 {
    background-color: #03a9f4;
}

.label-cyan-500 {
    background-color: #00bcd4;
}

.label-teal-500 {
    background-color: #009688;
}

.label-green-500 {
    background-color: #4caf50;
}

.label-light-green-500 {
    background-color: #8bc34a;
}

.label-lime-500 {
    background-color: #cddc39;
}

.label-yellow-500 {
    background-color: #ffc107;
}

.label-amber-500 {
    background-color: #ffc107;
}

.label-orange-500 {
    background-color: #ff9800;
}

.label-deep-orange-500 {
    background-color: #ff5722;
}

.label-brown-500 {
    background-color: #795548;
}

.label-grey-500 {
    background-color: #9e9e9e;
}

.label-blue-grey-500 {
    background-color: #607d8b;
}

.label-border-500 {
    border: 1px solid gray;
    color: black;
}

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

.ez-tb-view2 {
    width: 100%;
    overflow: auto;
}
.ez-tb-view2.ez-table table {
    width: auto;
    min-width: 100%;
    table-layout: fixed;
}
.ez-tb-view2.ez-table table [class*="icon-"] {
    font-size: 14px;
}
.ez-tb-view2.ez-table table th,
.ez-tb-view2.ez-table table td {
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
    padding: 3px;
    color: #374151;
    border: 1px solid #6b7280;
}
.ez-tb-view2.ez-table table td {
    vertical-align: top;
}
@media only screen and (min-width: 769px) {
    .ez-tb-view2.ez-table:not(.no-wrap) table th,
    .ez-tb-view2.ez-table:not(.no-wrap) table td {
        white-space: normal;
    }
}
.ez-tb-view2.ez-table.cl-tb-input td .label-inline {
    min-width: 80px;
}
.ez-tb-view2.ez-table.cl-tb-input td .label-inline-wbtn {
    min-width: 150px;
}
/**SUM*/
.ez-tb-view2 table tr[class*="tb-sum-"] {
    border-top: 3px double #444;
}
.ez-tb-view2 table tr[class*="tb-sum-"] td {
    background-color: #fff;
}
/* ไม่ตัดคำรหัสเอกสารในตาราง */
.ez-tb-view2 td a {
    white-space: nowrap;
}

/* notice */
.notice {
    display: block;
    padding: 10px 14px;
    font-size: 18px;
    border: 1px solid;
    border-left-width: 5px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.notice b {
    margin: 0;
}

.notice.error {
    border-color: #e93f3c;
    border-left-color: #e93f3c;
}

.notice.error b {
    color: #e62825;
}
.cl-tb-fixed {
}
