/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('/uk-retail-c-assets/include/third-party/images/sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('/uk-retail-c-assets/include/third-party/images/sort_asc.png');
}
table.dataTable thead .sorting_desc {
  background-image: url('/uk-retail-c-assets/include/third-party/images/sort_desc.png');
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('/uk-retail-c-assets/include/third-party/images/sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('/uk-retail-c-assets/include/third-party/images/sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.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: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.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:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.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: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, 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%);
  background: -moz-linear-gradient(left, 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%);
  background: -ms-linear-gradient(left, 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%);
  background: -o-linear-gradient(left, 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%);
  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: #333;
}
.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 > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.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;
  }
}/*** Fonts : START ***/
@font-face {
	font-family: 'ProductsFontPrimaryRegular';
	src: 	url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Regular.eot'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Regular.woff') format('woff'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Regular.woff2') format('woff2'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Regular.ttf') format('truetype'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProductsFontPrimaryMedium';
	src: 	url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Medium.eot'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Medium.woff') format('woff'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Medium.woff2') format('woff2'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Medium.ttf') format('truetype'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProductsFontPrimaryBold';
	src: 	url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Bold.eot'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Bold.woff') format('woff'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Bold.woff2') format('woff2'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Bold.ttf') format('truetype'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProductsFontPrimaryDemi';
	src: 	url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Demi.eot'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Demi.woff') format('woff'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Demi.woff2') format('woff2'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Demi.ttf') format('truetype'),
			url('/uk-retail-c-assets/cache-1773651474000/include/common/fonts/AvenirNextLTW01-Demi.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*** Fonts : END ***/

/* template overrides */
.screener-text-search > label {
	width: 100%;
}
.content-page-wide-9 #siteWrapper,
.content-page-wide-9 #breadcrumbWrapper {
	width: 1020px;
}
#mainWrapper {
	margin: 0;
}
#financial-professionals.page-class-product-list-fund .page-background,
#fund-buyer-portal.page-class-product-list .page-background {
	background: #fff;
}
.content-page-wide-12 #productScreenerComponent.dashboardSkin {
	width: 981px;
	margin: 0 auto 0;
	padding: 25px 0;
}
#productScreenerComponent {
	font-family: "ProductsFontPrimaryRegular", sans-serif;
	min-height: 1200px;
	padding: 0 0 40px 0;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font {
	font-family: "FortBook", sans-serif !important;
	color: #000 !important;
}
#productScreenerComponent .icon {
	margin-top: -1px;
	vertical-align: middle;
}
#productScreenerComponent .icon-caption {
	vertical-align: middle;
}
#productScreenerComponent .screener-utilities {
	background-color: #000;
	height: 50px;
	display: flex;
	padding: 0 20px;
	align-items: center;
	justify-content: space-between;
}
#productScreenerComponent .h4-class{
	line-height: 1.1;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
}
#productScreenerComponent #screener-top-table {
	visibility: hidden;
}
/* #productScreenerComponent button,
#productScreenerComponent input,
#productScreenerComponent select {
	margin: 0;
	font: inherit;
	color: inherit;
} */
#productScreenerComponent label {
	display: inline-block;
	max-width: 100%;
	margin: -3px 0 5px;
	font-family: "ProductsFontPrimaryMedium";
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font label {
	font-family: "FortBook";
}

#productScreenerComponent [role="button"],
#productScreenerComponent [role="button"]:hover,
#productScreenerComponent [role="button"]:focus {
	text-decoration: none;
}

/* #productScreenerComponent .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
} */
/* #productScreenerComponent .btn:focus,
#productScreenerComponent .btn:active:focus,
#productScreenerComponent .btn.active:focus,
#productScreenerComponent .btn.focus,
#productScreenerComponent .btn:active.focus,
#productScreenerComponent .btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
} */

#productScreenerComponent .screener-title {
	color: #FFF;
	font: 16px/16px "ProductsFontPrimaryBold", Arial, sans-serif;
	text-transform: uppercase;
	margin-right: 5px;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .screener-title {
	font-family: "FortBold";
}
#productScreenerComponent.blk-fort-font .screener-utilities * {
	flex-grow: 1;
	align-self: center;
}
#productScreenerComponent.blk-fort-font .manage-watchlist-anchor {
	text-align: right;
}


#productScreenerComponent .screener-title .category-icon {
	margin-right: 5px;
}

#productScreenerComponent .hide,
#productScreenerComponent .hidden,
#productScreenerComponent .display-none,
.qtip .hide,
.qtip .hidden,
.qtip .display-none {
	display: none !important;
}
#productScreenerComponent .form-group {
	margin-bottom: 15px;
}
#productScreenerComponent .dropdown {
	position: relative;
}
#productScreenerComponent .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 2px;
}
#productScreenerComponent .form-control:focus {
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#productScreenerComponent .form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
#productScreenerComponent .form-control:-ms-input-placeholder {
	color: #999;
}
#productScreenerComponent .form-control::-webkit-input-placeholder {
	color: #999;
}
#productScreenerComponent button {
	overflow: visible;
}
#productScreenerComponent button,
#productScreenerComponent select {
	text-transform: none;
}
#productScreenerComponent button,
#productScreenerComponent input[type="button"] {
	-webkit-appearance: button;
	cursor: pointer;
}
#productScreenerComponent button::-moz-focus-inner,
#productScreenerComponent input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
#productScreenerComponent .table-info {
	color: #616161;
	font-size: 21px;
	font-family: 'ProductsFontPrimaryRegular', sans-serif;
	line-height: 44px;
}
#productScreenerComponent .table-info .filtered-record-count {
	font-family: "ProductsFontPrimaryMedium";
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .table-info,
#productScreenerComponent.blk-fort-font .table-info .filtered-record-count {
	font-family: 'FortBold', sans-serif;
	font-size: 18px;
	color: #000;

}
/*****
	Basic Grid Layout
*****/
#productScreenerComponent .grid {
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0em;
}
/* #productScreenerComponent .grid.flex-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
} */
/* #productScreenerComponent .grid.flex-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
} */
#productScreenerComponent .grid > .row {
	align-items: flex-start;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-webkit-justify-content: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
}
#productScreenerComponent .grid > .row:empty {
	padding-top: 0;
	padding-bottom: 0;
}
/* Enable positioning of child elements */
#productScreenerComponent .grid > .column {
	box-sizing: border-box;
	position: relative;
}
/* Assume full width with one column */
#productScreenerComponent .grid > .column:only-child {
	width: 100%;
}
#productScreenerComponent .grid[class*="col-1 column"] > .column {
	width: 100%;
}
#productScreenerComponent .grid[class*="col-2 column"] > .column {
	width: 50%;
}
#productScreenerComponent .grid[class*="col-3 column"] > .column {
	width: 33.33333333%;
}
#productScreenerComponent .grid[class*="col-4 column"] > .column {
	width: 25%;
}
#productScreenerComponent .grid[class*="col-5 column"] > .column {
	width: 20%;
}
#productScreenerComponent .grid[class*="column"] > .col-half-width {
	width: 50%;
}
#productScreenerComponent .grid[class*="column"] > .col-three-quarter-width {
	width: 75%;
}
#productScreenerComponent .grid.collapse {
	height: 0;
	overflow: hidden;
}
#productScreenerComponent .product-view-container.product-screener-section {
	padding: 0 15px;
}
#productScreenerComponent.blk-fort-font .product-view-container.product-screener-section {
	padding: 0;
}
#productScreenerComponent .filter-group * {
	box-sizing: border-box;
}


#productScreenerComponent .checkbox {
	position: relative;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
}
#productScreenerComponent .checkbox label {
	min-height: 20px;
	margin-bottom: 0;
	cursor: pointer;
}
#productScreenerComponent input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

/* #productScreenerComponent .thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: inherit;
	border-radius: inherit;
	outline: 1px solid #ddd;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
} */

/* panels for tiles and advanced filters */
#productScreenerComponent .panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
#productScreenerComponent .panel-group {
	margin-bottom: 20px;
	margin-bottom: 0;
	position: relative;
	width: 100%;
}
#productScreenerComponent .panel-group .panel-heading {
	border-bottom: 0;
}
#productScreenerComponent .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
#productScreenerComponent .panel-group .panel + .panel {
	margin-top: 5px;
	margin-top: 0px;
	border-bottom: 1px solid #005EB8;
}
#productScreenerComponent .panel-default {
	border-color: #ddd;
}
#productScreenerComponent .panel-default > .panel-heading {
	color: #fff;
	background: transparent none no-repeat;
	border-color: inherit;
}

#productScreenerComponent .panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}
#productScreenerComponent .panel-title > a {
	color: inherit;
}


#productScreenerComponent input[type='search'].clearable,
#productScreenerComponent input[type='text'].clearable,
#productScreenerComponent input[type='password'].clearable {
	font: 14px "ProductsFontPrimaryRegular", Arial, sans-serif;
	color: #282828;
	transition: background 0.2s;
	padding-left: 8px;
	height: 28px;
}

/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font input[type='search'].clearable,
#productScreenerComponent.blk-fort-font input[type='text'].clearable,
#productScreenerComponent.blk-fort-font input[type='password'].clearable {
	font-family: 'FortBook', sans-serif;
}

