.rt-qc-root {
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #d3d5df;
	*/
	border:none;
	position: relative;
}

.rt-qc-root,
.rt-qc-root *,
.rt-qc-colmoveshadow,
.rt-qc-colmoveshadow * {
	font-family: Pretendard GOV, sans-serif !important;
}

.rt-qc-panel {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color: #d3d5df;
}

.rt-qc-sheetpanel {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color: #d3d5df;
}

.rt-qc-paginationpanel {
	border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c1c3ce;
    background-color: #c1c3ce;
}

.rt-qc-hscrollbar {
	border-width:1px 1px 0px 0px;
}

.rt-qc-vscrollbar {
	border-width:0px 0px 1px 1px;
}

.rt-qc-hscrollbar, .rt-qc-vscrollbar {
	border-color:#d3d5df;
	border-style:solid;
}

.rt-qc-cell {
	font-size: 1.4rem; /* QCELL의 셀 폰트 크기 설정  */
}

/* 선택된 셀에 적용할 스타일 설정 */
.rt-qc-cell-select {

	border-color: #a8b0d4 !important;
}

/* 포커스가 있는 셀에 적용할 스타일 설정 */
.rt-qc-cell-focus,
.rt-qc-cell-focus.rt-qc-cell-select {
	font-weight:normal !important;
	background-color: #ffffff !important;
	/* border: 1px solid #6678bf !important; */
}

.rt-qc-cell-edgeheader {
	border-bottom-width:1px !important;
}

.rt-qc-cell-viewport, .rt-qc-cell-footer {
	border-color: #b1b8be;
	color: #1e2124;/* 데이터 표시 영역의 폰트칼라 설정 */
}

/* 텍스트 padding 설정 */
.rt-qc-cell-colheader, .rt-qc-cell-viewport, .rt-qc-cell-footer {
	padding-left:2px;
	padding-right:2px;
}

.rt-qc-cell-headerrows, .rt-qc-cell-frozenbottomrows, .rt-qc-cell-footerrows {
	/*border-width:1px 1px 0px 0px;*/
	border-width: 0px;
}

/* 틀고정 영역 셀 스타일 설정 */
.rt-qc-cell-frozencols, .rt-qc-cell-frozenrows, .rt-qc-cell-frozenbottomrows {
	background-color: #eeeff5;/*틀고정 영역에 배경색을 반드시 설정해야 함.*/
	border-color: #cdcfdc;
}

/* highlightrepeat 스타일 설정 */
.rt-qc-cell-highlightrepeat {
	background-color: #fff;
}

/* 헤더 영역 셀 스타일 설정 */
.rt-qc-cell-headerrows, .rt-qc-cell-headercols {
	text-align: center;
	font-weight: bold;
	/*background-color:#7b7d87;*/
	background-color:	#EDF1F5;
	border-color:#99B0CB;
	/*color: #ffffff;*/
	color: #1e2124;
	justify-content: flex-start !important;
}

.rt-qc-colheaderdndarea {
	left: 2px;
	top: 2px;
	width: 14px;
	height: 50%;
	cursor: move;
	background: url(../../../img/colmoveicon.png) no-repeat;
}

.rt-qc-colmoveshadow {
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d3d5df;
}

.rt-qc-colmoveline {
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #000;
	width: 2px;
}

.rt-qc-colresizearea {
	cursor: e-resize;
	right: 1px;
	bottom: 1px;
	width: 8px;
	height: 8px;
	background: url('../../../img/colresize.png') no-repeat;
}

.rt-qc-colresizearea:hover {
	background: url('../../../img/colresize_hov.png') no-repeat;
}

.rt-qc-colresizearea-hover {
	background: url('../../../img/colresize_hov.png') no-repeat;
}

.rt-qc-colresizeline {
	border-style: dotted;
	border-width: 0px 2px 0px 0px;
	border-color: #f24a97;
	width: 2px;
}

