

.artwork-pokemon {
   width: 150px;
}
.artwork-pokemon-small {
   height:80px;
}

.items-header-img {
   max-width:80px;
}

.icons-pokemon-small {
   width: 50px;
}

.artwork-pokemon-menu {
   max-height: 55px;
}

.dex-navigation {
       border: 2px solid #F1F3F4;
       border-radius: 10px;
       padding-left: 30px;
       padding-right: 30px;
       padding-top: 10px;
       padding-bottom: 10px;
       display: inline-block;
       margin-top:30px;
       height:auto !important;
   }
   
@media screen and (min-width: 992px) {
   .dex-navigation {
      height:auto !important;
      width: 100%;
      display: flex;
      justify-content: space-around;
   }
   .dex-navigation ul {
      list-style-type: none;
      float:left;
      line-height: 45px;
      color: #37C7A1;
   }
   .dex-navigation h4 {
      float:left;
      
   }
   
  
   .dex-navigation h4, .dex-navigation > ul > * {
      display:inline-block;
      margin-right: 20px;
   }
   
   
}
   
@media screen and (max-width: 992px) {
   .dex-navigation {
       border: 1px solid #F1F3F4;
       border-radius: 10px;
       padding-left: 30px;
       padding-right: 30px;
       padding-top: 10px;
       padding-bottom: 10px;
       display: inline-block;
       margin-top:30px;
       margin-left: -15px;
   }
   
    .dex-navigation li{
      margin-top:10px;
      margin-bottom:10px;
   }
}


.pokedex-header {
   display:flex;   
   margin-top:35px;
   margin-bottom:35px;
}

.pokedex-header > div {
   display:flex;
   flex-direction: column;
   justify-content: center;
}
.pokedex-header .poke-number {
   padding-bottom: 10px;
   font-size:14px;
   font-weight:400;
}
.pokedex-header .poke-name {
   padding-bottom: 10px;
    font-size:30px;
   font-weight:700;
}
.pokedex-header .poke-types {
   
}

.prev-pokemon, .next-pokemon, .adj-loc {
   min-width: 180px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 33px;
}

.adj-loc {
   width:180px;

}

@media screen and (min-width: 768px) {
   .adj-loc {
      margin: 0 auto;
   }
}   
   
@media screen and (max-width: 768px) {
   .prev-pokemon, .next-pokemon, .adj-loc {
      font-size:16px;
      font-weight: 500;
      margin-top:24px;
   }
   
   .adj-loc {
      margin-top: 0px !important;
   }
   
   .adj-loc-full {
      width: 100%;
   }
   
   .prev-pokemon img {
      margin-right: 12px;
   }
   
   .next-pokemon img {
      margin-left: 12px;
   } 
   
   .poke-number {
   padding-bottom: 10px;
   font-size:14px;
   font-weight:400;
   }
    .poke-name {
      padding-bottom: 10px;
       font-size:30px;
      font-weight:700;
   }
   .poke-types {
      
   }
   .mobile-avatar-cont {
      display: flex;
    align-self: center;
    justify-self: center;
   }
   .header-poke-mobile {
      margin-top: 66px;
      display: flex;
   }
   
   .mobile-container {
      margin-top:36px;
      margin-left: 15px;
    margin-right: 15px;
   }
   
   .mobile-container .infobreed-mobile {
      padding-left: 30px;
      padding-right: 30px;
   }
}

.poke-name small {
display:block;
font-weight:400;
font-size: 70% !important;   
}

.next-pokemon {
   float: right;
}

.prev-pokemon {
   float: left;
}

.prev-pokemon:hover, .next-pokemon:hover, .adj-loc:hover {
   background-color: #E9E9E9;
}

.rotate-90 {
   transform: rotate(90deg);
}

.rotate--90 {
   transform: rotate(-90deg);
}

.pokemon-menu {
   height: 80px;
   margin:10px;
}

.centered {
   margin-left: auto;
   margin-right: auto;
}

.header-box-info {
   border: 2px solid #E9E9E9;
       border-radius: 10px;
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
}

.header-box-info.small-box-info {
   height: 39px;
   flex-direction: row;
}
.header-box-info.small-box-info:first-of-type {
   margin-bottom:12px;
}

