body {
    padding: 0;
    margin: 0;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a#skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    background: #fff;
    color: #06417e;
    padding: 8px 16px;
    z-index: 1000;
    text-decoration: none;
    border: 2px solid transparent;
    transition: top 0.3s;
}
a#skip-link:focus {
    top: 0;
    border: 2px solid #06417e;
    outline: none;
}

h1,
h2 {
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-style: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 20px;

}

h1 {
    font-size: 190%;
}

h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 120%;
}

a {
    text-decoration: underline;
}

.required {
    color: #AD0000;
    font-weight: bold;
}

div.dropdown {
    margin-bottom: 5px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

legend {
    font-size: unset;
    font-weight: unset;
    border-bottom: unset;
    margin-bottom: 5px;
}

.form-group label {
    font-weight: unset;
}

span.app-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-control,
input,
select,
textarea{
    border-color: #767676;
}

.panel-heading {
    font-weight: bold;
}

.ellipsis {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: pre-wrap;
    overflow: hidden;
}

.radio-inline,
.checkbox-inline{
    padding: 5px 0px 5px 50px;
}

.customreadonly {
    background-color: #eee;
    cursor: not-allowed;
}

.postcoder {
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    max-height: 300px;
    overflow-x: scroll;
    width: 100%;
}

.invalid {
    box-shadow: 0 0 1.5px 1px red;
}

.identity {
    margin-left: 4%;
}

.site-header {
    background-color: #E5EAF0;
    border-top: #194476 20px solid;
    border-bottom: #b2bbc6 1px solid;
    left: 0;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.site-header .identity__logo {
    height: 80px;
}

.icon {
    background-size: contain;
    display: block;
    height: 2.25rem;
    width: 2.25rem;
}

#content {
    width: 95%;
    margin: 45px auto 50px auto;
}

@media (min-width: 760px) {
    .site-header {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    #content {
        width: 60%;
        margin: 45px auto 50px auto;
    }

    .identity {
        width: 60%;
        margin: 0px auto 0px auto;
    }
}

.icon-logo {
    background-image: url('../img/dcc-logo.png');
    background-repeat: no-repeat;
    margin-top: 5px;
}

.bootstrap-autocomplete.dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

.dropdown-item {
    color: #000000;
}

button {
    min-width: 44px;
    min-height: 44px;
}
