/* ================ CODE START ======================
Author: Keerti Rastogi (1 Nov, 2019)
Section: Global Header
==================================================== */

/*Skip to main content link*/
a.skip-main-A11y {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main-A11y:focus, a.skip-main-A11y:active {
    color: #fff;
    background-color: #0047ba;
    left: -27%;
    top: -9px;
    width: auto;
    height: 33px;
    margin: 5px 35%;
    padding: 3px;
    border-radius: 0px;
    border: 4px solid #5172B8;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
}

/* CC issue in the header notification circles */
.bg-red-A11y {
    background-color: #E21D12 !important;
}

/*Footer section issues */
.color-white-a11y {
    color: #ffffff !important;
}

/* CC issue on the Account Holder name */
.accountHolderName-A11y,
.panel-tabs .nav-tabs>li.active>a {
    color: #0047ba !important;
}

/* CC issue on the "Open" button under account detail section */
.label-A11y {
    background-color: #FFF !important;
    color: #0047ba;
}

/* CC issue on the Eye toggle button on few pages */
.amount-toggle-A11y, .header-panel-A11y{
	color: #FFF !important;
}

/* Account type header CC fixes for Notional DCFSA , FSA , HIA accounts */
.sa-panel-A11y .panel-heading{
	background-color: #005A64 !important;
}
.sa-panel-A11y a{
	color: #005A64 !important;
}
.theme-fsa .label-A11y{
	background-color: #FFF;
	color: #663ab6;
}
.theme-sa .header-panel-A11y{
	background-color: #005A64 !important;
	color: #FFF;
}
.theme-sa .label-A11y{
	background-color: #FFF;
	color: #005A64;
}
.theme-sa .bw-navbar .bw-navbar-collapse .navbar-nav-A11y>li.active>a{
	color: #005A64;
}
.theme-hia .bw-navbar .bw-navbar-collapse .navbar-nav-A11y>li.active>a,
.theme-hia a,
.theme-hia .bw-navbar .bw-navbar-collapse .navbar-nav>li .dropdown-menu>li>a {
	color: #2B579E;
}

.theme-hia header .header-panel, .theme-hia header[class] .header-panel,
.theme-hia .panel .btn.btn-primary {
	background-color:#2B579E;
	border-color:#2b579E;
}

/* ============ CODE START ==================
Author: Dhananjay (1 Nov, 2019)
Section: Home > After Login
Bug Id: A.21.1
Desc: Fixed CC issue
========================================== */
.clsAccountStatus-A11y{   
	background-color: #FFF;
	color: #0047ba !important;
}

/* ============ CODE START ==================
Author: Dhananjay (1 Nov, 2019)
Section: Home > After Login
Bug Id: A.21.4
Desc: Fixed CC issue
========================================== */
.clsCoverageLimit-A11y{
	color:#666666 !important;
}

/* ============ CODE START ==================
Author: Dhananjay (1 Nov, 2019)
Section: Home > After Login
Bug Id: A.25
Desc: Added class to hide label visibility
========================================== */
.text-hide-A11y {
	border: 0;
    clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Hidden Account Type Name */
#accountTypeLabel{
	display:none;
}

/* ============ CODE START ==================
Author: Kshama Srivastava (01-11-2019)
Section: Password
Bug Id: A.11
Desc: CSS to change Page title Color
========================================== */
.page-title-A11y {
    color: #333;
    font-size: 18px;
}

/* ============ CODE START ==================
Author: Kshama Srivastava (01-11-2019)
Section: Password
Bug Id: A.11.1
Desc: CSS to change Login button color
========================================== */
.btn-blue-A11y {
    background-color: #0047BA;
    border-color: #0047BA;
}

/* ============ CODE START ==================
Author: Kshama Srivastava (01-11-2019)
Section: Password
Bug Id: A.11.2
Desc: CSS to change Forget Your Password color
========================================== */
.block-xs-A11y a {
    color: #0047BA;
}

/* ============ CODE START ==================
Author: Kshama Srivastava (01-11-2019)
Section: Password
Bug Id: A.11.3, A.11.4
Desc: CSS to change Footer T&C , PP Link color & background color
========================================== */
.right-A11y a {
    color: #0047BA;
}
.section-top-A11y{
	background-color:#F1F1F1 !important;
	font-size: 13px;
}

/*!
 * Accessibility Remediations
 * version : 1.0
 * Author: Chidvilash & Team (1 Nov, 2019)
 */
.grey-color-A11y{
    color: #333333 !important;
}

.heading-color-A11y {
    color: #737373;
}


/* ============ CODE START ==================
Author: Mohd Faiz (01-11-2019)
Section: My Profile
Bug Id: A.130, A.132
Desc: CSS to fix heading font style
========================================== */
.label-headfont-A11y{
    font-size: 18px !important;
}

.label-subheadfont-A11y{
    font-size: 14px !important;
    margin-top: 7px !important;
    margin-bottom: 7px !important;
}

/* ============ CODE START ==================
Author: Dhananjay (05-11-2019)
Section: My Profile > Edit Phonenumber
Bug Id: A.151.19
Desc: changed the color of button.
========================================== */
.heading-color-A11y {
    color: #737373;
}

/* ============ CODE START ==================
Author: Dhananjay (05-11-2019)
Section: My Profile > Edit Phonenumber
Bug Id: A.151.5
Desc: changed the color of button.
========================================== */
.selectpicker-A11y button.btn-default span.pull-left,
.form-control button.btn {
    color: #333;
}

/* ============ CODE START ==================
Author: Dhananjay (07-11-2019)
Section: My Profile_Edit_Phone_Number
Bug Id: A.21.2
Desc: Fixing CC issue in Slick header
========================================== */
#notesBody1.grey-color-A11y .alert-heading,
#notesBody2.grey-color-A11y .alert-heading,
.alert-heading-A11y {
	background-color: #CD4A44 !important;
}

/*!
* Accessibility Remediations
* version : 1.0
* Author: Chidvilash & Team (11 Nov, 2019)
*/
.color-red-A11y{
       color: #E21D12 !important;
}

/* ============ CODE START ==================
Author: Dhananjay (07-11-2019)
Section: My Profile_Edit_Phone_Number
Bug Id: A.21.2
Desc: Fixing CC issue in Slick header
========================================== */
.grey-color-A11y .bootstrap-select button{
	color: #333 !important; 
}

/* ============ CODE START ==================
Author: Dhananjay (07-11-2019)
Section: My Profile_Edit_Phone_Number
Bug Id:  New Bug on Edit Phone Page.
Desc: Fixing CC issue in Error Meesage
========================================== */
.warningAlertText-A11y{
	color:#8A2E00;
}


/* ============ CODE START ==================
Author: Kshama (25-11-2019)
Section: My Profile
Bug Id:  CCA bug From Notional Accounts
Desc: Fixing CC issue of Edit Button
========================================== */
.bg-azure-A11y a {
    background-color: #005A64 !important;
    border-color: #005A64 !important;
}
