.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.tabs{
    min-width:400px;

}

.all {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto 0px;
  padding: 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  opacity: 90%;
}

.lefttd {
    width:30%;
}

.righttd {
    width:70%;
}
body{
	background-image: url(/img/audience.jpg);
	background-position-x: center;
	background-repeat: repeat;
}


form table{
     border-collapse: collapse;
    width: 100%;
}

form table tr td{
    padding: 5px 2px 5px 2px;
    border-bottom:1px solid grey;
}
#senden {
	border-bottom: none;
}

input {
    width:100%;
}

[type="checkbox"] {
	width:20px;
}
[type="date"] {
	width:35%;
}
[type="radio"] {
	width:20px;
}

textarea {
    width:100%;
}

.down-menu {
	text-align:center;
}

#overview {
	width:100%;
}
#overview tr td {
	padding:4px;
}
.down-menu a {
	text-decoration:none;
	color:grey;
}

#edit a{
	border: 1px solid red;
	text-decoration: none;
	color: red;
	padding: 2px;
}

#edit {
	width:100%;
}
#edit tr td {
	padding:4px;
}

#login {
	width:50%;
}

#login tr td {
	border: 0px;
}
#edit .boxl {
	border: 0px solid white;
	color: black;
}

.box1 img{
	margin:3px;
	border: 1px solid black;
}

.imgbox{
	display: flex; 
	display: -webkit-flex; 
	height: 150px; 
	width: 50%; 
}

.imgbox a{
	margin: auto;
}




/* *:focus {
  outline: 1px dotted blue;
} */

.tabs > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  /* border-bottom: 1px solid #ccc; */
  font-size: 0;
}
/*.tabs > ul .indicator {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 20%;
  background: #1E88E5;
  -webkit-transform: translateZ(0) translateX(0);
          transform: translateZ(0) translateX(0);
  transition: all 0.3s ease;
}*/
.tabs > ul li {
  display: inline-block;
  font-size: 14px;
  width: 20%;
height: 32px;
}
.tabs > ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease 0.4s;
  height:100%;
}
.tabs > ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1E88E5;
  -webkit-transform: translateZ(0) translateY(100%);
          transform: translateZ(0) translateY(100%);
  transition: all 0.3s ease 0.3s;
  z-index: -1;
}
.tabs > ul li a[aria-selected] {
  color: white;
}
.tabs > ul li a[aria-selected]:before {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.tabs > section[aria-hidden="true"] {
  display: none;
}