body {
	/* background-color: #e9ebee; */
	color: black;
	font-family: 'cordianew', Open Sans, sans-serif;
	font-size: 1.25rem !important;
	font-size: bold;
}

.border-dddfe2 {
	border-color: #dddfe2;
}

.border-red {
	border-color: rgb(255, 0, 0) !important;
}

.bg-red {
	background: rgb(255, 0, 0) !important;
}

.bg-yellow {
	background: rgb(255, 255, 0) !important;
}

.text-red {
	color: rgb(255, 0, 0) !important;
}

.text-black {
	color: rgb(0, 0, 0) !important;
}

.sidenav-icon {
	color: rgb(255, 0, 0) !important;
}

.sidenav-toggle::after {
	color: rgb(255, 0, 0);
}

.form-label, .col-form-label, .col-form-legend {
	margin-bottom: calc(.438rem - 7px);
	font-size: inherit;
	font-weight: inherit;
	color: rgb(0, 0, 0);
}

.modal-body .form-label {
	font-weight: bold;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus, .pagination li.active>a:not(.page-link), .pagination li.active>a:not(.page-link):hover, .pagination li.active>a:not(.page-link):focus {
	border-color: rgb(255, 0, 0) !important;
	background-color: rgb(255, 0, 0) !important;
	color: #fff !important;
}

.btn-outline-red {
	border-color: rgb(255, 0, 0) !important;
	background: transparent;
	color: rgb(255, 0, 0) !important;
}

.btn-outline-red:hover {
	border-color: transparent;
	background: rgb(255, 0, 0) !important;
	color: rgb(255, 255, 255) !important;
}

.dropdown-item:not(.disabled).active, .dropdown-item:not(.disabled):active {
	background-color: rgb(255, 0, 0) !important;
}

.material-style .sidenav .app-brand.demo {
	height: 50px;
}


table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
	padding-right: 22px !important;
}

.material-style:not([dir=rtl]) div.card-datatable table.dataTable thead th:first-child, .material-style:not([dir=rtl]) div.card-datatable table.dataTable tbody td:first-child, .material-style:not([dir=rtl]) div.card-datatable table.dataTable tfoot th:first-child {
	padding-left: .625rem !important;
}

.form-order {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
  }

.btn-status, .btn-status:hover, .btn-status:active {
	background-color: transparent !important;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #dddfe2;
}

.form-control, .btn {
	font-size: 1.25rem;
}

.btn i {
	font-size: .75rem !important;
}

#datatable_paginate a {
	font-size: .895rem !important;
}

.btn-search {
	background-color: #ff0000;
	color : #ffffff;
	height: calc(2.25rem + 2px);
}

.form-control-sm {
	line-height: 1em;
}
