/* rootian default css - 怨듯넻 css */

.rootianGrid .text-left {
	text-align: left;
}

.rootianGrid .text-center {
	text-align: center;
}

.rootianGrid .text-right {
	text-align: right;
}

.rootianGrid button.btn {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	padding: 5px 12px;
	cursor: pointer;
	user-select: none;
}

.rootianGrid button.btn:hover {
	color: var(--spu-btn-hover-color);
	background-color: var(--spu-btn-hover-bg);
	border-color: var(--spu-btn-hover-border-color);
}

.rootianGridLoading {
	display: none;
	text-align: center;
	background: rgb(0, 0, 0, 0.2);
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rootianGridLoading.show {
	display: block;
}

.rootianGridLoading .spinner {
	vertical-align: middle;
	position: absolute;
	top: calc(50% - 45px);
	color: #EBF6FE;
}

.rootianGridTitle {
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	display: flex !important;
	margin-bottom: 5px;
	text-align: left;
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.rootianGridTitle.notUse {
	height: 0px;
	margin-bottom: 0px;
	display: none;
	border-bottom: none;
}

.rootianGridTitle small {
	font-weight: normal;
}

.rootianGridTitle .buttonSet.top {
	display: inline-block;
	float: right;
}

.rootianGridTitle .buttonSet.top .btn {
	vertical-align: top;
	margin-left: 0.25rem;
}

.rootianGridHead {
	position: relative;
	overflow: hidden;
	border: 1px solid #525252;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.rootianGridHead table {
	table-layout: fixed;
	word-wrap: break-word;
	margin-bottom: 0px;
}

.rootianGridHead table.fit {
	width: 100%;
}

.rootianGridHead table.fit tr th:last-child {
	border-right: none;
}


.rootianGridHead table th {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	border-right: 1px solid #393939;
	background-color: #161616;
	vertical-align: middle;
	text-align: center;
	height: 18px;
}

.rootianGridHead table th>a {
	color: #fff;
}

.rootianGridHead table th:first-child {
	border-top-left-radius: 0.5rem;
}

.rootianGridHead table th:last-child {
	border-right: 0;
	border-top-right-radius: 0.5rem;
}

.rootianGridHead table th.colGroup {
	border-bottom: 1px solid #C8C8C0;
}

.rootianGridHead .scrollCol {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	border: none;
	background-color: #EBF6FE;
}

.rootianGridHead .scrollCol.active {
	position: inherit;
	display: block;
}

.rootianGridHead table th .sort.asc:after,
.rootianGridHead table th .sort.desc:after {
	font-family: 'icons';
	vertical-align: middle;
	line-height: 1
}

.rootianGridHead table th .sort.asc:after {
	content: ' \f148';
}

.rootianGridHead table th .sort.desc:after {
	content: ' \f128';
}


.rootianGridHead table tbody {
	display: none;
}

.rootianGrid input[type=checkbox] {
	width: 1rem;
	height: 1rem;
	border-radius: 0.125rem;
	margin-top: 0.125rem;
	--spu-form-check-bg: transparent;
	vertical-align: top;
	background-color: var(--spu-form-check-bg);
	background-image: var(--spu-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--spu-border-width) solid #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
	cursor: pointer;
}

.rootianGrid input:checked[type=checkbox] {
	--spu-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23262626' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-color: var(--spu-white);
}

.rootianGrid input:checked[type=checkbox],
.rootianGrid input:focus[type=checkbox] {
	border-color: var(--spu-white);
}

.rootianGridBody {
	border: 1px solid #525252;
	border-top-style: hidden;
	background-color: #393939;
	min-height: 50px;
	overflow: auto;
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
}

.rootianGridBody>table {
	table-layout: fixed;
}

.rootianGridBody>table.fit {
	width: 100%;
}

.rootianGridBody>table.fit tr td:last-child {
	border-right: none;
}

.rootianGridBody>table>tr:hover>* {
	--spu-table-color-state: var(--spu-table-hover-color);
	--spu-table-bg-state: var(--spu-table-hover-bg);
}

.rootianGridBody>table tr.selected>td {
	background-color: #161616;
}

.rootianGridBody>table tr.selected .btn {
	background-color: #474747;
}

.rootianGridBody>table tr td {
	border-bottom-width: var(--spu-border-width);
	background-color: var(--spu-table-bg);
	box-shadow: inset 0 0 0 9999px var(--spu-table-bg-state, var(--spu-table-bg-type, var(--spu-table-accent-bg)));
	color: var(--spu-table-color-state, var(--spu-table-color-type, var(--spu-table-color)));
	padding: 7px 5px;
	word-wrap: break-word;
	vertical-align: middle;
	border-bottom-color: #525252;
}

.rootianGridBody .fit>:not(caption)>*>* {
	padding: .625rem 1rem;
	border-bottom-width: var(--spu-border-width);
	box-shadow: inset 0 0 0 9999px var(--spu-table-bg-state, var(--spu-table-bg-type, var(--spu-table-accent-bg)));
	color: var(--spu-table-color-state, var(--spu-table-color-type, var(--spu-table-color)));
	border-right: 1px solid #525252;
	border-bottom-color: #525252;
}

.rootianGridBody>table button {
	width: 90%;
	background-color: #262626;
	color: #fff;
}

.rootianGridBody>table button:hover {
	background-color: #474747;
}

.rootianGridBody>table button.btn-xs {
	padding: 2px 12px
}

.rootianGridBody>.guideText {
	margin-top: 40px;
	text-align: center;
}

/* Rootian Grid Footer */
.rootianGridFooter {
	position: relative;
	min-height: 40px;
}

.rootianGridFooter.notUse {
	min-height: 0px;
	height: 0px;
	display: none;
}

.rootianGridFooter .buttonSet {
	position: absolute;
	display: inline-block;
	margin-top: 10px;
	text-align: right;
}

.rootianGridFooter .buttonSet.right {
	right: 0px;
}

.rootianGridFooter .buttonSet.left {
	left: 0px;
}

.rootianGridFooter .buttonSet.right .btn {
	margin-left: 5px;
}

.rootianGridFooter .buttonSet.left .btn {
	margin-right: 5px;
}

/* �섏씠吏� */
.rootianGridFooter .pagination {
	margin-top: 10px;
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
}

.rootianGridFooter .pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.3;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.rootianGridFooter nav {
	display: block;
}

.rootianGridFooter nav.none {
	display: none;
}

.rootianGridBody>table td input {
	width: 100%;
}

.rootianGridBody>table td input.number {
	text-align: right;
}

.fit {
	--spu-table-color-type: initial;
	--spu-table-bg-type: initial;
	--spu-table-color-state: initial;
	--spu-table-bg-state: initial;
	--spu-table-color: var(--spu-body-color);
	--spu-table-bg: #393939;
	--spu-table-border-color: var(--spu-table-border-color);
	--spu-table-accent-bg: transparent;
	--spu-table-striped-color: var(--spu-body-color);
	--spu-table-striped-bg: rgba(0, 0, 0, 0.05);
	--spu-table-active-color: var(--spu-body-color);
	--spu-table-active-bg: rgba(0, 0, 0, 0.1);
	--spu-table-hover-color: var(--spu-body-color);
	--spu-table-hover-bg: #262626;
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
}

.fit>tbody>tr:hover>* {
	--spu-table-color-state: var(--spu-table-hover-color);
	--spu-table-bg-state: var(--spu-table-hover-bg);
}