﻿::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #4c3c25;
  border: 1px solid #332819;
}

body {
  font-family: 'Roboto Slab', serif;
  color: #806846;
  background-color: black;
}

html {
  overflow-x: hidden;
}

table, td {
  padding: 8px;
}

input, button, textarea, option {
  font-family: 'Roboto Slab', serif;
  background: #332819 url("/images/jquery/images/ui-bg_fine-grain_20_332819_60x60.png") 50% 50% repeat !important;
  border: 1px solid black;
  font-weight: bold;
  font-size: 14px;
  text-indent: 1px;
  padding: .4em 1em;
}

select  {
  background-color: #4C3D26;
  border: 1px solid black;
  color: #CAC9C1;
}

a {
  text-decoration: none;
  color: orange;
}

a:hover {
  opacity: 0.6;
  text-decoration: none;
  color: orange;
}

.topIcons {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -86px;
  z-index: 20;
  width: 100%;
  text-align: center;}

.stickyIcons {
  position: fixed;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.wrapper {
  display: inline-block;
  width: 100vw;
}

/* FORM BG IMG + CONTAINER */
.container {
  background-image: url('/layout/kn2020/img/top.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.mainContent {
  margin-top: 30vw;
  padding-bottom: 50px;
}

.mainContent:after {
  width: 100%;
  content: "";
  position: absolute;
  top: -13vh;
  bottom: 0;
  background: url('/layout/kn2020/img/form_bg_loop.png') repeat-y center;
  background-size: 100%;
  z-index: -1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .stickyIcons {
    backdrop-filter: blur(3px);
    width: auto;
    height: 50px;
  }

  .footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: auto !important;
    width: 100%;
    background-color: black;
    z-index: 100;
    padding-left: 4px !important;
    padding-right: 4px !important;
    padding-bottom: 8px !important;
    padding-top: 4px !important;
    box-shadow: 0px -12px 20px 7px rgb(0 0 0) !important;
  }

  .FloatRight {
    float: left !important;
  }
}

@media (max-width: 768px) {
  .mainContent {
    margin-top: 30vw;
    padding-left: 9vw;
    padding-right: 9vw;
    margin-bottom: 50px;
  }

  .stickyIcons {
    width: 100%;
    top: 0px;
  }

  .topIcons img {
    width: 50px;
    height: 58px;
  }
}

@media (min-width: 768px) {
  .mainContent {
    margin-top: 220px;
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

@media (min-width: 992px) {
  .mainContent {
    margin-top: 29vw;
    padding-left: 80px;
    padding-right: 80px;
    min-height: 680px;
  }
}

@media (min-width: 1280px) {
  .mainContent {
    margin-top: 380px;
    padding-left: 100px;
    padding-right: 100px;
    min-height: 680px;
  }
}

.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  height: 38px;
  width: 100%;
  background-color: black;
  z-index: 1001;
  padding: 3px;
  box-shadow: 0px -6px 10px 0px rgb(0 0 0);
}

.footer p {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
}

.footer p > a {
  font-weight: 800;
  font-size: 16px;
  opacity: .7;
  text-transform: uppercase;
  padding: 0 5px;
  color: #dabd60;
}

.footer p > a:hover {
  opacity: 1;
}

body.background {
  background: url('/layout/kn2016/img/tapeta_ciemna.jpg') no-repeat center center fixed;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.postac-panel {
  position: fixed;
  height: 738px;
  line-height: 110%;
  font-weight: bold;
}

.panel {
  background-color: #121317 !important;
  padding: 8px 20px;
  border-radius: 20px;
  border: 2px solid #7a6546;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
}

.img-responsive {
  margin: 0 auto;
}

#menu_srodek {
  background-image: url(/layout/kn2016/img/menu.png);
  background-size: 100%;
  height: 1000px;
  padding-bottom: 4px;
  width: 242px;
  position: fixed;
  top: -7px;
  right: 0px;
  z-index: 2;
}

#menu_glowne {
  position: relative;
  line-height: 115%;
  text-align: center;
  padding-left: 15px;
  margin-top: 98px;
}

#menu_glowne a {
  text-decoration: none;
  font-size: 13px;
  line-height: 100%;
  font-weight: bold;
  color: #4A372C;
  text-shadow: 0 0 0.2em #E7E7C7, 0 0 0.2em #E7E7C7;
  transition: all 0.5s ease;
}

#menu_glowne a:hover {
  opacity: 0.6;
}

