body {
    font-size: 14px;
}


h2 {
    font-size: 16px;
    font-weight: bold;
}


.nav-main {
    background: #00dfff;
    margin-bottom: 20px;
    font-weight: bold;
   
}
.navbar-light .navbar-nav .nav-link{
    color:rgb(0 39 98)
}

.nav-main .nav-link {
    color: #fff;
}

.nav-main .nav-link:hover {
    text-decoration: underline;
}

.currentDate {
    color: #fff;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.btn {
    font-size: 14px;
    padding: 2px 7px;
    margin: 0 14px;
}

.form-control {
    padding: 2px 5px;
    height: auto;
    font-size: 14px;
}

.btn-default {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #767575;
}

.table td,
.table th {
    padding: 4px 6px;
}

.table thead th {
    background: #36b9cc45;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;    font-size: 14px;
}

.text-bg-primary {
    color: #fff !important; 
    background-color:#0d6efd;
}

.text-bg-secondary {
    color: #fff !important;
    background-color:#6c757d;
}

.text-bg-success {
    color: #fff !important;
    background-color: #198754;
}

.text-bg-danger {
    color: #fff !important;
    background-color: #dc3545;
}

.text-bg-warning {
    color: #000 !important;
    background-color: #ffc107;
}

.text-bg-info {
    color: #000 !important;
    background-color: #0dcaf0;
}

.text-bg-light {
    color: #000 !important;
    background-color: #f8f9fa;
}

.text-bg-dark {
    color: #fff !important;
    background-color: #212529;
}

.table h2{margin-bottom: 0;}