#achieve_menu.active {
    opacity: 1;
    pointer-events: auto;
}

#achieve_menu .achieve_body {
    width: 94%;
    height: 18.9%;
}

#achieve_menu #achieve_list {
    margin-left: 40px;
    width: 230px;
    height: 100px;
    float: left;
}

#achieve_menu #achieve_idnet {
    margin-left: 93px;
    margin-top: 116px;
    width: 101px;
    height: 14px;
    position: absolute;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -293px -583px;
    cursor: pointer;
}

#achieve_menu #achieve_idnet:hover {
    margin-left: 93px;
    margin-top: 116px;
    width: 101px;
    height: 14px;
    position: absolute;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -293px -597px;
}
/* #achieve_menu #achieve_idnet a {
    margin-top: 1%;
    font-size: 10px;
    font-weight: bold;
} */

#achieve_page_title{
	margin-left: 13%;
	font-size: 150%;
}

#achieve_menu .page {
    width: 100%;
    text-align:left;
    margin: 3px 0;
	height: 96%;
}

#achieve_menu .achieve_body .achieve {
  float: left;
  border-left: none;
  margin-top: 4px;
  text-indent: 12px;
  font-family: "AdvoCut";
  font-size: 8px;
  font-weight: normal;
  color: #55271c;
  text-align: left;
  margin-left: -7px;
  line-height: 18px;
  background: url(../img/1/newBigSpriteSheet.png) no-repeat -254px -990px;
  height: 18px;
  width: 191px;
}

.achieve .details_popup {
  height: 13px;
  width: 13px;
	float: right;
  margin-top: 2px;
  margin-right: 2px;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../img/1/Quest_Detail.png);
}

.achieve .details_popup.reward {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    color: blue;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(../img/1/Quest_Reward.png);
    width: 13px;
    height: 13px;
}

.achieve .details_popup.lock {
    float: right;
    margin-top: 2px;
    margin-right: 2px;
    color: blue;
    text-decoration: underline;
    font-weight: bold;
    background-image: url(../img/1/Quest_Locked.png);
    width: 13px;
    height: 13px;
}

.details_box {
    display: none;
    position: absolute;
    width: 42%;
    top: 17%;
    left: 82px;
    background: rgba(0, 0, 0, 0.5);
    padding: 2%;
    z-index: 50;
}

.details_box .step_info {
    color: white;
    float: left;
    clear: both;
    width: 100%;
    font-size: 9px;
}

.details_box .step_info.current {
    float: none;
}

.details_box .step_info.done {
    color: grey;
}

.details_box .step_info.current span {
    text-decoration: underline;
}

.details_box .step_info.current .counts {
	float: left;
    margin-left: 10%;
    margin-top: -3%;
    font-size: 80%;
    height: 35px;
    width: 90%;
    height: 100%;
}

.details_box .step_info.current .counts.end_quest {
	color: grey;
}

#achieve_menu .achieve_body #status {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    margin-top: 2px;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -254px -918px;
}

/* .achieve_body #status img {
    width: 75%;
    margin: 10%;
}

.achieve_body #status.locked img {
    display: none;
} */

.achieve_body #status .step {
    /* margin-top: 6px; */
    /* margin-left: 2px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: black; */
    /* width: 100%;
    height: 10%; */
    font-family: "AdvoCut";
    /* font-size: 10px; */
    font-weight: normal;
    color: #55271c;
    text-align: center;
}

.achieve_body #status .step.done {
    font-size: 8px;
    margin-top: 0px;
}

.achieve_body #status.open img {
    display: block;
}

#achieve_menu .header {
    float: left;
    width: 100%;
    margin-left: 25px;
    margin-top: 5px;
}

#achieve_menu .title {
    float: left;
    font-size: 18px;
    margin-left: 1.25rem;
    margin-top: -8px;
}

#achieve_menu .all_achievement_count {
    color: grey;
    float: right;
    margin: 1%;
    font-size: 8px;
    /* margin-left: 0px; */
    margin-top: 4px;
    /* margin-right: 0px; */
    /* margin-left: 0.25rem;
    margin-top: -0.5rem; */
}

#achieve_menu .chapter_table {
    float: left;
    font-size: 9px;
    font-weight: 900;
    right: 0px;
    width: 250px;
    margin-right: 2.25rem;
}

#achieve_menu .chapter {
    color: black;
    margin-left: 1px;
    float: left;
    border: 1px solid black;
    height: 13px;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    text-decoration: underline;
    padding-top: 2px;
    height: 13px;
    border-bottom-width: 1px;
    line-height: 14px;
}

#achieve_menu .achieve_count {
    /* margin-top: 3px; */
    margin-left: 6px;
    color: grey;
    float: right;
    font-size: 8px;
    margin-top: 2px;
}

.new_achievement {
	float: right;
	display: none;
	width: 12px;
  height: 12px;
  background-image: url("../img/1/UI-warning.png")
}

.main_cell .new_achievement {
	font-size: 21px;
	margin: 0px;
}

.achieve_body .new_achievement {
  position: absolute;
  left: 11px;
  z-index: 10;
  top: -2px;
}

#achieve_menu #achieve_idnet .new_achievement {
    float: left;
    margin-left: -14px;
    margin-top: 1px;
}

#achieve_menu .achieve_body #status .ach_icn {
    margin-top: 1px;
    margin-left: 1px;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    background: url(../img/1/newBigSpriteSheet.png) no-repeat -254px -952px;
}

#achieve_menu #chapter_counter {
    color: #55271c;
    background-color: #b78966;
    font-family: "AdvoCut";
    font-size: 9px;
    height: 12px;
    width: 180px;
    margin-top: 101px;
    margin-left: 52px;
    position: absolute;
    text-align: center;
    line-height: 12px;
}
#achieve_menu #key_small_left
{
  margin-top: 100px;
  margin-left: 40px;
}

#achieve_menu #key_small_right
{
  margin-top: 100px;
  margin-left: 232px;
}
