body {
	font-family: sans-serif
}



/**-- garden grove title (top-right) --**/
h4 {
	color: #7f8c8d;
}
h2 {
	font-size: 30px;
}



/**-- links --**/
a {
	text-decoration: none;
	color: black;
}



/**-- keeps everything centered --**/
.container {
	margin-top: 0px auto;
	width: 1000px;
}



/**-- top menu --**/
.navbar .navbar-inner {
	padding: 0;
}
.navbar .nav {
	margin: 0;
	width: 100%;
	display: table;
	border-radius: 3px;
	border: 1px solid #bdc3c7;
	background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, .1));
}
.navbar .nav li {
	float: none;
	padding: 10px;
	color: #bdc3c7;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	border-right: 1px solid #bdc3c7;
	width: 1%;
}
.navbar .nav li a:hover {
	color: #2c2b2b;
}
.navbar .nav li a {
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #7f8c8d;
	padding: 1px 20px;
}
.navbar .nav li:first-child a {
	border-left: 0;
	border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
	border-right: 0;
	border-radius: 0 3px 3px 0;
}
.header-left {
	float: left;
	width: 30vw;
	height: 155px;
	margin-bottom: -35px;
	z-index: 10;
}
.teamName {
	float: right;
	width: 30vw;
	height: 50px;
	text-align: right;
	padding-top: 80px;
}
.loginForm {
	padding-top: 40px;
}
.loginFormRight {
	margin-top: 5px;
	float: right;
}
.clear {
	clear: both;
}
.menu .menuItem a:hover {
	background-color: black;
}
.navbar .container {
	margin-left: -16px;
}

.getStarted {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 680px;
	border: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 30px;
}
.startedTable {
	width: 80%;
	margin-left: 15%;
}
.loginForm {
	
}


/**-- reusable button --**/
.btn {
	width: auto;
	border: 1px solid #bdc3c7;
	border-radius: 5px;
	background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, .1));
	padding: 5px 10px 5px 10px;
	margin-right: 1px;
	text-align: center;
	font-size: 12px;
}
:hover.btn {
	background-color: #E6E6E6;
}
.btn-blank {
	background-color: #ffffff;
	background: -webkit-linear-gradient(#ffffff 0%, #ffffff 0%);
	color: #ffffff;
	width: 100%;
	height: 100%;
	border: 0px solid black;
}
.btn-blank:hover {
	color: #ffffff;
}
.entryButton {
	background-color: #ffffff;
	color: #ffffff;
	width: 100%;
	height: 100%;
}



/**-- left menu for Event Entry & Eligibility page **/




/**--  Eligibility page **/
.rightBox {
	float: left;
	margin: 30px 0 0 50px;
}
.rightBox td {
	padding: 10px 50px 20px 50px;
}
.rightBox tr {
	border-top: 1px solid #bdc3c7;
}
.rightBox tr:hover td {
	background: #ecf0f1;
}
select {
	border-radius: 3px;
	border-color: #95a5a6;
	width: 160px;
	height: 30px;
}
.btneligibility {
	width: auto;
	border: 1px solid #bdc3c7;
	border-radius: 3px;
	background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, .1));
	padding: 5px 55px 5px 55px;
	margin-right: 5px;
	text-align: center;
}
.btnineligibility {
	border-radius: 3px;
	background: linear-gradient(rgb(219, 63, 63), rgb(178, 55, 55));
	padding: 5px 55px 5px 55px;
	color: white;
	margin-right: 5px;
}
.btn-danger {
	width: auto;
	border: 1px solid #bdc3c7;
	border-radius: 5px;
	background: linear-gradient(rgb(219, 63, 63), rgb(178, 55, 55));
	padding: 5px 10px 5px 10px;
	color: white;
	margin-right: 5px;
	text-align: center;
}
btn-orange {
	width: auto;
	border: 1px solid #bdc3c7;
	border-radius: 5px;
	background: linear-gradient(rgb(238,151,21), rgb(178,55,55));
	padding: 5px 10px 5px 10px;
	color: white;
	margin-right: 5px;
	text-align: center;
}
.active {
	background: #dddddd;
	box-shadow: 1px 1px 5px 2px #bdc3c7 inset;
	color: black;
}
.pull-right {
	float: right;
}



/**-- Event Entry page --**/
#events {
	float: left;
	height: 700px;
	overflow: scroll;
	width: 620px;
	margin: 10px 3px 50px 20px;
}
#roster {
	float: right;
	overflow: scroll;
	height: 700px;
	width: 180px;
}
.eventName {
	color: white;
	font-weight: bold;
	background-color: #6B6666;
	border-radius: 5px;
}
#events td {
	text-align: center;
	padding: 2px;
}
.column {
	border: 2px solid #6B6666;
	border-radius: 5px;
	padding: 5px;
	height: 30px;
	color: #c6c6c6;
	text-align: center;
	width: 132px;
}
#columns {
	width: 100%;
}
header {
	color: black;
}
#counts {
	color: black;
}
#noEvent {
	height: 100px;
}

.container main {
	min-height: 1800px;
}

/**-- Rooster page --**/
.container main tbody tr:hover {
	background: #ecf0f1;
}
.btn-primary {
	background: linear-gradient(to bottom, rgba(0, 96, 204, 1) 1%, rgba(41, 137, 216, 1) 9%, rgba(15, 72, 160, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: white
}
.table {
	width: 100%;
}
th {
	text-align: left;
	padding: 10px 0 10px 0;
}
.container main td {
	border-bottom: 1px solid #d3dbdd;
	padding: 10px 0 10px 0;
}
thead {
	border-bottom: 2px solid #d3dbdd;
}
.container main table {
	border-collapse: collapse;
	margin-bottom: 300px;
}
#meetSelector {
	margin: 10px 0 30px 0;
}
#meetSelector,
td,
th {
	padding: 10px;
}
table {
	border-collapse: collapse;
}
.table table-bordered,
.table table-bordered th,
.table table-bordered td {
	border: 1px solid #d3dbdd;
}