/* sprites */
#productScreenerComponent .vi-16-sprite {
	background: #fff url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat 0 0;
}

/* Product View filter. apply rules when its a dropdown (i.e. not tabbed view) */
#productScreenerComponent #productViewFilter:not(.tabs) {
	background:#003768;
	color: #333;
	padding: 20px 25px 20px 25px;
}
#productScreenerComponent.blk-fort-font #productViewFilter:not(.tabs) {
	background:#000;
	padding: 20px 25px 20px 15px;
}

#productScreenerComponent #productViewFilter label {
	color: #fff;
	font-size: 22px;
	line-height: 32px;
	margin-right: 20px;
}
#productScreenerComponent #productViewFilter.no-tiles label {
	color: #fff;
}
#productScreenerComponent #productViewFilter.no-tiles {
	background:#003768;
}
/* hide label when rendering product views as Tabs */
#productScreenerComponent #productViewFilter.tabs label {
	display: none;
}
#productScreenerComponent #productViewFilter.no-tiles .styled-select {
	background-image: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/dropdown.png'), -webkit-linear-gradient(#003768, #003768 40%, #003768);
}

/*****
	Product Type list. CSS rules to render dropdown
***/
#productScreenerComponent #productViewFilter.dropdown .product-types {
	border-radius: 2px;
	display: inline-block;
	position: absolute;
	z-index: 1;
	background: #fff;
}

#productScreenerComponent #productViewFilter.dropdown .product-types li {
	color: #fff;
	cursor: pointer;
	display: none;
	font: 14px "ProductsFontPrimaryRegular";
	margin: 0;
	overflow: hidden;
	padding: 6px 10px 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
}

/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li {
	font-family: 'FortBook', sans-serif;
}

#productScreenerComponent #productViewFilter.dropdown .product-types li:first-child {
	border-radius: 2px 2px 0 0;
}

#productScreenerComponent #productViewFilter.dropdown .product-types li:last-child {
	border-radius: 0 0 2px 2px;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li a {
	color: #282828;
	text-decoration: none;
}
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li a {
	color: #000;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li a:hover {
	text-decoration: none;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li:hover > a {
	text-decoration: none;
	color: #005eb8;
}
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li:hover > a {
	color: #A5A5A5;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.active {
	background: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat 120% -4001px;
	display: block;
}
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li.active {
	background: none;
}
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li.active:after {
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f078";
	color: #000;
	position: absolute;
	right: 10px;
}

#productScreenerComponent #productViewFilter.dropdown .product-types:hover li.active:not(.show),
#productScreenerComponent #productViewFilter.dropdown .product-types:hover li.active:not(.show) a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show {
	background-color: #fff;
	color: #005eb8;
	display: block;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show.active {
	background: #fff;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show:first-child {
	background: #fff;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show:first-child:hover {
	background: #e0f1ff;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show:hover {
	background-color: #e0f1ff;
}
#productScreenerComponent #productViewFilter.dropdown .product-types li.show a {
	color: #005eb8;
}
#productScreenerComponent.blk-fort-font #productViewFilter.dropdown .product-types li.show a {
	color: #000;
}
/* text search box to float in right when dropdown visible, else position in middle */
#productScreenerComponent .screener-text-search {
	float: right;
	width: 320px;
	position: relative;
}
#productScreenerComponent .screener-text-search.product-view-1 {
	float: none;
	margin: 0 auto;
	width: 490px;
}
#productScreenerComponent .screener-text-search .clickable-clear {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	cursor: pointer;
}
/* hide text serach box when product view render as tabs */
#productScreenerComponent .screener-text-search.product-view-tabs {
	display: none;
}

/* new wachlist VI. copied from bootstrap */

/* #productScreenerComponent .nav-pills {
	border-bottom: 1px solid #999;
} */
/* #productScreenerComponent .nav-pills > li {
	float: left;
	margin-bottom: -1px;
} */
/* #productScreenerComponent .nav-pills > li > a {
	border: 1px solid transparent;
	border-radius: 1px 1px 0 0;
	color: #616161;
	font-size: 16px;
	margin-right: 2px;
} */
/* #productScreenerComponent .nav-pills > li > a:hover {
	color: #444;
} */

/* #productScreenerComponent .nav-pills.nav-justified {
	width: 100%;
	border-bottom: 0;
}
#productScreenerComponent .nav-pills.nav-justified > li {
	float: none;
}
#productScreenerComponent .nav-pills.nav-justified > li > a {
	margin-bottom: 5px;
	text-align: center;
}
#productScreenerComponent .nav-pills.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
	#productScreenerComponent .nav-pills.nav-justified > li {
		display: table-cell;
		width: 1%;
	}
	#productScreenerComponent .nav-pills.nav-justified > li > a {
		margin-bottom: 0;
	}
}
#productScreenerComponent .nav-pills.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
#productScreenerComponent .nav-pills.nav-justified > .active > a,
#productScreenerComponent .nav-pills.nav-justified > .active > a:hover,
#productScreenerComponent .nav-pills.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}
*/



#productScreenerComponent .nav {
	border-bottom: 1px solid #999;
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
#productScreenerComponent .nav > li {
	display: block;
	float: left;
	margin-bottom: -1px;
	position: relative;
}
#productScreenerComponent .nav li:first-child {
	margin-left: 15px;
}
#productScreenerComponent.blk-fort-font .nav li:first-child {
	margin-left: 0;
}
#productScreenerComponent .nav > li > a {
	border: 1px solid transparent;
	border-radius: 1px 1px 0 0;
	color: #616161;
	display: block;
	font-size: 16px;
	margin-right: 0px;
	padding: 6px 15px 7px 15px;
	position: relative;
}
#productScreenerComponent .nav > li > a:hover,
#productScreenerComponent .nav > li > a:focus {
	color: #444;
	text-decoration: none;
}
#productScreenerComponent .nav > li.active > a,
#productScreenerComponent .nav > li.active > a:hover,
#productScreenerComponent .nav > li.active > a:focus {
	cursor: default;
	background-color: #fff;
	border: 1px solid #999;
	border-bottom-color: #fff;
	font-family: 'ProductsFontPrimaryDemi', sans-serif;
}

/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .nav > li.active > a,
#productScreenerComponent.blk-fort-font .nav > li.active > a:hover,
#productScreenerComponent.blk-fort-font .nav > li.active > a:focus {
	font-family: 'FortBold', sans-serif;
	color: #000;
}


/* subtabs area */
#productScreenerComponent .sort-buttons {
	float: right;
}
/* #productScreenerComponent .sort-buttons,
#productScreenerComponent .nav.nav-sub-tab {
	margin: 10px 15px 20px 0;
} */
#productScreenerComponent .btn-group,
#productScreenerComponent .nav.nav-sub-tab {
	display: inline-block;
	margin: 10px 15px 20px 0;
	padding: 2px 0;
	vertical-align: middle;
}
#productScreenerComponent .btn-group li,
#productScreenerComponent .nav.nav-sub-tab li {
	border-bottom: 5px solid transparent;
	display: inline-block;
	font: 12px 'ProductsFontPrimaryRegular';
	margin-right: 30px;
}

/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .btn-group li,
#productScreenerComponent.blk-fort-font .nav.nav-sub-tab li {
	font-family: 'FortBook', sans-serif;
}


#productScreenerComponent .btn-group li:last-child,
#productScreenerComponent .nav.nav-sub-tab li:last-child {
	margin-right: 0;
}
#productScreenerComponent .nav.nav-sub-tab > li,
#productScreenerComponent .btn-group.sort-buttons > li {
	border-bottom: 5px solid transparent;
	padding: 6px 0;
	white-space: nowrap;
}
#productScreenerComponent .btn-group.sort-buttons > li.title-text {
	color: #616161;
}
#productScreenerComponent .btn-group.sort-buttons > li a[disabled="disabled"] {
	color: #ddd;
	cursor: default;
}
#productScreenerComponent .nav.nav-sub-tab > li.active,
#productScreenerComponent .nav.nav-sub-tab > li.active:hover,
#productScreenerComponent .btn-group.sort-buttons > li.active,
#productScreenerComponent .btn-group.sort-buttons > li.active:hover {
	border-bottom-color: #0c3884;
}
#productScreenerComponent.blk-fort-font .nav.nav-sub-tab > li.active,
#productScreenerComponent.blk-fort-font .nav.nav-sub-tab > li.active:hover,
#productScreenerComponent.blk-fort-font .btn-group.sort-buttons > li.active,
#productScreenerComponent.blk-fort-font .btn-group.sort-buttons > li.active:hover {
	border-bottom-color: #000;
}

#productScreenerComponent .nav.nav-sub-tab > li > a,
#productScreenerComponent .btn-group.sort-buttons > li > a {
	font: 13px 'ProductsFontPrimaryDemi';
	color: #0c3884;
	padding: 0;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .nav.nav-sub-tab > li > a,
#productScreenerComponent.blk-fort-font .btn-group.sort-buttons > li > a {
	font: 13px 'FortBook';
	color: #000;
}

