﻿.QuestWindowView {
  background-image: url(../Image/Window/Quest/window_bg.png);  
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-shadow: none;
  height: 630px;
}
.QuestWindowView .thumbnailBack {
  background-color: tan;
}
.QuestWindowView .thumbnail {
  background-repeat: no-repeat;
  position: absolute;
  background-size: 120px 80px;
  height: 80px;
  width: 120px;
}
.QuestWindowView .thumbnailClear {
  background-size: 100px 60px !important;
  background-position: 10px;
  background-size: contain;
  background-image: url(../Image/Window/Quest/clear_stamp.png);
}
.QuestWindowView .thumbnailFailed {
  background-size: 100px 60px !important;
  background-position: 10px;
  background-size: contain;
  background-image: url(../Image/Window/Quest/failed_stamp.png);
}
.QuestWindowView .thumbnailPublic {
  background-repeat: no-repeat;
  position: absolute;
  height: 80px;
  width: 120px;
  background-image: url(../Image/publicRibbon.png);
  background-size: 45px 45px;
}
.QuestWindowView .divThumbnail {
  height: 80px;
  width: 120px;
  padding-top: 5px;
  flex-shrink: 0;
  margin-left: auto;
  margin-right: auto;
}
.QuestWindowView .title {
  margin-top: 70px;
  font-size: 18px;
}
.QuestWindowView .review {
  margin-top: 13px;
}
.QuestWindowView .reviewDescription {
  margin-top: -5px;
  margin-left: 15px;
}
.QuestWindowView .reviewDescription .ui-btn {
  margin: 0!important;
}
.QuestWindowView .master {
  margin-left: 5px;
}
.QuestWindowView .rateit-selected {
    background-size: 18px 18px !important;
}

.QuestWindowView .rateit-range {
    background-size: 18px 18px !important;
}
.QuestWindowView .header {
  width: 110px;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 2px;
}
.QuestWindowView .header.fix {
    color: #8B0000;
}
.QuestWindowView .overflowHidden {
  overflow: hidden;
}
.QuestWindowView .accessInfo {
  margin-top: 10px;
  margin-left: 45px;
  margin-right: 45px;
  text-align: center;
}
.QuestWindowView .time {
  height: 24px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  background-repeat: no-repeat;
  margin-right: auto;
  background-size: contain;
  background-position: center;
}
.QuestWindowView .time.veryshort {
  background-image: url(../Image/Window/Quest/icon_time15m.png);
}
.QuestWindowView .time.short {
  background-image: url(../Image/Window/Quest/icon_time30m.png);
}
.QuestWindowView .time.medium {
  background-image: url(../Image/Window/Quest/icon_time1h.png);
}
.QuestWindowView .time.long {
  background-image: url(../Image/Window/Quest/icon_time2h.png);
}
.QuestWindowView .questFooter {
  margin-left: 45px;
  margin-right: 45px;
  font-size: 13px;
}
.QuestWindowView .party {
  height: 26px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  background-size: contain;
}
.QuestWindowView .partyBase {
  position: relative;
  width: 60px;
  background-image: url(../Image/Window/Quest/icon_memberoff.png);
}
.QuestWindowView .partyBase.fix {
    background-image: none;
}

.QuestWindowView .partyBase.fix .partyCount {
    position: relative;
}
.QuestWindowView .partyCount {
    position: absolute;
    top: 0;
    margin-top: 0px;
    background-image: url(../Image/Window/Quest/icon_memberon.png);
}
.QuestWindowView .partyCount.count1 {
  width: 15px;
}
.QuestWindowView .partyCount.count2 {
  width: 30px;
}
.QuestWindowView .partyCount.count3 {
  width: 45px;
}
.QuestWindowView .partyCount.count4 {
  width: 60px;
}
.QuestWindowView .description {
  margin-top: 5px;
  height: 90px;
  margin-left: 55px;
  margin-right: 55px;
  text-align: left;
}
.QuestWindowView .misc {
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  background-image: url(../Image/Window/Quest/quest_iconbg.png);
  background-size: 100% 100%;
  margin-left: 45px;
  margin-right: 45px;
  height: 70px;
  display: flex;
  text-align: center;
}
.QuestWindowView .misc .separator {
  border-right: dotted 2px #c69969;
}
.QuestWindowView .name {
  margin-top: 5px;
  color: gray;
}
.QuestWindowView .boxValue {
  display: inline-block;
  width: 150px;
}
.QuestWindowView .tagHeader {
  width: 60px;
  font-size: 13px;
}
.QuestWindowView .tagContainer {
  margin-top: 10px;
  display: flex;
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 10px;
}
.QuestWindowView .noIcon {
  margin-top: 15px;
}
.QuestWindowView .closeButton {
  top: 10px!important;
  right: 10px!important;
}