.account-wrapper{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 90px 0 50px 0;
}

.account-wrapper h1{
    position: relative;
    width: 480px;
    margin: auto;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 200%;
    font-weight: normal;
}

.account-wrapper p{
    position: relative;
    width: calc(100% - 40px);
    max-width: 720px;
    background-color: #fff;
    margin: 20px auto 10px;
    padding: 10px;
    border-radius: 5px;
}

.content-menu-wrapper{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: 50px;
    margin: 10px 0 0 5px;
}

.content-menu-each{
    position: relative;
    float: left;
    width: calc(33.33% - 20px);
    height: 50px;
    border-radius: 12px;
    text-align: left;
    line-height: 50px;
    cursor: pointer;
    background-color: #fff;
    margin: 0 5px 0 5px;
    padding: 0 5px 0 5px;
    box-shadow: 1px 1px 2px 0 #666666;

    transition: 0.1s ease-in-out;
}

.content-menu-each img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
/* 
.content-menu-each:first-of-type{
    padding-left: 1px;
    border-left: none;
    border-radius: 4px 0 0 0;
}

.content-menu-each:last-of-type{
    border-radius: 0 4px 0 0;
}

.content-menu-passive{
    border-bottom: 1px solid #bbb;
    background-color: #eee;
}

.content-menu-passive:hover{
    background-color: #ddd;
} */

.content-holder{
    position: relative;
    float: left;
    display: none;
    width: 100%;
    padding-bottom: 10px;
    border-radius: 5px;
}

.content-holder h4{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    padding: 0 10px 0 10px;
    font-weight: normal;
    font-size: 120%;
    margin: 10px 0 20px 0;
    text-align: center;
    color: #2c415d;
}

.content-holder-each{
    position: relative;
    float: left;
    width: calc(100% - 28px);
    height: 40px;
    margin: 0 0 10px 10px;
    border-radius: 12px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #666666;
}

/* .content-holder-each:nth-of-type(odd)
{
    background-color: #eee;
} */

/* .content-holder-each{
    position: relative;
    float: left;
    width: calc(100% - 32px);
    height: 40px;
    margin: 0 0 10px 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
} */

/* .content-holder-each:nth-of-type(even)
{
    background-color: #fff;
} */