.menu_naglowek {
  color: #E7E7C7;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 7px;
  letter-spacing: 3px;
  font-weight: bold;
  text-shadow: #000 1px 0px 3px, #000 -1px 0px 3px;
  transform: rotate(2deg);
  transition: all 0.5s ease;
}

.menu_naglowek:hover {
  text-shadow: 0 0 10px #000;
}

.PanelDIV .AvatarObrazek {
  width: 65px;
  height: 80px;
  border: 0px;
  box-shadow: 0px 0px 10px 5px black;
  transition: all 0.2s ease;
}

.PanelDIV .AvatarObrazek:hover {
  box-shadow: 0px 0px 10px 15px black;
  width: 110px;
  height: 150px;
}

.PanelDIV .Tlo {
  width: 248px;
  height: 100%;
  position: absolute;
  background-image: url(/layout/kn2016/img/panel.png);
  background-size: 100%;
  z-index: 5;
  left: 0px;
  top: 0px;
}

.PanelDIV .NazwaPostaci {
  position: absolute;
  width: 202px;
  text-align: center;
  left: 24px;
  top: 84px;
  color: #CDF488;
  font-size: 16px;
  z-index: 6;
}

.PanelDIV .Avatar {
  position: absolute;
  left: 94px;
  top: 132px;
  z-index: 7;
}

.PanelDIV .Poziom {
  position: absolute;
  width: 248px;
  left: 3px;
  top: 249px;
  z-index: 6;
  height: 75px;
  color: white;
  font-size: 20px;
  text-shadow: #000 1px 0px 5px, #000 -1px 0px 5px;
  opacity: 0.9;
  text-align: center;
}

.PanelDIV .CzaryBoks {
  width: 74px;
  height: 74px;
  position: absolute;
}

.PanelDIV .Zloto {
  background-image: url(/images/panel/pasek_zloto.jpg);
  bottom: 102px;
  z-index: 3;
  left: 92px;
}

.PanelDIV .Doswiadczenie {
  background-image: url(/images/panel/pasek_dos.jpg);
  bottom: 182px;
  z-index: 3;
  left: 90px;
}

.PanelDIV .Energia {
  background-image: url(/images/panel/pasek_energia.jpg);
  bottom: 263px;
  left: 91px;
  z-index: 3;
}

.PanelDIV .Zycie {
  background-image: url(/images/panel/pasek_hp.jpg);
  bottom: 341px;
  z-index: 3;
  left: 92px;
}

.PanelDIV .TextStyle {
  font-size: 12px;
  z-index: 10;
  color: white;
  opacity: 0.9;
  text-align: center;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
  #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  transform: rotate(-3deg);
}

.PanelDIV .ZycieMax {
  width: 248px;
  position: absolute;
  left: 3px;
  top: 335px;
  cursor: pointer;
  /* color: red; */
}

.PanelDIV .EnergiaProcent {
  width: 242px;
  position: absolute;
  left: 7px;
  bottom: 293px;
  cursor: pointer;
}

.PanelDIV .DoswiadczenieProcent {
  width: 242px;
  position: absolute;
  left: 7px;
  bottom: 213px;
}

.PanelDIV .ZlotoMiliardy {
  position: absolute;
  left: 104px;
  bottom: 133px;
  font-size: 12px;
  cursor: pointer;
}

.PanelDIV .ZlotoMiliony {
  position: absolute;
  left: 117px;
  bottom: 147px;
  font-size: 14px;
  cursor: pointer;
}

.PanelDIV .ZlotoTysiace {
  position: absolute;
  left: 119px;
  bottom: 133px;
  font-size: 12px;
  cursor: pointer;
}

.PanelDIV .ZlotoReszta {
  position: absolute;
  left: 120px;
  bottom: 121px;
  font-size: 10px;
  cursor: pointer;
}

.KolorCzerwony {
  color: #d22828 !important;
}

.kolor-czerwony {
  color: #d22828 !important;
}

.KolorZielony {
  color: #90BD40 !important;
}

.kolor-zielony {
  color: #90BD40 !important;
}

.KolorPomaranczowy {
  color: gold !important;
}

.kolor-zloty {
  color: gold !important;
}

.menuPowiadomienie {
  font-size: 15px !important;
  text-shadow: #000 1px 0px 3px, #000 -1px 0px 3px !important;
}

.DisplayNone {
  display: none;
}

.MalyPadding {
  padding: 4px;
}

.SredniPadding {
  padding: 8px;
}

.DuzyPadding {
  padding: 12px;
}