#productScreenerComponent .nav.nav-sub-tab > li > a:hover,
#productScreenerComponent .btn-group.sort-buttons > li > a:hover {
	text-decoration: none;
}
#productScreenerComponent .nav.nav-sub-tab,
#productScreenerComponent .nav.nav-sub-tab > li.active > a,
#productScreenerComponent .nav.nav-sub-tab > li.active > a:hover,
#productScreenerComponent .nav.nav-sub-tab > li.active > a:focus,
#productScreenerComponent .nav.nav-sub-tab > li > a {
	border: none;
	float: left;
}
/* #productScreenerComponent .nav.nav-sub-tab > li > a,
#productScreenerComponent .nav.nav-sub-tab > li.active > a,
#productScreenerComponent .nav.nav-sub-tab > li.active > a:hover,
#productScreenerComponent .nav.nav-sub-tab > li.active > a:focus {
	background-color: transparent;
} */


/* Filter containers */

#productScreenerComponent .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#productScreenerComponent .dropdown-menu .divider {
	height: 1px;
	margin: 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

#productScreenerComponent .product-filters-container .dropdown-menu {
	background-color: #E0F1FF;
	border-radius: 1px;
	border:1px solid #73A7D8;
	border-top: 0;
	color: #282828;
	font-size: 12px;
	margin: -2px 0 0 0;
	max-height: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px 10px 12px 5px;
	width: 100%;
	-webkit-box-shadow: 1px 6px 10px rgba(0, 0, 0, .175);
	box-shadow: 1px 6px 10px rgba(0, 0, 0, .175);
}
#productScreenerComponent.blk-fort-font .product-filters-container .dropdown-menu {
	background-color: #fff;
	border:1px solid #000;
	color: #000;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#productScreenerComponent .open > .dropdown-menu {
	display: block;
}

#productScreenerComponent .product-filters-container .dropdown-menu li {
	display: block;
	line-height: 23px;
	padding: 2px 5px;
}

#productScreenerComponent .product-filters-container .dropdown-menu li.group-parent {
	padding: 2px 3px;
	line-height: 20px;
}
#productScreenerComponent.blk-fort-font .product-filters-container .dropdown-menu li.group-parent {
	font-family:"FortBold" , sans-serif;
	color: #000;
}


#productScreenerComponent .product-filters-container .dropdown-menu .divider {
	background-color: #73A7D8;
	padding: 0;
}
#productScreenerComponent.blk-fort-font .product-filters-container .dropdown-menu .divider {
	background-color: #000;
}
/* advance filter dropdowns */
#productScreenerComponent .filter-advanced .button-label {
	display: block;
	float: left;
}
#productScreenerComponent .filter-advanced .caret-right {
	background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat -10px -3489px;
	display: block;
	float: right;
	margin-top: 4px;
	padding: 8px;
}
#productScreenerComponent.blk-fort-font .filter-advanced .caret-right {
	background: none;
	margin-top: 2px;
	padding: 0;
}
#productScreenerComponent.blk-fort-font .filter-advanced .caret-right:after {
	font-family: FontAwesome;
	font-size: 16px;
	content: "\f105";
}
#productScreenerComponent .filter-advanced .column {
	padding-right: 10px;
}

#productScreenerComponent .filter-advanced .column:nth-child(4) {
	padding-right: 0;
}
/*****
	Tiles
	**/
#productScreenerComponent .filter-tiles {
	padding: 0 0 10px 0;
	background: #003768;
}
#productScreenerComponent.blk-fort-font .filter-tiles {
	background: #000;
}
#productScreenerComponent .filter-tiles .panel-body {
	padding: 10px 0 0 25px;
}
#productScreenerComponent .filter-tiles .col-count-1 {
	width: 91px;
}
#productScreenerComponent .filter-tiles .col-count-2 {
	width: 191px;
}
#productScreenerComponent .filter-tiles .col-count-3 {
	width: 283px;
}
#productScreenerComponent .filter-tiles .col-count-4 {
	width: 377px;
}
#productScreenerComponent .filter-tiles .col-count-5 {
	width: 455px;
}
#productScreenerComponent .filter-tiles.tile-cols-10 .panel-body {
	padding: 10px 10px 0 20px;
}
#productScreenerComponent .filter-tiles .filter-group {
	float: left;
	margin-right: 20px;
}

#productScreenerComponent .filter-tiles.tile-cols-10 .filter-group {
	margin-right: 2px;
}
#productScreenerComponent .filter-tiles .h4-class{
	color: #fff;
	font-family: 'ProductsFontPrimaryRegular';
	font-size: 16px;
	margin-top: 0;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .filter-tiles .h4-class {
	font-family: 'FortBook', sans-serif;
}

#productScreenerComponent .filter-tiles [class^=col-] {
	padding-right: 0;
}
#productScreenerComponent .filter-tiles .tile {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	color: #fff;
	background: #006747;
	height: 50px;
	position: relative;
	padding: 0;
	width: 88px;
}
#productScreenerComponent .filter-tiles .tile:hover {
	background: #408D75;
}
#productScreenerComponent .filter-tiles .tile p {
	bottom: 5px;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	position: absolute;
	right: 5px;
	width: 80%;
}
#productScreenerComponent.blk-fort-font .filter-tiles .tile p {
	/* bottom: 5px;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
	right: 5px; */
	width: 90%;
}
#productScreenerComponent .filter-tiles .tile .filter-count {
	background-color: rgba(0,0,0,0.2);
	border-radius: 2px;
	font-size: 10px;
	width: 25px;
	padding: 1px 3px 0 0;
	position: absolute;
	right: 2px;
	top: 2px;
	text-align: right;
}
#productScreenerComponent .filter-tiles .tile-container {
	float: left;
	height: 55px;
	margin-right: 5px;
}

#productScreenerComponent .filter-group input[data-filter-type="tile"] {
	display: none;
}

#productScreenerComponent .filter-group input[data-filter-type="tile"]:checked + .tile {
	color: #282828;
	background: #fff;
}
#productScreenerComponent .filter-group input[data-filter-type="tile"]:checked + .tile.equity:hover {
	background: #D3D3D3;
}

#productScreenerComponent .filter-group input[data-filter-type="tile"]:checked + .tile .filter-count {
	display: none;
}

#productScreenerComponent .filter-tiles .aladdinassetclass .tile {
	background: #1794D0;
}
#productScreenerComponent .filter-tiles .aladdinassetclass .tile:hover {
	background: #5db4e0;
}
#productScreenerComponent .filter-tiles .aladdinstrategy .tile {
	background: #007C84;
}
#productScreenerComponent .filter-tiles .aladdinstrategy .tile:hover {
	background: #4da4a9;
}

#productScreenerComponent .filter-tiles .aladdinregion .tile {
	background: #008533;
}
#productScreenerComponent .filter-tiles .aladdinregion .tile:hover {
	background: #4daa71;
}
#productScreenerComponent .filter-tiles .aladdinmarkettype .tile {
	background: #4D66AF;
}
#productScreenerComponent .filter-tiles .aladdinmarkettype .tile:hover {
	background: #8394c7;
}

#productScreenerComponent .filter-tiles .tile.equity {
	background:  #1794D2;
}
#productScreenerComponent .filter-tiles .tile.equity:hover {
	background:  #5db4e0;
}

#productScreenerComponent .filter-tiles .tile.real-estate {
	background:  #0066cc;
}
#productScreenerComponent .filter-tiles .tile.real-estate:hover {
	background:  #4d94db;
}

#productScreenerComponent .filter-tiles .tile.fixed-income {
	background: #68A230;
}
#productScreenerComponent .filter-tiles .tile.fixed-income:hover {
	background: #96be6f;
}
#productScreenerComponent .filter-tiles .tile.multiasset {
	background: #00ADBB;
}
#productScreenerComponent .filter-tiles .tile.multiasset:hover {
	background: #4DC6D0;
}

#productScreenerComponent .filter-tiles .tile.commodity,
#productScreenerComponent .filter-tiles .tile.cash {
	background: #DC7E00;
}
#productScreenerComponent .filter-tiles .tile.commodity:hover,
#productScreenerComponent .filter-tiles .tile.cash:hover {
	background: #e7a54d;
}
/* selected filter trail */
#productScreenerComponent .selected-filters.row {
	margin: 20px 0 0;
	padding: 0;
}
#productScreenerComponent .selected-filters.row:empty {
	margin: 0;
}
#productScreenerComponent .selected-filters ul {
	float: left;
	color: #282828;
	font-size: 12px;
	margin-right: 15px;
}
#productScreenerComponent .selected-filters li {
	float: left;
}
#productScreenerComponent .selected-filters li.filter-value {
	background: #003768 url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/product-screener-sprite.png') no-repeat 100% -129px;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	padding: 4px 20px 4px 10px;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#productScreenerComponent .selected-filters li.filter-value:hover {
	background-color: #40698E;
}

#productScreenerComponent .selected-filters li.filter-name,
#productScreenerComponent .selected-filters li.filter-name:hover {
	color: #767676;
	font-size: 13px;
	padding-right: 6px;
	padding-top: 4px;
}

