/* //////////////////// hlavní strana //////////////////  */

/* levý horní panel */

@media screen and (min-width: 1900px)
{
#world-main-top-left {
    border: 0px dotted blue;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background-image: url(../media/world/border-top-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 200px;
}

#world-main-top-left-place-name {
    border: 0px dotted red;
    font-size: x-large;
    font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
    padding-left: 200px;
    padding-top: 5px;
}

#world-main-top-left-place-desc {
    border: 0px dotted red;
    padding-left: 55px;
    padding-top: 10px;
    text-align: justify;
}

#world-main-top-left-place-factions {
    border: 0px dotted red;
    padding-top: 10px;
    padding-left: 55px;
}
}

@media screen and (max-width: 1899px)
{
#world-main-top-left {
    border: 0px dotted blue;
    float: left;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background-image: url(../media/world/border-top-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 150px;
}

#world-main-top-left-place-name {
    border: 0px dotted red;
    font-size: revert;
    font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
    padding-left: 150px;
    padding-top: 5px;
}

#world-main-top-left-place-desc {
    border: 0px dotted red;
    padding-left: 55px;
    padding-top: 10px;
    text-align: justify;
}

#world-main-top-left-place-factions {
    border: 0px dotted red;
    padding-top: 10px;
    padding-left: 55px;
}

}


/* pravý horní panel */

@media screen and (min-width: 1900px)
{
#world-main-top-right {
    border: 0px dotted blue;
    float: right;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background-image: url(../media/world/border-top-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 200px;
}

#world-main-top-right-title {
    float: right;
    border: 0px dotted red;
    font-size: x-large;
    font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
    padding-right: 200px;
    padding-top: 5px;
}

#world-main-top-right-party {
    float: right;
    border: 0px dotted red;
    padding-right: 70px;
    padding-top: 10px;
}

#world-main-top-right-party-mount {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
}

#world-main-top-right-party-f1 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
}

#world-main-top-right-party-f2 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
}

#world-main-top-right-party-f3 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
}

#world-main-top-right-party-f4 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
}

#world-main-top-right-party-player {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 80px;
    width: 80px;
    margin-right: 5px;
    overflow: hidden;
}

#world-main-top-right-stats {
    float: right;
    border: 0px dotted red;
    padding-right: 55px;
}

#world-main-top-right ul.character-currency
{
    margin-top: 15px;
    padding: 0px;

}

#world-main-top-right ul.character-currency li
{
    width: 110px;
    background-color: rgba(34, 19, 7, 0.4);
    float: left;
    list-style: none;
    margin-right: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.85rem;
    font-weight: 400;
}

#world-main-top-right ul.character-currency li:first-child
{
    margin-left: 15px;
    margin-right: 10px;
    border-right: 1px solid rgba(34, 19, 7, 0.8);
}

#world-main-top-right ul.character-currency li span.character-currency-caption
{
    display: block;
    font-size: 0.75rem;
    color: rgba(205, 134, 63, 0.6) !important;
    font-weight: 100;
}

}


@media screen and (max-width: 1899px)
{
#world-main-top-right {
    border: 0px dotted blue;
    float: right;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background-image: url(../media/world/border-top-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 150px;
}

#world-main-top-right-title {
    float: right;
    border: 0px dotted red;
    font-size: revert;
    font-family: Palatino, 'Palatino Linotype', Georgia, Times, 'Times New Roman', serif;
    padding-right: 150px;
    padding-top: 5px;
}

#world-main-top-right-party {
    float: right;
    border: 0px dotted red;
    padding-right: 70px;
    padding-top: 10px;
}

#world-main-top-right-party-mount {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 25px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
}

#world-main-top-right-party-f1 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
}

#world-main-top-right-party-f2 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
}

#right-panel-character-money img {
    width: 6px;
}

#world-main-top-right-party-f3 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
}

#world-main-top-right-party-f4 {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 0.75rem;
}

#world-main-top-right-party-player {
    float: right;
    border: 3px double rgba(34, 19, 7, 1);
    border-radius: 38px;
    height: 60px;
    width: 60px;
    margin-right: 5px;
    overflow: hidden;
    font-size: 0.75rem;
}

#world-main-top-right-stats {
    float: right;
    border: 0px dotted red;
    padding-right: 55px;
}

#world-main-top-right ul.character-currency
{
    margin-top: 15px;
    padding: 0px;

}

#world-main-top-right ul.character-currency li
{
    width: 80px;
    background-color: rgba(34, 19, 7, 0.4);
    float: left;
    list-style: none;
    margin-right: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 400;
}

#world-main-top-right ul.character-currency li:first-child
{
    /*margin-left: 15px;*/
    margin-right: 10px;
    border-right: 1px solid rgba(34, 19, 7, 0.8);
}

