html {
	min-height: 100%;
}

body    {
	overflow-y:scroll;
}

h1 {
	margin-bottom: 30px;
	color: #1976d2;
}

@media(max-width:620px) {
	h1 {
		font-size: 36px;
	}
}

a {
	font-weight: 500;
}



#maincontainer {
  padding-left: 0px;
	padding-top: 70px;
	width: 100%;
	position: relative;
}

@media(min-width: 768px) {
	#maincontainer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

#content {
	padding-left: 0px;
	padding-top: 30px;
}

.container {
	text-align: left;
}

.container-fluid {
/*	max-width: 1200px;*/
}

.page-content {
	max-width: 1200px;
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.page-content-admin {
	max-width: 100%;
	width: 100%;
	text-align: left;
    padding-left: 50px;
    margin-top:	-50px;
}




/* breadcrumb ********************/

.breadcrumb-container {
	max-width: 1200px;
	width: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.breadcrumb {
	background: white;
	margin-bottom: 0px;
	padding: 8px 0px 0px 0px;
}

@media(max-width: 576px) {
	.breadcrumb-item {
		font-size: 14px;
	}
}



hr {
	margin-top: 30px;
	margin-bottom: 30px;
}

label {
	margin-bottom: 1px;
	font-weight: 500;
	font-size: 14px;
}

.buttons a:hover {
	text-decoration: none;

}

.btn {
	padding-left: 15px;
	padding-right: 15px;
	min-width: 80px;
}
.btn.no-min-width {
	min-width: 0px;
}

.btn-sm {
	padding-left: 8px;
	padding-right: 8px;
}

.icon-button {
	padding: 5px;
	font-weight: normal;
	font-size: 22px;
}

.icon-button:hover {
	background: #eceff1;
}

.icontext-button {
	position: relative;
	padding-left: 35px;
}

.icontext-button i, .icontext-button svg {
	position: absolute;
	left: 4px; 
	hedight: 100%
}

.underline {
	border-bottom: 1px solid gray;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
}

.errtext {
	color: red;
	font-weight: 500;
}

.infotext {
	color: green;
	font-weight: 500;
}

.date-updated {
	color: rgb(108, 117, 125);
	font-size: 15px;
}

.digit {
	font-weight: 500;
}

.comment {
	margin-top: 8px;
}

.dropdown-menu {
	box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.dropdown-item:focus, .dropdown-item:hover {
	background: #007bff;
	color: white;
}

.notActive {
	background: red;
}

.found-out {
  display: none;
}

.course-location {
	font-weight: normal;
}
@media(max-width:767px) {
	.course-location {
		font-weight: normal;
	}
}


/* Hero Div ------------------------------------------------------- */


.hero-image {
	position: relative;
	padding-top: 0px;
	margin-left: -25px;
	margin-right: -15px;
	margin-top: -49px;
	background-image: url("/images/hero_background3.jpg");
	background-size: cover;
	background-position: right; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
	height: 600px;
	color: white;
}

#hero-text {
	margin-left: 40px; 
	padding: 10px; 
	position: absolute; 
	top: 210px; 
	color: #fff; 
	text-shadow: 0 1px 2px #000; 
	font-weight: 500; 
	width: 600px; 
	font-size: 31px;
	text-align: left;
	z-index: 1001;
}

#shots-recorded, #rounds-recorded, #courses-stored {
	color: #000; 
	font-weight: 700; 
	font-size: 30px;
	margin-top: -10px;
	margin-bottom: -2px;
}

#hero-phone1 {
	width: 230px;
}

#hero-text-small {
	display: none;
}

#hero-phones {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	width: 100%; 
	text-align: center;  
	left: 0px; 
	bottom: 10px;
	padding-left: 580px;
	z-index: 1000;
}

#hero-badges {
	margin-left: 40px; 
	padding: 10px; 
	position: absolute; 
	top: 350px; 
	color: #fff; 
	text-shadow: 0 1px 2px #000; 
	font-weight: 500; 
	width: 600px; 
	font-size: 32px;
	text-align: left;
	z-index: 1001;
	text-align: center; 
	padding-right: 50px; 
	margin-top: 40px;
}