#productScreenerComponent .selected-filters li.reset-filters {
	background-color: #DC7E00;
}
#productScreenerComponent .selected-filters li.reset-filters a {
	color: #fff;
}

#productScreenerComponent .selected-filters li.reset-filters:hover,
#productScreenerComponent .selected-filters li.reset-filters a:hover {
	background-color: #E39833;
	text-decoration: none;
}


/* Tab contents for each product view container */
#productScreenerComponent .tab-content > .tab-pane {
	display: none;
}
#productScreenerComponent .tab-content > .active {
	display: block;
}
#productScreenerComponent .tab-content .tab-pane.expanded .dataTables_paginate  {
	display: none;
}
#productScreenerComponent .tab-content.level-two {
	margin-top: 10px;
}

#productScreenerComponent .filter-list-controls.row {
	margin: 0;
}
/*hide product View when only 1 is configured. dynamic class generated in freemarker*/
#productScreenerComponent .filter-list-controls .view-count-1 label.control-label,
#productScreenerComponent .filter-list-controls .view-count-1 #productType {
	display: none;
}
#productScreenerComponent .filter-list-controls label {
	font-size: 1.1em;
}
#productScreenerComponent .filter-list-controls .filter label {
	display: block;
	font-size: 12px;
	font-weight: inherit;
	margin-bottom: 0;
}
#productScreenerComponent .filter-list-controls .filter label.disabled {
	color: #ccc;
}

#productScreenerComponent .filter-list-controls .panel-title {
	font: 22px "ProductsFontPrimaryRegular", Arial, sans-serif;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .filter-list-controls .panel-title {
	font-family: 'FortBold', sans-serif;
}

#productScreenerComponent .filter-list-controls .filter-advanced .panel-title a {
	color: #005EB8;
}
#productScreenerComponent.blk-fort-font .filter-list-controls .filter-advanced .panel-title a {
	color: #000;
}
#productScreenerComponent .filter-list-controls .panel-title a:hover {
	background-position: 0 -4487px;
	color: #4CCFFD;
}
#productScreenerComponent.blk-fort-font .filter-list-controls .panel-title a:hover {
	color: #666;
}
#productScreenerComponent .filter-list-controls .panel-title a.collapsed {
	background-position: 0 -4708px;
}
#productScreenerComponent .filter-list-controls .filter-advanced .panel-title a.collapsed {
	background-position:0 -4397px;
}
#productScreenerComponent .filter-list-controls .panel-title a.collapsed:hover {
	background-position: 0 -4427px;
}
#productScreenerComponent .filter-list-controls .panel-title a.disabled {
	color: #aaa;
	pointer-events: none;
	cursor: default;
}
#productScreenerComponent .panel-group .panel-heading + .panel-collapse > .panel-body,
#productScreenerComponent .panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
	padding-top: 10px;
	padding-bottom: 0;
}
#productScreenerComponent .filter-list-controls .panel-group .panel {
	border: none;
	border-radius: inherit;
	box-shadow: none;
}
#productScreenerComponent .filter-list-controls .panel-default {
	border-color: inherit;
}
#productScreenerComponent .filter-list-controls .panel-default > .panel-heading {
	background-color: transparent;
	border-color: inherit;
	color: #fff;
	padding: 10px 15px;
}
/* #productScreenerComponent.blk-fort-font .filter-list-controls .panel-default > .panel-heading {
	padding: 10px 0;
} */
#productScreenerComponent .panel-body {
	padding: 15px;
}
#productScreenerComponent .panel-group .btn {
	font-size: 13px;
	background-color: transparent;
	border: 1px solid #ddd;
	color: #282828;
	text-align: left;
	width: 100%;
	border-radius: 2px;
	padding: 5px 10px 3px 10px;
}

#productScreenerComponent.blk-fort-font .panel-group .btn {
	border: 1px solid #000;
	color: #000;
	padding: 6px 10px 6px 8px;
}
#productScreenerComponent.blk-fort-font .panel-group .btn:focus {
	outline-color: #FF754E;
}

#productScreenerComponent .panel-group .btn:hover {
	background-color: transparent;
	border-color:  #4CCFFD;
	color:  #4CCFFD;
}
#productScreenerComponent.blk-fort-font .panel-group .btn:hover {
	border-color:  #666;
	color:  #666;
}
#productScreenerComponent .panel-group .btn:hover .caret-right {
	background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat -10px -3508px;
}




/**** Datatables overrides ***/
#productScreenerComponent .datatables-utilities {
	font-size: 12px;
}
#productScreenerComponent .show-all-records {
	padding: 6px 10px 6px 10px;
	font-size: 14px;
	float: right;
	position: relative;
	z-index: 1;
}
#productScreenerComponent .show-all-records a {
	color: #005EB8;
}
/* productScreenerComponent table.dataTable thead .sorting:after,
#productScreenerComponent table.dataTable thead .sorting_asc:after,
#productScreenerComponent table.dataTable thead .sorting_desc:after,
#productScreenerComponent table.dataTable thead .sorting_asc_disabled:after,
#productScreenerComponent table.dataTable thead .sorting_desc_disabled:after {
	display: none;
} */
#productScreenerComponent .dataTables_wrapper .dataTables_paginate {
	float: inherit;
	text-align: center;
}
#productScreenerComponent.dashboardSkin .dataTables_wrapper .dataTables_paginate {
	float: inherit;
	text-align: right;
	padding: 10px 0;
}
#productScreenerComponent .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#productScreenerComponent .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#productScreenerComponent .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #005EB8 !important;
	border: 1px solid #fff;
	color: #fff !important;
}

#productScreenerComponent.blk-fort-font .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#productScreenerComponent.blk-fort-font .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
#productScreenerComponent.blk-fort-font .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #000 !important;
}


/* #productScreenerComponent .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
#productScreenerComponent .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	display: none;
} */

#productScreenerComponent table.dataTable thead tr th,
#productScreenerComponent table.dataTable tbody tr td {
	border-bottom: inherit;
	border-top: inherit;
	color: #282828;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	padding: 11px 10px 9px 10px;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font table.dataTable thead tr th,
#productScreenerComponent.blk-fort-font table.dataTable tbody tr td {
	color: #000;
	font-family: 'FortBook';
}
#productScreenerComponent .dataTables_scroll div.dataTables_scrollBody thead th,
#productScreenerComponent .dataTables_scroll div.dataTables_scrollBody thead th * {
	padding: 1px;
	height: 1px;
}
#productScreenerComponent .dataTables_scroll div.dataTables_scrollBody tbody {
	margin-top: -10px;
}
#productScreenerComponent table.dataTable .isParent {
	cursor: pointer;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr[role="row"]:not(.flash) {
	cursor: pointer;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr[role="row"] td:first-child {
	background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/expand.png') 0 no-repeat no-repeat;
	background-position-y: center;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr[role="row"]:hover td {
	background-color: #edf7fc;
}
#productScreenerComponent table.dataTable.accordion-table tbody .single {
	cursor: default;
}
#productScreenerComponent table.dataTable.accordion-table tbody .single td:first-child {
	background-image: none !important;
}
#productScreenerComponent table.dataTable.accordion-table tbody .flash td:first-child {
	background-image: none;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr.odd-row td {
	background-color: #F0F8FF !important;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr.even-row td {
	background-color: transparent !important;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr:hover td:first-child  {
	background: #edf7fc url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/expand-hover.png') 0 no-repeat no-repeat;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr td:first-child {
	padding-left: 40px;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr:hover td {
	background-position: 0 -6144px;
}
#productScreenerComponent table.dataTable.accordion-table tbody .expanded td,
#productScreenerComponent table.dataTable.accordion-table tbody .flash td {
	background-color: #edf7fc !important;
	border-bottom: 1px solid #fff;
}
#productScreenerComponent table.dataTable tbody tr td a {
	color: #0c3884;
}

