/*# sourceMappingURL=admin.css.map */
div.navigation {
  position: absolute;
  width: 120px;
  top: 0px;
  background-color: #000000;
  text-align: center;
  height: 1500px;
  line-height: 30px;
  z-index: 30;
}
div.navigation ul {
  position: absolute;
  top: 0px;
  display: block;
  width: 120px;
  height: 30px;
  padding: 0;
  margin: 0;
  text-align: left;
  background-color: #111111;
}
div.navigation ul li {
  position: relative;
  list-style-type: none;
  padding: 5px 5px 5px 10px;
  height: 20px;
  line-height: 20px;
  display: none;
  background-color: black;
}
div.navigation ul li:first-child {
  display: block;
}
div.navigation ul li:first-child:after {
  border: 0;
}
div.navigation ul li:nth-child(2) {
  border-top: 1px solid #999999;
}
div.navigation ul li:nth-child(1n+2) {
  left: 120px;
  top: -30px;
}
div.navigation ul li ul li:nth-child(1n+2) {
  top: 0;
  left: 0;
}
div.navigation ul li a {
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
  color: #aaaaaa;
  text-decoration: none;
}
div.navigation ul li.headline {
  font-weight: bold;
  color: #ffffff;
  left: 120px;
  top: -30px;
  background-color: black;
  width: 113px;
}
div.navigation ul:hover {
  border-bottom: 1px solid #999999;
}
div.navigation ul:hover li {
  display: block;
}
div.navigation ul:hover li:hover {
  background-color: #5588aa;
}
div.navigation ul:hover li:hover > a {
  color: #ffffff;
}
div.navigation ul:hover li:hover:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  border-left: 6px solid #dddddd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
div.navigation > ul:nth-child(1) {
  left: -2px;
  top: 30px;
}
div.navigation > ul:nth-child(2) {
  left: -2px;
  top: 61px;
}
div.navigation > ul:nth-child(3) {
  left: -2px;
  top: 92px;
}
div.navigation > ul:nth-child(4) {
  left: -2px;
  top: 123px;
}
div.navigation > ul:nth-child(5) {
  left: -2px;
  top: 154px;
}
div.navigation > ul:nth-child(6) {
  left: -2px;
  top: 185px;
}
div.navigation > ul:nth-child(7) {
  left: -2px;
  top: 216px;
}
div.navigation > ul:nth-child(8) {
  left: -2px;
  top: 247px;
}
div.navigation > ul:nth-child(9) {
  left: -2px;
  top: 278px;
}
div.navigation > ul:nth-child(10) {
  left: -2px;
  top: 309px;
}
div.navigation > ul:nth-child(11) {
  left: -2px;
  top: 340px;
}
div.navigation > ul:nth-child(12) {
  left: -2px;
  top: 371px;
}
div.navigation > ul:nth-child(13) {
  left: -2px;
  top: 402px;
}
div.navigation > ul:nth-child(14) {
  left: -2px;
  top: 433px;
}
div.navigation > ul:nth-child(15) {
  left: -2px;
  top: 464px;
}
div.navigation > ul:nth-child(16) {
  left: -2px;
  top: 495px;
}
div.navigation > ul:nth-child(17) {
  left: -2px;
  top: 526px;
}
div.navigation > ul:nth-child(18) {
  left: -2px;
  top: 557px;
}
div.navigation > ul:nth-child(19) {
  left: -2px;
  top: 588px;
}
div.navigation > ul:nth-child(20) {
  left: -2px;
  top: 619px;
}
div.navigation > ul:last-child {
  top: 0px;
  position: absolute;
  width: 80px;
  border: 0;
  text-align: right;
}
div.navigation > ul:last-child li {
  background: url(/images/logout.png) no-repeat 60px 6px;
  padding: 5px 30px 5px 0px;
}
div.navigation > ul:last-child li:hover:after {
  border: 0;
}
div.navigation > ul li ul {
  left: 128px;
  display: none;
}
div.navigation > ul li ul li:nth-child(1) {
  border-top: 1px solid #999999;
}
div.navigation > ul li ul li:nth-child(2) {
  border-top: 0;
}
div.navigation > ul li:hover ul {
  display: block;
}
div.navigation > ul > li > a:hover {
  color: #ffffff;
}

