/* Addresses header tab contrast issue: Background and foreground colors do not have a sufficient contrast ratio. */
.navbar-default .navbar-nav>li>a {
    color: #717171;
}

/*Removes empty <a> tag from title*/
#topbar > li:nth-child(1) > a {
    display: none;
}

span.help-block {
    color: #707070;
}

.irs--shiny .irs-from, .irs--shiny .irs-to, .irs--shiny .irs-single {
    background-color: #1c74bf;
}

.checkbox, .radio {
    padding: 5px;
}

/*24px satisfies requirement: Touch targets do not have sufficient size or spacing.*/
input[type=checkbox], input[type=radio] {
    width: 16px;
    height: 16px;
}

*:focus {
  outline: 2px solid #1976d2 !important;
  outlineOffset: 2px !important;
}
