
.field {
   position: absolute;
    background: #fff;
    width: 100%;
    left: 0px;
    top: 40px;
    padding:13px 10px 5px;
    display: flex;
    z-index:99;
}
.panel-info .panel-body.field-height{
	padding-top:80px;
}
.field input {
    color: #000000;
    height: 30px;
    margin: -5px 0px 0px 0px;
    font-size: 12px;
    padding-left:20px;
    padding-right:5px;
    /* border: 0; */
    border-radius: 3px;
    outline: none;
    border: 1px solid #ccc;
    flex: 1;
}
.field .glyphicon.glyphicon-search{
	position: absolute;
    top: 18px;
    left: 16px;
    color: #999;
}
.field input:focus {
    outline: 0;
}

.icon {
/*   position: absolute; */
/*   right: 0; */
/*   top: 0; */
/*   width: 60px; */
/*   height: 60px; */
/*   background-image: url('../img/icon.png'); */
/*   background-color: #ffffff; */
}

/**
 * Simplecomplete
 */

.autocompleter {
    width: 90%;
    background: #f8fcff;
    position: absolute;
    left: 10px;
    top:38px;
    z-index: 100;
    max-height:300px;
    overflow:auto;
    border: 1px solid #a6c8ff;
}

.autocompleter,
.autocompleter-hint {
    position: absolute;
}

.autocompleter-list {
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.autocompleter-item-selected {
    background: #ffffff;
}

.autocompleter-item {
    padding: 3px 6px;
    color: #444444;
    font-size: 12px;
    cursor: pointer;
}

.autocompleter-item:hover {
    background: #dfe8f5;
}

.autocompleter-item strong {
    background: #f9de8f;
    text-shadow: 0 1px 0 #ffffff;
}

.autocompleter-item span {
    color: #466db7;
}

.autocompleter-hint {
    color: #ccc;
    text-align: left;
    top: -56px;
    font-weight: 400;
    left: 0;
    width: 100%;
    padding: 12px 12px 12px 13px;
    font-size: 24px;
    display: none;
}

.autocompleter-hint span {
    color: transparent;
}

.autocompleter-hint-show {
    display: none;
}

.autocompleter-closed {
    display: none;
}