.appstore-badge {
	width: 170px;
	margin-right: 15px;
}

#kpis {
	margin-top: 50px; 
	margin-bottom: 50px;
}



@media(max-height:736px) {
	.hero-image {
		height: 670px;
	}
}
@media(max-height:668px) {
	.hero-image {
		height: 600px;
	}
}
@media(max-height:568px) {
	.hero-image {
		height: 502px;
	}
}
@media(max-height:480px) {
	.hero-image {
		height: 414px;
	}
}



@media(max-width:1255px) {
	#hero-text {
		margin-left: 20px; 
		width: 510px; 
		font-size: 26px;
	}	
	#hero-badges {
		margin-left: 20px; 
		width: 500px; 
	}
	#hero-phones {
		padding-left: 470px;
	}
}

@media(max-width:1130px) {
	#hero-phone2 {
		display: none;
	}
}


@media(max-width:945px) {
	.appstore-badge {
		width: 150px;
	}
	#hero-text {
		margin-left: 10px; 
		width: 470px; 
		font-size: 24px;
	}	
	#hero-badges {
		top: 320px; 
		margin-left: 10px; 
		width: 430px; 
	}	
	#hero-phones {
		padding-left: 440px;
	}
}

@media(max-width:866px) {
	.appstore-badge {
		width: 150px;
		margin-left: 5px;
		margin-right: 5px;
	}
	#hero-text {
		top: 100px;
		margin-left: 0px; 
		margin-right: 0px; 
		width: 100%; 
		font-size: 26px;
		text-align: center;
	}	
	#hero-badges {
		top: 20px; 
		margin-top: 0px;
		margin-left: 0px; 
		margin-right: 0px; 
		padding-left: 0px;
		padding-right: 0px;
		width: 100%; 
	}	
	#hero-phones {
		padding-left: 0px;
		top: 250px;
	}
	#kpis {
		margin-top: 200px; 
		margin-bottom: 50px;
	}

	#hero-phone1 {
		margin-bottom: -100px;
	}
	#hero-watch1 {
		margin-bottom: -50px;
	}
}


@media(max-width:520px) {
	#hero-text {
		margin-top: -10px;
		font-size: 22px;
		line-height: 1.2;
	}	
	#hero-phones {
		top: 250px;
	}
	
}


@media(max-width:440px) {
	.appstore-badge {
		width: 130px;
		margin-left: 3px;
		margin-right: 3px;
	}
	#hero-badges {
		top: 10px; 
	}
	#hero-text {
		top: 100px;
		font-size: 22px;
	}	
	#hero-text-small {
		display: block;
	}
	#hero-text-large {
		display: none;
	}


}
@media (max-height: 666px) and (max-width: 400px) {
	#hero-phone1 {
		width: 200px;
	}
}


.jumbotron-fluid {
	padding-top: 0px;
	margin-left: -25px;
	margin-right: -15px;
	margin-top: -45px;
}

div.ad-unit {
	justify-content: left !important;
	margin-bottom: 20px;
}
div.list-image {
	width: 44px; 
	height: 44px; 
	display: inline-block; 
	text-align: center;	
}

div.photo-circle {
	display: inline-block; 
	border-radius: 50%;
	width: 100%;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-position: center center; 
	background-size: cover; 
	background-repeat: no-repeat; 
	height: 100%; 
	width: 100%; 
	background: #505050;
}

div.photo-circle > .photo-circle-text {
	text-align: center; 
	line-height: 44px; 	
	width: 100%; 
	height: 100%;
	font-weight: 500
}

.rounded-circle {
	object-fit: cover;
}


/** sidebar **/

#sidebar-small {
	width: 100px;
	color: rgb(95, 99, 104);
	font-size: 12px;
	font-weight: 500;
	background: white;
	position: fixed;
	top: 73px;
	height: 100%;
	z-index: 2001;
	visibility: visible;

}

.sidebar-small-item {
	margin-top: 20px;
	text-align: center;
}

.sidebar-small-item > div{
	margin-top: -10px;
}

