/*    Site wide    */

body
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding:0;
	margin: 0;
	overflow-x:hidden;
	overflow-y:scroll;
}


/*    4 full width sections   */

#headerbar, #navbar, #mainbar, #footerbar, #xmaslights, #snowflakes
{
	position: fixed;
	width:100%;
}


#headerbar
{
	background-color:#003B67;
	height:8em;
	top:0px;
	z-index:10;
}

#navbar
{
	background-color:white;
	height:2.5em;
	top:8em;
	z-index:10;
}

#mainbar
{
	background-color:#E7E7E7;
	background: url(../images/background.jpg);
	background-repeat:no-repeat;
    background-size: cover;
	top:10.5em;
	bottom:3em;
	height:auto;
	z-index:-1;	
}

#footerbar
{
	height:3em;
	bottom:0px;
	background-color:#003B67;
	z-index:10;
}

#xmaslights
{
	background: url(../images/seasonal/xmaslightstop.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: contain;
	top:0px;
	left:0px;
	z-index:12;
	height:2em;
}
#snowflakes
{
	background: url(../images/seasonal/snowflakes.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-size: contain;
	top:0px;
	left:0px;
	z-index:12;
	height:8em;
	
}


/*    4 narrow content sections   */

#headercontent, #nav, #maininner, #footercontent
{
	width:60%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 55em;
}

#headercontent
{
	position:fixed;
	color: white;
	height:8em;
	background-color:#003B67;
	top:0px;
	z-index:10;
}

#nav
{
	position:fixed;
	height:2.5em;
	background-color: white;
	top:8em;
	z-index:10;
}

#maininner
{
	position:absolute;
	background:rgba(255,255,255,0.8);
	font-size: 1em;
	z-index:8;
	min-height:calc(100% - 13.5em);
	margin-top:10.5em;
	margin-bottom: 3em;
	padding-bottom:2em;
	padding-left:0.5em;
	padding-right:0.5em;
}

#footercontent
{
	position: fixed;
	background-color:#003B67;
	z-index:10;
	bottom:0px;
	color: white;
	height:3em;

}





/*    Header   */

#mainlogo
{
	position:absolute;
	left:30px;
	top:10px;
	max-height: 7em;
	max-width: 35em;
	
}

#scoutlogo
{
	position:absolute;
	right:30px;
	top:10px;
	max-height: 4em;
	max-width: 20em;
	
}

#seventhdron
{
	position:absolute;
	right:30px;
	bottom:10px;
}



/*    Navigation   */

#nav a
{
	text-decoration: none;
	color:black;
}
#nav a:hover
{
	text-decoration:underline;

}


#navbutton
{
	position:relative;
	float:left;
	margin:10px 25px;
	bottom:0px;
	
	
}






/*    Main    */


h1
{
	font-size: 1.5em;
	font-weight:bolder;
	color: #003B67;
	top:1em;
	margin-bottom:2em;
	
}

h2
{
	font-size: 1em;
	font-weight:bold;
	margin-bottom:0.5em;
	margin-top:1.5em;
}

#announcement
{
	width:90%;
	margin-left: auto;
	margin-right:auto;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	border-bottom: thin solid #707070;
	font-size: 1.1em;
}

#homeleftcolumn
{
	position:relative;
	float:left;
	width:65%;
	
}

#homerightcolumn
{
	float: right;
	width:35%;
	position:relative;
	top:1em;
	
}

#supporterlogo
{
	width:calc(25% - 2.5em);
	padding:0px 1em;
	margin-bottom: 25px;
	
	
}

#indent1-5em, h1
{
	position:relative;
	left:1.5em;
	width:calc(100% - 3em);
}

#indent4em
{
	position:relative;
	left:4em;
	width:calc(100% - 5em);
}



#indentedtable
{
	width:100%;
	border-collapse: collapse;
	border: 1px solid black;
}

#indentedtable th
{
	background-color:#003B67;
    border-bottom: 1px solid #fff;
	color:white;
	height:3em;
	
	
}

#indentedtable td, tr
{
	border:none;
	border-bottom:1px #C0C0C0 solid;
	padding: 0.25em 0.5em;

}


#weatherbox
{
	margin-top:1em;
	margin-left:3em;
	width: 40em;
	height: 4.5em;
	
}
	
#yearpickerresults
{
	margin-top:1em;
	margin-left:1em;
	width:10em;
	height:2em;
	
}

#yearpickerhonours
{
	margin-top:1em;
	margin-left:1em;
	width:1em;
	height:2em;
}


#resultsdropdown, #honoursdropdown
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:none;
	padding: 0px 0px 0px 7px;
	margin:0px;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	float:left;
	font-size:1.5em;
	font-weight:bolder;
	color: #003B67;
	background: transparent url("../images/br_down.png") no-repeat right center;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
#resultsdropdown
{	
	width:8em;
}

#honoursdropdown
{	
	width:8.7em;
}

select::-ms-expand {
    display: none;
}		

	
#tablecontainer
{
	/*top:0em;*/
	position:relative;
	width:100%;
		}
	
	
#resultstable
{
    border: 1px #C0C0C0 solid;
	border-collapse: collapse;
	width:100%;
	min-width:49em;
	max-width:100%;
	
}
	
#resultstable th 
{
	background-color:#003B67;
    border-bottom: 1px solid #fff;
	color:white;
	height:3em;
	font-size: 0.9em;
}

#resultstable tfoot
{
	font-weight: bold;
	border-top:double 2px #000;
}

#col_gunpos, #col_guntime, #col_chippos, #col_chiptime, #col_rnumber, #col_name, #col_category, #col_club
{
	border:none;
	border-bottom:1px #C0C0C0 solid;
	padding: 0.25em 0.5em;
	font-size: 0.8em;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	max-width: 0;
	
}

#col_gunpos {width:6%}
#col_guntime {width:8%;min-width:5em;}
#col_chippos {width:6%}
#col_chiptime {width:9%;min-width:5em;}
#col_rnumber {width:6%}
#col_name {width:20%; min-width:8em;}
#col_category {width:13%; min-width:10em;}
#col_club {width:24%; min-width:9em;}



#entryformicons
{
	float:left;
	margin-left:50px;
	margin-top:5px;
	align-content: center;
	text-align: center;
	
}



#entryform_grid
{
    display: grid;
    grid-template-columns: 140px 280px;
	grid-gap: 16px;
	
}

.evidenceform_grid
{
    display: grid;
    grid-template-columns: 150px 550px;
	grid-gap: 16px;
	margin-top:16px;
	
}
.evidenceform_fileupload
{
    overflow-x:hidden;
	overflow-y:hidden;
	grid-column: 1/3;
	height:120px;
	margin: 0px 0px 10px 0px;
	
	
}
.bothcols
{
	width:700px;
	grid-column: 1/3;
	padding: 10px 0px 0px 0px;
}
.formborder
{
	border-radius: 8px;
	border-style: solid;
	border-width: thin;
	border-color: #003B67;
}

#entryform_label
{
	grid-column: 1 / 2;
	padding: 8px 2px;
}

.evidenceform_label
{
	grid-column: 1 / 2;
	padding: 8px 2px;
}

.evidenceform_input
{
	grid-column: 2 / 3;
	border-radius: 8px;
	border-style: solid;
	border-width: thin;
	border-color: #003B67;
	padding: 8px 2px;
	
}

#entryform_input
{
	grid-column: 2 / 3;
	border-radius: 8px;
	border-style: solid;
	border-width: thin;
	border-color: #003B67;
	padding: 8px 2px;
	
}
.evidenceform_textarea
{
	
	border-radius: 8px;
	border-style: solid;
	border-width: thin;
	border-color: #003B67;
	padding: 2px 2px;
	
}
#entryform_input_cost
{
	grid-column: 2 / 3;
	border-style: none;
	padding: 8px 2px;
	background:rgba(255,255,255,0);
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	
}

input[type="radio"]
{
	
	
}
.bothcols label
{
	margin-right:60px;
	
}

.fileinput
{
	border-radius:5px;

	border: thin solid #003B67;
	width:400px;
	padding:6px 10px;
}

.submitbutton
{
	border-radius:5px;
	background-color:#003B67;
	color: white;
	padding:6px 20px;

	
}
.evidencesubmit
{
	grid-column: 2 / 3;
	text-align:center;
	margin-top:16px;
	
}


#paypal-button-container
{
	grid-column: 2 / 3;
}

#entryform_notcomplete
{
	grid-column: 2 / 3;
}

#entryform_pound
{
	grid-column: 2 / 3;

}


/*    Footer   */

#footercontent a
{
	text-decoration: none;
	color:white;
}


#footeritemL
{
	position:relative;
	float:left;
	margin:10px 25px;
	bottom:0px;
	color: white;
	
}
#footeritemR
{
	position:relative;
	float:right;
	margin:10px 25px;
	bottom:0px;
	color: white;
	
}
