body{
    background-color: rgba(133,133,133,0.2);    
    background: url(../images/01.jpg) no-repeat top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
    font-family: Verdana, Geneva, sans-serif;
}

.headerText{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    display: block;
}

.row{
 margin-bottom: 20px;   
}

.withBackground{
    width: 60vw;
    background-color: white;   
    margin-left: auto;
    margin-right: auto;
}

.container{

    width: 70vw;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0px 2px 10px gray;
    margin-bottom: 20px;
}

.NavRow{
    /*background-color: #1B5E20;*/
    background-color:  rgb(121, 90, 70);   
    color: white;
}
.NavRow a,
.NavRow a:hover,
.NavRow a:visited{
    color: white;   
}

.HeaderRow{
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,.1);
    margin-bottom: 20px;
    color: white;
}

.navbar{
    margin-top: 0px;
    margin-bottom: 0px;

}
.dropdown-menu,
.dropdown-menu a,

.dropdown-menu a:visited{
   background-color:  #422918;   
    color: white;
}

.navbar-nav{
    float:right;
    font-weight: bold;
    font-size: 12pt;
}

.navbar-nav > .active{
    /*background-color: #A5D6A7;*/
    background-color: #b4a5a1;
}

.navbar-nav li a:hover{
    /*background-color: #A5D6A7;*/
    background-color: #b4a5a1;
    color:  white;
}

.fixed {
	position: fixed; 
	top: 0; 
	height: 50px; 
	z-index: 1;
    width: 70vw;
    margin-bottom: 20px; 
}

.FooterRow{
    background-color: rgb(121, 90, 70); 
    color: white;
    padding:5px;
    margin-bottom: 0px;
}

.footerLogo{
    max-width: 100px;
    margin: auto;
    background-color: white;
    padding: 5px;
}

.linkstyle:link,
.linkstyle:visited,
.linkstyle:hover,
.linkstyle:active,
.linkstyle{
    text-decoration: none;
    color: white;
}

.linkstyleDark:link,
.linkstyleDark:visited,
.linkstyleDark:hover,
.linkstyleDark:active,
.linkstyleDark{
    text-decoration: none;
    color: black;
}
.headerLogo{
    max-height: 200px;
    margin: 0 auto;
}

.mainIcon i{
    font-size: 7em;
    display: block;
    color: rgb(121, 90, 70);
}
.mainIconText{
    display: block;
    font-size: 1.5em;
}

.RecommendationsRow{
    
}
.recomProductItem{
    margin: 0 auto;
    display: block;
    
}

.recomProductItem > div{
    background-color: rgba(255,255,255,1);
    box-shadow: 4px 1px 10px gray;
    
}

.recomProductItemPic{
    height: 150px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}
.recomProductItemPic img{
    height:  100%;
    margin: 0 auto;
}
.recomProducText{
    line-height: 50px;
}
#itemPic{
    max-width: 200px ;  
    max-height: 130px ;  
}
.uploadPic > img,
.uploadPic > input{
    margin: 0 auto;
}
.uploadPic > img{
    margin-bottom: 20px;
}

.itemContainer{
   
}
.productItem{
    
     padding: 10px;
}
.productItemBorder{
    padding-left: 0px;
    padding-right: 0px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 4px 4px 10px gray;
    border: 1px solid gray;
    overflow: hidden;
}
.productTitle {
    font-size: 1.2em;
    font-weight: bold;
    height: 40px;
    background-color: rgb(121, 90, 70);
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}
.productPic{
    height: 150px;
    margin: 0 auto;
}
.productDesc{
    height: 100px;
}
.productPrice{
    font-size: 1.2em;
    font-size: bold;
    height: 50px;
}
.productType{
    height: 50px;
}
.productBuyBtn,
.productInfoBtn{
    height: 50px;
}

.productBuyBtn input,
.productInfoBtn input{
    margin: 0 auto;
    width: 100px;
}

.productBuyBtn{
    margin: 0 auto;
}
.searchBoxContainer{
    margin: 0 auto;
    margin-bottom: 20px;
} 
.productBtn{
    background-color:  rgb(121, 90, 70);
    color: white;
    box-shadow: 1px 1px 7px gray;
}
.productBtn:hover{
    box-shadow: 1px 1px 2px gray;
    color: white;
}
.hiddenFields{
    visibility: hidden;
}
.filterContainer div > div{
    padding-left: 0px;
    padding-right: 0px;
}
.filterContainer input,
.filterContainer select
{
    width: 100%;
    height: 30px;
}
.searchBoxContainer{
    width: 100%; 
}
.adminKachel{
    padding: 10px;
    background-color: rgb(121, 90, 70); 
    color: white;
    height: 120px;
    font-size: 14pt;
    line-height: 100px;
    cursor: pointer;
}
.deleteBtn,
.updateBtn{
    cursor: pointer
}
.deleteBtn:hover{
    color:red;
}
.updateBtn:hover{
    color:green
}