#stacks_in_68>.s3_row {
	margin: 0 -30px;
}

#stacks_in_68>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_68>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_68>.s3_row>.s3_column {
	padding: 0 30px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_68>.s3_row  {
		margin: -30px 0;
	}
	#stacks_in_68>.s3_row>.s3_column {
		padding: 30px 0;
		width:100%;
	}


}





/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_13 label,
#gridIronWrapperstacks_in_13 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_13 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_13 select,
#gridIronWrapperstacks_in_13 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_13 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_13 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_13 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_13.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_13.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_13.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_13.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_13.dataTable thead .sorting,
table#grid-iron-stacks_in_13.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_13.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_13.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_13 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_13 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_13.dataTable.no-footer {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_13.dataTable thead th,
table#grid-iron-stacks_in_13.dataTable thead td {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_13.dataTable thead th p,
table#grid-iron-stacks_in_13.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_13.dataTable thead th:last-child,
table#grid-iron-stacks_in_13.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_13 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_13.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_13.dataTable th.focus,
table#grid-iron-stacks_in_13.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_13.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_13.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_13.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_13.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_13 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_13 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_13 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_13 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_13 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_13 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_13 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_13 .dataTables_length label,
#gridIronWrapperstacks_in_13 .dataTables_filter label,
#gridIronWrapperstacks_in_13 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_71 label,
#gridIronWrapperstacks_in_71 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_71 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_71 select,
#gridIronWrapperstacks_in_71 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_71 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_71 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_71 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_71.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_71.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_71.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_71.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_71.dataTable thead .sorting,
table#grid-iron-stacks_in_71.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_71.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_71.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_71 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_71 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_71.dataTable.no-footer {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_71.dataTable thead th,
table#grid-iron-stacks_in_71.dataTable thead td {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_71.dataTable thead th p,
table#grid-iron-stacks_in_71.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_71.dataTable thead th:last-child,
table#grid-iron-stacks_in_71.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_71 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_71.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_71.dataTable th.focus,
table#grid-iron-stacks_in_71.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_71.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_71.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_71.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_71.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_71 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_71 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_71 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_71 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_71 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_71 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_71 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_71 .dataTables_length label,
#gridIronWrapperstacks_in_71 .dataTables_filter label,
#gridIronWrapperstacks_in_71 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_21 {
	margin: 70px 0px 0px 0px;
}
#stacks_in_72>.s3_row {
	margin: 0 -20px;
}

#stacks_in_72>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_72>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_72>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_72>.s3_row>.s3_column {
	padding: 0 20px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_72>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_72>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_72>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_72>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_18 label,
#gridIronWrapperstacks_in_18 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_18 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_18 select,
#gridIronWrapperstacks_in_18 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_18 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_18 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_18 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_18.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_18.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_18.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_18.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_18.dataTable thead .sorting,
table#grid-iron-stacks_in_18.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_18.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_18.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_18.dataTable th,
table#grid-iron-stacks_in_18.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_18 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_18 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_18.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_18.dataTable thead th,
table#grid-iron-stacks_in_18.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_18.dataTable thead th p,
table#grid-iron-stacks_in_18.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_18.dataTable thead th:last-child,
table#grid-iron-stacks_in_18.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_18 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_18.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_18.dataTable th.focus,
table#grid-iron-stacks_in_18.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_18.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_18.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_18.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_18.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_18 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_18 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_18 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_18 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_18 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_18 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_18 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_18 .dataTables_length label,
#gridIronWrapperstacks_in_18 .dataTables_filter label,
#gridIronWrapperstacks_in_18 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_76 label,
#gridIronWrapperstacks_in_76 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_76 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_76 select,
#gridIronWrapperstacks_in_76 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_76 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_76 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_76 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_76.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_76.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_76.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_76.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_76.dataTable thead .sorting,
table#grid-iron-stacks_in_76.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_76.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_76.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_76.dataTable th,
table#grid-iron-stacks_in_76.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_76 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_76 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_76.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_76.dataTable thead th,
table#grid-iron-stacks_in_76.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_76.dataTable thead th p,
table#grid-iron-stacks_in_76.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_76.dataTable thead th:last-child,
table#grid-iron-stacks_in_76.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_76 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_76.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_76.dataTable th.focus,
table#grid-iron-stacks_in_76.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_76.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_76.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_76.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_76.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_76 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_76 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_76 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_76 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_76 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_76 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_76 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_76 .dataTables_length label,
#gridIronWrapperstacks_in_76 .dataTables_filter label,
#gridIronWrapperstacks_in_76 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_83 label,
#gridIronWrapperstacks_in_83 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_83 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_83 select,
#gridIronWrapperstacks_in_83 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_83 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_83 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_83 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_83.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_83.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_83.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_83.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_83.dataTable thead .sorting,
table#grid-iron-stacks_in_83.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_83.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_83.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_83.dataTable th,
table#grid-iron-stacks_in_83.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_83 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_83 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_83.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_83.dataTable thead th,
table#grid-iron-stacks_in_83.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_83.dataTable thead th p,
table#grid-iron-stacks_in_83.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_83.dataTable thead th:last-child,
table#grid-iron-stacks_in_83.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_83 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_83.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_83.dataTable th.focus,
table#grid-iron-stacks_in_83.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_83.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_83.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_83.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_83.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_83 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_83 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_83 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_83 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_83 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_83 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_83 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_83 .dataTables_length label,
#gridIronWrapperstacks_in_83 .dataTables_filter label,
#gridIronWrapperstacks_in_83 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_84 {
	margin: 70px 0px 0px 0px;
}
#stacks_in_88>.s3_row {
	margin: 0 -20px;
}

