﻿.dataTables_scrollBody {
    overflow: auto; /* Valeur par défaut */
}

.table td {
    vertical-align: middle;
}

.capteurInactif {
    color: #BDBDBD
}

/*@media (max-width: 960px) {
    .dataTables_scrollBody {
        overflow: inherit !important;*/ /* Change pour inherit sur les petits écrans */
    /*}
}*/

.timePlayerTableau {
    position: fixed;
    bottom: 0.5rem;
    width: 96%;
    z-index: 10;
    margin: 0.5rem;
}

    .timePlayerTableau > div {
        padding: 1rem !important
    }

    .timePlayerTableau .controlTimeLine[style] {
        margin-bottom: 0 !important;
    }

    .timePlayerTableau .slider {
        background-color: #2C85B5 !important;
    }

    .timePlayerTableau .range-value span {
        background-color: #2C85B5 !important;
    }

        .timePlayerTableau .range-value span:before {
            border-top-color: #2C85B5 !important;
        }

    .timePlayerTableau .btn-cymple-default {
        background-color: #2C85B5 !important;
    }

#controlTimeLine_slider[style] {
    padding-top: 0px !important;
}

@media (max-width: 768px) {
    .timePlayerTableau {
        bottom: 4.4em;
        width: 90%;
        margin: 0.3rem;
    }
}
