/******************* Stylesheet eurosteelcup.eu *****************/

body {
    background-color: transparent;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
} 

/************************* Inhoud ***********************/

#box1{
    background-color: transparent;
    padding: 0px;
} 

/********************* Kop webpagina ********************/

#box2 {
    background-color: transparent;
    padding: 0px;
    border-bottom-color: #C05B17;
    border-bottom-style: solid;
    border-bottom-width: thin;
}

#header {
    width: 1500px;
    background-color: transparent;
    position: relative;
    height: 144px;
}

.boxlogo {
	background-color: transparent;
	width: 1500px;
	height: 100px;
	display: grid;
	grid-template-columns: 250px 1250px;
  	grid-template-areas: "links rechts";
  	gap: 0px;
}

.beeldmerk {
    background-color: transparent;
    padding: 0px;
    grid-area: links;
    text-align: center;
    overflow: visible;
    height: 100px;
}

.logo {
    background-color: transparent;
    padding: 0px;
    grid-area: rechts;
    height: 100px;
}

#boxmenu {
	text-align: right;
	background-color: transparent;
	width: 1340px;
	height: 44px;
	padding-top: 3px;
}

/* zie tabmenu.css voor het menu gedeelte */


/********************* kolommen gedeelte webpagina ********************/
#box3{
    background-color: #f5f5f5;
    padding: 0px;
    border-bottom-color: #C05B17;
    border-bottom-style: solid;
    border-bottom-width: thin;
    min-height: 460px;
}

#midden{
	padding: 0px;
	background-color: #f5f5f5;
	background-image: url(../img/back_menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 1500px;
}

.werkgebied{
	width: 1240px;
	min-height: 440px;
	text-align: left;
	background-color: transparent;
	position: absolute;
	padding: 10px 0px 10px 10px;
	-webkit-overflow-scrolling:touch; overflow:auto;
}

.tekstbox {
	background-color:rgba(255,255,255,0.9);
	border: 1px solid black;
	height: 380px;
	width: 970px;
	left: 100px;
	top: 30px;
	position: relative;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
}

.geld {
	background-color:rgba(255,255,255,0.9);
	border: 1px solid black;
	height: 380px;
	width: 970px;
	left: 100px;
	top: 30px;
	position: relative;
	padding: 10px 20px 10px 20px;
	font-size: 13px;
}

.geldbutton {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 40px;
  border: 2px solid #000000;
  border-radius: 4px 4px 4px 4px;
  background-color: #d93;
  box-shadow: 0px 0px 2px 0px #333333;
}
.geldbutton:hover {
  border-color: #dd9933;
  background-color: white;
  box-shadow: 0px 0px 2px 0px #333333;
}
.geldbutton .mb-geld	 {
  color: #ffffff;
  font-family: Tahoma;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 12px 0px 0px 0px;
  text-shadow: 0px 0px 0px #505ac7;
}
.geldbutton:hover .mb-geld {
  color: #dd9933;
  text-shadow: 0px 0px 0px #333333;
}

.agenda {
	background-color:rgba(255,255,255,0.9);
	border: 1px solid black;
	height: 400px;
	width: 970px;
	left: 100px;
	top: 30px;
	position: relative;
	padding: 0px 20px 10px 20px;
	font-size: 14px;
}

.bouw{
	width: 220px;
	text-align: center;
	background-color: transparent;
	margin-left: 1040px;
	padding: 50px 10px 10px 10px;
	border: 0px;
}

/*** alleen bij deelnemers ***/
.deelwerkgebied{
	width: 1420px;
	text-align: left;
	background-color: transparent;
	padding: 10px 0px 10px 10px;
	display: table;
	left: 130px;
	vertical-align: text-top;
}

.deeltekstbox {
	background-color:rgba(255,255,255,0.9);
	border: 1px solid black;
	width: 1420px;
	top: 30px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	display: table-cell;
}

