/*--------------------------------------------------------------
Fonts/Colors
--------------------------------------------------------------*/

/*@import url("//hello.myfonts.net/count/3566df");

@font-face {font-family: 'AircheckJNL';src: url('webfonts/3566DF_0_0.eot');src: url('webfonts/3566DF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3566DF_0_0.woff2') format('woff2'),url('webfonts/3566DF_0_0.woff') format('woff'),url('webfonts/3566DF_0_0.ttf') format('truetype');}
*/
/*

font-family: "proxima-nova",sans-serif;
font-family: "eurostile-extended",sans-serif;
font-family: "ingra-wide",sans-serif;
font-style: normal;
font-weight: 300;

Yellow: #ffd400 or rgba(255,212,0,1.0)
Dark Yellow: #fccd24 or rgba(252,205,36,1.0)
Green: #6cad2d or rgba(252,205,36,1.0)

*/

body {
    margin-top: 50px;
    background-color: #222;
    font-size: 14px;
    font-family: "proxima-nova",sans-serif;
}

@media(min-width:992px) {
    body {
        margin-top: 50px;
    }
}

a {
	color: #207f3e;
	text-decoration: none;
	outline: none;
}
a:hover,
a:focus,
a:active {
	color: #80c342;
	text-decoration: none;
	outline: none;
}

.btn { font-weight: 600; }

.btn-default,
.btn-primary {
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.btn-default {
    color: #fff;
    background-color: #777;
    border-color: #777;
}

.btn-default:hover{
    color: #fff;
    background-color: #555;
    border-color: #555;
}

.btn-primary {
    color: #555;
    text-transform: uppercase;
    border-color: #ffd400;
    border-radius: 60px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
	background: -webkit-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #cfaa02 10%, #ffd400 60%); /* W3C */
}

.btn-primary:hover {
    color: #000;
    background: #eec300;
    border-color: #eec300;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn-default { /* dark gray */
    color: #ffd400;
    text-transform: uppercase;
    border-color: #555;
    border-radius: 60px;
	background: -webkit-linear-gradient(0deg, #000 10%, #555 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(0deg, #000 10%, #555 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(0deg, #000 10%, #555 60%); /* IE10 */
	background:      -o-linear-gradient(0deg, #000 10%, #555 60%); /* Opera 11.10+ */
	background:         linear-gradient(0deg, #000 10%, #555 60%); /* W3C */
}

.btn-default:hover{
    color: #fff;
    background: #000;
    border-color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
}

.btn-xs {
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    font-weight: 700;
}




.noborder { border: 0 !important; border-color: transparent !important; }


.navbar { border-top: 5px solid #ffd400; }

.navbar-inverse {
	background: -webkit-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* W3C */
	box-shadow: 0 20px 30px 5px rgba(34,34,34,0.5) inset;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(34,34,34,0.5);
    transition: all .3s;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #222;
}

.navbar-brand {
	padding: 4px 0 0 15px;
}

.navbar-brand img {
	width: 100px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #98ab15;
}


.navbar-header { width: 100%; }



.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: cener;
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
    background-color: #777;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 3px;
}



.navbar-profile-pic {
	width: 32px;
	border-radius: 120px;
	margin-right: 5px;
}


#hero {
	background: #000 url(../../images/carbon-fiber-texture.jpg);
	background-repeat: no-repeat;
	/* background-size: 100%; */
	background-position: center top;
	/* background-attachment: fixed; */
	padding: 10px 0 10px;
	box-shadow: 0 -72px 72px -36px rgba(0,0,0,0.6);
}

#hero .hero-left,
#hero .hero-right {
	text-align: center;
}

#hero .hero-left img,
#hero .hero-right img {
	text-align: center;
}

#hero .hero-center {
	padding-top: 15px;
	padding-bottom: 15px;
}

#hero h2 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	font-size: 24px;
	letter-spacing: 0em;
}


@media (min-width: 992px) {
	#hero .hero-left {
		text-align: right;
	}
	#hero .hero-right {
		text-align: left;
	}
	#hero h2 {
		padding-top: 40px;
	}
	#hero .hero-left img,
	#hero .hero-right img {
		text-align: center;
		padding-top: 40px;
	}
	#hero .hero-center {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	#hero h2 {
		font-size: 30px;
		padding-top: 54px;
	}
	#hero .hero-left img,
	#hero .hero-right img {
		text-align: center;
		padding-top: 54px;
	}
}

/*
#hero h1:before {
	max-width: 300px;
	margin: 0 auto 15px;
	content: url(../images/hero-logo.png);
	display: block;
	border-bottom: 1px solid #fff;
	border-color: rgba(255,255,255,0.3);
	padding-bottom: 15px;
}
 */


h1.page-header {
	text-align: center;
	font-family: 'AircheckJNL', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 6px;
}

