/* ---------- ZÁKLADNÍ NASTAVENÍ WEBU ---------- */

* {
    box-sizing: border-box;
}

html, body {
    background-color: rgb(0, 0, 0);
    color: rgb(205, 134, 63);
    font-size: 0.95rem;
}

input, textarea {
    border-color: rgba(205, 134, 63, 0.5);
    color: rgba(205, 134, 63, 0.8);
    background-color: rgba(34, 19, 7, 0.5);
}

a {
    color: #cd853f;
    text-decoration: none;
}

a:hover {
    color: rgba(205, 134, 63, 0.8);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: rgb(205, 134, 63);
    text-shadow: 2px 2px black;
}


/* ---------- NASTAVENÍ BUTTONŮ NA WEBU ---------- */

.btn 
{
    border-color: rgba(205, 134, 63, 0.75);
    color: rgba(205, 134, 63, 0.75);
    background-color: rgb(0, 0, 0);
    margin-top: 10px;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
}

.btn i 
{
    color: rgba(205, 134, 63, 0.6);
    font-size: .8rem;
    width: 1.2rem;
}

.btn:hover 
{
    border-color: rgba(205, 134, 63, 1);
    color: rgba(205, 134, 63, 1);
    background-color: rgba(34, 19, 7, 1);
    transition: all 500ms ease;
}

/* - BUTTON - zamčené šedé tlačítko - */

.btn-lock
{
    color: rgba(128, 128, 128, 0.6) !important;
    border-color: rgba(128, 128, 128, 0.6) !important;
    background-color: rgba(128, 128, 128, 0.1) !important;
}

.btn-lock i
{
    color: rgba(128, 128, 128, 0.6) !important;
}

.btn-lock:hover
{
    color: rgba(128, 128, 128, 1) !important;
    border-color: rgba(128, 128, 128, 1) !important;
    background-color: rgba(128, 128, 128, 0.3) !important;
}

/* - BUTTON - delete rudé tlačítko - */

.btn-del
{
    color: rgba(255, 0, 0, 0.6) !important;
    border-color: rgba(255, 0, 0, 0.6) !important;
    background-color: rgba(255, 0, 0, 0.1) !important;
    float: right;
    margin-left: 5px;
}

.btn-del i
{
    color: rgba(255, 0, 0, 0.6) !important;
}

.btn-del:hover
{
    color: rgba(255, 0, 0, 1) !important;
    border-color: rgba(255, 0, 0, 1) !important;
    background-color: rgba(255, 0, 0, 0.2) !important;
}