#world-main-top-right ul.character-currency li span.character-currency-caption
{
    display: block;
    font-size: 0.75rem;
    color: rgba(205, 134, 63, 0.6) !important;
    font-weight: 100;
}

}





/* prostřední panel */
@media screen and (min-width: 1900px)
{
#world-main-middle {
    border: 0px dotted blue;
    margin: 10px auto 10px auto;
    padding: 10px 10px 10px 10px;
    background-color: rgba(34, 19, 7, 0.4);
}

#world-main-bottom-container {
    border: 0px dotted red;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(34, 19, 7, 0.4);
}

#world-main-bottom {
    border: 0px dotted blue;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#world-map-bottom-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    
    
}
}


@media screen and (max-width: 1899px)
{
#world-main-middle {
    border: 0px dotted blue;
    margin: 10px auto 10px auto;
    padding: 10px 10px 10px 10px;
    background-color: rgba(34, 19, 7, 0.4);
}

#world-main-bottom-container {
    border: 0px dotted red;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    background-color: rgba(34, 19, 7, 0.4);
}

#world-main-bottom {
    border: 0px dotted blue;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

#world-map-bottom-img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    
    
}
}


@media screen and (max-width: 1899px) {
    #world-main-top-left {
        width: 700px;
        min-height: 200px;
    }
    
    #world-main-top-right {
        width: 450px;
        min-height: 200px;
    }
    
    #world-main-middle {
        width: 1230px;
        min-height: 100px;
    }
    
    #world-main-bottom {
        width: 1230px;
        min-height: 300px;
    }
    
    #world-main-bottom-container {
        width: 1230px;
    }
}

@media screen and (min-width: 1900px) {
    #world-main-top-left {
        width: 950px;
        min-height: 200px;
    }
    
    #world-main-top-right {
        width: 700px;
        min-height: 200px;
    }
    
    #world-main-middle {
        width: 1730px;
        min-height: 100px;
    }
    
    #world-main-bottom {
        width: 1230px;
        min-height: 300px;
    }
    
    #world-main-bottom-container {
        width: 1730px;
    }
}

.world-map-polygon-click {
    opacity: 0;
    pointer-events: visible;
    fill: yellow;   
}

.world-map-polygon-click:hover {
    opacity: 0.3;
}

.world-main-bottom-marker-link {

}

.world-main-bottom-marker-link-hereiam > .world-map-polygon-click {
    opacity: 0.2;
    pointer-events: visible;
    fill: red; 
}

/* ///////////////////////////////////////////////////////////// */

#world-main-bottom-marker-tooltip {
    border: 1px solid rgb(205, 134, 63);
    background-color: black;
    width: 500px;
    min-height: 150px;
    display: none;

}

#world-marker-window-header-left {
    float: left;
    padding: 3px 0px 0px 15px;
    font-weight: bold;
    font-size: large;
}

#world-marker-window-header-right {
    float: right;
}

#world-marker-window-header-right button {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(205, 134, 63);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(205, 134, 63);
    border-bottom-left-radius: 4px;
    background-color: black;
}

#world-marker-window-content {
    padding: 2px 10px 2px 10px;
}

#world-marker-window-buttons {
    text-align: center;
    margin-bottom: 5px;
}

#world-marker-window-buttons button {
    margin-right: 5px;
}

.world-main-bottom-screen-text {
    padding: 20px;
    text-align: justify;
}

.world-screen-reward_button {
   
}

.world-main-bottom-screen-reward-table {
    width: 380px;
}

.world-main-bottom-screen-reward-item {
    padding: 10px 0px 0px 0px;
    height: 60px;
    width: 120px;
    float: left;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid rgb(205, 134, 63);
}

.world-reward-item-caption {
    font-size: 0.75rem;
    color: rgba(205, 134, 63, 0.6) !important;
    font-weight: 100;
}


/* /////////////////////////////////////////////////////////////// */

#travel-progress-bar {
  width: 90%;
  margin: 10px auto;
  height: 26px;
  background-color: #101010;
  border: 1px solid rgb(205, 134, 63);
  border-radius: 15px;
  overflow: hidden;
}

#travel-progress-bar > .timeleft {
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}

#travel-progress-bar div {
   height: 100%;
   text-align: right;
   padding: 0;    /* remove padding */
   line-height: 22px;
   width: 0;
   background-color: rgba(205, 134, 63, 0.3);
   box-sizing: border-box;
   overflow: visible;
}

/* //////////////////////////////////////////////////////////////// */

.world-centered-buttons {
    display: flex;
    justify-content: center; 
    align-items: center;  
}