h1.page-header hr {
	max-width: 300px;
	border-bottom: 1px solid #ffd400;
}




#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 20px 0 20px;
    background-color: #fff;
}

#page-wrapper h4 {
	text-transform: uppercase;
	border-bottom: 0px solid #eee;
	padding: 6px 12px;
	color: whitesmoke;
/*	background: #333; */
	background: -webkit-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #6cad2d 10%, #fccd24 60%); /* W3C */
	margin: 20px 0;
	font-weight: 600;
	font-size: 14px;
	border-radius: 3px;
	text-shadow: 0 0 10px rgba(34,34,34,0.5);
}

.page-header {
	border: 0;
	position: relative;
	margin: 10px 0 20px;
	padding: 0;
	line-height: 1;
}

.pro-tip {
	text-align: center;
}

.pro-tip .pro-tip-heading {
	background-color: #6cad2d;
	vertical-align: middle;
	padding: 15px;
}

.pro-tip .pro-tip-heading h3 {
	color: #fff;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.pro-tip .pro-tip-text {
	background: -webkit-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* W3C */
	vertical-align: middle;
	text-align: center;
	padding: 15px;
}

.pro-tip .pro-tip-text p {
	margin: 0;
}

.pro-tip .pro-tip-btn {
	background-color: #fccd24;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
}

.course-ready {
	/* background: #f5f5f5; */
	background: -webkit-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* FF3.6+ */
	background:     -ms-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* IE10 */
	background:      -o-linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* Opera 11.10+ */
	background:         linear-gradient(90deg, #eeeeee 10%, #f5f5f5 60%); /* W3C */
}

.course-ready .col {
	vertical-align: middle;
}

.course-ready .col h3,
.course-ready .col p {
	margin: 0;
}

.course-ready .col h3 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

/* balance columns */
.col-container {
    display: table;
    width: 100%;
}
.col {
    display: table-cell;
    padding: 16px;
}

@media only screen and (max-width: 600px) {
    .col {
        display: block;
        width: 100%;
    }
}


.earnings {
	background: #98ab15;
	padding: 6px 12px;
	color: #fff;
	position: relative;
	border-radius: 4px;
}

.btn-reports {
	margin-top: 10px;
}

@media(min-width:992px) {
.earnings:before {
	content: 'Balance';
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	left: -88px;
	top: 20px;
	color: #777;
}
}

.earnings a {
	color: #fff;
}

.earnings small {
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}

.amount {
	font-size: 44px;
	line-height: 1;
	font-weight: 100;
	text-align: left;
	vertical-align: top;
	letter-spacing: -.05em;
}

.amount sub {
	display: inline-block;
	font-size: 18px;
	position: relative;
	top: -22px;
	letter-spacing: .05em;
}

#page-wrapper h4 .btn-purchase {
	float: right;
	margin-top: -6px;
}

#page-wrapper h4 .btn-edit {
	font-weight: 700;
	float: right;
	font-size: 12px;
	padding: 2px 0 0 0;
	color: #dee78d;
	color: #fff;
}

#page-wrapper h4 .btn-edit i {
	color: #dee78d;
}

.how-it-works {
	display: block;
	margin-top: 30px;
	text-align: center;
}

@media(min-width:992px) {
	.how-it-works {
		display: none;
	}
}

@media(min-width:992px) {
    #wrapper {
        /* padding-left: 225px; */
    }

    #page-wrapper {
        padding: 40px 10px 30px;
    	min-height: 600px;
    }

    #page-wrapper h4 {
		/* margin: 10px 0 20px; */
		padding: 18px;
		font-size: 16px;
	}
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
    width: auto;
    margin-top: 5px;
}

.top-nav>li {
    display: inline-block;
    float: right;
}

.top-nav>li>a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 10px rgba(34,34,34,0.5);
    transition: all .3s;
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 20px;
    font-weight: 700;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #222;
    background-color: transparent;
}

.top-nav>.open>.dropdown-menu {
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}



/* Side Navigation */

@media(min-width:992px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 15px;
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}










.well-notifications {
	border: 0;
	box-shadow: none;
	border-radius: 3px;
	padding-bottom: 1px;
	background: #edf8e9;
	background: #333;
	padding-top: 0;
}

#page-wrapper .notifications-wrapper h4 {
	background: #333;
}

.well-notifications h5 {
	position: relative;
	top: 2px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	padding: 8px 0 9px 12px;
	font-size: 12px;
	color: whitesmoke;
}

.notification-details {
	font-size: 12px;
}


.alert {
	padding: 8px 30px 8px 8px;
	border-radius: 0;
	margin: 0 0 10px 0;
}

.alert-default {
	background: #fff;
	border-color: #fff;
}

