/* 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: 1083px) {
table.responsive {
	margin-bottom: 0;
}
.pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 30%;
	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;  
    padding: 10px 1px 10px 10px;  
}
.pinned td:last-child {
	border-bottom: 0;
}
div.table-wrapper {
	position: relative;
	margin-bottom: 0px;
	overflow: hidden;
	border-right: 0px solid #ccc;
}
div.table-wrapper div.scrollable table {
	margin-left: 30%;
}
div.table-wrapper div.scrollable {
	overflow: scroll;
	overflow-y: hidden;
    overflow-x: 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: none;
}
.reorder-table th:nth-child(2n) {
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
}
.reorder-table-1 td:first-child {
	height: 52px;
}
}
.reorder-table td:nth-child(1){
    /*border:1px solid #ccc;*/
    border-top: 1px solid #ccc;
}
.pinned table th{
    height:40px;
}
.pinned table td
{
    height: 44px;
    
}
/* -----------------------------------------
   Page Name 1
----------------------------------------- */




/* -----------------------------------------
   Page Name 2
----------------------------------------- */