#sidebar {
	padding: 20px 15px 20px 15px;
	background: white;
	position: fixed;
	top: 0px;
	width: 220px;
	height: 100%;
	box-shadow: 0 8px 10px -5px rgba(0,0,0,0.2), 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12);
	transition-property: transform, visibility;
	transition-duration: 0.35s, 0s;
	transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1), ease;
	transition-delay: 0s, 0.3s;
	z-index: 2000;
	transform: translateX(-200px);
	visibility: hidden;
	color: #3c4043;
}

#sidebar.visible {
	transform: translateX(0);
	transition-property: transform, visibility;
	transition-duration: 0.35s, 0s;
	transition-timing-function: cubic-bezier(0.24, 1, 0.32, 1), ease;
	transition-delay: 0s, 0s;
	visibility: visible;
}

@media (min-width: 767px) {
	#sidebar {
		left: 0px;
		width: 220px;
	}
}

@media(min-width:992px) {
	#sidebar {
		left: 0px;
		width: 220px;
	}
}

@media(min-width:1200px) {
	#sidebar {
		left: 0px;
		width: 220px;
	}
}


#sidebar-list {
	list-style: none;
	padding-left: 0px;
	font-weight: 500;
}

#sidebar-list li {
	position: relative;
	padding-left: 45px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

#sidebar-list li:hover {
	background: #bbdefb;
	cursor: pointer;
}
#sidebar-list .material-icons {
	color: rgb(60, 64, 67);
	font-weight: normal;
}

div.sidebar-icon {
	position: absolute;
	margin-left: -35px;
}

.small-number {
	font-size: 12px;
	color: #606060;
}

.hide-small {
	display: inline;
}
.hide-big {
	display: none;
}
@media (max-width: 660px) {
	.hide-small {
		display: none;
	}
	.hide-big {
		display: inline;
	}
}

.navbar {
	height: 66px;
	z-index: 1901;
	
}

#navbar {
	transform: translateY(0);
	transition: transform .4s ease-out;
}

#navbar-placeholder {
	z-index: 1900;
	top: 0px;
	width: 100%;
	position: fixed;
	height: 66px;
	background:white;
	box-shadow: 0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12);
	transform: translateY(0);
	transition: transform .4s ease-out;
}

@media(max-height: 499px) {
	#navbar.navbar-hidden, #navbar-placeholder.navbar-hidden {
		transform: translateY(-100%);
		transition: transform .4s ease-out;
	}
}



.nav-item {
	text-align: center;
}

.nav-button-text {
	margin-top: -8px;
	font-size: 12px;
	font-weight: 500;
}

@media(max-width:700px) {
	#nav-contact-button {
		display: none!important;
	}
	#contact-dropdown-item {
		display: block!important;
	}
}


@media(min-width:620px) {
	#menu-button {
		display: none!important;
	}
}

@media(max-width:620px) {
	ul.navbar-nav {
		display: none!important;
	}

}

@media(max-width:450px) {
	#user-dropdown {
		display: none!important;
	}
}

