/*HTML*/
html{
    background: url("../img/montain.png") no-repeat center fixed;
    -webkit-background-size: cover;
    margin:0;
    padding:0;
    height:100%;
    user-select : none;
}

/*BODY*/
body{
    background: transparent;
    height: 100%;
}

/* FONTS */
.font-lobster{
    font-family: 'Lobster', cursive;
}
.font-knewave{
    font-family: 'Knewave', cursive;
}
.font-khmer{
    font-family: 'Khmer', cursive;
}
.font-galada{
    font-family: 'Galada', cursive;
}

/* HEADER */
header{
    background: #464141;
    padding: 5px;
    margin-bottom: 30px;
    color: #ffffff;
}

#headerMoneyOres{
    background-color: #fff;
    color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
}

.headerDiv{
    padding: 5px;
}

#money{
    border-right:1px solid #000000;
}

section{
    display: inline-block;
}

#cartImg, #minorsImg{
    width:25px;
}

/* SECTION */
.start-game{
    display: block;
    /*height: 100%;*/
    width: 154px;
    position: relative;
    margin: auto;
    top: 370px;
}
.mid-game{
    display: none;
    height: 100%;
}


#rock{
    width: 150px;
    margin:auto;
    position: relative;
}

#img_rock{
    width: 200px;
    cursor: url("../img/pickaxe_right.png"), pointer;
    top: 50%;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#zones{
    border:1px solid red;
}

.ore{
    width:32px;
}

.ingots{
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    display: inline-block;
}

.ingots_small{
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.gold_ore{
    background-image: url("../img/ores/gold_ore_base.png");
}

.silver_ore{
    background-image: url("../img/ores/silver_ore_base.png");
}

.bronze_ore{
    background-image: url("../img/ores/bronze_ore_base.png");
}

.inline_ores{
    display: inline-block;
}


.displayNone{
    display:none;
}

.hutPlaced{
    width: 50px;
    display: inline-block;
}

.container-fuild, .row{
    height: 100%;
}

.height50{
    height: 50%;
}

.hutDivGlobal, .autoclickDivGlobal, .multipleDivGlobal, .cartDivGlobal{
    display: none;
    padding: 10px;
}

.table-update{
    background-color: #8c8686;
    color: #ffffff;
    cursor: not-allowed;
    border-bottom: 1px solid #464141;
}


.table-update:last-child{
    border-bottom: 0;
}

.table-update_active{
    background-color: #ffffff;
    color: #000000;
    cursor: pointer;
}
.table-update div,
.table-update_active div{
    font-family: 'Lobster', cursive;
    font-size: 20px;
    color: #5f4010;
}
.table-update div{
    opacity: 0.8;
}
.table-update_active div{
    opacity: 1;
}


.little-rock{
    display: block;
    position: fixed;
    height: 10px;
    width: 8px;
    background-repeat: no-repeat;
    background-size: 8px;
    top: 50%;
    left: 50%;
    cursor: url("../img/pickaxe_right.png"), pointer;
}