/* -------------------
 parent frame css
------------------- */
#parent-html {
    width: 1280px;
    height: 720px;
}

#parent-body {
    width:1280px;
    height:700px;
    zoom:1;
}

#parent-contents {
    width: 1210px !important;
    height: 635px;
    padding : 0px 30px 0px 40px;
    background: linear-gradient(#E1FEC2, #B5F0D1);
}
.parent-available-pokemon-list-centering {
    display: inline-block;
}

#parent-available-pokemon-indexes a {
    display:block;
    line-height:40px;
    text-decoration: none;
    height: 40px;
}

#parent-available-pokemon-list-container {
    width: 90%;
    margin: auto;
}

#parent-available-pokemon-list-container ol {
    margin: 0px;
    padding: 0px;
    border: 0px;

    font-weight: inherit;
    font-style: inherit;
    outline: none;
}

#parent-available-pokemon-list-container .index {
    float: left;
    width: 100px;
    margin:20px 0px 0px 25px;
}
#parent-available-pokemon-list-container .index li {
    display: block;
    width: 100px;
    margin-bottom: 20px;
    padding: 5px 0px;
    text-align: center;
    color: #FFFFFF;
    /*font-weight: bold;*/
    font-size: 26px;
    background: #12A6A8;
    border-radius: 50px;
    box-shadow: 2px 2px #B4B4B4, 3px 3px #CDCDCD, 4px 4px #EBEBEB;
}
#parent-available-pokemon-list-container .index li:hover {
    color: #FFF;
    background-color: #FFAC04;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}
#parent-available-pokemon-list-container .index li.disabled {
    color: #ccc;
    cursor: default;
}
#parent-available-pokemon-list-container .index li.disabled:hover {
    background-color: #FFAC04;
    box-shadow: 0 0 0 1px #FFF inset;
}

#parent-pokemon-list-if {
    border:0;
    margin-left:30px;
    margin-bottom: 50px;
    width:95%;
    height:515px;
}

::-webkit-scrollbar {
    width: 20px;
}
::-webkit-scrollbar-track {
    width: 13px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 10px rgba(170,217,185, .2);
}
::-webkit-scrollbar-thumb {
    background-color: #12A6A8;
    border-radius: 10px;
}/**/

/* -------------------
 inline frame css
------------------- */
#inline-html {
    width:100%;
    height:625px;
}

#inline-body {
    width:100%;
    height:100%;
    background: none;
}

#inline-contents {
    
}

#inline-available-pokemon-list-container .pokemons-container {
    height: auto;
    width: 80%;
}

#inline-available-pokemon-list-container .pokemons {

}

#inline-available-pokemon-list-container .pokemons li {
    position: relative;
    display: inline-block;
    width: 125px;
    height: 163px;
    border-radius: 15px;
    margin: 3px;
    cursor: pointer;
    color: #333;
    background-color: #F1FCF5 !important;
    background-image : url(../image/ball_g_s.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 33px;
    /*background-color: #F1FCF5 !important;*/
}

#inline-available-pokemon-list-container .pokemons li .pokedex {
    position: absolute;
    border-radius: 15px 15px 0px 0px;
    background-color: #E3E3E3;
    width: 100%;
    padding : 3px 0px;
    text-align: center;
    font-weight: bold;
}
#inline-available-pokemon-list-container .pokemons li img {
    position: absolute;
    left:13px;
    top: 30px;
}
#inline-available-pokemon-list-container .pokemons li .name {
    position: absolute;
    top: 125px;
    width: 100%;
    text-align: center;
    font-size: 90%;
    line-height: 110%;
    height: 35px;
    align-items: center;
    display: flex;
    justify-content: center;
}
#inline-available-pokemon-list-container .pokemons li .name:before {
    position: absolute;
    top: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
}

.unavailable-pokemon {
    color : #cccccc;
}

.icon-centering-sw {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.name-display-sw {
    display: block;
    width: 100%;
}

/*-------------------------------------------------------*/

.n01-pokeList {
    position: relative;
    width: 100%;
    /*margin: 30px 3% 0px;*/
    overflow: auto;
}

.n01-pokeList .row {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #fff;
    margin: 5px 0 10px;
}

.n01-pokeList .row .numContainer {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 15px;
    left: 20px;
    border-radius: 10px;
    background-color: #f0f0f0;
}

.n01-pokeList .row .numContainer .num {
    position: relative;
    color: #4e4e4e;
    font-size: 26px;
    font-weight: bold;
    top: 5px;
    text-align: center;
}

.n01-pokeList .row .nameContainer {
    position: relative;
    width: 100%;
}

.n01-pokeList .row .nameContainer .name {
    position: relative;
    width: 100%;
    color: #4e4e4e;
    text-align: center;
    font-size: 22px;
    top: 28px;
}

.n01-pokeList .row .iconContainer {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    right: 20px;
}


.n01-pokeList .row .iconContainer .icon {
    position: relative;
}

.n01-pokeList .row .iconContainer .icon img {
    width: 80px;
    height: 80px;
}

.n01-pokeList .row .iconContainer .non-icon img {
    padding: 5px;
    width: 70px;
    height: 70px;
    
}

.contain{
    object-fit: contain;
}

.unavailable-pokemon {
    color : #cccccc;
}

.unavailable-name {
    color: #cccccc !important;
}

.unavailable-num {
    color: #dddddd !important;
}
