/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Oswald|Merienda+One|Metal+Mania|Smythe|Gravitas+One);

/* Global */
html, body {
  overflow-x: hidden;
  font-family: 'Oswald', sans-serif;
  background-color: #111;
  color: #888;
}
body .monospace {
  font-family: monospace;
}
.btn-link {
  color: #ED6A5A;
}

/* Landing */
.site_title {
  text-align: center;
  font-family: 'Merienda One', sans-serif;
  color: #B497D6;
}
.site_subtitle {
  text-align: center;
  font-family: 'Merienda One', sans-serif;
  color: #ED6A5A;
}
.join_title, .login_title {
  text-align: center;
  font-family: 'Merienda One', sans-serif;
  color: #96BBBB;
}

/* Categories */
.category_button {
  opacity: 0.66;
}
#human_auction_house, .human_auction_house_button {
  font-family: 'Gravitas One', cursive;
  color: #96BBBB;
}
#mythical_auction_house, .mythical_auction_house_button {
  font-family: 'Smythe', cursive;
  color: #96BBBB;
}
#oddity_auction_house, .oddity_auction_house_button {
  font-family: 'Metal Mania', cursive;
  color: #96BBBB;
}

/* Primary Content */
.header_line {
}
#currently_up_header {
  color: #fff;
}
#current_auction_name {
  font-size: 2em;
  font-family: 'Merienda One', cursive;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.primary_image {
  max-height: 75vh;
  max-width: 100%;
}
#auction_info {
  min-height: 10vh;
}
#auction_image_parent {
  background-image: url(img/spotlight.jpg);
  background-size: 100% 105%;
  border: 1px solid #333;
  margin-top: 1em;
  height: 85vh;
}
#waiting_for_auction {
  height: 90vh;
}
#auction_image_regular {
  margin: 0 auto;
}
#auction_image_link {
  height: 80vh;
}
#new_slave {
  margin-top: 2em;
}
.info_line_parent {
  font-size: 1.4em;
  margin-bottom: 1em;
}
.info_line_value {
  float: right;
}
.star_value, .meta_value {
  font-family: 'Merienda One', sans-serif;
  color: #96BBBB;
}
#slave_background, #slave_ledger {
  font-size: 0.8em;
}
#slave_ledger {
  height: 80px;
  overflow-y: auto;
}

/* slave List */
.refresh {
  color: #EE964B;
}
.sort_slaves {
  cursor: pointer;
}
#slaves_parent {
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* Custom Chat Scroll Bar */
#slaves_parent::-webkit-scrollbar {
  width: 12px;
}
#slaves_parent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.3); 
  border-radius: 10px;
}
#slaves_parent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 12px rgba(256,256,256,0.5); 
}
.slave_item {
  margin-bottom: 2em;
}
.slave_link {
  font-size: 1.4em;
}
.back_to_homepage {
  margin-top: 1em;
}
.dungeon_type {
  font-family: 'Merienda One', sans-serif;
}

/* Chat */
.chat_title {
  background: #333;
  z-index: 100;
  position: absolute;
  width: 100%;
  padding-top: 1em;
  padding-left: 1em;
}
.chat_message {
  color: #888;
  font-size: 1.2em;
}
#chat_parent, #chat_username_input, #chat_input {
  position: fixed;
  bottom: 3em;
}
.chat_username {
  color: #ED6A5A;
}
#chat_username_input, #chat_input {
  bottom: 0;
  width: 24%;
}
#chat_parent {
  overflow-y: scroll;
  height: 100%;
  max-height: 100vh;
  overflow-x: hidden;
}
.embedica_element {
  max-width: 100%;
}
.embedica_element video {
  max-height: 33vh;
}
.embedica_image {
  object-fit: contain;
  height:100%;
  max-height:256px;
}
.embedica_auctionhouse_img {
  max-height: 126px;
}
.embedica_auctionhouse_slave_icon {
  max-height: 32px;
  vertical-align: baseline
}
/* Custom Chat Scroll Bar */
#chat_parent::-webkit-scrollbar {
  width: 12px;
}
#chat_parent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}
#chat_parent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(256,256,256,0.5); 
}

/* slave Form */
.slave_image {
  margin-bottom: 0.2em;
}

