/* Active Payments MMS custom styling   */
/* ============================ */

/* Font declaration. */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../../libs/fonts/source-sans-pro/source-sans-pro-v13-latin-regular.woff2) format('woff2');
}

/* CLASSES */

/* All buttons and A links*/
.button {
	color: #5bc5f2 !important;
}

/* Specifying font attributes */
html, body, h1 {
	font-family: 'Source Sans Pro', sans-serif !important;
}

/* Filter window on transactions.php page*/
DIV.filter {
	background-color: #5bc5f2;
	color: #020202;
	border-radius: 12px;
	padding: 15px !important;
}

/* accounts drop down menu unselected text */
.ms-parent {
	text-decoration-color: #333333 !important;
}

/* Transactions table at bottom of page. */
TABLE.transactions TH {
	background-color: #312783 !important;
	color: #FFFFFF !important;
}

/* 'Show Advanced Filters' link in customer-invoices.php */
.likeLink {
	color: #f8f8f8 !important;
}


/* Generic buttons*/
.ui-button {
	background: #312783 !important;
	border: solid 2px #312783 !important;
	color: #ffffff !important;
}

/* sortable list items */
.ui-sortable, li {
	color: #333333 !important;
}

/* ID TAGS*/

/* Transaction pop up overlay */
#cboxOverlay {
	background: url(../img/colorbox/overlay-alt.png) repeat 0 0 !important;
}

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

/*  Navigation bar wrapper */
#global-wrapper{
	background: url(../img/activepayments/body.jpg) repeat-x white !important;
}



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

UL#globalnav {
	margin: 18px 0 30px 0 !important
}
/* Text for advanced filters toggling*/
#advanced-filter-toggle {
	color: #000000 !important;
}

/* Support box upper right text colour etc. */
#supportbox a {
	color: #000000 !important;
}

#supportbox .supportbox-user {
    	position: absolute;
    	bottom: 0;
    	right: 0;
    	white-space: nowrap;
	color: #ffffff;
	font-weight: bold;
}


