﻿.dropdown input.long-field {
    width: 280px;
}

.dropdown-wrapper {
    border-radius: 0;
    overflow: hidden;
    padding-top: 0;
}

    .dropdown-wrapper.multi-select {
        padding: 0 0 5px 0;
    }

    .dropdown-wrapper .button-group {
        width: 100%;
        height: 34px;
        padding: 3px 10px;
        //position: absolute;
        //bottom: 8px;
        //left: 10px;
    }

        .dropdown-wrapper .button-group button {
            font-size: 12px;
            padding: 0 10px;
        }

    .dropdown-wrapper.dropdown-menu.open-left {
        right: 0;
        left: auto;
    }

.filter-dropdown .dropdown-menu ul {
    width: 280px;
    min-height: 32px;
    max-height: calc(15 * 32px + 15px);
    border-radius: 0;
    padding: 0;
    overflow: hidden;
}

    .filter-dropdown .dropdown-menu ul li {
        margin-bottom: 0;
        padding: 0px 15px 5px 8px;
        cursor: pointer;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
    }

        .filter-dropdown .dropdown-menu ul li:hover {
            background: #eee;
        }

.marked-element {
    background: #eee;
}

.filter-dropdown ul.two-column-dropdown {
    width: 500px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
}

.filter-dropdown ul.three-column-dropdown {
    width: 750px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    column-gap: 1px;
}

.selected-item {
    background: #f5f5f5;
    color: #778899;
}

.filter-dropdown .dropdown-menu ul li.selected-item:hover {
    //background: #B32020;
}

.ls-button.ls-button-confirm {
    background: #5cb85c;
    border-color: #5cb85c;
    -webkit-box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
    -moz-box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
    box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
}

    .ls-button.ls-button-confirm:hover {
        background: #36C736;
    }

.checked-field {
    width: 20px;
    max-width: 20px;
    padding: 0;
    text-align: left;
    border-right: 0;
    display: inline-block;
}

    .checked-field span {
        margin: 0;
        font-size: 10px;
    }

.footer-menu {
    width: 100%;
    height: 24px;
    background: #778899;
    color: #fff;
    padding: 3px 10px;
    text-align: right;
    margin-bottom: -5px;
}

    .footer-menu span:hover {
        cursor: pointer;
        opacity: 0.6;
    }

    .footer-menu span.disabled {
        cursor: inherit;
        opacity: 0.2;
    }


@media screen and (max-width: 1450px) {
    .dropdown input.long-field {
        width: 200px;
    }
}