/* slave Page */
.full_view_image {
  max-height: 95vh;
}
.slave_full_image {
  /*background: #333;*/
  background-image: url(dungeons/Lair.png);
  background-size: cover;
}
.slave_thumbnail {
  /*background: #333;*/
  background-image: url(dungeons/Lair.png);
  background-size: cover;
}
.slave_history_image {
  max-height: 5vh;
}
.slave_thumbnail_link {
  max-height: 100px;
  max-width: 100%;
}

/* Slave Stats */
.star_rating {
  color: #EE964B;
}
.empty_star_rating {

}
.invisible_star_rating {
  visibility: hidden;
}

/* Slave View */
#slave_interact_box {
  padding-top: 1em;
  height: 5em;
}
#slave_dialog_box {
  height: 40vh;
  border: 1px solid #666;
  padding: 1em;
  margin-top: 2em;
  overflow-y: scroll;
}
#slave_name {
  font-family: 'Merienda One', cursive;
}
.work_interact_button {
  height: initial;
  font-size: 1.1em;
}
.other_interact_button {
  height: initial;
  font-size: 1.1em;
}
.interact-text {
}
.interact_button {
  font-family: 'Merienda One', cursive;
}
.interact-text-dialog {
  font-family: 'Merienda One', cursive;
  font-size: 1.4em;
  color: #B497D6;
}
.interact-text-action {
  font-family: 'Merienda One', cursive;
  font-size: 1.4em;
  color: #EE964B;
}
.interact-text-info {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  color: #96BBBB;
}
.interact-text-danger {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  color: #ED6A5A;
}
.interact-text-success {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2em;
  color: #7DCD85;
}
.slave_stats_parent {
  font-size: 1.4em;
}
.work_requirement {
  font-family: 'Oswald', sans-serif;
}

/* Leaderboard */
.leaderboard_table {
  background: #fff;
}

/* History */
#table_lead {
  display: flex;
  justify-content: space-between;
}

/* Info */
.info-header {
  color: #ED6A5A;
  font-family: 'Merienda One', cursive;
}
.info-text {
  color: #B497D6;
  font-family: 'Oswald', sans-serif;
}

/* Housedex */
.housedex_iframe {
  height: 90vh;
  width: 90vw;
  margin-left: 5vw;
}

/* Mobile */

@media only screen and (max-device-width: 600px) {
  #chat_parent, #chat_username_input, #chat_input {
    position: static;
  }
  #chat_username_input, #chat_input {
    width: 100%;
  }
  #slaves_parent {
    width: 80vw;
    margin-left: 5vw;
  }
}

/* Orange Action Bootstrap-Styled Button */
.btn-action {   
  background-color: hsl(44, 100%, 56%) !important; 
  background-repeat: repeat-x; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffc31e", endColorstr="#ffc31e"); 
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc31e), to(#ffc31e)); 
  background-image: -moz-linear-gradient(top, #ffc31e, #ffc31e); 
  background-image: -ms-linear-gradient(top, #ffc31e, #ffc31e); 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc31e), color-stop(100%, #ffc31e)); 
  background-image: -webkit-linear-gradient(top, #ffc31e, #ffc31e); 
  background-image: -o-linear-gradient(top, #ffc31e, #ffc31e); 
  background-image: linear-gradient(#ffc31e, #ffc31e); 
  border-color: #ffc31e #ffc31e hsl(44, 100%, 56%); 
  color: #333 !important; 
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.00); 
  -webkit-font-smoothing: antialiased;
}
.btn-action:hover {
  background-color: hsl(38, 100%, 54%) !important; 
  background-repeat: repeat-x; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa814", endColorstr="#ffa814"); 
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffa814), to(#ffa814)); 
  background-image: -moz-linear-gradient(top, #ffa814, #ffa814); 
  background-image: -ms-linear-gradient(top, #ffa814, #ffa814); 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa814), color-stop(100%, #ffa814)); 
  background-image: -webkit-linear-gradient(top, #ffa814, #ffa814); 
  background-image: -o-linear-gradient(top, #ffa814, #ffa814); 
  background-image: linear-gradient(#ffa814, #ffa814); 
  border-color: #ffa814 #ffa814 hsl(38, 100%, 54%); 
  color: #333 !important; 
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.00); 
  -webkit-font-smoothing: antialiased;
}
.btn {
  border-radius: 0;
}
.fake_link {
  cursor: pointer;
}
.clear_both {
  clear: both;
}
.bold_font {
  font-weight: bold;
}
