/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editEnabled, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.jex-header.ui-state-default {
	width: 100%;
	overflow: hidden;
	border-left: 0px;
}

.jex-column-headers {
	width: 999999px;
	position: relative;
	white-space: nowrap;
	cursor: default;
	overflow: hidden;
}

.jex-column-header.ui-state-default {
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 4px;
	border-right: 1px solid silver;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	float: left;
}

.jex-column-header-sorted {
	font-style: italic;
}

.jex-sort-indicator {
	display: inline-block;
	width: 8px;
	height: 5px;
	margin-left: 4px;
}

.jex-sort-indicator-desc {
	background: url(../images/sort-desc.gif);
}

.jex-sort-indicator-asc {
	background: url(../images/sort-asc.gif);
}

.jex-col-resize-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	cursor: col-resize;
	width: 4px;
	right: 0px;
	top: 0;
	height: 100%;
}

.jex-sortable-placeholder {
	background: silver;
}

.grid-canvas {
	position: relative;
	outline: 0;
}

.jex-row.ui-widget-content,.jex-row.ui-state-active {
	position: absolute;
	border: 0px;
}

.jex-cell {
	float: left;
	border: 1px solid transparent;
	border-right: 1px dotted silver;
	border-bottom-color: #d5d5cd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	z-index: 1;
	padding: 1px 2px 2px 1px;
	margin: 0;
	white-space: nowrap;
	cursor: default;
}

.jex-cell a {
	text-decoration: underline;
}

.jex-cell a:hover {
	color: #103e96;
	text-decoration: underline;
}

