﻿/*!
* select2-skins
* Released under MIT. Copyright 2014 Mienard Lumaad
* http://ui.themepixels.com/select2-skins
*
* Github Repository: https://github.com/themepixels/select2-skins
*
*/

.tpx-select2-container {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
}

    .tpx-select2-container .select2-choice {
        height: 34px;
        background-image: none;
        border-radius: 3px;
        border-color: rgba(0,0,0,0.2);
    }

        .tpx-select2-container .select2-choice > .select2-chosen {
            line-height: 30px;
            font-size: 14px;
            margin-right: 34px;
        }

        .tpx-select2-container .select2-choice .select2-arrow {
            background-image: none;
            background-color: #fff;
            width: 30px;
            border-left-color: rgba(0,0,0,0.2);
        }

            .tpx-select2-container .select2-choice .select2-arrow b {
                display: none;
            }

            .tpx-select2-container .select2-choice .select2-arrow:before {
                position: absolute;
                width: 28px;
                content: '\f078';
                font-family: 'FontAwesome';
                font-size: 12px;
                text-align: center;
                line-height: 32px;
                opacity: .5;
            }

    .tpx-select2-container.select2-dropdown-open .select2-choice {
        background-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow {
            border-left: 1px solid rgba(0,0,0,0.2);
        }

            .tpx-select2-container.select2-dropdown-open .select2-choice .select2-arrow:before {
                content: '\f077';
                opacity: .7;
            }

    .tpx-select2-container.select2-dropdown-open.select2-container-active .select2-choice {
        box-shadow: none;
    }

    .tpx-select2-container.select2-dropdown-open.select2-drop-above .select2-choice {
        background-image: none;
        border-top: 1px solid rgba(0,0,0,0.3);
        border-radius: 0 0 3px 3px;
    }

    .tpx-select2-container.select2-container-active .select2-choice {
        border-color: rgba(0,0,0,0.3);
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
    }

        .tpx-select2-container.select2-container-active .select2-choice .select2-arrow {
            border-left-color: rgba(0,0,0,0.3);
        }

    .tpx-select2-container .select2-drop-active {
        border-color: rgba(0,0,0,0.3);
    }

    .tpx-select2-container.select2-container-disabled .select2-choice .select2-arrow {
        border-left: 1px solid rgba(0,0,0,0.1);
    }

    .tpx-select2-container.select2-container-multi .select2-choices {
        min-height: 34px;
        background-image: none;
        border-color: rgba(0,0,0,0.2);
        border-radius: 3px;
    }

        .tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice {
            position: relative;
            border-color: rgba(0,0,0,0.2);
            background-image: none;
            box-shadow: none;
            font-size: 13px;
            background-color: #f7f7f7;
            border-radius: 2px;
            padding-top: 4px;
            padding-bottom: 4px;
            line-height: 16px;
            margin-left: 3px;
            margin-bottom: 0;
        }

            .tpx-select2-container.select2-container-multi .select2-choices .select2-search-choice:before {
                position: absolute;
                top: 4px;
                left: 5px;
                font-family: 'FontAwesome';
                content: '\f00d';
                z-index: 5;
                font-size: 11px;
            }

        .tpx-select2-container.select2-container-multi .select2-choices .select2-search-field input {
            font-family: 'Helvetica Neue',Helvetica,sans-serif;
            font-size: 14px;
            margin: 0;
            padding-left: 8px;
            line-height: 21px;
        }

    .tpx-select2-container.select2-container-multi.select2-container-active .select2-choices {
        box-shadow: 0 0 3px rgba(0,0,0,0.2);
        border-color: rgba(0,0,0,0.3);
    }

    .tpx-select2-container.select2-container-multi.select2-container-active.select2-dropdown-open .select2-choices {
        border-radius: 3px 3px 0 0;
    }

    .tpx-select2-container.select2-container-multi.select2-container-active.select2-drop-above .select2-choices {
        border-radius: 0 0 3px 3px;
    }

    .tpx-select2-container .select2-search-choice-close {
        top: 5px;
        background: none;
        z-index: 10;
    }

.tpx-select2-drop {
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    border-color: rgba(0,0,0,0.3);
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    border-top: 1px solid rgba(0,0,0,0.3);
    border-radius: 0 0 3px 3px;
}

    .tpx-select2-drop .select2-search {
        padding-top: 5px;
        position: relative;
    }

        .tpx-select2-drop .select2-search input {
            background-color: #fff;
            background-image: none;
            border-color: rgba(0,0,0,0.3);
            font-size: 14px;
            padding: 7px 20px 7px 5px;
        }

        .tpx-select2-drop .select2-search:after {
            position: absolute;
            font-family: 'FontAwesome';
            content: '\f002';
            top: 10px;
            right: 12px;
            font-size: 15px;
            opacity: .5;
        }

    .tpx-select2-drop .select2-results {
        font-size: 14px;
    }

        .tpx-select2-drop .select2-results li {
            line-height: 1.42857;
        }

        .tpx-select2-drop .select2-results .select2-highlighted {
            background-color: #428bca;
            border-radius: 2px;
        }

    .tpx-select2-drop.select2-drop-above {
        border-radius: 3px 3px 0 0;
        border-bottom: 1px solid rgba(0,0,0,0.3);
    }

        .tpx-select2-drop.select2-drop-above .select2-search input {
            margin-top: 0;
        }

        .tpx-select2-drop.select2-drop-above.select2-drop-active {
            border-top-color: rgba(0,0,0,0.3);
        }

.select2-container-lg .select2-choice {
    height: 46px;
    padding-left: 12px;
}

    .select2-container-lg .select2-choice .select2-arrow {
        width: 40px;
    }

        .select2-container-lg .select2-choice .select2-arrow:before {
            width: 38px;
            font-size: 17px;
            top: 6px;
        }

    .select2-container-lg .select2-choice > .select2-chosen {
        font-size: 16px;
        line-height: 44px;
    }

.select2-container-lg.select2-container-multi .select2-choices {
    min-height: 46px;
}

    .select2-container-lg.select2-container-multi .select2-choices .select2-search-field input {
        font-size: 16px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 10px;
    }

    .select2-container-lg.select2-container-multi .select2-choices .select2-search-choice {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        padding-left: 25px;
        font-size: 15px;
    }

        .select2-container-lg.select2-container-multi .select2-choices .select2-search-choice:before {
            top: 10px;
            left: 8px;
        }

.select2-container-lg.select2-container-multi .select2-search-choice-close {
    top: 12px;
    left: 8px;
}

.select2-container-sm .select2-choice {
    height: 30px;
}

    .select2-container-sm .select2-choice .select2-arrow {
        width: 28px;
    }

        .select2-container-sm .select2-choice .select2-arrow:before {
            line-height: 26px;
            width: 26px;
            font-size: 10px;
        }

    .select2-container-sm .select2-choice > .select2-chosen {
        font-size: 12px;
        line-height: 26px;
    }

.select2-container-sm.select2-container-multi .select2-choices {
    min-height: 30px;
}

    .select2-container-sm.select2-container-multi .select2-choices .select2-search-field input {
        padding-bottom: 3px;
        padding-top: 3px;
        font-size: 12px;
        padding-left: 8px;
    }

    .select2-container-sm.select2-container-multi .select2-choices .select2-search-choice {
        font-size: 11px;
        line-height: 12px;
    }

.select2-container-sm.select2-container-multi .select2-search-choice-close {
    top: 3px;
}

.select2-drop-sm .select2-search input {
    font-size: 12px;
}

.select2-drop-sm .select2-results {
    font-size: 12px;
}

.tpx-select2-container.select2-error .select2-choice {
    border-color: #c00;
    background-color: #fff;
    box-shadow: none;
    color: #333;
}

    .tpx-select2-container.select2-error .select2-choice .select2-arrow {
        border-left-color: #c00;
        background-color: #fff;
        color: #333;
    }

.tpx-select2-container.select2-error .select2-default .select2-chosen {
    color: rgba(51,51,51,0.5);
}

.tpx-select2-container.select2-error.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #b30000;
    background-color: #fff;
    color: #333;
}

    .tpx-select2-container.select2-error.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(51,51,51,0.5);
    }

