@charset "UTF-8";
@import url("jsuites.min.css");
@import url("jspreadsheet.min.css");

/* fallback */
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url('../font/MaterialIcons-Regular.woff') format('woff');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	width: 18px !important;
	height: 18px !important;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

/********************************************************************************************************************
	시트 영역
 ********************************************************************************************************************/
/* progress box */
.jexcel_container .jexcel_progress {
	z-index: 10;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
}
.jexcel_container .jexcel_progress.off {
	display: none;
}
.jexcel_container .jexcel_progress .jexcel_progress_box {
	min-width: 148px;
	min-height: 64px;
	padding: 8px;
	background-color: #F6F8FB;
	background-image: url('../images/preloader.gif');
	background-size: 96px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/********************************************************************************************************************
	[END] 시트 영역
 ********************************************************************************************************************/


/********************************************************************************************************************
	 시트 그리드 데이타 출력 영역
 ********************************************************************************************************************/
.jexcel_content {box-shadow: none !important;}
.jexcel_content table.jexcel {border-bottom: 1px #efefef solid !important; border-right: none !important; background-color: transparent;}

/* 헤더 정렬 설정 */
.jexcel_content table.jexcel thead {top: 0 !important; position: -webkit-sticky !important; position: sticky !important; z-index: 3 !important;}
.jexcel_content table.jexcel thead tr {height: 2.5rem !important; background-color: inherit;}
.jexcel_content table.jexcel thead tr td {font-weight: 800; text-align: center !important; background-color: inherit; border-top: none; border-bottom: 1px #e3e6ed solid; border-left: 1px #f9f9f9 solid;}
.jexcel_content table.jexcel thead tr td:first-child {border-left: none !important;}
.jexcel_content table.jexcel thead tr td:last-child {border-right: none !important;}
.jexcel_content table.jexcel thead tr td.selected {background-color: #c8e6f7;}
.jexcel_content table.jexcel thead tr td.jexcel_selectall:after {
	content: '#';
	font-weight: 500;
}

/* 데이타 행 설정 */
.jexcel_content table.jexcel tbody tr {height: 2.25rem; background-color: inherit;}
.jexcel_content table.jexcel tbody tr td {text-align: center; background-color: inherit; border-top: none; border-bottom: 1px #e3e6ed solid; border-left: 1px #f9f9f9 solid;}
.jexcel_content table.jexcel tbody tr td.readonly {background-color: #f8faff; color: rgba(0,0,0,0.75);}
.jexcel_content table.jexcel tbody tr td.row-status.readonly {background-color: inherit;}
.jexcel_content table.jexcel tbody tr td:first-child {border-left: none !important;}
.jexcel_content table.jexcel tbody tr td:last-child {border-right: none !important;}
.jexcel_content table.jexcel tbody tr:last-child td {border-bottom: none;}

.jexcel_content table.jexcel .highlight {background-color: #eff9ff!important;}
.jexcel_content table.jexcel .highlight-top {border-top: 1px #0080c7 solid !important;}
.jexcel_content table.jexcel .highlight-right {border-right: 1px #0080c7 solid !important;}
.jexcel_content table.jexcel .highlight-bottom {border-bottom: 1px #0080c7 solid !important;}
.jexcel_content table.jexcel .highlight-left {border-left: 1px #0080c7 solid !important;}
.jexcel_content table.jexcel > tbody > tr.selected > td:first-child {background-color: #c8e6f7;}

/* checkbox & radio */
.jexcel_content table.jexcel input[type=checkbox],
.jexcel_content table.jexcel input[type=radio] {
	--phoenix-form-check-bg: var(--phoenix-emphasis-bg);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	margin-top: 0.245em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--phoenix-form-check-bg);
	background-image: var(--phoenix-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--phoenix-border-color);
	print-color-adjust: exact;
}
.jexcel_content table.jexcel input[type=checkbox] {
	border-radius: 0.25em;
}
.jexcel_content table.jexcel input[type=radio] {
	border-radius: 50%;
}
.jexcel_content table.jexcel input[type=checkbox]:active,
.jexcel_content table.jexcel input[type=radio]:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}
.jexcel_content table.jexcel input[type=checkbox]:focus,
.jexcel_content table.jexcel input[type=radio]:focus {
	border-color: #3874ff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(56, 116, 255, 0.25);
	box-shadow: 0 0 0 0.25rem rgba(56, 116, 255, 0.25);
}
.jexcel_content table.jexcel input[type=checkbox]:checked,
.jexcel_content table.jexcel input[type=radio]:checked {
	background-color: #3874ff;
	border-color: #3874ff;
}
.jexcel_content table.jexcel input[type=checkbox]:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.jexcel_content table.jexcel input[type=radio]:checked {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.jexcel_content table.jexcel input[type=checkbox]:indeterminate {
	background-color: #3874ff;
	border-color: #3874ff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.jexcel_content table.jexcel input[type=checkbox]:disabled {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}
.jexcel_content table.jexcel input[type=checkbox][disabled] ~ .form-check-label,
.jexcel_content table.jexcel input[type=radio][disabled] ~ .form-check-label,
.jexcel_content table.jexcel input[type=checkbox]:disabled ~ .form-check-label,
.jexcel_content table.jexcel input[type=radio]:disabled ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}
/* [END] checkbox & radio */


/* textarea */
.jexcel_content table.jexcel td.multiline-cell {line-height: 1.49; white-space: nowrap !important;}
.jexcel_content table.jexcel td.multiline-cell.editor {position: relative;}
.jexcel_content table.jexcel td.multiline-cell textarea.textarea {z-index: 2; position: absolute; top: -1px; left: -1px; background-color: #fff; border:1px #0080c7 solid !important; padding: 6px !important; min-height: 9rem;}
/* [END] textarea */


.jexcel_content .row_status {display: inline-block;  width: 1rem; height: 1rem; color: rgba(0, 0, 0, 1);}
.jexcel_content .row_status code {display: inline-block;  width: 1rem; height: 1rem; background-repeat: no-repeat;}
.jexcel_content .row_status.C code {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMWVtJyB2aWV3Qm94PScwIDAgNDQ4IDUxMic+PHN0eWxlPnN2Z3tmaWxsOiMzMTM3NGF9PC9zdHlsZT48cGF0aCBkPSdNMjU2IDgwYzAtMTcuNy0xNC4zLTMyLTMyLTMycy0zMiAxNC4zLTMyIDMyVjIyNEg0OGMtMTcuNyAwLTMyIDE0LjMtMzIgMzJzMTQuMyAzMiAzMiAzMkgxOTJWNDMyYzAgMTcuNyAxNC4zIDMyIDMyIDMyczMyLTE0LjMgMzItMzJWMjg4SDQwMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkgyNTZWODB6Jy8+PC9zdmc+");}
.jexcel_content .row_status.R code {}
.jexcel_content .row_status.U code {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMWVtJyB2aWV3Qm94PScwIDAgNDQ4IDUxMic+PHN0eWxlPnN2Z3tmaWxsOiMzMTM3NGF9PC9zdHlsZT48cGF0aCBkPSdNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHonLz48L3N2Zz4=");}
.jexcel_content .row_status.D code {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGhlaWdodD0nMWVtJyB2aWV3Qm94PScwIDAgMzg0IDUxMic+PHN0eWxlPnN2Z3tmaWxsOiMzMTM3NGF9PC9zdHlsZT48cGF0aCBkPSdNMzQyLjYgMTUwLjZjMTIuNS0xMi41IDEyLjUtMzIuOCAwLTQ1LjNzLTMyLjgtMTIuNS00NS4zIDBMMTkyIDIxMC43IDg2LjYgMTA1LjRjLTEyLjUtMTIuNS0zMi44LTEyLjUtNDUuMyAwcy0xMi41IDMyLjggMCA0NS4zTDE0Ni43IDI1NiA0MS40IDM2MS40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM3MzMi44IDEyLjUgNDUuMyAwTDE5MiAzMDEuMyAyOTcuNCA0MDYuNmMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMHMxMi41LTMyLjggMC00NS4zTDIzNy4zIDI1NiAzNDIuNiAxNTAuNnonLz48L3N2Zz4=");}

/* sheet empty infomation box */
.jexcel_content .jexcel_content_empty { position: absolute; margin-top: 15px; width: 100%; min-height: 26px; color: #666; font-weight: 600; text-align: center; display: none; }

.jexcel_content .cell_choose {border: 1px #0080c7 solid !important;} 
.jexcel_content .all_check_col {margin-right: 6px;}
.jexcel_content .required_col {color: #ff0000; font-weight: 700; font-size: 14px; margin-left: 3px;}
.jexcel_content .jexcel_import_file {display: none;}

/* sheet custom columns */
.jexcel_content table.jexcel .search_col {display: flex; justify-content: space-between; align-items: center;}
.jexcel_content table.jexcel .search_col .search_col_label_wrap {
	overflow-x: hidden;
	width: auto;
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}
.jexcel_content table.jexcel .search_col .search_col_label_wrap .search_col_label {
	display: inline-block;
	width: calc(100% - 0.15rem);
	line-height: initial;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
	color: #000;
}
.jexcel_content table.jexcel .search_col .search_col_button_wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
/*
.jexcel_content table.jexcel .search_col .search_col_button_wrap button {margin-left: 6px;}
.jexcel_content table.jexcel .search_col .search_col_button_wrap button:first-child {margin-left: 0px;}
.jexcel_content table.jexcel .search_col .search_col_button_wrap .search_col_btn1 {border: none; background: none; padding: 0;}
.jexcel_content table.jexcel .search_col .search_col_button_wrap .search_col_btn2 {border: none; background: none; padding: 0;}
*/
.jexcel_content table.jexcel .datepicker {text-align: center;}

.jexcel_content table.jexcel .tree code {font-size: 0.6rem;}
/********************************************************************************************************************
	 [END] 시트 그리드 데이타 출력 영역
 ********************************************************************************************************************/
