/*===============================================================================================================================*/
/*                                                            RESET.CSS                                                          */
/*===============================================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	position: relative;
	line-height: 1.3;
	font-family: "HSBC Univers Next","HSBC Neue Helvetica","sans-serif";
	font-size: 100%;
    font-style: normal;
    font-weight: 400;
    color: #333;
	background: #14191f;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}



blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*===============================================================================================================================*/
/*                                                          WEBSITE.CSS                                                          */
/*===============================================================================================================================*/
.container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

br.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

@media only screen and (max-width : 30em) {

	br.min-phone-l {
		display: none;
	}
}

h2 {
	font-size: 1.75rem;
	line-height: 1.2;
	margin-bottom: .75em;
}

p, li {
	font-size: 1em;
	line-height: 1.3;
}

p {
	margin-bottom: 1em;
}

p.large {
	font-size: 150%
}

.fw-semibold {
	font-weight: 500;
}

p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width : 46em) {

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.8em;
	}
}

a {
	color: #0072ED;
	text-decoration: none;
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}

a:hover,
a:focus {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
	margin: 0 0 0 1.5em;
}

ul {
	list-style: disc;
	margin: 0 0 1em 1.5em;
}

strong {
	font-weight: 700;
}

.uppercase {
	text-transform: uppercase;
}

.nowrap {
	white-space: nowrap;
}

.centered {
	text-align: center;
}

.print-only {
	display: none;
}

/* Header ---------------------------------------------------------------------------------------------------------------------- */
.header-outer {
	position: relative;
	width: auto;
	height: auto;
	padding-top: 7.375em;
	background-color: #023740;
	background-image: url("../images/bkg_header-outer.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-outer::before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
	content: '';
}

.header-wrapper {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	padding: 1.875em 0 0;
	-webkit-transition: background 250ms ease-in-out;
	-o-transition: background 250ms ease-in-out;
	transition: background 250ms ease-in-out;
	z-index: 100;
}

.scrolled .header-wrapper {
	padding: .9375em 1.25em;
	background: white;
	z-index: 500;
	box-shadow: 0 3px 2px 2px rgba(0,0,0,0.2);
}

header {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 1.25em;
}

.hsbc-branding {
	width: 150px;
	height: 40px;
	margin: .8125em 0;
	-webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out;
	-o-transition: width 250ms ease-in-out, height 250ms ease-in-out;
	transition: width 250ms ease-in-out, height 250ms ease-in-out;
}

.scrolled .hsbc-branding {
	width: 98px;
	height: 26px;
	margin: .4375em 0;
}

.hsbc-branding img {
	width: 100%;
}

img.is-scrolled,
.scrolled img.not-scrolled {
	display: none;
}

.scrolled img.is-scrolled {
	display: block;
}

@media only screen and (max-width: 85.375em) {

	.header-wrapper {
		padding: 1.875em 1.25em 0;
	}

}

@media only screen and (max-width : 46em) {

	.scrolled .header-wrapper {
		padding: .9375em 1.25em;
	}

	header {
		padding: 0;
	}
}

@media only screen and (max-width : 30em) {

	.header-outer {
		padding-top:6.25em;
	}

	.header-wrapper {
		padding: 1.25em 1.25em 0;
	}

	.hsbc-branding {
		width: 98px;
		height: 26px;
		margin: .5125em 0;
	}

	.scrolled .hsbc-branding {
		width: 98px;
		height: 26px;
		margin: .5125em 0;
	}
}

/* Banner ---------------------------------------------------------------------------------------------------------------------- */
.banner {
	position: relative;
	text-align: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 5em 1.25em 2em;
}

.banner-inner {
	background: white;
	text-align: left;
	padding: 1.5em;
	max-width: 500px;
}

.banner h1 {
	font-size: 2.375rem;
	color: #282828;
	margin-bottom: .5em;
}

.banner p {
	line-height: 1.6;
}

@media only screen and (max-width: 85.375em) {

	.banner {
		padding: 2.5em 2.5em 2em;
	}

}

@media only screen and (max-width : 40em) {

	.banner {
		padding: 1em 1.5em 1.5em;
	}

	.banner h1 {
		font-size: 1.6rem;
	}

	.banner-inner {
		padding: 1em;
	}
}

/* Content --------------------------------------------------------------------------------------------------------------------- */
.content-wrapper {
	padding: 3.125em 0;
	background: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.content-wrapper.light-grey {
	background: #f3f3f3;
}

.narrow {
	max-width: 1400px;
	margin: 0 auto;
}

.funds-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	align-items: stretch;
	max-width: 1400px;
	margin: 0 auto;
}

.funds-wrapper .fund {
	position: relative;
    width: calc(25% - 2.5em);
	margin: 1.25em;
	padding: 1em 1em 58px;
	background: #ededed;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
	height: inherit;
}

.funds-wrapper .fund h3 {
    position: relative;
	font-size: 1.3em;
	font-weight: 400;
	margin-bottom: 1em;
	text-align: center;
}

.funds-wrapper .fund p {
	font-size: .95em;
	line-height: 1.4;
}

.dates {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	background: #fafafa;
	-webkit-box-shadow: inset 0 0 0 10px #ededed;
        box-shadow: inset 0 0 0 10px #ededed;
}

.dates + .dates + p {
	margin-top: 1.5em;
}

.dates.no-bg {
	background: transparent;
	-webkit-box-shadow: none;
        box-shadow: none;
}

.dates .date {
	width: 100px;
	text-align: center;
	background: #ededed;
}

.dates .date.open, .dates .date.close {
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: .5em;
}

.dates .date.open {
	color: #008580;
	border-bottom: 3px solid #008580;
}

.dates .date.close {
	color: #db0011;
	border-bottom: 3px solid #db0011;
}

.dates .date .date-inner {
	color: #282828;
	padding: .5em;
	background: white;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%);
}