.tpx-select2-container.select2-error.select2-container-active .select2-choice {
    border-color: #a80000;
}

    .tpx-select2-container.select2-error.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #a80000;
    }

.tpx-select2-drop.select2-error {
    border-color: #a80000;
    background-color: #fff;
}

    .tpx-select2-drop.select2-error .select2-search input {
        border-color: #a80000;
    }

    .tpx-select2-drop.select2-error .select2-results {
        color: #333;
    }

    .tpx-select2-drop.select2-error .select2-highlighted {
        background-color: #ccc;
    }

.tpx-select2-container.select2-success .select2-choice {
    border-color: #3c763d;
    background-color: #fff;
    box-shadow: none;
    color: #333;
}

    .tpx-select2-container.select2-success .select2-choice .select2-arrow {
        border-left-color: #3c763d;
        background-color: #fff;
        color: #333;
    }

.tpx-select2-container.select2-success .select2-default .select2-chosen {
    color: rgba(51,51,51,0.5);
}

.tpx-select2-container.select2-success.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #336534;
    background-color: #fff;
    color: #333;
}

    .tpx-select2-container.select2-success.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(51,51,51,0.5);
    }

.tpx-select2-container.select2-success.select2-container-active .select2-choice {
    border-color: #305e31;
}

    .tpx-select2-container.select2-success.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #305e31;
    }