.deelbouw{
	width: 220px;
	text-align: center;
	background-color: transparent;
	padding: 50px 10px 10px 10px;
	border: 0px;
	display: table-cell;
}

/*** tabel bouwers ***/
.trhead{
	font-size: 20px;
	font-family: Calibri;
	color: white;
	font-weight: bold;
	background-color: #C05B17;
}
.treven{
	font-size: 18px;
	font-family: Calibri;
	color: black;
	font-weight: bold;
	background-color:rgba(255,255,255,0.6);
}

.troneven{
	font-size: 18px;
	font-family: Calibri;
	color: black;
	font-weight: bold;
	background-color: white;
}

.aanmeld {
	font-size: 10pt;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 3px 25px 5px 25px;
	background-color: #C05B17;
	display: block;
	width: 100px;
	min-height: 16px;
}

.aanmeld:hover {
    color: black;
    font-weight: bold;
    background-color: #1e90ff;
    box-shadow: 2px 2px #888888;
}

.aanmeld_off {
	font-size: 10pt;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 3px 25px 5px 25px;
	background-color: #C05B17;
	display: block;
	width: 100px;
	min-height: 16px;
}

.aanmeld_off:hover {
    color: black;
    font-weight: bold;
    background-color: red;
    background-image: url(../img/stop.png);
    background-repeat: no-repeat;
	 background-size: 24px 24px;
	 background-position: center;
	 -webkit-text-fill-color: transparent;
}

.schietcentrum {
	text-decoration: none;
	color: black;
}

.rotte {
	font-size: 10pt;
	color: yellow;
	font-weight: normal;
	text-decoration: none;
	font-family: Tahoma;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid black;
	padding: 2px 25px 5px 25px;
	background-color: #342C4F;
	width: 170px;
}

.rotte:hover  {
    color: #FF0000;
    background-color: #00ced1;
}

/*** tabel deelnemers ***/
.trdeelhead{
	font-size: 16px;
	font-family: Calibri;
	color: white;
	font-weight: bold;
	background-color: #342C4F;
}
.trdeeleven{
	font-size: 14px;
	font-family: Calibri;
	color: purple;
	font-weight: bold;
	background-color: transparent;
}

.trdeeloneven{
	font-size: 14px;
	font-family: Calibri;
	color: black;
	font-weight: bold;
	background-color: white;
}

/************************ Voetnoot **********************/
#box4{
    background-color: transparent;
    padding: 0px;
    z-index: 999;
} 

#footer {
    width: 1280px;
    height: 60px;
    background-color: #F4F4F4;
} 

.footermenu {
    width: 1280px;
    height: 22px;
    text-align: right;
    background-color: #C05B17;
    padding-top: 2px;
}

.designbanner{
    width: 1280px;
    height: 20px;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
	padding: 4px;
}
/*************************** Inlog box *************************/ 

.tabelbox{
	font-family: Tahoma;
	border: 3px solid black;
	background-color: black;
	font-size: 8pt;
	color: white;
	width: 200px;
	padding: 0px 0px 0px 0px;
}

.inputbox{
	border: 3px solid gray;
	width: 194px;
	padding: 10px 0px 10px 5px;
}

.inputknop{
	border: 3px solid gray;
	width: 194px;
	padding: 10px 0px 10px 5px;
	background-color: #24618E;
	color: white;
	cursor: pointer;
}
.inputknop:hover{
	background-color: #1e90ff;
}

.selectknop {
  position: relative;
}

.selectknop:hover{
	background-color: #1e90ff;
}

.selectknop:after {
  content: '<>';
  font: 20px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 8px;
  /*Adjust for position however you want*/
  
  top: 8px;
  padding: 0 0 2px;
  border-bottom: 2px solid #999;
  /*left line */
  background-color: #24618E;
  background-image: none;
  position: absolute;
  pointer-events: none;
}

.selectknop select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 194px;
  float: left;
  padding: 10px 0px 10px 5px;
  color: white;
  background-color: #24618E;
  background-image: none;
  border: 3px solid gray;
  -ms-word-break: normal;
  word-break: normal;
  cursor: pointer;
}

