.bg-primary {
    background-color: #031a33 !important;
    color: white;
}

.active {
    background-color: #6c757d !important;
    color: white;
}

.heading {
    background-color: #031a33 !important;
    color: white;
}

.borderless td,
.borderless th {
    border: none;
}

.table {
    border: 1px solid #b7b7b7;
    font-weight: bold;
    border-width: 2px !important;
}

.table thead th {
    border: 1px solid #b7b7b7 !important;
    border-width: 2px !important;
}

.table td {
    border-left: 1px solid #b7b7b7 !important;
    border-right: 1px solid #b7b7b7 !important;
    border-top: none !important;
    border-width: 2px !important;
}

.img-fluid{
    height: 60px; width: 60px;
}

.dark_blue{
    color:#172d5a !important;
}

.green{
    color:green !important;
}

.light_blue{
    color:#3498DB !important;
}