@charset "utf-8";

/*********************************************/
/*설  명 : SKNETAX 전자세금계산서 개발자 CUSTOM CSS
/*작성일 : 2022-04-05
/*작성자 : PST
/*수정일 		수정자 		수정내용
/*------- -------- ---------------------------
/*2020-11-06 	HHM 		최초 생성
  2022-04-05	PST			설명수정 및 기능추가
/********************************************/

/* TAB 스크롤 기능을 위한 처리. */
.tab_scroll_ul {
	-ms-overflow-style :none;
	overflow: auto;
}

.tab_scroll_ul::-webkit-scrollbar {
	width:0 !important
}

/* 리얼그리드 cell 정렬 */
.cell-right {
  	text-align: right !important;
}

.cell-left {
  	text-align: left !important;
}

/* 리얼그리드 cell readonly 표시 */
.cell-readonly {
	background: #cccccc;
}

/* 리얼그리드 cell 마우스 포인터 표시 */
.cell-cursor {
	cursor: pointer;
}

/* 헤더 줄바꿈 */
.multi-line-css {
  white-space: pre;
}

/*link 컬럼 글씨색상(blue) */
.rg-link-renderer a:link{
  color: #4b70fd;
}
.rg-link-renderer a:visited{
  color: #4b70fd;
}

/* 리얼그리드 cell 글씨 bold */
.cell-bold {
	font-weight: bold !important;
	color:#f8591a !important; /* 오렌지색 */
}

/* 리얼그리드 cell 글씨 굵게 */
.cell-noticeAt {
	text-align: left !important;
}
.cell-noticeAt a {
	font-weight: bold !important;
	color:#f8591a !important; /* 오렌지색 */
}

/* 리얼그리드 편집가능 영역 표시 */
.cell-editable {
	background-color: #FDF5E6 !important;
}

/* 그리드배경색 */
.cell-orange div {
	font-weight: bold !important;
	color:#f8591a !important; /* 오렌지색 */
}

/* 그래드배경색 */
.cell-green div {
	font-weight: bold !important;
	color:#197b30 !important; /* 녹색 */
}

/* 수정세금계산서 붉은색 표시 */
.redText a:link{
  color: #FF0000 !important; /* 빨강색 */
}
.redText a:visited{
  color: #FF0000 !important; /* 빨강색 */
}