.dates .date .date-inner p.large {
	font-size: 150%;
	font-weight: 700;
	margin-bottom: .25em;
	line-height: 1;
}

.dates .date .date-inner p.fw-semibold {
	font-size: .7em;
	margin-bottom: 0;
}

.funds-wrapper .fund p:last-of-type {
   margin-bottom: 0;
}

.funds-wrapper .fund .button {
    position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: .8em;
	text-align: right;
	background: black;
	border-color: black;
	padding-left: 10px;
	padding-right: 25px;
}

.funds-wrapper .fund .button:focus, .funds-wrapper .fund .button:hover {
	background: #404040;
	border-color: #404040;
}

.funds-wrapper .fund .button::after {
    display: inline-block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 30px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	position: absolute;
	right: 7px;
	top: 0;
	margin-left: 10px;
	color: white;
}

.flex-intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	padding: 0 1.25em;
}

.flex-intro .col {
    width: 50%;
}

.flex-intro .col.image {
    text-align: center;
}

.flex-intro .col.image img {
    width: 80%;
	border: 5px solid #f3f3f3;
	box-shadow: 0 4px 6px -2px rgb(0 0 0 / 5%), 0 10px 15px -3px rgb(0 0 0 / 10%)
}

@media only screen and (max-width: 85.375em) {

	.content-wrapper {
		padding: 3.125em 1.25em;
	}

}

@media only screen and (max-width: 75em) {

	.funds-wrapper .fund {
		width: calc(33.3333% - 2.5em);
	}

}

@media only screen and (max-width: 52.5em) {

	.content-wrapper {
		padding: 1.5em 1.25em 3.5em;
	}
	.funds-wrapper .fund {
		width: calc(50% - 2.5em);
	}
}

@media only screen and (max-width: 37.5em) {

	.funds-wrapper .fund {
		margin: 0;
		width: 100%;
	}

	.fund + .fund {
		margin-top: 1.25em;
	}
}

/* Tables ---------------------------------------------------------------------------------------------------------------------- */
table.standard {
    width: 100%;
    border-collapse: collapse;
}

table.standard thead {
    border-bottom: 2px solid #aaa;
}

table.standard#openActions thead {
    border-bottom: 3px solid #db0011;
}

table.standard th {
    font-weight: bold;
	white-space: nowrap;
}

table.standard thead th {
    font-size: .9em;
    text-align: left;
}

table.standard tbody tr {
    border-bottom: 1px solid #d6d6d6;
}

table.standard tbody tr:nth-child(even) {
    background: rgba(0,0,0,0.03);
}

table.standard tbody tr:focus,
table.standard tbody tr:hover {
    background: #f5f0e2;
}

table.standard th {
    padding: 10px 25px 10px 10px;
    vertical-align: middle;
}

table.standard th.no-sort {
    padding: 10px;
}

table.standard td {
    padding: 5px 10px;
    vertical-align: middle;
}

table.standard td {
    font-size: 0.85em;
	line-height: 1.3;
}

table.standard .left {
    text-align: left;
}

table.standard .right {
    text-align: right;
}

table.standard .date {
    white-space: nowrap;
}

table.standard a {
    color: #db0011;
    text-decoration: none;
}

table.standard a:hover {
    color: #dbbf74;
    text-decoration: none;
}

.dataTables_wrapper {
	padding: 0 76px;
}

#closedActions_wrapper .top {
	margin: 0 0 15px;
}

@media only screen and (max-width : 90em){

	.dataTables_wrapper {
		padding: 0;
	}
}

