@charset "utf-8";
/* CSS Document */

   /* Style tab links */
    .tablink {
      background-color: #555;
      color: white;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      font-size: 17px;
      width:50%;
    }
    
    .tablink:hover {
      background-color: #777;
    }
    
    /* Style the tab content (and add height:100% for full page content) */
    .tabcontent {
      color: #000;
	  background-color:#ebebeb;
	  height:100%;
      display: none;
      padding-top:70px;
	 
      }
    
    #gegevens {background-color: #ebebeb;}
    #zoeken {background-color: #ebebeb;}
    /*#instellingen {background-color: #ccc;}*/
	
	.zoekveld {
		background-color : #fff; 
	}
	/*the container must be positioned relative:*/
	.autocomplete {
	  position: relative;
	  display: inline-block;
	  overflow:scroll;
	}
	
	input {
	  border: 1px solid transparent;
	  background-color: #f1f1f1;
	  padding: 10px;
	  font-size: 16px;
	}
	
	input[type=text] {
	  background-color: #f1f1f1;
	  width: 60%;
	}
	
	input[type=submit] {
	  background-color: DodgerBlue;
	  color: #fff;
	  cursor: pointer;
	}
	#aanwijzing {
	background: #fff;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 10px;
	border-radius: 3px;
	width: 120px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	font-family: 'Open Sans', sans-serif;
	}