#productScreenerComponent.blk-fort-font table.dataTable tbody tr td a {
	color: #000;
	font-family: "FortBold";
}
#fund-buyer-portal #productScreenerComponent.blk-fort-font table.dataTable tbody tr td a.icon-report {
    background: none;
    padding: 0;
}
#fund-buyer-portal #productScreenerComponent.blk-fort-font table.dataTable tbody tr td a.icon-report:before {
	content: "\f15b";
    font-family: "FontAwesome";
    font-size: 16px;
}
#productScreenerComponent table.dataTable tbody tr td icon {
	font-size: 16px;
}
#productScreenerComponent table.dataTable tbody tr td .star .icon {
	height: 24px;
	width: 24px;
}
#productScreenerComponent table.dataTable tbody tr td.colFundVideo a,
#productScreenerComponent table.dataTable tbody tr td.colFundDoc a {
	color: #282828;
}
#productScreenerComponent table.dataTable tbody tr td.colGlsDoc a {
	color: #616161;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr[role="row"].expanded td:first-child {
	background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/collapse.png') 0 no-repeat no-repeat;
	background-position-y: center;
}
#productScreenerComponent table.dataTable.accordion-table tbody tr[role="row"].expanded:hover td:first-child {
	background: #edf7fc url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/collapse-hover.png') 0 no-repeat no-repeat;
}
#productScreenerComponent table.dataTable.accordion-table tbody .singles-load {
	background: #fef2bd !important;
}
#productScreenerComponent table.dataTable.accordion-table tbody .singles-load:first-child {
	background: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/ui-anim_basic_16x16.gif') #fef2bd no-repeat 7px 10px !important;
}
#productScreenerComponent table.dataTable.no-footer,
#productScreenerComponent table.dataTable thead tr th {
	border-bottom: 1px solid #ddd;
}
#productScreenerComponent.blk-fort-font table.dataTable thead tr th {
	border-bottom: 1px solid #000;
}
#productScreenerComponent.blk-fort-font table.dataTable.no-footer {
	border-bottom: none;
}
#productScreenerComponent table.dataTable tbody tr td .mobileThead {
	display: none
}
#productScreenerComponent table.dataTable tbody tr td {
	padding: 5px 10px 5px 10px;
	vertical-align: middle;
	white-space: nowrap;
}
#productScreenerComponent table.dataTable tbody tr td.colInvestorClassName {
	white-space: normal;
}
#productScreenerComponent table.dataTable tbody tr td.dataTables_empty {
	text-align: left;
}
#productScreenerComponent table.dataTable tbody tr td .raw-num {
	display: none;
}
#productScreenerComponent table.dataTable tbody tr td.colFundSeriesName,
#productScreenerComponent table.dataTable tbody tr td.colFundName,
#productScreenerComponent table.dataTable tbody tr td.colShareClassName {
	white-space: normal;
	max-width: 300px;
}
#productScreenerComponent table.dataTable tbody tr.group td {
	padding: 4px 10px 3px 10px;
}

#productScreenerComponent table.dataTable {
	margin-top: 0 !important;
}

#productScreenerComponent table.dataTable thead tr th {
	border-top: 0;
	color: #282828;
	font: 12px 'ProductsFontPrimaryMedium', sans-serif;
	padding: 0 10px 5px 10px;
	vertical-align: top;
	white-space: nowrap;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font table.dataTable thead tr th {
	font-family: 'FortBold', sans-serif;
	color: #000;
}

#productScreenerComponent table.dataTable thead th {
	position: relative;
	background-image: none !important;
}

#productScreenerComponent table.dataTable thead th.sorting:after,
#productScreenerComponent table.dataTable thead th.sorting_asc:after,
#productScreenerComponent table.dataTable thead th.sorting_desc:after {
/* 	position: absolute;
	top: 0;
	right: 8px; */
	display: inline-block;
	font-family: FontAwesome;
	font-size: 14px;
}
#productScreenerComponent table.dataTable thead th.sorting:after {
	content: "\f0dc";
	color: #999;
	font-size: 12px;
	padding-left: 2px;
}
#productScreenerComponent.blk-fort-font table.dataTable thead th.sorting:after {
	color: #A5A5A5;
}
#productScreenerComponent table.dataTable thead th.sorting_asc:after {
	content: "\f0de";
	font-size: 14px;
}
#productScreenerComponent table.dataTable thead th.sorting_desc:after {
	content: "\f0dd";
	font-size: 14px;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist {
	color: #616161;
	position: relative;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist .star .icon {
	height: 24px;
	width: 24px;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist .star .icon path {
	fill: #FAD21B;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist .lock {
	position: absolute;
	right: 15px;
	top: 8px;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist .lock .icon {
	height: 12px;
	width: 12px;
}
#productScreenerComponent table.dataTable thead tr th.colPresentInWatchlist .lock .icon path {
	fill: #616161;
}

/* #productScreenerComponent table.dataTable thead tr th label {
	margin-bottom: 0;
} */
/* #productScreenerComponent table.dataTable thead th[class*="sorting"] {
	background-image: none;
}
#productScreenerComponent table.dataTable thead th i[class="fa fa-sort"] {
	color: #B2B2B2;
	margin-left: 5px;
}
#productScreenerComponent table.dataTable thead th i[class*="fa fa-sort-"] {
	color: #616161;
	margin-left: 5px;
}
#productScreenerComponent table.dataTable.grouping-enabled thead th i[class*="fa-sort"] {
	display: none;
} */
/* Watchlist puts icon in background for alignment */
#productScreenerComponent table.dataTable tbody tr.group td,
#productScreenerComponent table.dataTable.table-striped tbody tr.group td {
	background-color: #003768;
	border-top-width: 0;
	color: #fff;
	display: table-cell;
	font: 18px 'ProductsFontPrimaryMedium';
	text-align: left;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font table.dataTable tbody tr.group td,
#productScreenerComponent.blk-fort-font table.dataTable.table-striped tbody tr.group td {
	font-family: 'FortBook', sans-serif;
	background-color: #000;
}

#productScreenerComponent table.dataTable.display tbody td {
	border-top: inherit;
	display: none;
}
#productScreenerComponent table.dataTable tbody td {
	color: #000;
	height: 29px;
	padding-top: 13px;
	vertical-align: top;
}

#productScreenerComponent table.dataTable thead th.colPresentInWatchlist,
#productScreenerComponent table.dataTable thead th.colGlsDoc,
#productScreenerComponent table.dataTable tbody td.colFundDoc,
#productScreenerComponent table.dataTable tbody td.colFundVideo,
#productScreenerComponent table.dataTable tbody td.colDocPopup {
	text-align: right;
}

#productScreenerComponent table.dataTable tbody td a.fa.fa-download,
#productScreenerComponent table.dataTable tbody td a.fa.fa-download:hover {
	text-decoration: none;
}
#productScreenerComponent table.dataTable .colLocalExchangeTicker,
#productScreenerComponent table.dataTable .colFundName,
#productScreenerComponent table.dataTable .colFundShortName,
#productScreenerComponent table.dataTable .colFundSeriesName,
#productScreenerComponent table.dataTable .colShareClassName,
#productScreenerComponent table.dataTable .colCurrency,
#productScreenerComponent table.dataTable .colDomicile,
#productScreenerComponent table.dataTable .colDomicileCode,
#productScreenerComponent table.dataTable .colInvestorClassName,
#productScreenerComponent table.dataTable .colAssetClass,
#productScreenerComponent table.dataTable .colSeriesBaseCurrencyCode,
#productScreenerComponent table.dataTable .colUseOfProfits,
#productScreenerComponent table.dataTable .colIsin,
#productScreenerComponent table.dataTable .colIssuingCompany,
#productScreenerComponent table.dataTable .colFundManager,
#productScreenerComponent table.dataTable .colSponsor {
	text-align: left;
}
#productScreenerComponent table.dataTable .colFundName,
#productScreenerComponent table.dataTable .colFundShortName,
#productScreenerComponent table.dataTable .colFundSeriesName {
	white-space: normal;
}
#productScreenerComponent table.dataTable tr.even,
#productScreenerComponent table.dataTable tr.even td {
	background: #ECF6FF;
}
#productScreenerComponent .dataTables_filter {
	display: none;
}
#productScreenerComponent .dataTables_empty {
	background-color: #fff;
}
#productScreenerComponent .dataTables_empty.watchlist-zero-records {
	display: none;
}

#productScreenerComponent .product-screener-table > tbody > tr:nth-of-type(even) {
	background-color: #f8f8f8;
}

/*infobubble "i" */
#productScreenerComponent .info-bubble {
	background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/product-screener-sprite.png') 50% -293px no-repeat;
	cursor: pointer;
	height: 10px;
	width: 10px;
	padding-left: 10px;
}
#productScreenerComponent .nav .info-bubble {
	background-position: 50% -290px;
	float: left;
	margin: -2px 0 0;
	padding: 3px;
}
#productScreenerComponent .tile-container .info-bubble {
	background-position: 50% -310px;
}
#fund-buyer-portal #productScreenerComponent .info-bubble {
	background: none;
	color: #6E3FA3;
    padding: 0;
    text-decoration: none;
}
#fund-buyer-portal #productScreenerComponent .info-bubble:before {
	content: "\f05a";
	font-family: "FontAwesome";
}
/* #productScreenerComponent .nav li .info-bubble {

	display: block;
	float: left;
	margin: -2px 0 0;
	outline: none;

} */

/* #productScreenerComponent .sub-tabs .nav-pills li .info-bubble + a.nav-pill-tab {
	float: left;
	padding-left: 2px;
} */



/* #productScreenerComponent li.active .info-bubble, */
#productScreenerComponent li:hover .info-bubble {
	background-position: 50% -332px;
}
/* #productScreenerComponent .nav-pills li .info-bubble,
#productScreenerComponent .nav-pills li .info-bubble:hover,
#productScreenerComponent .nav-pills li.active .info-bubble:focus,
#productScreenerComponent .nav-pills li.active .info-bubble:hover,
#productScreenerComponent .nav-pills li.active .info-bubble:active {
	border-radius: inherit;
	color: inherit;
} */


