﻿x-editable-input-select select {
    align-items: center;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-left-radius:  3px;
    border-bottom-right-radius: 3px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(204, 204, 204);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    cursor: default;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 30px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    text-align: start;
    transition-delay: 0s, 0s;
    transition-duration: .15s, 0.15s ;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    vertical-align: middle;
    white-space: pre;
    writing-mode: horizontal-tb ;
    zoom: 1;
    -webkit-appearance: menulist-button;
    -webkit-rtl-ordering: logical;
    min-width: 165px;
}

x-editable-input-select[loading] select {
    display: none;
}

x-editable-input-select[loading] {
    background: #fff url(../../../images/select2-spinner.gif) no-repeat 100%;
    background-position: 0 0;
    height: 30px;
    width: 100%;
    display: block;
}

x-editable-input-select[saving] {
    display: none;
}