﻿
.bg-dark {
    background-color: #00718c !important;
}

.sidebar  {
    background-color: #0091b3 !important;
}
/* .dropdown-menu {
    background-color: #ffffff !important;
} */

.sidebar .nav-item .nav-link {
    color: #ffffff;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #daf8ff !important;
}


/*pagination control*/
.page-link{
    color: #00718C !important;
}

.page-item.active .page-link {
    background-color: #0091b3 !important;
    color: white !important;
}

/*Energy Bill*/
.inputclass {
    background: #f7f7f7;
    border-color: #e6e6e6;
    border-radius: 4px;
}

.btn-metbus {
    color: #fff;
    background-color: #0091b3;
    border-color: #0091b3;
}