div.toolbar {
  position: absolute;
  width: 100%;
  top: 0px;
  background-color: #222222;
  border-top: 1px solid #444444;
  color: #ffffff;
  text-align: center;
  max-height: 30px;
  line-height: 30px;
  z-index: 29;
}
div.toolbar a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #aaaaaa;
}
div.toolbar a:hover {
  color: #ffffff;
}
div.toolbar ul {
  position: absolute;
  top: 0px;
  display: block;
  width: 120px;
  padding: 0;
  margin: 0;
  text-align: left;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #111111;
}
div.toolbar ul li {
  position: relative;
  list-style-type: none;
  padding: 5px 5px 5px 10px;
  height: 20px;
  line-height: 20px;
  display: none;
}
div.toolbar ul li:first-child {
  display: block;
}
div.toolbar ul li:first-child:after {
  border: 0;
}
div.toolbar ul li:nth-child(2) {
  border-top: 1px solid #999999;
}
div.toolbar ul li a {
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
  color: #aaaaaa;
  text-decoration: none;
}
div.toolbar ul li.headline {
  font-weight: bold;
  color: #ffffff;
}
div.toolbar ul:hover {
  border-bottom: 1px solid #999999;
}
div.toolbar ul:hover li {
  display: block;
}
div.toolbar ul:hover li:hover {
  background-color: #5588aa;
}
div.toolbar ul:hover li:hover > a {
  color: #ffffff;
}
div.toolbar ul:hover li:hover:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  border-left: 6px solid #dddddd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
div.toolbar > ul:nth-child(1) {
  left: 100px;
}
div.toolbar > ul:nth-child(2) {
  left: 220px;
}
div.toolbar > ul:nth-child(3) {
  left: 340px;
}
div.toolbar > ul:nth-child(4) {
  left: 460px;
}
div.toolbar > ul:nth-child(5) {
  left: 580px;
}
div.toolbar > ul:nth-child(6) {
  left: 700px;
}
div.toolbar > ul:nth-child(7) {
  left: 820px;
}
div.toolbar > ul:nth-child(8) {
  left: 940px;
}
div.toolbar > ul:last-child {
  left: auto;
  width: 80px;
  right: 20px;
  border: 0;
  text-align: right;
}
div.toolbar > ul:last-child li {
  background: url(/images/logout.png) no-repeat 60px 6px;
  padding: 5px 30px 5px 0px;
}
div.toolbar > ul:last-child li:hover:after {
  border: 0;
}
div.toolbar > ul li ul {
  left: 120px;
  display: none;
}
div.toolbar > ul li ul li:nth-child(1) {
  border-top: 1px solid #999999;
}
div.toolbar > ul li ul li:nth-child(2) {
  border-top: 0;
}
div.toolbar > ul li:hover ul {
  display: block;
}
div.toolbar > ul > li > a:hover {
  color: #ffffff;
}

