body {
	font: 400 16px/1.8 times, Serif;
	color: #777;
	width: 100%;
}

h2 {
	color: black;
}

h3 {
	margin: 10px 0 30px 0;
	letter-spacing: 10px;
	font-size: 24px;
	color: #111;
}

h4 {
	font-size: 12px;
	color: white;
}

h6 {
	margin: 10px 0 30px 0;
	font-size: 20px;
	color: #111;
}

/* print.css */
header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
	display: none !important;
}

/* print.css */
@media print {
	/* selected link */
	a#webdiv {
		color: black !important;
		text-decoration: none !important;
	}
}

/* hidden on-screen */
.print-only {
	display: none;
}

/* visible when printed */
.print-only {
	display: block;
}

/* print.css */
@media print {
	/* remove EDIT and DEL columns */
	#editfixtureheader, #delfixtureheader, #editfixturefield, #delfixturefield, #editkeydatefield, #delkeydatefield {
		display: none;
	}
}

.container {
	padding: 10px 15px;
}

#mapid { height: 400px; }

.navbar {
	padding-left: 10px;
	padding-right: 10px;
}

/* change the brand and text color */
.navbar-brand {
	color: white;
}

.navbar-brand a {
	color: white;
}

.nav .navlink {
	color: white;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
}

.dropdown-item {
	font-size: 12px !important;
	color: #212529;
	background-color:white;
}

.dropdown-item.active {
	color: black;
	background-color:gainsboro;
}


.dropdown-item.visited {
	color: black;
	background-color:ghostwhite;
}

.nav a {
	font-size: 14px;
}

.navlink li a {
	font-size: 14px;
}

#myTab a {
	padding-left: 7px;
	padding-right: 7px;
}

.carousel {
	height: 500px;
}

.carousel-indicators {
	margin-bottom: 8px;
}

.carousel-indicators>li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.carousel-item {
	text-align: center;
}

.carousel-inner img {
	width: 100%;
	height: 100%;
}

.carousel-control-prev {
	margin: 100px 0;
	border-radius: 30px;
	height: 26%;
	top: 43%;
	width: 46px;
	background: black;
}

.carousel-control-next {
	margin: 100px 0;
	border-radius: 30px;
	height: 26%;
	top: 43%;
	width: 46px;
	background: black;
}

.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 80%;
	height: 80%;
	opacity: 0.7;
}
.person:hover {
	border-color: #f1f1f1;
}

@media (max-width: 600px) {
	.carousel-caption {
		display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	}
}

.modal-header, .close {
	background-color: #333;
	color: #fff !important;
	text-align: center;
	font-size: 25px;
}
.modal-header, .modal-body {
	padding: 30px 40px;
}

.eventdate { font-size: 13px; }

.latitude { font-size: 13px; }

.longitude { font-size: 13px; }

.lang { font-size: 13px; }

.form-group {
	font-size: 16px;
	color: black;
	text-align:left;
}

.imagelabel {
	width: 60px;	
}

.clubmap {
	width: 600px;
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.username {
	text-align:left;
	width:80px;
}

.userselect {
	text-align:left;
	width:294px;
}

.detailBox {
	width:920px;
	border:1px solid #bbb;
	margin:50px;
}

#blog {
	margin:5px;
}
.titleBox {
	background-color:#fdfdfd;
	padding:0px;
}
.titleBox label{
	color:#444;
	margin:0;
	display:inline-block;
}
.commentBox {
	padding:7px;
	border-top:1px dotted #bbb;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
	width:80%;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
	width:18%;
}
.actionBox .form-group * {
	width:100%;
}
.taskDescription {
	margin-top:0px 0;
}
.commentList {
	padding:10px;
	list-style:none;
	max-height:400px;
	overflow:auto;
}
.commentList li > div {
	display: table-cell;
}
.commentTitle {
	padding: 10px;
	outline: 0px;
	color: black;
	font-size: 32px;
	font-weight: 400;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2;
	text-decoration: none;
	word-wrap: break-word;
	display: inline;
}

.commentTitle:hover {
	color: #007bff;
}

.commentTitle:focus {
	color: #007bff;
}

.commentText {
	padding: 10px;
	outline: 0px;
	color: black;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 28px;
	text-decoration: none;
	word-wrap: break-word;
	margin-bottom: 1.6em;
}

.sub-text {
	padding: 10px;
	color:#a8a6a1;
	font-size:11px;
	line-height: 2;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	display: inline;
}

.sub-text a {
	color: #a8a6a1;
	transition: color .2s;
}

.linkTitle {
	padding: 5px;
	outline: 0px;
	color: black;
	font-size: 22px;
	font-weight: 400;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.2;
	text-decoration: none;
	word-wrap: break-word;
	display: inline;
}

.linkTitle:hover {
	color: #007bff;
}

.linkTitle:focus {
	color: #007bff;
}

.linkText a {
	padding: 25px;
	outline: 0px;
	color: black;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 35px;
	text-decoration: none;
	word-wrap: break-word;
	margin-bottom: 5px;
}

.actionBox {
	border-top:1px dotted #bbb;
	padding:0px;
}
.form-inline {
	margin:5;
	color:#aaa;
	font-family:times;
	font-size:11px;
}
.licence {
	font-family:times;
	font-size:12px;
}
#licencebronze {
	color:darksalmon;
}
#licencesilver {
	color:silver;
}
#licencegold {
	color:gold;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5,
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8,
.col-xl-9, .col-xl-auto {
	padding-right: 0px;
	padding-left: 0px;
}