/*custom*/
.table tbody td {
    vertical-align: middle !important;
}
.padding10 {
    padding: 10px;
}
.padding5 {
    padding: 5px !important;
}
a {
    cursor: pointer;
}
button {
    cursor: pointer;
}

.nav-tabs li a.active{
    border-bottom-color: #1a6993 !important;
    background: #94c5e0 !important;
}

/* DASHBORAD */
.feather-32{
    width: 32px;
    height: 32px;
}

#user-table_wrapper .custom-btn-pdf{
    background: #FF3655;
    border-color: #FF3655;
}

#user-table_wrapper .custom-btn-excel{
    background: #2DC28C;
    border-color: #2DC28C;
}