.alert hr { margin: 5px 0; border-color: #eaeaea; }





.table-courses,
.table-tees {
	margin-bottom: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th {
    vertical-align: middle;
}

.table-noborder>thead>tr>th,
.table-noborder>tbody>tr>td,
.table>tbody>tr>th {
    border: 0 !important;
    border-top: 0 !important;
}



td.gender,
th.gender { min-width: 110px; padding-left: 15px !important; }

td.course-name {
	font-weight: 600;
	text-transform: normal;
	font-size: 14px;
}


.input-sm {
    padding: 5px 2px;
    text-align: center;
}



.fa-remove { color: red; }

.well { border: 0; }

#page-wrapper .well-inverse h4 {
	background: whitesmoke;
	color: #444;
}

#page-wrapper .well-inverse h4 .btn-edit {
	color: #444;
}

#page-wrapper .well-inverse h4 .btn-edit i {
	color: #98ab15;
}




.well-dashboard,
.well-tees,
.well-course-add {
	box-shadow: none;
	border: 0;
	background: whitesmoke;
}

.well-dashboard hr {
	border-top-color: #dedede;
}

.well-tees {
	background: #fff;
	margin-bottom: 0;
	overflow: hidden;
}




.well-course {
	position: relative;
	margin-bottom: 15px;
	background: #222;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border: 0;
}
.well-course .form-group {
	margin-bottom: 10px;
	overflow: hidden;
}

input.course-search {
	margin: 10px 0;
}

@media(min-width:768px) {
	input.course-search {
		margin: 0;
	}
}

.form-tees input {
	margin-bottom: 10px;
}

.well-inverse {
	background: #222;
}

.well-inverse label {
	color: #fff;
}

.nav-tabs {
	border-bottom-color: transparent;
	position: relative;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #222;
    border: 1px solid #222;
    border-bottom-color: transparent;
    cursor: default
}


button.remove {
	display: none;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: red;
	border: 0;
	border-radius: 100px;
	position: absolute;
	right: -4px;
	top: -4px;
	text-align: center;
	font-weight: 100;
	z-index: 100;
}

button.remove::before {
	content:'\f00d';
	font-family: FontAwesome;
	font-size: 10px;
	color: #fff;
	position: absolute;
	left: 4px;
	top: 0;
}

.nav-tabs>li.active button.remove {
	display: inline-block;
}

.tab-pane-holes .table {
	margin-bottom: 0;
}

.tab-pane-holes {
	padding: 10px;
	background: #fff;
}

.table.table-inverse {
	background-color: #222;
	color: #fff;
}

.nav-tabs.tee-tabs>li.active>a,
.nav-tabs.tee-tabs>li.active>a:hover,
.nav-tabs.tee-tabs>li.active>a:focus {
    color: #444;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    cursor: default
}

.lead {
	color: #207f3e;
	margin-bottom: 30px;
}


input[type='file'] {
  color: transparent;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Edit Photo';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  color: #666;
}

.custom-file-input:hover {
	cursor: pointer;
}
.custom-file-input:hover::before {
  border-color: #ddd;
  color: #333;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}








.list-golf-courses {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px outset #ddd;
    -moz-column-rule: 1px outset #ddd;
    column-rule: 1px outset #ddd;
}

.list-golf-courses li {
	line-height: 1.25;
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
}






@media(min-width:768px) {
	.list-golf-courses {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}


@media(min-width:1600px) {
	.list-golf-courses {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
	}
}


@media(min-width:992px) {
	.content-wrapper {
		padding-left: 30px;
		border-left: 2px solid whitesmoke;
	}
}



















/* scorecard */


.table-scorecard { margin-bottom: 20px; }
.table-scorecard b { display: block; font-size: 18px; }
.table-bordered {border: 1px solid #000}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border-color: #000; }
.row-holes th { background: #517238; color: #fff; text-align: center; font-weight: 400; }
.row-holes th.total { background: #6d7c16; }
.row-holes th.player { background: #000; }

.players th.player { border-top: 1px solid #000 !important; }

@media screen and (min-width:480px) {
	.row-holes th.player,
	.row-holes th.total,
	.row-holes th.in,
	.row-holes th.out { width: 10%; }
}

















.awards-list {
    padding-left: 0;
    list-style: none
}

.awards-list li {
    float: left;
    width: 25%;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    text-align: center;
}

.awards-list li img {
	max-width: 100%;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer {
	background: #000;
	box-shadow: 0 6px 6px -3px rgba(0,0,0,0.3) inset;
	border-top: 0px solid rgba(0,0,0,0.35);
}


.site-info {
	padding: 30px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.site-info a {
	color: #fff;
}

.site-info a:hover,
.site-info a:active,
.site-info a:focus {
	color: #80c342;
}

.sep {
	padding: 0 8px;
	color: #6cad2d;
}

.footer-logo {
	margin-bottom: 30px;
}
