/*============================================================
		CUSTOMISE COLOURS
============================================================*/

body {
	background-color: #f6f6f6;
}

div#container {
	background-color: #fff;
}

div#content-container {
	color: #4d4d4d;
	background-color: #fff;
}

/*
a {
	color: #30415B;
	text-decoration: underline;
}
*/

a:link {
	color: #f8421a;
	text-decoration: none;
}

a:visited {
	color: #f8421a;
	text-decoration: none;
}

a:hover {
	color: #f8421a;
	text-decoration: underline;
}

a:hover {
	color: #f8421a;
}


/*============================================================
	pageHeaderAlt (used with the page banner)
============================================================*/

.pageHeaderAlt {
	/*background-color: #FFA500;*/
	/*background-color: #FFAD33; */
	background-color: #FFB914; /* light orange */
}

.pageHeaderAlt table tr th {
	border-color: #FFB914;
	background-color: #FFB914;
	color: #FFF;
}

/*============================================================
		BREADCRUMB (the navbar background)
============================================================*/
/*--breadcrumb text colour, background colour--*/
div#breadcrumb {
	color: #000;
	/* background-color: #2DC5F4; */
	/* background-color: #ffffff; */
	/* background-color: #30415B; */
	background-color: #FFECBF; 
	/* background-color: #FFD699; */
}

/*============================================================
	DEFAULT DATA TABLE
============================================================*/
table {
	border: 1px solid #cccccc;
}
/*--table header border colour, background colour--*/
table tr th {
	background-color: #FFFAEF;
	border: 1px solid #FDEDCB;
}
/*--table cell border colours--*/
table tr td {
	border-bottom: 1px solid #FFECBF;
	border-right: 1px solid #FFECBF;
}

/*============================================================
		ERROR MESSAGES
============================================================*/

.error {
	color: white;
	background-color: #990000;
}

.button-secondary {
    color: darkgray;
}


/* table used in the input form */
table.form-table {
}
table.form-table th {
	background-color: #fffaef;
}
table.form-table td {
	background-color: transparent;
	/*background-color: #EFEBE7;*/
}

.aria-btn {
    color: #fff !important;
    background-color: #a6ce39 !important;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}