/*
// ---------------------------------------------------------------------------------------------------------------------------------------
// data-pickup-bs.php
//
// File Originated: 180507
//
// Author: Ralph Cooksey-Talbott
// Contact: testing@executivedatasolutions.com
// ---------------------------------------------------------------------------------------------------------------------------------------
*/

 
  .db{
	  border:#000000 thin solid;
  }
  .banner-pane{
	  xpadding-bottom:1rem; 
	  xpadding-top:1rem;
	  xbackground-color:#ddd;
	  xborder:#999 thin solid;

  }
  .banner-image{
	  max-width:735px;
  }
  .wrap{
	  height:100%;
  }
  
  i{
	  margin-left:1rem;  
  }
 
   /* check boxes for custom report page */
  
  .cb-pane{
	  margin-bottom:1rem;
	  padding-bottom:1rem;
	  padding-top:1rem;
	  background-color:#eee;
	  border:#bbb thin solid;
	  padding-left:.75rem;
  }
  
.cb-col{
	  padding-left:2rem;
  }
  
label{
		min-width:8rem;  
		xborder:#000 thin solid;
		margin-left:1rem;
		color:#666;	
}
.form-check-label{
		margin-top:.5rem;
		margin-bottom:.25rem;
}

.section-title{
	margin-bottom:.25rem;
	font-weight:bold;
	display:inline-block;
	color:#666;
	font-size:110%;	
}
 
.section-rule{
	margin-top:.5rem;
	margin-bottom:.25rem;
}


.check-all{
	margin-left:0;
}

 
  
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	h1{
		font-size:2rem;
	}
	h2{
		font-size:1.5rem;
	}

	.check-box-array{
	padding-left:1.5rem;
	}
	} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	h1{
		font-size:2.5rem;
	}
	h2{
		font-size:2rem;
	}
	small{
		font-size:90%;
	}

	.check-box-array{
	padding-left:1.5rem;
	}
		
	} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.check-box-array{
	padding-left:3rem;
	}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.check-box-array{
	padding-left:1.5rem;
	}		
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.check-box-array{
	padding-left:1.5rem;
	}
} 
  