@media(max-width:380px) {
	ul.nav-tabs > li > a.nav-link {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.content_header {
  float: left;
}

.content_header_actions {
  float: right;
}


.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


.scorecardtable, .club-table {
	font-size: 16px;
}




@media(max-width: 768px) {
	.scorecardtable, .club-table {
		font-size: 15px;
	}
}

@media(max-width: 576px) {
	.scorecardtable, .club-table {
		font-size: 14px;
	}
}

.scorecardtable td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid silver;
	text-align: center;
}

.scorecardtable td.nonfocus1 {
	background: #e0e0e0;
}

.scorecardtable td.nonfocus2 {
	background: #eeeeee;
}

.scorecardtable td.nonfocus3 {
	background: #f5f5f5;
}

.scorecardtable td.left {
	text-align: left;
}

.scorecardtable td.right {
	text-align: right;
	padding-right: 10px;
}

.scorecardtable th {
	padding: 0px 10px 0px 10px;
	line-height: 125%;
	width: 120px;
	vertical-align: top;
}

.scorecardtable th.title-col {
	width: auto;
}


.scorecardtable tr.total, .scorecardtable tr.total > td, .scorecardtable tr.total > th  {
	border: none;
	background: black;
	font-weight: 500;
	color: white;
	vertical-align: middle;
	height: 30px; 
}

.scorecardtable tr.nonfocustotal, .scorecardtable tr.nonfocustotal > td  {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;	
	font-weight: 500;
	background: rgb(66,66,66);
	border-color: rgba(255,255,255, 0.1);
	color: white;
}


table.scorecardtable-inside {
  width: 100%;
  border: none;
  padding: 0px 0px 0px 0px;
  margin: -2px 0px -1px 0px;
  border-collapse: collapse;
}

table.scorecardtable-inside td {
  border: none;
  padding: 0px 0px 0px 0px;
}

div.ringed {
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 22px;
	width: 22px;
	height: 22px;
  border: 1px solid #9e9e9e;	
	text-align: center;
	display: inline-block;
	border-radius: 50%;	
}

table.scorecardtable-inside td.inside-total {
  	color: white;
	font-weight: 500;
	vertical-align: middle;
}

table.scorecardtable-inside td.small-left {
	color: #999999;
	font-size: x-small;
	width: 20px;
	text-align: left;
	vertical-align: middle;
}

table.scorecardtable-inside td.small-right {
	color: #999999;
	font-size: x-small;
  	width: 20px;
	text-align: right;	
}

td.small-title {
	color: #999999;
	font-size: x-small;
	text-align: center;
	/* border: 1px solid black;  */
	border: none;
	line-height: 100%; 
	padding-top: 0px; 
	padding-bottom: 0px;	
}


/* Club table *********************************************************************/

.club-table tr th {
	background: black;
	color: white;
	text-align: right;
}

.club-table tr td, .club-table tr th {
	text-align: right;
	padding: 5px 10px 5px 10px;
}







/* Stats table *********************************************************************/


.stats-table-container {
	margin-left: 0px;
	margin-right: 0px;
}

@media(min-width: 768px) and (max-width: 991px) {	
	.stats-table-container {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media(max-width:767px) {
	.stats-table-container {
		margin-left: -5px;
		margin-right: -5px;
	}
}

.stats-table {
	font-size: 15px;
}

.stats-table th {
	color: white;
	padding: 0px 10px 0px 10px;
}

.stats-table td {
	padding: 0px 10px 0px 10px;
}



.stats-table td.report {
	text-align: right;
	width: 100px;
}

.stats-table td.diff {
	text-align: right;
	color: white;
	background: #616161;
	font-size: 13px;
	padding: 0px 4px 0px 10px;
}

.stats-table td hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

@media(max-width: 767px) {
	.stats-table {
		font-size: 14px;
	}
	.stats-table td.statshead {
		padding: 0px 0px 0px 4px;
	}
}









tr.reporttitle {
  background: black;
  color: white;
  text-align: center;
}

tr.reporttitle th {
  padding: 10px 10px 10px 10px;
}



/* tab-menu  *********************************************************************/

table.tab-menu {
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px -1px 0px;
}

table.tab-menu td {
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 0px;
}

table.tab-menu td.tab-selected {
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 0px;
  background-color:black;
  color: white;
  font-weight: 700;
}

table.tab-menu td.tab-normal {
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 0px;
  background-color:#eeeeee;
  color:white;
  font-weight: normal;
}

table.tab-menu td.tab-normal a {
	color: black;
	font-weight: normal;
}


#shot-table td, #shot-table th {
	padding: 4px;
}


.header-with-link3 {
  font-size: 22px;
  color: gray;
  font-weight: 500;
  border-bottom: 1px solid;
  margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #505050;
}

.header-with-link3-links {
  padding: 6px 2px 0px 0px;
  float: right;
	font-size: 15px;
}

.header-with-link3-links a {
	font-weight: normal;
}



#tabs {
  margin: 0;
  padding: 0;
}

#tabmenu {
  margin: 0px;
  padding: 0;
  z-index: 1;
  padding-left: 0px;
  padding-bottom:2px;

}

#tabmenu li {
	padding-right: 1px;
	padding-left: 1px;
	margin: 0px 0px 0px 0px;
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

