@media screen and (max-width: 769px) {
    #digitu_gestion_planning_history .form-actions {
        text-align: left;
        margin: 15px 0;
    }

    #digitu_gestion_planning_history .cs-toggle-content {
        overflow-x: auto;
        overflow-y: hidden;
    }

    #digitu_gestion_planning_history .cs-tab.cs-tab-default .cs-tab-nav li {
        display: inline-block !important;
        width: auto;
        float: none;
        width: auto !important;
        /* margin: 0 10px; */
    }

    #digitu_gestion_planning_history .cs-tab .cs-tab-nav ul {
        display: block;
        text-align: left;
    }

    #digitu_gestion_planning_history .cs-tab .cs-tab-nav ul li a {
        padding: 10px !important;
    }



    table.tt_timetable {
        width: 100%;
    }


    .tt_timetable tr.row_bleu th {
        width: 100%;
    }

    .tt_timetable tr.row_bleu th>span {
        display: none;
    }




    .tt_timetable tr>th,
    .tt_timetable tr>td {
        display: none !important;
    }

    .tt_timetable tr>th:nth-child(1),
    .tt_timetable tr>td:nth-child(1) {
        display: table-cell !important;
    }


    .tt_timetable[data-day="1"] tr>th:nth-child(2),
    .tt_timetable[data-day="1"] tr>td:nth-child(2) {
        display: table-cell !important;
    }


    .tt_timetable[data-day="2"] tr>th:nth-child(3),
    .tt_timetable[data-day="2"] tr>td:nth-child(3) {
        display: table-cell !important;
    }

    .tt_timetable[data-day="3"] tr>th:nth-child(4),
    .tt_timetable[data-day="3"] tr>td:nth-child(4) {
        display: table-cell !important;
    }


    .tt_timetable[data-day="4"] tr>th:nth-child(5),
    .tt_timetable[data-day="4"] tr>td:nth-child(5) {
        display: table-cell !important;
    }

    .tt_timetable[data-day="5"] tr>th:nth-child(6),
    .tt_timetable[data-day="5"] tr>td:nth-child(6) {
        display: table-cell !important;
    }

    .tt_timetable[data-day="6"] tr>th:nth-child(7),
    .tt_timetable[data-day="6"] tr>td:nth-child(7) {
        display: table-cell !important;
    }

    .tt_timetable[data-day="7"] tr>th:nth-child(8),
    .tt_timetable[data-day="7"] tr>td:nth-child(8) {
        display: table-cell !important;
    }


    .tt_timetable tr.row_bleu th {
        padding-bottom: 60px;
    }

    .custom-select-table {
        display: block !important;
        clear: both;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box !important;
    }

    .custom-select-table select {
        color: #000 !important;
        box-sizing: border-box !important;
        width: 90%;
        padding: 10px;
    }

    #digitu_gestion_planning_history .tt_timetable tr.row_bleu .next-week,
    #digitu_gestion_planning_history .tt_timetable tr.row_bleu .prev-week {
        margin-top: -22px;
        position: absolute;
        z-index: 9;
        padding: 10px;
    }

    #digitu_gestion_planning_history .tt_timetable tr.row_bleu .next-week {
        right: 0;
    }

    #digitu_gestion_planning_history .tt_timetable tr.row_bleu .prev-week {
        left: 0;
    }

}