.MiniMargin {
  margin: 2px;
}

.MalyMargin {
  margin: 4px;
}

.SredniMargin {
  margin: 8px;
}

.DuzyMargin {
  margin: 12px;
}

.topMiniMargin {
  margin-top: 4px;
}

.topSredniMargin {
  margin-top: 8px;
}

.topDuzyMargin {
  margin-top: 16px;
}

.bottomDuzyMargin {
  margin-bottom: 16px;
}

.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.KreskowaneDolneObramowanie {
  border-bottom: 1px dotted #332819;
}

.KreskowaneGorneObramowanie {
  border-top: 1px dotted #332819;
}

.MaleObramowaniePrawe {
  border-right: 1px solid #4C3C25;
}

.MaleObramowanieLewe {
  border-left: 1px solid #4C3C25;
}

.MaleObramowanie {
  border: 1px solid #4C3C25;
}

.SrednieObramowanie {
  border: 2px solid #4C3C25;
}

.DuzeObramowanie {
  border: 4px solid #4C3C25;
}

.Opacity-50 {
  opacity: 0.5;
}

.Opacity-20 {
  opacity: 0.2;
}

div.jGrowl {
  z-index: 9999;
  color: #CAC9C1;
  font-size: 10px;
}

div#jGrowl {
  padding-bottom: 48px;
}

/** Normal Style Positions **/
div.jGrowl {
  position: absolute;
}

body > div.jGrowl {
  position: fixed;
}

div.jGrowl.top-left {
  left: 0px;
  top: 0px;
}

div.jGrowl.top-right {
  right: 0px;
  top: 0px;
}

div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}

div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}

div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  background-color: #000;
  zoom: 1;
  width: 250px;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 2px solid #7a6546;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
}

div.jGrowl div.jGrowl-notification {
  min-height: 40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
  font-weight: bold;
  font-size: 12px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
  position: absolute;
  top: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    margin: 0px;
  }

  div.jGrowl div.jGrowl-notification {
    min-height: 0px;
  }

  div.jGrowl div.jGrowl-notification div.jGrowl-header {
    display: none;
  }

  div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: #000;
    zoom: 1;
    width: 250px;
    padding: 5px;
    margin-top: 5px;
    /* margin-bottom: 5px; */
    text-align: left;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border-color: #332819; */
    /* border-width: 2px; */
  }
}

.pucharTabela {
  display: flex;
  justify-content: center;
  align-items: center;
}

.przedmiot-wyjatkowy {
  border: 2px solid #90BD40;
}

.przedmiot-starozytny {
  border: 2px solid gold;
}

.przedmiot-legendarny {
  border: 2px solid #ba18ef;
}

.introjs-tooltip {
  border-radius: 20px !important;
  padding: 20px !important;
  font-size: 14px;
  background-color: rgb(18, 19, 23) !important;
  color: #777;
  text-align: justify;
  border: 2px solid #7a6546;
}

.introjs-skipbutton {
  display: none !important;
}

.introjs-donebutton {
  display: none !important;
}

.potwory-slider {
  font-size: 18px;
  border-radius: 20px;
  border: 2px solid #7a6546;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
  background-color: black;
  padding: 22px;
  color: #CAC9C1;
  font-weight: bold;
}

div.ui-button, a.ui-button {
  background: #332819 url("/images/jquery/images/ui-bg_fine-grain_20_332819_60x60.png") 50% 50% repeat !important;
  font-weight: bold;
  text-indent: 1px;
  font-size: 12px;
}

.ui-button-text-only .ui-button-text {
  padding: 0.5em 1.5em !important;
}


.box-shadow {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
}

.sticky-chat {
  height: 100%;
  font-size: 14px;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #121317 !important;
  width: 440px;
  border-right: 3px solid #7a6546;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
  color: #CAC9C1;
  z-index: 1000;
}

.chat-form {
  position: absolute;
  bottom: 38px;
  width: 100%;
  background: #121317 !important;
  height: 47px;
}

.chat-groups p {
  display: inline-block;
}

.chat-button {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: bold;
}

.chat-messages {
  overflow-y: auto;
  height: 100%;
  line-height: 1.4;
  padding-bottom: 150px;
}

.chat-messages p {
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
}

.chat-messages .chat-player-name {
  font-size: 14px;
  border-top: 1px dashed #7a6546;
  padding-top: 4px;
  margin-top: 4px;
}

.infbox .PowiadomienieOpis .PowiadomienieOpisSzczegoly {
  font-size: 10px;
}