#tabmenu a, #tabmenu a:visited, #tabmenu a:active {
	font-size: 12px;
	font-weight: normal;
	color: black;
	background: white;
	border: 1px solid gray;
	border-bottom: 0px;
	padding: 3px 7px 3px 7px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
}

#tabmenu a.active, #tabmenu a.active:visited {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background:rgb(66,66,66);
	border: 1px solid black;
	border-bottom: 0px;
	padding: 3px 7px 4px 7px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
}

@media(min-width:768px) {
	#tabmenu a, #tabmenu a:visited, #tabmenu a:active, #tabmenu a.active, #tabmenu a.active:visited {
		padding: 3px 12px 4px 12px;
	}
}

.course-stats-table td {
	font-size: 15px;
	padding-left: 4px; 
	padding-right: 10px;
}


@media(min-width:992px) {
	#course-scorecard-col {
		padding-right: 50px;
	}	
}


/*.table th {
	border-top: none;
}*/

th {
	font-weight: 500;
}


 /* table-hover ****************/



.table-container {
	margin-left: 0px;
	margin-right: 0px;
}

.table-hover th {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: 500;
}

.table-hover td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
}




@media(max-width:767px) {
	.responsive-font {
		font-size: 15px;
	}
	
	.table-container {
		margin-left: -15px;
		margin-right: -15px;
	}

	.table-hover th:first-child, .table-hover td:first-child {
		padding-left: 16px;
	}
	.table-hover th:last-child, .table-hover td:last-child {
		padding-right: 16px;
	}
}


@media(max-width:575px) {
	.responsive-font {
		font-size: 14px;
	}
}



/* Edit Table */

table.edittable {
	border: 1px solid black;
}

table.edittable th {
	background:  black;
	color: white;
	font-weight: 700;
}

table.edittable tr:last-child td {
	padding-bottom: 10px;
}

table.edittable tr td, table.edittable tr th {
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}

table.edittable tr td:first-child {
	padding-right: 10px;
	padding-left: 4px;
	text-align: left;	
}

table.edittable tr td > input {
	max-width: 120px;
	min-width: 60px;
	width: 100%;
	text-align: center;
}

table.edittable tr td > input.par {
	max-width: 40px;
	min-width: 25px;
	width: 100%;
	text-align: center;
}

table.edittable tr td > input.strokes {
	max-width: 60px;
	min-width: 30px;
	width: 100%;
	text-align: center;
}

table.edittable tr td > input.par-error {
	max-width: 40px;
	min-width: 25px;
	width: 100%;
	text-align: center;
	border: 2px solid red;
}

table.edittable tr td > input.slope-error {
	border: 2px solid red;
}


/* Edit Course Table */

table.edit-course-table {
	font-size: 15px;
	border: 1px solid silver;
}

table.edit-course-table.no-border{
	font-size: 15px;
	border: none;
}

table.edit-course-table {
	font-size: 15px;
	border: 1px solid silver;
	padding-right: 10px;
}

table.edit-course-table th {
	font-weight: 600;
	padding-bottom: 4px;
	background-color: black; 
	/* background-color: rgb(66, 66, 66); */
	color: white;
}

table.edit-course-table th.tees {
	font-weight: 600;
	padding-bottom: 4px;
	background-color: white;
	color: black;
}

table.edit-course-table th.ratings {
	font-weight: 400;
	padding-bottom: 4px;
	font-size: 14px;
	padding-top: 0px;
}

table.edit-course-table th:first-child {
	padding-right: 10px;
	padding-left: 4px;
	text-align: left;	
	min-width: 120px;
}


table.edit-course-table tr td, table.edit-course-table tr th {
	padding-left: 1px;
	padding-right: 1px;
	text-align: center;
}