#stacks_in_88>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_88>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_88>.s3_row>.s3_column_right {
	width: 33.33%;
}

#stacks_in_88>.s3_row>.s3_column {
	padding: 0 20px;
}








@media only screen and (max-width: 770px) {


	#stacks_in_88>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_88>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



@media only screen and (max-width: 400px) {


	#stacks_in_88>.s3_row  {
		margin: -20px 0;
	}
	#stacks_in_88>.s3_row>.s3_column {
		padding: 20px 0;
		width:100%;
	}


}



/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_93 label,
#gridIronWrapperstacks_in_93 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_93 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_93 select,
#gridIronWrapperstacks_in_93 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_93 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_93 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_93 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_93.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_93.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_93.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_93.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_93.dataTable thead .sorting,
table#grid-iron-stacks_in_93.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_93.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_93.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_93.dataTable th,
table#grid-iron-stacks_in_93.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_93 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_93 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_93.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_93.dataTable thead th,
table#grid-iron-stacks_in_93.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_93.dataTable thead th p,
table#grid-iron-stacks_in_93.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_93.dataTable thead th:last-child,
table#grid-iron-stacks_in_93.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_93 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_93.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_93.dataTable th.focus,
table#grid-iron-stacks_in_93.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_93.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_93.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_93.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_93.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_93 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_93 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_93 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_93 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_93 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_93 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_93 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_93 .dataTables_length label,
#gridIronWrapperstacks_in_93 .dataTables_filter label,
#gridIronWrapperstacks_in_93 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_91 label,
#gridIronWrapperstacks_in_91 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_91 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_91 select,
#gridIronWrapperstacks_in_91 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_91 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_91 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_91 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_91.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_91.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_91.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_91.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_91.dataTable thead .sorting,
table#grid-iron-stacks_in_91.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_91.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_91.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_91.dataTable th,
table#grid-iron-stacks_in_91.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_91 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_91 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_91.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_91.dataTable thead th,
table#grid-iron-stacks_in_91.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_91.dataTable thead th p,
table#grid-iron-stacks_in_91.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_91.dataTable thead th:last-child,
table#grid-iron-stacks_in_91.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_91 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_91.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_91.dataTable th.focus,
table#grid-iron-stacks_in_91.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_91.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_91.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_91.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_91.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_91 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_91 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_91 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_91 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_91 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_91 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_91 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_91 .dataTables_length label,
#gridIronWrapperstacks_in_91 .dataTables_filter label,
#gridIronWrapperstacks_in_91 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_89 label,
#gridIronWrapperstacks_in_89 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_89 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_89 select,
#gridIronWrapperstacks_in_89 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_89 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_89 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_89 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_89.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_89.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_89.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: top;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_89.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_89.dataTable thead .sorting,
table#grid-iron-stacks_in_89.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_89.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_89.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */
table#grid-iron-stacks_in_89.dataTable th,
table#grid-iron-stacks_in_89.dataTable td {

}
/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_89 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_89 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_89.dataTable.no-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_89.dataTable thead th,
table#grid-iron-stacks_in_89.dataTable thead td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_89.dataTable thead th p,
table#grid-iron-stacks_in_89.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_89.dataTable thead th:last-child,
table#grid-iron-stacks_in_89.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_89 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_89.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_89.dataTable th.focus,
table#grid-iron-stacks_in_89.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_89.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_89.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_89.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_89.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_89 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_89 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_89 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_89 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_89 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_89 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_89 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_89 .dataTables_length label,
#gridIronWrapperstacks_in_89 .dataTables_filter label,
#gridIronWrapperstacks_in_89 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */

#stacks_in_95 {
	margin: 70px 0px 0px 0px;
}
#stacks_in_106>.s3_row {
	margin: 0 -30px;
}

#stacks_in_106>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_106>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_106>.s3_row>.s3_column {
	padding: 0 30px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_106>.s3_row  {
		margin: -30px 0;
	}
	#stacks_in_106>.s3_row>.s3_column {
		padding: 30px 0;
		width:100%;
	}


}





/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_109 label,
#gridIronWrapperstacks_in_109 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_109 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_109 select,
#gridIronWrapperstacks_in_109 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_109 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_109 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_109 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_109.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_109.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_109.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_109.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_109.dataTable thead .sorting,
table#grid-iron-stacks_in_109.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_109.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_109.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_109 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_109 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_109.dataTable.no-footer {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_109.dataTable thead th,
table#grid-iron-stacks_in_109.dataTable thead td {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_109.dataTable thead th p,
table#grid-iron-stacks_in_109.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_109.dataTable thead th:last-child,
table#grid-iron-stacks_in_109.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_109 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_109.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_109.dataTable th.focus,
table#grid-iron-stacks_in_109.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_109.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_109.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_109.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_109.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_109 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_109 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_109 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_109 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_109 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_109 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_109 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_109 .dataTables_length label,
#gridIronWrapperstacks_in_109 .dataTables_filter label,
#gridIronWrapperstacks_in_109 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
/* @group Resets */

/* CSS reset and theme specific fixes */
#gridIronWrapperstacks_in_107 label,
#gridIronWrapperstacks_in_107 input[type="search"] {
	display: inline; /* Fixes alignment problems in Zurb Foundation */
}

#gridIronWrapperstacks_in_107 label {
	line-height: 35px;
}

#gridIronWrapperstacks_in_107 select,
#gridIronWrapperstacks_in_107 input[type="search"] {
	width: auto; /* Fixes alignment problems in Zurb Foundation */
	margin: 0;
	min-width: 60px; /* Fixes width of page size dropdown in Zurb Foundation when number of entries is >99 */
}

.gridIronSpacerstacks_in_107 {
	height: 20px;
	display: block;
	clear: both;
}

#gridIronWrapperstacks_in_107 input[type="search"] {
	padding: 0px 5px;
	margin: 0 0 0 5px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	outline: none;
	box-shadow: none;
	color: rgba(51, 51, 51, 1.00);
	background: ;
	border-radius: 4px;
	font-weight: normal;
}

#gridIronWrapperstacks_in_107 input[type="search"]:focus {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	color: rgba(0, 0, 0, 1.00);
}

/* Wrapper */
div.dataTables_wrapper {
    margin: 0 auto;
}

/* @end */

/* @group Basic Table styling */

table#grid-iron-stacks_in_107.dataTable {
    width: 100%; /* Needed for the scrollX function */
}

table#grid-iron-stacks_in_107.dataTable p {
	padding: 0;
	margin: 0;
}

table#grid-iron-stacks_in_107.dataTable tbody tr td {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
    padding: 6px 6px !important;
    text-align: left;
    vertical-align: middle;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table#grid-iron-stacks_in_107.dataTable tbody tr td p {
    color: rgba(51, 51, 51, 1.00);
    font-size: 13px;
}

/* Remove default image icons on coloum sorting - fixes #121 */
table#grid-iron-stacks_in_107.dataTable thead .sorting,
table#grid-iron-stacks_in_107.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,
table#grid-iron-stacks_in_107.dataTable thead .sorting_asc_disabled,
table#grid-iron-stacks_in_107.dataTable thead .sorting_desc_disabled {
    background-image: none !important;
}

/* @end */

/* @group Responsive table styling */

/*  */

/* @end */

/* @group Odd row colouring */
table#grid-iron-stacks_in_107 tbody tr.even {
    background-color: rgba(255, 255, 255, 1.00);
}
table#grid-iron-stacks_in_107 tbody tr.odd {
    background-color: rgba(0, 204, 0, 0.05);
}

/* @end */

/* @group Footer borders */