.col-md-3:nth-of-type(1n+2) .header-box-info {
width: calc( 100% + 15px);
margin-left:-15px;
}

.col-md-2:nth-of-type(1n+2) .header-box-info {
width: calc( 100% + 15px);
margin-left:-15px;
}

#engname-cont .header-box-info {
width: calc( 100% + 15px);
margin-left:-15px;
}

.header-info-value small {
   font-size:10px;
}

.header-info-value u {
   text-decoration: none !important;
   color: #37C7A1;
}



.header-info-value u:nth-of-type(2) {
   margin-left:5px;
}

.header-info-value br + u {
   margin-left:0px !important;
}

.header-info-title a, .header-info-title {
   font-weight: 700;
   font-size:16px;
   
}

.header-info-title a {
   cursor:pointer;
}

.header-info-title a:nth-of-type(2) {
   float:right;
   margin-right: 5px;
}

#initial-ability-label.current, #second-form-ability-label.current, #initial-evs-label.current, #second-form-evs-label.current {
   text-decoration:underline;
}

#second-form-ability, #second-form-evs {
   display:none;
}
.header-info-value {
   font-size:14px;
}
.secondary-form-evs-mobile-label {
   margin-top:20px;
   display: inline-block;
}

@media screen and (max-width: 768px) {

   .header-info-value, .header-info-value u {
      font-size: 18px;
   }
   
}

.pa-displayer{
width:26px;
height:19x;
background-color: #9CC6FA;
border-radius:14px;
display: inline-block;
color: #fff;
text-align:center;
}

.pa-displayer:nth-of-type(2),.pa-displayer:nth-of-type(3) {
   margin-left:10px;
}

.male {
   color: #4286F5;
}

.female {
   color:#FF72D0;
}

.espandi, .contrai {
   font-size:10px;
   margin: 15px 0 15px 0;
}
.header-poke-second-row {
   margin-top: 12px;
   display:none;
}

#pokedex-header-3, #pokedex-header-2 {

}

.dex-header-label {
   font-weight: bold;
   margin-right:10px;
   color:#111111;
}

.dex-header-info {
   font-weight: 300;
   border: 1px solid #dedede;
   background: #dedede;
   padding-bottom: 15px;
}

.dex-background {
   background-color: #dedede;
   border-radius: 10px;
}

.dex-cell-round {
  display: inline-block;
    width: 120px;
    line-height: 34px;
    font-size: 18px;
}

.dex-stat-value {
   display: inline-block;
   font-size: 21.6px;
}

.dex-cell-standard {
   display:block;   
   margin-left: -20px;
    margin-right: -20px;
   padding-top: 10px;
}

.dex-cell-standard .tipo-et {
   font-size: 12px !important;
}

.dex-cell-round small {
   display:block;
}

.dex-header-info > .padder  > div > div {
   background: #fff;
    border-radius: 10px;
    padding:3px;
    margin-top:3px;
    margin-bottom:3px;
}

.american-flag {
 width: 24px;
 height: auto;
}

.dedede {
   background-color: #dedede;
}
#artwork {
   display: flex;
     align-items: center;
     justify-content: center;
}

h2.col-xs-12.text-left, h3.col-xs-12 {
   border-bottom: 1px solid #dedede;
    line-height: 45px;
}

h3.col-xs-12 {
   font-size: 24px !important;
   margin-top:20px;
}


h4.col-xs-12 {
   font-size: 20px !important;
   margin-top:20px;
}

h4 {
   font-size: 20px !important;
   
}

h5.col-xs-12 {

   margin-top:20px;
}

h5 {
      font-size: 16px !important;
}

.subtitle-3 {
   font-size:20px;
   font-weight:400;
}

@media screen and (max-width: 768px) {
   .subtitle-3 {
      font-size:28px;
      font-weight:400;
   }
}
/*EVOLUZIONI*/

.evolution-fam {
   margin-top:10px;
}

.poke-evolution-cont {
text-align: center;
}
.poke-icon-cont {
   width: 61px;
    height: 61px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e9e9e9;
    border-radius: 100%;
}

