.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #ffd2cc !important;
    color: #d91900 !important;
}

.table__row_link th a {
    color: #404040;
    font-weight: normal;
}

.btn-mobile,
.btn-mobile:hover,
.btn-mobile:focus,
.btn-mobile:active {
    position: fixed;
    z-index: 1000;
    right: 24px;
    bottom: 24px;
    width: 60px;
    height: 60px;
    border-color: #d91900;
    background-color: #d91900;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.btn-mobile i {
    line-height: 60px;
    font-size: 30px;
    color: white;
}

@media (min-width: 640px) {
    .btn-mobile {
        display: none !important;
    }
}