/* Buttons --------------------------------------------------------------------------------------------------------------------- */
.button-area {
	margin-top: 2em;
}

a.button {
    position: relative;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    height: 42px;
    line-height: 38px;
    padding: 0 25px;
    -webkit-transition: background 250ms ease-out,color 250ms ease-out,border 250ms ease-out;
    -moz-transition: background 250ms ease-out,color 250ms ease-out,border 250ms ease-out;
    transition: background 250ms ease-out,color 250ms ease-out,border 250ms ease-out;
}

a.button.primary {
    color: #fff;
    border: 2px solid #db0011;
    background: #db0011;
}

a.button.primary:focus, a.button.primary:hover {
	background: #af000d;
	border-color: #af000d;
    text-decoration: none;
    outline: 0;
}

@media only screen and (max-width : 40em) {

	.button-area {
		margin-top: 1em;
	}
}

/* Footer ---------------------------------------------------------------------------------------------------------------------- */
.footer-wrapper {
	width: 100%;
	height: auto;
	background: #000000;
	position: relative;
}

footer.transaction-site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.25em 3.125em;
	background: #404040;
}

footer.transaction-site p {
	font-size: .75em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

footer.transaction-site div.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

footer.transaction-site div.footer-right {
	width: 66px;
}

div.footer-right div.logos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 66px;
}

div.footer-right div.logos div.cpu-logo {
	width: 185px;
	height: 60px;
	padding-right: 1.875em;
}

div.footer-right div.logos div.cpu-logo img {
	margin: .9375em 0;
}

div.footer-right div.logos div.reach-logo {
	width: 66px;
	height: 60px;
}

div.footer-right div.logos div.reach-logo img {
	margin: .625em 0;
}

footer.links {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: .625em 3.125em;
	background: #14191f
}

footer.links div.footer-left {
	float: left;
	width: 80%;
}

footer.links div.footer-right {
	float: right;
	width: 20%;
	text-align: right;
}

footer.links ul {
	list-style: none;
	height: auto;
	margin: 0;
	padding: 0;
}

footer.links li {
	display: inline-block;
	line-height: normal;
	color: white;
	font-size: 0.8em;
	margin-right: .625em;
	line-height: 1.6;
}

footer.links p {
	color: white;
	font-size: 0.7em;
	margin: 0;
}

footer.links a {
	color: white;
	text-decoration: underline;
}

footer.links a:hover,
footer.links a.active,
footer.links li.selected a {
	text-decoration: none;
}

footer.information {
	background: #0f1317;
	text-align: center;
	padding: .5em;
}

footer.information p {
	font-size: .85em;
	color: #bbb;
	margin: .5em;
}

footer.information:last-child {
	margin: 0;
}

footer.information a {
	color: #db0011;
	text-decoration: underline;
}

