infiot-component-auigrid
Version:
A Vue.js project
1,712 lines (1,590 loc) • 49.4 kB
CSS
@CHARSET "UTF-8";
/*!
* Blue Theme Style for AUIGrid v3.0.7.8
*
* 해당 원본을 직접 수정하지 마시고, 복사하여 사용하거나, CSS 클래스 재정의를 하여 스타일을 변경하십시오.
* (DO NOT EDIT THIS FILE DIRECTLY. OVERRIDE CSS CLASSES OR COPY THIS FILE TO MAKE YOUR OWN.)
*
* Copyright © 2014-2019 AUISoft Co., Ltd.
* www.auisoft.net
*/
/* 그리드 메인 외곽 DIV */
.aui-grid {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
font-size: 12px;
line-height:1.2em;
border: 1px solid #c5dbec;
background: #ffffff;
box-sizing: content-box;
-webkit-appearance: none;
outline: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
touch-action:none;
-ms-touch-action:none;
}
/* 그리드 table, tr, td 기본 - 셀 기본 */
.aui-grid .aui-grid-table, .aui-grid .aui-grid-table tr, .aui-grid .aui-grid-table td {
padding: 0 ;
margin: 0 ;
border-spacing: 0 ;
border-collapse: separate ;
box-sizing:border-box ;
font-size: 12px;
line-height: 1.5em;
}
/* 편집 모드 기본 텍스트 인풋 */
.aui-grid .aui-textinputer {
font-size: 12px;
border: 2px solid #005766;
outline: none;
box-sizing: border-box;
background:#ffffff ;
transition:none ;
}
.aui-grid .aui-textinputer::-ms-clear {
display: none;
}
/* 체크박스, 라디오 */
.aui-checkbox, .aui-radio {
vertical-align:middle;
margin: 0;
margin-top:0 ;
padding: 0;
}
/* 이미지 */
.aui-grid .aui-img {
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
/* 그리드 메세지 출력 레이어 */
.aui-grid-info-layer {
background: #fff;
font-size: 20px;
font-weight: bold;
}
/** 그리드 유효성 검사 툴팁 레이어 */
.aui-grid-validator-message-layer {
padding: 2px 6px;
border: 1px solid #999;
background: #ff0000;
color:#fff;
background: -webkit-linear-gradient(top, #FF6C6C, #C90000);
background: -moz-linear-gradient(top, #FF6C6C, #C90000);
background: -ms-linear-gradient(top, #FF6C6C, #C90000);
background: -o-linear-gradient(top, #FF6C6C, #C90000);
background: linear-gradient(to bottom, #FF6C6C, #C90000);
border-radius: 4px;
line-height:1.5em;
z-index: 1065;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
/* 노데이터 메세지 레이어*/
.aui-grid-nodata-msg-layer {
background: url(./images/info.png) 0 50% no-repeat;
position: absolute;
color: #000;
padding: 44px 0 0 80px;
margin: 0 auto;
width: auto;
height: 72px;
box-sizing:content-box;
}
/* 그리드 수평, 수직 라인 만들기 - 바디 */
.aui-grid-body-panel .aui-grid-table tr td {
border: 1px solid #c5dbec;
border-left:none;
border-top:none;
}
.aui-grid-left-main-panel .aui-grid-body-panel .aui-grid-table tr td:last-child {
border-right:none;
}
/* 그리드 수평, 수직 라인 만들기 - 헤더 */
.aui-grid-header-panel .aui-grid-table tr td {
border-top:1px solid #c5dbec;
border-right: 1px solid #c5dbec;
border-bottom: 1px solid #c5dbec;
border-left:none;
}
.aui-grid-left-main-panel .aui-grid-header-panel .aui-grid-table tr td:last-child {
border-right:none;
}
/* 그리드 수평 라인 만들기 - 그룹형 헤더 */
.aui-grid-group-branch-header {
border-bottom: 1px #c5dbec #DAD9FF ;
}
/* 그리드 수평, 수직 라인 만들기 - 푸터 */
.aui-grid-footer-panel .aui-grid-table tr td {
border-top:1px solid #B2CCFF;
border-right:1px solid #B2CCFF;
border-bottom:none;
border-left:none;
}
.aui-grid-left-main-panel .aui-grid-footer-panel .aui-grid-table tr td:last-child {
border-right:none;
}
/* 그리드 수평, 수직 라인 - 엑셀, PDF */
.aui-grid-grid-lines-for-export {
background:#c5dbec;
}
/* 그리드 오버 선택자 만들기 */
.aui-grid-body-panel .aui-grid-table tr td:hover {
background: #F0EDFF;
}
/* 셀 병합 시 실제 rowspan 처리 하지 않은 TD의 아랫선 처리 */
.aui-grid-cell-merge-none-row-span-border {
border-bottom: 1px solid transparent ;
}
/* 그리드 칼럼 리사이즈 시 나타나는 임시 선 */
.aui-grid-vertical-resizer-rule {
border-left: 2px dashed #888;
border-top: none;
border-right: none;
border-bottom: none;
}
/* 그리드 칼럼 위치 바꾸기 시 나타나는 임시 선 */
.aui-grid-vertical-column-change-rule {
background: #f82;
}
/* 행 번호 칼럼 */
.aui-grid-row-num-column {
text-align: center;
cursor: default;
}
/*행 체크박스 칼럼 */
.aui-grid-row-check-column {
text-align: center;
line-height:0.5em ;
}
/* 행 체크박스 헤더 - 전체 선택 체크*/
.aui-grid-row-check-header {
text-align: center;
line-height:0.5em ;
}
/* 고정 칼럼과 일반 칼럼 경계선 */
.aui-grid-fixed-column-rule {
background: #9D9D9D;
width: 1px;
}
/* 고정 로우와 일반 로우 경계선 */
.aui-grid-fixed-row-rule {
background: #9D9D9D;
height: 1px;
}
/* 그리드 헤더 정렬 표시자 시작 */
.aui-grid-multi-sorting-ascending {
color: #ddd;
font-size: 9px;
text-align: center;
background: url(./images/icon-up.png) 50% 10px no-repeat;
}
.aui-grid-multi-sorting-descending {
color: #ddd;
font-size: 9px;
text-align: center;
background: url(./images/icon-down.png) 50% 9px no-repeat;
}
.aui-grid-sorting-ascending {
background: url(./images/icon-up.png) 50% 50% no-repeat;
}
.aui-grid-sorting-descending {
background: url(./images/icon-down.png) 50% 50% no-repeat;
}
/* 그리드 헤더 정렬 표시자 끝*/
/* 스크롤 시작 */
.aui-scroll-track {
box-sizing: border-box;
background: #f6f6f6;
border: 1px solid #f6f6f6;
}
.aui-hscrollbar .aui-scroll-thumb {
box-sizing: border-box;
background: #286090;
border: 1px solid #2e6da4;
border-radius: 6px;
touch-action: none;
-ms-touch-action: none;
}
.aui-hscrollbar .aui-scroll-thumb:hover {
background: #334a73;
}
.aui-vscrollbar .aui-scroll-thumb {
box-sizing: border-box;
background: #286090;
border: 1px solid #2e6da4;
border-radius: 6px;
touch-action: none;
-ms-touch-action: none;
}
.aui-vscrollbar .aui-scroll-thumb:hover {
background: #334a73;
}
.aui-vscrollbar .aui-scroll-up {
box-sizing: border-box;
background: #eaeaea url("./images/icon-up.png") no-repeat 50% 50%;
border: 1px solid #eaeaea;
}
.aui-vscrollbar .aui-scroll-up:hover {
background: #bbbbbb url("./images/icon-up.png") no-repeat 50% 50%;
}
.aui-vscrollbar .aui-scroll-down {
box-sizing: border-box;
background: #eaeaea url("./images/icon-down.png") no-repeat 50% 50%;
border: 1px solid #eaeaea;
}
.aui-vscrollbar .aui-scroll-down:hover {
background: #bbbbbb url("./images/icon-down.png") no-repeat 50% 50%;
}
.aui-hscrollbar .aui-scroll-up {
box-sizing: border-box;
background: #eaeaea url("./images/icon-left.png") no-repeat 50% 50%;
border: 1px solid #eaeaea;
}
.aui-hscrollbar .aui-scroll-up:hover {
background: #bbbbbb url("./images/icon-left.png") no-repeat 50% 50%;
}
.aui-hscrollbar .aui-scroll-down {
box-sizing: border-box;
background: #eaeaea url("./images/icon-right.png") no-repeat 50% 50%;
border: 1px solid #eaeaea;
}
.aui-hscrollbar .aui-scroll-down:hover {
background: #bbbbbb url("./images/icon-right.png") no-repeat 50% 50%;
}
/* 스크롤 끝 */
/* 로딩바 스타일 */
.aui-ajax-loader-showing {
background: #ffffff url("./images/ajaxloader-blue.gif") no-repeat 50% 50%;
}
/* 내부 처리 로딩바 스타일 */
.aui-process-loader-showing {
/*background: url("./images/wait.png") no-repeat 50% 50%;*/
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABaCAMAAABOrg7KAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5MTI1REI0NzdEMDExRTRBNzY1REZCNDBFNTFEQzZBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5MTI1REI1NzdEMDExRTRBNzY1REZCNDBFNTFEQzZBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTkxMjVEQjI3N0QwMTFFNEE3NjVERkI0MEU1MURDNkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTkxMjVEQjM3N0QwMTFFNEE3NjVERkI0MEU1MURDNkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5sKH81AAAAvVBMVEX////Jyclvbm6Z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") no-repeat 50% 50%;
}
/* 계층 트리 아이콘 */
.aui-grid-tree-plus-icon {
display: inline-block;
width:16px;
height:16px;
border:none;
background: url(./images/arrow-right.png) 50% 50% no-repeat;
background-size:16px;
vertical-align:bottom;
margin: 0 2px 0 0;
}
.aui-grid-tree-minus-icon {
display: inline-block;
width:16px;
height:16px;
border:none;
background: url(./images/arrow-downright.png) 50% 50% no-repeat;
background-size:16px;
vertical-align:bottom;
margin: 0 2px 0 0;
}
.aui-grid-tree-branch-icon {
display: inline-block;
width: 18px;
height: 16px;
background: url(./images/b_folder2.png) 50% 50% no-repeat;
background-size:16px;
vertical-align: bottom;
margin: 0 2px 0 0;
}
.aui-grid-tree-branch-open-icon {
display: inline-block;
width: 18px;
height: 16px;
background: url(./images/b_folderopen2.png) 50% 50% no-repeat;
background-size:16px;
vertical-align: bottom;
margin: 0 2px 0 0;
}
.aui-grid-tree-leaf-icon {
display: inline-block;
width: 16px;
height:16px;
background: url(./images/flat_blue_circle.png) no-repeat;
background-size:16px;
vertical-align: bottom;
margin: 0 2px 0 4px;
}
/* 트리 lazyMode 프리로더 */
.aui-grid-tree-ajax-loader {
display: inline-block;
width:16px;
height:16px;
border:none;
background: url(./images/tiny-ajax-loader.gif) 50% 50% no-repeat;
background-size:16px;
vertical-align:bottom;
margin: 0 2px 0 0;
}
/* 계층 트리 아이콘 끝*/
/*디폴트 헤더 스타일*/
.aui-grid-default-header {
text-align: center;
font-weight: bold;
font-size: 1.1em;
background: #286090;
cursor: pointer;
color: #fff;
}
.aui-grid-default-header:hover {
background: #334a73;
}
.aui-grid-group-branch-header {
cursor: default;
}
/** 헤더 툴팁 아이콘 스타일 */
.aui-grid-header-help-tooltip-icon {
background: url(./images/help_ico.png) no-repeat;
width: 12px;
height: 12px;
cursor: default;
}
/** 헤더 툴팁 아이콘 마우스 오버 시 나오는 툴팁 외형 */
.aui-grid-header-help-tooltip-wrapper {
border: 1px solid #6799FF;
border-radius: 4px;
padding: 4px;
background: #fff;
font-size: 12px;
line-height:1.5em;
z-index: 999;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
/** 라이브 스크롤 사용하지 않을 때 나오는 스크롤 툴팁 외형 */
.aui-grid-scroll-tip-wrapper {
border: 1px solid #6799FF;
border-radius: 4px;
padding: 2px 8px;
background: #fff;
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light,sans-serif;
font-size: 12px;
z-index: 999;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
/*디폴트 푸터 스타일 */
.aui-grid-default-footer {
background: #C7D3ED;
border: 1px solid #cccccc;
border-left: none;
font-weight: bold;
font-size: 1em;
color: #000000;
text-align: center;
cursor: default;
}
/* 푸터 상단(헤더 아래) 출력 스타일 */
.aui-grid-default-footer-top-position {
border-top:none ;
}
.aui-grid-footer-division-line-top-position {
border-bottom:3px double #B2CCFF ;
}
/* 푸터와 바디간의 구분 선 스타일 */
.aui-grid-footer-division-line {
border-top:3px double #B2CCFF ;
}
/** 그리드 툴팁 외형 */
.aui-grid-tooltip-wrapper {
padding: 2px 6px;
border: 1px solid #999;
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
border-radius: 4px;
z-index: 999;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
/* 디폴트 칼럼 스타일 */
.aui-grid-default-column {
background-color:inherit;
text-align: center;
font-size: 1em;
cursor: default;
}
/* 셀력션 대표 백그라운드 스타일 */
.aui-grid-selection-bg {
background: inherit;
color:inherit;
}
/* 셀렉션 대표 셀 이외의 백그라운드 스타일 */
.aui-grid-selection-others-bg {
background: #D9E5FF ;
color:inherit;
}
/* 셀력션 행 대표 백그라운드 스타일 */
.aui-grid-selection-row-bg {
background: #D9E5FF ;
}
/* 셀력션 행 대표 셀 이외의 백그라운드 스타일 */
.aui-grid-selection-row-others-bg {
background: #D9E5FF ;
}
/* 셀렉션의 대표 셀 보더 색상 스타일*/
.aui-grid-selection-cell-border-lines {
background: #004a73;
}
/* 셀력션 행번호 칼럼 스타일 */
.aui-grid-selection-row-num-column {
background: #004a73 ;
font-weight: bold ;
color: #fff ;
}
/* 셀렉션 헤더 칼럼 스타일 */
.aui-grid-selection-header-column {
background: #004a73 ;
font-weight: bold ;
}
/* 그리드 Row 배경색 */
.aui-grid-row-background {
background: #fff;
}
/* 그리드 Row 다음 배경색*/
.aui-grid-alternative-row-background {
background: #fafafa;
}
/* 칼럼 위치 변경 할 때 보이는 이미지 - 칼럼 드래깅 */
.aui-grid-column-dragging-proxy {
background: #004a73;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity = 80);
opacity: 0.8;
border: 1px solid #aaaaaa;
cursor: default;
font-weight: bold;
text-align: center;
font-size: 13px;
z-index:9999;
box-sizing:border-box;
max-width:600px;
}
/* 행 드래깅 손잡이 */
.aui-grid-row-drag-knob {
cursor: move;
width:10px;
height:10px;
}
/* 행 위치 바꾸기(행 드래깅) 시 나타나는 임시 선 */
.aui-grid-horizontal-row-change-rule {
border-top:3px solid #2a2d33;
z-index:9999;
}
/* 행 위치 변경 할 때 보이는 이미지 - 행 드래깅 */
.aui-grid-row-dragging-proxy {
background: #eeeeee url(./images/accept-not.png) 2% 50% no-repeat;
font-size: 13px;
box-sizing:border-box;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity = 70);
opacity: 0.7;
border: 1px solid #aaaaaa;
cursor: default;
font-weight: bold;
text-align: center;
padding: 4px 16px 4px 32px;
font-size: 13px;
z-index:9999;
}
/* 행 위치 변경 할 때 보이는 Accept 이미지 */
.aui-grid-row-dragging-proxy-accept {
background: #eeeeee url(./images/accept-ok.png) 2% 50% no-repeat;
}
/* 상태 칼럼에 출력 시킬 스타일*/
/* 현재 행 상태 스타일 */
.aui-grid-row-state-current {
background: url(./images/arrow_icon.png) 50% 50% no-repeat ;
}
/* 추가 행 상태 스타일 */
.aui-grid-row-state-added {
background: url(./images/add_icon.png) 50% 50% no-repeat ;
cursor:pointer;
}
/* 삭제 행 상태 스타일 */
.aui-grid-row-state-removed {
background: url(./images/delete_icon.png) 50% 50% no-repeat ;
cursor:pointer;
}
/* 수정 행 상태 스타일 */
.aui-grid-row-state-edited {
background: url(./images/modified_icon.png) 50% 50% no-repeat ;
cursor:pointer;
}
/* 추가한 행-수정 상태 스타일 */
.aui-grid-row-state-added-edited {
background: url(./images/modified_a_icon.png) 50% 50% no-repeat ;
cursor:pointer;
}
/* 상태 칼럼에 출력 시킬 스타일 끝*/
/* 소프트 모드 삭제한 행 스타일*/
.aui-grid-row-soft-removed-marker {
color:#aaa ;
text-decoration:line-through ;
}
/* 수정한 셀 표시 스타일(마커) */
.aui-grid-cell-edited-marker {
width: 0px;
height: 0px;
border-left: 4px solid #191919;
border-top: 4px solid #191919;
border-bottom: 4px solid transparent;
border-right: 4px solid transparent;
}
/* 엑스트차 체크박스 체크된 행 스타일*/
.aui-grid-extra-checked-row {
background : #FFFFE4;
}
/* 페이징 패널 스타일 */
.aui-grid-paging-panel {
text-align: center;
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
border-top: 1px solid #bdbdbd;
}
/* 페이징 넘버링 */
.aui-grid-paging-panel .aui-grid-paging-number {
display: inline-block;
border: 1px solid #DAD9FF;
border-radius: 1em;
min-width: 2em;
line-height: 2em;
font-size: 1em;
font-weight: bold;
text-align: center;
margin: 4px 2px 0 2px;
}
.aui-grid-paging-panel .aui-grid-paging-number:hover {
background-color: #ccc;
border: 1px solid #ccc;
cursor: pointer;
}
/* 페이징 현재 페이지 선택 넘버링 */
.aui-grid-paging-panel .aui-grid-paging-number-selected {
background: #004a73 ;
border: 1px solid #004a73 ;
color: #ffffff ;
}
/* 페이징 이전 버튼 */
.aui-grid-paging-panel .aui-grid-paging-prev {
background: url(./images/prev_ico.png) 50% 50% no-repeat;
text-indent: -99999px;
}
/* 페이징 다음 버튼 */
.aui-grid-paging-panel .aui-grid-paging-next {
background: url(./images/next_ico.png) 50% 50% no-repeat;
text-indent: -99999px;
}
/* 페이징 처음 버튼 */
.aui-grid-paging-panel .aui-grid-paging-first {
background: url(./images/first_ico.png) 50% 50% no-repeat;
text-indent: -99999px;
}
/* 페이징 마지막 버튼 */
.aui-grid-paging-panel .aui-grid-paging-last {
background: url(./images/last_ico.png) 50% 50% no-repeat;
text-indent: -99999px;
}
/* 페이징 모드 simple 인 경우 나타나는 현재 페이지 */
.aui-grid-paging-number-simple-text {
margin-left: 1em;
margin-right: 1em;
font-weight: bold;
cursor: default;
}
/* 페이징 정보 텍스트 */
.aui-grid-paging-panel .aui-grid-paging-info-text {
position: absolute;
right: 0px;
margin: 8px 10px 0 0;
}
/* 페이징 행 개수 변경 select */
.aui-grid-paging-row-count-select {
width: 50px;
border:1px solid #ddd;
margin-left: 10px;
vertical-align: top;
margin: 4px 2px 0 8px;
font-size: 1em;
min-width: 2em;
height: 24px;
line-height: 2em;
}
/* 그룹핑 패널 스타일 */
.aui-grid-grouping-panel {
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
border-bottom : 1px solid #c5dbec;
box-sizing:border-box ;
text-align:left;
}
/* 그룹핑 메세지 */
.aui-grid-grouping-message {
display: inline-block;
padding: 10px 0 0 15px;
font-weight: bold;
font-size: 1.2em;
line-height: 1.2em;
color: #555555;
cursor: default;
}
/* 그룹핑 드래깅 할 때 보이는 이미지 */
.aui-grid-grouping-dragging-proxy {
background: #004a73 url(./images/accept-not.png) 98% 50% no-repeat;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity = 70);
opacity: 0.7;
border: 1px solid #aaaaaa;
cursor: default;
color: #fff;
font-weight: bold;
text-align: center;
padding: 3px 0;
font-size: 13px;
z-index:9999;
max-width:600px;
}
/* 그룹핑 드래깅 할 때 보이는 Accept 이미지 */
.aui-grid-grouping-dragging-proxy-accept {
background: #004a73 url(./images/accept-ok.png) 98% 50% no-repeat;
}
/* 그룹핑 패널에 있는 그룹핑 패널 아이템 */
.aui-grid-grouping-item {
background: #004a73 url(./images/delete.png) 98% 50% no-repeat;
border: 1px solid #aaaaaa;
cursor: pointer;
color: #fff;
font-weight: bold;
text-align: center;
padding: 4px 30px 4px 20px;
line-height: 13px;
white-space: nowrap;
}
/* 그룹핑 패널 좌 스크롤 버턴 */
.aui-grid-grouping-prev-btn {
background: #bbbbbb url("./images/icon-left.png") no-repeat 50% 50%;
}
.aui-grid-grouping-prev-btn:hover{
background: #aaaaaa url("./images/icon-left.png") no-repeat 50% 50%;
cursor:pointer;
}
/* 그룹핑 패널 우 스크롤 버턴 */
.aui-grid-grouping-next-btn {
background: #bbbbbb url("./images/icon-right.png") no-repeat 50% 50%;
}
.aui-grid-grouping-next-btn:hover{
background: #aaaaaa url("./images/icon-right.png") no-repeat 50% 50%;
cursor:pointer;
}
/* 헤더 필터 아이콘 스타일 */
.aui-grid-header-filter-icon {
border-left: 1px solid #c5dbec;
border-right: none;
background: url(./images/filter_ico.png) 50% 50% no-repeat;
box-sizing: content-box;
cursor: pointer;
}
/* 현재 필터링 된 상태 아이콘 스타일 */
.aui-grid-header-filter-icon-filtered {
border-left: 1px solid #22741C;
border-right: none;
background: #22741C url(./images/filter_ico.png) 50% 50% no-repeat;
box-sizing: content-box;
cursor: pointer;
}
/* 필터 팝업 레이어 */
.aui-grid-filter-popup-layer {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light,sans-serif;
font-size:12px;
background: #fff;
border: 1px solid #aaaaaa;
border-radius: 4px;
box-sizing:border-box;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
z-index:1999;
}
/* 필터 초기화 */
.aui-grid-filter-popup-layer>span:first-child {
background: url(./images/filter_ico.png) 5px 50% no-repeat;
margin: 10px 0px 4px 0px;
display: block;
padding: 4px;
padding-left: 24px;
line-height: 18px;
}
/* 필터 초기화 over */
.aui-grid-filter-popup-layer>span:first-child:hover {
background: #D9E5FF url(./images/filter_ico.png) 5px 50% no-repeat;
cursor: pointer;
}
/* 필터 - 확장 필터 */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span {
background: url(./images/icon-right.png) 100% 50% no-repeat;
margin: 0;
display: block;
padding: 4px;
padding-left: 24px;
line-height: 18px;
}
/* 필터 - 확장 필터 over */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span:hover {
background-color: #D9E5FF;
cursor: pointer;
}
/* 필터 - 확장 필터 선택됨 */
.aui-grid-filter-popup-layer .aui-grid-filter-exmenu-span-selected {
background-color: #D9E5FF;
}
/* 필터 - 확장 필터 서브 메뉴 */
.aui-grid-filter-popup-filter-exmenu-sub-layer {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light,sans-serif;
font-size:12px;
background: #fff;
border: 1px solid #aaaaaa;
box-sizing:border-box;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
z-index:1999;
}
.aui-grid-filter-exmenu-sub-ul {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: none;
}
.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-li {
position: relative;
margin: 0;
padding: 3px 20px 3px 30px;
cursor: pointer;
min-height: 0;
}
.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-li:hover {
background: #D9E5FF;
cursor: pointer;
}
.aui-grid-filter-exmenu-sub-ul .aui-grid-filter-exmenu-sub-divider {
margin: 2px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
border-top-color: #aaaaaa;
border-top-style: solid;
}
/* 필드 - 확장 필터 사용자 지정 modal 컨테이너 */
.aui-grid-filter-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 2050;
display: block;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
outline: 0;
}
/* 사용자 필터 - 숫자, 텍스트 필터 Modal 다이얼로그 */
.aui-grid-filter-modal-dialog {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
font-size: 12px;
position: relative;
width : 100%;
max-width: 480px;
margin:0 auto;
top:50%;
margin-top:-130px;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0,0,0,.2);
border-radius: 6px;
outline: 0;
webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-shadow: 0 5px 15px rgba(0,0,0,.5);
box-sizing: border-box;
}
.aui-grid-filter-modal-dialog-header {
min-height: 18px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
/* 필터 modal 닫기 버턴 */
.aui-grid-filter-modal-close-btn {
width:16px;
height:16px;
background: url(./images/close.png) 50% 50% no-repeat;
position:absolute;
right:10px;
top:10px;
cursor:pointer;
}
.aui-grid-filter-modal-dialog-header .aui-grid-filter-modal-header-title {
font-size:1.2em;
font-weight:bold;
}
.aui-grid-filter-modal-dialog-body {
position: relative;
padding: 5px 15px 15px 15px;
}
.aui-grid-filter-modal-dialog-body ul {
margin:0;
padding:0;
list-style: none;
}
.aui-grid-filter-modal-dialog-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li select {
width:120px;
padding:4px;
border: 1px solid #c9c9c9;
font-size:inherit;
}
.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li input[type="text"] {
padding:4px;
margin-left: 10px;
width: 304px;
box-sizing: border-box;
border: 1px solid #c9c9c9;
font-size:inherit;
}
.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container li input[type="radio"] {
margin:0 4px 2px 20px;
vertical-align:middle;
}
.aui-grid-filter-modal-dialog-body .aui-grid-filter-modal-body-container > li{
cursor:default;
padding:6px 4px;
}
/* 필드 설정 확인, 취소 버턴 */
.aui-grid-filter-modal-dialog-footer .aui-button {
color:#ffffff;
background: #015991;
border: 1px solid #015991;
background-clip: padding-box;
display: inline-block;
line-height: 1em;
border-radius: 0px;
-webkit-appearance: none;
font-weight: bold;
text-align: center;
cursor: pointer;
padding: 6px 2em;
}
.aui-grid-filter-modal-dialog-footer .aui-button:hover {
background: #505156;
}
/* 필터 - 확장 필터 modal 사용자 지정 종료.*/
/* 필터 스크롤 컨테이너 영역*/
.aui-grid-filter-popup-layer .aui-container {
border: 1px solid #aaaaaa;
margin: 10px 5px;
}
/* 필터 스크롤 컨테이너 스크롤 재정의*/
.aui-grid-filter-popup-layer .aui-container .aui-hscrollbar .aui-scroll-thumb,.aui-grid-filter-popup-layer .aui-container .aui-vscrollbar .aui-scroll-thumb {
background: #286090;
border-color: #286090;
}
/* 필터 안의 Too may Items..문구 */
.aui-grid-filter-popup-layer .aui-container .aui-grid-filter-info-message {
padding-left: 4px;
font-weight: bold;
cursor: default;
}
/* 필터 체크박스*/
.aui-grid-filter-popup-layer .aui-container .aui-check-label-box {
padding: 2px 6px;
cursor: default;
}
.aui-grid-filter-popup-layer .aui-container .aui-check-label-box:hover{
background:#D9E5FF;
}
.aui-grid-filter-popup-layer .aui-container .aui-check-label-box .aui-checkbox {
vertical-align: middle;
margin-right: 4px;
margin-top:0 ;
}
/* 필터 자동완성 검색 인풋 시작 */
.aui-grid-filter-popup-layer .aui-autocomplete-input {
overflow: hidden;
position: relative;
height: 20px;
margin: 10px 5px;
border: 1px solid #c9c9c9;
vertical-align: middle;
}
.aui-grid-filter-popup-layer .aui-autocomplete-input .aui-input-text {
width: 166px;
height: 18px;
border: 0;
font-size: 12px;
outline: none;
line-height: 18px;
vertical-align: middle;
padding:0 4px;
box-sizing:border-box;
}
.aui-input-text::-ms-clear {
display: none;
}
.aui-grid-filter-popup-layer .aui-autocomplete-input .aui-autocomplete-btn {
position: absolute;
top: 1px;
right:1px;
display: inline-block;
background: url(./images/search.png) 0 0 no-repeat;
width: 16px;
height: 16px;
}
.aui-grid-filter-popup-layer-footer {
text-align: right;
padding-right: 5px;
padding-bottom: 5px;
}
.aui-grid-filter-popup-layer .filer-layer-resizer {
background: url(./images/grid-dot-icon.png) 0 0 no-repeat;
cursor:se-resize;
right:1px;
bottom:1px;
width: 8px;
height: 8px;
}
/* 컨텍스트 메뉴 */
.aui-grid-context-popup-layer {
font-size:12px;
min-width:180px;
max-width: 300px;
padding: 10px 0px;
background: #fff;
border: 1px solid #aaaaaa;
border-radius: 0px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/* 컨텍스트 아이템 */
.aui-grid-context-item {
display: block;
cursor: default;
padding: 4px 6px 4px 20px;
background: #fff url(./images/blue_circle.png) 0 50% no-repeat;
cursor: pointer;
}
.aui-grid-context-item:hover {
background: #D9E5FF url(./images/blue_circle.png) 0 50% no-repeat;
}
/* 컨텍스트 아이템 구분 라인 */
.aui-grid-context-item-line {
display: inline-block;
width: 100%;
border-top: 1px solid #999;
}
/* 내보내기 진행 표시 스타일 */
.aui-grid-export-progress-container {
width:280px;
height:80px;
border: 1px solid #aaaaaa;
box-sizing:border-box ;
margin: 0 auto;
background: #eee;
background: -webkit-linear-gradient(top, #f8f8f8, #eee);
background: -moz-linear-gradient(top, #f8f8f8, #eee);
background: -ms-linear-gradient(top, #f8f8f8, #eee);
background: -o-linear-gradient(top, #f8f8f8, #eee);
background: linear-gradient(to bottom, #f8f8f8, #eee);
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.aui-grid-export-progress-wrapper {
position:relative;
width:260px;
margin-left: 10px;
margin-top: 14px;
height: 20px;
overflow: hidden;
box-sizing:border-box ;
background-color: #f5f5f5;
border: 1px solid #aaaaaa;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,.1)
}
.aui-grid-export-progress-bar {
background-color: #337ab7;
width:0%;
height:20px;
}
.aui-grid-export-progress-percent {
position:absolute;
display:inline-block;
top:1px;
left:48%;
color:#555;
font-weight:bold;
}
.aui-grid-export-progress-title {
margin-top: 10px;
margin-right:40px;
text-indent: 10px;
color:#000000;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
/* 내보내기 진행 표시 스타일 끝 */
/* 모든 칼럼 렌더러의 베이스 */
.aui-grid-renderer-base {
text-overflow: ellipsis;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.aui-grid-custom-complex-renderer {
position: relative;
}
/* 버턴 렌더러 스타일 */
.aui-grid-button-renderer {
color: #fff;
background-color: #015991;
border: 1px solid #015991;
background-clip: padding-box;
box-sizing: border-box;
display: inline-block;
line-height: 1em;
transition-property: background-color;
transition-duration: 0.2s;
transition-timing-function: ease;
border-radius: 0px;
-webkit-appearance: none;
font-size: 1em;
font-weight: bold;
text-align: center;
padding: 4px 2em;
cursor:pointer;
}
.aui-grid-button-renderer:hover {
background-color: #505156;
}
.aui-grid-button-percent-width {
width:80%;
}
/* 버튼 비활성화 처리 */
.aui-grid-button-renderer-disabled {
cursor: not-allowed;
border: 1px solid #ddd;
background-color:#505156;
color:#ccc;
}
/* 버턴 렌더러 스타일 끝 */
/** 넘버 스텝퍼 렌더러 시작 */
.aui-grid-number-step-renderer {
/*border-radius: 3px;*/
margin: 0;
overflow: hidden;
position: relative;
}
.aui-grid-number-step-input {
background: #F9F9F9;
border: 1px solid #ccc;
overflow: hidden;
z-index: 49;
text-align: inherit;
padding:0;
padding-right: 26px;
font-size: 12px;
color:#000;
max-height:26px;
line-height: 1em;
-webkit-appearance: none;
outline: none;
cursor: default;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
text-indent:12px;
}
.aui-grid-number-step-input::-ms-clear {
display: none;
}
.aui-grid-number-step-up-btn {
border: 1px solid #ccc;
background: #EBF7FF url(./images/icon-up.png) 50% 50% no-repeat;
border-bottom: none;
cursor: pointer;
display: block;
height: 50%;
top: 0;
right: 0;
text-indent: -99999px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.aui-grid-number-step-down-btn {
border: 1px solid #ccc;
background: #EBF7FF url(./images/icon-down.png) 50% 50% no-repeat;
border-top: none;
cursor: pointer;
display: block;
height: 50%;
right: 0;
bottom: 0;
text-indent: -99999px;
box-sizing: content-box;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.aui-grid-number-step-up-btn:hover {
background: #015991 url(./images/icon-up.png) 50% 50% no-repeat;
}
.aui-grid-number-step-down-btn:hover {
background: #015991 url(./images/icon-down.png) 50% 50% no-repeat;
}
.aui-grid-number-step-btn-horizontal {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
height:100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
/** 넘버 스텝퍼 렌더러 끝 */
/* 드랍다운리스트 렌더러 시작 */
.aui-grid-drop-list-wrapper {
background: #fff;
border: 1px solid #ccc;
border-radius: 0px;
display: block;
height: 22px;
font-size: 1em;
line-height: 1em;
box-sizing:content-box;
}
.aui-grid-drop-list-content {
display: inline-block;
border-radius: 0px;
margin: 0;
padding: 0;
cursor: pointer;
overflow: hidden;
font-size: 1em;
line-height: 2em;
vertical-align: top;
text-align: center;
}
.aui-grid-drop-list-icon {
display: inline-block;
border-left: 1px solid #ccc;
background: #EBF7FF url(./images/icon-down.png) 50% 50% no-repeat;
cursor: pointer;
height: 22px;
}
/* 드랍다운리스트 비활성화 처리 */
.aui-grid-drop-list-renderer-disabled {
border: 1px solid #ddd;
background:#eaeaea;
}
.aui-grid-drop-list-renderer-disabled .aui-grid-drop-list-content {
cursor: not-allowed;
color:#ccc;
}
.aui-grid-drop-list-renderer-disabled .aui-grid-drop-list-icon {
background: #eaeaea url(./images/icon-down.png) 50% 50% no-repeat;
}
/* 드랍다운리스트 렌더러 끝 */
/* 드랍다운리스트, 콤보박스에서 나오는 리스트의 상위 랩퍼 */
.aui-grid-drop-list-item-wrapper {
background: #fff;
font-size: 12px;
border: 1px solid #aaa;
overflow-y: auto;
overflow-x: auto;
text-align:center;
border-radius: 0;
z-index:1999;
max-height:300px;
max-width:600px;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
/* 드랍다운리스트, 콤보박스에서 나오는 리스트 개별 아이템 ul */
.aui-grid-drop-list-ul {
list-style:none;
margin:0;
padding:0;
}
/* 드랍다운리스트, 콤보박스에서 나오는 리스트 개별 아이템 li */
.aui-grid-drop-list-item {
cursor: default;
height:24px;
line-height:24px;
padding: 0 4px;
white-space:nowrap;
margin:0;
}
.aui-grid-drop-list-item-selected {
background: #B2CCFF;
}
.aui-grid-drop-list-item:hover {
background: #4374D9;
color: #fff;
}
/* 드랍다운리스트 다중 선택에서 선택된 아이템 체크박스 표시 li */
.aui-grid-drop-list-item-checked {
background: #B2CCFF url("./images/blue-check.png") no-repeat 4px 50%;
}
.aui-grid-drop-list-item-checked:hover {
background: #4374D9 url("./images/blue-check.png") no-repeat 4px 50%;
color: #fff;
}
.aui-grid-drop-list-all-check {
border-bottom:1px solid #dddddd;
font-weight:bold;
}
/* 바렌더러 바게이지 시작*/
/* 바게이지 전체 랩핑 div */
.aui-grid-bar-renderer {
position: relative;
}
/* 바게이지 텍스트 span*/
.aui-grid-bar-renderer span {
position: relative;
margin-top: 4px;
padding: 0 2px;
}
/* 바게이지 바 베이스*/
.aui-grid-bar-renderer-bar-base {
box-sizing: border-box;
border: 1px solid #E4E4E4;
}
/* 바게이지 일반 바 */
.aui-grid-bar-renderer-normal {
background: #2F9D27;
background: -webkit-linear-gradient(right, #86E57F, #2F9D27);
background: -moz-linear-gradient(right, #86E57F, #2F9D27);
background: -ms-linear-gradient(right, #86E57F, #2F9D27);
background: -o-linear-gradient(right, #86E57F, #2F9D27);
background: linear-gradient(to left, #86E57F, #2F9D27);
}
/* 바게이지 오른쪽에서 왼쪽으로 렌더링 될 때 바 */
.aui-grid-bar-renderer-reverse {
background: #DF4D4D;
background: -webkit-linear-gradient(left, #FF9595, #DF4D4D);
background: -moz-linear-gradient(left, #FF9595, #DF4D4D);
background: -ms-linear-gradient(left, #FF9595, #DF4D4D);
background: -o-linear-gradient(left, #FF9595, #DF4D4D);
background: linear-gradient(to right, #FF9595, #DF4D4D);
}
/* 바게이지 양수 음수 함께 사용되는 영역에서 음수 바 */
.aui-grid-bar-renderer-negative {
background: #DF4D4D;
}
/* 바게이지 양수 음수 함께 사용되는 영역에서 양수 바 */
.aui-grid-bar-renderer-positive {
background: #2F9D27;
}
/* 바렌더러 바게이지 끝*/
/* 달력 */
.aui-grid-calendar-wrapper {
z-index:1999;
background:#ffffff;
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.aui-grid-calendar-wrapper .aui-calendar {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
background:#fff;
font-size: 12px;
width:190px;
height:auto;
border:1px solid #aaa;
border-radius:0px;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-header {
height : 38px;
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
border-bottom : 1px solid #aaa;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-left-btn {
display:inline-block;
position:absolute;
top:2px;
left:2px;
width:20px;
height:36px;
box-sizing:border-box;
background: url("./images/prev_ico.png") no-repeat 50% 50%;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-right-btn {
display:inline-block;
position:absolute;
top:2px;
right:2px;
width:20px;
height:36px;
box-sizing:border-box;
background: url("./images/next_ico.png") no-repeat 50% 50%;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-left-btn:hover,
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-right-btn:hover{
cursor:pointer;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-footer {
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
height:30px;
position:relative;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-today-btn {
display:inline-block;
position:absolute;
font-weight:bold;
top:3px;
right:2px;
padding:2px 4px;
border: 1px solid #2e6da4;
color:#fff;
background: #337ab7;
border-radius:0px;
cursor:pointer;
box-sizing:border-box;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-today-btn:hover {
border: 1px solid #122b40;
background: #286090;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-delete-btn {
display:inline-block;
position:absolute;
top:3px;
left:2px;
padding:2px 4px;
border: 1px solid #aaa;
background: #eaeaea;
border-radius:0px;
cursor:pointer;
box-sizing:border-box;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-delete-btn:hover {
border: 1px solid #aaa;
background: #ddd;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-title {
display:inline-block;
text-align:center;
width:100%;
font-size:14px;
margin-top:10px;
box-sizing:border-box;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-title:hover {
cursor:pointer;
}
.aui-grid-calendar-wrapper .aui-calendar .aui-calendar-table {
width:100%;
border-spacing: 1px;
border-collapse: separate;
}
.aui-grid-calendar-wrapper .aui-calendar .day-title {
font-weight:bold;
text-align: center;
}
.aui-grid-calendar-wrapper .aui-calendar .weekday {
text-align:center;
color:#555;
padding:4px;
border:1px solid #d3d3d3;
box-sizing:border-box;
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
}
.aui-grid-calendar-wrapper .aui-calendar .weekday:hover {
cursor:pointer;
border:1px solid #777;
}
.aui-grid-calendar-wrapper .aui-calendar .sunday {
color :#f00;
}
.aui-grid-calendar-wrapper .aui-calendar .saturday {
color :#00f;
}
.aui-grid-calendar-wrapper .aui-calendar .selected-day {
background: #555;
background: -webkit-linear-gradient(top, #989898, #555);
background: -moz-linear-gradient(top, #989898, #555);
background: -ms-linear-gradient(top, #989898, #555);
background: -o-linear-gradient(top, #989898, #555);
background: linear-gradient(to bottom, #989898, #555);
color: #ffffff ;
}
.aui-grid-calendar-wrapper .aui-calendar .today {
border: 1px solid #CC723D;
box-sizing:border-box;
}
/* 이전, 다음 달의 여분 날짜(day) */
.aui-grid-calendar-wrapper .aui-calendar .extraday {
text-align:center;
color:#aaa;
padding:4px;
border:1px solid #d3d3d3;
box-sizing:border-box;
}
.aui-grid-calendar-wrapper .aui-calendar .extraday:hover {
cursor:pointer;
border:1px solid #777;
}
.aui-grid-calendar-wrapper .aui-calendar .month,
.aui-grid-calendar-wrapper .aui-calendar .year{
text-align:center;
color:#555;
text-align:center;
padding:14px 4px;
border:1px solid #d3d3d3;
box-sizing:border-box;
background: #eaeaea;
background: -webkit-linear-gradient(top, #f8f8f8, #eaeaea);
background: -moz-linear-gradient(top, #f8f8f8, #eaeaea);
background: -ms-linear-gradient(top, #f8f8f8, #eaeaea);
background: -o-linear-gradient(top, #f8f8f8, #eaeaea);
background: linear-gradient(to bottom, #f8f8f8, #eaeaea);
}
.aui-grid-calendar-wrapper .aui-calendar .month:hover,
.aui-grid-calendar-wrapper .aui-calendar .year:hover {
cursor:pointer;
border:1px solid #777;
}
.aui-grid-calendar-wrapper .aui-calendar .selected-month,
.aui-grid-calendar-wrapper .aui-calendar .selected-year {
background: #555;
background: -webkit-linear-gradient(top, #989898, #555);
background: -moz-linear-gradient(top, #989898, #555);
background: -ms-linear-gradient(top, #989898, #555);
background: -o-linear-gradient(top, #989898, #555);
background: linear-gradient(to bottom, #989898, #555);
color: #ffffff ;
}
/* 달력 끝 */
/* bootstrap-datepicker, jquery-datepicker 달력 시작*/
.aui-grid-bootstrap-calendar-wrapper, .aui-grid-jq-calendar-wrapper {
font-family: 'Malgun Gothic', '맑은 고딕', AppleSDGothicNeo-Light, sans-serif;
font-size: 13px;
padding: 4px;
position: absolute;
z-index: 1060;
min-width: 160px;
margin: 2px 0 0;
list-style: none;
box-sizing:border-box;
background-color: #fff;
border: 1px solid rgba(0,0,0,0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
box-shadow: 0 6px 12px rgba(0,0,0,0.175);
background-clip: padding-box;
}
.aui-grid-bootstrap-calendar-wrapper *, .aui-grid-bootstrap-calendar-wrapper * {
box-sizing:content-box;
}
/* bootstrap-datepicker,jquery-datepicker 달력 끝*/
/* 링크 렌더러 */
.aui-grid-link-renderer > a {
text-decoration:underline;
}
/* 링크 렌더러 끝*/
/* 셀 에디터 버턴 기본 스타일 */
.aui-grid-cell-editor-button {
cursor:pointer;
background: url(./images/pad-icon.png) 50% 50% no-repeat;
background-size:14px;
border:none;
}
/* 셀 에디터 버턴 텍스트 인풋 스타일 */
.aui-grid-cell-editor-button-inputer {
background: url(./images/input-icon.png) 50% 50% no-repeat;
}
/* 셀 에디터 버턴 콤보박스, 드랍다운리스트 스타일 */
.aui-grid-cell-editor-button-combo-list, .aui-grid-cell-editor-button-drop-list {
background: url(./images/list-icon.png) 50% 50% no-repeat;
}
/* 셀 에디터 버턴 달력 스타일 */
.aui-grid-cell-editor-button-calendar {
background: url(./images/calendar-icon.png) 50% 50% no-repeat;
}
/* 셀 에디터 버턴 리모트리스트 검색 스타일 */
.aui-grid-cell-editor-button-remote-search {
background: url(./images/search2.png) 50% 50% no-repeat;
}
/* 셀 에디터 버턴 리모트리스트 프리로더 */
.aui-grid-cell-editor-button-ajax-loader {
background: url(./images/tiny-ajax-loader.gif) 50% 50% no-repeat;
}
/* 계층형인 경우 Depth 에 따른 ROW 간 스타일 */
.aui-grid-row-depth1-style {
font-weight: bold;
color: #fff;
background: #8fc5de;
}
.aui-grid-row-depth2-style {
font-weight: bold;
color: #46a0d3;
background: #c6d9e4;
}
.aui-grid-row-depth3-style {
font-weight: bold;
color: #46a0d3;
background: #e1eef8;
}
.aui-grid-row-depth-default-style {
font-weight: bold;
color: #000;
}