/* buttons area for Download / Watchlist etc */
#productScreenerComponent .product-screener-section .screener-buttons .column {
	float: right;
}
#productScreenerComponent .product-screener-section .download-results-anchor,
#productScreenerComponent .product-screener-section .btn-watchlist,
#productScreenerComponent .product-screener-section .download-pdf-anchor {
	border: 2px solid #0c3884;
	color: #0c3884;
	display: inline-block;
	line-height: 44px;
	padding: 0 20px;
}
#productScreenerComponent.blk-fort-font .product-screener-section .download-results-anchor,
#productScreenerComponent.blk-fort-font .product-screener-section .btn-watchlist,
#productScreenerComponent.blk-fort-font .product-screener-section .download-pdf-anchor {
	border: 2px solid #000;
	color: #000;
}
#productScreenerComponent .product-screener-section .download-results-anchor icon,
#productScreenerComponent .product-screener-section .btn-watchlist icon,
#productScreenerComponent .product-screener-section .download-pdf-anchor icon {
	font-size: 24px;
}
#productScreenerComponent .product-screener-section .download-results-anchor,
#productScreenerComponent .product-screener-section .download-pdf-anchor {
	border-color: transparent !important;
}
#productScreenerComponent .product-screener-section a .fa {
	left: -5px;
	position: relative;
	top: 5px;
}
#productScreenerComponent .product-screener-section a:hover {
	text-decoration: none;
}
#productScreenerComponent .colPresentInWatchlist.qtip-active {
	background-color: #005EB8;
}
#productScreenerComponent .watchlist-anchor.is-processing {
	cursor: not-allowed;
}

#productScreenerComponent .watchlist-anchor.is-processing icon {
	background: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/ajax-loader.gif') no-repeat;
	background-size: 100%;
	background-position: 0
}
#productScreenerComponent .watchlist-anchor.watchlist-inactive .star-o {
	color: #aaa;
}
#productScreenerComponent .watchlist-anchor.watchlist-inactive.disabled .star-o {
	color: red;
}
#productScreenerComponent .watchlist-anchor-anon .star-anon,
#productScreenerComponent .star-inactive {
	color: #bbb;
}
#productScreenerComponent .watchlist-anchor-anon .lock {
	display: none;
}
#productScreenerComponent .watchlist-anchor.watchlist-active .star {
	color: #FAD21B;
}

#productScreenerComponent .watchlist-zero-records {
	background: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/watchlist-zero-records.png') no-repeat 50% 100px;
	height: 350px;
	margin-top: 80px;
	width: 100%;
	text-align: center;
}

#productScreenerComponent .watchlist-zero-records .watchlist-buttons {
	text-align: center;
	margin-top: 220px;
}
#productScreenerComponent .watchlist-zero-records .main-message {
	color: #000;
	font: 22px 'ProductsFontPrimaryRegular', sans-serif;
	margin-bottom: 15px;
}
#productScreenerComponent .watchlist-zero-records .sub-message {
	color: #616161;
	font: 15px 'ProductsFontPrimaryRegular', sans-serif;
	margin: 0 auto;
	width: 70%;
}
#productScreenerComponent .watchlist-zero-records-dashboard .sub-message {
	color: #616161;
	font: 16px 'ProductsFontPrimaryRegular', sans-serif;
	text-align: center;
	padding: 60px 0 0 0;
}
#productScreenerComponent .watchlist-zero-records-dashboard a {
	color: #0c3884;
	font-family: 'ProductsFontPrimaryDemi', sans-serif;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .watchlist-zero-records .main-message,
#productScreenerComponent.blk-fort-font .watchlist-zero-records .sub-message,
#productScreenerComponent.blk-fort-font .watchlist-zero-records-dashboard .sub-message,
#productScreenerComponent.blk-fort-font .watchlist-zero-records-dashboard a {
	font-family: 'FortBook', sans-serif;
}
#productScreenerComponent .watchlist-zero-records .browse-all-funds-anchor {
	background-color: #000;
	color: #fff;
	padding: 12px;
}
#productScreenerComponent .manage-anchor {
	border: 1px solid white;
	border-radius: 0;
	color: #fff;
	padding: 8px 26px;
	text-transform: none;
	display: inline-block;
	font-family: ProductsFontPrimaryRegular,Arial,sans-serif;
	font-size: 14px;
	float: right;
	position: relative;
	top: -9px;
	right: 20px;
}
/* BLK Fort Font override */
#productScreenerComponent.blk-fort-font .manage-anchor {
	font-family: 'FortBook', sans-serif;
	position: static;
	float: none;
}

#productScreenerComponent .manage-anchor:hover {
	background: #0f2d5d;
	color: #fff;
	text-decoration: none;
}
#productScreenerComponent.blk-fort-font .manage-anchor:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

/* Screener Overlay. not name spaced as its outside of the component */
/* Screener Overlay. not name spaced as its outside of the component */
.screener-overlay {
	background: #fff;
	filter: alpha(opacity=85);
	height: 1000px;
	left: 0;
	opacity: 0.85;
	-moz-opacity: 0.85;
	position: absolute;
	top: 0px;
	visibility: visible;
	width: 100%;
	z-index: 100000;
}
.screener-ovarlay-dashboardSkin {
	background: #fff;
	height: 100%;
	position: relative;
	top: 150px;
}

@keyframes app-container-placeholder-circle-bounce {
	0% {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
	15% {
		-ms-transform: translateY(-36px);
		-webkit-transform: translateY(-36px);
		transform: translateY(-36px);
		opacity: 0.8;
	}
	30% {
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
	}
}

.screener-overlay .placeholder-circle {
	display: inline-block;
	height: 16px;
	width: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 10px;
	border-radius: 50%;
}

.screener-overlay .placeholder-circle:first-of-type {
	background-color: #0f2d5d;
	margin-left: -60px;
	-webkit-animation: app-container-placeholder-circle-bounce 2s infinite ease;
	animation: app-container-placeholder-circle-bounce 2s infinite ease;
	-webkit-animation-delay: 0ms;
	animation-delay: 0ms;
}

.screener-overlay .placeholder-circle:nth-of-type(2) {
	background-color: #00677f;
	margin-left: -24.8px;
	-webkit-animation: app-container-placeholder-circle-bounce 2s infinite ease;
	animation: app-container-placeholder-circle-bounce 2s infinite ease;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.screener-overlay .placeholder-circle:nth-of-type(3) {
	background-color: #50325b;
	margin-left: 10.4px;
	-webkit-animation: app-container-placeholder-circle-bounce 2s infinite ease;
	animation: app-container-placeholder-circle-bounce 2s infinite ease;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.screener-overlay .placeholder-circle:nth-of-type(4) {
	background-color: #006747;
	margin-left: 45.6px;
	-webkit-animation: app-container-placeholder-circle-bounce 2s infinite ease;
	animation: app-container-placeholder-circle-bounce 2s infinite ease;
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
/* Screener Skins. */

/* dashboardSkin hides both filters / table info / downloads and switch view tabs */
#productScreenerComponent.dashboardSkin {
	/* border: 1px solid #ccc;
	border-top: 0px; */
	min-height: auto;
	padding: 0;
}
#productScreenerComponent.dashboardSkin .screener-tab-table-container {
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 0;
	min-height: 150px;
}
#productScreenerComponent.dashboardSkin #productType.nav {
	border-bottom: 1px solid #000;
	display: flex;
	margin-bottom: 0;
}
#productScreenerComponent.dashboardSkin .panel-group,
#productScreenerComponent.dashboardSkin .product-screener-section,
#productScreenerComponent.dashboardSkin .nav-pills.tab-count-1,
#productScreenerComponent.dashboardSkin ul.sort-buttons,
#productScreenerComponent.dashboardSkin .product-count {
	display: none;
}
#productScreenerComponent.dashboardSkin #productType.nav li {
	border: 1px solid #000;
	border-bottom: 0px;
	flex-grow: 1;
	margin: 0 15px 0 0;
	text-align: center;
}
#productScreenerComponent.dashboardSkin #productType.nav li.active {
	bottom: -1px;
}
#productScreenerComponent.dashboardSkin #productType.nav li a {
	border-width: 0;
	color: #000;
	padding: 10px 15px;
}
#productScreenerComponent.dashboardSkin #productType.nav > li.active > a,
#productScreenerComponent.dashboardSkin #productType.nav > li.active > a:hover,
#productScreenerComponent.dashboardSkin #productType.nav > li.active > a:focus {
	border-width: 0;
	color: #000;
	font-family: "FortBold", sans-serif;
}

#productScreenerComponent.dashboardSkin #productType.nav li:first-child {
	margin-left: 0;
}
#productScreenerComponent.dashboardSkin #productType.nav li:last-child {
	margin-right: 0;
}
#productScreenerComponent.dashboardSkin table.dataTable thead tr th {
	/* background-color: #FFF; */
	/* color: #848484; */
	padding: 13px 10px 10px 10px;
	vertical-align: middle;
}
#productScreenerComponent.dashboardSkin table.dataTable thead tr th .icon path {
	fill: #848484;
}
#productScreenerComponent.dashboardSkin table.dataTable {
	border: 0;
}
#productScreenerComponent.dashboardSkin table.dataTable thead tr th.colPresentInWatchlist .fa-lock {
	top: 22px;
}