.content-holder-each h2{
    position: relative;
    float: left;
    width: calc(50% - 1px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #bbb;
}

.content-holder-each p{
    position: relative;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.content-holder-each h3{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 100%;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    font-size: 100%;
}

/* settings */

.settingsWrapper{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 0;
}

.settingsEach{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0;
    border-radius: 12px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #666666;
}

.settingEach:nth-of-type(even){
    background-color: #eee;
}

.settingsEach h2{
    position: relative;
    float: left;
    width: calc(50% - 1px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #bbb;
}

.settingsEach p{
    position: relative;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.settingsEach h3{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    width: 80px;
    height: 100%;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    font-size: 100%;
}

form{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
}

label{
    position: relative;
    float: center;
}

select{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    margin: 10px 0 0 0;
    border: 1px solid #bbb;
    padding: 5px;
}
  
input{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    margin: 10px 0 0 0;
    padding: 0 5px 0 5px;
    font-family: 'Lora', serif;
    border-radius: 12px;
    height: 45px;
    line-height: 45px;
    box-shadow: -1px -1px 2px 0 #666666;
    border: none;
}
  
input:focus {
    /* border: 1px solid #555; */
}

/* .button-wrapper{
    z-index: 1000;
    position: relative;
    float: left;
    width: 100%;
    height: 70px;
    margin: 5px 0 0 0;
    border-radius: 12px;
} */
  
button{
    position: absolute;
    float: left;
    width: 100%;
    height: 70px;
    border: none;
    border-radius: 12px;
    margin: 0 0 0 5px;
    background-color: #fff;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 100%;
    text-align: left;
    box-shadow: 0 0 2px 0 #666666;
    line-height: 70px;

    transition: 0.2s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 0 1px 0px #333;
    border-left: 5px solid #6D7A8B;
    border-right: 5px solid #6D7A8B;
    border-top: 1px solid #6D7A8B;
    border-bottom: 1px solid #6D7A8B;
}

button img{
    position: relative;
    float: left;
    margin: 3px 0 0 0;
    height: 100%;
}

button:hover{
    border-left: 15px solid #2c415d;
    border-right: 15px solid #2c415d;
    border-top: 1px solid #2c415d;
    border-bottom: 1px solid #2c415d;
    width: 100%;
}
  
/* Slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 36px;
    margin-top: 2px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2c415d;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2c415d;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
}

.slider.round:before {
    border-radius: 50%;
}
  

/* bonus */

.bonus-wrapper{
    position: relative;
    float: left;
    width: calc(100%);
    margin: 10px 0 0 0;
    /* padding-bottom: 20px; */
}

.bonus-each{
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 0 10px 0;
}

.bonus-each h2{
    position: relative;
    float: left;
    width: calc(50% - 1px);
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
}

.bonus-each p{
    position: relative;
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

.bonus-each img{
    position: relative;
    float: left;
    width: 48px;
    margin: 1px 0 0 1px;
}

.bonus-goldbar img{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.bonus-gold-holder{
    position: relative;
    float: left;
    box-shadow: 0 0 2px 0 #666666;
    border-radius: 12px;
    height: 40px;
    width: calc(100% - 120px);
    margin: 5px 10px 0 10px;
    background-color: #fff;
}

.gold-text{
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 40px; 
    font-family: 'Lora', serif;
    font-size: 100%;
}

.gg{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    height: 70px;
    border: none;
    border-radius: 12px;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    font-family: 'Lora', serif;
    font-size: 100%;
    text-align: left;
    line-height: 70px;
    padding: 0 5px 0 5px;
    /* box-shadow: 1px 1px 2px 0 #666666; */

    transition: 0.2s ease-in-out;
    border-radius: 12px;
    box-shadow: 0 0 1px 0px #333;
    border-left: 5px solid #6D7A8B;
    border-right: 5px solid #6D7A8B;
    border-top: 1px solid #6D7A8B;
    border-bottom: 1px solid #6D7A8B;
}

.gg img{
    position: relative;
    float: left;
    margin-right: 5px;
    height: 100%;
}

.gg:hover{
    border-left: 15px solid #2c415d;
    border-right: 15px solid #2c415d;
    border-top: 1px solid #2c415d;
    border-bottom: 1px solid #2c415d;
    width: calc(100% - 40px);
}

/* general info */

.content-level-holder{
    position: relative;
    float: left;
    margin: 0 0 0 10px;
    width: 31px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
}

.user-progress-img{
    position: relative;
    float: left;
    width: 100%;
    height: 140px;
    margin: 10px 0 0 0;
    border-radius: 12px;
    padding: 5px;
    /* background-color: #e6dfd3; */
    /* box-shadow: 0 0 3px 1px #bbb; */

}

.user-progress-img img{
    position: absolute;
    left: 50%;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 0 0 -70px;
    box-shadow: 0 0 2px #666666;
}

.content-holder-each h2 img{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    padding-right: 5px;
}

/* ----------------- */

.accountProgressHolder{
    position: relative;
    float: left;
    width: calc(100% - 180px);
    height: 98px;
    margin: 10px 0 0 10px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 0 #666666;
}

.accountProgressEach{
    position: relative;
    float: left;
    width: 100%;
    height: 49px;
}


.accountProgressEach h2{
    position: relative;
    float: left;
    width: 60px;
    height: calc(100% - 10px);
    line-height: 34px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 100%;
    padding: 0 5px 0 5px;
    border-right: 1px solid #bbb;
    color: #222;
}

.accountProgressEach p{
    position: relative;
    float: left;
    margin: 0;
    padding: 5px 5px 5px 11px;
    width: calc(50% - 16px);
    height: calc(100% - 10px);
    line-height: 34px;
    text-align: left;
    font-size: 100%;
}

/* --- */

.accountLevelHolder{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    margin: 10px 0 10px 0;
}

.accountLevelEach{
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    /* box-shadow: 0 0 3px 1px #bbb; */
    line-height: 40px;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #666666;
}

/* inventory */

.inventoryWrapper{
    position: relative;
    float: left;
    width: calc(100% - 10px);
    height: auto;
    padding: 5px;
}

.inventoryEach{
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    background-color: #fff;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.inventoryEach:last-of-type{
    margin-bottom: 0;
}

.inventoryEachItemName{
    position: relative;
    float: left;
    width: 100px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-right: 1px solid #bbb;
    padding-right: 5px;
}

.inventoryEach img{
    position: relative;
    float: left;
    height: 45px;
    width: 45px;
    border-right: 1px solid #bbb;
    padding: 0 5px 0 5px;
}

.inventoryEach p{
    position: relative;
    float: left;
    width: calc(100% - 177px);
    text-align: left;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding-left: 10px;
}

.inventoryEach:last-of-type{
    margin-right: 0;
}

/* account menu */

.accountMenuWrapper{
    position: relative;
    float: left;
    width: calc(100% - 20px);
    margin: 0 0 30px 10px;
}

.accountMenuHolder{
    position: relative;
    float: left;
    width: 149px;
    height: auto;
}

.accountMenuEach{
    position: relative;
    float: left;
    width: 148px;
    height: 78px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #bbb;
    border-radius: 5px;
    text-align: center;
    line-height: 78px;
    color: #2c415d;

    transition: 0.15s ease-in-out;
}

.accountMenuActive{
    z-index: 9;
    width: 159px;
    border-right: none;
    border-radius: 5px 0 0 5px;
}

.accountMenuActive:hover{
    box-shadow: none;
    cursor: default;
}

/* .accountMenuConnector{
    z-index: 900;
    position: absolute;
    right: -12px;
    top: 33px;
    width: 12px;
    height: 6px;
    background-color: #fff;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    display: none;
} */

.accountMenuContentHolder{
    position: relative;
    float: left;
    width: calc(100% - 172px);
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-left: 10px;
    display: none;
    padding: 5px;
}

.accountMenuContentHolder:nth-of-type(2){
    border-radius: 0 5px 5px 5px;
}

/* market button */

.marketButton{
    position: relative;
    float: left;
    width: calc(100% - 12px);
    height: 40px;
    margin: 0 0 10px 0;
    border: 1px solid #bbb;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    line-height: 40px;
    background-color: #fff;
}

.marketButton img{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.marketButton img:first-of-type{
    left: 0;
    top: 0;
}

/* gift */

.yearlyGiftHolder{
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
    border-radius: 25px;
    background-color: #e6dfd3;
    border: 1px solid #bbb;
    transition: 0.15s ease-in-out;
}

.yearlyGiftHolder img{
    width: 100%;
    height: 100%;
}

.yearlyGiftHolder:hover{
    box-shadow: 0 0 1px 2px #333;
}

.giftHolderSecondLevel{
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.giftHolderInner{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -250px 0 0 -200px;
    width: 400px;
    height: 500px;
    /* border: 1px solid #bbb; */
    background-color: #EEEEEE;
    /* background-image: url(../img/backLightGrey.png); */
    border-radius: 12px;
    box-shadow: 1px 1px 2px 0 #555;
}

.giftHolderInnerCloseButton{
    position: absolute;
    bottom: 6px;
    left: 5px;
    width: calc(100% - 10px);
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
    text-align: center;
    font-size: 100%;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 1px 1px 2px 0 #666666;
}

.giftHolderInnerCloseButton:hover{
    box-shadow: -1px -1px 2px 0 #666666;
    bottom: 4px;
}

.giftInnerTitle{
    position: relative;
    float: left;
    margin: 10px 0 0 0;
    width: calc(100% - 10px);
    text-align: center;
    font-size: 120%;
    color: #2c415d;
}

.giftInnerListHeader{
    position: relative;
    float: left;
    width: calc(100% - 44px);
    margin: 10px 0 0 10px;
    height: 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #bbb;
}

.giftInnerListHeaderEach{
    float: left;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.giftInnerListHeaderEach:nth-of-type(1){
    width: 70px;
}

.giftInnerListHeaderEach:nth-of-type(2){
    width: 130px;
}

.giftInnerListHeaderEach:nth-of-type(3){
    width: 155px;
}

.giftInnerListHolder{
    position: relative;
    float: left;
    margin: 10px 0 0 5px;
    width: calc(100% - 10px);
    height: 360px;
    text-align: left;
    font-size: 100%;
    overflow-y: scroll;
}

.giftInnerList{
    position: relative;
    float: left;
    margin: 10px 0 0 5px;
    width: calc(100% - 18px);
    height: 50px;
    text-align: left;
    font-size: 100%;
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 5px;
}

.giftInnerListYears{
    position: relative;
    float: left;
    width: 70px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    margin-top: 3px;
}

.giftInnerListReward{
    position: relative;
    float: left;
    width: 95px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    padding-right: 35px;
}

.giftImgHolder{
    display: inline-block;
    position: relative;
    margin: auto;
    height: 32px;
    background-color: #ccc;
}

.giftImgHolder img{
    position: absolute;
    margin: auto;
    height: 35px;
    top: 8px;
}

.giftImgHolder2{
    display: inline-block;
    position: relative;
    margin: auto;
    height: 50px;
}

.giftImgHolder2 img{
    position: relative;
    margin: auto;
    height: 35px;
    margin-top: 7px; 
    float: right;
}

.giftInnerListStatusClaimed{
    position: relative;
    float: right;
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.giftInnerListStatus{
    position: relative;
    float: right;
    width: 145px;
    margin: 6px 5px 0 0;
    height: 36px;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.15s ease-in-out;
    cursor: pointer;
}

.giftInnerListStatus:hover{
box-shadow: 0 0 1px 2px #88BC71;
}

/*  */

.progress-all-wrapper{
    position: relative;
    float: left;
    width: 100%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 2px 0 #666666;
    margin-bottom: 10px;
}

.progress-all-wrapper:last-of-type{
    margin-bottom: 0;
}

.progress-all-each{
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
}

.progress-all-each h4{
    position: relative;
    float: left;
    height: 40px;
    width: 200px;
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 100%;
    line-height: 40px;
}

.progress-all-each h4 img{
    position: relative;
    float: left;
    height: 32px;
    width: 32px;
    margin-top: 4px;
}

.progress-all-each p{
    position: relative;
    float: left;
    height: 40px;
    width: calc(100% - 200px);
    margin: 0;
    text-align: left;
    font-weight: normal;
    line-height: 40px;
}