﻿@font-face {
  font-family: catFont;
  src: url("fonts/gordidasBold.ttf");
}
/* keyframes for animation;  simple 0 to 360 */
@-webkit-keyframes spin1 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

body {
  overflow: hidden;
  overscroll-behavior: contain;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  font-family: Arial;
  background-color: #fff;
  color: #333;
  font-family: catFont;
  background: url(img/backgrounds/blue.png);
  -webkit-font-smoothing: antialiased !important;
  text-shadow: -1px 0 #555555, 0 1px #555555, 1px 0 #555555, 0 -1px #555555;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#right_panel {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 100vw;
  max-width: 400px;
  text-align: right;
}

li {
  padding: 0px;
  margin: 5px;
  height: 50px;
  color: #fff;
  background-color: #aaa;
}

li.inactive {
  opacity: 0.7;
}

h1 {
  position: relative;
  display: inline;
  z-index: 99999;
  color: #f0a;
  font-size: 50px;
  text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.position1 {
  color: #d0c;
  font-size: 45px;
}
.position2 {
  color: #b0e;
  font-size: 40px;
}
.position3 {
  color: #90f;
  font-size: 35px;
}
.position4 {
  color: #70f;
  font-size: 30px;
}
.decimals {
  color: #50d;
  margin-left: 5px;
  font-size: 30px;
}

#big_purrs {
  height: 70px;
  position: relative;
  z-index: 999999;
  vertical-align: top;
}

img.building {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 10px;
  display: inline;
  background-color: #fff;
}

h3.building {
  padding: 0px;
  margin: 0px;
  color: #fff;
}
q.building {
  padding: 0px;
  margin: 0px;
  visibility: hidden;
}

.next_cost {
  color: #0f0;
  font-weight: bold;
}

.purrs_mini {
  position: relative;
  height: 20px;
  vertical-align: top;
  margin-left: 5px;
}

.hidden {
  display: none;
}

.rate {
  display: inline;
  float: right;
  font-family: Arial;
  margin-right: 20px;
  font-size: 15px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

li.inactive .next_cost {
  color: #f00;
}

.quantity {
  float: right;
  font-size: 40px;
  color: #888;
  margin-top: -20px;
  margin-right: 10px;
}

.tooltip {
  position: fixed;
  width: 300px;
  height: auto !important;
  border: 6px double orange;
  border-image: url(img/icons/woodBorder.png) 6 6 6 6 repeat;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  background-color: #000;
  cursor: pointer;
  color: #fff;
}

.tooltip h4 {
  margin: 0px;
}
.tooltip h5 {
  color: #aaa;
  font-family: Arial;
  font-weight: bold;
  margin: 0px;
}
.tooltip p {
  font-size: 12px;
  font-family: Arial;
}
.tooltip div {
  position: relative;
  margin: 5px;
}

li.tooltip {
  padding: 5px;
}

#interactive {
  text-align: center;
  width: 100vw;
  float: left;
}

#the_cat_container {
  position: relative;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-user-drag: none;
  drag: none;
}

#achievement_tooltip_list {
  position: fixed;
  z-index: 999999;
  bottom: 0px;
}

#achievement_tooltip_list li {
  position: relative;
  margin: auto;
}

.rays {
  position: absolute;
  height: 800px;
}
.shadow {
  position: absolute;
  height: 430px;
}

#rays1 {
  -webkit-animation: spin1 20s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
#rays2 {
  -webkit-animation: spin2 20s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
#rays3 {
  -webkit-animation: spin1 50s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
#rays4 {
  -webkit-animation: spin2 50s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.disabled img.building {
  opacity: 0.2;
}

.the_cat {
  cursor: pointer;
}

.building {
  cursor: pointer;
}

.particle {
  position: fixed;
  display: inline-block;
  pointer-events: none;
}

li.upgrades {
  position: relative;
  border-width: 6px;
  margin: 0px;
  border-image: url(img/icons/woodBorder.png) 6 6 6 6 repeat;
  width: 38px;
  height: 38px;
  display: inline-block;
  cursor: pointer;
  background-color: #000;
}

#upgrades_list {
  position: relative;
  margin: 5px;
  background-color: #000;
  min-height: 50px;
}

.hair h4 {
  display: inline;
}
.hair img {
  display: inline;
  vertical-align: middle;
}

.click_hint {
  position: fixed;
  display: inline-block;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  pointer-events: none;
  color: #aa0;
  font-size: 25px;
  font-weight: bold;
}

#upgrades_list {
  text-align: left;
}

#buildings_list {
  text-align: left;
}