table.edit-course-table tr td.ratings, table.edit-course-table tr th.ratings {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

table.edit-course-table tr td:first-child {
	padding-right: 10px;
	padding-left: 4px;
	text-align: left;	
	min-width: 100px;
}

table.edit-course-table tr td:last-child {
	padding-right: 4px;
}

table.edit-course-table tr td > input {
	max-width: 120px;
	min-width: 60px;
	width: 100%;
	text-align: center;
}

table.edit-course-table tr td > input.par {
	max-width: 40px;
	min-width: 25px;
	width: 100%;
	text-align: center;
	height: 30px;
}

table.edit-course-table tr td > input.length {
	font-size: 14px;
	max-width: 40px;
	min-width: 34px;
	width: 100%;
	text-align: center;
	height: 30px;
}

table.edit-course-table tr td > input.slope {
	width: 52px;
	text-align: center;
	height: 30px;
}


table.edit-course-table tr td > input.strokes {
	max-width: 60px;
	min-width: 30px;
	width: 100%;
	text-align: center;
}

table.edit-course-table tr td > input.par-error {
	max-width: 40px;
	min-width: 25px;
	width: 100%;
	text-align: center;
	border: 2px solid red;
}

table.edit-course-table tr td > input.slope-error {
	border: 2px solid red;
}

.tee-name {
	border: 1px solid #e0e0e0;
	border-width:0.1em;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 25px;
	height: 32px;
	border-radius: 6px;
	min-width: 120px;
	position: relative;
	cursor: pointer;
}




.hover-row {
	color: black;
}

.hover-row:hover {
	background: rgba(0,0,0,.075);
}

a.no-hover:hover {
	text-decoration: none;
}



/* Map -----------------------------------------*/

#map {
	position:absolute; 
	left: 0px; 
	top: 90px; 
	left: 210px; 
	width:100%; 
	height:100%; 
	z-index:2; 
	margin-right: 0px;
}

#help-div {
	position:absolute; 
	left:230px; 
	top:150px; 
	z-index:3; 
	background-color: rgba(255,255,0,0.8); 
	padding: 10px 10px 10px 10px;
	font-weight: bold; 
	border: 1px solid black;
	max-width: 560px;
}

#map-title {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	padding-right: 220px; 
	padding-top:10px; 
	padding-left:10px; 
	z-index:0; 
	width: 100%
}

#map-title h1 {
	font-size: 32px;
}

#map-buttons {
	position: absolute; 
	display: flex;
	justify-content: space-between;
	align-items: center;
	top:10px; 
	right:10px; 
	right:10px; 
	z-index: 5;
	background: white;
}

.map-info-row {
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 10px;
}

#map-info-div {
	font-size: 16px; 
}

@media(min-width: 767px) {
	#map-info-div {
		min-width: 400px;
	}
}



@media(max-width: 767px) {

	#map {
		left: 0px;
	}

	#help-div {
		left: 10px;
		font-size: 14px;
	}

	#map-title {
		font-size: 20px;
		padding-right: 0px; 
	}

	#map-title h1 {
		font-size: 22px;
	}

	#map-buttons {
		top:45px; 
	}

}

.map-leftbar {
	position: absolute; 
	left: 10px; 
	top: 80px; 
	width: 210px;  
	overflow: auto;
}

.form-header {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}

.form-subheader {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #1976d2;
}

@media(max-width: 767px) {
	.map-leftbar {
		top: 90px;
		width: 190px;  
		z-index: 3000;
		_height: 40px!important;
	}

	.map-leftbar h3, 	.map-leftbar i {
		color: white;
	}

	table.poi {
		display: none;
	}
}

.form-check-input {
	height: 20px;
	width: 20px;
	background: white;
}


.form-check-label {
		margin-left: 2px;
		margin-right: 5px;
		margin-top: 0px; 
		font-weight: 400;
		font-size: 15px;
}

.course-error {
	background-color: rgb(245, 209, 209);
}

@media print {

  #navbar, #navbar-placeholder  {
		display: none;
	}
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: silver;
}
::-moz-placeholder { /* Firefox 19+ */
  color: silver;
}
:-ms-input-placeholder { /* IE 10+ */
  color: silver;
}
:-moz-placeholder { /* Firefox 18- */
  color: silver;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge, Opera */
input.show-buttons::-webkit-outer-spin-button,
input.show-buttons::-webkit-inner-spin-button {
  -webkit-appearance: auto;
}
/* Firefox */
input[type=number].show-buttons {
  -moz-appearance: auto;
}













