.card {
  background-color: white;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.card h4 a {
  text-decoration: none;
  color: #343a40;
  font-weight: 600;
  transition: color 0.3s ease;
}

.card h4 a:hover {
  color: #007bff;
}

.row.clearfix {
  margin-top: 50px;
}

table.dataTable tbody td:last-child {
 text-align: center;
}

.table-responsive {
	overflow-x: auto; 
}
tbody{
	overflow-x: scroll;
	width: 100%;
	overflow-y: hidden;
	overflow: scroll;
}
.DOCTable th, .DOCTable td {
	white-space: nowrap; 
}
.hidden{
	display: none !important;
}
.DOCTable {
	width: auto;       
	min-width: 100%;   
}
.modal-header {
	display: block !important;
}
.col-3{
	float: left;
}
.dform{
	    max-width: 92% !important;
}
.col-6{
	float: left;
}
.col-4{
	float: left;
}
.col-12{
	float: left;
}
.col-8{
	float: left;
}
.label {
    display: inline;
    padding: .3em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success {
    background-color: #5cb85c;
}
.label-danger {
    background-color: #dc3545;
}
table.dataTable tbody td {
    padding: 5px 0px !important;
}