/*
    custom green colours from NHS branding
*/
a {
    color: #df006d;
    text-decoration: none;
}

.navbar-light .navbar-brand {
    color: #df006d;
    font-weight: bolder;
}

.card-title {
    color: #df006d;
    font-weight: bolder;
}

.text-primary {
    color: #df006d;
}

.bg-primary {
    color: #fff;
    background-color: #df006d;
}

.btn-primary {
    color: #fff;
    background-color: #df006d;
    border-color: #357ebd;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #df006d;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #df006d;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #df006d;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #df006d;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #df006d;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #df006d;
    cursor: pointer;
    border-radius: 0;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #df006d;
    outline: 0;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #df006d;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #df006d;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #df006d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #df006d;
    border-color: #df006d;
}

.label-primary {
    background-color: #df006d;
}

.label-success {
    background-color: #df006d;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #df006d;
    background-color: #fff;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #df006d;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #df006d;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #df006d;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #df006d;
    border-color: #df006d;
}

.panel-primary {
    border-color: #df006d;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #df006d;
    border-color: #df006d;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #df006d;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #df006d;
}

hr {
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #df006d; /* old IE */
    background-color: #df006d; /* Modern Browsers */
}

.leaflet-info-header {
    text-shadow: 0px 1px 1px rgba(255 255 255 0.6);
    margin: 0;
    height: 35px;
    padding: 5px 20px 5px 20px;
    display: block;
    line-height: 33px;
    font-size: 12.4pt;
    color: #fff;
    background-color: #df006d;
}