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;
}
/*---------------------------------------------------- DEL BUT ----------------------------------------------------*/
#del-but {
    cursor: pointer;
}
#del-but:hover {
    color: #ed1c24;
}
.red {
    color: #ed1c24;
    font-weight: 600;
}
.hilight-red {
    font-weight: 600;
    color: #ed1c24;
}
.del-icon {
    color: #ed1c24;
    cursor: pointer;
}
.del-icon:hover {
    color: #ff0008;
    cursor: pointer;
}
/*---------------------------------------------------- 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-hgreen {
    border: 3px #66bb6a 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;
}
.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;
}
/*=============================================[   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-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-9-"] {
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}
.job-priority-1-s,
.job-priority-2-s,
.job-priority-3-s,
.job-priority-9-s {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.gray {
    color: #00c6ff;
}
.tb-legend {
    margin-bottom: 10px;
}

.ez-table td {
    word-break: normal;
}
[class*="-hid-"] {
    display: none;
}

.label-3070 ul.auto-list {
    float: right;
}
