﻿.tabular-select-item
{
    width: 100%;
}

    .tabular-select-item > div
    {
        float: left;
        min-height: 47px;
        padding: 8px;
    }

        .tabular-select-item > div:last-of-type
        {
            margin-right: 0;
        }

        .tabular-select-item > div .value-label
        {
            display: block;
            white-space: nowrap;
            color: #428bca;
            line-height: 1;
            font-size: 10px;
            margin-bottom: 3px;
        }

.tabular-select-item.single-display-value
{
    border: 1px solid #ddd;
}

.select2-highlighted .tabular-select-item > div .value-label
{
    color: #e2f2ff;
}

.tabular-select-container .select2-choice
{
    min-height: 47px;
    height: auto;
    line-height: inherit;
    padding-left: 0;
}

    .tabular-select-container .select2-choice .select2-search-choice-close,
    .tabular-select-container .select2-choice .select2-arrow
    {
        line-height: 47px;
    }

.tabular-select-dropdown .select2-results .select2-result
{
    border-top: 1px solid #ddd;
}

    .tabular-select-dropdown .select2-results .select2-result:first-of-type
    {
        border-top: none;
    }

    .tabular-select-dropdown .select2-results .select2-result:nth-child(odd)
    {
        background-color: #F9F9F9;
    }

    .tabular-select-dropdown .select2-results .select2-result.select2-highlighted
    {
        background-color: #3875d7;
    }

    .tabular-select-dropdown .select2-results .select2-result .select2-result-label
    {
        padding: 0;
    }
