﻿/* Changes for WCAG compliance */
a {
    color: #2f558E;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    text-decoration: none;
}*/

/*.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}*/

html {
    font-size: 12pt;
}
    
/* Web form progress bar */
ol .progress li.incomplete {
    border-right: 1px solid #ccc;
}

ol.progress .list-group-item:last-child {
    border: none;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    color: #fff;
    background-color: #2f558E;
    border-color: #2f558E;
}

.list-group-item-success {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #2f8e45;
    color: #fff;
    border-right: 1px solid #fff;
}

/*Remove underline from buttons and menus*/

a.btn,
li.weblink a,
ul.dropdown-menu a,
ul.nav-tabs a {
    text-decoration: none;
}
ul.breadcrumb a {
    text-decoration: underline;
}
ul.breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}
.dropdown-toggle, .dropdown-toggle:hover, .dropdown-toggle:focus {
    text-decoration: none;
}

ul.menu-list a, ul.menu-list a:hover {
    text-decoration: none;
}

.dropdown-main-menu a, .dropdown-main-menu a:hover {
    text-decoration: none;
}

ul.nav a {
    text-decoration: none;
}