/* 통계관련 grid */
.grid_wrap .grid-container {
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto;
	display:-ms-grid;
	-ms-grid-columns : auto;
	-ms-grid-rows : auto;
}

.grid_wrap .grid-container.header {
	border-top: 1px solid #fff;
}

.grid_wrap .grid_title_sub {
	text-align: center;
	background: #3c5369;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
}

.grid_wrap .grid_title {
	text-align: center;
	background: #293846;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 3px;
}

.grid-container {
	display:grid;
	grid-template-rows: auto;
	grid-template-columns: auto;
	display:-ms-grid;
	-ms-grid-columns : auto;
	-ms-grid-rows : auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.grid-container.select-row {
	background-color: #d1d1d1;
}

.grid_wrap .item_01{
/* 	line-height: 52px; */
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f9f9f9;
	color: #293846;
	font-weight : 600;
	font-size : 13px;
}
.grid_wrap .item_02{
/* 	line-height: 50px; */
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.grid_wrap.grid_editer .grid_title_sub{
	padding: 3px 5px;
}

.grid_wrap.grid_editer .item_02{
line-height: 30px;
padding: 0 5px;
}

.grid_wrap .totalBg  {
	background-color: #f9f9f9;
	border-bottom: 1px solid #cecece;
}

/* slm */
.grid_wrap .data {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 3px;
	font-size: 13px;
	background: #fff;
}

.grid_wrap .data input {
	height: 25px;
}

.grid_wrap .data_1 {
	background: #E4f2f9;
}

.grid_wrap .data_2 {
	background: #fdfaeb;
}

.grid_wrap .data_3 {
	background: #fff;
}

.grid_wrap .data div.label {
	font-size: 12px;
	color: #333333;
	display: table-cell;
	vertical-align: middle;
}
.grid_wrap .data div.label.sla_tree_1 {
	font-weight: bold;
	color: #0083c2;
}
.grid_wrap .data div.label.sla_tree_2 {
	font-weight: bold;
}
.grid_wrap .data div.label.sla_tree_sa,
.grid_wrap .data div.label.sla_tree_sm {
	cursor: pointer;
}

.grid_wrap .data div.icon {
	margin-top: 5px;
	height: 17px;
}
.grid_wrap .data div.icon.sla_tree_1 {
	padding-left: 17px;
	background: url(/images/icon/img_arrow.png) no-repeat 5px 5px;
}

.grid_wrap .data div.icon.sla_tree_2 {
	padding-left: 27px;
	background: url(/images/icon/img_arrow.png) no-repeat 15px 5px;
}

.grid_wrap .data div.icon.sla_tree_sa {
	padding-left: 50px;
	background: url(/images/grade/small/img_item_a.png) no-repeat 30px 0px;
}

.grid_wrap .data div.icon.sla_tree_sm {
	padding-left: 50px;
	background: url(/images/grade/small/img_item_m.png) no-repeat 30px 0px;
}

.grade_standard_box {
	float: right;
}

.grade_standard_row {
	display: flex;
}

.grade_standard_row:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.grade_standard_row div.label {
	width: 100px;
	text-align:center;
	font-size: 12px;
	background: #f7f7f7;
	border-left: 1px solid #eee;
}

.grade_standard_row div.info {
	width: 120px;
	font-size: 12px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 1px solid #eee;
}

span.span-grade {
	font-size: 1.0em;
	width: 1.2em;
	border-radius: 3em;
	padding: .1em .2em;
	line-height: 1.25em;
	border: 0px solid #333;
	display: inline-block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
}
div.rule-f-type {
	border-radius: 10px;
	padding: 2px 8px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 22px;
	cursor: pointer;
}

.sla-grade-standard {
	background: #CFDBE2;
}

.sla-grades,
div.rule-f-type.type-f {
	background: #84C1FF;
}

.sla-gradea,
div.rule-f-type.type-s {
	background: #19c395;
}
.sla-gradeb {
	background: #b7d754;
}
.sla-gradec,
div.rule-f-type.type-c {
	background: #FFA346;
}
.sla-graded,
div.rule-f-type.type-v {
	background: #FF9999;
}

.sla-gradez,
div.rule-f-type.type-v {
	background: #d0d0d0;
}

.sla-grade0 {
	background: #f50000;
}

.grid_wrap .data a.link {
	cursor: pointer;
}