a.inlogww  {
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;
	height: 30px;
	vertical-align: middle;
	text-align: right;
}

a.inlogww:hover  {
    color: #FF0000;
}

.warning {
	color: red;
	border: 1px solid black;
	text-align: center;
	width: 190px;
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: auto;
}

.teller {
	color: white;
	border: 1px solid black;
	text-align: center;
	width: 170px;
	background-color: black;
	padding: 3px 3px 3px 3px;
	margin: auto;
	font-weight: bold;
}
/*************************** Hoofdmenubalk *************************/ 
a.elkedag  {
    font-size: 10pt;
    color: yellow;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma;
    height: 25px;
    padding: 4px 10px 4px 10px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
    border: 2px solid #999;
    background-color: #C05B17;
}

a.elkedag:hover  {
    color: black;
    background-color: #1e90ff;
}

/*************************** Footermenubalk *************************/ 
a.footermenubalk  {
	font-size: 10pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma;
	height: 10px;
	padding: 3px 5px 2px 5px;
	text-align: center;
}

a.footermenubalk:hover  {
	color: black;
	height: 10px;
}

/*************************** werkblad style *************************/ 

h1.werktekst {
    font-size: 14px;
    color: Navy;
}

h1.werktekstred {
    font-size: 16px;
    color: Red;
}

.tekst{
    font-size: 11px;
}

.tekstgeld{
    font-size: 14px;
}

.tekstdatum{
    font-size: 11px;
    padding-top: 6px;
}

.koptekst{
	font-size: 14px;
	color: #342C4F;
}

.inputverplicht{
	border-color: red;
}

.maxbutton {
  position: relative;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 30px;
  border: 2px solid #000000;
  border-radius: 4px 4px 4px 4px;
  background-color: #d93;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton:hover {
  border-color: #dd9933;
  background-color: white;
  box-shadow: 0px 0px 2px 0px #333333;
}
.maxbutton .mb-text {
  color: #ffffff;
  font-family: Tahoma;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  line-height: 1em;
  box-sizing: border-box;
  display: block;
  background-color: unset;
  position: relative;
  padding: 8px 0px 0px 0px;
  text-shadow: 0px 0px 0px #505ac7;
}
.maxbutton:hover .mb-text {
  color: #dd9933;
  text-shadow: 0px 0px 0px #333333;
}

.uitslag {
	text-align: center;
}

/*************************** Hoofdmenu tabs *****************************/ 
#tabsJ {
   float:left;
   width:100%;
   background:#F4F4F4;
   font-size:90%;
   line-height:normal;
   font: bold 11px/1.5em Verdana;
}

#tabsJ ul {
   margin:0;
   padding: 10px 10px 0 100px;
   list-style:none;
}

#tabsJ li {
	display:inline;
   margin:0;
   padding:0;
}
#tabsJ a {
	float: left;
	background: url(../img/menu/tableftJ.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsJ a span {
	float: left;
	display: block;
	background: url(../img/menu/tabrightJ.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
   float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
   color: red; 
}
#tabsJ a:hover {
   background-position:0% -42px;
}
#tabsJ a:hover span {
   background-position:100% -42px;
}
#tabsJ #current a {
   background-position:0% -42px;
}
#tabsJ #current a span {
   background-position:100% -42px;
   color:#FFF;
}

/* =-=-=-=-=-=-=-[Nieuws]-=-=-=-=-=-=-=- */
#nieuwsbrief {
	position: fixed;
	top: 420px;
	left: 40%;
	z-index: 289;
	text-align: center;
	display: block;
	float: left;
	font-weight: bold;
}
        
/* =-=-=-=-=-=-=-[Cookie]-=-=-=-=-=-=-=- */
#cookies {
	border: 1px solid navy;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 450px;
	position: fixed;
	padding: 5px 15px 5px 15px;
	bottom: 0px;
	right: 100px;
	display: none;
}