.rt-qc-colresizetooltip {
    width: 90px;
    height: 25px;
    opacity: 0.8;
    font-size: 12px;
    text-align: center;
    border: 1px solid #f6ae9a;
    border-radius: 2px;
    color: #f24a97;
    background-color: #fff;
    padding-top: 4px;
}

.rt-qc-sortarea {
	right: 10px;
	width: 7px;
	height: 10px;
	background: url('../../../img/sort_default.png') no-repeat;
	cursor: pointer;
}

.rt-qc-sort-asc {
	background: url('../../../img/sort_asc.png') no-repeat;
}

.rt-qc-sort-desc {
	background: url('../../../img/sort_desc.png') no-repeat;
}

.rt-qc-multisort-order {
	font-size: 11px;
	font-weight: normal;
	left: 9px;
	color: orange;
}

.rt-qc-progress-ui {
	background-color: #f1f4f5;
	background-image: url(../../../img/wait.gif);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
}

.rt-qc-emptymessasge {
	border: none !important;
	text-align: center;
}

.rt-qc-pagination-ui-center {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	line-height: 25px;
}

.rt-qc-pagination-ui-right {
	right: 0;
	top: 0;
	line-height: 25px;
}

.rt-qc-pagination-nav {
    color: #34353c !important;
    font-weight: bold;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    text-align: center !important;
    padding: 0 8px;
}

.rt-qc-pagination-nav-btn {
    color: #fff !important;
}

.rt-qc-pagination-nav-pager, .rt-qc-pagination-nav-pager-skip {
	color: #34353c !important;
}

.rt-qc-pagination-nav-pager:hover {
	border: 1px solid #7b7d87;
    padding: 0 7px;
}

.rt-qc-pagination-nav-pager-now {
    color: #34353c !important;
    border: 1px solid #d7dae3;
    background-color: #d7dae3;
    padding: 0 7px;
}

.rt-qc-pagination-nav-extend-move {
	margin-left: 10px;
}

.rt-qc-pagination-ui-center .rt-qc-pagination-nav-input {
    display: inline-block;
    height: 30px;
    border: 1px solid #d7dae3;
    background-color: #d7d9e2;
    color: #34353c !important;
    font-weight: bold;
    vertical-align: middle;
}

.rt-qc-pagination-nav-select {
    margin-left: 10px;
    height: 24px;
}

.rt-qc-pagination-nav-info {
    color: #7c7e86 !important;
}

@media (max-width: 520px) {
	.rt-qc-pagination-nav-info {
		display: none;
	}
}

.rt-qc-gtui {
	display: inline-block;
    height: 10px;
    vertical-align: middle;
}

.rt-qc-gtui-arrow {
    width: 10px;
}

.rt-qc-gtui-arrow-expand {
	background: url(../../../img/gt_arrow_open.png) 50% 50% no-repeat;
}

.rt-qc-gtui-arrow-collapse {
	background: url(../../../img/gt_arrow_close.png) 50% 50% no-repeat;
}

.rt-qc-gtui-folder {
	width: 22px;
	padding: 0 5px 0 5px;
}

.rt-qc-gtui-folder-expand {
	background: url(../../../img/gt_folder_open.png) 50% 50% no-repeat;
}

.rt-qc-gtui-folder-collapse {
	background: url(../../../img/gt_folder_close.png) 50% 50% no-repeat;
}

.rt-qc-gtui-dot {
	width: 10px;
	margin-right: 5px;
	background: url(../../../img/gt_dot.png) 50% 50% no-repeat;
}

.rt-qc-filterarea {
	cursor: pointer;
	right: 1px;
	top: 1px;
	width: 8px;
	height: 8px;
	background: url('../../../img/filtericon.png') no-repeat;
}

.rt-qc-filterarea:hover {
	background: url('../../../img/filtericon_hov.png') no-repeat;
}

.rt-qc-filterarea-hover {
	background: url('../../../img/filtericon_hov.png') no-repeat;
}

.rt-qc-filter-ui-area {
	width: 250px;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	background-color: #ffffff;
}