.btns-menu
{
    width: 100%;
    border-width: 0px 0px 1px 0px;
    border-bottom: 1px solid rgba(205, 134, 63, 0.6);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.btn-menu
{
    border: 1px solid rgba(205, 134, 63, 0.75);
    border-bottom: 0px !important;
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-top-right-radius: .65rem;
    margin-right: -5px;
}

/* - BUTTON - btn ve spanu - */

.btn-span-right
{
    margin-left: 0.3rem;
}

.btn-span-left
{
    margin-right: 0.3rem;
}

/* ---------- NASTAVENÍ V MENU - VLAJKY 1750 ---------- */

@media screen and (min-width: 1900px)
{
    .main-container main .menu.left-menu .menu-box-flag
    {
        margin-left: 37px;
    }
    
    .menu.left-menu .menu-box-flag 
    {
        margin-left: 37px;
    }
    
    .menu.right-menu .menu-box-flag 
    {
        margin-left: 75px;
    }
    
        .menu .menu-box-flag
        {
            position: relative;
            z-index: 40;
            width: 212px;
            min-height: 80px;
            margin-top: 18px;
            margin-bottom: 15px;
        }
    
    .menu .menu-box-flag header 
    {
        width: 212px;
        min-height: 59px;
        background-image: url('../media/menu/button-left-menu.png');
        text-align: center;
        line-height: 59px;
    }
    
    .menu .menu-box-flag header h2 
    {
        margin-bottom: 0px;
        padding-top: 17px;
        font-size: 1.3rem;
    }
    
    .menu .menu-box-flag .menu-box-body 
    {
        background-image: url('../media/menu/menu-bg-middle.png');
        background-repeat: repeat-y;
        padding-top: 7px;
        padding-left: 35px;
        padding-right: 35px;
        width: 212px;
        min-height: 30px;
        font-size: 0.85rem;
    }
    
    .menu .menu-box-flag .menu-box-body i 
    {
        font-size: 0.85rem;
        width: 1.3rem;
    }
    
    .menu .menu-box-flag .menu-box-body nav ul 
    {
        margin-bottom: 0px;
        padding-left: 5px;
    }
    
    .menu .menu-box-flag .menu-box-body nav ul li 
    {
        list-style: none;
    }
    
    .menu .menu-box-flag .menu-box-body nav ul li a 
    {
        color: #cd853f;
    }
    
    .menu .menu-box-flag .menu-box-body nav ul li a:hover 
    {
        color: rgba(205, 134, 63, 0.8);
        text-decoration: none;
    }
    
    .menu .menu-box-flag .menu-box-body nav ul li a:active 
    {
        color: rgba(173, 103, 33, 0.8);
    }
    
    .menu .menu-box-flag:after
    {
        content: ' ';
        background-image: url('../media/menu/menu-bg-bottom.png');
        width: 212px;
        height: 83px;
        display: block;
        margin-top: -13px;
    }
    
    .menu .menu-box-flag .menu-box-body.login-form 
    {
        font-size: 0.85rem;
    }
    
    .menu .menu-box-flag .menu-box-body.login-form .form-group:last-child 
    {
        margin-bottom: 0px;
    }
    
    .menu .menu-box-flag .menu-box-body.login-form .form-control
    {
        font-size: 0.8rem;
        border: 1px solid rgba(205, 134, 63, 1) !important;
        background-color: rgb(0, 0, 0) !important;
    }

}

/* ---------- NASTAVENÍ V MENU - VLAJKY 1250 ---------- */

@media screen and (max-width: 1899px) {

    .main-container main .menu.left-menu .menu-box-flag
    {
        margin-left: 22px;
    }

    .menu.left-menu .menu-box-flag 
    {
        margin-left: 22px;
    }

    .menu.right-menu .menu-box-flag 
    {
        margin-left: 51px;
    }

    .menu .menu-box-flag
    {
        position: relative;
        z-index: 40;
        width: 160px;
        min-height: 80px;
        margin-top: 18px;
        margin-bottom: 15px;
        font-size: 0.75rem;
    }

    .menu .menu-box-flag header 
    {
        width: 160px;
        min-height: 44px;
        background-image: url('../media/menu/button-left-menu1250.png');
        text-align: center;
    }

    .menu .menu-box-flag header h2 
    {
        margin-bottom: 0px;
        padding-top: 10px;
        font-size: 1.15rem;
    }

    .menu .menu-box-flag .menu-box-body 
    {
        padding-top: 5px;
        padding-left: 25px;
        padding-right: 25px;
        width: 160px;
        min-height: 30px;
        background-image: url('../media/menu/menu-bg-middle1250.png');
        background-repeat: repeat-y;
    }
    
    .menu .menu-box-flag .menu-box-body i 
    {
        font-size: 0.7rem;
        width: 0.9rem;
    }

    .menu .menu-box-flag .menu-box-body nav ul 
    {
        margin-bottom: 0px;
        padding-left: 5px;
    }

    .menu .menu-box-flag .menu-box-body nav ul li 
    {
        list-style: none;
    }

    .menu .menu-box-flag .menu-box-body nav ul li a 
    {
        color: #cd853f;
    }

    .menu .menu-box-flag .menu-box-body nav ul li a:hover 
    {
        color: rgba(205, 134, 63, 0.8);
        text-decoration: none;
    }

    .menu .menu-box-flag .menu-box-body nav ul li a:active 
    {
        color: rgba(173, 103, 33, 0.8);
    }

    .menu .menu-box-flag:after
    {
        content: ' ';
        background-image: url('../media/menu/menu-bg-bottom1250.png');
        width: 160px;
        height: 63px;
        margin-top: -15px;
        display: block;
    }
    
    .menu .menu-box-flag .menu-box-body.login-form 
    {
        font-size: 0.75rem;
    }

    .menu .menu-box-flag .menu-box-body.login-form .form-group:last-child 
    {
        margin-bottom: 0px;
    }

    .menu .menu-box-flag .menu-box-body.login-form .form-control
    {
        font-size: 0.7rem;
    }
}

.menu .menu-box-flag .menu-box-body.login-form label
{
    margin-bottom: 4px;
}

.menu .menu-box-flag .menu-box-body.login-form .form-group
{
    margin-bottom: 10px;
}

.menu .menu-box-flag .menu-box-body .menu-box-nonlink-header {
    cursor: pointer;
}


/* ---------- DROBEČKOVÁ NAVIGACE --------- */

ol.breadcrumb
{
    background: none;
    padding: 0px;
    font-size: 0.7rem;
}

ol.breadcrumb li.breadcrumb-item.active
{
    color: rgba(205, 134, 63, 0.7);
}

.breadcrumb-item+.breadcrumb-item::before
{
    color: rgba(205, 134, 63, 0.7);
}


/* ---------- INVENTÁŘ ---------- */

.inventory-content .inventory-head
{
    min-height: 6.25rem;
}

.inventory-content .inventory-head-left
{
    float: left;
    font-weight: 600;
    font-size: 0.85rem;
    color: rgba(205, 134, 63, 0.7);
}

.inventory-content .inventory-head-left i
{
    color: rgba(205, 134, 63, 0.6);
    font-size: 0.75rem;
    width: 0.85rem;
}

.inventory-content .inventory-head-right
{
    float: right;
}

.inventory-content .inventory-head-right h4
{
    color: rgba(205, 134, 63, 0.8);
    font-size: 1rem;
    text-align: right;
}

.inventory-content .inventory-head img
{
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    width: 3.125rem;
    height: 3.125rem;
}

.inventory-avatar img
{
    width: 124px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    position: relative;
    top: -195px;
    left: 70px;
    z-index: 1;
}

#InvAvatar
{
    margin-bottom: -130px;
}

.invetory-on-me{
   width: 60px;
    height: 60px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    z-index: 5;
    position: absolute; 
}

.inventory-hat
{    
    margin-top: -260px;
    margin-left: 5px;
}

.inventory-bodies
{
    margin-top: -195px;
    margin-left: 5px;
}

.inventory-legs
{
    margin-top: -130px;
    margin-left: 5px;
}

.inventory-shues
{
    margin-top: -65px;
    margin-left: 5px;
}

.inventory-left-hand
{
    margin-top: -65px;
    margin-left: 70px;
}

.inventory-both-hands
{
    margin-top: -65px;
    margin-left: 135px;
}

.inventory-right-hand
{
    margin-top: -65px;
    margin-left: 200px;
}

.inventory-lring
{
    margin-top: -65px;
    margin-left: 265px;
}

.inventory-mittens
{
    margin-top: -130px;
    margin-left: 200px;
}

.inventory-belt
{
    margin-top: -195px;
    margin-left: 200px;
}

.inventory-wand
{
    margin-top: -260px;
    margin-left: 200px;
}

.inventory-cloak
{
    margin-top: -260px;
    margin-left: 135px;
}

.inventory-necklace
{
    margin-top: -260px;
    margin-left: 70px;
}

.inventory-pring
{
    margin-top: -130px;
    margin-left: 265px;
}

.inventory-item{
    border: 1px solid;
    border-radius: .2rem;
}
.iventory-item-bottom-drag
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.inventory-items-all{
    width: 100%;
    min-height: 380px;
}

.avatar-inventory-big img {
    width: 124px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    position: relative;
    top: -195px;
    left: 70px;
    z-index: 1;
    max-height: 124px;
    max-width: 124px;
}

.avatar-inventory-small img {
    max-height: 50px;
    max-width: 50px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    width: 3.125rem;
    height: 3.125rem;
}

.inventory-inline-avatar{
    cursor: pointer;
    margin-left: 5px;
}
.inventory-line-avatar{
    float: right;
    display: flex;
}

.avatar-fight-big img {
    width: 124px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    z-index: 1;
    max-height: 124px;
    max-width: 124px;
}

.avatar-fight-small-inline{
    display: inline-block;
}

.avatar-fight-small-inline img {
    max-height: 50px;
    max-width: 50px;
    border: 1px solid rgb(205, 134, 63);
    border-radius: .2rem;
    width: 3.125rem;
    height: 3.125rem;
}




/* ---------- Souboják ---------- */


/* ---------- ITEMY ---------- */

.item-transparent img
{
    border: 1px solid rgba(205, 134, 63, 1);
    border-radius: .2rem;
    max-width: 60px;
    background: linear-gradient(315deg, black, #663300 125%); 
}

/* ---------- FORM INPUT ---------- */

.form-input
{
  height: calc(1.5em + 0.5rem + 2px);
  color: rgba(205, 134, 63, 1);
  background-color: rgb(0, 0, 0);
  background-clip: padding-box;
  border: 1px solid rgba(205, 134, 63, 0.75);
  border-radius: 0.2rem;
  line-height: 1.0;
  padding: 0.25rem 0.5rem;
}

.form-input:hover
{
  background-color: rgba(34, 19, 7, 1);
  border: 1px solid rgba(205, 134, 63, 1);
  transition: all 500ms ease;
}

/* ---------- SEARCH INPUT ---------- */

.search-input
{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.search-btn
{
    margin-top: -5px;
    height: 31px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cross-modal-window-close
{
    float: right;
    padding-top: 4px;    
}


.base-modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -175px;
    width: 806px;
    height: auto;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

.upgrade-modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -175px;
    width: 806px;
    height: auto;
    background-color: #000000;
    border: 3px double #cd853f;
    z-index: 101;
}

.base-modal-window-header {
    border: 0px dotted red;
    font-size: x-large;
    font-weight: bold;
    font-variant: small-caps;
    padding: 5px 20px 5px 20px;
    text-align: center;
}

.upgrade-modal-window-header {
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 17pt;
    padding-bottom: 0.2rem !important;
    color: rgb(231,198,165);
    margin-bottom: 1rem !important;
    border-bottom: 1px solid rgba(205, 134, 63, 0.35);
    padding-top: 0.2rem !important;
    width: 700px;
    height: 3rem;
    margin: 0 auto;
    position: relative;
}

.upgrade-detail-description{
    padding: 10px;
    background-color: rgba(33, 20, 7, 0.5);
    text-align: justify;
    width: 500px;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
}

#btn-upgrade-detail{
    margin-bottom: 10px !important;
    margin-left: 10px !important;
}

.upgrade-detail-resource-row{
    text-align: center;
}

.upgrade-detail-close{
    margin-left: 0.3rem;
    color: rgb(205,133,63);
    width: 20px;
    right: -40px;
    position: absolute;
    top: 0px;
}

.base-modal-window-body {
    border: 0px dotted silver;
    padding-top: 15px;
    background-color: rgba(34, 19, 7, 1);

}

.base-modal-window-body textarea{
    margin-left: 20px;
    width: 95%;
    height: 139px;
}

.base-modal-window-body button{
    margin-top: 5px;
    justify-content: center;
    margin-left: 40%;
    margin-bottom: 8px;
}
