*{
	margin: 0;
	padding: 0;
}

body{
	/*background-image: url('/images/background.jpg') no-repeat center fixed;*/
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/images/background.jpg)  fixed;

	/*background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/

	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.background{
	background: #0f2045fc;
}

/*.border-primary{
	border-color: #0f2045fc!important;
}*/

.title-color{
	background: #1d3a77;
}

.fthead-color{
	background: #122347;
}

.thead-color{
	background: #1f325e;
}

.background-color{
	background: #122347d1;
    border-radius: 5px;
    color: white;
}

.table-bg {
    background: #E5E5E5;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%), 0 1px 5px 0 rgb(0 0 0 / 25%), 0 3px 1px -2px rgb(0 0 0 / 33%);
}



/* Generic Styling, for Desktops/Laptops */
/*table { 
	width: 100%; 
	border-collapse: collapse; 
}*/
/* Zebra striping */
/*tr:nth-of-type(odd) { 
	background: #1f325e; 
}*/
/*td, th {
	border: 1px solid #ccc; 
	text-align: left; 
}*/
/* Max width before this PARTICULAR table gets nasty, This query will take effect for any screen smaller than 760px and also iPads specifically. */
/*@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
	table, thead, tbody, th, td, tr { 
		display: block; 
	}*/
	
	/* Hide table headers (but not display: none;, for accessibility) */
	/*thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/
	
	/*tr { border: 1px solid #ccc; }*/
	
	/*td {
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-right: 50%;
	}
	
	td:before {
		position: relative;
		/*top: 6px;*/
		/*left: 6px;*/
		/*padding-right: 50%;*/
		/*white-space: nowrap;*/
	/*}*/
	
	/* Label the data */
	/*td:nth-of-type(1):before { content: "SL No: "; }
	td:nth-of-type(2):before { content: "LC No: "; }
	td:nth-of-type(3):before { content: "Lc Date: "; }
	td:nth-of-type(4):before { content: "Expire Date: "; }
	td:nth-of-type(5):before { content: "Factory: "; }
	td:nth-of-type(6):before { content: "Supplier: "; }
	td:nth-of-type(7):before { content: "Status: "; }
	td:nth-of-type(8):before { content: "Action: "; }
}*/

/* Smartphones (portrait and landscape) */
/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body { 
		padding: 0; 
		margin: 0; 
		width: 320px;
	}
}*/

/* iPads (portrait and landscape) */
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { 
		width: 495px; 
	}
}*/

