@import url(http://fonts.googleapis.com/css?family=Lato);
body{
    margin: 0;
    padding: 0;

    font-family: 'Lato', sans-serif;
}

.btn{
    Border:1px grey solid;
    border-radius:4px;
    text-align:center;
    padding:3px 5px 3px 5px;
    height:25px;
}
.btn:hover{
    background-color:#adadac;
    cursor:pointer;
}
.btnExtra{
    Border:1px grey solid;
    border-radius:10px;
    text-align:center;
    height:20px;
   
}
.btnExtra:hover{
    background-color:#adadac;
    cursor:pointer;
}
.nav{
    font-family: 'Lato', sans-serif;
    height: 45px;
    padding-top:13px;
    background-color: #F2A50D;
    
}
.nav a{
    font-size:24px;
	padding-left:20px;
	padding-right:20px;
    Color:#393469;
	text-decoration:none;
}
.nav a:hover{
	border-bottom:2px solid #393469;
}
.nav a:active{
	color:#CCC;
	border-bottom:2px solid #CCC;
	
}
.login{
    width:35px;
    height:35px;
    margin-top:-4px;
}
.login:hover{
    cursor:pointer;
}
.loginbox{
    margin-left:15px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}


.container{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.content {
    position:relative;
    width:800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FBFBFB;
    padding: 10px 30px 20px 30px;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom:20px;
}

.frietRegel{
   margin-top:5px; 
   height:10px;

}
.addRowBtn{
    background-color:#e6ffec;
    color:#00c90d;
    Border:1px #00c90d solid;
    border-radius:4px;
    width:100%;
    text-align:center;
    height:20px;
}
.addRowBtn:hover{
    background-color:#78fa96;
    cursor:pointer;
}

.frietLijst tr:nth-child(odd) {
  /*background-color: #cfcfcf;
  border-bottom:1px dashed grey;*/
  height:25px;
}

.frietLijst tr:nth-child(even) {
  /*border-bottom:1px dashed grey;*/
  background-color: #f0f0f0;
  height:25px;
}


.frietTabel {
  border-collapse: collapse; 
}
.minus{
    width:15px;
}
.minus:hover{
    cursor:pointer;
}
.popup-container{
    
    margin-top:150px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right:auto;
   width:500px;
   height:auto;
   padding-bottom:15px;
   background-color: #FBFBFB;
  text-align: center;
  border:2px solid grey;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
}

.popup {
    visibility: hidden;
    position: fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    z-index:2;
}
.section{
    border-top:1px grey solid;
    margin-top:20px;
    padding-top:10px;
}
.dateLink{
    text-decoration:none;
    text-decoration:underline;
    Color:#F2A50D;
}
.dateLink:hover{
    cursor:pointer;
    text-decoration:underline;
    color:#e8c37b;
}

.searchable ul{
    position:absolute;
    list-style-type: none;
    border:1px solid grey;
    background-color:white;
    height:200px;
    overflow:hidden;
    overflow-y:scroll;
    z-index:2;
    margin-top:4px;
    margin-left:-2px;
    display:none;
    border-radius:3px;
}
.searchable li{
    margin-left:-40px;
    /*margin-top:2px;*/
    padding:4px;
    padding-left:8px;
    padding-bottom:6px;
}
.searchable li:not(.no-hover):hover{
    cursor:pointer;
    color:grey;
}
.activeli {
    color:grey;
    background-color:#c4c4c4;
}
input{
    height:20px;
}
.prijs:focus {
    outline:none;
}
.prijs[readonly="readonly"], .prijs[readonly]{
    background-color:#FcFcFc;
    border:1px solid grey;
    border-radius:2px;
    height:22px;
}
.prijs {
    border:1px solid grey;
    border-radius:2px;
    height:22px;
    width:96%;
}
.check{
    accent-color: #F2A50D;
}
.check:hover{
    cursor:pointer;
}
.listSelect{
    height:30px;
    width:100px;
    border:1px solid grey;
    border-bottom:0px;
    background-color:#FBFBFB ;
    outline:none;
    border-radius:10px 10px 0 0;
}
.listSelect:hover{
    cursor:pointer;
}
.activeTab{
    background-color:#F2A50D;
}
.qritem{
    
}
.qritem:hover{
    text-decoration:underline;
    cursor:pointer;
}
.qrbox{
    float:right;
    display:none;
    padding:10px;
    border:1px solid grey;
    border-radius:5px;
    background-color:white;
    margin-top:-15px;
}
.qrbox:hover{
    cursor:auto;
}
.zak{
    position: fixed;
    width:100%;
    height:100%;
    z-index:2;
}
.zak-container{
    margin-top:150px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right:auto;
   width:500px;
   height:auto;
   padding-bottom:15px;
   background-color: #FBFBFB;
  text-align: center;
  border:2px solid grey;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    
}



