/****************************************************************************/
/**************************** Algemene Opmaak *******************************/
/****************************************************************************/
html {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	height:100%;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #95BEE6;
	margin: 0;
	padding: 0;
	color: #000;
	/*
	background-image: url(http://www.antwerpsupporter.be/v2/images/gbacktop.gif);
	background-repeat: repeat-x;
	background-position:top;
	*/
	height:97%;
	padding-bottom:30px;   /* Height of the footer */
}

.container { /* This fixed width container surrounds all other divs */
	width: 960px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border: solid 1px #FF0000;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	/*overflow: hidden; /* this declaration makes the .container understand where the floated columns within ends and contain them */
	min-height: 100%;
	position: relative;
}

.footer { /* The footer styles */
	padding: 10px 0;
	background-color: #F9F7F6;
	position: absolute; /* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top-color: #FCC;
	border-top-style: dashed;
	border-top-width: 1px;
	bottom: 0px;
	width: 100%;
	height: 30px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link { /* Styling for your site's links must remain in this order - including the group of selectors that create the hover effect */
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.footer { /* The footer styles */
	padding: 10px 0;
	background-color: #F9F7F6;
	position: absolute; /* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top-color: #FCC;
	border-top-style: dashed;
	border-top-width: 1px;
	bottom: 0px;
	width: 100%;
	height: 30px;
}

.rlink { /* Miscellaneous website definitions */
	font-size:10px;
	color:black;
	padding:  3px 7px 3px 7px;
}

.items {
	font-size:10px;
	display:inline;
	padding:  3px 7px 4px 7px;
}

/****************************************************************************/
/******************* Opmaak invoerformulieren beheerszone *******************/
/****************************************************************************/
.admintable {
  /* font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
  border-collapse: collapse;
}

.admintable td, .admintable th {
  border: 1px solid #ddd;
  padding: 8px;
}

.admintable tr:nth-child(even){background-color: #f2f2f2;}

.admintable tr:hover {background-color: #ddd;}

.admintable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #A7D6F1;
  color: white;
}

.admintable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#admintable2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#admintable2 td, #admintable th {
  border: 1px solid #ddd;
  padding: 8px;
}

/*#admintable2 tr:nth-child(even){background-color: #f2f2f2;}*/

/*#admintable2 tr:hover {background-color: #ddd;}*/

#admintable2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #A7D6F1;
  color: white;
}

input[type=text] {
  width: 97%;
  padding: 6px 15px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

textarea {
  width: 97%;
  height: 150px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
  font-size: 16px;
  font-family: "Verdana", Times, serif;
}

#verslagtekst {
  width: 97%;
  height: 500px;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: vertical;
  font-size: 16px;
  font-family: "Verdana", Times, serif;
}

/*
#news-add {
  width: 97%;
  height: 250px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
*/

select {
  padding: 2px;
  border-radius: 5px;
  border: 2px solid #888888;
  background-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.18);
  font-size: 14px;
  /*height: 25px;*/
}

