/* you are not allowed to remove the TimeTronics logo, unless you have explicit permission from TimeTronics (info@timetronics.be) */
#copyright {
	margin: 30px;
	padding: 0px;
	background: url(../images/copyright_logo.png) top left no-repeat;
	height: 60px;
	width: 181px;
}
#copyright a {
	display: block;
	width: 100%;
	height: 100%;
}
#copyright a:hover {
	background-color: transparent!important;
}

#version{
	display: none;
}


.rounds{
  overflow:auto;
  display:none;
  position:relative;
}

/* Scheduletable */
.scheduletable{
	background-color:white;
	width:100%;
	border-collapse:collapse;
	border: 1px solid lightgray;
}

.scheduletable table{
	border: 1px solid lightgray;
}

.scheduletable td{
	background-color:white;
	text-align: left;
	border-bottom: 1px solid lightgray;
	padding: 5px 5px;
}

.scheduletable th{
	background-color: #FF8C00;
	text-align: left;
	color: white;
	padding: 5px 1px;
}

/********************
  Style results-div
********************/
#content_results_inner th
{
	background-color: #FF8C00;
	text-align: center;
	color: white;
	padding: 5px;
}

#content_results_inner td
{
	background-color: white;
	text-align: left;
	border-bottom: 1px solid lightgray;
	padding: 5px;
}

#content_results_inner td a {
	display: block;
	color: inherit;
	text-decoration: none
}

#content_results_inner td.eventname:hover {
	background-color: lightgrey;
}

/************
  Heattable
************/
/* Hide/show table-columns */
.heattable{
	width:100%;
	border-collapse:collapse;
}


.heattable td{
	border-top: 1px solid #ddd;
	padding: 0px 5px;
}

.place{
	display:table-cell;
	text-align: center;
	border-right: 1px solid #ddd;
}

.lane{
	display:table-cell;
	text-align: center;
	border-right: 1px solid #ddd;
}

.bib{
	display:table-cell;
	text-align: center;
	border-right: 1px solid #ddd;
}

.name{
	display:table-cell;
	text-align: left !important;
}

.date{
	display:table-cell;
	text-align: right;
}

.team{
	text-align: center;
	display:none;
}

.club{
	display:table-cell;
	text-align:center;
}

.result{
	display:table-cell;
	text-align: right;
	border-left: 1px solid #ddd;
}

.attempt,.height{
	display:table-cell;
	border-left: 1px solid #ddd;
}

td.height, td.attempt{
	background-color:lightgrey!important;
}
td.jumpoff, th.jumpoff {
	background-color:#5CA0D6!important;
	color: white!important;
	font-style: italic;
}

#photofinish_image img {
	width: 25%;
	height: 25%;
}

#competition_name h2 {
	text-align: center;
	text-decoration: underline;
	color: #000000;
}


html {
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 480px;
}

body {
	font-family: "Open Sans",sans-serif;
    box-sizing: border-box;
    margin: 0px;
}

#header {
    background-color: #FFFFFF;
    color: white;
    margin: 0px;
    padding-left: 5%;
	width: 0%;
}

#header #header-image {
	
	position: relative;
	margin-left: auto;
	margin-right: auto;
 	width: 1050px;
	height: 150px;
	
	background-image: url(../images/Header/headerimage123.png);
	background-repeat: no-repeat;
	
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}
#header a:hover {
	background-color: transparent!important;
}

/* #leinster {
	margin: 30px;
	padding-left: 0px;
	background: url(../images/leinster.png) top left no-repeat;
	height: 234px;
	width: 234px;
}
#leinster a {
	display: block;
	width: 100%;
	height: 100%;
}
#leinster a:hover {
	background-color: transparent!important;
} */


#content {
	padding: 15px;
}
#menu-button {
	display: none;
}

#menu_results {
	float: left;
	width: 300px;
}

#menu_results .event {
    background-color: #FF8C00;
    color: white;
    margin: 0px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#menu_results .event:hover {
    background-color: lightgrey;
	color: #214C7F;
}

#menu_results .teampoints, #menu_results .schedule {
    background-color: #FF8C00;
    color: white;
    margin: 0px;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#menu_custom {
/*    background-color: white;
	border: 2px solid black;
    color: black;
    margin: 0px;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: 20px;*/
}

#menu_custom a.menulink:hover {
	background-color: lightgray;
}

#menu_results br {
	line-height: 0px;
	display: none;
}

a.menulink, a.menueventlink {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

a.menulink {
	font-size: 1.1em;
}

a.menueventlink {
	font-size: 0.9em;
	padding-left: 20px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a.menueventlink:hover {
    background-color: lightgrey;
	color: #214C7F;;
}

#menu_results_table {
	margin-bottom: 40px;
}

#content_results {
    margin-left: 340px;
}

.content_round, .content_heat {
	border: 1px solid lightgray;
}

.content_round {
	padding: 10px;
}

.shadetabs li a {
	color: black;
	border: 1px solid lightgray;
}

.shadetabs li a.selected {
	color: white;
	background-color: #FF8C00;
}

#footer {
	background-color: #FF8C00;
	color: #FFFFFF;
	padding: 4px;
	height: 40px;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer span.left {
	float:left;
	width:20%;
	text-align: left;
}
#footer span.right {
	float:right;
	width:20%;
	text-align: right;
}
#footer span.middle {
	float: left;
	margin: 0 auto;
	width: 60%;
	text-align: center;
}