/*
Basic Typography
 */
body {
	background-color: #dee1e6;
	font-family: "Frutiger Linotype", Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.nobody {
	background-color:#f5f5f5;	
}

h1,h2,h3 {
	font-weight: normal;
	line-height: 2.0;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}

h1.logo {
	padding:0 40px;
	margin: 20px auto 0;
	max-width: 1200px;
	background:url(/images/golfboard-logo.png) no-repeat 20px 0 / 300px 57px;
	height:72px;
}

h1.logo span {
	display:none;	
}

.front-box {
	color:#555555;
}

.front-box p {
	font-size:15px;
	margin:0 0 20px;
}

.front-box h2 {
	line-height:45px;
}

.front-box .sign-liability-waiver {
	margin:20px 0;	
}

.front-box .sign-liability-waiver a {
	outline:0;	
}

/*
Helpers
 */
.auto-width {
	width: auto !important;
}

p.intro {
	margin: 0 0 2em 0;
	font-size: 125%;
	color: #777;
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-justify {
	text-align: justify !important;
}

.small {
	font-size: 90%;
	font-weight: lighter;
	line-height: 1.2em;
	color: #999;
}

.big-text {
	font-size: 2.4em;
}

pre {
	margin-top: 18px;
}

.pagination {
	margin-right: 20px;
	margin-top: 0;
}

/*
Page Structure
 */
.container-fluid,.fluid-container {
	margin: 0 auto;
	max-width: 1200px;
}

.gb-logo {
    margin-top: 5rem;
}

.body {
	background-color: #fdfdfd;
	border: 1px solid #adadad;
	border-top: none;

	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
	padding: 10px 20px 20px 20px;
	z-index: 1;
	min-height: 300px;
	
	font-weight: lighter;
}

.jumbotron {
    text-align: center;
    margin: 60px 0;
}

.jumbotron h1 {
    font-size: 72px;
    line-height: 1;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.full-width {
    width: 100%;
}

#login {
    max-width: 300px;
    padding: 19px 29px 14px 29px;
    color:#ffffff;
    margin:0 auto;
    background-color: #03441e;
    border: none;
    width:300px; 
    margin-top: 2rem;
    float: none;
}

#login form {
	margin:0;
}

#login input[type=text],
#login input[type=password] {
	line-height:32px;
	height:32px;
	border:1px solid #1b8f26;
}

#login h2 {
    font-size: 31.5px;
    line-height: 40px;
    margin-bottom: 10px;
}

a {
	color:#1b8f26;
}

input.btn {
	padding:8px 15px;	
}

.alert.notification {
	border-radius:0;
}

/*
Forms
 */
.form-horizontal .control-group {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 18px;
	padding-top: 18px;
	margin-bottom: 0;
}

.form-horizontal .control-group > label {
	font-weight: bold;
	width: 180px;
}

.form-horizontal .control-group .controls {
	margin-left: 200px;
}

@media screen and (max-width: 600px) {
    .form-horizontal .control-group .controls {
	margin-left: 0px;
}
}

.form-horizontal .form-actions {
	padding-left: 200px;
}

.form-horizontal .form-actions.no-indent {
	padding-left:20px;	
}

.form-horizontal fieldset .control-group:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 36px;
}

.large-text-area textarea {
	width:98%;
	height:400px;
}

.liability_waiver_agreement {
	overflow-y:scroll;
	height:300px;
	margin:0 0 30px;
	padding:10px;
	white-space:pre-wrap;
	border:1px solid #e5e5e5;
}

#liability_waiver_birthdate_mm {
	width:26px;
}

#liability_waiver_birthdate_dd {
	width:26px;
}

#liability_waiver_birthdate_yyyy {
	width:52px;
}

.center-box {
	margin:120px auto;
	width:424px;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
	background:#ffffaa;
	border-color:#cccccc;
}

.control-group.error .control-label {
	color:#555555;
}

.control-group.error .control-label span {
	color:#B94A48;
}

.control-group.error .checkbox, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
	color:#555555;	
}