.tpx-select2-drop.select2-success {
    border-color: #305e31;
    background-color: #fff;
}

    .tpx-select2-drop.select2-success .select2-search input {
        border-color: #305e31;
    }

    .tpx-select2-drop.select2-success .select2-results {
        color: #333;
    }

    .tpx-select2-drop.select2-success .select2-highlighted {
        background-color: #ccc;
    }

.tpx-select2-container.select2-warning .select2-choice {
    border-color: #c0753b;
    background-color: #fff;
    box-shadow: none;
    color: #333;
}

    .tpx-select2-container.select2-warning .select2-choice .select2-arrow {
        border-left-color: #c0753b;
        background-color: #fff;
        color: #333;
    }

.tpx-select2-container.select2-warning .select2-default .select2-chosen {
    color: rgba(51,51,51,0.5);
}

.tpx-select2-container.select2-warning.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #ac6935;
    background-color: #fff;
    color: #333;
}

    .tpx-select2-container.select2-warning.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(51,51,51,0.5);
    }

.tpx-select2-container.select2-warning.select2-container-active .select2-choice {
    border-color: #a56433;
}

    .tpx-select2-container.select2-warning.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #a56433;
    }

.tpx-select2-drop.select2-warning {
    border-color: #a56433;
    background-color: #fff;
}

    .tpx-select2-drop.select2-warning .select2-search input {
        border-color: #a56433;
    }

    .tpx-select2-drop.select2-warning .select2-results {
        color: #333;
    }

    .tpx-select2-drop.select2-warning .select2-highlighted {
        background-color: #ccc;
    }

.tpx-select2-container.select2-grey .select2-choice {
    border-color: #ccc;
    background-color: #eee;
    box-shadow: none;
    color: #333;
}

    .tpx-select2-container.select2-grey .select2-choice .select2-arrow {
        border-left-color: #ccc;
        background-color: #eee;
        color: #333;
    }

.tpx-select2-container.select2-grey .select2-default .select2-chosen {
    color: rgba(51,51,51,0.5);
}

.tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #bfbfbf;
    background-color: #eee;
    color: #333;
}

    .tpx-select2-container.select2-grey.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(51,51,51,0.5);
    }

.tpx-select2-container.select2-grey.select2-container-active .select2-choice {
    border-color: #bababa;
}

    .tpx-select2-container.select2-grey.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #bababa;
    }

