﻿.block-part {
    width: 100%;
    margin-bottom: 20px;
}

.block-part {
    padding-bottom: 10px;
    border-bottom: 2px solid #e8e8ea;
}
.block-timeline-job {
    padding-bottom: 20px;
    border-bottom: 2px solid #e8e8ea;
}
.line-time-job, .line-plan-job, .line-work-job {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.line-work-job {
    background: #fff;
}

.line-time-job {
    background: #3c8dbc;
}

.line-plan-job {
    background: #fff;
}
.timeline-job-title {
    font-family: 'Prompt','ap_hondaregular';
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #2e2e2e;
    margin-bottom: 15px;
}

.timeline-job-title i {
    color: #eb2031;
    margin: 0 10px 0 10px;
    font-size: 38px;
}
.timeline-job-title {
    margin-bottom: 5px;
}
.data-timeline {
    padding-left: 160px;
    position: relative;
    margin-bottom: 20px;
}
.timeline-title-list {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
}

.item-timeline-title-list {
    font-family: 'Prompt','ap_hondaregular';
    height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    background: #3c8dbc;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1;
}
.item-timeline-title-list i {
    color: #fff;
    margin-right: 10px;
    font-size: 26px;
}
.block-data-client.status-service .item-timeline-title-list:last-child{
    border: none;
}
.item-time {
    font-family: 'Prompt','ap_hondaregular';
    width: 5%;
    text-align: center;
    position: relative;
    line-height: 1;
    font-size: 13px;
    color: #fff;
    padding: 5px 0;
    border-right: 1px solid #e8e8ea;
    border-bottom: 1px solid #e8e8ea;
    height: 50px;
}

    /*================= ScrollBar Custom ================ */
    .block-scroll-data .scroll-data::-webkit-scrollbar,
    .block-scroll-time .scroll-time::-webkit-scrollbar {
        -webkit-appearance: none;
    }

    .block-scroll-data .scroll-data::-webkit-scrollbar:horizontal,
    .block-scroll-time .scroll-time::-webkit-scrollbar:horizontal {
        height: 15px;
        border-radius: 26px;
    }

    .block-scroll-data .scroll-data::-webkit-scrollbar-thumb,
    .block-scroll-time .scroll-time::-webkit-scrollbar-thumb {
        border-radius: 26px;
        border: 2px solid rgba(0, 0, 0, 0.0);
        background-color: #ea2030;
    }

    .block-scroll-data .scroll-data::-webkit-scrollbar-track,
    .block-scroll-time .scroll-time::-webkit-scrollbar-track {
        background-color: #f2f2f2;
        border-radius: 26px;
        height: 15px;
        position: relative;
    }

    .block-scroll-data, .block-scroll-time {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .block-scroll-data .scroll-data {
        overflow-x: auto;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    .block-scroll-time .scroll-time {
        overflow-x: auto;
        padding: 0 0 20px 0;
        margin: 0 0 0px 0;
    }

    .block-scroll-data .scroll-data .scroll-in {
        width: 1160px;
    }

    .block-scroll-time .scroll-time .scroll-time-in {
        width: 1160px;
    }

    .block-scroll-data.scroll-didisabled-md .scroll-data .scroll-in {
        width: 1160px;
    }
    @media (min-width: 1900px) 
    {
        .block-scroll-data .scroll-data .scroll-in {
            width: 1730px;
        }

        .block-scroll-time .scroll-time .scroll-time-in {
            width: 1730px;
        }

        .block-scroll-data.scroll-didisabled-md .scroll-data .scroll-in 
        {
            width: 1730px;
        }
    }
    .block-scroll-data.scroll-didisabled-md .scroll-data {
        overflow-x: auto;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    section#step-getjob-p-2 .block-pop.main-pop .col-pop-25 {
        width: 50%;
    }

    .item-fix-detail {
        width: 50%;
        position: relative;
        left: -2px;
    }

    /*================= ScrollBar Custom ================ */
.mark-job {
    position: absolute;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    top: 8px;
    transition: .3s;
    z-index: 1;
}

.mark-color {
    color: #fff;
    font-size: 14px;
    background: #000;
    padding: 10px 0;
    border-radius: 50px;
    transition: .3s;
    display: flex;
    justify-content: center;
}

.mark-color i {
    display: none;
}

.mark-color {
    font-size: 12px;
}

.mark-job.time-02 {
    width: 200%;
}

.mark-job.time-03 {
    width: 300%;
}

.mark-job.time-04 {
    width: 400%;
}

.mark-job.time-05 {
    width: 500%;
}

.mark-job.time-06 {
    width: 600%;
}

.mark-job.time-07 {
    width: 700%;
}

.mark-job.time-08 {
    width: 800%;
}

.mark-job.time-09 {
    width: 900%;
}

.mark-job.time-10 {
    width: 1000%;
}

.mark-job.time-11 {
    width: 1100%;
}

.mark-job.time-12 {
    width: 1200%;
}

.mark-job.time-13 {
    width: 1300%;
}

.mark-job.time-14 {
    width: 1400%;
}

.mark-job.time-15 {
    width: 1500%;
}

.mark-job.time-16 {
    width: 1600%;
}

.mark-job.time-17 {
    width: 1700%;
}

.mark-job.time-18 {
    width: 1800%;
}

.mark-job.time-19 {
    width: 1900%;
}

.mark-job.time-20 {
    width: 2000%;
}

.mark-job.type-cp .mark-color {
    background: #fb778a;
}

.mark-job.type-gr .mark-color {
    background: #d292e2;
}

.mark-job.type-pdi .mark-color {
    background: #ff9f58;
}

.mark-job.type-pm .mark-color {
    background: #78b6e2;
}

.mark-job.type-complete .mark-color {
    background: #7acbbd;
}

.mark-job.type-stop .mark-color {
    background: #e6e6e6;
    color: #3f3f3f;
}

.btn-plan {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #3f3f3f !important;
    background: #3f3f3f !important;
    color: #fff !important;
    font-size: 18px;
}

.btn-plan.plan-down {
    border-color: #d8d8d8 !important;
    background: #fff !important;
    color: #ea2031 !important;
}

.btn-plan.plan-up {
    border-color: #ea2031 !important;
    background: #ea2031 !important;
    color: #fff !important;
}

.machanic-name
{
    font-family: 'Prompt','ap_hondaregular';
    font-size: 1.4em;
    color: #0b4970;
}
.tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: #f7f907;
  color: blue;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0 0 5px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.mark-color:hover .tooltiptext {
  visibility: visible;
}
