@charset "utf-8";
/* *********************************************
* tui-grid Custom 스타일 설정
* @최초작성일 2020.06.10.
* @최초작성자 박민규
* @수정내역
* 
********************************************* */

/* selected row */
table.tui-grid-table tr.tui-grid-cell-current-row > td{
	background-color: rgba(199, 235, 235, 1);
}


/* font size */
table.tui-grid-table th{
	font-size: 12px;
	font-weight: bold;
}
table.tui-grid-table td div{
	font-size: 12px;
}


/* header color */
table.tui-grid-table th.tui-grid-cell-header, table.tui-grid-table th.tui-grid-cell-row-header{
	background-color: #eee;
}


/* grid cell */
/* table.tui-grid-table td.tui-grid-cell div.tui-grid-cell-content{ */
/* 	overflow: auto; */
/* } */
table.tui-grid-table td.tui-grid-cell-editable > div.tui-grid-cell-content{
/* 	border: 1px outset; */
	cursor: pointer;

}

.isNotZero{
	background-color: #f5c6c6 !important;
}

.tui-next-is-ellip.tui-last-child,
.tui-prev-is-ellip.tui-first-child {
	height: 26px;
}

/* custom background color */
.tui-grid-custom-color-red{
    background-color: rgba(250, 239, 239, 0.7) !important;
}
.tui-grid-custom-color-blue{
    background-color: rgba(235, 244, 253, 0.7) !important;
}

.tui-grid-custom-color-gray{
    background-color: #efefef !important;
}

.tui-grid-custom-color-white{
    background-color: #fcfcfc !important;
}