.tpx-select2-drop.select2-grey {
    border-color: #bababa;
    background-color: #eee;
}

    .tpx-select2-drop.select2-grey .select2-search input {
        border-color: #bababa;
    }

    .tpx-select2-drop.select2-grey .select2-results {
        color: #333;
    }

    .tpx-select2-drop.select2-grey .select2-highlighted {
        background-color: #bbb;
    }

.tpx-select2-container.select2-darkgrey .select2-choice {
    border-color: #555;
    background-color: #666;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-darkgrey .select2-choice .select2-arrow {
        border-left-color: #555;
        background-color: #666;
        color: #fff;
    }

.tpx-select2-container.select2-darkgrey .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-darkgrey.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #484848;
    background-color: #666;
    color: #fff;
}

    .tpx-select2-container.select2-darkgrey.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-darkgrey.select2-container-active .select2-choice {
    border-color: #434343;
}

    .tpx-select2-container.select2-darkgrey.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #434343;
    }

.tpx-select2-drop.select2-darkgrey {
    border-color: #434343;
    background-color: #666;
}

    .tpx-select2-drop.select2-darkgrey .select2-search input {
        border-color: #434343;
    }

    .tpx-select2-drop.select2-darkgrey .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-darkgrey .select2-highlighted {
        background-color: #333;
    }

.tpx-select2-container.select2-lightblue .select2-choice {
    border-color: #bce8f1;
    background-color: #ebf6fc;
    box-shadow: none;
    color: #31708f;
}

    .tpx-select2-container.select2-lightblue .select2-choice .select2-arrow {
        border-left-color: #bce8f1;
        background-color: #ebf6fc;
        color: #31708f;
    }

.tpx-select2-container.select2-lightblue .select2-default .select2-chosen {
    color: rgba(49,112,143,0.5);
}

.tpx-select2-container.select2-lightblue.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #a7e1ed;
    background-color: #ebf6fc;
    color: #31708f;
}

    .tpx-select2-container.select2-lightblue.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(49,112,143,0.5);
    }

.tpx-select2-container.select2-lightblue.select2-container-active .select2-choice {
    border-color: #9edeeb;
}

    .tpx-select2-container.select2-lightblue.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #9edeeb;
    }

.tpx-select2-drop.select2-lightblue {
    border-color: #9edeeb;
    background-color: #ebf6fc;
}

    .tpx-select2-drop.select2-lightblue .select2-search input {
        border-color: #9edeeb;
    }

    .tpx-select2-drop.select2-lightblue .select2-results {
        color: #31708f;
    }

    .tpx-select2-drop.select2-lightblue .select2-highlighted {
        background-color: #92ceef;
    }

.tpx-select2-container.select2-blue .select2-choice {
    border-color: #2e83cf;
    background-color: #3f8cd3;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-blue .select2-choice .select2-arrow {
        border-left-color: #2e83cf;
        background-color: #3f8cd3;
        color: #fff;
    }

.tpx-select2-container.select2-blue .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-blue.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #2976ba;
    background-color: #3f8cd3;
    color: #fff;
}

    .tpx-select2-container.select2-blue.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-blue.select2-container-active .select2-choice {
    border-color: #2871b2;
}

    .tpx-select2-container.select2-blue.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #2871b2;
    }

.tpx-select2-drop.select2-blue {
    border-color: #2871b2;
    background-color: #3f8cd3;
}

    .tpx-select2-drop.select2-blue .select2-search input {
        border-color: #2871b2;
    }

    .tpx-select2-drop.select2-blue .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-blue .select2-highlighted {
        background-color: #20588c;
    }

.tpx-select2-container.select2-lime .select2-choice {
    border-color: #8ec400;
    background-color: #9dd800;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-lime .select2-choice .select2-arrow {
        border-left-color: #8ec400;
        background-color: #9dd800;
        color: #fff;
    }

