﻿/*This list is all about overriding UI kit stuff to make the page accessible*/ 

a {
    text-decoration: underline!important;
}

.nav-section .navbar .nav {
     background-color: #ffffff!important;
 }
.nav-section .navbar{
    background-color: #ffffff!important;
}

.nav-global .nav-collapse .nav a:hover{
    color:#ffffff!important;
}

.nav>li>a:hover, .nav>li>a:focus {
    color:#000000!important;
}

.skip-content {
    display: inline-block;
    margin: 6px 0 0 30px;
    background-color: #fff;
    position: absolute;
    left: -9999em;
}

.skip-content:focus {
    left: 0px;
    padding: 5px;
    z-index: 10;
    outline: 12px solid #fff;
    background-color: #fff;
    text-decoration: underline;
}

.btn-success{
    background-color: #00875A!important;
}

.progress .bar.bar-success {
    background-color: #00875A!important;
}

.bold {
    font-weight : 700;
}

.hidden-text {
    display: none;
    font: 0/0 a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #D63E50!important;
}

.alert.alert-success{
    font-size:large;
    background-color: #00875A!important;
}