div.messageBox {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -157px;
  z-index: 40;
  width: 300px;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

div.messageBox.success {
  border: 2px solid #00ff00;
  background-color: #00bb00;
}

div.messageBox.failure {
  border: 2px solid #ff0000;
  background-color: #cc0000;
}

div.content .login table {
  width: 400px;
}
div.content .login.login td:nth-child(1) {
  width: 30%;
}
div.content .login.login td:nth-child(2) {
  width: 70%;
}
div.content input {
  width: 200px;
  padding: 5px;
  box-sizing: border-box;
}
div.content select {
  width: 200px;
  padding: 5px;
  box-sizing: border-box;
}
div.content textarea {
  width: 200px;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}
div.content button {
  width: 200px;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
}
div.content table {
  margin: 50px auto;
  border-collapse: collapse;
  border-spacing: 1px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #aaa;
}
div.content table tr {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
div.content table tr:nth-child(1) {
  background-color: #4a80ae;
}
div.content table tr:nth-child(1) th {
  color: #ffffff;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
div.content table tr:last-child {
  border-bottom: 1px solid #bbb;
}
div.content table tr:last-child td {
  padding-bottom: 20px;
}
div.content table tr td .error {
  margin: 0;
  padding: 5px;
}
div.content table.enumeration tr:nth-child(even) {
  background-color: #fefefe;
}
div.content table.enumeration tr:nth-child(even):hover {
  background-color: #aaffaa;
}
div.content table.enumeration tr:nth-child(odd) {
  background-color: #eeeeee;
}
div.content table.enumeration tr:nth-child(odd):hover {
  background-color: #aaffaa;
}
div.content table.enumeration tr:nth-child(1) {
  background-color: #4a80ae;
  color: #ffffff;
}
div.content table.enumeration tr:nth-child(1):hover {
  background-color: #4a80ae;
}
div.content .accounts table {
  width: 700px;
}
div.content .accounts.create td:nth-child(1) {
  width: 20%;
}
div.content .accounts.create td:nth-child(2) {
  width: 33%;
}
div.content .accounts.create td:nth-child(3) {
  width: 47%;
}
div.content .accounts.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .accounts.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .accounts.index th:nth-child(3) {
  padding-left: 0px;
  text-align: left;
}
div.content .accounts.index th:nth-child(4) {
  text-align: center;
}
div.content .accounts.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .accounts.index td:nth-child(2) {
  width: 43%;
}
div.content .accounts.index td:nth-child(3) {
  width: 30%;
}
div.content .accounts.index td:nth-child(4) {
  width: 25%;
  text-align: right;
}
div.content .accounts.edit td:nth-child(1) {
  width: 20%;
}
div.content .accounts.edit td:nth-child(2) {
  width: 33%;
}
div.content .accounts.edit td:nth-child(3) {
  width: 47%;
}
div.content .accounts.delete td:nth-child(1) {
  width: 20%;
}
div.content .accounts.delete td:nth-child(2) {
  width: 33%;
}
div.content .accounts.delete td:nth-child(3) {
  width: 47%;
}
div.content .accounts.permission td:nth-child(1) {
  width: 20%;
}
div.content .accounts.permission td:nth-child(2) {
  width: 33%;
}
div.content .accounts.permission td:nth-child(3) {
  width: 47%;
}
div.content .server table {
  width: 700px;
}
div.content .server.create td:nth-child(1) {
  width: 20%;
}
div.content .server.create td:nth-child(2) {
  width: 33%;
}
div.content .server.create td:nth-child(3) {
  width: 47%;
}
div.content .server.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .server.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .server.index th:nth-child(3) {
  text-align: center;
}
div.content .server.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .server.index td:nth-child(2) {
  width: 73%;
}
div.content .server.index td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .server.edit td:nth-child(1) {
  width: 20%;
}
div.content .server.edit td:nth-child(2) {
  width: 33%;
}
div.content .server.edit td:nth-child(3) {
  width: 47%;
}
div.content .server.delete td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .server.delete td:nth-child(2) {
  width: 33%;
}
div.content .server.delete td:nth-child(3) {
  width: 47%;
}
div.content .server.permission td:nth-child(1) {
  width: 20%;
}
div.content .server.permission td:nth-child(2) {
  width: 33%;
}
div.content .server.permission td:nth-child(3) {
  width: 47%;
}
div.content .server.show td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .server.show td:nth-child(2) {
  width: 33%;
}
div.content .server.show td:nth-child(3) {
  width: 47%;
}
div.content .server.adminlog td:nth-child(1) {
  width: 15%;
}
div.content .server.adminlog td:nth-child(2) {
  width: 15%;
}
div.content .server.adminlog td:nth-child(3) {
  width: 15%;
  text-align: right;
}
div.content .server.adminlog td:nth-child(4) {
  width: 15%;
}
div.content .server.adminlog td:nth-child(5) {
  width: 15%;
}
div.content .server.adminlog td:nth-child(6) {
  width: 25%;
}
div.content .server.adminlog .red {
  color: #cc0000;
}
div.content .server.adminlog .green {
  color: #00cc00;
}
div.content .player table {
  width: 700px;
}
div.content .player.search td:nth-child(1) {
  width: 20%;
}
div.content .player.search td:nth-child(2) {
  width: 33%;
}
div.content .player.search td:nth-child(3) {
  width: 47%;
}
div.content .player.searchResult td.inactive {
  background-color: #ff0000;
}
div.content .player.searchResult td.holiday {
  background-color: #ffa500;
}
div.content .player.searchResult td:nth-child(1) {
  width: 2%;
}
div.content .player.searchResult td:nth-child(2) {
  width: 43%;
}
div.content .player.searchResult td:nth-child(3) {
  width: 55%;
}
div.content .player.create td:nth-child(1) {
  width: 20%;
}
div.content .player.create td:nth-child(2) {
  width: 33%;
}
div.content .player.create td:nth-child(3) {
  width: 47%;
}
div.content .player.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .player.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .player.index th:nth-child(3) {
  text-align: center;
}
div.content .player.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .player.index td:nth-child(2) {
  width: 73%;
}
div.content .player.index td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .player.edit td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .player.edit td:nth-child(2) {
  width: 33%;
}
div.content .player.edit td:nth-child(3) {
  width: 47%;
}
div.content .player.activate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .player.activate td:nth-child(2) {
  width: 33%;
}
div.content .player.activate td:nth-child(3) {
  width: 47%;
}
div.content .player.deactivate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .player.deactivate td:nth-child(2) {
  width: 33%;
}
div.content .player.deactivate td:nth-child(3) {
  width: 47%;
}
div.content .player.permission td:nth-child(1) {
  width: 20%;
}
div.content .player.permission td:nth-child(2) {
  width: 33%;
}
div.content .player.permission td:nth-child(3) {
  width: 47%;
}

div.content .mergeGarden.mergeGardenFields .gardenbackground {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 1024px;
  height: 610px;
  margin-left: -512px;
  background: url(../images/fh_bg_mergeGarden.jpg);
}
div.content .mergeGarden.mergeGardenFields .gardenbackground .field {
  position: absolute;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  background-position: left 80px bottom 10px, center bottom;
  margin: -112px 0px 0px 10px;
  transform-origin: center bottom;
  transform: scale(1);
}
div.content .mergeGarden.mergeGardenFields .gardenbackground .cursor {
  position: absolute;
  width: 152px;
  height: 77px;
  background: url(../images/fh_merge_field_1_1_hover.png);
}
div.content .mergeGarden.mergeGardenFields .gardenbackground .sensor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
}
div.content .mergeGarden.mergeGardenFields .mergeGardenFieldForm {
  position: relative;
  z-index: 100;
  width: 461px;
  left: 730px;
  top: -51px;
}
div.content .mergeGarden.mergeGardenFields .mergeGardenFieldForm .close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-btn {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  background-color: white;
}

.dropdown-list {
  display: none;
  position: absolute;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  background: white;
}

.dropdown-list li {
  padding: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dropdown-list li img {
  margin-right: 10px;
}
div.content .inventory table {
  width: 700px;
}
div.content .inventory.search td:nth-child(1) {
  width: 20%;
}
div.content .inventory.search td:nth-child(2) {
  width: 33%;
}
div.content .inventory.search td:nth-child(3) {
  width: 47%;
}
div.content .inventory.searchResult td:nth-child(1) {
  width: 2%;
}
div.content .inventory.searchResult td:nth-child(2) {
  width: 43%;
}
div.content .inventory.searchResult td:nth-child(3) {
  width: 55%;
}
div.content .inventory.create td:nth-child(1) {
  width: 20%;
}
div.content .inventory.create td:nth-child(2) {
  width: 33%;
}
div.content .inventory.create td:nth-child(3) {
  width: 47%;
}
div.content .inventory.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .inventory.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .inventory.index th:nth-child(3) {
  text-align: center;
}
div.content .inventory.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .inventory.index td:nth-child(2) {
  width: 73%;
}
div.content .inventory.index td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .inventory.edit > table {
  width: 700px;
}
div.content .inventory.edit > table > tbody > tr > td {
  padding: 2px;
}
div.content .inventory.edit > table table {
  margin: 0 auto;
  width: 100%;
}
div.content .inventory.edit > table table tr:first-child {
  background-color: #ffffff;
}
div.content .inventory.edit > table table tr:last-child td {
  padding-bottom: 0;
}
div.content .inventory.edit td:nth-child(1) {
  width: 5%;
}
div.content .inventory.edit td:nth-child(2) {
  text-align: left;
}
div.content .inventory.edit td:nth-child(3) {
  width: 18%;
}
div.content .inventory.edit td:nth-child(4) {
  width: 25%;
}
div.content .inventory.edit td:nth-child(5) {
  width: 17%;
}
div.content .inventory.edit td input {
  width: 100px;
}
div.content .inventory.edit td select {
  width: 150px;
}
div.content .inventory.edit td input[type=submit] {
  width: 100px;
}
div.content .inventory.activate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .inventory.activate td:nth-child(2) {
  width: 33%;
}
div.content .inventory.activate td:nth-child(3) {
  width: 47%;
}
div.content .inventory.deactivate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .inventory.deactivate td:nth-child(2) {
  width: 33%;
}
div.content .inventory.deactivate td:nth-child(3) {
  width: 47%;
}
div.content .inventory.permission td:nth-child(1) {
  width: 20%;
}
div.content .inventory.permission td:nth-child(2) {
  width: 33%;
}
div.content .inventory.permission td:nth-child(3) {
  width: 47%;
}
div.content .currency table {
  width: 700px;
}
div.content .currency.search td:nth-child(1) {
  width: 20%;
}
div.content .currency.search td:nth-child(2) {
  width: 33%;
}
div.content .currency.search td:nth-child(3) {
  width: 47%;
}
div.content .currency.searchResult td:nth-child(1) {
  width: 2%;
}
div.content .currency.searchResult td:nth-child(2) {
  width: 43%;
}
div.content .currency.searchResult td:nth-child(3) {
  width: 55%;
}
div.content .currency.transactions tr.expense {
  color: #ff0000;
}
div.content .currency.transactions tr.income {
  color: #00cc00;
}
div.content .currency.transactions td {
  font-weight: bold;
}
div.content .currency.transactions td:nth-child(1) {
  width: 25%;
}
div.content .currency.transactions td:nth-child(2) {
  width: 5%;
  text-align: right;
}
div.content .currency.transactions td:nth-child(3) {
  width: 15%;
}
div.content .currency.transactions td:nth-child(4) {
  width: 55%;
  text-align: left;
}
div.content .currency.create td:nth-child(1) {
  width: 20%;
}
div.content .currency.create td:nth-child(2) {
  width: 33%;
}
div.content .currency.create td:nth-child(3) {
  width: 47%;
}
div.content .currency.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .currency.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .currency.index th:nth-child(3) {
  text-align: center;
}
div.content .currency.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .currency.index td:nth-child(2) {
  width: 73%;
}
div.content .currency.index td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .currency.edit td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .currency.edit td:nth-child(2) {
  width: 33%;
}
div.content .currency.edit td:nth-child(3) {
  width: 47%;
}
div.content .currency.activate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .seasonpass table {
  width: 700px;
}
div.content .seasonpass.edit td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .seasonpass.edit td:nth-child(2) {
  width: 23%;
}
div.content .seasonpass.edit td:nth-child(3) {
  width: 7%;
}
div.content .currency.activate td:nth-child(2) {
  width: 33%;
}
div.content .currency.activate td:nth-child(3) {
  width: 47%;
}
div.content .currency.deactivate td:nth-child(1) {
  width: 20%;
  font-weight: bold;
}
div.content .currency.deactivate td:nth-child(2) {
  width: 33%;
}
div.content .currency.deactivate td:nth-child(3) {
  width: 47%;
}
div.content .currency.permission td:nth-child(1) {
  width: 20%;
}
div.content .currency.permission td:nth-child(2) {
  width: 33%;
}
div.content .currency.permission td:nth-child(3) {
  width: 47%;
}
div.content .balancing table {
  width: 700px;
}
div.content .balancing.avataritems .bigBalancing .enumeration {
  margin-left: 125px;
}
div.content .balancing.avataritems th {
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
}
div.content .balancing.avataritems th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.avataritems th:nth-child(2) {
  text-align: center;
  padding-left: 0px;
}
div.content .balancing.avataritems th:nth-child(3) {
  text-align: center;
}
div.content .balancing.avataritems .rv1 select {
  width: 70px;
}
div.content .balancing.avataritems .rv2 select {
  width: 70px;
}
div.content .balancing.avataritems .rv3 select {
  width: 70px;
}
div.content .balancing.avataritems .rs1 select {
  width: 80px;
}
div.content .balancing.avataritems .rs2 select {
  width: 80px;
}
div.content .balancing.avataritems .rs3 select {
  width: 80px;
}
div.content .balancing.avataritems .lvl input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .hp input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .fcr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.avataritems .fcu select {
  width: 100px;
}
div.content .balancing.avataritems .acr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.avataritems .acu select {
  width: 100px;
}
div.content .balancing.avataritems .acl input {
  width: 40px;
  text-align: right;
}
div.content .balancing.avataritems .acs select {
  width: 70px;
  text-align: right;
}
div.content .balancing.avataritems .icr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.avataritems .icu select {
  width: 100px;
}
div.content .balancing.avataritems .amt1 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .amt2 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .amt3 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .amt4 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.avataritems .itm1 select {
  width: 120px;
}
div.content .balancing.avataritems .itm2 select {
  width: 120px;
}
div.content .balancing.avataritems .itm3 select {
  width: 120px;
}
div.content .balancing.avataritems .itm4 select {
  width: 120px;
}
div.content .balancing.avataritems .txt150 input {
  width: 150px;
}
div.content .balancing.avataritems .slc120 select {
  width: 120px;
}
div.content .balancing.avataritems .slc160 select {
  width: 160px;
}
div.content .balancing.create td:nth-child(1) {
  width: 20%;
}
div.content .balancing.create td:nth-child(2) {
  width: 33%;
}
div.content .balancing.create td:nth-child(3) {
  width: 47%;
}
div.content .balancing.index th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.index th:nth-child(2) {
  padding-left: 0px;
}
div.content .balancing.index th:nth-child(3) {
  padding-left: 0px;
  text-align: left;
}
div.content .balancing.index th:nth-child(4) {
  text-align: center;
}
div.content .balancing.index td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .balancing.index td:nth-child(2) {
  width: 43%;
}
div.content .balancing.index td:nth-child(3) {
  width: 30%;
}
div.content .balancing.index td:nth-child(4) {
  width: 25%;
  text-align: right;
}
div.content .balancing.details th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.details th:nth-child(2) {
  text-align: center;
  padding-left: 0px;
}
div.content .balancing.details th:nth-child(3) {
  text-align: center;
}
div.content .balancing.details td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .balancing.details td:nth-child(2) {
  width: 63%;
}
div.content .balancing.details td:nth-child(3) {
  width: 35%;
}
div.content .balancing.monster th {
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
}
div.content .balancing.monster th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.monster th:nth-child(2) {
  text-align: center;
  padding-left: 0px;
}
div.content .balancing.monster th:nth-child(3) {
  text-align: center;
}
div.content .balancing.monster .rv1 select {
  width: 70px;
}
div.content .balancing.monster .rv2 select {
  width: 70px;
}
div.content .balancing.monster .rv3 select {
  width: 70px;
}
div.content .balancing.monster .rs1 select {
  width: 80px;
}
div.content .balancing.monster .rs2 select {
  width: 80px;
}
div.content .balancing.monster .rs3 select {
  width: 80px;
}
div.content .balancing.monster .lvl input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .hp input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .fcr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.monster .fcu select {
  width: 100px;
}
div.content .balancing.monster .acr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.monster .acu select {
  width: 100px;
}
div.content .balancing.monster .acl input {
  width: 40px;
  text-align: right;
}
div.content .balancing.monster .acs select {
  width: 70px;
  text-align: right;
}
div.content .balancing.monster .icr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.monster .icu select {
  width: 100px;
}
div.content .balancing.monster .amt1 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .amt2 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .amt3 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .amt4 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.monster .itm1 select {
  width: 120px;
}
div.content .balancing.monster .itm2 select {
  width: 120px;
}
div.content .balancing.monster .itm3 select {
  width: 120px;
}
div.content .balancing.monster .itm4 select {
  width: 120px;
}
div.content .balancing.monster .txt150 input {
  width: 150px;
}
div.content .balancing.monster .slc120 select {
  width: 120px;
}
div.content .balancing.monster .slc160 select {
  width: 160px;
}
div.content .balancing.weed th {
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
}
div.content .balancing.weed th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.weed th:nth-child(2) {
  text-align: center;
  padding-left: 0px;
}
div.content .balancing.weed th:nth-child(3) {
  text-align: center;
}
div.content .balancing.weed .rv1 select {
  width: 70px;
}
div.content .balancing.weed .rv2 select {
  width: 70px;
}
div.content .balancing.weed .rv3 select {
  width: 70px;
}
div.content .balancing.weed .rs1 select {
  width: 80px;
}
div.content .balancing.weed .rs2 select {
  width: 80px;
}
div.content .balancing.weed .rs3 select {
  width: 80px;
}
div.content .balancing.weed .lvl input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .hp input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .fcr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.weed .fcu select {
  width: 100px;
}
div.content .balancing.weed .acr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.weed .acu select {
  width: 100px;
}
div.content .balancing.weed .acl input {
  width: 40px;
  text-align: right;
}
div.content .balancing.weed .acs select {
  width: 70px;
  text-align: right;
}
div.content .balancing.weed .icr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.weed .icu select {
  width: 100px;
}
div.content .balancing.weed .amt1 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .amt2 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .amt3 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .amt4 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.weed .itm1 select {
  width: 120px;
}
div.content .balancing.weed .itm2 select {
  width: 120px;
}
div.content .balancing.weed .itm3 select {
  width: 120px;
}
div.content .balancing.weed .itm4 select {
  width: 120px;
}
div.content .balancing.weed .txt150 input {
  width: 150px;
}
div.content .balancing.weed .slc120 select {
  width: 120px;
}
div.content .balancing.weed .slc160 select {
  width: 160px;
}
div.content .balancing.gardenlevelup th {
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
}
div.content .balancing.gardenlevelup th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .balancing.gardenlevelup th:nth-child(2) {
  text-align: center;
  padding-left: 0px;
}
div.content .balancing.gardenlevelup th:nth-child(3) {
  text-align: center;
}
div.content .balancing.gardenlevelup .rv1 select {
  width: 70px;
}
div.content .balancing.gardenlevelup .rv2 select {
  width: 70px;
}
div.content .balancing.gardenlevelup .rv3 select {
  width: 70px;
}
div.content .balancing.gardenlevelup .rs1 select {
  width: 80px;
}
div.content .balancing.gardenlevelup .rs2 select {
  width: 80px;
}
div.content .balancing.gardenlevelup .rs3 select {
  width: 80px;
}
div.content .balancing.gardenlevelup .lvl input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .hp input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .fcr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.gardenlevelup .fcu select {
  width: 100px;
}
div.content .balancing.gardenlevelup .acr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.gardenlevelup .acu select {
  width: 100px;
}
div.content .balancing.gardenlevelup .acl input {
  width: 40px;
  text-align: right;
}
div.content .balancing.gardenlevelup .acs select {
  width: 70px;
  text-align: right;
}
div.content .balancing.gardenlevelup .icr input {
  width: 40px;
  text-align: right;
}
div.content .balancing.gardenlevelup .icu select {
  width: 100px;
}
div.content .balancing.gardenlevelup .amt1 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .amt2 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .amt3 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .amt4 input {
  width: 50px;
  text-align: right;
}
div.content .balancing.gardenlevelup .itm1 select {
  width: 120px;
}
div.content .balancing.gardenlevelup .itm2 select {
  width: 120px;
}
div.content .balancing.gardenlevelup .itm3 select {
  width: 120px;
}
div.content .balancing.gardenlevelup .itm4 select {
  width: 120px;
}
div.content .balancing.gardenlevelup .txt150 input {
  width: 150px;
}
div.content .balancing.gardenlevelup .slc120 select {
  width: 120px;
}
div.content .balancing.gardenlevelup .slc160 select {
  width: 160px;
}
div.content .balancing.gardenfields .gardenbackground {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 1024px;
  height: 610px;
  margin-left: -512px;
}
div.content .balancing.gardenfields .gardenbackground .field {
  position: absolute;
  width: 100px;
  height: 58px;
}
div.content .balancing.gardenfields .gardenbackground .cursor {
  position: absolute;
  width: 100px;
  height: 58px;
  background: url(../images/fh_cursor.png);
}
div.content .balancing.gardenfields .gardenbackground .sensor {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
}
div.content .balancing.gardenfields .gardenbackground.garden1 {
  background: url(../images/fh_bg_garden1.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden1 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden1.png);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel1 {
  background: url(../images/fh_bg_garden6.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel1 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden6.png);
}
div.content .balancing.gardenfields .gardenbackground.garden2 {
  background: url(../images/fh_bg_garden2.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden3 {
  background: url(../images/fh_bg_garden3.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden2.eraLevel2 {
  background: url(../images/fh_bg_garden16.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden2.eraLevel2 .fg {
  width: 100%;
  height: 100%;
  background: url(../images/fh_fg_garden16.png);
}
div.content .balancing.gardenfields .gardenbackground.garden2.eraLevel3 {
  background: url(../images/fh_bg_garden2_era3.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden3 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden3.png);
}

div.content .balancing.gardenfields .gardenbackground.garden3.eraLevel3 .fg {
  background: url(../images/fh_fg_garden2_era3.png);
}
div.content .balancing.gardenfields .gardenbackground.garden3.eraLevel1 {
  background: url(../images/fh_bg_garden8.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden3.eraLevel1 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden8.png);
}
div.content .balancing.gardenfields .gardenbackground.garden3.eraLevel2 {
  background: url(../images/fh_bg_garden17.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden3.eraLevel2 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden17.png);
}
div.content .balancing.gardenfields .gardenbackground.garden4 {
  background: url(../images/fh_bg_garden4.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden4.eraLevel1 {
  background: url(../images/fh_bg_garden9.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden4.eraLevel2 {
  background: url(../images/fh_bg_garden19.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden4.eraLevel1 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden9.png);
}
div.content .balancing.gardenfields .gardenbackground.garden4.eraLevel2 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden19.png);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel2 {
  background: url(../images/fh_bg_garden10.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel2 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden10.png);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel3 {
  background: url(../images/fh_bg_garden20.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden1.eraLevel3 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden20.png);
}
div.content .balancing.gardenfields .gardenbackground.garden5 {
  background: url(../images/fh_bg_garden5.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden5 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden5.png);
}
div.content .balancing.gardenfields .gardenbackground.garden6 {
  background: url(../images/fh_bg_garden11.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden6 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/fh_fg_garden11.png);
}
div.content .balancing.gardenfields .gardenbackground.garden7 {
  background: url(../images/fh_bg_garden18_1.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel1 {
  background: url(../images/fh_bg_garden18_2.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel2 {
  background: url(../images/fh_bg_garden18_3.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel3 {
  background: url(../images/fh_bg_garden18_4.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel4 {
  background: url(../images/fh_bg_garden18_5.jpg);
}
div.content .balancing.gardenfields .gardenbackground.garden7 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
}

div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel0 .fg{
  background: url(../images/fh_fg_garden18_1.png);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel1 .fg{
  background: url(../images/fh_fg_garden18_2.png);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel2 .fg{
  background: url(../images/fh_fg_garden18_3.png);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel3 .fg{
  background: url(../images/fh_fg_garden18_4.png);
}
div.content .balancing.gardenfields .gardenbackground.garden7.eraLevel4 .fg{
  background: url(../images/fh_fg_garden18_5.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden1 {
  background: url(../images/pixelFarm/fh_bg_garden1.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden1 .fg {
  background: url(../images/pixelFarm/fh_fg_garden1.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden2 {
  background: url(../images/pixelFarm/fh_bg_garden2.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden2 .fg {
  background: url(../images/pixelFarm/fh_fg_garden2.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden3 {
  background: url(../images/pixelFarm/fh_bg_garden3.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden3 .fg {
  background: url(../images/pixelFarm/fh_fg_garden3.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden4 {
  background: url(../images/pixelFarm/fh_bg_garden4.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden4 .fg {
  background: url(../images/pixelFarm/fh_fg_garden4.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden5 {
  background: url(../images/pixelFarm/fh_bg_garden5.jpg) -3px -24px no-repeat;
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden5 .fg {
  background: url(../images/pixelFarm/fh_fg_garden5.png) -3px -24px no-repeat;
  z-index: 1;
  pointer-events: none;
}
div.content .balancing.gardenfields .gardenFieldForm {
  position: relative;
  z-index: 100;
}

div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden1.eraLevel1 {
  background: url(../images/pixelFarm/fh_bg_garden6.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden1.eraLevel1 .fg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 610px;
  background: url(../images/pixelFarm/fh_fg_garden6.png);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden2.eraLevel1 {
  background: url(../images/pixelFarm/fh_bg_garden7.jpg);
}
div.content .balancing.gardenfields .gardenbackground.pixelFarm.garden2.eraLevel1 .fg {
  width: 100%;
  height: 100%;
  background: url(../images/pixelFarm/fh_fg_garden7.png);
}
div.content .balancing.gardenfields .gardenFieldForm .close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
div.content .balancing.edit td:nth-child(1) {
  width: 20%;
}
div.content .balancing.edit td:nth-child(2) {
  width: 33%;
}
div.content .balancing.edit td:nth-child(3) {
  width: 47%;
}
div.content .balancing.delete td:nth-child(1) {
  width: 20%;
}
div.content .balancing.delete td:nth-child(2) {
  width: 33%;
}
div.content .balancing.delete td:nth-child(3) {
  width: 47%;
}
div.content .balancing.permission td:nth-child(1) {
  width: 20%;
}
div.content .balancing.permission td:nth-child(2) {
  width: 33%;
}
div.content .balancing.permission td:nth-child(3) {
  width: 47%;
}
div.content .statistics {
  position: absolute;
  top: 90px;
  left: 160px;
}
div.content .statistics .headline {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
  padding: 4px 0px 4px 0px;
}
div.content .statistics .headline.large {
  width: 1800px;
}
div.content .statistics .chart {
  position: relative;
  margin: 0 auto;
  width: 900px;
  height: 500px;
}
div.content .statistics .chart.large {
  width: 1600px;
  height: 600px;
}
div.content .statistics .filters {
  position: relative;
  margin: 0 auto;
  width: 900px;
}
div.content .statistics .filters table {
  margin: 0;
  box-shadow: none;
  border: 0;
}
div.content .statistics .filters table tr {
  border: 0;
}
div.content .statistics .filters table tr:nth-child(1) {
  background-color: transparent;
}
div.content .statistics .filters.sml input {
  width: 160px;
}
div.content .statistics .filters.sml select {
  width: 160px;
}
div.content .statistics .filters.large {
  width: 1800px;
}
div.content .statistics .statistics-container {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

div.content .statistics .actions-list {
    width: 500px;
    max-height: 600px;
    overflow-y: auto;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
}

div.content .statistics .actions-list h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

div.content .statistics .action-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-bottom: 8px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

div.content .statistics .action-item:hover {
    background: #f0f8ff;
    border-color: #007bff;
    transform: translateX(5px);
}

div.content .statistics .ranking {
    font-weight: bold;
    color: #333;
    margin-right: 36px;
}

div.content .statistics .action-name {
    font-weight: 500;
    color: #333;
    word-break: break-word;
    flex: 1;
    margin-right: 10px;
}

div.content .statistics .action-count {
    font-weight: bold;
    color: #007bff;
    font-size: 1.1em;
    white-space: nowrap;
}

div.content .statistics .action-count-eur {
    font-weight: bold;
    color: #007bff;
    font-size: 1.1em;
    white-space: nowrap;
}

div.content .statistics .chart-container {
    flex: 1;
}

/* Scrollbar Styling */
div.content .statistics .actions-list::-webkit-scrollbar {
    width: 8px;
}

div.content .statistics .actions-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

div.content .statistics .actions-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

div.content .statistics .actions-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}
div.content .globalmessages table {
  width: 700px;
}
div.content .globalmessages.createPN td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.createPN td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.createPN td:nth-child(3) {
  width: 47%;
}
div.content .globalmessages.indexPNs th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .globalmessages.indexPNs th:nth-child(2) {
  padding-left: 0px;
}
div.content .globalmessages.indexPNs th:nth-child(3) {
  text-align: center;
}
div.content .globalmessages.indexPNs td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .globalmessages.indexPNs td:nth-child(2) {
  width: 73%;
}
div.content .globalmessages.indexPNs td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .globalmessages.edit td:nth-child(1) {
  width: 20%;
  width: 20%;
}
div.content .globalmessages.edit td:nth-child(2) {
  width: 33%;
  width: 33%;
}
div.content .globalmessages.edit td:nth-child(3) {
  width: 47%;
  width: 47%;
}
div.content .globalmessages.deletePN td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.deletePN td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.deletePN td:nth-child(3) {
  width: 47%;
}
div.content .globalmessages.showPN td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.showPN td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.showPN td:nth-child(3) {
  width: 47%;
}
div.content .globalmessages.createMSG td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.createMSG td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.createMSG td:nth-child(3) {
  width: 47%;
}
div.content .globalmessages.indexMSGs th:nth-child(1) {
  text-align: center;
  padding-left: 5px;
}
div.content .globalmessages.indexMSGs th:nth-child(2) {
  padding-left: 0px;
}
div.content .globalmessages.indexMSGs th:nth-child(3) {
  text-align: center;
}
div.content .globalmessages.indexMSGs td:nth-child(1) {
  width: 2%;
  text-align: right;
}
div.content .globalmessages.indexMSGs td:nth-child(2) {
  width: 73%;
}
div.content .globalmessages.indexMSGs td:nth-child(3) {
  width: 25%;
  text-align: right;
}
div.content .globalmessages.deleteMSG td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.deleteMSG td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.deleteMSG td:nth-child(3) {
  width: 47%;
}
div.content .globalmessages.showMSG td:nth-child(1) {
  width: 20%;
}
div.content .globalmessages.showMSG td:nth-child(2) {
  width: 33%;
}
div.content .globalmessages.showMSG td:nth-child(3) {
  width: 47%;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ededed;
  position: absolute;
  width: 100%;
  height: 100%;
}

body.bgmagoia {
  background: url(/images/fh_background.jpg) no-repeat center top;
}

body.magoia, body.magoia.world1 {
  background: url(/images/lotus.png) no-repeat center top;
}
body.magoia.world2 {
  background: url(/images/rainbow.png) no-repeat center top;
}
body.pixelFarm {
  background: url(/images/pixelFarm.jpg) no-repeat center top;
}
body {
  background-attachment: fixed !important;
}

div.content .analysis {
  position: relative;
  top: 90px;
  margin-left: 120px;
}
div.content .analysis .headline {
  position: relative;
  width: 900px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  background-color: #4a80ae;
  color: #ffffff;
  text-align: center;
  padding: 4px 0px 4px 0px;
}
div.content .analysis .headline.large {
  width: 1600px;
}
div.content .analysis .chart {
  position: relative;
  margin: 0 auto;
  width: 1600px;
  height: 250px;
}
div.content .analysis .chart.large {
  width: 1600px;
  height: 300px;
}
div.content .analysis .filters {
  position: relative;
  width: 1600px;
  margin: 0 auto;
}
div.content .analysis .filters table {
  margin: 0;
  box-shadow: none;
  border: 0;
}
div.content .analysis .filters table tr {
  border: 0;
}
div.content .analysis .filters table tr:nth-child(1) {
  background-color: transparent;
}
div.content .analysis .filters.sml input, div.content .analysis .filters.sml select {
  width: 160px;
}
div.content .analysis .filters.large {
  width: 1800px;
}

/*# sourceMappingURL=admin.css.map */

.xdebug-var-dump {
  margin-left: 150px;
  z-index: 1000;
}