.xmas-button
{
    background: url("images/xmas_btn.png");
    width: 170px;
    height: 69px;
    display: block;
    background-position: 0 0;
    color: white;
    /*padding-top: 19px; */
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 69px;
    margin: 0px auto;
}

.xmas-button .icon
{
    padding-right: 5px;
    color: #14546D;
}

button.xmas-button
{
    height: 63px;
    padding: 0px;
    cursor: pointer;
}

.xmas-button:hover
{
    background-position: 0 -69px;
}

.xmas-button:active
{
    background-position: 0 -138px;
}

/* DIALOGUES */

.xmas-dialogue-overlay
{
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=40);
    -moz-opacity: 0.40;
    opacity: 0.40;
}

.xmas-dialogue-window
{
    position: relative;
    z-index: 600;
    width: 697px;
    margin: 0px auto;
    margin-top: -110px;
}

.xmas-dialogue
{
    position: absolute;
    width: 643px;
    height: 484px;
    background-image: url('images/xmas_bg_lg.png');
    margin: 0px auto;
    margin-top: 50px;
    text-align: left;
    font-size: 13px;
    padding: 20px;
}

.xmas-dialogue-hidden
{
    display: none;
}

.xmas-dialogue table
{
    margin: 20px 0px;
}

.xmas-dialogue-title
{
    font-size: 13px;
    padding-top: 15px;
    color: #1E384B;
    display: block;
    z-index: 2000;
    position: relative;
}

.xmas-dialogue .xmas-dialogue-image
{
    position: relative;
    width: 150px;
    height: 200px;
    border: 2px ridge #334D61;
}

.xmas-dialogue h1
{
    color: #1E384B;
    text-align: left;
    padding-bottom: 10px;
    font-size: 17px;
}

.xmas-dialogue p.xmas-dialogue-text
{
    line-height: 20px;
    color: #010B12;
}

.xmas-dialogue  small
{
    display: block;
    font-size: 13px;
    padding-top: 8px;
}

.xmas-dialogue .xmas-dialogue-next-button
{
    position: absolute;
    left: 485px;
    top: 343px;
}

.xmas-content
{
    width: 1000px;
    margin: 20px auto;
}

.xmas-content h1
{
    padding: 30px 0px;
}

.xmas-kucharka-left
{
    width: 300px;
    float: left;
    text-align: left;
}

.xmas-kucharka-left ul li
{
    list-style-image: url('images/ico_list.png');
    font-size: 11px;
}

.xmas-kucharka-left ul li a
{
    color: #718EA4;
}

.xmas-kucharka-left h3
{
    color: #294F6D;
    text-transform: uppercase;
    border-bottom: 1px solid #718EA4;
    font-size: 14px;
    padding-bottom: 4px;
}

.xmas-kucharka-right
{
    width: 700px;
    float: right;
}

