* {
	font-size: 12px;
	margin:0;
	padding:0;
	font-family: dotum, helvetica;
}

body {
	overflow: hidden;
	background: #CCC;
}
 
.pager {
	position: absolute;
	width:100%;
	height:100%;
	background: #CCC;
	overflow-y: auto;
}

.pagecontainer {
	position:relative;
	float:left;
}
.pagecontainer .page {
	display:table;
	float:none;
}

.page {
	position:relative;
	float:left;
	margin: 10px 0 0 10px;
	padding: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 10px #AAA;
}

.pagetitle {
    font-size: 15px;
	
    font-weight: bold;
    /* padding: 2px 0 18px 8px; */
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
}

.item {
	position: relative;
	margin-bottom: 10px;
}

.item img.thumb {
	width: 30px;
	height: 30px;
}

.item td * {
    display: inline-block;
    vertical-align: middle;
}

.item input[type="text"] {
    width: 22px;
    padding: 5px;
    height: 15px;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.item input[type="text"].lock {
    background: #FFA577;
}

.item .name {
    position: relative;
    width: 100px;
    height: 25px;
    overflow: hidden;
    border: 1px solid #EEE;
    border-radius: 3px;
    margin-right: 5px;
}

.item .name .tag {
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    line-height: 21px;
    padding: 2px;
    overflow: hidden;  white-space: nowrap;  
    text-overflow: clip;
}
.item .name .tag .thumb {
	width: 21px;
	height: 21px;
	margin-right: 5px;
}

.item .name .progress {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 14%;
	background: #CCC;
	z-index: 1;
}

.item .name .progress.force.success {
    background: #FFDB6B !important;
}
.item .name .progress.success {
    background: #4EFF93;
}

.item .name:hover {
    background: #EEE;
    border-color: #FFA227;
}  
.item .name:active .tag {
    background: rgba(0,0,0,.2);
}

.item .btn {
	display:none;
	cursor:pointer;
    background: #EEE;
	
    padding: 4px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    
    margin-right: 5px;
}
.item .btn:hover {
	background: #FF9C5F;
}


.item .btn:active {
	background: #FF7018
}

.item .mix,
.item .ll{
    font-size: 12px;
    width: 30px;
    line-height: 20px;
}   

.item .ll.lock {
    background: #FFA577;
}


img.detail {
	cursor: pointer;
	width: 27px;
	height: 27px;
	margin-left: 5px;
}

#over {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: rgba(0,0,0,.7);
	z-index: 10000;
	display: none;
}
#over > div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	overflow-y: scroll;
	max-height: 600px;
}
#detail {
	
}
#detail .head {
    position: relative;
    min-width: 200px;
	
    padding: 10px;
}

#detail > div {
    padding: 5px 10px;
}

#detail .ads {
    border-top: 1px solid #DDD;
    margin-top: 5px;
    text-align: center;
}
#detail .head span{
    font-weight: bold;
	
}
#detail .head .close{
    position: absolute;
	
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
}

#detail .head .close:hover {
    background: #EEE;
}
#detail .naming {
    border-top: 1px solid #DDD;
	
    border-bottom: 1px solid #DDD;
}
#detail .make,
#detail .upperCase,
#detail .lowerCase,
#detail .topCase,
#detail .enough {
    text-align: center;
	
}
#detail .enough{
	
}
#detail .up{
	
}
#detail .character{
    display: inline-block;
	
    padding: 5px;
    text-align: center;
    vertical-align: top;
}
#detail .character .thumb {
    width: 40px;
    height: 40px;
}
#detail .character .name {
	font-size:11px;
    overflow: hidden;
    
    
	max-width: 90px;
}
#detail .character .children {
    border: 1px solid #AAA;
	
    border-radius: 5px;
    padding: 3px;
    margin-top: 10px;
    display: none;
}
#detail .character .children.on {
	
}

.page.setting {
	display:block;
}
.page.setting .options{
	width: 100%;
}
.page.setting input[type=checkbox]{
	vertical-align:middle;
}
.page.setting label{    
	vertical-align:middle;
	line-height:22px;
}


@media screen and (max-width: 1200px){ 
	.page { 
		position: relative;
		float: left;
		margin: 1px;
		padding: 0;
		background: white;
		box-shadow: none;
	}
	
	.item input[type="text"] {
	    width: 20px;
	    padding: 5px 1px;
	}
} 

@media screen and (max-width: 900px){ 
	.page { 
		display:block !important;
		float: none;
		margin: 1px;
		padding: 10px;
	} 
	.pagecontainer {
		float: none;
	}
	.page table {
		width:100%;
	}
	.page table td:last-child{
		width:173px;
	}
	.page table td .name{
		width:95% !important;
		height: 30px;
	}
	.page table td .name .tag{
		line-height: 28px;
	}
	
	.item .btn {
		display: inline-block;
		height: 24px;
		width: 24px;
	}
	.item .btn.mix {
		width: initial;
	}
	.item input[type="text"] {
		display: inline-block;
	}
}


#ads {
	width: 336px; 
	height: 280px; 
	overflow: hidden; 
	border:0;
}

#ads2 {
	width: 100px; 
	height: auto; 
	overflow: hidden; 
	border:0;
}
.adsContainer {
	text-align:center;
}