﻿.wp-control {
    display: inline-block;
    margin: 5px;
    float: left;
}

.wp-text-input {
    /*border-radius: 4px;*/
    height: 27px;
    font-size: 100%;
    color: #000 !important;
}

.wp-select2 select {
    display: none;
}

.wp-select2 .select2-selection__choice__remove {
    float: right;
    margin-left: 2px;
    margin-right: 0;    
    position: relative;
    z-index: 100;
}

.wp-select2 .select2-selection {
    border: 0 !important;
    border-radius: 0;
    padding-top: 2px;
}

.wp-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border-color: #ccd5e4;
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:210px;
    display:inline-block;
}

.wp-select2 .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__text {
    max-width: 175px;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
}

.wp-select2 .select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-dropdown.select2-dropdown--below {
    border-color: #fff;
}
           
input::-webkit-input-placeholder {  
   color: #000;  
}

input:-moz-placeholder {  
   color: #000;  
}

input::-moz-placeholder {  
   color: #000; 
   opacity: 1 !important; 
}

input:-ms-input-placeholder {  
   color: #000;  
}


.wp-text-input,
.select2-search__field,
.select2-selection__choice,
.select2-results__option {
    font-size: 90%!important;
}

.select2-selection__choice__remove {
    font-size: 110%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .wp-select2 .select2-selection__rendered {
        padding-left: 0 !important;
    }
    
    .wp-select2 .select2-search__field {
        padding-left: 5px !important;
        color: #000;
    }

    .wp-select2 .select2-selection__choice {
        margin-left: 5px !important;
    }
}

