﻿#divTable {
    font-size: 19.8px;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    display: inline-flex;
    margin-left: 20px;
}

li {
    float: left;
}

    li a {
        display: block;
        text-align: center;
        padding: 10px;
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

        li a:hover, li a.active:hover {
            background-color: #0bb7f2;
            cursor: pointer;
            color: white;
            text-decoration: none;
        }

        li a.active {
            background-color: #0057a8;
            cursor: pointer;
            color: white;
        }

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em;
    border-radius: 20px !important;
    border: 1px solid #ccc;
    padding-left: 10px;
    border-radius: 20px !important;
    border: 1px solid #ccc;
    padding-left: 10px;
}

#divDate {
    float: right;
    text-align: right;
    color: #004c9c !important;
    font-family: 'dbozone';
    font-size: 1.1em;
}

.dataTables_length {
    padding-left: 0 !important;
}


table.dataTable thead th {
    vertical-align: middle;
}

@media only screen and (max-width: 600px) {
    .btnCurve {
        width: 100px;
    }
}
