h1 a.icon-print,
h1.page-title 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;
}


/*---------------------------------------------------- float box width ----------------------------------------------------*/
.rms-logo {
    display:inline-block;
    width:40px;
    height:auto;
    padding-left:10px;
    top:0;
    vertical-align: top;
}
.rms-logo img {
    width:80%;
    padding-top:2px;
    height:auto;
}
#user-onmenu {
    display:none;
    height: 40px;
    padding-left: 10px;
    padding-top: 5px;
    font-weight:600;
    font-size:20px;
    top: 0;
    vertical-align: top;
}
@media only screen and (min-width: 769px) {
    #user-onmenu{
        display: inline-block;
    }
}
#contact-dt {
    position:fixed;
    top:0px;
    right:10px;
    z-index:200;
    font-size:14px;
    transition: top 1s;
}
#contact-dt .label-inline {
    margin-bottom:10px;
}
.tel span {
    display:inline-block;
    padding-right:10px;
    font-size:16px;
    position:relative;
    top:3px;
}
#contact-dt .tel,
.col-50 .tel{
    display:block;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #0690cf 1%, #2977bc 100%) repeat scroll 0 0 !important;
    border:1px solid #1597ce;
    border-radius:3px;
    cursor:pointer;
    color:#fff;
    font-weight:600;
    padding:5px 15px;
    text-decoration:none;
    text-align:center;
    margin-bottom:7px;
}
#contact-dt h2{
    font-size:18px;
    margin-bottom:5px;
}
#contact-dt.p-down {
    top:-392px;
}
#contact-dt .icon-chevron-down{
    display:none;
}
#contact-dt.p-down .icon-chevron-down{
    display:inline-block;
}
#contact-dt.p-down .icon-chevron-up{
    display:none;
}

#contact-dt .ct-in {
    box-sizing:border-box;
    height:390px;
    width:270px;
    background-color:#f5f5f5;
    padding:10px 15px 15px 15px;
    border:#D7D8D7 solid 1px;
    box-shadow:3px 3px 2px rgba(0,0,0,0.2);
}
#contact {
    position:absolute;
    bottom:-33px;
    right:0;
    width:70px;
    text-align:center;
    background-color:#f5f5f5;
    padding:7px 15px;
    border:#D7D8D7 solid 1px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top:none;
    box-shadow:3px 3px 2px rgba(0,0,0,0.2);
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}
#contact:hover {
    color:#ff5b42;
}
.banner {
    position:relative;
}