.display-block {
  display: block;
}
.full-width,
.col-full,
.width-full {
  padding: 0 !important;
}
.width-auto {
  width: auto !important;
}
div.form-control {
  height: auto !important;
}
.margin-center {
  margin: 0 auto;
}
.clear {
  clear: both;
}
.img-responsive-h {
  display: block;
  height: 100%;
  max-height: 100px;
  width: auto;
}
/* special mouse over test */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}
body .container {
  background: white;
}
@media (max-width: 767px) {
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.vertical-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.attr-col {
  margin-bottom: 10px;
  border-right: 1px solid #e1e1e1;
  position: relative;
  color: #44696c;
  text-align: center;
  font-size: 17px;
}
.attr-col.last {
  border: 0;
}
.attr-col .descr {
  font-size: 14px;
  color: #686868;
}
.page {
  background-image: -webkit-linear-gradient(left, color-stop(#a1e6a1 0%), color-stop(#70ceac 100%));
  background-image: linear-gradient(to right, #a1e6a1 0%, #70ceac 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa1e6a1', endColorstr='#ff70ceac', GradientType=1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page .poke-header {
  padding: 20px 0;
}
.page .poke-list {
  height: 1000px;
  overflow: auto;
}
.page .poke-list::-webkit-scrollbar {
  width: 2px;
}
.page .poke-list::-webkit-scrollbar-thumb {
  background-color: #4abf9e;
}
.page .poke-close {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
}
.page .poke-close img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page .btn {
  border-radius: 30px;
  color: white;
  background-image: -webkit-linear-gradient(left, color-stop(#a2db95 0%), color-stop(#24ccaa 100%));
  background-image: linear-gradient(to right, #a2db95 0%, #24ccaa 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa2db95', endColorstr='#ff24ccaa', GradientType=1);
}
.page .btn.on {
  border: 1px solid #44696c;
  background: none;
  color: #44696c;
}
.page h2 {
  text-align: center;
  color: #44696c;
  text-transform: uppercase;
  font-size: 17px;
  margin: 0;
}
.page h2 .sub {
  display: block;
  font-size: 12px;
}
.page h2:after {
  content: "";
  height: 2px;
  display: block;
  border-radius: 2px;
  width: 50%;
  background: #44696c;
  margin: 5px auto 0 auto;
}
.page .nav-tab {
  display: table;
  width: 100%;
}
.page .nav-tab a {
  display: table-cell;
  color: #a1b4b5;
  text-align: center;
  text-decoration: none;
}
.page .nav-tab a:after {
  content: "";
  height: 2px;
  display: block;
  border-radius: 2px;
  width: 50%;
  margin: 5px auto 0 auto;
}
.page .nav-tab a.on,
.page .nav-tab a:hover {
  color: #44696c;
}
.page .nav-tab a.on:after,
.page .nav-tab a:hover:after {
  background: #44696c;
}
.page div[data-tab] {
  display: none;
}
.page div[data-tab].on {
  display: block;
}
.page .close-bottom-spacer {
  height: 50px;
}
.page-overview .poke-list .item {
  display: block;
  color: #272825;
  padding: 0 0 10px 0;
  text-align: center;
  text-decoration: none;
}
.page-overview .poke-list .item .cnt {
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
}
.page-overview .poke-list .item .cnt img {
  padding: 0 7px;
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
}
.page-overview .warning-free {
  padding: 10px 0 30px 0;
  text-align: center;
}
.page-overview .warning-free h2 {
  margin-bottom: 10px;
}
.page-overview .warning-free .btn {
  margin-top: 10px;
  font-size: 20px;
}
.page-enemy {
  background-image: -webkit-linear-gradient(left, color-stop(#d2bceb 0%), color-stop(#8b98ed 100%));
  background-image: linear-gradient(to right, #d2bceb 0%, #8b98ed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd2bceb', endColorstr='#ff8b98ed', GradientType=1);
}
.page-enemy .container {
  position: relative;
}
.page-enemy .add-fav {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 40px;
  color: #ffcb06;
  text-decoration: none;
}
.page-enemy .add-fav .active {
  display: none;
}
.page-enemy .add-fav.on .default {
  display: none;
}
.page-enemy .add-fav.on .active {
  display: inline;
}
.page-enemy h2 {
  margin: 0;
  margin-bottom: 7px;
}
.page-enemy .main-img {
  display: block;
  width: 50%;
  max-width: 200px;
  margin: 0 auto;
}
.page-enemy .main-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-enemy .poke-list table {
  margin-top: 10px;
}
.page-enemy .poke-list table thead {
  display: none;
}
.page-enemy .poke-list table th {
  text-align: center;
}
.page-enemy .poke-list table td {
  border-top: 1px solid #e1e1e1;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.page-enemy .poke-list table td .fav-icon {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 20px;
  color: #ffcb06;
  display: none;
}
.page-enemy .poke-list table td.img {
  width: 30%;
  padding: 10px;
}
.page-enemy .poke-list table td.name {
  width: 20%;
}
.page-enemy .poke-list table td.attacks {
  width: 50%;
}
.page-enemy .poke-list table td.attacks span {
  display: inline-block;
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  padding: 2px 7px;
  border-radius: 10px;
  font-size: 13px;
  margin: 1px;
}
.page-enemy .poke-list table tr.fav .fav-icon {
  display: block;
}