#evolution-cont {
   display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
}
#evolution-cont > div {
   display: flex;
    align-self: center;
}

#evolution-cont .row {
   display: flex;
    align-items: center;
    width:100%;
    margin-left: 0;
    margin-right: 0;
}

.evolution-fam .row {
    padding-top: 15px;
    padding-bottom: 15px;   
}

@media screen and (max-width: 992px) {

   .poke-evolution-cont {
   text-align: left;
   height: auto;
    overflow: auto;
    display: flex;
    align-items: center;
    margin-top:30px;
   }
   
   .poke-evolution-cont u {
      text-decoration: none !important;
      color: #37C7A1;
      font-size: 21.6px;
      font-weight: 400;
   }

   .poke-evolution-cont .icons-pokemon-small {
          vertical-align: super;
   }
   .evolution-fam > .text-center {
      text-align:left;
   }
   #evolution-cont {
    flex-direction: column;
    }
   #evolution-cont .row {
    flex-direction: column;
   }
   
   #evolution-cont  div {
   padding-left: 0px;
   margin-left: 0px !important;
   text-align: left;
   }
   
   #evolution-cont > div {
   align-self: flex-start;
   padding-left: 30px !important;
   margin-bottom: 40px;
   }
   
   .dex-cell-standard > u > a, .dex-cell-sprites > u > a {
      font-size:21.6px;
   }
   
   .methods-evo-mobile {
      font-size: 18px;
      font-family: "Work Sans";
   }
   
   .methods-evo-mobile u {
      color: #37C7A1;
   }
   .methods-evo-mobile img {
      margin-right: 10px;
   }
}


.dex-cell-standard u {
   text-decoration: none !important;
   color: #37C7A1;
}

.dex-cell-sprites u {
   text-decoration: none !important;
   color: #37C7A1;
}

.artwork-forms-cont {
      display:inline-block;
      margin:20px;
   }


/*NUOVA INTERFACCIA EVOLUZIONI*/


.full {
   
}

