


.dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    display: block;
    float: none;
    min-width: 0;
    padding: 0;
    margin: 0;
    font-size: inherit;
    text-align: inherit;
    list-style: inherit;
    background-color: inherit;
    -webkit-background-clip: initial;
    background-clip: initial;
    border: inherit;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
    color: #006dbf;
    text-decoration: inherit;
}

link + form > .row {
    margin-right: -15px;
    margin-left: -15px
}

.row {
    margin-left: auto;
    margin-right: auto;
}

.header--main > .row + .row {
    justify-content: flex-start     
}

.required-field.form-group .checkbox:after {
    content: '';
}

.radio table tbody tr td,
.checkbox table tbody tr td {
    padding-left:.5rem;
}

.has-feedback .input-group select.form-control {
    padding-right: 20px;
}

.form-group .row {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.form-group .row .input-group .input-group-addon {
    display: none;
}

a {
    text-decoration: underline;
}