/* stylelint-disable */
/**************************************************************

	THE USE OF NEW COLOURS ARE NOT PERMITED. ONLY THE COLOURS LISTED IN THE BRAND IDENTITY ARE ALLOWED TO BE USED. 
    REFER BRAND IDENTITY POLICY. 
    /**************************************************************

	COLOUR STYLESHEET INDEXING
	|
	|
	|___ Backgrounds
	|___ Hyperlinks
    |___ Gold hyperlinks when used on smaller font
	|___ Table borders, Table headers
	    |___Grey
        |___Gold
        |___Copper
        |___Teal
	|___ Error Message Colours

**************************************************************/
/* ALLOWED TO BE USED ONLY AS BACKGROUND COLOURS */
/* USE THIS ONLY FOR HYPERLINKS */
/* GOLD HYPERLINKS HYPERLINKS - WHEN USED ON SMALLER FONT TO PASS AA */
/* USE THIS ONLY TO HIGHLIGHT'S IN TABLE */
/* USE THIS FOR TABLE BORDERS, TABLE HEADERS */
/* GREY */
/* GOLD */
/* COPPER */
/* TEAL */
/* COLOURS ALOOWED FOR ERROR MESSAGES ON FORMS */
/* Badge color */
/* Focus color */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
/* For overidding any css rules */
.toolbar-menu li.menu-item {
  padding-bottom: 0 !important;
}

/* Additoinal css rules pending to merge */
.anu-badge-black {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #000;
  color: #fff;
  border: none;
  line-height: 1.5em;
}

.anu-badge-tint {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 5px;
  margin-right: 5px;
  background: #be830e;
  color: #fff;
  border: none;
  line-height: 1.5em;
}

.react-none {
  display: none !important;
}

/*# sourceMappingURL=override.css.map */
