﻿

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: default;
    display: inline-block;
    position: relative;
    color: black;
    width: 100%;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}

.ui-autocomplete-input:focus {
    outline: none;
}

.select-styled, .AutoComplete {
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    line-height: 37px;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /*padding: 5px;*/
    padding-left:10px;
    height: 43px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    font-family: Arial;
}

.AutoComplete {
    line-height: normal;
}

#test:after{
    content: "\25bc";
}

.select-styled:after {
      content: "\25bc";
  /*transform: scale(.5);*/
  width: 34px;
  height: 34px;
    position: absolute;
    padding-left: 10px;
    right: 0px;
    /*border-left: 1px solid #d8d8d8;*/
}

.select-styled:active, .select-styled.active {
    background-color: #fff;
}

.select-styled:active:after, .select-styled.active:after {
    content: "\25b2";
    /*transform: scale(.5);*/
}

.select-options, .ui-autocomplete {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 9px 0px #666;
    box-shadow: 0px 5px 9px 0px #666;
    border-radius: 0 0 6px 6px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    font-family: Arial;
}

.select-options li {
    text-align: left;
    margin: 0;
    padding: 10px 0;
    padding-left: 10px;
    border-top: 1px solid #72A0C1;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-radius: 0px;
    font-family: Arial;
    line-height:20px;
}

    .select-options li:hover {
        background: #72a0c1;
    }

.ui-autocomplete li {
    text-align: left;
    margin: 0;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    border-radius: 0px;
    font-family: Arial;
}

.select-options li[rel="hide"] {
    display: none;
}


.ui-autocomplete li a, .ui-autocomplete .ui-state-hover, .ui-autocomplete .ui-widget-content .ui-state-hover {
    display: block;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    padding-left: 10px;
    border-top: 1px solid #ed2224;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #000;
    font-weight: normal;
    border: none;
    border-radius: 0px;
    font-family: Arial;
    font-size: .9em;
}

.ui-autocomplete li a:hover {
    background: #F17677;
}

.ui-autocomplete li a:focus {
    background: #F17677;
    outline: none;
}

.ui-autocomplete .selected a {
    background: #F17677;
}

.select input {
    width: 100%;
}


/* Date Picker */

.ui-datepicker td .ui-state-default, .ui-datepicker td .ui-widget-content .ui-datepicker td .ui-state-default, .ui-datepicker td .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    background: #fff;
    font-weight: normal;
    color: black;
    padding: .2em;
}

.ui-datepicker td .ui-state-hover, .ui-datepicker td .ui-widget-content .ui-state-hover {
    display: block;
    text-align: right;
    margin: 0;
    border-top: 1px solid #ed2224;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    color: #000;
    font-weight: normal;
    border: 1px solid #ddd;
    padding: .2em;
    font-size: 1em;
}