.one-for-familyOf2poke {
   width: 37.59%;
   float: left;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.two-for-familyOf2poke {
   width: 62.4%;
   float: left;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.one-for-familyOf3poke {
   width: 23.07%;
   float: left;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.two-for-familyOf3poke {
   width: 38.43%;
   float: left;
   position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.two-for-familyOf3poke > .container-fluid {
    padding: 0;
}


.two-thirds { /*al posto delle col*/
   width: 40%;
   float: left;
   position: relative;
    min-height: 1px;
  
  
}

.three-thirds {
   width: 60%;
   float: left;
   position: relative;
    min-height: 1px;
  
  
}


/*FINE EVOLUZOINI*/

.Elettro {
   background-color: #e8d169;
}

.Erba {
 background-color: #7bbf58;
}

.Coleottero {
 background-color: #a4ba17;
}

.Roccia {
 background-color: #b89f3a;
}

.Terra {
 background-color: #dcbd62;
}

.Fuoco {
   background-color: #f57c35
}

.Acqua {
   background-color: #6492f2
}

.Psico {
   background-color: #e84e84
}

.Buio {
   background-color: #6c5948
}

.Acciaio {
   background-color: #c0bcd3
}

.Volante {
   background-color: #a795d1
}

.Ghiaccio {
   background-color: #9ad6de
}

.Veleno {
   background-color: #984690
}

.Spettro {
   background-color: #7057a8
}

.Drago {
   background-color: #6c36ff
}

.Folletto {
   background-color: #daa3dd
}

.Lotta {
   background-color: #c42e30
}

.Normale {
   background-color: #A8A878
}

.tipo-et {
   color: #fff;
       padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#stat-debres-cont{
margin-top:27px;
}

#stat-debres-cont h3 {
   margin-top:0px !important;
}

.stat-box-info {
   border: 2px solid #E9E9E9;
       border-radius: 10px;
    height: 286px;
    width: 100%;
    padding: 10px;
}    

.stat-box-info td {
   padding: 9px !important;
}

#initial-stat-label.current, #initial-stat-label-mobile.current, .second-form-stat-label.current {
   text-decoration:underline;
}

.second-form-stat {
   display:none;
}

.second-form-stat-label {
   margin-left:10px;
}

@media screen and (min-width:992px) {
  .other-form-stat {
   display: inline-block;
    position: absolute;
    top: 15px;
    left: 150px;
   } 
}

@media screen and (max-width:992px) {
  .other-form-stat {
   display: inline-block;
    padding: 15px 0;
   } 
}




.debres-row {
   padding: 5px;
}
.debres-row span:first-of-type {
   margin-right:10px;
}
.debres-row span {
   margin:2px;
   display: inline-block;
   font-size: 12px;
}
.game-et {
      color: #fff;
   padding-left: 3px;
      padding-right: 3px;
      border-radius:2px;
      font-size: 10px;
      margin-right: 3px;
}

.game-rosso {
 background:  #FF1111
}

.game-blu {
   background: #6464FF;
}


.game-giallo {
 background:  #FFD733
}

.game-oro {
   background: #DAA520;
}


.game-argento {
 background:  #D6D6D6
}

.game-cristallo {
   background: #4FD9FF;
}

.game-rubino {
   background: #A00000;
}


.game-zaffiro {
 background:  #5959C1
}

.game-smeraldo {
   background: #00A000;
}

.game-rf {
   background: #FF7327;
}


.game-vf {
 background:  #59E959
}


.game-diamante {
   background: #AAAAFF;
}


.game-perla {
 background:  #FFC8C8
}

.game-platino {
   background: #999999;
}

.game-hg {
   background: #B69E00;
}


.game-ss {
 background:  #D6D6EB
}

.game-nero {
   background: #444444;
}


.game-bianco {
 background:  #EBEBEB
}

.game-nero2 {
   background: #424B50;
}


.game-bianco2 {
 background:  #EDDFE0
}
.game-x {
   background: #025DA6;
}


.game-y {
 background:  #F16A81
}

.game-ro {
   background: #AB2813;
}


.game-za {
 background:  #729ABF
}


.game-sole {
   background: #F1912B;
}


.game-luna {
 background:  #90BDDC
}

.game-usole {
   background: #E95B2B;
}


.game-uluna {
 background:  #6FA0CF
}

.game-pikachu {
 background:  #F5DA26
}

.game-eevee {
 background:  #E3B88A
}

.game-spada {
 background:  #1B1771
}

.game-scudo {
 background:  #7A0001
}

@media screen and (max-width: 538px) {
 

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
   padding-left:3px !important;
   padding-right:3px !important;
}

#container_right .container-fluid {
    margin-left: -20px;
    width: calc(100% + 40px);
}

}

td small {
   display:block;
}

.pokemon-tables u {
   text-decoration: none !important;
   color: #37C7A1;
}

.pokemon-tables-section {
   margin-top:35px;
}

.link-title-generation {
   color: #37C7A1;
   margin-right:15px;
   margin-left:15px;
}

.infobreed-mobile {
   padding-top:12px;
   padding-bottom:12px;
}

.infobreed-mobile small {
   font-size:14px;
   font-weight: 400;
   color: #5F6368;
}

.infobreed-mobile > span {
   display:block;
   font-size:18px;
}

.infobreed-mobile::after {
   content: "";
   display:block;
   height:1px;
   width:100%;
   background-color: #F1F3F4;
   margin-top: 12px;
}

 .padder {
   margin-top:12px;
 }
 
 .need-some-smaller-titles > .col-md-2  .header-info-title {
   font-size:10px;
   line-height: 22px;
 }
 
 .curiosit {
   margin: 20px 0 20px 10px;
   font-size: 18px;
   line-height: 26px;
   
 }
 
 @media screen and (min-width:768px) {
   .curiosit {
      font-size: 16px;
   }
 }
 
 ul.curiosit {
  list-style: none; /* Remove default bullets */
}

ul.curiosit li::before {
content: "\2022";
    color: #BDC1C6;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    position: absolute;
    left: 0px;
    font-size: 26px;
}

ul.curiosit li {
   margin-top:10px;
}

.col-icon-cont {
   width: 48px;
}

.col-icon-cont img {
   max-width: 36px;
}

.no-data {
   margin: 20px 0 40px 0;
}