* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	background: #eaeaea;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
.container {
	width: 1000px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}
.header {
	padding: 10px;
}
.main_title {
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
}
.content {
	padding: 10px;
	min-height: 100px;
}
.footer {
	padding: 10px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/* zoek opmaak */

.label_div {
	/*width: 120px;*/
	float: left;
	line-height: 28px;
}
.gegeven_div {
	/*width: 350px;*/
	float: left;
	//line-height: 28px;
}
.input_container {
	/*height: 30px;*/
	/*float: left;*/
}
.input_container input {
	height: 20px;
	width: 230px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.input_container ul {
	width: 295px;
	top:5px;
	border: 1px solid #eaeaea;
	/*position: absolute;*/
	/*z-index: 0;*/
	background: #f3f3f3;
	list-style: none;
}
.input_container ul li {
	padding: 2px;
}


.input_container ul li.overleden {
    background-color:black;
    color:white;
}

.input_container ul li.overleden:hover {
    background-color:black;
    color:white;
}

.input_container ul li:hover {
	background: #eaeaea;
}
#id_gegeven_set {
	display: none;
}
#closedheader a{
  text-decoration: none;
  font-weight:bold;
  //width:300px;
}
#closedheader a:hover{
  text-decoration: none;
  font-weight:bold;
  //width:300px;
}
#openedheader a{
  text-decoration: none;
  font-weight:bold;
  //width:300px;
}
#openedheader a:hover{
  text-decoration: none;
  font-weight:bold;
  //width:300px;
}
#sportlink_div {
	//width: 600px;
	float: center;
	//line-height: 28px;
}
#gegevens_1_div {
	//width: 350px;
	float: center;
	//line-height: 28px;
}
#gegevens_2_div {
	width: 350px;
	float: center;
	//line-height: 28px;
}
#add_div {
	//width: 350px;
	float: center;
	top:-50px;
}
 .rediconcolor {color:red;}
 .greeniconcolor {color:darkgreen;}
 .blueiconcolor {color:blue;} 
 .darkblueiconcolor {color:darkblue;} 
 .whiteiconcolor {color:white;}  
 
//.popover  {
//background: tomato!important;
//}
//.popover.bottom .arrow:after {
//  border-bottom-color:tomato;
//}

 
@media screen and (min-width: 450700px) {
	#myModal .modal-dialog  {width:450px;}
}

.modal-header {
border-top:1px solid white;
border-left:1px solid white;
border-right:1px solid white;
text-align: left;
font-size: 23px;
color: darkblue;
background-color: white;
border-bottom:0px;}


.modal-body {
text-align: left;
font-size: 16px;
font-family:arial;
line-height:22px;
color: darkblue;
background-color: white;
border-bottom:0px;
}