hr {
  background-color: white;
}

#valeria-load {
  text-align: center;
}

#valeria-loading {
  align-self: left;
  background-color: darkred;
  width: 0%;
}

.valeria-half-opacity {
  opacity: 0.5;
}

.valeria-monster-icon {
  display: inline-block;
  background-repeat: no-repeat;
  width: 61.2;
  height: 61.2;
  cursor: pointer;
}

.valeria-monster-icon-selected {
  display: inline-block;
  background-repeat: no-repeat;
  width: 61.2;
  height: 61.2;
  cursor: pointer;
  background-color: gray;
}

.valeria-monster-icon-attribute {
  display: inline-block;
  background-repeat: no-repeat;
  width: 61.2;
  height: 61.2;
  background-size: 307.2px 153.6px;
}

.valeria-monster-icon-subattribute {
  display: inline-block;
  background-repeat: no-repeat;
  width: 61.2;
  height: 61.2;
  background-size: 307.2px 153.6px;
}

table.valeria-monster-icon-info {
  position: relative;
  top: -100%;
  height: 100%;
  left: 2.5%;
  width: 95%;
}

table.valeria-monster-icon-info > tr {
  height: 33.3%;
}

table.valeria-monster-icon-info > tr:nth-child(3) {
  vertical-align: bottom;
}

.valeria-monster-icon-plus {
  display: inline-block;
  color: yellow;
  font-size: 12;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  position: relative;
  font-weight: bold;
}

.valeria-monster-icon-awakening {
  display: inline-block;
  position: relative;
  text-align: right;
  font-size: 12;
  color: yellow;
  width: 90%;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
  font-weight: bold;
}

.valeria-monster-icon-awakening > img {
  width: 15px;
  margin-top: 3px;
  margin-right: -1px;
}

.valeria-monster-icon-sa {
  display: inline-block;
  width: 16;
  height: 16;
  background-size: 240px 306px;
  background-image: url(../assets/eggs.png);
  background-repeat: no-repeat;
  position: relative;
  float: right;
}

.valeria-monster-type {
  display: inline-block;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  background-image: url(../assets/eggs.png);
  background-size: 480 612;
}

