/* Portsonic Mobile */
.w3l-mobile-breadcrum .breadcrum-bg {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(24, 53, 131, 0.8), rgba(24, 53, 131, 0.8)), url("../../assets/images/mountains.jpg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed; }

.w3l-mobile-breadcrum .breadcrum-bg h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600; }

.w3l-mobile-breadcrum .breadcrum-bg p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px; }

.w3l-mobile-breadcrum .breadcrum-bg p a {
  font-size: 16px;
  color: var(--primary-color); }

.w3l-mobile-breadcrum .breadcrum-bg p a:hover {
  text-decoration: underline;
  color: #fff; }

.py-sm-5 {
  padding-top: 3rem !important; }

.py-sm-5 {
  padding-bottom: 3rem !important; }

.py-4 {
  padding-top: 1.5rem !important; }

.py-4 {
  padding-bottom: 1.5rem !important; }

.container {
  min-width: 100% !important; }

 .py-lg-3 {
  padding-top: 1rem !important; }

 .py-lg-3 {
  padding-bottom: 1rem !important; }

@media (max-width: 736px) {
  .w3l-mobile-breadcrum .breadcrum-bg h2 {
    font-size: 40px; } }

@media (max-width: 600px) {
  .w3l-mobile-breadcrum .breadcrum-bg h2 {
    font-size: 35px; } }
    
/* Alpha Test Phases Table */
table.alphatestphasestable {
  width: 100%;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 0px;
  background-color: #f2f2f2;
  border-spacing: 0;
  border-collapse: separate !important;
  border: 1px solid #d62716; 
  border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
  background-clip: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
}

/* Zebra striping */
table.alphatestphasestable tr:nth-of-type(odd) { 
  background: #f2f2f2; 
}

table.alphatestphasestable th { 
  text-align: left; 
  padding: 0; 
  margin: 2px;  
  color: #ffffff;
  background: #d62716;
}

table.alphatestphasestable tr { 
  text-align: left; 
  padding: 0; 
  margin: 0;  
  background: #ffffff;   
}

table.alphatestphasestable td { 
  text-align: left; 
  padding: 0; 
  margin-left: 0;  
  vertical-align: top;
}

label.alphatestphaseslabel {
  margin-left: 10px;
}

label.alphatestphasesdesclabel {
  margin-left: 0px;
}

/* 
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)  {

	/* Force table to not be like tables anymore */
	table.alphatestphasestable table, table.alphatestphasestable thead, table.alphatestphasestable tbody, table.alphatestphasestable th, table.alphatestphasestable td, table.alphatestphasestable tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	table.alphatestphasestable thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	table.alphatestphasestable tr { border: none;  }
	
	table.alphatestphasestable td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: none; 
		position: relative;
		padding-left: 110px;
		vertical-align: top;		
	}
	
	table.alphatestphasestable td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 0px;
		left: 0px;
		width: 110px; 
		padding-right: 10px; 
		white-space: nowrap;			
		vertical-align: top;
	}
	
	/*
	Label the data
	*/
	table.alphatestphasestable td:nth-of-type(1):before { content: "Phase:"; padding-left: 5px; color: #000000; font-weight: bold; }
	table.alphatestphasestable td:nth-of-type(2):before { content: "Date(s):"; padding-left: 5px; color: #000000; font-weight: bold; }
	table.alphatestphasestable td:nth-of-type(3):before { content: "Description:"; padding-left: 5px; color: #000000; font-weight: bold; }
	table.alphatestphasestable td:nth-of-type(4):before { content: "Status:"; padding-left: 5px; color: #000000; font-weight: bold; }
	
	label.alphatestphaseslabel {
	  margin-left: 0px;
	}

	label.alphatestphasesdesclabel {
	  margin-left: 0px;
	}	
}    
