.BlueLight-Btn {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, #0fb9ef, #026a8e);
  cursor: pointer;
  color: #fff;
}

.BlueLight-Btn:hover {
  background: linear-gradient(180deg, #0ac4f0, #027fa5);
}

.BlueLight-Btn:active {
  background: linear-gradient(180deg, #0891b1, #035c77);
}

.BlueLight-Btn::before {
  content: "";
  align-self: stretch;
  width: 10px;
  margin-right: 10px;
  background: linear-gradient(to bottom, #03d2e7, #fff, #03d2e7);
}

.BlueLight-Btn::after {
  content: "";
  align-self: stretch;
  width: 10px;
  margin-left: 10px;
  background: linear-gradient(to bottom, #03d2e7, #fff, #03d2e7);
}

.Blue2G-Button {
  align-self: center;
  display: flex;
  align-items: center;
  padding: 3px 20px;
  color: #fff;
  background-image: linear-gradient(to bottom, #07bbf3, #059bcb 50%, #018dbc 51%, #02688d);
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

.Blue2G-Button:hover {
  background: linear-gradient(to bottom, #01ffff, #02bfff 50%, #00aefe 51%, #0175ae);
}

.Blue2G-Button:active {
  background: linear-gradient(to bottom, #006ea1, #00608d);
}

.Blue2G-Button.disabled {
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ebebeb 50%, #dddddd 50%, #cfcfcf);
  color: #969696;
  cursor: not-allowed;
}

.X-Waiting {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}

.X-Waiting .Cycle {
  position: absolute;
  left: -10px;
  width: 5px;
  height: 5px;
  background: #00abff;
  border-radius: 1px;
  animation: 5s Azure-Waiting-X infinite cubic-bezier(0, 0.85, 1, 0.15);
}

@keyframes Azure-Waiting-X {
  0% {
    left: -10px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
#help-menu.Dark-Blue {
  display: flex;
}

#help-menu.Dark-Blue > .Children {
  display: flex;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item {
  display: flex;
  position: relative;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item > .Label {
  display: flex;
  align-items: center;
  padding: 2px 25px;
  color: #01b2f1;
  cursor: pointer;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item.ACTIVE > .Label {
  color: #fff;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item.ACTIVE::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #012137;
  z-index: 999;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children {
  display: none;
  position: absolute;
  padding: 2px;
  border: 1px solid #9ba7b7;
  background: #001629;
  z-index: 1;
  color: #fff;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item {
  color: #fff;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item > .Label {
  display: flex;
  align-items: center;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item > .Label > .Icon {
  position: absolute;
  width: calc(1em + 20px);
  text-align: center;
  font-family: fontello;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item > .Label > .Name {
  flex: 1 1 auto;
  padding: 3px 40px 3px calc(1em + 30px);
  white-space: nowrap;
  text-align: center;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item.HAS-CHILDREN > .Label::after {
  content: "\e81a";
  padding: 0 0.3em 0 0.5em;
  font-family: fontello;
}

#help-menu.Dark-Blue > .Children > .X-Menu-Item .Children > .X-Menu-Item.ACTIVE > .Label {
  background: #04789f;
}

html {
  height: 100%;
  min-width: 530px;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  overflow: auto;
}

body.WAITING {
  position: relative;
}

.dashboard {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow: auto;
}

.dashboard > div {
  min-width: 530px;
}

.navbar-container {
  display: flex;
  background: center 0 url(/games/path-of-defenders/static/image/nav-bg.png) no-repeat, linear-gradient(to bottom, #073853, #02223c 50%, #001e37);
  background-size: auto 100%;
  border-bottom: 1px solid #01314f;
  box-shadow: 0 1px 10px #000;
  z-index: 10;
}

.navbar-container > .navbar {
  display: flex;
  max-width: 1280px;
  height: 60px;
}

.navbar-container > .navbar .separate {
  width: 2px;
  background: url(/games/path-of-defenders/static/image/nav-separate.gif) no-repeat;
}

.navbar-container > .navbar .nav-home {
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.navbar-container > .navbar .nav-home::before {
  content: "\e827";
  font-family: fontello;
}

.navbar-container > .navbar .nav-account {
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: #01b2f1;
  cursor: pointer;
}

.navbar-container > .navbar .nav-account:hover {
  color: #fff;
}

.navbar-container > .navbar .nav-purchase {
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-align: center;
  color: #01b2f1;
  cursor: pointer;
}

.navbar-container > .navbar .nav-purchase:hover {
  color: #fff;
}

.navbar-container > .navbar .nav-actions {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.navbar-container > .navbar .nav-actions > .action > .name {
  min-width: 100px;
}

.main-content {
  flex: 1 1 auto;
  background: #010e16 center 0 url(/apps/intell-keys/static/image/overview-bg.jpg) no-repeat;
  background-size: cover;
  overflow: auto;
}

.main-content .overview {
  color: #fff;
}

.main-content .overview > .title {
  margin: 40px 0 25px 0;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.main-content .overview > .subtitle {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
}

.main-content .overview > .softwares-container {
  display: flex;
  margin-top: 25px;
}

.main-content .overview > .softwares-container > .softwares {
  display: flex;
  align-items: flex-start;
}

.main-content .overview > .softwares-container > .softwares > .item {
  display: flex;
  width: 160px;
  margin: 0 20px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.main-content .overview > .softwares-container > .softwares > .item > .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background: center url(/apps/intell-keys/static/image/ns_128.png) no-repeat;
  background-size: contain;
  transform: scale(0.85);
  transition: transform 0.2s;
}

.main-content .overview > .softwares-container > .softwares > .item > .name {
  font-size: 20px;
  color: #01b2f1;
  text-align: center;
}

.main-content .overview > .softwares-container > .softwares > .item:hover > .icon {
  transform: scale(1);
}

.main-content .detail-tooltip {
  position: fixed;
  padding: 5px 8px;
  border: solid 1px #727272;
  background: linear-gradient(to bottom, #283244 0%, rgba(21, 26, 35, 0.95) 100%);
}

.main-content .detail-tooltip .X-Arrow {
  position: absolute;
  height: 8px;
  width: 8px;
  box-shadow: 1px 1px 0px 0px #727272;
  background: #141414;
}

.main-content .detail-tooltip .X-Arrow.DOWN {
  bottom: -4px;
  transform: rotate(45deg);
}

.main-content .detail-tooltip .X-Arrow.LEFT {
  left: -4px;
  transform: rotate(135deg);
}

.main-content .detail-tooltip .X-Arrow.UP {
  top: -4px;
  transform: rotate(225deg);
  background: #283244;
}

.main-content .detail-tooltip .X-Arrow.RIGHT {
  right: -4px;
  transform: rotate(315deg);
}

.main-content .detail-tooltip .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-content .detail-tooltip .property {
  display: flex;
}

.main-content .detail-tooltip .property > .name {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}

.main-content .place-order {
  padding: 40px 0;
}

.main-content .place-order > .title {
  margin: 0 0 25px 0;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.main-content .place-order > .subtitle {
  max-width: 675px;
  margin: 0 auto;
  text-align: center;
}

.main-content .place-order > .softwares-container {
  display: flex;
  margin: 25px 0;
}

.main-content .place-order > .softwares-container > .softwares {
  display: flex;
  align-items: flex-start;
}

.main-content .place-order > .softwares-container > .softwares > .item {
  display: flex;
  width: 160px;
  margin: 0 20px;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.main-content .place-order > .softwares-container > .softwares > .item > .icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  background: center url(/apps/intell-keys/static/image/ns_128.png) no-repeat;
  background-size: contain;
  transform: scale(0.85);
  transition: transform 0.2s;
}

.main-content .place-order > .softwares-container > .softwares > .item > .name {
  font-size: 20px;
  color: #01b2f1;
  text-align: center;
}

.main-content .place-order > .softwares-container > .softwares > .item:hover > .icon {
  transform: scale(1);
}

.main-content .place-order #quantity {
  margin-bottom: 10px;
}

.main-content .place-order #payment-type {
  height: 2em;
  width: 250px;
  padding: 0 6px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  font-size: 16px;
  outline: none;
  transition: all 0.3s;
}

.main-content .place-order #payment-type:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.main-content .place-order #payment-type:focus {
  color: #fff;
  border: 1px solid #0098ff;
}

.main-content .place-order .actions {
  display: flex;
  margin: 10px -5px 0;
}

.main-content .place-order .actions > .action {
  margin: 0 5px;
}

.main-content .error-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.main-content .error-view .description {
  margin-bottom: 15px;
}

.account-information-container {
  position: absolute;
  width: 150px;
  margin-top: 0;
  padding: 10px;
  border: 1px solid #003e59;
  border-radius: 0 0 7px 7px;
  background: #03141e;
  transition: margin 1s;
  z-index: 5;
}

.account-information-container.ACTIVE {
  margin-top: 60px;
}

.account-information-container .property {
  display: flex;
  align-items: center;
}

.account-information-container .property .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.account-information-container .coin-property .icon {
  background: url(/apps/intell-keys/static/image/snow_32.png);
  background-size: contain;
}

.history-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: calc(100% - 60px);
  padding: 20px;
  background: #010e16 center top url(/apps/intell-keys/static/image/history-bg.jpg) no-repeat;
  transition: 1s top;
  overflow: auto;
  box-sizing: border-box;
}

.history-container.active {
  top: 59px;
}

.history-container .history-table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
  box-shadow: inset 0 0 0 2px rgba(139, 89, 89, 0.1), 0 0 30px rgba(0, 0, 0, 0.65);
  word-break: break-all;
}

.history-container .history-table thead {
  text-align: center;
  font: 700 14px MuseoSans, arial, sans-serif;
}

.history-container .history-table tbody {
  color: #01b2f1;
}

.history-container .history-table td {
  padding: 6px 10px;
  border: 1px white solid;
}

.reward-container {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}

.reward-container .reward-box {
  padding: 15px 15px;
  border: 1px solid #005e7c;
  background: #03111a;
}

.reward-container .reward-box > .list {
  margin-top: 10px;
}

.reward-container .reward-box > .list > .action {
  margin: 5px 0;
}

.X-NumericUpDown.Dark {
  display: inline-flex;
  border-color: rgba(255, 255, 255, 0.4);
}

.X-NumericUpDown.Dark input {
  text-align: right;
  padding-right: 4px;
  border: 1px solid;
  border-color: inherit;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.X-NumericUpDown.Dark input:focus {
  outline: 1px solid #0098ff;
  outline-offset: -1px;
}

.X-NumericUpDown.Dark .X-Numeric-Buttons {
  border: 1px solid;
  border-color: inherit;
  border-left: none;
  color: #fff;
}

.X-NumericUpDown.Dark .X-Numeric-Buttons .Button {
  display: flex;
  height: 50%;
  align-items: center;
  padding: 0 5px;
  cursor: pointer;
}

.X-NumericUpDown.Dark .X-Numeric-Buttons .Button:hover {
  background: rgba(0, 0, 0, 0.1);
}

.X-NumericUpDown.Dark .X-Numeric-Buttons .Button:active {
  background: rgba(0, 0, 0, 0.2);
}

.X-NumericUpDown.Dark .X-Up::before {
  content: "\e81b";
  font-family: fontello;
}

.X-NumericUpDown.Dark .X-Down::before {
  content: "\e818";
  font-family: fontello;
}