/* ---------------------- Tables ----------------------  */

table.table-mobile-collapse,
table.ziegler-table { 
  width: 100%; 
  border-collapse: collapse; 
  border-collapse: separate;
  margin-bottom: 0;
}

table.table-mobile-collapse {
	color: #1779ba !important;
	border-spacing: 0 4px;
}

table.ziegler-table {
	display: table;
}

.table-mobile-collapse th,
.ziegler-table th { 
	font-weight: bold; 
	border: none;
	background: #f5f8fc;
	color: #596875;
	line-height: 20px !important;
	text-align: center;
	font-weight: 700;
	padding: .8rem .6rem;
	min-width: 140px!important;
}


.table-mobile-collapse td,
.ziegler-table td { 
	padding: 1rem .6rem;
	border: none; 
	text-align: left; 
}

.table-mobile-collapse tr,
.ziegler-table tr {
	background: #fff;
	box-shadow: 0px 0px 8px #5968750f;
}

.table-mobile-collapse tr:hover,
.ziegler-table tr:hover {
	background: #f5f8fc;
}

.table-mobile-collapse th:first-child {
	text-align: left;
}

.table-mobile-collapse th,
.ziegler-table th {
	font-size: 14px;
}

.table-mobile-collapse tr td:first-child{
	color: #676767 !important;
	font-size: 14px;
	text-align: left;
}

.ziegler-table tr td:first-child {
	color: #676767 !important;
	font-size: 14px;
}

.table-mobile-collapse tr td{
	font-size: 34px;
	line-height: 20px;
	text-align: center;
}

.ziegler-table tr td {
	color: #676767 !important;
}

.ziegler-table th,
.ziegler-table tr td {
    border-color: #ebf1f9 !important;
    border-width: 2px !important;
    text-align: center;
}

.ziegler-table .icon-tick {
	height: 16px;
}

@media only screen and (max-width: 1200px) {
	table.ziegler-table {
		display: block;
	}
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {

	.table-mobile-collapse tr td:first-child{
		text-align: center;
	}

	/* Force table to not be like tables anymore */
	table.table-mobile-collapse , .table-mobile-collapse thead , .table-mobile-collapse tbody, .table-mobile-collapse th, .table-mobile-collapse td, .table-mobile-collapse tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.table-mobile-collapse thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.table-mobile-collapse tr { 
		border: none;
		margin-bottom: 10px;
	}

	.table-mobile-collapse tr:hover {
		background: #fff;
	}

	.table-mobile-collapse tr td:hover {
		background: #f5f8fc;
	}
	
	.table-mobile-collapse td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%;
		text-align: center;
		height: 50px;
	}
	
	.table-mobile-collapse td:before { 
		/* Now like a table header */
		position: absolute;
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		font-size: 14px;
		color: #676767 !important;
		text-align: left;
		height: 50px;
		line-height: 50px;
	}

	.table-mobile-collapse tr td:first-child {
		font-weight: 700 !important;
		background: #f5f8fc;
		color: #596875;
	}
	
	/*
	Label the data
	*/
	.table-mobile-collapse td:nth-of-type(1):before { content: "Gasil® Grade"; }
	.table-mobile-collapse td:nth-of-type(2):before { content: "PE Masterbatch"; }
	.table-mobile-collapse td:nth-of-type(3):before { content: "PE Film General"; }
	.table-mobile-collapse td:nth-of-type(4):before { content: "PE Film High Clarity"; }
	.table-mobile-collapse td:nth-of-type(5):before { content: "PET and PA Masterbatch"; }
	.table-mobile-collapse td:nth-of-type(6):before { content: "PET and PA Film"; }
	.table-mobile-collapse td:nth-of-type(7):before { content: "PP Masterbatch"; }
	.table-mobile-collapse td:nth-of-type(8):before { content: "BOPP Masterbatch"; }
	.table-mobile-collapse td:nth-of-type(9):before { content: "BOPP Film"; }
    .table-mobile-collapse td:nth-of-type(10):before { content: "Cast PP Film"; }
    .table-mobile-collapse td:nth-of-type(11):before { content: "PP Film"; }
}

/* ---------------------- Ziegler Tables ----------------------  */

.ziegler-table {
	width: 100%;
}