input[type="password"]
{
  width: 90%;
  padding: 8px 20px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

#user-login {
  width: 50%;
  background-image: url(../images/icon-username.png); 
  background-repeat:  no-repeat; 
  background-position: 3px 5px;
  text-align: center;
  padding: 8px 20px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

#user-pw {
  width: 50%;
  background-image: url(../images/icon-password.png); 
  background-repeat:  no-repeat; 
  background-position: 3px 5px;
  text-align: center;
  padding: 8px 20px;
  margin: 6px 0;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
/*
#titel-input input[type="text"] {
  width: 100%;
  padding: 8px 10px;
  margin: auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  /*border-radius: 4px;*/
/*  font-size: 14px;
}
*/
#lengte {
  width: 20%;
  padding: 8px 20px;
  margin: auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

#gewicht {
  width: 20%;
  padding: 8px 20px;
  margin: auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

fieldset {
  float: left;
  width: 96%;
  border:2px solid #ccc;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;	
}
  
fieldset legend {
  font-size: 16px;
}

.titel-input fieldset {
  float: left;
  /*width: 46%;*/
  border:2px solid #ccc;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;	
  border-radius:8px;	
}

/* Opmaak sliders*/

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 24px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: red;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
  /*background-color: #2196F3;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.nieuwstitel {
	color: #09C;
	font-size: 14px;
	text-align: left;
	padding-left:10px;
	font-family: Verdana, Geneva, sans-serif;
}

.small-black-text {
	color: #000000;
	font-size: 10px;
	text-align: left;
	padding: 5px 0 0 20px;
}

/* Scorebord Matchfiche */
div.score {
	width: 680px;
	height: 100px;
	background: url(http://www.antwerpsupporter.be/v2/images/backgrounds/match-score-bg.gif) no-repeat center top;
	position: relative;
	margin: 10px 0 19px;
}

div.score div.team {
	width:380px;
	position:absolute;
	top:8px;
	left:350px;
}
div.teamhome{
	width: 280px;
	position: absolute;
	top: 8px;
	left: 0px;
	text-align: center;	
}
div.teamhome div.teamLogo {
	left: 85px;
}

div#right-column div.score {
	height:53px;
	margin-bottom:34px;
}
div#right-column div.score div.team {
	width:230px;
	left:370px;
}
div#right-column div.score div.team h3 {
	font-size:14px;
}
div.score div.teamLogo {
	position:absolute;
	top:60px;
	right:140px;
}
div.score div.home div.teamLogo {
	left: 20px;
}
div.score div.home, div#right-column div.score div.home {
	left:80px;
}
div.score h3 {
	color: #FFF;
	font-size: 18px;
	font-family: 'Verdana, Arial', sans-serif;
	line-height: 36px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
div.score div.home h3 {
	text-align:left;
}
div.score div.result {
	width:138px;
	height:63px;
	position:absolute;
	top:-6px;
	left:50%;
	margin:0 0 0 -69px;
	background:url(http://www.antwerpsupporter.be/v2/images/backgrounds/score-result-bg.gif) repeat-x;
	color:#FFF; text-align:center; line-height:63px; font-size:36px; font-family:'Verdana, Arial', sans-serif; text-shadow:0 1px 0 #000;
	border:1px solid #000; border-radius:2px;
}

span.a {
  display: inline; 
}

div.score div.result p.matchTime {
	line-height: 25px;
	width: 260px;
	position: absolute;
	left: -80px;
	top:70px;
}
div.score div.result p.matchTime span {
	display:inline-block;
	height:25px;
	background-color:#1e1e1e;
	border:1px solid #1e1e1e; border-radius:3px;
	font-size:16px;
	line-height:25px;
	padding:0 8px;
	-moz-box-shadow:inset 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
}
div.score div.result p.matchTime2 {
	line-height: 25px;
	width: 260px;
	position: absolute;
	left: -80px;
	top: 105px;
}
div.score div.result p.matchTime2 span {
	display:inline-block;
	height:25px;
	background-color:#1e1e1e;
	border:1px solid #1e1e1e; border-radius:3px;
	font-size:16px;
	line-height:25px;
	padding:0 8px;
	-moz-box-shadow:inset 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
}
div.score div.result p.matchTime3 {
	line-height: 25px;
	width: 280px;
	position: absolute;
	left: -90px;
	top: 139px;
}
div.score div.result p.matchTime3 span {
	display:inline-block;
	height:25px;
	background-color:#1e1e1e;
	border:1px solid #1e1e1e; border-radius:3px;
	font-size:16px;
	line-height:25px;
	padding:0 8px;
	-moz-box-shadow:inset 0 0 1px #fff;
	-webkit-box-shadow:inset 0 0 1px #fff;
	box-shadow:inset 0 0 1px #fff;
}

.clear{
	clear:both;
	font-size:0;
	line-height:0;
}

/* Pagina Kernspelers */

.pic-elftal {
	height: 341px;
	width: 570px;
	overflow: hidden;
	border: 10px solid white;
	-webkit-box-shadow: 5px 5px 5px #999;
	box-shadow: 5px 5px 5px #999;
	padding: 0 0 0 0;
}

.pic-port {
	height: 150px;
	width: 100px;
	overflow: hidden;
	border: 10px solid white;
	-webkit-box-shadow: 5px 5px 5px #111;
	box-shadow: 5px 5px 5px #111;
	float: left;
	padding: 0 0 0 0;
}
.pic-port:hover {
  cursor: pointer;
}

.morph {
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.morph:hover {
  border-radius: 50px;
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

a.portrettext {
    position: relative;
    width: 55px;
    text-decoration: none !important;
    text-align: center;
}
a.portrettext:after {
	content: attr(title-data);
	position: absolute;
	left: 0;
	bottom: 3px;
	padding: 0.5em 10px;
	width: 80px;
	background: rgba(0,0,0,0.6);
	text-decoration: none !important;
	color: #fff;
	opacity: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a.portrettext:hover:after, a.portrettext:focus:after {
    opacity: 1.0;
	text-align:center;
}

.content {
	padding: 10px 0;
	width: 680px;
	float: left;
	padding-bottom: 50px;
}

.sidebar2 {
	float: left;
	width: 280px;
	background-color: #EEEEEE;
	padding: 5px 0;
	margin-top: 28px;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.red-header {
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url("css_menu/mainbk.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #FF0000;
	border-radius: 10px;
	border-style: dashed;
	border-color: #666;
	border-width: 1px;
	margin: 18px 10px 18px 18px;
}

.red-header-double {
	height: 50px;
	line-height: 25px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url("css_menu/mainbk.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #FF0000;
	border-radius: 10px;
	border-style: dashed;
	border-color: #666;
	border-width: 1px;
	margin: 18px 10px 18px 18px;
}

.grey-header {
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url("css_menu/mainbk.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #666666;
	border-radius: 10px;
	border-style: dashed;
	border-color: #666;
	border-width: 1px;
	margin: 18px 10px 18px 18px;
}

.logo-grey-header {
	line-height: 25px;
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-image: url("css_menu/mainbk.png");
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #666666;
	border-radius: 10px;
	border-style: dashed;
	border-color: #666;
	border-width: 1px;
	margin: 18px 10px 18px 18px;
	padding: 10px 0 10px 0;
}

/* Error messages */

.errors {
  display: inline-block;
  border: 2px solid red;
  color: red;
  padding: 1em;
  margin-bottom: 1em;
}

.errors ul {
  margin-bottom: 0;
  padding-left: 1em;
}


/* Session Messages */

.message {
  color: #0055DD;
  background: white;
  border: 2px solid #0055DD;
  padding: 1em 15px;
  margin: 1em 30px;
  width: 890px;
}