#cookies h1 {
	background-color: ActiveCaption;
	font: normal bold 14px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#cookies input {
	width: 120px;
	border: 0px;
	background-color: #9acd32;
	padding: 5px 5px 5px 5px;
	cursor: pointer;
}
#cookies table td {
	font: normal 12px Arial, Helvetica, sans-serif;
}

#cookies a {
	font: normal bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: navy;
}

#cookies a:hover {
	color: red;
	font-weight: bold;
}

.knopver{
	border: 2px solid gray;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 140px;
	padding: 2px 0px 2px 5px;
	background-color: #24618E;
	color: white;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}
.knopver:hover{
	background-color: #1e90ff;
	color: Yellow;
}

.tel1 {
	background-image: url(../img/duimup.png);
	background-repeat: no-repeat;
	background-size: 32px;
	border: 1px solid black;
	cursor: pointer;
	height: 32px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}

.tel2 {
	background-image: url(../img/duim.png);
	background-repeat: no-repeat;
	background-size: 32px;
	border: 1px solid black;
	cursor: pointer;
	height: 32px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}

.tel3 {
	background-image: url(../img/duimdown.png);
	background-repeat: no-repeat;
	background-size: 32px;
	border: 1px solid black;
	cursor: pointer;
	height: 32px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}

.cirkel_nieuws {
	background-color: red;
	height: 17px;
	width: 22px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
   vertical-align: middle;
   position: absolute;
   top: 87px;
   left:170px;
   padding-top: 3px;
} 

.cirkel_wedstrijd {
	background-color: red;
	height: 17px;
	width: 22px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
   vertical-align: middle;
   position: absolute;
   top: 87px;
   left:250px;
   padding-top: 3px;
}

/*************** Taalmenu ***************/

div.taalmenu{
   background-color: transparent;
   padding: 6px 0px 1px 0px;
   font-size: 11px;
   text-decoration: none;
}
.nederlands {
	background-image: url(../talen/img/nl.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	height: 24px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}

.english {
	background-image: url(../talen/img/uk.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	height: 24px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}

.deutsch {
	background-image: url(../talen/img/de.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	height: 24px;
	width: 32px;
	text-decoration: none;
	font-size: 0px;
}


#proces {
	border: 1px solid navy;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 5px 5px 5px 15px;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	margin-left: -100px;
	height: 150px;
	margin-top: -75px;
	display: none;
}


.regelgezet {
	font-size: 10px;
	color: gray; 
}

/*   ------------------Rotte indeling tabel------------------   */
.rottetab table {
	border-collapse: collapse;
	text-align: left;
	width: 850px;
}

.rottetab {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	border: 1px solid #C05B17;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 850px;
   margin-bottom: 20px;
   margin: 0px auto;
}

.rottetab table td, .rottetab table th {
	padding: 3px 3px;
}

.rottetab table thead th {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #C05B17), color-stop(1, #dd9933) );
	background:-moz-linear-gradient( center top, #C05B17 5%, #dd9933 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#C05B17;
	color:black;
	font-size: 16px;
	font-weight: bold;
	border-left: 1px solid #C05B17;
	text-align: center;
}

.rottetab table thead th:first-child { 
 border: none;
 }
 
.rottetab table tbody td {
 	color: black;
 	border-left: 1px solid #dd9933;
 	font-size: 14px;
 	font-weight: normal;
 }
 
.rottetab table tbody .alt td {
 	background: #ffe4b5;
 	color: black;
 }

.rottetab table tbody .althead td {
 	background: #ffd700;
 	color: black;
 	font-weight: bold;
 }
 
.rottetab table tbody td:first-child {
 	border-left: none;
 }
 
.rottetab table tbody tr:last-child td {
	border-bottom: none;
}

.rottetab table tfoot td {
	border-top: 1px solid #dd9933;
	background: #ffd700;
	padding: 4px 10px 4px 0px;
	font-size: 14px;
	text-align: right;
}