h1, h2, h3, h4, h5, h6 {
	margin-top: 0.75em;
}

input[type=checkbox] {
	display: inline-block;
}
input.fullsize {
	width: 80%;
}
textarea.fullsize {
	width: 80%;
	min-height: 80px;
}

.footer {
	color: #fff;
	background-color: #F6A20A;
	background-image: linear-gradient(to bottom, #F6A20A, #F28E13);
	background-image: -webkit-linear-gradient(top, #F6A20A, #F28E13);
	background-repeat: repeat-x;
	text-align: center;
}

.reg_acceptance input,
.reg_acceptance label {
	display: inline;
}

/* Bootstrap fixes */
.form-horizontal .form-actions {
	padding-left: 20px;
}
.form-horizontal .date select {
	width: 6em;
}

.control-group label {
	display: inline-block;
	margin: 0 0.5em;
}

.well.registration {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fbfbfb;
}
.well.registration legend {
	text-shadow: 1px 1px 0px #FFDCAA;
	border: none;
	margin-bottom: 0;
}
.well.registration .table {
	margin-bottom: 5px;
}

.table thead > tr > th {
	padding: 4px;
}
.fixed-table-container thead th .th-inner {
	padding: 0;
}

.table .group1 td {
	background: #E9F1FF;
}
.table .group2 td {
	background: #FFFAED;
}

.table-registration tr td:first-child {
	width: 40%;
}
.table-user-registration tr td:first-child {
	width: 25%;
}

.table-results {
	font-size: 11px;
}
.table-results tr:hover td {
	background-color: #C8FFB9 !important;
}

.table.table-compact > tbody > tr > td,
.table.table-compact > tbody > tr > th
{
	font-size: 75%;
	padding: 2px 4px;
	text-align: center;
}

.errors,
.errors .help-block {
	color: #e66;
}

.card {
	display: inline-block;
	height: 12px;
	width: 8px;
	margin: 0 4px 0 0;
	background-color: #bbb;
	vertical-align: middle;
}
.card.yellow {
	background-color: #FFF122;
}
.card.red {
	background-color: #FF1E1E;
}

.icon {
	width: 28px;
	height: 28px;
}
.icon.pull-left {
	margin: 0 5px 5px 0;
}
.icon.pull-right {
	margin: 0 0 5px 5px;
}

.frontpage-menu a {
	font-size: 20px;
	line-height: 28px;
	color: #555;
	width: 90%;
	margin-bottom: 20px;
}
.frontpage-menu a .icon {
	margin-right: 10px;
	height: 28px;
	width: 28px;
}

.table .kid td {
	color: #336FB3;
}

.table > tbody > tr.archived > td {
	background-color: #b30100;
}

.offer {
	margin-top: 10px;
}

.offer label:hover {
	cursor: pointer;
}

.offer label input {
	width: 14px;
	height: 14px;
	padding: 1px;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

.alert {
	margin: 10px;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.bootstrap-alert-info{
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.gallery {
	list-style-type: none;
}
.gallery img {
	margin: 5px;
	padding: 2px;
	border: solid 1px #ccc;
	float: left;
}

.carousel-inner.glide > .item {
	-webkit-transition: 5s linear left;
	-moz-transition: 5s linear left;
	-o-transition: 5s linear left;
	transition: 5s linear left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	margin: auto;
}

.btn-primary {
	background-image: -webkit-linear-gradient(top, #F9A205 0%, #D28904 100%);
	background-image: linear-gradient(to bottom, #F9A205 0%, #D28904 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5723f', endColorstr='#ffcb521c', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #c24e1a;
}

#scroller {
}


#scroller > .item {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 100%;
	height: 160px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 160px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	min-width: 120px;
	height: 160px;
    margin-right: 10px;
}

.bootstrap-date select {
	width: 6em;
	display: inline-block;
	margin-right: 0.5em;
}

form label .required {
	color: #BF2424;
}

.form-apply label {
	font-weight: inherit;
}

.profile-results {
	font-size: 0.8em;
}
.profile-results .label {
	display: inline-block;
	margin-right: 0.5em;
	width: 3.5em;
}

/* Disable stupid truncating */
.table.stats th {
	width: 50%;
	text-align: right;
}

#event-results .header td {
	background-color: #f6f6ff;
	font-size: 1.1em;
}
#event-results .header:hover td {
	background-color: #fcfcfc;
	cursor: pointer;
}

.actions {
	text-align: center;
}
.actions .btn {
	margin-bottom: 4px;
	margin-right: 3px;
}

.infobox {
}
.infobox .label {
	font-size: 1.1em;
	margin-right: 1em;
}
.infobox .label a {
	color: inherit;
}

.registration .row {
	margin-bottom: 10px;
}

.link:hover {
    cursor: pointer;
}

label.child-name {
	margin-right: 5px;
	font-weight: bold;
	font-size: 14pt;
}

label.child-name input{
	margin-top: 5pt;
}