.tpx-select2-container.select2-lime .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-lime.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #7caa00;
    background-color: #9dd800;
    color: #fff;
}

    .tpx-select2-container.select2-lime.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-lime.select2-container-active .select2-choice {
    border-color: #74a000;
}

    .tpx-select2-container.select2-lime.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #74a000;
    }

.tpx-select2-drop.select2-lime {
    border-color: #74a000;
    background-color: #9dd800;
}

    .tpx-select2-drop.select2-lime .select2-search input {
        border-color: #74a000;
    }

    .tpx-select2-drop.select2-lime .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-lime .select2-highlighted {
        background-color: #537200;
    }

.tpx-select2-container.select2-pomelo .select2-choice {
    border-color: #ff6034;
    background-color: #ff744e;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-pomelo .select2-choice .select2-arrow {
        border-left-color: #ff6034;
        background-color: #ff744e;
        color: #fff;
    }

.tpx-select2-container.select2-pomelo .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-pomelo.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #ff4c1b;
    background-color: #ff744e;
    color: #fff;
}

    .tpx-select2-container.select2-pomelo.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-pomelo.select2-container-active .select2-choice {
    border-color: #f41;
}

    .tpx-select2-container.select2-pomelo.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #f41;
    }

.tpx-select2-drop.select2-pomelo {
    border-color: #f41;
    background-color: #ff744e;
}

    .tpx-select2-drop.select2-pomelo .select2-search input {
        border-color: #f41;
    }

    .tpx-select2-drop.select2-pomelo .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-pomelo .select2-highlighted {
        background-color: #e73200;
    }

.tpx-select2-container.select2-orange .select2-choice {
    border-color: #e69800;
    background-color: #ffa900;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-orange .select2-choice .select2-arrow {
        border-left-color: #e69800;
        background-color: #ffa900;
        color: #fff;
    }

.tpx-select2-container.select2-orange .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-orange.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #cc8700;
    background-color: #ffa900;
    color: #fff;
}

    .tpx-select2-container.select2-orange.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-orange.select2-container-active .select2-choice {
    border-color: #c28000;
}

    .tpx-select2-container.select2-orange.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #c28000;
    }

.tpx-select2-drop.select2-orange {
    border-color: #c28000;
    background-color: #ffa900;
}

    .tpx-select2-drop.select2-orange .select2-search input {
        border-color: #c28000;
    }

    .tpx-select2-drop.select2-orange .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-orange .select2-highlighted {
        background-color: #996500;
    }

.tpx-select2-container.select2-bluegreen .select2-choice {
    border-color: #00b7b1;
    background-color: #00d0ca;
    box-shadow: none;
    color: #fff;
}

    .tpx-select2-container.select2-bluegreen .select2-choice .select2-arrow {
        border-left-color: #00b7b1;
        background-color: #00d0ca;
        color: #fff;
    }

.tpx-select2-container.select2-bluegreen .select2-default .select2-chosen {
    color: rgba(255,255,255,0.5);
}

.tpx-select2-container.select2-bluegreen.select2-container-multi .select2-choices .select2-search-choice {
    border-color: #009d98;
    background-color: #00d0ca;
    color: #fff;
}

    .tpx-select2-container.select2-bluegreen.select2-container-multi .select2-choices .select2-search-choice:before {
        color: rgba(255,255,255,0.5);
    }

.tpx-select2-container.select2-bluegreen.select2-container-active .select2-choice {
    border-color: #00938f;
}

    .tpx-select2-container.select2-bluegreen.select2-container-active .select2-choice .select2-arrow {
        border-left-color: #00938f;
    }

.tpx-select2-drop.select2-bluegreen {
    border-color: #00938f;
    background-color: #00d0ca;
}

    .tpx-select2-drop.select2-bluegreen .select2-search input {
        border-color: #00938f;
    }

    .tpx-select2-drop.select2-bluegreen .select2-results {
        color: #fff;
    }

    .tpx-select2-drop.select2-bluegreen .select2-highlighted {
        background-color: #006a67;
    }