.jex-cell.highlighted {
	background: lightskyblue;
	background: rgba(0, 0, 255, 0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.jex-cell.flashing {
	border: 1px solid red !important;
}

.jex-cell.editEnabled {
	z-index: 11;
	overflow: visible;
	background: white;
	border-color: black;
	border-style: solid;
}

.jex-cell:focus {
	outline: none;
}

.jex-reorder-proxy {
	display: inline-block;
	background: blue;
	opacity: 0.15;
	filter: alpha(opacity = 15);
	cursor: move;
}

.jex-reorder-guide {
	display: inline-block;
	height: 2px;
	background: blue;
	opacity: 0.7;
	filter: alpha(opacity = 70);
}

.jex-selection {
	z-index: 10;
	position: absolute;
	background: gray;
	border: 1px solid black;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	-webkit-box-shadow: 0px 0px 10px black;
	-moz-box-shadow: 0px 0px 10px black;
	box-shadow: 0px 0px 10px black;
}

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editEnabled, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/
.jex-column-headers {
	background: url('../images/column-headers-bg.gif') repeat-x center
		bottom;
	border-bottom: 1px solid silver;
}

.jex-column-header {
	background: url('../images/column-headers-bg.gif') repeat-x center
		bottom;
	border-right: 1px solid silver;
}

.jex-column-header:hover,.jex-column-header-active {
	background: #dde4ec url('../images/column-headers-over-bg.gif') repeat-x
		center bottom;
}

.jex-row.ui-state-active {
	background: #F5F7D7;
}

.jex-row {
	position: absolute;
	background: #FFFFFF;
	border: 0px;
	line-height: 20px;
}

.jex-row.selected {
	z-index: 10;
	background: #DFE8F6;
}

.jex-cell {
	padding-left: 4px;
	padding-right: 4px;
}

.jex-cell.selected {
	border-color: gray;
	border-style: solid;
}

.jex-sortable-placeholder {
	background: silver !important;
}

.jex-row[row $="1"],.jex-row[row $="3"],.jex-row[row $="5"],.jex-row[row
	$="7"],.jex-row[row $="9"] {
	background: #fafafa;
}

.jex-row.ui-state-active {
	background: #faedcf;
}

.jex-row.loading {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.jex-cell.invalid {
	border-color: red;
}

.grid-header {
	border: 1px solid gray;
	border-bottom: 0;
	border-top: 0;
	background: url('../images/header-bg.gif') repeat-x center top;
	color: black;
	height: 24px;
	line-height: 24px;
}

.grid-header label {
	display: inline-block;
	font-weight: bold;
	margin: auto auto auto 6px;
}

.grid-header .ui-icon {
	margin: 4px 4px auto 6px;
	background-color: transparent;
	border-color: transparent;
}

.grid-header .ui-icon.ui-state-hover {
	background-color: white;
}

.grid-header #txtSearch {
	margin: 0 4px 0 4px;
	padding: 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid silver;
}

.options-panel {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid silver;
	background: #f0f0f0;
	padding: 4px;
	margin-bottom: 20px;
}

/* Individual cell styles */
.jex-cell.task-name {
	font-weight: bold;
	text-align: right;
}

.jex-cell.task-percent {
	text-align: right;
}

.jex-cell.cell-move-handle {
	font-weight: bold;
	text-align: right;
	border-right: solid gray;
	background: #efefef;
	cursor: move;
}

.cell-move-handle:hover {
	background: #b6b9bd;
}

.jex-row.selected .cell-move-handle {
	background: #D5DC8D;
}

.jex-row .cell-actions {
	text-align: left;
}

.jex-row.complete {
	background-color: #DFD;
	color: #555;
}

.percent-complete-bar {
	display: inline-block;
	height: 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* TextCellEditor, DateCellEditor */
input.editor-text {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	background: transparent;
	outline: 0;
	padding: 0;
}

.jex-cell .ui-datepicker-trigger {
	margin-top: 2px;
	padding: 0;
	vertical-align: top;
}

/* PercentCompleteCellEditor */
input.editor-percentcomplete {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	background: transparent;
	outline: 0;
	padding: 0;
	float: left;
}

.editor-percentcomplete-picker {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 100%;
	background: url("../images/pencil.gif") no-repeat center center;
	overflow: visible;
	z-index: 1000;
	float: right;
}

.editor-percentcomplete-helper {
	border: 0 solid gray;
	position: absolute;
	top: -2px;
	left: -9px;
	background: url("../images/editor-helper-bg.gif") no-repeat top left;
	padding-left: 9px;
	width: 120px;
	height: 140px;
	display: none;
	overflow: visible;
}

.editor-percentcomplete-wrapper {
	background: beige;
	padding: 20px 8px;
	width: 100%;
	height: 98px;
	border: 1px solid gray;
	border-left: 0;
}

.editor-percentcomplete-buttons {
	float: right;
}

.editor-percentcomplete-buttons button {
	width: 80px;
}

.editor-percentcomplete-slider {
	float: left;
}

.editor-percentcomplete-picker:hover .editor-percentcomplete-helper {
	display: block;
}

.editor-percentcomplete-helper:hover {
	display: block;
}

/* YesNoSelectCellEditor */
select.editor-yesno {
	width: 100%;
	margin: 0;
	vertical-align: middle;
}

/* YesNoCheckboxCellEditor */
input.editor-checkbox {
	margin: 0;
	height: 100%;
	padding: 0;
	border: 0;
}

/* Grid ½ºÅ¸ÀÏ 2022-06-17 */
.grid {border:0;background:#fff;}
.grid *{font-size:12px;}

.jgrid{border:0 !important;}
.jgrid-header-mask {border-bottom:1px solid #626c79 !important;background:#788496 !important;}
.jgrid-header {background-color:#788496 !important;color:#fff !important;line-height:28px !important;}
.grid-colHeader {border-right:1px solid #98a1ae !important;background-color:#788496 !important;color:#fff !important;height:24px !important;}
.grid-colHeader.interactive:hover, #JGM0 .jgrid-colheader-active {background:none !important;}
.jgrid-colheader-title{line-height:25px !important;}
.jgrid-sort-order {font-size:0 !important;line-height:0 !important;}
.jgrid-viewport {width:auto !important;border-right:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7 !important;border-left:1px solid #e2e4e7 !important;line-height:24px !important;}
.jgrid-cell {border-right:1px solid #e2e4e7 !important;border-bottom:1px solid #e2e4e7 !important;color:#333 !important;}
.classSliderMask {width:auto !important;border-right:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7 !important;border-left:1px solid #e2e4e7 !important;}
.classSlider {background-color:#f9f9fa !important;}
.classSliderCell {border-right:1px solid #e2e4e7 !important;}
.jgrid-footer {width:auto !important;border-right:1px solid #e2e4e7;border-bottom:1px solid #e2e4e7 !important;border-left:1px solid #e2e4e7 !important;background-color:#f1f2f4 !important;color:#333 !important;}
/* //Grid ½ºÅ¸ÀÏ 2022-06-17 */

/* Progressbar Ãß°¡(Á¢¼ö¹øÈ£ : 20210802-0104), 2021-08-06 ¹Ú¹Ì¿Ï */
/* .progress-wrap { */
/* 	position: relative; */
/* 	height: 5em; */
/* 	width: 400px; */
/* 	padding: 10px; */
/* 	background-color: #f7f7f7; */
/* 	border-style: solid; */
/* 	border-color: #959595; */
/* 	border-radius: 4px; */
/* 	text-align: center; */
/* } */

/* .progress-wrap > span { */
/* 	display: inline-block; */
/* 	margin-bottom: 1em; */
/* 	font-weight: bold; */
/* } */
/* .ui-progressbar { */
/* 	position: relative; */
/* 	text-align: center; */
/* } */

/* .ui-progressbar-value { */
/* 	background-color: cornflowerblue; */
/* } */

/* .progress-label { */
/* 	position: absolute; */
/* 	top: 4px; */
/* 	font-weight: bold; */
/* 	text-shadow: 1px 1px 0 #fff; */
/* 	width: 100%; */
/* } */

/* .ui-widget-header { */
/* border: 1px solid #aaaaaa{borderColorHeader}; */
/* color: #222222{fcHeader}; */
/* font-weight: bold; */
/* } */
/* Progressbar Ãß°¡(Á¢¼ö¹øÈ£ : 20210802-0104), 2021-08-06 ¹Ú¹Ì¿Ï */