table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
    cursor:pointer;
    background-color: #2b81e7;
	background-image: none;
	border-radius: 10px;
	width: 19px;
	min-width: 19px;
	height: 19px;
	position: relative;
	margin: 0 10px -5px 0;
	display: inline-block;
	left: 0;
}

table.has-columns-hidden > tbody > tr > td > span.responsiveExpander::after {
	background-color: #fff;
	width: 3px;
	height: 11px;
	border-radius: 1px;
	position: absolute;
	top: 4px;
	left: 8px;
	content: "";
}	
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander::after{
	display:none;	
}
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander::before,
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander::before {
    background-color: #fff;
	width: 11px;
	height: 3px;
	border-radius: 1px;
	position: absolute;
	top: 8px;
	left: 4px;
	content: "";
}

table.has-columns-hidden > tbody > tr.row-detail > td {
    background: #eee;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul {
    list-style: none;
    margin: 0;
}

table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
    font-weight: bold;
}
#productLineComparisionTable_length, #productLineComparisionTable_filter {
	width:50%;
	float:left;
}
div.dataTables_filter label {
	float:right;
	
}
.productcomparison label {
	margin-bottom: 5px;
	display: inline-block;
}
.productcomparison .form-inline select {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
.productcomparison select[multiple], .productcomparison select[size] {
	height: auto;
}
.productcomparison select, .productcomparison input[type="file"] {
	height: 30px;
	line-height: 30px;
}
.productcomparison select {
	width: 75px;
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 3px 3px 3px 0px;
}

.sorting_asc {
    background: url(../../docroot/images/background/sort_desc.gif) no-repeat center right;
}
.sorting_desc {
    background: url(../../docroot/images/background/sort_asc.gif) no-repeat center right;
}
.sorting, .sorting_asc_disabled, .sorting_desc_disabled {
    background: url(../../docroot/images/background/sort_both.gif) no-repeat center right;
}

table.edition_table {
    background: transparent url(../../docroot/images/background/bg_edition_table_head.gif) repeat-x top left;
}

table.edition_table {
	width: 100%;
	border-spacing: 0px;
	font-size: 11px !important;
	font-size:.9rem !important;
	border: 1px solid #dddddd;
	border-collapse: separate;
	*border-collapse: collapse;
	clear:both;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	}
	table.edition_table tr.hover {
	    cursor: pointer;
		}
		table.edition_table.rowview tr.hover {
		    background-color: #F3F8F1;
			}
	table.edition_table caption + thead tr:first-child th,
	table.edition_table caption + tbody tr:first-child th,
	table.edition_table caption + tbody tr:first-child td,
	table.edition_table colgroup + thead tr:first-child th,
	table.edition_table colgroup + tbody tr:first-child th,
	table.edition_table colgroup + tbody tr:first-child td,
	table.edition_table thead:first-child tr:first-child th,
	table.edition_table tbody:first-child tr:first-child th,
	table.edition_table tbody:first-child tr:first-child td {
		border-top: 0;
		}
	table.edition_table thead:first-child tr:first-child > th:first-child,
	table.edition_table tbody:first-child tr:first-child > td:first-child,
	table.edition_table tbody:first-child tr:first-child > th:first-child {
		-webkit-border-top-left-radius: 4px;
		        border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		}
	table.edition_table thead:first-child tr:first-child > th:last-child,
	table.edition_table tbody:first-child tr:first-child > td:last-child,
	table.edition_table tbody:first-child tr:first-child > th:last-child {
		-webkit-border-top-right-radius: 4px;
		        border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		}
	table.edition_table thead:last-child tr:last-child > th:first-child,
	table.edition_table tbody:last-child tr:last-child > td:first-child,
	table.edition_table tbody:last-child tr:last-child > th:first-child,
	table.edition_table tfoot:last-child tr:last-child > td:first-child,
	table.edition_table tfoot:last-child tr:last-child > th:first-child {
		-webkit-border-bottom-left-radius: 4px;
		        border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		}
	table.edition_table thead:last-child tr:last-child > th:last-child,
	table.edition_table tbody:last-child tr:last-child > td:last-child,
	table.edition_table tbody:last-child tr:last-child > th:last-child,
	table.edition_table tfoot:last-child tr:last-child > td:last-child,
	table.edition_table tfoot:last-child tr:last-child > th:last-child {
		-webkit-border-bottom-right-radius: 4px;
		        border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright: 4px;
		}
	table.edition_table tfoot + tbody:last-child tr:last-child td:first-child {
		-webkit-border-bottom-left-radius: 0;
		        border-bottom-left-radius: 0;
		-moz-border-radius-bottomleft: 0;
		}
	
	table.edition_table tfoot + tbody:last-child tr:last-child td:last-child {
		-webkit-border-bottom-right-radius: 0;
		        border-bottom-right-radius: 0;
		-moz-border-radius-bottomright: 0;
		}
	table.edition_table caption + thead tr:first-child th:first-child,
	table.edition_table caption + tbody tr:first-child td:first-child,
	table.edition_table colgroup + thead tr:first-child th:first-child,
	table.edition_table colgroup + tbody tr:first-child td:first-child {
		-webkit-border-top-left-radius: 4px;
		        border-top-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		}
	table.edition_table caption + thead tr:first-child th:last-child,
	table.edition_table caption + tbody tr:first-child td:last-child,
	table.edition_table colgroup + thead tr:first-child th:last-child,
	table.edition_table colgroup + tbody tr:first-child td:last-child {
		-webkit-border-top-right-radius: 4px;
		        border-top-right-radius: 4px;
		-moz-border-radius-topright: 4px;
		}
	table.edition_table th {
	    padding: 16px 24px 6px 6px;
	    text-align: left;
	    cursor: pointer;
	    font-size: 12px;
		}
		table.edition_table th .sorting {
		    float:right;
		    width: 15px;
		    padding-top: 2px;
			}
		table.edition_table th p {
		    line-height: 13px;
		    border: 0px !important;
			}
	table.edition_table thead {
	    border-bottom: 1px solid #E6E6E6;
		}
		table.edition_table thead tr.hover {
			background-color:transparent;
		}
	table.edition_table td{
	    border-bottom: 1px solid #E6E6E6;
	    padding: 3px 6px 10px 6px;
	    text-align: left;
		}


/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: right;
}
.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 1.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 1em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #666666 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #666666 !important;
  border: 1px solid #cacaca;
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
	font-weight: bold;
	border: 1px solid #efefef;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid transparent;
  background-color: none;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #666666;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
