md-icon svg {
	fill: inherit;
}
.green {
	border: 0;
	background-color: #ccffcc;
}
.red {
	border: 0;
	color: #ffffff;
	background-color: #ffcccc;
}

td.SENT {
	background-color: #FFFFCC;
}
td.REORDERED {
	background-color: #FFFF44;
}
td.DEBITED {
	background-color: #CCFFCC;
}
td.IN_WAREHOUSE {
	background-color: #88FF88;
}
td.PACKED {
	background-color: #44FF44;
}
td.INVOICED {
	background-color: #00CC00;
}
td.DELAYED {
	background-color: #c8c8c8;
}
td.PENDING {
	background-color: #FFFFFF;
}
.requested {
	background-color: #FFFFCC;
}
.planned {
	background-color: #FFFFFF;
}
.canceled {
	background-color: #FFCCCC;
}
.ClosureRequested > td {
	background-color: #c8c8c8 !important;
}

.datepicker-weekend.md-calendar-date {
	color: #FF000D;
}
.md-calendar-date-disabled.datepicker-weekend {
	color: #FF000D;
}

class="md-calendar-date md-calendar-date-disabled datepicker-weekend


 {
	margin: 0;
	padding: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Arial, sans-serif;
  }
  .map-container {
	width: 80%; /* Adjust the width as needed */
	max-width: 800px; /* Optional: Limit maximum width */
	height: 400px; /* Adjust the height as needed */
	position: relative;
	margin-top: 20px; /* Space above the map */
	margin-bottom: 20px; /* Space below the map */
	margin-left:95px; /* Space above the map */
	/* margin-right: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .map-container iframe {
	border: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  

.search-results {
    width: 100%;
    margin-top: 20px;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table th, .table td {
    border: 1px solid #000000;
    padding: 8px;
	background-color: #ccc;
	color: #000000;
}

.table th {
    margin: 1px;    
    padding: 3px;
    color: white;
    background-color: black;
    border-left: 1px solid Black;
    border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	
    /* border-right: 1px solid Black; */
    /* border-bottom:none;    
    border-right:none;   */
}

.table td {
	margin: 1px;    
    padding: 3px;    
    border-left: 1px solid Black;
    border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	
    /* border-right: 1px solid Black; */
    /* border-bottom:none;    
    border-right:none;  */
}

.alert {
    padding: 10px;
    margin-top: 10px;
}

/* Customize further as per your design requirements */

.auto-part-number {
	/* font-weight: bold;
	background-color: #ccc;
	padding: 10px;
	margin-top: 20px;
	color: #000000; */
	font-weight: bold;
	font-family: Verdana, sans-serif;
    font-size : 9pt;  
    border-bottom: 1px solid Black;
    /* border-right: 1px solid Black; */
    text-align: center;  
    border-collapse : collapse;
	color: #000000;

}