.form-check-inline {
    padding-left: 25px !important;
    margin-top: 0.3rem;
}

#unit-type-feedback {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #d92550;
}

.form-control.is-valid:focus,
.was-validated :valid.form-control,
.custom-control-input:valid~.custom-control-label {
    border-color: #ced4da !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #1976d4;
}

.validationerr {
    border-color: #ef083f !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}

/* The container <div> - needed to position the dropdown content */
/*#search {
position: relative;
display: none;
}*/

/* Dropdown Content (Hidden by Default) */
#search,
#searcher,
#searchdl,
#searchpc,
#searchgd {
    /*display: none;*/
    width: 100%;
    margin-top: 70px;
    text-align: left;
    position: absolute;
    background-color: #ffffff;
    /* min-width: 230px; */
    border: 1px solid #ddd;
    z-index: 9999;
    overflow-y: auto;
    max-height: 300px;
}

/* Links inside the dropdown */
#search a,
#searchdl a,
#searchpc a,
#searchgd a,
#searcher a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
#search a:hover,
#searchdl a:hover,
#searchpc a:hover,
#searchgd a:hover,
#searcher a:hover {
    background-color: #f1f1f1
}