/* 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 */
.msg-inline {
  border: 1px solid #000;
  padding: 4px 25px;
  background-repeat: no-repeat !important;
  background-position: 5px 5px !important;
}

.msg-error {
  background-color: #ffe3e3;
  border-color: #f00 !important;
  background-image: url("../../../images/icons/cross.gif");
}

.msg-warn {
  background: #fff9e6;
  border-color: #fc3 !important;
  background-image: url("../../../images/icons/error.gif");
}

.msg-info {
  background: #edf3fe;
  border-color: #69f !important;
  background-image: url("../../../images/icons/information.gif");
}

.msg-success {
  background: #effada;
  border-color: #bfe498 !important;
  background-image: url("../../../images/icons/tick.gif");
}

.msg-error-inline,
.msg-warn-inline,
.msg-info-inline,
.msg-success-inline,
.msg-error,
.msg-warn,
.msg-info,
.msg-success {
  border: 1px solid black;
  padding: 4px 25px;
  background-repeat: no-repeat !important;
  background-position: left 5px center !important;
  overflow: auto;
}

.msg-error-inline h1,
.msg-warn-inline h1,
.msg-info-inline h1,
.msg-success-inline h1,
.msg-error-inline h2,
.msg-warn-inline h2,
.msg-info-inline h2,
.msg-success-inline h2,
.msg-error-inline h3,
.msg-warn-inline h3,
.msg-info-inline h3,
.msg-success-inline h3,
.msg-success h2,
.msg-info h2,
.msg-warn h2,
.msg-error h2,
.msg-success h1,
.msg-info h1,
.msg-warn h1,
.msg-error h1,
.msg-success h3,
.msg-info h3,
.msg-warn h3,
.msg-error h3 {
  color: #333333;
}

.anuform input.text.required.msg-warn {
  padding: 4px 0;
  background-color: #fff9e6;
  border-color: #fc3;
  background-position: right center !important;
}

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