.cutom-menu-link {
    color: #1B2C9B !important;
    font-size: 0.9rem  !important;
    padding-right: 0.7rem  !important;
    padding-left: 0.7rem  !important;
}

.card-header {
    border-bottom: 1px solid #eeeeee;
    /* color: #F28C0F; */
    font-weight: 500;
    font-size: 1.3rem;
    border-radius: .25rem .25rem 0 0 !important;
}

.btn-info {
    background-color: #2CADD3;
    border-color: #2CADD3;
}

.btn-warning {
    background-color: #F28C0F;
    border-color: #F28C0F;
    color: white;
}

.btn-warning:hover {
    background-color: #ce770c;
    border-color: #ce770c;
    color: white;
}

.bg-info {
    background-color: #2CADD3 !important;
    color: white;
}

.btn-primary {
    background-color: #1B2C9B;
    border-color: #1B2C9B;
}

.btn-primary:hover {
    background-color: #0f2088 !important;
    border-color: #0f2088 !important;
}

.bg-primary {
    background-color: #4E56F2 !important;
    color: white;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2CADD3;
    border-color: #2CADD3;
}

.bg-orange {
    background-color: #F28C0F !important;
    color: white;
}

.card {
    background-color: white;
}

h2 {
    font-size: 1.2rem !important;
}

h1 {
    font-size: 1.5rem !important;
}

.h5, h5 {
    font-size: 1rem !important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #2CADD3 !important;
}

table.dataTable thead {
    border-collapse: collapse !important;
}

.table thead th {
    font-size: 16px;
    font-weight: 700;
    font-family: Whitney,Lato,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
    line-height: 1.2;
    background-color: #d4ecf3;
}

.edit-card-option {
    border-top: 1px solid #e5e5e5 !important;
}

.dataTables_scrollHead table thead th, #js-table thead th{
    font-size: 1em;
    padding: 0.4rem !important;
    padding-top: 10px !important;
}

/*.dataTables_scrollBody table thead th{*/
/*    padding: 0px !important;*/
/*}*/

.dataTables_scrollHead table, #js-table {
    font-size: 0.8em;
}

.dataTables_scrollHead table tbody td, #js-table tbody td {
    padding: 0.4rem;
}



