#label_characterContentBody > div{
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* start : preview and page(+-) */
#label_characterContentBody > div > div:nth-child(1){
	width: 16.336%;
	height: 100%;
}
/* start : preview */
.pagePreviewDiv{
	width: 100%;
	height: 27.05%;
}
#previewCanvasDiv{
	height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/* end : preview */
/* start : page next or before */
.pageBeforeOrNext{
	width: 100%;
	height: 9.8%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.pageBeforeOrNext i{
	color: #6D8AB5;
	cursor: pointer;
}
.pageBeforeOrNext i.disable{
	opacity: 0.5;
	cursor: auto !important;
}
#label_characterContentBody .toBeforePage{
	height: 100%;
	width: 14.28%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-justify-content: flex-end;
  	-ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
	justify-content: flex-end;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
}
#label_characterContentBody .currentPage{
	height: 100%;
	width: 71.44%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;	
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#label_characterContentBody .currentPage label{
	margin: 0px;
    margin-left: 2.8%;
    margin-right: 2.8%;
}
#label_characterContentBody .currentPage > input{
	padding: 0px;
	border: 0px solid;
}
#label_characterContentBody .currentPage > input:nth-child(1){
	text-align: right;
}
#label_characterContentBody .currentPage > input:nth-child(2){
	text-align: left;
}
#label_characterContentBody .toNextPage{
	height: 100%;
	width: 14.28%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-justify-content: flex-start;
  	-ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;	
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
/* end : page next or before */
/* start : page add or remove*/
.pageAddOrRemove{
	width: 100%;
	height: 6.47%;
	display: block;
}
.pageAddOrRemove > div:nth-child(1){
	height: 100%;
	width: 48.57%;
	float: left;
}
.pageAddOrRemove > div:nth-child(2){
	height: 100%;
	width: 48.57%;
	float: right;
}
.pageAddOrRemove > div > button{
	height: 100%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    width: 100%;
}
/* end : page add or remove*/
/* end : preview and page(+-) */
#label_characterContentBody > div > div:nth-child(2){
	width: 25.788%;
	height: 100%;
}
.labelPreviewContainer{
	width: 100%;
	height: 36.27%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.labelPreviewCanvas{
    width: 84.09%;
    height: 100%;
    border: solid #C9C9C9;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.allOrNotContainer{
	width: 100%;
	height: 15.88%;
}
.allOrNotContainer > div{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
  	-moz-align-items: flex-end;
  	-ms-align-items: flex-end;
	-webkit-align-items: flex-end;
    align-items: flex-end;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.allOrNotContainer > div:nth-child(1){
	height: 53%;    
}
.allOrNotContainer > div:nth-child(2){
	height: 47%;
}
.allOrNotContainer div a{
	padding: 0;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  	-moz-align-items: center;
  	-ms-align-items: center;
	-webkit-align-items: center;
    align-items: center;
  	-moz-justify-content: center;
  	-ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#allSet{
    height: 76.7%;
    width: 78.6%;
}
#noAllSet{
    height: 86.8%;
    width: 78.6%;
}
#label_characterContentBody > div > div:nth-child(3){
	width: 57.876%;
	height: 100%;
}
.labelTextComment{
	width: 100%;
	height: 5%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
}
.labelTextComment div:nth-child(1){
	font-weight: bold;
	margin-right: 1%;
}
.labelTextComment div:nth-child(2):before{
	content: ' \203B';
}
.labelTextList{
	width: 100%;
	height: 95%;
	overflow-y: scroll;
	border: solid #C9C9C9;
}
.labelTextList .table thead th, .labelTextList .table tbody td{
	padding: 0px;
	text-align: center;
	border: solid #9C9D9D;
	font-size: inherit;
	vertical-align: middle;
}
.labelTextList .table thead th{
	line-height: 2;
}
.labelTextList .table thead th:nth-child(1){
	width: 6.66%;
}
.labelTextList .table thead th:nth-child(2){
	width: 46.66%;
}
.labelTextList .table thead th:nth-child(3){
	width: 46.66%;
}
.labelTextList .table thead, .labelTextList .table tbody tr td:nth-child(1){
	background-color: #EBEBEB;
}
#charactorDataTable{
	margin:0px !important;
}
#charactorDataTable > thead > tr > th.active, #charactorDataTable > tbody > tr > td.active{
	background-color: #CEE0F5 !important;
}
.charText{
	width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0px;
    background: transparent;
    resize: none !important;
    overflow: hidden !important;
}
.charText:focus{
	border-color: transparent !important;
}
#pagePreviewDiv .label_shape.active > g > path{
	fill: #CCE2FB !important;
    stroke: #00f !important;
    fill-opacity: 0.5 !important;
    stroke-width: 2px !important;
}
#pagePreviewDiv .label_shape > g > path{
	fill: #fff;
	stroke: #000;
	fill-opacity:0;
	stroke-width: 0.5;
}
#label_characterContentBody{
    display: -webkit-box;
    display: -moz-box;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
