fb-form-drop-plus {
    .result-list {
        position: absolute;
        width: 100%;
        margin: -5px 0 0 0;
        z-index: 101;
    }

    .result-list small {
        font-weight: bold;
        margin: 3px 0;
        display: block;
    }

    &[no-label] {
        .result-list {
            margin: 0;
        }
    }

    .spinner {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .ui-match {
        font-weight: bold;
    }

    .fb-dropdown-menu.dropdown-menu {
        min-width: 100%;
        width: auto;
        margin-bottom: 15px;
    }

    &:hover .fb-form-control {
        padding-right: 25px;
    }
    /* För att slippa hoppandet
        &:hover .fb-form-group{
        width: calc(~"100% - " 25px);
    }*/
    .text {
        margin-right: 20px;
    }

    .closer {
        display: inline;
        position: absolute;
        right: 7px;
    }

    .fb-highlight {
        .closer {
            padding: 2px 3px;
        }
    }

    .last {
        border-top: 1px solid @fb-color-grey;
    }

    .fb-dropdown-menu {
        min-width: 100%;
        width: auto;
        max-height: 300px;
        overflow-y: auto;
    }

    :focus {
        outline: none;
    }
}