#abstracts > .selectbox;

&.reform-selectbox-fake {
    .no-rounded-corners;
    .outline;

    box-sizing       : content-box;
    width            : 170px;
    min-height       : 18px;
    padding          : 0 17px 0 5px;
    background-color : #373737;
    color            : @fontColor;

    &:after { right: 5px; }

    &.disabled {
        color: @disabledColor;

        &:after {
            .arrow-down(@disabledColor);

            right: 5px;
        }
    }

    .selected-item {
        font-family : @inputFontFamily;
        height      : 18px;
        line-height : 18px;
    }
}

&.reform-selectbox-ui {
    .item-label { font-weight: 800; }
}
