/* CEVA */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #f5f5f5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0;
  font-weight: normal;
}
h1 {
  font-size: 15px;
  color: #f5f5f5;
  float: left;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
h1.red {
  color: #ff0000;
}
ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
#container {
  width: 900px;
  height: 700px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
header {
  height: 40px;
  padding: 10px 10px;
  background: #2b2b2b;
  z-index: 10;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
  border-bottom-left-radius: 3px;
}
.hide {
  top: -40px;
}
.red {
  background: #ff0000;
}
.reset {
  background: url(../img/generic/reset.png) no-repeat center center #2b2b2b;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.reset:hover {
  -webkit-transform: rotate(-359deg);
  -moz-transform: rotate(-359deg);
  -ms-transform: rotate(-359deg);
  -o-transform: rotate(-359deg);
  transform: rotate(-359deg);
}
.red .reset {
  background-color: #ff0000;
}
#home {
  background: url(../img/generic/house.jpg) no-repeat;
  width: 900px;
  height: 600px;
  position: relative;
}
.items {
  width: 900px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 600px;
  background: #2b2b2b;
  padding: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.items ul {
  width: 900px;
  height: 100px;
}
.items ul li {
  background: #2b2b2b;
  height: 100px;
  width: 12.5%;
  position: relative;
  float: left;
  padding: 15px 0 0 0;
  border-right: 2px solid #000000;
  text-align: center;
}
.items ul li:last-child {
  border-right: none;
}
.items ul li img {
  border: none;
  background: none;
  cursor: move;
  z-index: 9999;
  max-width: 90%;
  position: absolute;
}
.items ul li#foodBowl0 img,
.items ul li#waterBowl0 img {
  left: 50%;
  margin-left: -20px;
}
.items ul li#litterTray0 img {
  left: 50%;
  margin-left: -30px;
}
.items ul li#scratchingPost0 img {
  left: 50%;
  margin-left: -20px;
}
.items ul li#restingArea0 img {
  left: 50%;
  margin-left: -25px;
}
.items ul li#sanctuary0 img {
  left: 50%;
  margin-left: -30px;
}
.items ul li#playingArea0 img {
  left: 50%;
  margin-left: -30px;
}
.items ul li#feliway0 img {
  left: 50%;
  margin-left: -20px;
}
.draggable {
  left: 50%;
  margin-left: -20px;
}
.items ul li img.two-cats,
.items ul li img.three-cats {
  display: none;
}
.items ul li.two-cats img.extra {
  display: block;
}
.items ul li img:hover {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.items ul li h2 {
  font-size: 12px;
  text-align: center;
  background: transparent;
  padding: 10px 0;
  margin: 0;
  color: #dddddd;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.items ul li a.info,
.items ul li a.help {
  width: 25px;
  height: 25px;
  background: #000000;
  position: absolute;
  text-align: center;
  text-decoration: none;
  font: italic bold 10px Georgia, serif;
  top: 0px;
  right: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ccc;
  padding: 6px 0 0 0;
  z-index: 4;
}
.items ul li a.help {
  top: 27px;
}
.items ul li a.info:hover {
  background-color: #a21983;
}
.items ul li a.help:hover {
  background-color: #008000;
}
.items ul li a.help-active {
  background-color: #008000;
}
.message {
  display: none;
}
.wrong {
  display: block;
}
/* ---------- Food ---------- */
#foodBowl2,
#foodBowl3,
#foodBowl4,
#foodBowl5,
#foodBowl6,
#foodBowl8,
#foodBowl9,
#foodBowl10,
#foodBowl11,
#foodBowl12,
#foodBowl13,
#foodBowl15,
#foodBowl16,
#foodBowl17 {
  display: block !important;
  position: absolute;
  opacity: 0.6;
  border: none;
}
#foodBowl2 {
  width: 90px;
  height: 80px;
  left: 35px;
  top: 120px;
}
#foodBowl4 {
  width: 83px;
  height: 79px;
  left: 218px;
  top: 20px;
}
#foodBowl5 {
  width: 35px;
  height: 40px;
  left: 363px;
  top: 28px;
}
#foodBowl6 {
  width: 80px;
  height: 90px;
  left: 363px;
  top: 68px;
}
#foodBowl8 {
  width: 60px;
  height: 60px;
  left: 525px;
  top: 60px;
}
#foodBowl9 {
  width: 80px;
  height: 80px;
  left: 432px;
  top: 235px;
}
#foodBowl10 {
  width: 80px;
  height: 80px;
  left: 435px;
  top: 400px;
}
#foodBowl11 {
  width: 70px;
  height: 56px;
  left: 34px;
  top: 330px;
}
#foodBowl12 {
  width: 90px;
  height: 53px;
  left: 210px;
  top: 283px;
}
#foodBowl13 {
  width: 80px;
  height: 131px;
  left: 600px;
  top: 230px;
}
#foodBowl15 {
  width: 70px;
  height: 71px;
  left: 795px;
  top: 445px;
}
#foodBowl16 {
  width: 90px;
  height: 100px;
  left: 792px;
  top: 30px;
}
#foodBowl17 {
  width: 90px;
  height: 100px;
  right: 30px;
  bottom: 250px;
}
/* ---------- Water ---------- */
#waterBowl1,
#waterBowl2,
#waterBowl4,
#waterBowl5,
#waterBowl6 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#waterBowl1 {
  width: 90px;
  height: 85px;
  right: 445px;
  top: 95px;
}
#waterBowl2 {
  width: 80px;
  height: 120px;
  right: 35px;
  top: 220px;
}
#waterBowl4 {
  width: 90px;
  height: 90px;
  right: 212px;
  top: 265px;
}
#waterBowl5 {
  width: 90px;
  height: 90px;
  right: 385px;
  top: 230px;
}
#waterBowl6 {
  width: 82px;
  height: 90px;
  right: 385px;
  top: 400px;
}
/* ---------- LitterTray ---------- */
#litterTray1,
#litterTray2,
#litterTray3,
#litterTray5,
#litterTray6,
#litterTray7 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#litterTray1 {
  width: 90px;
  height: 95px;
  left: 35px;
  top: 175px;
}
#litterTray4 {
  width: 100px;
  height: 40px;
  left: 215px;
  bottom: 273px;
}
#litterTray5 {
  width: 100px;
  height: 70px;
  right: 35px;
  bottom: 86px;
}
#litterTray6 {
  width: 100px;
  height: 90px;
  left: 435px;
  bottom: 115px;
}
#litterTray7 {
  width: 100px;
  height: 95px;
  left: 490px;
  top: 65px;
}
/* ---------- scratchingPost ---------- */
#scratchingPost1,
#scratchingPost2,
#scratchingPost3,
#scratchingPost4,
#scratchingPost5,
#scratchingPost6,
#scratchingPost7,
#scratchingPost8,
#scratchingPost9 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#scratchingPost1 {
  width: 160px;
  height: 80px;
  left: 423px;
  top: 235px;
}
#scratchingPost2 {
  width: 195px;
  height: 50px;
  left: 37px;
  top: 332px;
}
#scratchingPost3 {
  width: 65px;
  height: 45px;
  left: 515px;
  top: 65px;
}
#scratchingPost4 {
  width: 32px;
  height: 75px;
  left: 362px;
  top: 33px;
}
#scratchingPost5 {
  width: 50px;
  height: 40px;
  left: 310px;
  top: 145px;
}
#scratchingPost6 {
  width: 50px;
  height: 50px;
  left: 275px;
  top: 220px;
}
#scratchingPost7 {
  width: 130px;
  height: 70px;
  right: 170px;
  top: 35px;
}
#scratchingPost8 {
  width: 50px;
  height: 50px;
  left: 35px;
  top: 150px;
}
/* ---------- restingArea  ---------- */
#restingArea1,
#restingArea2,
#restingArea3,
#restingArea4,
#restingArea5,
#restingArea6,
#restingArea7,
#restingArea8 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#restingArea1 {
  width: 255px;
  height: 195px;
  left: 37px;
  bottom: 25px;
}
#restingArea2 {
  width: 260px;
  height: 130px;
  left: 35px;
  bottom: 275px;
}
#restingArea3 {
  width: 90px;
  height: 50px;
  left: 370px;
  top: 55px;
}
#restingArea4 {
  width: 70px;
  height: 130px;
  left: 300px;
  top: 30px;
}
#restingArea5 {
  width: 200px;
  height: 20px;
  left: 370px;
  top: 35px;
}
#restingArea6 {
  width: 82px;
  height: 75px;
  right: 385px;
  top: 400px;
}
#restingArea7 {
  width: 70px;
  height: 400px;
  right: 35px;
  top: 30px;
}
#restingArea8 {
  width: 60px;
  height: 129px;
  left: 601px;
  bottom: 243px;
}
/* ---------- sanctuary ---------- */
#sanctuary1,
#sanctuary2,
#sanctuary3,
#sanctuary4,
#sanctuary5,
#sanctuary6,
#sanctuary7,
#sanctuary8,
#sanctuary9,
#sanctuary10,
#sanctuary11 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#sanctuary1 {
  width: 200px;
  height: 195px;
  left: 60px;
  bottom: 25px;
}
#sanctuary2 {
  width: 187px;
  height: 45px;
  left: 25px;
  bottom: 272px;
}
#sanctuary3 {
  width: 275px;
  height: 30px;
  left: 33px;
  top: 245px;
}
#sanctuary4 {
  width: 55px;
  height: 50px;
  left: 33px;
  top: 195px;
}
#sanctuary5 {
  width: 75px;
  height: 75px;
  left: 130px;
  top: 90px;
}
#sanctuary6 {
  width: 175px;
  height: 165px;
  right: 50px;
  top: 70px;
}
#sanctuary7 {
  width: 270px;
  height: 35px;
  left: 25px;
  bottom: 25px;
}
#sanctuary8 {
  width: 190px;
  height: 40px;
  left: 395px;
  top: 20px;
}
#sanctuary9 {
  width: 65px;
  height: 70px;
  left: 430px;
  top: 485px;
}
#sanctuary10 {
  width: 82px;
  height: 90px;
  right: 25px;
  bottom: 150px;
}
/* ---------- playingArea ---------- */
#playingArea1,
#playingArea2,
#playingArea3,
#playingArea4 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#playingArea1 {
  width: 255px;
  height: 260px;
  left: 40px;
  bottom: 25px;
}
#playingArea2 {
  width: 540px;
  height: 280px;
  left: 40px;
  top: 35px;
}
#playingArea3 {
  width: 170px;
  height: 250px;
  left: 420px;
  top: 325px;
}
#playingArea4 {
  width: 265px;
  height: 530px;
  right: 30px;
  bottom: 35px;
}
/* ---------- feliway ---------- */
#feliway1,
#feliway2,
#feliway3 {
  position: absolute;
  opacity: 0.6;
  border: none;
}
#feliway1 {
  width: 70px;
  height: 90px;
  right: 232px;
  top: 245px;
}
#feliway2 {
  width: 70px;
  height: 90px;
  right: 30px;
  top: 245px;
}
#feliway3 {
  width: 70px;
  height: 80px;
  right: 313px;
  top: 240px;
}
/* ---------- Dialog ---------- */
.ui-state-active {
  background: transparent;
}
.ui-state-hover {
  background: transparent;
}
.ui-state-highlight {
  background: transparent;
}
.ui-state-disabled {
  background: transparent;
}
.ui-state-help {
  background: #008000;
}
.ui-widget-overlay {
  width: 900px;
  height: 600px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -450px;
  z-index: 20;
}
.ui-dialog {
  border: none;
  font-size: 13px;
  line-height: 18px;
  width: 550px !important;
  padding: 20px;
  box-shadow: 0px 0px 10px 0px #171717;
  border-radius: 3px;
  top: 30px !important;
  z-index: 30;
}
button1,
html input[type="button"] {
  width: 33.3%;
  margin: 0;
  padding: 0;
  height: 60px;
  background: #A21983;
  border: 1px solid #7d1765;
  cursor: pointer;
  font-size: 1.0em;
  font-family: sans-serif;
  color: #fff;
  float: left;
  outline: none;
}
button1,
html input[type="button"].active {
  background: #2B2B2B;
  border-color: #000000;
}
.ui-dialog .ui-widget-header {
  color: #a21983;
  padding: 0;
  border: none;
}
.ui-dialog .ui-dialog-title {
  font-size: 18px;
  margin: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-dialog .ui-dialog-content p {
  margin-bottom: 5px;
  margin-top: 10px;
}
.ui-dialog iframe {
  margin-bottom: 2px;
  margin-top: 20px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0;
}
.ui-dialog .ui-dialog-buttonpane button span:focus {
  border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: 0;
  right: 0;
  margin: 0;
}
.ui-dialog-buttonset,
.ui-button {
  width: 100%;
  margin-top: 10px;
  outline: none;
  background: none !important;
  border: none !important;
}
.ui-button span {
  width: 100%;
  background: #A21983;
  border: none !important;
  padding: 10px !important;
  display: block;
  color: #fff;
  font-weight: normal;
  border-radius: 3px;
}
.ui-button span:hover {
  background: #2b2b2b;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
.socket li img {
  display: none;
}
.socket li p {
  display: none;
}
