@media print {
/* hide bits we don't want to print */
	.no-print,.ui-gems-header,.ui-gems-footer,.topmenu-tab { display:none !important}
	.event-list-status { display:none !important} /* buttons to show results/start list */
	.event-list-all { display:none !important}  /* show all button for results */
	
/* update colours */
	.event-status-display-SCHEDULED,.event-status-display-RUNNING,.event-status-display-UNOFFICIAL,.event-status-display-OFFICIAL {  color: #000000 !important;padding: 0px !important;font-size:inherit !important;font-weight:bold !important}
    body { background: white;}
	body { color: #000000 !important }
	.ui-gems-body { background: transparent;}
    a,h2,h3 {  color: #000000 !important }
    .results-first-title,.results-first-title-athlete,.results-first-title-team {  color: #000000 !important}
    .results-list {  color: #000000 !important}
    td.results-result {  background-color: #ffffff !important}
    
/* change size of breadcrumbs */
    .breadcrumb {font-size:20px}


/* show header and footer */  
   .ui-print-header, .ui-print-footer { display:inline !important } 
	.only-print { display:inline !important }   
		

	.results-event-block { page-break-inside: avoid;  }

	/* nice little piece of code I found   a:link:after { content: " (" attr(href) ") "; } 
	todo
	- half line in Chrome issue
	
	
	*/
}

.ui-print-header { display:none } 
.ui-print-footer { display:none } 
.only-print { display:none } 

@font-face {
  font-family: 'GEMSCustomFont1';
/*  src: url('https://www.invictusgames2018.com/results2018/includes/fonts/Bryant-BoldAlternate.eot');*/
  src: local('?'),
 /*        url('https://www.invictusgames2018.com/results2018/includes/fonts/Bryant-BoldAlternate.woff') format('woff'),
         url('https://www.invictusgames2018.com/results2018/includes/fonts/Bryant-BoldAlternate.ttf') format('truetype'),
         url('https://www.invictusgames2018.com/results2018/includes/fonts/Bryant-BoldAlternate.otf') format("opentype"); */
         url('../../../../results2018/includes/fonts/DINOffc.ttf') format('truetype');
}

body {
	font-family: 'GEMSCustomFont1', Arial, sans-serif;
	font-size: 16px;
	color: #ffffff; /* #555559; */ /* IG2017 Specific */
    padding: 0;
    margin: 0;
    background-color: #000000; /* #e0aa34; */ /* IG2017 Specific */
    /*background-image: url('https://www.invictusgames2018.com/results2018/includes/images/site-bg.gif');*/
	background-repeat:no-repeat; 
	background-position:top; 
	background-attachment: fixed;
}
td {
	padding: 0;
}
a, .ui-gems-applicationform a /* specificity issues */ {
    color: #ffd701; /* #009fdd; */ /* IG2017Specific */
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    color: #ffffff; 
    background-color: inherit;
    /*border-bottom:1px dotted #009CFF;*/
    cursor: pointer;
}
a.selected{
    color: #ffffff; 
    background-color: inherit;
    border-bottom:1px dotted #009CFF;   
}
.search_container{
        background: #D7EBF9;
        border: 1px solid #2580B2;
        padding: 0.5em 0.5em 0.5em 0.5em; 
}
button {
	cursor: pointer;
}

/* GMS overrides for jQueryUI stuff */
.ui-state-return, .ui-widget-content .ui-state-return, .ui-widget-header .ui-state-return {background-color: #ff0000; }

.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/*
.ui-gems-content-table table{
	margin-top:10px;
	margin-bottom:10px;
}
.ui-gems-content-table td{
	padding:5px; 
}
.ui-gems-content-table-inner table{
	margin-top:0px;
	margin-bottom:0px;
}
.ui-gems-content-table-inner td{
	padding:0px;
}

.ui-gems-fill-pane table{
	width:100%;
	height:100%;
}
*/

.ui-gems-container-table {
	border-spacing:15px; /* controls how far apart the inner tables are spaced from each other */
	margin-left:-15px; /* moves the margin over so that the table lines up with the items above it and is not indented */
}
.ui-gems-container-table td {
	vertical-align:top;  /* makes sure inner tables are top aligned */
}
.ui-gems-data-table {
	vertical-align:top;
	border:1px;
}
.ui-gems-data-table {
	width:100%;
}
.ui-gems-data-table td {
	vertical-align:top;
	padding:1px 5px; /* first number is vertical padding in table cell - second is left/right */
}
.ui-gems-data-table th {
	text-align:left;
	padding:1px 5px; /* first number is vertical padding in table cell - second is left/right */
}	
.ui-gems-data-table tbody tr:first-child td { /* put padding above the very first row in a new tbody section */
  	padding-top: 7px;
}
.ui-gems-data-table tbody tr:last-child td { /* put padding below the very last row in a new tbody section */
  	padding-bottom: 7px;
}
.ui-gems-align-right{
    text-align:right;
}
.ui-gems-button-small{
    width:1.1em !important;
	height:1.1em !important;
	vertical-align:middle;
}
/* sortable list classes */
.sortableList {
    list-style-type: none; 
    float: left;
    display: block;
    border: 1px solid #CCC;
    margin: 10px;
    padding: 1px 18px 1px 5px;
    min-height: 15px;
    min-width: 300px;
    /*IE doesn't understand min-height, but this will fix that*/
    height:auto !important;
    height:50px;
    overflow: auto;
}
.sortableContainer {
    overflow: auto;
    margin-bottom: 5px;
    padding-right: 5px;
}
.sortableHeading {
    padding: 5px;
}
.topHeading {
    padding: 5px;
    margin-bottom: 5px;
}
.sortableList li {
    cursor: pointer;
    width: 300px;
}
/* progress bar */
.ui-gems-progressbar{
	width:300px;
}

/* comments block */
p.comment { 
	border-bottom-style: solid ; 
	border-bottom-width: 1px;
	border-color: #DADADA;
	padding-bottom: 10px; 
	font-size: 9px
}

.ui-gems-comment-holder {
	margin-top: 20px; 
	padding-top: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	padding-bottom: 5px; 
}

.ui-gems-comment-text { 
      width: 100%;
      height: 100%;
}

/*scrollpane custom CSS*/
.jspVerticalBar {
    width: 8px;
    background: transparent;
    right:0px;
}
 
.jspHorizontalBar {
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: transparent;
}
.jspTrack {
    background: transparent;
}
 
.jspDrag {
/*    background: url(https://www.invictusgames2018.com/results2018/includes/css/jscrollpane/transparent-black.png) repeat;
*/
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
 
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}
 
.jspCorner {
    display:none
}


/* GEMS forms */



.ui-gems-info-icon {
	vertical-align: middle;
}

/* adjust for GEMS combobox/dropdown box controls */
.ui-combobox~ .ui-gems-form-hint,		/* offset for hints */
.ui-combobox~ .ui-gems-form-hint-short,	/* offset for hints */
.ui-combobox~ .ui-state-error-text,		/* offset for errors */
.ui-combobox~ .ui-combobox				/* offset for comboboxes that are beside each other */
{
	margin-left:30px; 
}
/* option for smaller combobox text */
.gems-ui-combobox-smalltext {
	font-size: 10px !important;
}


.ui-gems-loginpage {
	text-align: center;
}

fieldset.ui-gems-applicationform {   
	position: relative;      
	float: left;     
	clear: both;     
	width: 100%;     
	margin: 0 0 -1em 0;      
	padding: 0 0 1em 0;     
	/* For a full rectangle border - border: 1px solid #BFBAB0; */
	border-style: none;      
	/* border-top: 1px solid #BFBAB0; */
	/* For a background - background-color: #F2EFE9; */
} 
.ui-gems-loginform {   
	width: 610px;
	height: 400px;
	margin-left: auto;
    margin-right: auto;
	padding: 0 0 1em 0;
	border-style: none; 
	/* background-color: #409dd6; */
	/*background-image: url('https://www.invictusgames2018.com/results2018/includes/images/login-background.png');*/
	background-repeat:no-repeat; 
	background-position:top;
	
	color: white;
}
.ui-gems-loginform a {
	color: #ffd701; /*white;*/
}
fieldset.ui-gems-smallform {
	padding-top: 50px;
	border-style: none;
}
.ui-gems-loginform label {
	font-size: 22px;
}
  
fieldset.ui-gems-applicationform legend,
fieldset.ui-gems-smallform legend {   
	padding: 0;   
	color: #E98300;
	position: absolute;      
	left: 0.5em;      
	top: 0;      
	margin-top: 0.5em;
	font-family: 'GEMSCustomFont1', sans-serif;
}
fieldset.ui-gems-applicationform legend span,
fieldset.ui-gems-smallform legend span {      
	font-size: 26px;
}

fieldset.ui-gems-applicationform ol,
fieldset.ui-gems-smallform ol {   
	padding: 1em 1em 0 1em;   
	list-style: none;  
}  
fieldset.ui-gems-applicationform li,
fieldset.ui-gems-smallform li {   
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 0.5em;
}
fieldset.ui-gems-applicationform li label,input,select,span,p,
fieldset.ui-gems-smallform li label,input,select,span,p {   
	vertical-align: top;
}

fieldset.ui-gems-applicationform li label,
fieldset.ui-gems-smallform li label {   
	display: inline-block;
	width: 300px;
} 

fieldset.ui-gems-applicationform li label.ui-gems-dialog {   
	display: inline-block;
	width: auto;
} 

.ui-gems-applicationform label.reg-form-label:after,
.ui-gems-smallform label.reg-form-label:after {
    content: ": "
}

fieldset.ui-gems-smallform label.reg-form-label,
fieldset.ui-gems-smallform label.reg-form-label-question {  
	float: left;  
	width: 10em;  
	margin-right: 1em;
	padding-top: 0.3em; /* TODO: any better way? this helps ensure the label is vertically aligned */
	vertical-align: middle;
}

input.reg-form-text-long {
	width: 400px;
}
.ui-select-input {
	max-width: 313px;
}
.ui-select-input .ui-select-input-notfixed {
	width: auto;
}
.ui-row-error {
	border-radius: 5px;
	background-color: red;
}
.ui-row-error-group {
	background-color: red;
}

/* JS validation error style */
label.error, span.error, .ui-state-error-text {
	color: red;
	font-weight: bold;
}


.extra_bottom_margin {
	margin-bottom: 10px;
}

/* navigation for volunteer form */
.ui-gems-formnav {
    width: 100%;
    /*overflow: hidden;*/
}
.ui-gems-formnav div {
	padding-top: 1em;
    width: 25%;
	float: left;
}
.ui-gems-formnav button {
	border:none;
	color: #000000; /* #ffffff; */
	font-size: 16px;
	vertical-align: top;
	font-family: 'GEMSCustomFont1', sans-serif;
}


.ui-gems-form-hint {
	color: #008000;
	display:none;
	width: 400px;
}
.ui-gems-form-hint-short {
	color: #008000;
	display:none;
	width: 200px;
}
.ui-gems-form-hint-multiline {
	position: absolute;
	padding: 0px 0px 0px 4px;
}


.ui-gems-formnav .save>button,
.ui-gems-formnav .accept>button,
.ui-gems-formnav .cancel>button,
.ui-gems-formnav .close>button,
.ui-gems-formnav .continue>button,
.ui-gems-formnav .submit>button,
button.ui-gems-formnav-submit,
button.ui-gems-formnav-submit-longtext {
	width: 200px;
	height: 75px;
	background-image:url(../../../../results2018/includes/images/button.jpg);
	background-color: transparent;
}
.ui-gems-formnav .go>button,
button.ui-gems-formnav-submit-small {
	width: 80px;
	height: 60px;
	background-image: url(../../../../results2018/includes/images/button.jpg);
	background-color: transparent;
	background-size: 80px 60px;
	font-size: 13px;
	color: #000000; /* white; */
}
button.ui-gems-formnav-submit-low {
	width: 120px;
	height: 60px;
	background-image: url(../../../../results2018/includes/images/button.jpg);
	background-color: transparent;
	background-size: 120px 60px;
	font-size: 13px;
	color: #000000; /* white; */
}

.ui-gems-loginform button#btnLoginFormSubmit {
	background-image:url(../../../../results2018/includes/images/button.jpg);
	background-color: transparent;
}

.ui-gems-loginform .ui-gems-formnav {
	padding: 90px 200px;
}
.ui-gems-loginform fieldset ol {
	margin-top: 60px;
}
.ui-gems-loginform-inner {
	width: 90%;
	margin: 0 auto;
}
.ui-gems-loginform fieldset label.reg-form-label {
	padding-top: 0px;
}

button.ui-gems-formnav-submit-longtext {
	font-size: 14px;
}
/* use to hide text to help with accessibility */
button>span.ui-gems-button-label {
	font-size: 0;
    height: 1px;
    overflow: hidden;
    display: block;
}
.visuallyhidden { 
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}

.ui-gems-required-icon {
	color: #ffd701; /*#E98300;*/
}

.uploadRegistrationErrorDetails table {
	border-width: 1px;
	border-collapse: collapse;
}
.uploadRegistrationErrorDetails table td,
.uploadRegistrationErrorDetails table th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
}

.ui-gems-header {
	position: relative;
	/*background: url(../../../../results2018/includes/images/header.png);
	background-repeat: no-repeat;*/
	/*width: 1024px;*/
	height: 150px; /*250px;*/
	color: white;
	font-size: 24px;
	font-family: 'GEMSCustomFont1', sans-serif;
}
.ui-gems-header:lang(fr) {
	/*background: url(../../../../results2018/includes/images/header_fr.png);
	background-repeat: no-repeat;*/
}
.ui-gems-header:lang(es) {
	/*background: url(../../../../results2018/includes/images/header_es.png);
	background-repeat: no-repeat;*/
}

.ui-gems-header-menu-container {
	background-color: #000000; /* #949494; */
	color: white;
	width: 100%;
	height: 30px;
	color: white;
	font-size: 12px;
}
.ui-gems-header-menu {
	/*float:right;*/
	line-height: 30px;
}
.ui-gems-header-menu-links {
	vertical-align: text-bottom;
}
.ui-gems-header-menu-links>a {
	color: white;
}
.ui-gems-header-menu>a:hover {
	border:none;
}
.ui-gems-header-logout {
	position: absolute;
	background: url(../../../../results2018/includes/images/logout.png);
	display: table-cell;
	right: 25px; /*30px;*/
	top: 50px;
	width: 114px; /*80px;*/
	height: 73px; /*67px;*/
	line-height: 75px; /*69px;*/
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}
.ui-gems-header-logout>a {
	color: #000000; /* white; */
}
/* adjust font by language */
.ui-gems-header-logout:lang(fr) {
	font-size: 11px;
}
.ui-gems-header-logout:lang(es) {
	font-size: 11px;
}
.ui-gems-header-loggedIn {
	position: absolute;
	display: table-cell;
	right: 150px;
	top: 60px;
	font-size: 16px;
	text-align: right;
	vertical-align: middle;
	color: #ffffff; /* #949494; */
}
.ui-gems-header-loggedIn>.username {
	font-size: 20px;
}
.ui-gems-header-loggedIn>.respOrg {
	font-size: 14px;
}
.ui-gems-header-title {
	color: #ffd701; /* #c74832; */
	width: 400px;
	margin: 0 auto;
	padding-top: 93px;
	font-size: 30px;
}

.ui-gems-footer {
	position:relative;
	/* background:url(https://www.invictusgames2018.com/results2018/includes/images/footer.jpg); */
	/* width:1024px; */
	height:50px;
	color: #949494;
	font-size: 24px;
	font-family: 'GEMSCustomFont1', sans-serif;
}
.ui-print-footer {
	font-size: 13px;
	text-align: left;
}
.ui-gems-footer-copyright {
	position:absolute;
	bottom: 10px;
	/*right: 30px;*/
	/* width: 350px; */
	font-size: 13px;
	text-align: left; /*right;*/
}
.ui-gems-footer-small {
	font-size: 13px;
}
.ui-gems-footer-copyright a {
	font-size: 13px;
	color: #949494;
}


table.ui-gems-body {
	width: 100%;
	/*background-color: white;
	
	-moz-box-shadow:    -2px 2px 10px 3px #949494;
	-webkit-box-shadow: -2px 2px 10px 3px #949494;
	box-shadow:         -2px 2px 10px 3px #949494;*/
}

.grid-date-large{
	display: inline-block;
}
.grid-date-small{
	display: none;
}
.grid-sport-large{
	display: inline-block;
}
.grid-sport-small{
	display: none;
}

.stack-when-small{
		display: inline;
	}
}

@media screen and (max-width: 1) { }

@media screen and (min-width:2px) and  (max-width:600px){
	div.topmenu-tab{
		display: block;
	}
	div.topmenu{
		border-width: 1px 0px 0px 0px;
	}
	div.topmenu-tab{
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #777;
	}
	table.ui-gems-body{
	    width:100% !important;
	}
	.stack-when-small{
		display: block;
	}
	.ui-gems-header {
		height: 100px;
	}	
	.grid-date-large{
	  	display: none;
	 }
	.grid-date-small{
	  	display: inline-block;
	}
	.grid-sport-large{
	  	display: none;
	}
	.grid-sport-small{
	  	display: inline;
	}
 }
@media screen and (min-width:601px) and (max-width: 767px){
  table.ui-gems-body{
    width:100% !important;
  }
  .grid-date-large{
  	display: none;
  }
  .grid-date-small{
  	display: inline-block;
  }

  .stack-when-small{
		display: block;
  }
}
@media screen and (min-width:768px) and (max-width: 960px) {
  table.ui-gems-body{
    /*width:768px !important;*/
  }
  .grid-date-large{
  	display: none;
  }
  .grid-date-small{
  	display: inline-block;
  }
	.stack-when-small{
		display: inline;
	}
}


/* volunteer dashboard - check gems-ie.css for possible IE overrides */
.dashboard {
    width: 100%;
    font-family: 'GEMSCustomFont1', sans-serif;
    color: white;
}
.dashboard h2 {
	font-size: 20px;
	color: white;
}

.dashboard button.ui-gems-formnav-submit {
	font-family: 'GEMSCustomFont1', sans-serif;
	font-size: 16px;
	color: #000000; /* white; */
	border: none;
	vertical-align: middle;
}
.dashboard button.ui-gems-formnav-submit-longtext {
	font-family: 'GEMSCustomFont1', sans-serif;
	font-size: 14px;
	color: white;
	border: none;
	vertical-align: middle;
}

.dashboard-col {
	padding-top: 1em;
	width: 49%;
	float: left;
}
.dashboard-box {
	min-height:100px;
}
.dashboard-box>div {
	margin-top: -10px;
}
.dashboard-box a {
	color: white;
	text-decoration: underline;
}
.dashboard-box th {
	text-align: left;
}
.dashboard-box1 {
	border-style: solid;
	border-width: 25px 27px 18px 27px;
	-moz-border-image: url(../../../../results2018/includes/images/dashboard_box1.jpg) 43 27 stretch;
	-webkit-border-image: url(../../../../results2018/includes/images/dashboard_box1.jpg) 43 27 stretch;
	-o-border-image: url(../../../../results2018/includes/images/dashboard_box1.jpg) 43 27 stretch;
	border-image: url(../../../../results2018/includes/images/dashboard_box1.jpg) 43 27 fill stretch;
	height: 200px;
	color: #000000; /*#c74832;*/
	margin-right: 5px;
}
.dashboard-box1>div {
	height: inherit;
	overflow: auto;
}
.dashboard-box1 h3 {
	font-size: 20px;
	color: #000000; /*#c74832;*/
}
.dashboard-box2 {
	border-style: solid;
	border-width: 43px 27px;
	-moz-border-image: url(../../../../results2018/includes/images/dashboard_box2.jpg) 43 27 stretch;
	-webkit-border-image: url(../../../../results2018/includes/images/dashboard_box2.jpg) 43 27 stretch;
	-o-border-image: url(../../../../results2018/includes/images/dashboard_box2.jpg) 43 27 stretch;
	border-image: url(../../../../results2018/includes/images/dashboard_box2.jpg) 43 27 fill stretch;
	height: 200px;
	color: #000000; /*#c74832;*/
	margin-left: 5px;
}
.dashboard-box2>div {
	height: inherit;
	overflow: auto;
}
.dashboard-box2 h3 {
	font-size: 20px;
	color: #000000; /*#7bb846;*/
}



.dashboard-news {
	border-style: solid;
	border-width: 43px 27px;
	-moz-border-image: url(../../../../results2018/includes/images/dashboard_box3.jpg) 43 27 stretch;
	-webkit-border-image: url(../../../../results2018/includes/images/dashboard_box3.jpg) 43 27 stretch;
	-o-border-image: url(../../../../results2018/includes/images/dashboard_box3.jpg) 43 27 stretch;
	border-image: url(../../../../results2018/includes/images/dashboard_box3.jpg) 43 27 fill stretch;

	height: 400px;
}
.dashboard-news>div {
	height: inherit;
	overflow: auto;
}
.dashboard-news h2 {
	font-size: 20px;
	color: #000000; /*#00A1DE;*/
	text-align:center;
}
.dashboard-news div {
	font-size: 14px;
	color: black;
}


.dashboard-menu button {
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	border: none;
	background-color: transparent;
	text-decoration:none;
	font-size: 20px;
	font-family: 'GEMSCustomFont1', sans-serif;
}

.dashboard-menu .dashboard-menu-home>button {
	background-image: url(../../../../results2018/includes/images/button-acr-home-inactive.png);
	width: 114px;
	height: 73px;
	color:white;
	vertical-align: middle;
}
.dashboard-menu .dashboard-menu-home>button:active,
.dashboard-menu .dashboard-menu-home>button.active {
	background-image: url(../../../../results2018/includes/images/button-acr-home-active.png);
	color:black;
	border: none;
}

#entryGrid-wrapper {
	border: 1px solid #000000;
}

/* copied styles from toronto2015.org */
.acrportal-header-dropdown {
	background-color: white;
	margin-right: 5px;
	width: 100px;
	overflow: hidden;
	font-family: sans-serif;
	color: #6a6a6a;
}
.acrportal-header-dropdown a {
	color: #6a6a6a;
}
.acrportal-header-dropdown ul {
	margin: 0px;
	padding: 0px;
	width: 100px;
	position: absolute;
	background: #ffffff;
	list-style: none;
	z-index: 1;
}
.acrportal-header-dropdown ul li {
	height: 28px;
	border-top: 1px solid #d3d3d3;
	color: #6a6a6a;
	line-height: 30px;
	font-size: 12px;
	padding-left: 5px;
}
.acrportal-header-lang {
	background-image: url('../../../../results2018/includes/images/header_arrow_down.png');
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 72px;
	z-index: 2;
}
.acrportal-header-icon {
	position: relative;
	display: block;
	color: #999999;
	background-color: white;
	width: 28px;
	height: 28px;
	margin-right: 5px;
	float: left;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 3px;
}
/* END copied styles from toronto2015.org */

.acrportal-header-dropdown {
	display:inline-block;
}

.dashboard-address {
	font-size: 20px;
	font-family: 'GEMSCustomFont1', sans-serif;
	color: #c1c1c1; /*#949494;*/
}
.dashboard-address .dashboard-col {
	padding-left: 10px;
}


#photoFloat {
	display: inline;
	float: right;
	position: absolute; 
	margin-left: -300px;
	padding:1px;
	border:2px solid #c74832;
}

.ui-jqgrid-title {
	font-size: 20px;
	font-family: 'GEMSCustomFont1', sans-serif;
}


.dashboard-menu-children {
	float:right;
	vertical-align:middle;
}
.dashboard-menu-children > .ui-combobox {
	vertical-align:middle;
}
.dashboard-menu-children button {
	font-size: 14px;
}

.helpInstructions {
	width: 90%;
	padding: 10px;
	margin-left: 10px;
}
.helpInstructions a {
	text-decoration: underline;
	font-weight: bold;
}
.helpInstructions .hiddenHelpInstructions {
	display: none;
	padding: 2px;
}

table.event-list {
	margin-top: 15px;
	margin-bottom: 25px;
}
td.event-list {
	padding: 2px 10px 0px 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
td.event-list-all {
	padding-top:10px;
	border-bottom-width: 0px;
	text-align:center;
	width:100px;
}
td.event-list-date-time {
	width:200px;
}
td.event-list-desc {
	min-width:300px;
}
@media screen and (max-width: 960px){
  td.event-list-desc{
    min-width:50px !important;
  }
}
td.event-list-status {
	width:100px;
	text-align:center;
}
.event-list tr:first-child td {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #333;
}

table.results-list {
	margin-top: 15px;
	margin-bottom: 5px;
}

th.results-list {
	padding: 5px 10px 2px 10px;
	text-align: left;
	background-color: #555;
	font-weight: normal;
}
th.results-result {
	padding-left: 15px;
}
.results-list tr:first-child th:first-child {
	border-radius: 5px 0px 0px 5px;
}
.results-list tr:first-child th:last-child {
	border-radius: 0px 5px 5px 0px;
}
td.results-list {
	padding: 2px 10px 0px 10px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333;
}
td.results-list-flag {
	padding-right: 0px;
}
td.results-result {
	background-color: #222;
	padding-left: 15px;
}
div.results-event-title {
	padding-top: 40px;
	font-size:larger;
}
div.results-event-title-athlete {
	padding-top: 20px;
	font-size:larger;
}
div.results-event-title-team {
	padding-top: 20px;
	font-size:larger;
}
img.sport-icon{
	height: 24px;
	width: 24px;
	margin-right:3px;
	margin-top:5px;
}
img.sport-icon-single{
	height: 24px;
	width: 24px;
	margin-left:5px;
	margin-top:5px;
}
img.medal-icon-single{
	height: 20px;
	width: 20px;
	background-color:#ffd701;
	padding-top:2px;
}
img.medal-icon{
	position:relative;
	left:50%;
	top:50%;
	height: 20px;
	width: 20px;
	margin: -10px 0 0 -10px;
	padding-left: 0%;	/* helps IE use left 50% properly */
}
.medal-icon-single{
	height:24px;
	width:29px;
	background-color:#ffd701;
	margin-left:5px;
	display:inline-block;
}
.sport-icon-single{
	height: 24px;
	width: 24px;
	margin-left:5px;
	display:inline-block;
}
div.sport-results {
	margin-top: 10px;
}
div.date-results {
	margin-top: 10px;
	height: 25px;
}
div.country-results {
	margin-top: 10px;
	height: 25px;
}
div.results-filter{
	display:inline-block;
	margin-right:50px;
	vertical-align:top;
}
div.results-first-title {
	color: white; /*#ffd701;*/
	font-size:x-large;
}
div.results-second-title {
	font-size:large;
}
div.results-third-title {
	font-size:larger;
}
div.results-first-title-athlete {
	margin-top: 40px;
	color: white; /*#ffd701;*/
	font-size:x-large;
}
div.results-first-title-team {
	margin-top: 40px;
	color: white; /*#ffd701;*/
	font-size:x-large;
}
div.results-event-spacer {
	margin-top:40px;
}
.event-status-blank {
	padding-top:5px;
	padding-bottom:2px;
}
.event-status-all {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-NONE {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-SCHEDULED {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-UNOFFICIAL {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-OFFICIAL {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-RUNNING {
	background-color:red;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-CANCELLED {
	background-color:#949494;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-display-SCHEDULED {
	background-color:#222;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-display-UNOFFICIAL {
	background-color:#222;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-display-OFFICIAL {
	background-color:#222;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-display-RUNNING {
	background-color:red;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-status-display-CANCELLED {
	background-color:#949494;
	color:white;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
.event-summary {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
}
td.team-name{
	cursor: pointer;
}
div.athlete-info{
	margin-top: 40px;
}
div.athlete-info-photo{
	display: inline-block;
	width: 100px;
	vertical-align: top;
	margin-right: 50px;
}
img.athlete-info-photo{
	width: 100%;
}
div.athlete-info-person{
	display: inline-block;
	vertical-align: top;
}
div.athlete-info-person-detail{
	font-size: large;
}
div.athlete-info-person-detail-first{
	font-size: x-large;
}
div.notfound{
	margin-top: 50px;
	font-size: large;
}
div.athlete-info-bio{
	margin-top: 10px;
}
div.athlete-info-bio-title{
	font-weight: bold;
	vertical-align: top;
	width: 100px;
	margin-right: 20px;
	display: inline-block;
}
div.athlete-info-bio-detail{
	vertical-align: top;
	display: inline-block;
}
div.team-info{
	margin-top: 40px;
}
div.team-info-members{
	margin-top: 10px;
}
div.team-info-member-list{
	font-size: smaller;
}
div.team-info-team{
	display: inline-block;
	vertical-align: top;
}
div.team-info-team-detail{
	font-size: large;
}
div.team-info-team-detail-first{
	font-size: x-large;
}
div.team-info-team-desc{
	display: inline-block;
	vertical-align: text-bottom;
}
div.flag-icon{
	display: inline-block;
	margin-bottom: 2px;
}
img.flag-icon-single{
	height: 21px;
	width: 31.5px;
	margin-right:5px;
	border-width:1px;
	border-style:solid;
	border-color:#333;
}
img.flag-icon{
	height: 21px;
	width: 31.5px;
	border-width:1px;
	border-style:solid;
	border-color:#333;
}
div.country-list-text{
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}
div.country-results-text{
	display: inline-block;
	vertical-align: top;
	margin-top: 1px;
}
.pool-button {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
	width:80px;
	text-align:center;
}
.bracket-button {
	background-color:#ffd701;
	color:black;
	padding:5px 10px 2px 10px;
	border-radius:5px;
	font-size:medium;
	width:80px;
	text-align:center;
}
div.jQBracket .team div.label{
	color:#333;
}
div.jQBracket .team.highlightWinner {
    background-color: #ffd701;
    color: #000;
}
div.jQBracket .connector.highlightWinner, div.jQBracket .connector div.connector.highlightWinner {
    border-color: #ffd701;
}
div.jQBracket .team.highlight{
	background-color:#949494;
}
div.jQBracket .connector.highlight, div.jQBracket .connector div.connector.highlight{
	border-color:#949494;
}
div.jQBracket .team.na{
	background-color: #ddd;
	color: #999;
}

body {
	padding-right: 15px;
}
table.compsched {
	width: 100%;
}

table.compsched	thead tr:first-of-type th {
	border-top: none;
	color: black;
}

.topmenu,
.breadcrumb,
.ui-gems-header-menu-container,
.ui-print-footer,
.ui-gems-footer {
	display: none;
}