/* CONCAT of
/2static/style/jquery/plugin/jquery.fecru.autocomplete.css
/2static/style/jquery/plugin/jquery.fecru.inlineSelect.css
*/
/* START /2static/style/jquery/plugin/jquery.fecru.autocomplete.css */
.autocompleteSpinner {
    position: absolute;
    top: 2px;
    right: 5px;
    background-color: white;
    width: 12px;
    height: 12px;
    z-index: 1;
}

/* @2ADG */
.text + .autocompleteSpinner {
    right: 20px;
}

.autocompleteSpinner img,
.autocompleteSpinner.spinner img {
    vertical-align: top;
    background: url("../../../images/spinner_000000_12.gif") no-repeat scroll 0 0 transparent;
}

.fecru-autocomplete-wrapper {
    position: relative;
    display: inline;
}

.fecru-autocomplete-wrapper input {
    padding-top: 4px;
    padding-right: 15px;
}

.fecru-autocomplete-dropdown-icon {
    background: transparent url(../../../images/menu_indicator.gif) no-repeat scroll 3px 6px;
    width: 16px;
    height: 16px;
    display: none;
    cursor: pointer;
    position: absolute;
}

.fecru-autocomplete-dropdown-icon.visible {
    display: inline-block;
    right: 3px;
    top: 0;
}

.ac_results {
	padding: 0;
	border: 1px solid #CECECE;
    margin-top: -1px;
    background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results.ordinary_autocomplete li {
    padding: 7px 5px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results .ac-header,
.ac_results .ac-footer,
.ac_results li {
	margin: 0;
	padding: 0 5px;
	cursor: pointer;
	display: block;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
}

.ac_results .entry {
    display: inline-block;
    padding: 7px 0;
    width: 100%;
}

.ac_results label.entry {
    cursor: pointer;
}

.ac_results li.ac_over {
    background-color: #EEEEEE;
    color: black;
}

.ac_results li.ac_over.ac-header {
    background-color: white;
}

.ac_results li.ac-disabled {
    color: #585858;
    cursor: auto;
    background-color: white;
}
.ac_results li.ac-disabled.ac_over {
    background-color: #fafafa;
}

.ac_results input {
    margin-top: 0;
    margin-bottom: 0;
}

.ac_results .ac-header,
.ac_results .ac-footer {
    cursor: default;
    font-weight: bold;
}
.ac_results > .ac-header,
.ac_results > .ac-footer {
    background-color: white;
    padding: 9px 5px;
}
.ac_results .ac-header + ul {
    border-top: 1px solid #CECECE;
}

.ac_results .ac-footer {
    border-top: 1px solid #CECECE;
    font-weight: normal;
}

.ac_results .ac-footer .ac-footer-apply {
    text-align: right;
}

.ac_results .ac-notice {
    font-style: italic;
}

.ac-checkbox .ac-display-primary {
    margin-left: 3px;
}

.ac-display-secondary {
    color: #3C78B5;
    float: right;
    font-size: 11px;
}

.ac-display-meta {
    font-size: 11px;
    padding-left: 3px;
}

#branch-selector .fecru-autocomplete-wrapper {
     display: inline-block;
 }

#branch-selector .fecru-autocomplete-dropdown-icon.visible {
    top: 50%;
    margin-top: -7px;
}

#branch-selector .autocompleteSpinner {
    top: 50%;
    margin-top: -6px;
}

.repository-input .entry,
.branch-modifier-dialog-autocomplete-input .entry,
.branch-input .entry,
.wbbr-input .entry {
    word-break: break-all;
}/*[{!jquery_fecru_autocomplete_css_2why42j!}]*/
/* END /2static/style/jquery/plugin/jquery.fecru.autocomplete.css */
/* START /2static/style/jquery/plugin/jquery.fecru.inlineSelect.css */

form.aui .inline-select .button:active {
    box-shadow: none;
}

form.aui .inline-select .button,
.inline-select .button {
    border: 0;
    background: transparent url(../../../images/sprite_dropdown_small.png) no-repeat 0 -59px;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 5px;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
    text-indent: -999em;
}

form.aui .inline-select .cancel,
.inline-select .cancel {
    background: transparent url(../../../images/sprite_dropdown_small.png) no-repeat 0 -90px;
    margin-top: 5px;
}

form.aui .inline-select .spinner,
.inline-select .spinner {
    background-image: url(../../../images/spinner_000000_12.gif);
    background-position: 0 1px;
    cursor: wait;
}
/*[{!jquery_fecru_inlineSelect_css_np4j42k!}]*/
/* END /2static/style/jquery/plugin/jquery.fecru.inlineSelect.css */