/* scrolling area for disclaimers in page header */
#hk-one.page-class-products-list #mainWrapper .article,
#sg-one.page-class-products-list #mainWrapper .article {
	height: 95px;
	font-size: 13px;
	margin: 20px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(102, 102, 102);
	padding: 10px;
}

.content-page-wide-9 #disclaimerWrapper {
	padding: 10px 40px;
}

#financial-professionals.page-class-product-list-fund #disclaimerWrapper {
	padding: 10px 0;
	font-family: "FortBook";
	color: #000;
}

.page-class-product-list.article,
.page-class-etf-product-list .article {
	padding: 13px 30px;
}
.page-class-product-list .article p,
.page-class-etf-product-list .article p {
	margin: inherit;
}

/* Mobile CSS */
/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	#productScreenerComponent.mobile-screener .dropdown {
		display: block;
	}
	#productScreenerComponent.mobile-screener .dropdown:focus {
		outline: none;
	}

	#productScreenerComponent.mobile-screener .btn:focus,
	#productScreenerComponent.mobile-screener .btn:active:focus,
	#productScreenerComponent.mobile-screener .btn.active:focus,
	#productScreenerComponent.mobile-screener .btn.focus,
	#productScreenerComponent.mobile-screener .btn:active.focus,
	#productScreenerComponent.mobile-screener .btn.active.focus {
		outline: none;
	}

	#productScreenerComponent.mobile-screener .caret-right,
	#productScreenerComponent.mobile-screener .clear-right {
		background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi17-sprite.png') no-repeat 0px -18050px;
		width: 15%;
		min-height: 1.5em;
		margin-top: 0.6em;
		background-size: 3.8em;
	}

	#productScreenerComponent.mobile-screener .caret-right-selected {
		background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi17-sprite.png') no-repeat 43px -12375px;
		width: 20%;
		background-size: 3.8em;
		min-height: 1.5em;
		margin-top: -0.2em;
	}

	#productScreenerComponent.mobile-screener .dataTables_wrapper {
		min-height: 600px;
	}

	#productScreenerComponent.mobile-screener input[type='search'].clearable,
	#productScreenerComponent.mobile-screener input[type='text'].clearable,
	#productScreenerComponent.mobile-screener input[type='password'].clearable {
		font-size:2.5em;
		height:initial;
		height:2.3em;
		color: #ffffff;
		padding-left: 0.5em;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.has-product-dropdown input[type='search'].clearable,
	#productScreenerComponent.mobile-screener #productViewFilter.has-product-dropdown input[type='text'].clearable,
	#productScreenerComponent.mobile-screener #productViewFilter.has-product-dropdown input[type='password'].clearable {
		background: #fff url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat 110.5% -13215px;
		background-size: 5em;
		color: #000;
	}
}
*/

/**  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) { **/
/*body.blk-responsive {
	min-width: 0;
}*/

/* General mobile devices */
@media only screen and (max-width: 767px),
/* mobile devices with larger screens in landscape */
(orientation: landscape) and (max-width: 823px){

	.content-page-wide-9 #siteWrapper {
		width: auto;
	}
	#productScreenerComponent.mobile-screener .grid[class*="col-2 column"] > .column {
		width: 100%;
	}
	#productScreenerComponent {
		min-height: 0px;
	}
	#productScreenerComponent.mobile-screener,
	#productScreenerComponent.mobile-screener .column,
	#productScreenerComponent.mobile-screener .screener-tabs-message-container,
	#productScreenerComponent.mobile-screener #productViewFilter label {
		font: 14px 'ProductsFontPrimaryRegular', sans-serif;
	}
	#productScreenerComponent.mobile-screener .mobile-off {
		display: none !important;
	}
	#productScreenerComponent.mobile-screener .screener-overlay .placeholder-circle {
		top: 30%;
	}
	#productScreenerComponent.mobile-screener .mobile-my-watchlist-anchors .btn-watchlist {
		color: #fff;
		float: right;
	}

	#productScreenerComponent.mobile-screener .productViewWatchlistDisplay {
		/* display: none; */
	}
	#productScreenerComponent.mobile-screener .fund-details-anchor {
		text-align: left;
	}
	#productScreenerComponent.mobile-screener h3.fund-details-anchor {
		display: inline-block;
	}
	#productScreenerComponent.mobile-screener .top-table-mobile {
		max-width: fit-content;
		padding: 5px 0;
	}
	#productScreenerComponent.mobile-screener .watchlist-mobile-col {
		display: inline-block;
		float: right;
		margin-left: 15px;
	}
	#productScreenerComponent.mobile-screener .fund-details-anchor a {
		font: 14px/25px 'ProductsFontPrimaryMedium', sans-serif;
	}
	/* product view dropdown */
	#productScreenerComponent #productViewFilter {
		padding: 20px;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.productViewWatchlistDisplay {
		display: -webkit-inline-box;
	}
	#productScreenerComponent.mobile-screener #productViewFilter .productViewWatchlistDisplay a {
		float: right;
		color: #ffffff;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.dropdown .product-types {
		display: block;
		width: 86.5%;
		margin: 4px 0;
		/* padding: 6px 0px 7px 0px; */
		/* text-indent: 7px; */
		/* Center the drop down */
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.dropdown .product-types li {
		width: 93%;
	}

	#productScreenerComponent.mobile-screener #productViewFilter.dropdown .product-types li.active {
		background: url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi16-sprite.png') no-repeat 112% -4001px;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.dropdown .product-types li.show {
		background: none;
	}
	#productScreenerComponent.mobile-screener #productViewFilter.dropdown .product-types li.show {
		width:94%;
	}
	#productScreenerComponent.mobile-screener #productViewFilter input[type='search'].clearable,
	#productScreenerComponent.mobile-screener #productViewFilter input[type='text'].clearable,
	#productScreenerComponent.mobile-screener #productViewFilter input[type='password'].clearable {
		/* background-position-x: 111%; */
		background-image: none;
		margin-top: 40px;
	}
	#productScreenerComponent.mobile-screener .screener-text-search {
		float: none;
		margin-top: 20px;
		width: initial;
		max-width: 300px;
	    margin: 0 auto;
	}
	#productScreenerComponent.mobile-screener .nav-sub-tab {
		margin: 5px 0px 0px 10px;
		padding: 0px;
		width: 95%;
	}
	#productScreenerComponent.mobile-screener .nav-sub-tab > li {
		/*width: 50%;*/
		width: 25%;
		border-bottom: none;
		margin: 0;
	}
	#productScreenerComponent.mobile-screener .nav-sub-tab > li a {
		padding-bottom: 5px;
		border-bottom: 5px solid transparent !important;
	}
	#productScreenerComponent.mobile-screener .nav-sub-tab > li.active a {
		border-bottom: 5px solid #0c3884 !important;
	}
	#productScreenerComponent .nav.nav-sub-tab > li > a {
		color: #616161;
	}
	#productScreenerComponent.mobile-screener div.filter-button-container {
		display: flex;
		margin: 0 auto;
		margin-top: 10px;
		max-width: 300px;
	}
	#productScreenerComponent.mobile-screener div.filter-button-container button {
		background: transparent;
		border: 1px solid #fff;
		color: #fff;
		flex-grow: 1;
		font-size: 16px;
		padding: 5px;
		margin: 0 auto;
	}
	#productScreenerComponent.mobile-screener div.filter-button-container #advancedFiltersClearButton {
		margin-left: 10px;
	}
	#productScreenerComponent.mobile-screener .table-striped > tbody {
		background-color: #B9DEFF;
		border-top: #B9DEFF 1px solid;
		display: block;
		margin-top: 25px;
	}

	#productScreenerComponent.mobile-screener table.product-screener-table {
		max-width: 100%;
		/*table-layout: fixed;*/
	}
	/*#productScreenerComponent.mobile-screener table.product-screener-table.accordion-table tbody tr td:first-child {
		background: inherit;
	}*/

	#productScreenerComponent.mobile-screener table.product-screener-table.accordion-table tbody tr td:first-child {
		background: inherit;
	}

	#productScreenerComponent.mobile-screener table.product-screener-table.accordion-table tbody tr td:first-child {
		padding-left: 0px;
	}


	#productScreenerComponent.mobile-screener .mobileInnerTable {
		border-collapse: collapse;