#inwentarz_uzbrojenie {
  z-index: 200;
  width: 460px;
  height: 471px;
  background-image: url(/images/inwertarz.png);
  display: inline-block;
}

.plecak-nagrody-nagroda-blok {
  position: relative;
  display: inline-block;
  margin: 5px;
}

.plecak-nagrody-nagroda-usun {
  position: absolute;
  top: 0px;
  right: 0px;
  display: none;
  background-color: black;
}

#bar_doswiadczenie {
  border: 2px solid #4C3C25;
  padding-top: 2px;
}

.ui-dialog {
  max-width: 1000px;
  font-size: 12px !important;
  z-index: 1001 !important;
}

.ui-widget {
  font-family: 'Roboto Slab', serif !important;
}

.KNFade {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
}


.groty-raporty ul {
  list-style-type: none;
}

.groty-raporty ul li {
  cursor: pointer;
}

.groty-lupy-lista img {
  max-width: 55px;
  max-height: 55px;
  display: inline-block;
  margin: 4px;
}

.groty-informacje p {
  margin: 0px;
  padding: 0px;
}

.groty-lokacja-button {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.groty-odpoczynek {
  text-align: center;
}


.groty-poziomy ul {
  list-style-type: none;
  padding: 0px;
}

.groty-poziomy ul li {
  font-weight: bold;
  font-size: 14px;
}

.groty-poziomy ul li span {
  font-size: 10px;
  margin-top: -5px;
  display: block;
}

.groty-poziomy {
  line-height: 180%;
}

.groty h2.kolor-zloty {
  letter-spacing: 4px;
}

.rynek-stragan-typ {
  cursor: pointer;
}

.lokacje-swieta-kraina img {
  max-height: 100px;
  max-width: 100px;
}

.postac-avatar {
  border-radius: 50px;
  border: 2px solid #7a6546;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 1);
  background-color: #000;
  padding: 5px;
}

.avatar-online {
  border-color: green;
}

.pointer {
  cursor: pointer;
}

.smaller-font {
  font-size: 80%;
}

/*
MOBILE
 */
@media only screen and (max-width: 991px) {
  .sticky-chat {
    width:100%;
    border-right: 0;
  }

  .container {
    background-size: 210%;
    background-position: top;
    background-position-y: -88px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
  }

  .mainContent {
    margin-top: 40vw;
    margin-bottom: 7vw;
    padding-bottom: 25px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .panel {
    font-size: 12px;
  }

  table {
    width: 100%;
    display: inline-block;
    overflow: auto;
  }

  .ui-dialog {
    max-width: 100%;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
  }

  .mainContent:after {
    background-size: 108%;
  }

  body.background {
    background: none;
    background-color: black;
  }

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    padding: 4px !important;
    margin: 2px !important;
  }

  div#jGrowl {
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
  }

  div.jGrowl.top-right {
    top: unset;
    right: unset;
    bottom: 1px;
  }

  div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    width: 100% !important;
    bottom: 1px;
    top: unset;
    right: unset;
    text-align: center;
    font-size: 15px;
  }

  div.jgrowlMobileHidden {
    display: none !important;
  }

  .zadaniaListaAkcje {
    overflow: auto;
    max-height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container {
    background-size: 120%;
    background-position-y: -110px;
    width: 100%;

  }

  .mainContent {
    margin-top: 24vw;
  }
}

@media (max-width: 1199px) {
  #menu_srodek {
    z-index: 1002;
    width: 190px;
    height: 784px;
  }

  #menu_glowne {
    margin-top: 70px;
    line-height: 105%;
    padding-left: 17px;
  }

  .PanelDIV {
    z-index: 1002;
  }

  .ui-dialog {
    max-width: 100%;
  }

  .ui-tabs-nav li {
    text-align: center !important;
    width: 100%;
    border-bottom: 1px solid black;
    padding: 2px !important;
    margin: 0px !important;
  }

  .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none !important;
  }

  .text-xs-center {
    text-align: center !important;
  }

  .ui-button-text-only .ui-button-text {
    padding: 4px !important;
  }

  .ui-dialog .ui-dialog-buttonpane {
    text-align: center !important;
  }
}

.footer .spanMargin {
  margin-right: 10px;
}

.powiadomienieFixedWidth {
  width: 170px;
}

.gildia-wedrowki-hpbar img {
  width: 102px !important;
}

.ui-widget-overlay {
  z-index: 1000 !important;
}
