@font-face {
	font-family: "Inter";
	src: url("/libs/fonts/Inter/Inter-Regular.ttf");
}

/* list horizontal links on navbar*/
#globalnav LI A.active {
	background: url(../img/g2pay/indent.png) no-repeat center top;
}

/*  Navigation bar wrapper */
#global-wrapper {
	background: url(../img/g2pay/body.png) repeat-x white;
}

/* Menu links */
#globalnav li a {
	color: #FFFFFF;
	font-family: "Inter";
	font-weight: bold;
}

/* Menu links */
#globalnav li a:hover {
	color: #F45F2A;
}

#transaction-filter-form .ui-button {
	width: 160px !important;
}

/* Generic buttons*/
.ui-button {
	background: #F45F2A !important;
	border: solid 1px #727272 !important;
	color: #FFFFFF !important;
	font-family: "Inter" !important;
	font-weight: bold !important;
	border-top-right-radius: 16px !important;
	border-top-left-radius: 16px !important;
	border-bottom-right-radius: 16px !important;
	border-bottom-left-radius: 16px !important;
}

/* Hyperlink in filter window */
#a, .likeLink {
	color: #FFFFFF !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: #F45F2A;
	border-radius: 12px;
	border: 0.5px solid rgb(123, 123, 123);
	padding: 15px !important;
	color: #FFFFFF;
}

TABLE.transactions TH {
	background-color: #F45F2A !important;
	color: #FFFFFF !important;
}

UL#globalnav {
	margin: 25px 0 30px 0;
}

#branding img {
	height: 45px;
}

#branding {
	margin: 18px 0 0 0;
}