footer.information a:focus,
footer.information a:hover {
	text-decoration: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Back to top */
a.scrollToTop {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 30px;
	height: 30px;
	bottom: 20px;
	right: 15px;
	color: white;
	background: #db0011;
	display: none;
	z-index: 9000;
	outline: none;
	border: none;
	-webkit-transition: background 0.2s ease-out;
	-moz-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	text-decoration: none;
	text-align: center;
	border-radius: 100%;
}

a.scrollToTop:before {
	display: block;
	font-family: 'Material-Design-Iconic-Font';
	font-size: 22px;
	line-height: 30px;
	opacity: .75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fc';
}

a.scrollToTop:hover {
	color: #db0011;
	background: #f3f3f3;
}

a.scrollToTop span {
	display: none;
}

@media only screen and (max-width : 80em) {

	footer.transaction-site {
		padding: 1.25em;
	}

	footer.links {
		padding: .9375em 1.25em;
	}
}

@media only screen and (max-width : 50.75em) {

	footer.transaction-site {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	footer.transaction-site div.footer-left {
		margin-bottom: 1.5em;
	}

	footer.transaction-site div.footer-left p {
		text-align: center;
	}

}

@media only screen and (max-width : 30em) {

	footer.links div.footer-left,
	footer.links div.footer-right {
		float: none;
		width: 100%;
		text-align: center;
	}

	footer.links div.footer-left {
		margin-bottom: 1em;
	}

}

/*===============================================================================================================================*/
/*                                                           PLUGINS.CSS                                                         */
/*===============================================================================================================================*/
/* Accordion =================================================================================================================== */
div.accordion {
    margin: 30px 0 0;
	padding: 0 1.25em;
}

div.accordion .dataTables_wrapper {
    padding: 0;
}

div.accordion + h2,
div.accordion + h3 {
    margin-top: 30px;
}

[data-accordion] [data-content] {
    overflow: hidden;
    max-height: 0;
}

.tabbed-content {
	padding: 10px 0 0;
}

[data-accordion] {
    line-height: 1;
}

[data-content] [data-accordion] {
    border: 0;
    padding: 0;
}

[data-accordion] [data-control] {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #aaa;
    cursor: pointer;
}

[data-accordion] > [data-control]:after {
    font-family: "Material-Design-Iconic-Font";
    content: "\f2f9";
    position: absolute;
    right: 5px;
    top: -5px;
    font-size: 1.5em;
    font-weight: 200;
    color: #db0011;
    width: auto;
}

[data-accordion].open > [data-control]:after {
    top: -5px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

[data-content] ul:last-of-type,
[data-content] p:last-child {
    margin-bottom: 20px;
}

[data-accordion] [data-content] [data-content] [data-content] {
    background: rgb(228, 255, 228);
}

@media only screen and (max-width : 90em){

	div.accordion {
		padding: 0;
	}
}

/* DataTables ------------------------------------------------------------------------------------------------------------------ */
div.table-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}

.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc,
.dataTable thead .sorting {
    cursor: pointer;
}

.dataTable thead .sorting {
    position: relative;
}

.dataTable thead .sorting span:after {
    position: relative;
}

.dataTable thead .sorting_asc {
    position: relative;
}

.dataTable thead .sorting_desc {
    position: relative;
}

.dataTable thead .sorting span:after,
.dataTable thead .sorting_asc span:after,
.dataTable thead .sorting_desc span:after {
    display: inline-block;
    position: absolute;
    top: -3px;
    right: 5px;
    font-family: 'Material-Design-Iconic-Font';
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #777;
}

.dataTable thead .sorting span:after {
    content: '\f312';
    color: #777;
    top: 8px;
}

.dataTable thead .sorting_asc span:after {
    content: '\f2f8';
    font-size: 3em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_desc span:after {
    content: '\f2f2';
    font-size: 3em;
    transform: scaleX(0.7);
}

.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin-top: 15px;
}

.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;
    color: #20fdfe;
    border: 1px solid transparent;
    font-size: 0.85em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: white;
    background-color: #20fdfe;
}

.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: #bbb;
    border: 1px solid transparent;
    background: #eee;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: white;
    background-color: #20fdfe;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.last {
    display: none;
}

.sorting_1 {
    outline: none;
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -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: #333333;
}

.dataTables_wrapper .dataTables_scroll {
    clear: both;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.dataTable tbody tr.clickable:hover {
    cursor: pointer;
}

@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;
    }
}

table.dataTable.dtr-inline.collapsed tbody td:first-child,
table.dataTable.dtr-inline.collapsed tbody th:first-child {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 6px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 22px;
    display: block;
    float: left;
    margin-right: 5px;
    color: #db0011;
    height: 18px;
    width: 18px;
    margin-top: -13px;
}

table.dataTable.dtr-inline.collapsed tbody .group_header td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.group_header.parent th:first-child:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
    content: '\f275';
}

table.dataTable.dtr-inline.collapsed tbody tr.parent td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody tr.parent th:first-child:before {
    content: '\f270';
}

table.dataTable.dtr-inline.collapsed tbody td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child.dataTables_empty:before {
    display: none;
}

table.dataTable.dtr-inline.collapsed tbody tr.child td:before {
    display: none;
}

table.dataTable.dtr-column tbody td.control,
table.dataTable.dtr-column tbody th.control {
    position: relative;
    cursor: default;
}

table.dataTable.dtr-column tbody td.control:before,
table.dataTable.dtr-column tbody th.control:before {
    top: 50%;
    left: 50%;
    height: 16px;
    width: 16px;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: white;
    border: 2px solid white;
    border-radius: 16px;
    text-align: center;
    line-height: 14px;
    box-shadow: 0 0 3px #444;
    box-sizing: content-box;
    content: "+";
    background-color: #31b131;
}

table.dataTable.dtr-column tbody tr.parent td.control:before,
table.dataTable.dtr-column tbody tr.parent th.control:before {
    content: "-";
    background-color: #d33333;
}

table.dataTable tr.child {
    padding: 0.5em 1em;
}

table.dataTable tr.child ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.dataTable tr.child ul li {
    border-bottom: none;
    padding: 0.5em 0;
}

table.dataTable tr.child ul li:first-child {
    padding-top: 0;
}

table.dataTable tr.child ul li:last-child {
    border-bottom: none;
}

table.dataTable tr.child span.dtr-title,
table.dataTable tr.child span.dtr-data {
    display: block;
    width: 100%;
    padding: 5px 0;
    text-align: left;
}

table.dataTable tr.child span.dtr-title {
    font-weight: bold;
}

table.dataTable tr.child span.dtr-data {
    padding: 0;
}