/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@charset "utf-8";

/* AUI CUSTOM CSS */

/*****************************************************************/
/* 이 밑에는 임의로 수정하지마세요..*/
/* 상태에 따라 그리드의 로우 색깔을 글로벌로 변경될 로우 색깔 적용 */
.aui-status-default {background-color: #FFF }
.aui-grid-default-column {background-color: #FFF }
.aui-status-pending {background-color: #f2f2f2;color : #31933d;}
.aui-status-ongoing {color : #5e00bb; background-color: #FFF;}
.aui-status-reject-or-urgent {color : red; background-color: #FFF;}
.aui-status-complete {background-color: #eee;color : #999;}

/* 그리드 정렬 */
.aui-left {text-align: left !important;vertical-align: middle !important;}
.aui-right {text-align: right !important; vertical-align: middle !important;}
.aui-center {text-align: center !important;vertical-align: middle !important;}
.v-align-top {vertical-align: top !important;}

/* 그리드 팝업호출 */
.aui-popup > div:not(:empty) {text-decoration: underline; cursor: pointer; text-underline-position: under;}

/* 상호작용(다른 화면 변경) */
.aui-link > div:not(:empty) {text-decoration: underline; cursor: pointer; text-underline-position: under;}

/* 수정 가능한 컬럼*/
.aui-editable {color: blue !important;cursor: pointer;}

/* 푸터 */
.aui-footer {font-weight: bold !important;}
/*****************************************************************/

/* hover 됐을때 색깔 반전되는 AUI 그리드 기본 CSS 막음 */
.aui-grid-body-panel .aui-grid-table tr td:hover {
	background:#FFFACD !important;
	color:#000 !important;
}

/* 그리드 오버 선택자 만들기 */
.aui-grid-body-panel .aui-grid-table tr:hover {
	background:#FFFACD !important;
	color:#000 !important;
}

.aui-status-default:hover  > td { 
	background-color:#FFFACD !important;
	color:#000 !important;
}
.aui-status-pending:hover  > td { 
	background-color:#FFFACD;
	color:#000; 
}
.aui-status-ongoing:hover  > td { 
	background-color:#FFFACD;
	color:#000; 
}
.aui-status-reject-or-urgent:hover  > td  { 
	background-color:#FFFACD;
}
.aui-status-complete:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-renderer-base:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-default-column:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-row-depth3-style:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-row-depth3-style > td { 
	background-color:#eee !important;
	color:#000 !important; 
}
.aui-grid-row-white-style:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-selection-bg:hover > td { 
	background-color:#FFFACD !important;
	color:#000 !important; 
}
.aui-grid-row-background .aui-grid-table tr:hover { 
	background:#FFFACD;
	color:#000; 
}

.aui-grid-button-renderer {
	color: #000000;
	background: #eee;
	border: 1px solid #aaaaaa;
	background-clip: padding-box;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1em;
	border-radius: 4px;
	-webkit-appearance: none;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 2px;
}

.aui-grid-button-percent-width {
	width: 100%;
}

/* 부품재고조회 행 스타일 변경 */
.aui-row-style {
	background-color: #ededed;
}
/* 계약및출하 색깔 */
.aui-row-highlight-prcessing { color: blue !important} .aui-row-highlight-history {color: #008000 !important} .aui-row-highlight-cancel {color: #FF0000 !important} .aui-row-highlight-complete {color: black !important}
/* 부품 수주현황 색 */
.aui-row-part-sale-complete {color: green !important}
.aui-row-part-sale-end {color: gray !important}
.aui-grid-selection-row-sunday-bg {background: linear-gradient(to bottom, #ffeaea, #ffeaea) !important;}
.aui-grid-selection-row-satuday-bg {background: linear-gradient(to bottom, #e1f5ff, #e1f5ff) !important;}
/* 어테치 선택 하이라이트 */
.aui-row-highlight{background: #c6f4ff !important;}
.aui-row-highlight>.aui-grid-selection-row-num-column{background: #c6f4ff !important;}
/* 무상 임의비용 */
.aui-row-free-part-cost{color: red !important;}
/* 무상 기본부품 */
.aui-row-free-part-default {color: #4663ac !important;}
/* 무상 추가부품 */
.aui-row-free-part-add{color: black !important;}
.aui-color-red {
	color: red !important;
}
.aui-color-red-right {
	color: red !important;
	text-align: right !important;
	vertical-align: middle !important;
}
.aui-color-red-left {
	color: red !important;
	text-align: left !important;
	vertical-align: middle !important;
}
.aui-color-red-left-line {
	color: red !important;
	text-align: left !important;
	vertical-align: middle !important;
	text-decoration: line-through !important;
}
.aui-color-red-right-line {
	color: red !important;
	text-align: right !important;
	vertical-align: middle !important;
	text-decoration: line-through !important;
}

/* 그리드 - 달력형식에서 사용  -일반 달력과 색깔이 상이함*/

.aui-calendar-sunday-bg {
	background: #ededed;
}
.aui-calendar-saturday-bg {
	background: #ededed;
}
.aui-calendar-holiday-bg {
	background:  #ffeaea;
}
.aui-calendar-today-bg {
	background: #e1f5ff;
}
.aui-calendar-weekday-bg {
	background: #f2f8fe;
}
.aui-calendar-text-holiday {
	background: #d91920;
}			




/* background 회색 */
.aui-background-gray {
	background:#eee;
}

.aui-background-darkgray {
	background:#E9ECEF;
}

/* 그리드 disabled 버튼*/
/* .aui-grid-button-renderer-disabled {
	opacity : 0.3;
	background: #e9ecef;
} */


/* 출하명세서-보유장비대비 confirm Y일때 변경 */
.aui-row-sale-confirm {
	color : #FFA500 !important;
	font-weight: bold !important;
	font-style: oblique;	
}

.aui-part-col-style {
	background:#FFEBFE;
	color:#0000ff;
	font-weight:bold;
}

.aui-ms-col-style {
	background: #e5f0fd;
}

/*계약 출하 */
.aui-contract-reject > div{
	color:#6B9900;
	font-weight:bold;
}
.aui-contract-cancel > div {
	color:red;
	font-weight:bold;
}
.aui-contract-print > div{
	color:#843C0C;
	font-weight: bolder;
}

/*접힘헤더 
	headerStyle : "aui-fold"
*/
.aui-fold {
	background: #faebd7 !important;
    color: #0e4c87;
}

/* VIP 판매가 헤더
	headerStyle : "aui-vip-header"
*/
.aui-vip-header {
/* 	background: #faebd7 !important; */
    color: #FF0000;
}
.aui-editable-header {
/* 	background: #faebd7 !important; */
    color: #0000FF;
}
.aui-yellow-bg-header {
	/* 	background: #faebd7 !important; */
	background: #fff1cd !important;
}

.aui-grid-row-white-style { 
	background-color:#FFF !important;
}


.aui-grid-body-panel .aui-grid-table tr td {
	border-bottom-color: #a4a2a6;
	border-top-color: #a4a2a6;
}

/*업무일지 관리 클릭했을때*/
.aui-visited {
	color: #808080 !important;
	text-decoration: underline !important;
	text-underline-position: under;
}
.aui-pointer {
	cursor: pointer;
}

/* 정비현황분석 */
.aui-as-tot-row-style {
	background: #fff8eb;
}
.aui-as-tot-row-underline-style {
	background: #fff8eb;
	text-decoration : underline;
	cursor: pointer;
}

.aui-as-center-row-style {
	background: #eaf6ff;
}

.aui-as-cell-row-style {
	background: #eeeeee;
}

.aui-sale-graph {text-decoration : underline; cursor: pointer;}
.aui-sale-graph:before {
   font-weight: bolder;
   font-family: "Material Icons";
   content: "\e9ae";
   display: inline-block;
}

.aui-serv-svc {
	background-color: #EEEEEE;
/* 	border-right: 1px solid #DCDCDC !important; */
/* 	border-bottom: 1px solid #bdbdbd !important; */
/* 	border-color: grey !important; */
}

.aui-bg-darker-gray {
	background: #d9d9d9;
}

/* background 붉은계열의 색으로 변경 */
.aui-bg-warning {
	background: #ff4f4f;
}

/* 어테치먼트 발주관리 부품 행 스타일 */
.aui-attach-part-order-row-style {
	color: blue !important;
	cursor: pointer;
	background: #fff8eb !important;
}

/* 수주 상태  */
.aui-part-sale-pending {background-color: #f2f2f2;color : #31933d; text-decoration: underline; cursor: pointer; text-underline-position: under;}
.aui-part-sale-complete {background-color: #eee;color : #999; text-decoration: underline; cursor: pointer; text-underline-position: under;}
.aui-part-sale-send-default {background-color: #FFF; text-decoration: underline; cursor: pointer; text-underline-position: under;}

/* 그리드 팝업 호출하는 aui-ms-col-style 스타일 */
.aui-sub-total-popup {
	background: #e5f0fd;
}
.aui-sub-total-popup > div:not(:empty) {
	text-decoration: underline;
	cursor: pointer;
	text-underline-position: under;
}

/* 개인정보 동의 연장 대상 */
.aui-privacy_extend_target {background-color: yellow !important;}

.red-text {
	color: #ff0000;
}
.blue-text {
	color: #0000ff;
}
.green-text {
	color: #00af77;
}
.holiday-bg{
	background : #ddf6e7;
}
.close-bg{
	background : #e7e7e7;
}
.night-bg{
	background : #fdfce4;
}
.holiday-bg-aui-popup{ /*css 중첩이 안되는 관계로 따로 작성*/
	background : #ddf6e7;text-decoration: underline; cursor: pointer; text-underline-position: under;
}
.aui-non-click{pointer-events: none;}
