/* CSS for Responsive Tables */

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

table.responsive th { font-weight: bold; }
table.responsive td, table.responsive th { padding: 9px 10px; text-align: left; }
table.responsive {border: 1px solid #cecece; }
table.responsive tr:nth-child(odd), .pinned table tr:nth-child(odd) {background-color: #f2f2f2;}
.ie8 table.responsive td {border-bottom: 1px solid #cecece}

/* Mobile */
@media only screen and (min-width: 769px) and (max-width: 785px) {
	.pinned {display:none !important;}
}
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; border:0; }
	
	.pinned th { font-weight: bold; }
	.pinned td, .pinned th { padding: 9px 10px; text-align: left; white-space: nowrap;}
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #cecece; }
	.pinned table { border-right: none; border-left: none; width: 100%; }
	.pinned table th, .pinned table td { white-space: nowrap; }
	.pinned td:last-child { border-bottom: 0 }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border: 1px solid #cecece; }
	div.table-wrapper div.scrollable { margin-left: 35%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: block; visibility: hidden; width:0px; padding: 9px 0;}
	.ie9 .pinned table {margin-left:0 !important;}
	
}
/* Small Mobile */
@media only screen and (max-width: 470px) {
	.pinned {width: 45%}
	div.table-wrapper div.scrollable { margin-left: 45%; }

}


/* Large Tables */
table.responsive-lg th { font-weight: bold; }
table.responsive-lg td, table.responsive-lg th { padding: 9px 10px; text-align: left; }
table.responsive-lg {border: 1px solid #cecece; }
table.responsive-lg tr:nth-child(odd), .pinned-lg table tr:nth-child(odd) {background-color: #f2f2f2;}
.ie8 table.responsive-lg td {border-bottom: 1px solid #cecece}

/* Mobile */

  
@media only screen and (max-width: 10000px) {
	
	table.responsive-lg { margin-bottom: 0; border:0; }
	
	.pinned-lg th { font-weight: bold;  }
	.pinned-lg td, .pinned-lg th { padding: 9px 10px; text-align: left; white-space: nowrap; }
	
	.pinned-lg { position: absolute; left: 0; top: 0; background: #fff; width: 25%; overflow: hidden; overflow-x: scroll;border-right: 1px solid #cecece; }
	.pinned-lg table { border-right: none; border-left: none; width: 100%; }
	.pinned-lg table th, .pinned table td { white-space: nowrap; }
	.pinned-lg td:last-child { border-bottom: 0 }
	
	div.table-wrapper-lg { position: relative; margin-bottom: 20px; overflow: hidden; border: 1px solid #cecece; }
	div.table-wrapper-lg div.scrollable-lg { margin-left: 25%; }
	div.table-wrapper-lg div.scrollable-lg { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive-lg td, table.responsive-lg th { position: relative; white-space: nowrap; overflow: hidden; }
	table.responsive-lg th:first-child, table.responsive-lg td:first-child, table.responsive-lg td:first-child, table.responsive-lg.pinned-lg td { display: block; visibility: hidden; width:0px; padding: 9px 0;white-space: nowrap;}
	.ie9 .pinned-lg table {margin-left:0 !important;}
	
}
/* Small Mobile */

@media only screen and (max-width:768px) and (min-width: 470px) {
	.pinned-lg {width: 35%}
	div.table-wrapper-lg div.scrollable-lg { margin-left: 35%; }
}
@media only screen and (max-width: 470px) {
	.pinned-lg {width: 45%}
	div.table-wrapper-lg div.scrollable-lg { margin-left: 45%; }

}


/* IE Styles */



