.table td,
.table th {
	padding: 0rem
}
.vendor-list .badge {
    padding: 6px 8px !important;
    font-size: 0.6rem !important;
    border-radius: 3px !important;
    cursor: pointer;
}

.table tbody tr td { white-space: nowrap;}

.hr {
	margin-top: 10rem;
	margin-bottom: 10rem;

}

.table thead th {
    font-weight: 600 !important;
    color: #121212 !important;
    font-size: 12px !important;
    letter-spacing: .7px !important;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px
}

.table>thead{
    background-color: #F79E33 !important;
}
.text-info { color: #F79E33 !important;}
.table>tbody{
	background-color: #fff !important;
}
.table th{
	font-size:12px;
    font-weight: 600px !important;
    word-spacing: .5px;
}
/* .table td, .table th{
	font-size:14px;
} */
.badge.bg-warning {
    background: #004B88 !important;
    color: #fff !important;
}
/* .page-item.active .page-link {
   color: #004B88 !important;
    background-color: #fff !important;
    border-color: unset !important;
} */
/* .page-link{
	color: #112a68 !important;
} */
.table-hover tbody tr:hover {
    background: color #f4f4f4 !important;
}
.vl { border-left: 6px solid #004B88 !important;}

.btn-group-sm>.btn, .btn-sm{
	font-size:10px
}


.table tbody tr td {
    font-size: 14px;
}

.modal_cancel {
    background-color: #fff !important;
    color: #004B88 !important;
    border: 1px solid #004B88 !important;
}

.modal_ok {
    background-color: #004B88 !important;
    color: #121212 !important;
    border: 1px solid #004B88 !important;
}

#example1 a.schedule_item:hover {
    background-color: #fff !important;
    color: #004B88 !important;
    border: 1px solid #004B88 !important;
}

.dismiss-btn,#btnClose {
    background-color: #fff !important;
    color: #004B88 !important;
    border: 1px solid #004B88 !important;
}

/* .btnSub,.btn-sm { color: #121212 !important;} */
/* .btnSub:hover,.btn-sm:hover { color: #fff !important;} */

/* .mark_entry_cancel { color: #ED1C24 !important;}
.mark_entry_ok { color: #004B88 !important;} */

.card_box_shadow  { 
    box-shadow: none !important;
    border: 1px solid #e2e2e2ee;
}
