/*2018.02.22 유대규: 원진알미늄 테마 변경*/
@import "theme/wj-gray/jquery-ui.css";

/*2015.04.01 유대규: 품번 자동완성에 필요한 클래스(로딩 이미지 등) */
.ui-autocomplete-loading { background: white url("/img/load08.gif") right center no-repeat; }
/*2015.04.01 유대규: jquery 다이얼로그의 입력컨트 자동완성이 뒤로 숨는 문제 해결*/
.ui-autocomplete {z-index: 101; max-height: 400px; overflow-y: auto; overflow-x: hidden; }
.ui-autocomplete .ui-menu-item { cursor: pointer; font-family: 돋움; font-size: 12px!important; white-space: nowrap; }
	.ui-menu-item code { font-weight: bold; }
	.ui-menu-item b { color: blue; text-decoration: underline; }
	.ui-menu-item span { font-size: 11px; font-family: 돋움; color: #333; }

.autocom-item > a { display: block; }
	.autocom-item > a:hover { text-decoration: none; }

/*jquery ui dialog 에서 닫기버튼 제거할떄 사용*/
.noclose .ui-dialog-titlebar-close { display:none; }
