/* SELECTBOX */
.j-custom-select-holder {
  position: relative;
  height: 64px; }
  .j-custom-select-holder select {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: auto;
    cursor: pointer;
    font-size: 16px;
    background-color: #fff;
    opacity: 0;
    z-index: 10; }
  .j-custom-select-holder .text {
    display: block;
    height: 64px;
    padding: 0 56px 0 17px;
    line-height: 64px;
    font-size: 16px;
    color: #666666;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 rgba(181, 181, 181, 0.5);
    border: solid 1px #dfdfdf;
    background-color: #ffffff;
    overflow: hidden;
    text-align: left;
    white-space: nowrap; }
    .j-custom-select-holder .text span {
      display: block;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .j-custom-select-holder .text span:after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 5px;
        bottom: 5px;
        right: 0;
        width: 24px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
  .j-custom-select-holder .picker {
    position: absolute;
    right: 18px;
    top: 50%;
    width: 23px;
    height: 23px;
    margin-top: -12px; }
    .j-custom-select-holder .picker:before, .j-custom-select-holder .picker:after {
      content: '';
      display: inline-block;
      position: absolute;
      width: 15px;
      height: 4px;
      top: 10px;
      background-color: #215899; }
    .j-custom-select-holder .picker:before {
      left: 0;
      transform: rotate(45deg); }
    .j-custom-select-holder .picker:after {
      right: 0;
      transform: rotate(135deg); }
  .j-custom-select-holder.disabled select,
  .j-custom-select-holder.disabled .text {
    cursor: default !important; }
  .j-custom-select-holder.disabled .text {
    border: solid 1px #b1b1b1;
    background-color: #eaeaea;
    color: #b1b1b1; }
  .j-custom-select-holder.disabled .picker {
    opacity: 0.2; }

.error .j-custom-select-holder .text,
.error .j-custom-select-holder .picker {
  border-color: #ff0000; }

/*# sourceMappingURL=piki-select.css.map */
