@font-face {
	font-family: "Inter";
	src: url("/libs/fonts/Inter/Inter-Regular.ttf");
}

html, body {
	font-family: 'Inter' !important;
}

/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url('../img/pxpfinancial/indent.png') no-repeat center top;
}

/* Navigation bar wrapper */
#global-wrapper {
	background: url('../img/pxpfinancial/body.png') repeat-x white;
}

/* Menu links */
#globalnav li a {
	color: #FBFBFB;
}

/* Generic buttons*/
.ui-button {
	border-radius: 15px !important;
	background: #292CF5 !important;
	border: solid 1px #373737 !important;
	color: #FBFBFB !important;
}

.ui-button:hover {
	background: #1A1DB7 !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #FBFBFB !important;
}

/* Support box */
#supportbox A {
	color: #000000 !important;
}

#supportbox {
	font-weight: bold;
	color: #000000 !important;
}

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #09090C;
	border-radius: 0px;
	border: none;
	padding: 15px !important;
	color: #FBFBFB;
}

TABLE.transactions TH {
	background-color: #09090C !important;
	color: #FBFBFB !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 60px;
}

#branding {
	margin: 7px 0px 0px 0px;
}

td.tx-state.bgAmber.tooltip div small,
td.tx-state.bgRed.tooltip div small,
td.tx-state.bgGreen.tooltip div small,
td.tx-state.bgGrey.tooltip div small {
	display: none;
}

td.tx-state.bgAmber.tooltip,
td.tx-state.bgRed.tooltip,
td.tx-state.bgGreen.tooltip,
td.tx-state.bgGrey.tooltip {
	background-color: none;
}

DIV.trafficLightGreen {
	background: url(../img/pxpfinancial/traffic-light-green.png);
}

DIV.trafficLightAmber {
	background: url(../img/pxpfinancial/traffic-light-amber.png);
}

DIV.trafficLightRed {
	background: url(../img/pxpfinancial/traffic-light-red.png);
}

DIV.trafficLightGrey {
	background: url(../img/pxpfinancial/traffic-light-grey.png);
}
