﻿/* autocomplete */
.autoComplete {border: 1px solid #CCCCCC;border-radius:4px;color: #555555;display: inline-block;padding:.25rem .5rem;position: relative;background-color:#fff;vertical-align:middle;}
.autoComplete.disable,.formInput .disable{ background: #f0f0f0;border-color: #cccccc;}
/*.autoCompleteFocus{border:#0094fd 1px solid;box-shadow:0 5px 5px rgba(2,214,255,0.07) inset, 0 0 8px rgba(0,54,253,0.4)}*/
.autoDropDown{background:url(../images/autoComplete/dropDown.png) no-repeat center center;cursor:pointer;float:left;height:26px;width:20px}
.autoDropDownQuick{background:url(../images/autoComplete/Lightning.png) no-repeat center center;cursor:pointer;float:left;height:26px;width:20px}
.autoCWaiting{background:url(../images/autoComplete/Waiting32.gif) no-repeat center center #fff;display:none;filter:alpha(opacity=5);height:100%;left:0;opacity:0.5;position:absolute;top:0;width:100%}
.autoCompleteList{display:block;padding:0}
.autoCompleteList li{display:inline;margin:0 0 1px 1px}
.autoCompleteList li input{border:none;width: auto;background: none;padding-right:5px;line-height:25px;outline:0!important}
.singleAutoComplete{border:1px #AAA solid;height:35px;position:relative;width:228px}

.auto-Comp{position:absolute;z-index:6000;font-size:.9em;}
.auto-Comp ul{padding:0 8px;background-color:#fff;border:solid 1px #aaa;display:none;min-width:200px;}
.auto-Comp ul li{list-style:none;background-image:url(images/backgrounds/submenu_sep.png);background-position: 10px 0px;background-repeat:no-repeat;width:100%;min-height:27px;cursor: pointer;}
.auto-Comp li:first-child{ background-position: -5px -5px;}
.auto-Comp li:last-child{ margin-bottom: 5px;}
.auto-Comp ul li span{color:#666;display:block;padding:7px 6px;text-decoration:none}
.auto-Comp ul li span span{background-color:#fff;border:solid 1px #dedede;float:right;height:20px;margin-left:10px;padding:1px;width:20px}
.auto-Comp ul li.liSelected {border-radius: 3px;background-image: url(images/Backgrounds/liSelected.png);background-repeat: repeat-x;}
.auto-Comp ul li:hover{ background-color: #fafafa;}

.auto-Comp-ico-npos{display:block;float:right;margin-left:15px}
.autoComplete .autoCompleteList .autoItemSpan{background-color:#D2E0EE;border:solid 1px #AFBFCF;display:block;font-size:12px;line-height:1.5;margin:0;overflow:hidden;padding:.25rem;text-align:center}
.autoComplete .autoCompleteList .autoItemSpan span{margin:4px;float:left;}
/*autocomplete  */