﻿
#clock {
    text-align: center;
    border: none;
    position: absolute;
    width: 80px;
    margin-bottom: 15px;
    right: 0;
    top: 5px;
}

#tableAnag {
    padding-top: 25px ;
    padding-bottom: 25px;
}

.dataTables_filter {
    text-align: left;
}

.dataTables_paginate .pagination {
    justify-content: flex-start;
}

.dataTables_length {
    float: right;
}

    .dataTables_length label {
        text-align: right;
    }


.table-borderBottomRiga td {
    border-bottom: 1px solid #eef2f7;
}

.table-hover tr:hover {
    cursor: pointer;
}


.numHeader {
    position: absolute;
    bottom: 20px;
    right: -7px;
    font-weight: bold;
}

.text-danger {
    font-size: .75rem;
}