.valeria-monster-icon-level {
  display: inline-block;
  color: white;
  position: relative;
  font-size: 7.2;
  font-weight: 318;
  text-align: right;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.valeria-monster-inherit {
  height: 30.6;
}

.valeria-monster-inherit-icon {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  width: 30.6;
  height: 30.6;
}

.valeria-monster-inherit-attribute {
  display: inline-block;
  background-repeat: no-repeat;
  width: 30.6;
  height: 30.6;
  background-size: 153.6px 76.8px;
}

.valeria-monster-inherit-subattribute {
  display: inline-block;
  background-repeat: no-repeat;
  width: 30.6;
  height: 30.6;
  background-size: 153.6px 76.8px;
}

.valeria-monster-icon-id {
  text-align: right;
  font-size: 7.2;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.valeria-monster-inherit-id {
  display: inline-block;
  font-size: 9.36;
}

.valeria-monster-inherit-level {
  display: inline-block;
  font-size: 5.4;
}

.valeria-monster-inherit-plus {
  display: inline-block;
  font-size: 5.4;
}

.valeria-monster-latents {
  height: 16.512;
  width: 61.2;
  overflow: hidden;
}

.valeria-monster-latent {
  height: 8.256;
  width: 8.256;
  display: inline-block;
  background-image: url(../assets/eggs.png);
  background-size: 123.84px 157.896px;
  background-repeat: no-repeat;
}

.valeria-monster-latent-super {
  height: 8.256;
  width: 19.608;
  display: inline-block;
  background-image: url(../assets/eggs.png);
  background-size: 123.84px 157.896px;
  background-repeat: no-repeat;
}

.valeria-monster-latent-hyper {
  height: 8.256;
  width: 58.824;
  display: inline-block;
  background-image: url(../assets/eggs.png);
  background-size: 123.84px 157.896px;
  background-repeat: no-repeat;
}

.valeria-combo-editor {
  padding: 5px;
}

.valeria-combo-command {
  width: 100%;
}

.valeria-combo-table {
  font-size: xx-small;
}

.valeria-combo-table > tr > td > input {
  width: 20px;
  height: 12px;
}

.valeria-combo-orb {
  width: 20px;
  position: relative;
  margin: 1px;
}

.valeria-tabbed > table {
  width: 100%;
}

.valeria-tabbed-label {
  border: 1px solid white;
  cursor: pointer;
  background-color: #222222;
}

.hover-click {
  cursor: pointer;
  border: 1px solid white;
}

.hover-click:hover {
  background-color: #444444;
}

.valeria-tabbed-label:hover {
  background-color: #444444;
}

.valeria-tabbed-label-selected {
  border-left: 1px solid white;
  border-top: 1px solid white;
  border-right: 1px solid white;
}

.valeria-tabbed-tab {
  display: none;
}

.valeria-tabbed-tab-selected {
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  overflow-y: scroll;
}

.valeria > table > tr > td > div.valeria-tabbed > .valeria-tabbed-tab-selected {
  height: 750px;
}

.valeria > table > tr > td > div > div.valeria-tabbed > .valeria-tabbed-tab-selected {
  height: 750px;
}

.valeria-tabbed-tab-selected::-webkit-scrollbar {
  display: none;
}

.valeria-team-storage {
  cursor: auto;
}

.valeria-team-storage-save {
  border: 1px solid white;
}

.valeria-team-storage-save:hover {
  cursor: pointer;
  background-color: #444444;
}

.valeria-team-load-area {
  width: 100%;
  max-height: 800px;
  overflow-y: scroll;
}

.valeria-team-load-active > td:hover {
  cursor: pointer;
  background-color: #444444;
}

.valeria-team-load-active > td:nth-child(1) {
  width: 95%;
}

.valeria-team-load-active > td:nth-child(2) {
  text-align: center;
}

.valeria-team-load-inactive {
  display: none;
}

.valeria-team-container {
  width: 371.2px;
}

.valeria-team-container-disabled {
  display: none;
}

.valeria-team-badge {
  display: block;
  width: 25px;
}

.valeria-team-title {
  border: none;
  width: 100%;
  background-color: black;
  color: white;
  font-size: medium;
}

.valeria-team-description {
  border: none;
  width: 100%;
  background-color: black;
  color: white;
  font-size: small;
  height: 300px;
}

.valeria-monster-container {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.valeria-monster-clicked {
  border: 1px solid white;
}

.valeria-monster-container:hover {
  background: #444444;
}

.valeria-monster-container-selected {
  display: inline-block;
  background: #222222;
}

.valeria-team-stat-table {
  margin: 0 2px 10px 0;
}

.valeria-team-stat-table td {
  width: 60.2;
}

.valeria-team-stat-value {
  text-align: right;
  font-size: small;
  float: right;
}

.valeria-team-stat-label {
  font-size: xx-small;
  padding-top: 3px;
  display: inline-block;
}

.valeria-team-stat-value {
  text-align: right;
  font-size: small;
}

.valeria-team-stat-total-value {
  padding: 0 10px 0 5px;
}

.valeria-team-awakening-table {
  margin: 10px 0 10px 10px;
}

.valeria-team-awakening-table td {
  width: 60px;
}

.valeria-hp {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
}

.valeria-hp-slider {
  webkit-appearance: none;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.valeria-hp-input {
  width: 100px;
}

.valeria-hp-max {
  margin-right: 15px;
}

.valeria-hp-percent {
  width: 20px;
}

.valeria-monster-editor {
  padding: 5px;
}

.valeria-player-mode-selector {
  margin-top: 5px;
}

.valeria-player-mode-selector > label {
  margin-right: 4px;
}

.valeria-monster-selector {
  font-size: small;
  width: 98%;
}

.valeria-monster-selector-options-container {
  position: relative;
  left: 0;
  right: 0;
}

.valeria-monster-selector-options-inactive {
  display: none;
}

.valeria-monster-selector-options-active {
  position: absolute;
  left: 0;
  z-index: 1000;
  background-color: black;
  border: 1px solid white;
}

.valeria-monster-selector-option-inactive {
  display: none;
}

.valeria-monster-selector-option-active {
  font-size: x-small;
  padding: 2px;
  cursor: pointer;
}

.valeria-monster-selector-option-active:hover {
  background-color: #444444;
}

.valeria-pdchu-io {
  width: 100%;
}

.valeria-level-editor > table > tr > td {
  padding: 5px;
}

.valeria-level-input {
  width: 45px;
}

.valeria-plus-editor {
  width: 50px;
  margin-right: 10px;
  font-size: small;
}

.valeria-monster-awakening {
  margin: 1px;
  display: inline-block;
  width: 22.4;
  height: 22.4;
  background-size: 336px 428.4px;
  background-image: url(../assets/eggs.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -1.4px -252px;
}

.valeria-monster-awakening-super {
  margin: 1px;
  display: inline-block;
  width: 53.2;
  height: 22.4;
  background-size: 336px 428.4px;
  background-image: url(../assets/eggs.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -1.4px -252px;
}

.valeria-monster-awakening-hyper {
  margin: 1px;
  display: inline-block;
  width: 159.6;
  height: 22.4;
  background-size: 336px 428.4px;
  background-image: url(../assets/eggs.png);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: -1.4px -252px;
}

.valeria-change-area {
  position: relative;
  bottom: 99px;
}

.valeria-swap-icon {
  position: relative;
  left: 2px;
}

.valeria-transform-icon {
  position: relative;
  left: 24px;
}

.valeria-team-damage-table {
  margin: 0 2px 10px 0;
  font-size: x-small;
  text-align: right;
}

.valeria-team-damage-table td {
  width: 60.2;
}

.valeria-floor-container {
  max-height: 300px;
  overflow-y: scroll;
}

.valeria-enemy-picture-container {
  width: 100%;
  min-height: 320px;
  position: relative;
}

.valeria-enemy-picture-container > img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.valeria-enemy-skill-area {
  font-size: x-small;
  max-height: 250px;
  overflow-y: scroll;
  border: 1px solid white;
}

.valeria-enemy-skill-area > li:not(.valeria-half-opacity):hover {
  cursor: pointer;
  background-color: gray;
}

.valeria-floor-enemy-add {
  vertical-align: top;
}

.valeria-layered-asset {
  display: inline-block;
  position: relative;
}

.valeria-layered-asset > a {
  background-size: 512px 512px;
  background-repeat: no-repeat;
  position: absolute;
}

.valeria-enemy-stat-table {
  font-size: small;
}

.valeria-enemy-stat-table > input {
  width: 40px;
}

.valeria-enemy-stat-table > tr > td:nth-child(4) > input {
  max-width: 40px;
}

.valeria-settings {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.4);
}

.valeria-settings-content {
  background-color: black;
  margin: auto;
  padding: 20px;
  border: 1px solid white;
  width: 80%;
}

.valeria-settings-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.valeria-settings-close:hover, .valeria-settings-close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.valeria > table {
  width: 100%;
  font-size: small;
}

.valeria > table > tr > td {
  width: 33%;
  vertical-align: top;
}

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