.rt-qc-filter-ui-btn {
	cursor: pointer;
	margin: 0px 5px 0px 0px;
	border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
}

.rt-qc-filter-ui-close {
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: right;
	display: inline-block;
	vertical-align: middle;
	background: url('../../../img/filter_close.png') no-repeat;
}

.rt-qc-filter-ui-addoperator {
	cursor: pointer;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: middle;
	background: url('../../../img/filter_addoperator.png') no-repeat;
}

.rt-qc-contextmenu-area {
	color: #000;
	background-color: #fff;
	border: 1px solid #93959f;
	display: none;
	padding: 0;
	margin: 0;
	min-width: 170px;
}

.rt-qc-contextmenu-root {
	display: inline-block;
}

.rt-qc-contextmenu-area li {
	list-style: none;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rt-qc-contextmenu-area li:hover ul {
	display: none;
}

.rt-qc-contextmenu-item {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
}

.rt-qc-contextmenu-item:hover {
	background-color: #24cbe6;
	color: #fff;
}

.rt-qc-contextmenu-item > span {
	display: inline-block;
}

.rt-qc-contextmenu-item img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.rt-qc-contextmenu-menu {}
.rt-qc-contextmenu-sub-menu {}

.rt-qc-contextmenu-item-img {
	width: 20%;
	text-align: center;
}

.rt-qc-contextmenu-item-label {
	width: 70%;
}

.rt-qc-contextmenu-item-sub {
	width: 10%;
}

.rt-qc-contextmenu-sub-menu > .rt-qc-contextmenu-item-sub {
	background: url('../../../img/subicon.png') no-repeat;
	background-size: 30px 30px;
	background-position-x: right;
	background-position-y: center;
}

.rt-qc-contextmenu-divine {
	border-top: 1px dashed #93959f;
}

.rt-qc-contextmenu-disable {
	cursor: not-allowed;
}

.rt-qc-colsearch-area {
	left: 2px;
	bottom: 1px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	background: url('../../../img/colsearch.png') no-repeat;
}

.rt-qc-colsearch-area-hover {
	background: url('../../../img/colsearch_hov.png') no-repeat;
}

.rt-qc-colsearch-area:hover {
	background: url('../../../img/colsearch_hov.png') no-repeat;
}

.rt-qc-colsearch-ui-area {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.rt-qc-colsearch-ui-btn {
	cursor: pointer;
	margin-right: 5px;
	border-radius: 3px;
	color: #fff;
	padding: 3px 10px;
}

.rt-qc-colsearch-ui-close {
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: right;
	display: inline-block;
	vertical-align: middle;
	background: url('../../../img/search_close.png') no-repeat;
}

/* .rt-qc-tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	z-index: 100;
} */
.rt-qc-tooltip {
	position: fixed !important;
	z-index: 9999 !important;
	/* transform을 가진 부모 요소의 영향을 받지 않도록 */
	transform: translateZ(0);
	will-change: transform;
}
/* .rt-qc-tooltip > .content {
	padding: 1px 6px 1px 6px;
	border: 4px solid #f9e98e;
	min-width: 40px;
	max-width: 300px;
	background: #fbf7aa;
	color: #000000;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
} */


.rt-qc-tooltip > .content {
	min-width: 4rem;
	padding: .4rem 1.2em;
	border-radius: .4rem;
	font-size: 1.4rem;
	background-color: #1e2124;
	color: #fff;
	white-space: pre-line;
}
.rt-qc-colheader{
	/* border-bottom:1px solid #90b0d5; */
	border-bottom:none;
	background: #eef2f3; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(top, #ffffff , #eef2f3); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, #ffffff, #eef2f3); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, #ffffff, #eef2f3); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #ffffff , #eef2f3); /* Standard syntax */
}


.rt-qc-colheader-cell-checkbox {
	justify-content: center !important;
}


.border-left {
	border-left: 1px solid #99B0CB !important;
}