/* 		display: block; */
		overflow-y: hidden;
		overflow-x: auto;
		width: 100%;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable tr {
		background-color: transparent;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable td {
		padding: 0 10px 0 0;
		text-align: right;
		font-size: 14px;
	}

	#productScreenerComponent.mobile-screener table.product-screener-table tbody .mobileInnerTable td a {
		display: block;
		/*text-align: center;*/
		height: 140%;
		background-size: 3em;
		font-size: 27px;
	}

	#productScreenerComponent.mobile-screener .mobileInnerTable > tbody > tr > td:first-child {
		text-align: left;
		padding-left: 0;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable tr td {
		color: #888888;
		font-size: 14px;
		padding: 0 10px 0px 0px;
		text-align: right;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable tbody tr td {
		color: #444444;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td:first-child {
		text-align: left;
		padding-left: 0px;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colLocalExchangeTicker,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colFundName,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colFundShortName,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colFundSeriesName,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colShareClassName,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colCurrency,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colDomicile,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colDomicileCode,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colInvestorClassName,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colAssetClass,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colSeriesBaseCurrencyCode,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colUseOfProfits,
	#productScreenerComponent.mobile-screener .mobileInnerTable > thead > tr > td.colIsin {
		text-align: left;
	}
	#productScreenerComponent.mobile-screener .mobileInnerTable .colPresentInWatchlist {
		display: none;
	}
	/* mobile Filters */
	#productScreenerComponent.mobile-screener .panel-default > .panel-heading .h4-class {
		display: flex;
		flex-grow: 1;
		width: 100%;

	}
	#productScreenerComponent.mobile-screener .panel-default > .panel-heading {
		background: #fff;
		padding: 15px;
		flex-direction: row;
	}
	#productScreenerComponent.mobile-screener #advanced .column:last-child {
		border-bottom: 0px solid #fff;
	}

	#productScreenerComponent.mobile-screener #advanced .column {
		margin-left: -0.5%;
		width: 101%;
		background-color: #ebf4ff;
		color: #285481;
		border-bottom: 4px solid #fff;
		padding-right: 0px;
	}

	#productScreenerComponent.mobile-screener #advanced .panel-body {
		padding-top: 0px;
	}

	#productScreenerComponent.mobile-screener .product-filters-container .dropdown-menu {
		background-color: #FFFFFF;
		position: relative;
		max-height: 100%;
		padding: 0;
		border-top: none;
		width: 100%;
		margin-top: 0.3em;
	}

	#productScreenerComponent.mobile-screener .dropdown-menu {
		display: block
	}

	#productScreenerComponent.mobile-screener [data-panel-type="filter"] {
		background-color: #ffffff;
		height: auto;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading > div > div {
		display: inline-block;
		float: right;
		margin-top: -1em;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading > div > h3 {
		display: inline;
		color: #000;
	}

	#productScreenerComponent.mobile-screener .advanced-filters-hidden {
		display: none;
	}

	#productScreenerComponent.mobile-screener .screener-menu-tab-hidden {
		display: none;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading > div {
		position: relative;
	}

	#productScreenerComponent.mobile-screener .form-group {
		margin-bottom: 5px;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading #doneButton {
		background-color: #015bbc;
		float: right;
		padding-top: 6px;
		padding-bottom: 6px;
		margin-top: 7px;
		color: #ffffff;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading #clearButton {
		padding: 6px 13px;
		margin: 7px 5px 0px 0px;
	}

	#productScreenerComponent.mobile-screener .panel-default > .panel-heading button {
		font: 14px 'ProductsFontPrimaryMedium', sans-serif;
		padding: 1em 1.5em;
	}

	#productScreenerComponent.mobile-screener .dropdown button {
		padding: 0.2em;
		width: 100%;
		background-color: #ebf4ff;
		border: none;
	}

	#productScreenerComponent.mobile-screener .product-filters-container .dropdown-menu .filter-count {
		position: absolute;
		top: 0;
		right: 5%;
		background-color: #01366b;
		color: #fff;
		padding: 4px 12px;
		border: 0px solid #01366b;
		border-radius: 5px;
	}

	#productScreenerComponent.mobile-screener button.dropdown-toggle > span.button-label {
		font: 14px 'ProductsFontPrimaryMedium', sans-serif;
		margin-top: 10px;
		margin-left: 5px;
	}

	#productScreenerComponent.mobile-screener .product-filters-container .dropdown-menu li.checkbox {
		line-height: inherit;
		margin: 13px 0px 13px 10px;
	}

	/* styled checkboxes */
	#productScreenerComponent.mobile-screener input[type=checkbox] {
		/* display:none ; */
	}

	#productScreenerComponent.mobile-screener .screener-tabs-message-container {
		padding-bottom: 15px;
		color:#616161;
	}

	#productScreenerComponent.mobile-screener .checkbox input[type="checkbox"] {
		background:#FFF;
		border:1px solid #d5d5d6;
		color:#96999D;
		height: 20px;
		position: relative;
		top: 4px;
		width: 20px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		-webkit-appearance: none;
		-webkit-font-smoothing: antialiased;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all 0.15s;
		-moz-transition: all 0.15s;
		-ms-transition: all 0.15s;
		-o-transition: all 0.15s;
		transition: all 0.15s;
	}

	#productScreenerComponent.mobile-screener .checkbox input[type="checkbox"]:checked {
		position:relative;
	}

	#productScreenerComponent.mobile-screener .checkbox input[type="checkbox"]:checked:before {
		content: '✔';
		color: #fff;
		display:block;
		width:15px;
		height:18px;
		position:absolute;
		padding: 2px 0 0 5px;
		font-size: 12px;
		top:-1px;
		left:-1px;
		background:rgb(0, 81, 180);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
	}
	#productScreenerComponent.mobile-screener .filter-group.dropdown .btn span.caret-right {
		background: transparent url('/uk-retail-c-assets/cache-1773651474000/include/product-screener-v2/images/vi17-sprite.png') no-repeat 33px -6520px;
		/*width: 20%;*/
		width: 75px;
	/* 	background-size: 3.8em; */
		height: 26px;
	}
	#productScreenerComponent.mobile-screener .filter-group.dropdown.open .btn span.caret-right {
		background-position-y: -6492px;
	}
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:horizontal {
		height: 12px;
	}

	::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, .5);
		border-radius: 10px;
		border: 2px solid #ffffff;
	}

	::-webkit-scrollbar-track {
		border-radius: 15px;
		background-color: #ffffff;
	}

	#productScreenerComponent.mobile-screener table.dataTable tbody tr td .top-table-mobile {
		text-align: left;
	}
	#productScreenerComponent.mobile-screener table.dataTable tbody thead tr td {
		vertical-align: top;
		padding-top: 10px;
	}
	#productScreenerComponent.mobile-screener #screener-top-table {
		display: none;
	}
	#productScreenerComponent.mobile-screener .dataTables_wrapper .dataTables_paginate {
		display: none;
	}
	#productScreenerComponent.mobile-screener .dataTables_wrapper {
	    overflow: hidden;
	    overflow-x: scroll;
	    padding-top: 15px;
	}
	#productScreenerComponent.mobile-screener table.dataTable thead tr th {
		font: 14px 'ProductsFontPrimaryBold', sans-serif;
		line-height: 18px;
		/*vertical-align: bottom;*/
		color: #616161;
		border-width: 0 0 2px 0;
	    border-style: solid;
	    border-color: #a5a5a5;
	    padding-top: 10px;
	}
	#productScreenerComponent.mobile-screener table.dataTable tbody tr td {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 18px;
		white-space: normal;
	}
	#productScreenerComponent.mobile-screener .colLocalExchangeTicker.mobile-on {
		display: none !important;
	}
	#productScreenerComponent.mobile-screener th.colFundShortName.mobile-on::before {
		content: "Fund ";
	}
	#productScreenerComponent.mobile-screener table.dataTable tbody tr td > a:not(.fa-download){
		font-family: "ProductsFontPrimaryMedium",Arial,sans-serif
	}
	#productScreenerComponent.mobile-screener table.dataTable .colShareClassName,
	#productScreenerComponent.mobile-screener table.dataTable .colInvestorClassName {
		text-align: right;
	}

	/* US-iShares only */
	/* Applied for landscape view for larger mobile screen sizes */
	#us-ishares {
		/* Override blk.basic.css which is causing mobile to have overflow issues */
		min-width: auto;
		width: auto;
	}
	#us-ishares #mastheadWrapper {
		border: none;
	}
	#us-ishares .page-background {
		min-width: auto;
		width: auto;
	}
	#us-ishares #navWrapper {
		width: auto;
	}
	#us-ishares #footerWrapper .article {
		/* Override blk-page-layout css which is causing mobile to have overflow issues */
		width: auto;
	}
	/* margin applied to iShares logo in the header */
	#us-ishares.vi16 .wrapper-980, #us-ishares .vi16.wrapper-980 {
	    margin: 0 5%;
	}
	#us-ishares .qtip.qtip-bootstrap {
		max-width: 200px;
		/*max-height: 250px*/
	}

}

/* Styling for portrait */
@media only screen and (max-width: 500px) {
	#productScreenerComponent.mobile-screener .nav-sub-tab {
		width: auto;
	}
	#productScreenerComponent.mobile-screener .nav-sub-tab > li {
		width: 50%;
	}
	#productScreenerComponent.mobile-screener .nav>li>a {
		font-family: "ProductsFontPrimaryBold";
		font-size: 10px;
	}
}

/* For larger mobile screen sizes i.e. Galaxy, Pixel XL */
/* TODO: Update mobile media queries thoroughout entire site */
@media only screen and (orientation: landscape) and (max-width: 823px) {
	#us-ishares #breadcrumbWrapper,
	#us-ishares .masthead.desktop.hide-on-mobile,
	#us-ishares .icon-sprite.search-icon {
		display: none;
	}
	#us-ishares .vi16 .main-nav.desktop .display-cell.logo-box {
	    padding: 0 21px 12px 15px;
	}
	#us-ishares .qtip.qtip-bootstrap {
		max-width: 350px;
	}
}