.xmas-kucharka-right .xmas-recepty
{
    width: 683px;
    height: 700px;
    float: right;
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-top
{
    width: 683px;
    height: 29px;
    margin-bottom: 0px;
    background-image: url('images/content-top.jpg');
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-middle
{
    width: 634px;
    margin-bottom: 0px;
    background-image: url('images/content-middle.jpg');
    background-repeat: repeat-y;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: left;
    color: #273c51;
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-middle h1
{
    margin: 0px;
    padding: 0px;
    color: #273c51;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px solid #9ba4ad;
    font-size: 25px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 13px;
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-middle p.xmas-recept-popis
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-style: italic;
    color: #273c51;
    font-size: 13px;
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-middle h3
{
    color: #294F6D;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
}

.xmas-kucharka-right .xmas-recepty .xmas-recepty-bottom
{
    width: 683px;
    height: 111px;
    margin-bottom: 0px;
    background-image: url('images/content-bottom.png');
}

.xmas-item
{
    width: 64px;
    height: 64px;
    border: 3px ridge #4B6F8B;
}

.xmas-item img
{
    width: 64px;
    height: 64px;
}


.xmas-item .xmas-item-amount
{
    position: relative;
    top: -20px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 55px;
    text-align: right;
}

.xmas-item.xmas-item-bad
{
    border: 3px ridge #CC0000;
}

table.xmas-recept-suroviny h3
{
    margin: 0px !important;
    magin-bottom: 3px;
}

.xmas-recept-surovina-mnozstvi-hrac
{
    font-style: italic;
    color: #273c51;
}

.xmas-bad
{
    color: #CC0000 !important;
}

.tooltip-body
{
    font-size: 12px;
    padding: 5px !important;
    color: #718EA4;
}

.tooltip-body h1
{
    color: #294F6D;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

.tooltip-body p
{
    text-align: left;
    font-style: italic;
}

.tooltip-body .xmas-item
{
    width: 50px;
    height: 50px;
    float: left;
    border: 2px ridge #4B6F8B;
    margin-right: 8px;
    margin-bottom: 8px;
}

.xmas-dilna-content h2
{
    text-align: left;
    color: #294F6D;
    text-transform: uppercase;
    border-bottom: 1px solid #718EA4;
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.xmas-dilna-left
{
    width: 400px;
    float: left;
    text-align: left;
}

.xmas-dilna-left select
{
    width: 100%;
    height: 30px;
}

.xmas-dilna-right
{
    width: 555px;
    float: right;
    border-left: 1px solid #4B6F8B;
    padding-left: 20px;
}

.xmas-dilna-right ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 550px;
}

.xmas-dilna-right ul li
{
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.xmas-item-bag
{
    cursor: pointer;
}

h1.xmas-dialogue-loot
{
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 80px;
}

ul.xmas-bag-item-set
{
    list-style: none;
    margin: 5px auto;
    padding: 0px;
}

ul.xmas-bag-item-set li
{
    float: left;
    margin: 10px;
}

ul.xmas-obchod-special-offer
{
    list-style: none;
    margin: 20px auto;
    padding: 0px;
    width: 822px;
}

ul.xmas-obchod-special-offer li
{
    width: 240px;
    border: 2px ridge #4B6F8B;
    float: left;
    padding: 10px;
    margin-right: 10px;
}

ul.xmas-obchod-special-offer li h3
{
    text-align: center;
    color: #294F6D;
    text-transform: uppercase;
    border-bottom: 1px solid #718EA4;
    font-size: 11px;
    padding-bottom: 4px;
    margin-bottom: 30px;
}

ul.xmas-obchod-special-offer li .xmas-item
{
    margin: 0px auto;
}

ul.xmas-obchod-special-offer li .cena
{
    margin: 20px auto;
    text-align: center;
    font-size: 15px;
}

.xmas-kolej-content h2
{
    text-align: left;
    color: #294F6D;
    text-transform: uppercase;
    border-bottom: 1px solid #718EA4;
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.xmas-kolej-left
{
    width: 400px;
    float: left;
    text-align: left;
}

.xmas-kolej-right
{
    width: 555px;
    float: right;
    border-left: 1px solid #4B6F8B;
    padding-left: 20px;
}

.xmas-kolej-right ul
{
    list-style: none;
    padding-left: 0px;
}

.xmas-kolej-right ul li
{
    text-align: left;
}

table.xmas-kolej
{
    font-size: 12px;
}

table.xmas-kolej tr td
{
    padding: 5px;
}

table.xmas-kolej tr th
{
    padding: 5px;
}

.xmas-obchod-content
{
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #4B6F8B;
}

.xmas-obchod-left
{
    width: 490px;
    float: left;
}

.xmas-obchod-right
{
    width: 490px;
    float: right;
}

ul.xmas-obchod-zbozi
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.xmas-obchod-zbozi li
{
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #4B6F8B;
}

ul.xmas-obchod-zbozi li:last-child
{
    border-bottom: 0px;
}

ul.xmas-obchod-zbozi li .xmas-item
{
    float: left;
    margin-right: 10px;
}

ul.xmas-obchod-zbozi li h2
{
    text-align: left;
    color: #294F6D;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 4px;
    margin-bottom: 10px;
}

ul.xmas-obchod-zbozi li p
{
    text-align: left;
    font-style: italic;
}

ul.xmas-obchod-zbozi li .xmas-obchod-form
{
    float: right;
    margin-top: 8px;
}

.xmas-koulovacka-log
{
    width: 841px;
    margin: 0px auto;
    margin-top: 30px;
}

.xmas-koulovacka-log ul, .xmas-koulovacka-log ol
{
    color: #718EA4;
}

.xmas-koulovacka-log h2
{
    text-align: left;
    color: #294F6D;
    text-transform: uppercase;
    border-bottom: 1px solid #718EA4;
    font-size: 16px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.xmas-koulovacka-log .xmas-koulovacka-log-left
{
    width: 400px;
    padding: 10px;
    float: left;
    border-right: 1px solid #4B6F8B;
    text-align: left;
}

.xmas-koulovacka-log .xmas-koulovacka-log-right
{
    width: 400px;
    padding: 10px;
    float: right;
    text-align: left;
}

#progressbar {
  background-color: #A9A9A9;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  width: 50%;
  margin-left:25%;
}

#progressbar>div {
  background-color: #cd853f;
  height: 20px;
  border-radius: 10px;
  max-width: 100%;
}

.xmas-reward
{
    display: table-cell;
}

.event-student-list{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.event-student-list li:first-child {
    background-color: rgba(34, 19, 7, 1) !important;
    border-top: 1px solid rgba(205, 134, 63, 0.3);
    font-weight: 600;
}

.event-student-list li {
    list-style: none;
    width: 100%;
    min-height: 35px;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid rgba(205, 134, 63, 0.3);
}

.esl-poradi{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.esl-name{
    display: flex;
    width: 230px;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
}

.esl-body {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: right;
}
.esl-pocet {
    display: flex;
    width: 100px;
    align-items: center;
    justify-content: right;
}

.esl-skupin {
    display: flex;
    width: 60px;
    align-items: center;
    justify-content: right;
}

.progressbar
{
    width: 50%;
    height: 25px;
    padding: 0px;
    margin-top: 3px;
    position: relative;
    background-color: #A9A9A9;
    border-radius: 13px;
    margin: 0px auto;
}

.progressbar .progressbar-bg
{
    background-color: #cd853f;
    height: 21px;
    position: relative;
    z-index: 0;
    top: 2px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 8px;
}

.progressbar .progressbar-caption-frame
{
    width: 100%;
    height: 25px;
    line-height: 23px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    color: black;
    font-weight: bolder;
}
