/* Extra edits for ThorLarge Sheet
Author: Redd
---------------------------------------- */


.nav {
        z-index: 1!important;
}

/* Pet Ownership Page Edits
---------------------------------------- */

#navigation {
    padding-top: 0px!important;
}


.loading_spinner { 
    display:none; 
}

.inventory {
    text-align: center;
}

.info-box {
    color: #D31141;
    border: 3px solid #752c1d;
    background-color: #f6e7b2;
    background: url(./styles/ThorLarge/theme/images/bg_2.png) repeat;
    font-size: 14px;
    width: 300px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    text-align: left;
}

.trade-box {
  right: 20%;
  margin-left: -20px;
}

.trade-cell {
    position:relative;
}

.heading {
    color: #333333!important;
    font-weight: bold!important;
    border-bottom: 1px solid #333333!important;
    padding: 5px!important;
    text-align: center !important;
    line-height: 50px;
    
}

.inventory-button {
    color: #feedc1;
    background-color: #7d3519;
    background-image: url(http://landsofevelon.com/styles/ThorLarge/theme/images/buttons.gif);
    width: auto !important;
    padding: 3px;
    border: 1px solid #666666;
    font-size: 11px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
}

.inventory-button:hover {
    border: 1px solid #ba4001;
    color: #feedc1;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

.pet_id {
    color: #b58350;
    text-align: left;
    font-size: 9px;
    display: block;
}
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
* html .ui-autocomplete {
    height: 100px;
}

.info-box label {
    font-size: small;
}

.remove-button {
 border: none;
  padding: 0;
  background: none;
  color:#d11a07;
 }
 
 .remove-button:hover {
       text-decoration: underline;
 }
 
 .inventory-url{
   color:#d11a07;

 }
 
 
/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #ddcfa6;
    background: #ddcfa6 url(http://landsofevelon.com/styles/ThorLarge/theme/images/bg_2.png) repeat;
    background-position: bottom right;
    border: 1px solid #d11a07;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 15px 10px;
  width: 40%; /* Could be more or less, depending on screen size */
  min-width: 300px;
  max-width: 400px;
  animation-name: animatetop;
  animation-duration: 0.4s;
  color: #28313F;
  font-size:12px;
}

.modal-text, .modal-content p {
     font-size:12px!important;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* The Close Button */
.close {
  color: #d11a07;
  float: right;
  font-size: 25px;
  font-weight: bold;
}

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

dot-collision {
    background-color: #d11a07!important;
    color: #d11a07!important;
}

.viewpet{
    border:1px dotted #d11a07;
    border-width:1px;
    border-style: dotted;
    border-color:#d11a07;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 130px;
    height: 140px;
    padding: 5px;
    margin: 10px;
    float: left;
    background-color: #f2df94;
    background: url(./styles/ThorLarge/theme/images/bg_1.png) repeat;
    position: relative;
}

.for-trade {
    position: absolute;
    right: 15px;
}

.viewpet p {
    font-size:11px;
}

.pet-center {
    height:100px;
    width:140px;
    text-align: center;
    display: block;
    min-width:0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.pet-center img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
    width: auto; 
    max-width:130px;
}

.ownpet{
    border:1px dotted #d11a07;
    border-width:1px;
    border-style: dotted;
    border-color:#d11a07;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 130px;
    height: 205px;
    padding: 5px;
    margin: 10px;
    float: left;
    background-color: #f2df94;
    position: relative;
}

.item {
    border:1px dotted #d11a07;
    border-width:1px;
    border-style: dotted;
    border-color:#d11a07;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 130px;
    height: 190px;
    padding: 5px;
    margin: 10px;
    float: left;
    background-color: #f2df94;
}

.item-view {
        border:1px dotted #d11a07;
    border-width:1px;
    border-style: dotted;
    border-color:#d11a07;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    width: 130px;
    height: 160px;
    padding: 5px;
    margin: 10px;
    float: left;
    background-color: #f2df94;
}

.item-center {
    height:90px;
    width:130px;
    display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
    margin-left: auto;
    margin-right: auto;
}

.give-center {
    height:300px;
    width:300px;
    display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
    margin-left: auto;
    margin-right: auto;
}

.item-center img {
    max-height: 90px;
    max-width:130px;
}

.item-name {
   font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
    font-size: 13px!important;
    font-weight: bold;
    margin-bottom: 5px!important;
    height:36px;
}

.item-info {
    height:67px;
    font-size: 8px;
}

.pet-name {
   font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
    font-size: 13px!important;
    font-weight: bold;
    margin-bottom: 0px!important;
}

.pet-center {
    height:90px;
    width:100px;
    display: flex;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
    margin-left: auto;
    margin-right: auto;
}

.pet-center img {
    max-height: 90px;
    max-width:100px;
}


.pet-info {
    height:50px;
}

.ownpet a, .remove-button {
    font-size:12px;
}

.un-form {
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

.bg5 {
    background-color: #f2df94;
    background: url(./styles/ThorLarge/theme/images/bg_3.png) repeat;
}

.viewpage {
    background: url(http://landsofevelon.com/styles/ThorLarge/theme/images/thor_ucp_bg.png);
}

.img-container-block {
  text-align: center;
}
.img-container-inline {
  text-align: center;
  display: block;
}

.pagewrap{
    width:688px;
    margin-left:auto;
    margin-right:auto;
    
}

.recordview {
    display:inline;
    max-height:24px; 
    max-width: 24px;
}

input:disabled, textarea:disabled {
    color: rgb(84, 84, 84);
    cursor: default;
background-color: rgb(216, 216, 202);
    
}

.output-box {
    width: 300px;
    height: 35px;
    padding: 15px 50px;
    background-color: #f2df94;
    background: url(./styles/ThorLarge/theme/images/bg_1.png) repeat;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    border: solid 1px #ba4001;
}

#page-info #availability-filter {
    
    margin-bottom: 13px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}

#availability-filter {
    float: right;
}
#page-info {
    position: relative;
    height: 100px;
}

.toedit {
    width:100px;
}

.td-content {
    width:150px!important;
}
.td-name {
    width:110px;
}

.url {
    width:120px;
}


.table2 th:focus, .table2 td:focus,
.table2 .even th:focus, .table2 .even td:focus,
.table2 .odd th:focus, .table2 .odd td:focus, .tablesorter-headerDesc, .tablesorter-headerAsc {
      color: #D31141;
    background-color: #f5e6ac;
}

/* Pet Adoption Page Edits
---------------------------------------- */

.adopt-box {
border: 1px solid #d8ac42;
padding-top:20px;
height: 200px;
font-size: 1em;
}


 /* ==============================================
 * Dot Elastic
 * ==============================================
 */

.dot-center {
    height:9px;
    width:9px;
    align-items: center; /* horizontal */
    justify-content: center; /* vertical */
    margin-left: auto;
    margin-right: auto;
}
 
.dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #8a3c18;
  color: #8a3c18;
  animation: dotElastic 1s infinite linear;
}

.dot-elastic::before, .dot-elastic::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #8a3c18;
  color: #8a3c18;
  animation: dotElasticBefore 1s infinite linear;
}

.dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #8a3c18;
  color: #8a3c18;
  animation: dotElasticAfter 1s infinite linear;
}

@keyframes dotElasticBefore {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes dotElasticAfter {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}