@media (max-width: 1609px){
	/*#label_characterContentBody{
		padding-top: 97px;
		padding-bottom: 88px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 1072px;
		height: calc(100vh - 205px);
	}
	.pageBeforeOrNext i{
		font-size: 31px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 15px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 16px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 13px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 1px !important;
	}*/
	#label_characterContentBody{
		padding-top: 76px;
		padding-bottom: 70px;
		height: 100%;
	    width: 100%;
	    min-width: 860px;
	}
	#label_characterContentBody > div{
		width: 857px;
		height: calc(100vh - 166px);
		min-height: 400px;
	}
	.pageBeforeOrNext i{
		font-size: 25px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 12px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 13px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 11px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 1px !important;
	}
}

@media (min-width: 1610px) and (max-width: 1930px){
	#label_characterContentBody{
		padding-top: 97px;
		padding-bottom: 88px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 1072px;
		height: calc(100vh - 205px);
	}
	.pageBeforeOrNext i{
		font-size: 31px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 15px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 16px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 13px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 1px !important;
	}
}

@media (min-width: 1931px) and (max-width: 2570px){
	#label_characterContentBody{
		padding-top: 116px;
		padding-bottom: 104px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 1287px;
		height: calc(100vh - 250px);
	}
	.pageBeforeOrNext i{
		font-size: 37px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 18px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 19px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 16px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 1px !important;
	}
}

@media (min-width: 2571px) and (max-width: 3199px){
	#label_characterContentBody{
		padding-top: 150px;
		padding-bottom: 134px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 1714px;
		/*height: calc(100vh / 1440 * 1025);*/
		height: calc(100vh - 304px);
	}
	.pageBeforeOrNext i{
		font-size: 50px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 24px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 26px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 22px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 2px !important;
	}
}

@media (min-width: 3200px) and (max-width: 3839px){
	#label_characterContentBody{
		padding-top: 187px;
		padding-bottom: 167px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 2143px;
		/*height: calc(100vh / 1800 * 1512);*/
		height: calc(100vh - 374px);
	}
	.pageBeforeOrNext i{
		font-size: 62px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 30px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 32px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 27px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 2px !important;
	}
}

@media (min-width: 3840px){
	#label_characterContentBody{
		padding-top: 224px;
		padding-bottom: 200px;
		height: 100%;
	    width: 100%;
	}
	#label_characterContentBody > div{
		width: 2572px;
		/*height: calc(100vh / 2160 * 1538);*/
		height: calc(100vh - 444px);

	}
	.pageBeforeOrNext i{
		font-size: 75px;
	}
	.index_btn, #label_characterContentBody .currentPage > input, #label_characterContentBody .currentPage label, .labelTextList .table thead, .labelTextList .table tbody{
		font-size: 36px !important;
	}
	.labelTextComment div:nth-child(1){
		font-size: 39px;
	}
	.labelTextComment div:nth-child(2){
		font-size: 33px;
	}
	.labelPreviewCanvas, .labelTextList, .table thead th, .table tbody td{
		border-width: 3px !important;
	}
}