﻿/*
=============================================
GLOBAL ADA COMPLIANCE CSS 
 fixes contrast ERRORS
=============================================
*/

/*  Red color contrast */
span[style*="color: Red"],
span[style*="color:Red"],
span[style*="color:#FF0000"],
span[style*="color: red"] {
    color: #CC0000 !important;
}

/*  low contrast gray placeholder text */
.riTextBox.riEmpty[style*="color: rgb(138, 138, 138)"],
input.riTextBox.riEmpty[style*="color: rgb(138, 138, 138)"] {
    color: #666666 !important;
}

/* Fix version label contrast - rgb(51, 51, 51) on rgb(114, 102, 219) */
.version-label,
span.version-label {
    color: #FFFFFF !important;
    background-color: #5A4BB8 !important;
}