table#grid-iron-stacks_in_107.dataTable.no-footer {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
}

/* @end */

/* @group Table heading / footer styling */

table.fixedHeader-floating thead th,
table.fixedHeader-floating thead td,
table#grid-iron-stacks_in_107.dataTable thead th,
table#grid-iron-stacks_in_107.dataTable thead td {
    border-bottom: 0px solid rgba(255, 255, 255, 0.00) !important;
    border-right: 0px solid rgba(255, 255, 255, 0.00) !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
    font-weight: normal !important;
    font-style: none !important;
    text-align: left;
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
    padding: 6px 17px 6px 6px !important;
    vertical-align: middle;
    position: relative;
}

/* Fix for some themes applying colors and sizing on paragraph tags */
table.fixedHeader-floating thead th p,
table.fixedHeader-floating thead td p,
table#grid-iron-stacks_in_107.dataTable thead th p,
table#grid-iron-stacks_in_107.dataTable thead td p {
    color: rgba(0, 0, 0, 1.00);
    font-size: 13px;
}

/**/
table.fixedHeader-floating thead th:last-child,
table.fixedHeader-floating thead td:last-child,
table#grid-iron-stacks_in_107.dataTable thead th:last-child,
table#grid-iron-stacks_in_107.dataTable thead td:last-child {
    border-right: none !important;
}
/**/
/**/

/* @end */

/* @group Table cell borders */

/**/

/* @end */

/* @group Cell Padding */

table#grid-iron-stacks_in_107 tbody td {
    padding: 6px 6px !important;
}

/* Space for responsive toggle button */

table#grid-iron-stacks_in_107.dtr-inline.collapsed>tbody>tr>td:first-child {
	padding-left: 30px !important;
}

/* @end */

/* @group Hovering */
/*  */

/* @end */

/* @group Table row selection */

/*  */

/* @end */

/* @group No row selection */

/*  */
/* CSS applied when table has no row select enabled */
table#grid-iron-stacks_in_107.dataTable th.focus,
table#grid-iron-stacks_in_107.dataTable td.focus {
    outline: none !important;
    outline-offset: 0px !important;
}
/*  */

/* @group Compact table */

 */

/* @end */

/* @group Sorting */

/*  */

/* @end */

/* @group Responsive toggle buttons */

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_107.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table#grid-iron-stacks_in_107.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(49, 177, 49, 1.00) !important;
	content: '\f055' !important;
	background: none !important;
}

table#grid-iron-stacks_in_107.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
table#grid-iron-stacks_in_107.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
	font-family: FontAwesome !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	box-shadow: none !important;
	border: none !important;
	color: rgba(211, 51, 51, 1.00) !important;
	content: '\f056' !important;
	background: none !important;
}

/* @end */

/* @group Controls */

#gridIronWrapperstacks_in_107 .dt-buttons a.dt-button,
#gridIronWrapperstacks_in_107 div.dataTables_paginate a.paginate_button {
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
	border-radius: 4px !important;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	text-decoration: none !important;
	outline: none;
	padding: 0 15px !important;
	line-height: 35px;
	font-size: 13px;
}

#gridIronWrapperstacks_in_107 .dt-buttons a.dt-button:hover,
#gridIronWrapperstacks_in_107 div.dataTables_paginate a.paginate_button.current,
#gridIronWrapperstacks_in_107 div.dataTables_paginate a.paginate_button:hover {
	border: 1px solid rgba(0, 0, 0, 1.00) !important;
	background: rgba(51, 51, 51, 1.00) !important;
	color: rgba(255, 255, 255, 1.00) !important;
	text-decoration: none !important;
	outline: none;
}

#gridIronWrapperstacks_in_107 div.dataTables_paginate a.paginate_button.disabled,
#gridIronWrapperstacks_in_107 div.dataTables_paginate a.paginate_button.disabled:hover {
	opacity: 0.50;
	cursor: not-allowed;
	border: 1px solid rgba(153, 153, 153, 1.00) !important;
	background: rgba(233, 233, 233, 1.00) !important;
	color: rgba(51, 51, 51, 1.00) !important;
}

#gridIronWrapperstacks_in_107 .dataTables_length label,
#gridIronWrapperstacks_in_107 .dataTables_filter label,
#gridIronWrapperstacks_in_107 .dataTables_info {
	font-size: 13px;
	color: rgba(51, 51, 51, 1.00);
}

/* @end */

/* @group Message Boxes */

/*  */

/* @end */
