/* 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 th { font-weight: bold; }
table td, table th { padding: 9px 10px; text-align: left; }


/* Mobile */
@media only screen and (max-width: 767px) {
	
	table.responsive { margin-bottom: 0; }
	
	.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 43%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
	.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; }
	.pinned td.col-name { display: none !important; }
	.pinned td.col-img { padding: 0 !important; vertical-align: middle; }
	.pinned td.col-img img { display: block !important; width: 30px !important; }
	
	div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
	div.table-wrapper div.scrollable table { margin-left: 40%; }
	div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }	
	
	table.responsive td.col-img { display: none !important; };
	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,
	table.responsive th:nth-child(2), table.responsive td:nth-child(2), table.responsive td:nth-child(2), table.responsive.pinned td{ display: none; }
	
}

@media only screen and (max-width: 480px) {
	.pinned td.col-name { display: none !important; }
	.pinned td.hide { padding-bottom: 8px !important;    vertical-align: middle;}
	.pinned .hide img{ width: 28px !important; }
	.pinned td.col-img { padding: 0 !important; vertical-align: middle; }
	table.responsive td.col-img { display: none !important; };

select.stat-filter {
    padding: 15px 10px;
    background: linear-gradient(to bottom, rgb(10, 53, 90) 0%,rgb(40, 90, 134) 50%,rgb(38, 78, 113) 51%,rgb(19, 65, 105) 100%);
    box-shadow: 0px 0px 0px 1px rgb(51, 51, 51);
    border: 0px solid #f7f7f7;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    white-space: normal;
    margin: 5px 0px 11px;
    border-radius: 5px;
    font-size: 13px;
}
.logo-mobile-container {
    background: rgba(226, 226, 226, 0);
    padding: 10px;
    border-radius: 40px;
    display: block!important;
}
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */


