@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
/*
dark blue: #2e3359
medium blue: #0091af
light blue: #d7edf2
red: #ee3538
*/


u.dotted {
	text-decoration-style: dotted;
}

u.dashed {
	text-decoration-style: dashed;
}


.fa-map-marker-alt {
	color: red;
}

.fa-times {
	color: red;
}

.fa-pencil-alt {
	color: darkblue;
}

.fa-plus {
	color: darkblue;
}

.fa-ban {
	color: red;
	font-weight: bold;
}

.fa-check {
	color: green;
	font-weight: bold;
}


/* various title styles.  These can be applied to any block elements */

.bodytext {
	font-family: source sans pro;
	font-size: 14pt;
	line-height: 22px;
}

.page-title {
	color: #ee3538;
	font-family: source sans pro;
	font-weight: 700;
}

.page-sub-title {
	color: #112560;
	font-family: source sans pro;
	font-weight: 700;
}

.form-header {
	font-family: source sans pro;
	color: #112560;
	margin-top: 1rem;
}

.form-sub-header {
	font-family: source sans pro;
	color: #112560;
}

.form-section {
	font-family: source sans pro;
	color: #112560;
	margin-top: 1rem;
}

.report-title {
	font-family: source sans pro;
	color: #112560;
	margin-top: .5rem;
}


/* navbar style overrides */
.breadcrumb {
	font-size: 14pt;
	padding: .5em 1em .75em;
	background-color: #e9ecef;
}

.navbar {
	background: #2e3359;
	font-size: 12pt;
	padding: .5rem 1rem;
}

.navbar .nav-link,
.navbar .nav-link:focus,
.navbar .nav-link:hover {
	color: #fff;
}

.navbar .navbar-nav>li>a:hover {
	color: #fff;
	font-weight: bold;
}

.navbar-collapse.collapse.show .nav-item.divider {
	/* this will remove the | separator when the menu collapses */
	display: none;
}

.navbar span.custom-toggler-icon {
	color: #fff;
}

/* overrides the bs toggler icon with a fa icon */

/* this will hide the default caret on the drop downs */
.dropdown-toggle::after {
	display: none;
}

/* main buttons */
button.btn-primary:hover,
a.btn-primary:hover {
	background-color: #0A82C4;
	color: #ddd;
	border-color: #e0e0e0;
}

button.btn-primary,
button.btn-primary:active,
button.btn-primary:focus,
a.btn-primary,
a.btn-primary:focus,
a.btn-primary:active {
	background-color: #0A82C4;
	color: #fff;
	border-color: #e0e0e0;
	min-width: 125px;
}


.input-group .btn {
	min-width: initial;
}

.btn-group .btn-primary {
	background-color: #111C50;
}

.btn-group .btn-primary:hover {
	opacity: .80;
}

.btn-group .btn-primary.active {
	background-color: #0A82C4;
	color: #fff;
}

.btn-group-justified {
	display: flex;
	width: 100%;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
	flex: 1;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
	width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
	left: auto;
}

/* alert boxes */
.alert-warning>.fas:first-child,
.alert-warning>.far:first-child {
	color: #e97600;
	font-size: 18pt;
}

.alert-info>.fas:first-child,
.alert-info>.far:first-child {
	color: green;
	font-size: 18pt;
}

.alert-danger>.fas:first-child,
.alert-danger>.far:first-child {
	color: red;
	font-size: 18pt;
}

.alert-success>.fas:first-child,
.alert-success>.far:first-child {
	color: darkblue;
	font-size: 18pt;
}

.alert .more {
	color: red;
	font-size: 13pt;
}


/* cards */
.card.confirm {
	background-color: #fff;
}

.card.confirm .card-header {
	background-color: #667292;
	color: #fff;
}

.card-header {
	background-color: #d5d5d5;
	color: #000;
	font-family: source sans pro;
	font-weight: 900;
}

.card-header[data-bs-toggle=collapse]:hover {
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
}

/* new accordian component styling */
.accordion-button:not(.collapsed) {
	background-color: #f5f5f5;
	color: red;
}
.accordion-button.collapsed {
	background-color: #f5f5f5;
	color: red;
}
.accordion-button {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 12px;
}

/* list groups */
/* this will support split lists with content and icon */
a.list-group-item {
	display: flex;
	align-items: center;
}

a .item-content {
	flex: 1;
}

a .item-icon {
	font-size: 24px;
	color: #111C50;
	flex: 0 0 auto;
}

/* tabs */
.tab-pane {
	padding-top: 5px;
}

.tab-content {
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 4px;
	padding: 1em;
}


/* topics */

.topic-circle {
	width: 72px;
	height: 72px;
	background-color: #2e3359;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	float: left;
}

.topic-symbol {
	position: relative;
	top: 18px;
	/* 25% of parent */
	-left: 2px;
	font-size: 40px;
	/* 50% of parent */
	line-height: 36px;
	/* 50% of parent */
	color: #fff;
}

.topic-text {
	font-size: 32px;
	float: left;
	padding-top: .5em;
	padding-left: .5em;
	color: #2e3359;
}

/* FAQ's */

.faq-q {
	cursor: pointer;
	font-size: 12pt;
	padding-bottom: 1em;
}

.faq-a {
	display: none;
	font-size: 11pt;
	color: #00007f;
	padding: .5em;
	margin-bottom: 1em;
	cursor: pointer;
	border: 2px solid #e8e8e8;
	border-radius: 5px;
}

/* modals */

.modal-header {
	background-color: #e8e8e8;
}

/* content wrappers */
.wrapper-sm {
	width: 550px;
	margin: 0 auto;
}

.wrapper-md {
	width: 750px;
	margin: 0 auto;
}

.wrapper-lg {
	width: 1050px;
	margin: 0 auto;
}


/* forms */
.form {
	padding: 15px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #0c84C6;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
}


.form-group .info {
	color: green;
	font-size: 13pt;
}

form label {
	color: darkblue;
	padding-left: 0px;
	font-size: 11pt;
	font-weight: 600;
}

.form-check.form-check-info input:checked {
	background-color: #0dcaf0;
	border-color: #0dcaf0;

}

.form-check.form-check-warning input:checked {
	background-color: #ffc107;
	border-color: #ffc107;

}

.form-check.form-check-danger input:checked {
	background-color: red;
	border-color: red;
}

.form-check.form-check-success input:checked {
	background-color: green;
	border-color: green;
}

.form-check-input:focus {
	box-shadow: 0 0 0 .25rem rgba(170, 170, 170, .25);
}

.form-check-lg input, .form-check-lg label {
	font-size: 13pt; 
}

.form-check-md input, .form-check-md label {
	font-size: 12pt; 
}

.hpstyle {
	display: none;
}


/* warning for logo uploads */
.upload-warning {
	padding-top: .5em;
	color: goldenrod;
}


/* parsley/bootstrap validation styles */

.has-error .help-block.filled {
	color: #a94442;
}

/* ajax spinner */
.spinner {
	position: fixed;
	z-index: 999;
	height: 3em;
	width: 3em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* trumbowyg overrides */
#trumbowyg-plugin-fontsize-icons {
	overflow: hidden;
	visibility: hidden;
	height: 0;
	width: 0;
}

#trumbowyg-plugin-fontsize-icons svg {
	height: 0;
	width: 0;
}

/* formbuilder custom styles */
.fb-alert {
	color: red;
}

.fb-inform {
	color: blue;
}

.fb-indent-l1 {
	margin-left: 1em;
}

.fb-indent-l2 {
	margin-left: 2em;
}

.fb-indent-l3 {
	margin-left: 3em;
}

.fb-indent-l4 {
	margin-left: 4em;
}

/* result colors */
.success {
	color: green;
}

.error {
	color: red;
}

.warning {
	color: goldenrod;
}

.delete {
	color: red
}


/* game card styles */
.games.editable {
	cursor: pointer;
}

.games .hint {
	background-color: #80FFFF;
	color: darkblue;
}

.game .card {
	margin-bottom: 10px;
}

.game .card-header {
	background-color: #5b5f7d;
	color: #d0d0d0;
}

.game.unposted .card-header {
	background-color: #32375C;
	color: #e0e0e0;
}

.game.tbd .card-header {
	background-color: #32375C;
	color: #e0e0e0;
}

.game .official {
	color: green;
	font-weight: bold;
}

.game .canceled {
	color: red;
	font-weight: bold;
}

i.winner {
	color: green;
}

i.tie {
	color: goldenrod;
}

i.loser {
	color: red;
}

.conflict {
	color: #cc0000;
}

.conflict-overlap {
	background-color: yellow;
	color: black;
}

.conflict-time {
	background-color: red;
	color: #e8e8e8;
}

.bracket-type {
	background-color: lightblue;
	color: black;
}


/* popup games menu */
.standingsPopup {
	cursor: pointer;
}

.pop-no-games {
	color: red
}

.pop-win {
	color: green
}

.pop-lose {
	color: red
}

ul.pop-games {
	list-style: none;
	padding: 0;
}

ul.pop-games li:not(:last-child) {
	padding-bottom: .5em;
}

ul.pop-games li:not(:first-child) {
	padding-top: .5em;
}

ul.pop-games li:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}

ul.pop-games li.insert {
	border-bottom: solid 1px darkblue;
}


/* banner ads */
.banner-ad {
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
}

.banner-content {
	border-color: gold;
	background-color: #fffeee;
	overflow: hidden;
	white-space: nowrap;
}

.banner-title {
	color: black;
	font-size: smaller;
}

.ad-title {
	font-size: larger;
	font-weight: bold;
}

.ad-caption {
	height: 1.5em;
	display: table;
	table-layout: fixed;
	width: 100%;
	white-space: nowrap;
}

.ad-desc {
	display: table-cell;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ad-click {
	color: red;
	font-weight: bold;
}


/* split view pages */
.sidebar {
	font-size: larger;
}

.sidebar a.btn-primary {
	width: 85%;
	margin: 5px;
}

.content-section .title {
	text-align: center;
	color: #111c50;
	background-color: #D7EDF2;
	overflow: auto;
	-font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

.content-section .header {
	color: red;
	font-size: 16pt;
	font-weight: bold;
}


/* weather pane styles */
.weather-forecast .popover {
	min-width: 375px;
	background-color: #438Ac7;
	border-radius: 4px;
}

.weather-forecast .popover-body {
	margin: 0px 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.weather-forecast .popover-content {
	padding-bottom: 0;
}

.weather-link {
	font-size: large;
}

.weather-content a {
	outline: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.weather-content .forecast {
	background-color: #438Ac7;
	color: #fff;
	font-size: 10pt;
	text-align: left;
	text-shadow: 1px 1px 0px #666666;
}

.weather-content .forecast.left {
	border-right: 1px solid white;
}

.weather-content .forecast-icon {
	background-color: #438Ac7;
	color: #ffffff;
	font-size: 10pt;
	text-align: center;
	text-shadow: 1px 1px 0px #666;
}

.weather-content .forecast-temp {
	text-align: center;
	margin-left: 0;
}

.weather-content .weather-logo {
	background-color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 5px 0 5px 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.climacon {
	font-size: 24pt;
	padding-left: .25em;
}


/* quick links */
.quick-links .title {
	text-align: center;
	background-color: #D7EDF2;
	color: #111c50;
	padding-top: 3px;
	padding-bottom: 3px;
}

.quick-links .team-links {
	font-weight: bold;
}

.quick-links .event-links {
	font-weight: bold;
}

.quick-links .event-link {
	padding-left: 1em;
}

/* favorite links */
.favorite {
	color: #f00;
}

.favorite:hover {
	cursor: pointer;
}

/* published states */
.unpublished,
.unpublished:visited,
.unpublished:focus {
	color: #CC0000;
	font-size: 13pt;
}

.published,
.published:visited,
.published:focus {
	color: #008000;
	font-size: 13pt;
}


/* logos and avatars */
.team-logo {
	max-width: 175px;
	max-height: 120px;
}

.event-logo {
	max-width: 200px;
	max-height: 120px;
}

.ad-logo {
	max-width: 350px;
	max-height: 175px;
}

.avatar-thumb {
	max-width: 45px;
	max-height: 45px;
}

.sport-icon {
	max-width: 27px;
	max-height: 27px;
}


.avatar {
	width: 40px;
	height: 40px;
	/* fill the container, preserving aspect ratio, and cropping to fit */
	background-size: cover;
	/* center the image vertically and horizontally */
	background-position: center;
	/* round the edges to a circle with border radius 1/2 container size */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	/* center div */
	margin: 0 auto;
}

.avatar-circle {
	width: 40px;
	height: 40px;
	background-color: orange;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto;
}

.avatar-initial {
	position: relative;
	top: 10px;
	/* 25% of parent */
	font-size: 20px;
	/* 50% of parent */
	line-height: 20px;
	/* 50% of parent */
	color: #fff;
	font-family: "arial", monospace;
	font-weight: bold;
}

.logo-circle {
	width: 120px;
	height: 120px;
	background-color: orange;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 auto;
}

.logo-square {
	width: 120px;
	height: 120px;
	background-color: orange;
	text-align: center;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 0 auto;
}

.logo-initial {
	position: relative;
	top: 30px;
	/* 25% of parent */
	font-size: 60px;
	/* 50% of parent */
	line-height: 60px;
	/* 50% of parent */
	color: #fff;
	font-family: "Courier New", monospace;
	font-weight: bold;
}

/* message boards */
.message {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;

	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;

	box-sizing: border-box;
	margin: 0 8px 8px 8px;
	max-width: 75%;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;

	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.message-date {
	text-align: left;
	font-weight: 500;
	font-size: 12pt;
	line-height: 1;
	margin: 15px 15px 5px 65px;
	color: gray;
}

.message-name {
	margin-left: 56px;
	margin-bottom: 2px;
	margin-top: 0px;
	font-size: 12pt;
	line-height: 1;
}

.message-avatar {
	position: relative;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	margin-top: -48px;
	top: 1px;
	background-size: cover;
	opacity: 1;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}

.message-text {
	position: relative;
	margin-left: 56px;
	background-color: #e0e0e0;
	border-radius: 2px 2px 2px 0;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 6px 8px;
	min-width: 48px;
	min-height: 48px;
	font-size: 16px;
	line-height: 1.2;
	word-break: break-word;
	color: #333;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.message-text::before {
	position: absolute;
	content: '';
	left: -10px;
	bottom: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 14px 14px;
	border-color: transparent transparent #e0e0e0 transparent;
}


/* other styles */
.row.header {
	font-weight: bold;
}

.fav-icon {
	width: 18px;
	padding-right: 3px;
}


/* page header */
#logo-banner img {
	max-width: 600px;
}

#headerlogo {
	padding-bottom: 9px;
}

.tagline {
	font-family: source sans pro;
	margin-top: -5px;
	margin-left: 11px;
	margin-bottom: 20px;
}

#btn-go {
	font-size: 18pt;
	font-weight: bold;
	color: #2e3359;
	background-color: #d7edf2;
	padding: 15px 9px;
	border-radius: 50%;
}

#signin-blk,
#signin-link {
	font-size: 14pt;
	font-weight: bold;
	float: right;
	outline: 0;
	border: 0px solid white;
}


/* home page */
.row.band {
	padding: 1em;
}

.row.band p {
	font-size: 14pt;
}

.row.dark-band {
	background-color: #e0e0e0;
	margin-bottom: 2px;
}

.recents-band {
	background-image: url(../images/sky_background_new.jpg);
	background-repeat: repeat-x;
	background-position: 0% 48%;
}

#recent-banner img {
	max-width: 100%;
	margin-top: 37px;
}

#recent-list {
	border: 1px gray solid;
	background-color: white;
	padding: 1.5em 1em;
	margin-bottom: 1em;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	max-height: 600px;
}

.testimonial {
	font-family: source sans pro;
	font-size: 14pt;
	line-height: 19px;
}

#about-ts {
	border-right: 2px lightblue solid;
}

#directors img {
	max-width: 100%;
	bottom: auto;
	margin-top: 0px;
	margin-bottom: -15px;
}

#footer {
	background-color: #2e3359;
	;
	color: white
}

.bodytextbullets {
	font-family: source sans pro;
	font-size: 14pt;
	line-height: 22pt;
	list-style-image: url(../images/bullet1.png);
	vertical-align: middle;
}

@media screen and (max-width:990px) {
	#directors {
		padding-bottom: 0px;
	}
}

@media (max-width: 992px) {
	#recent-banner {
		margin-top: 85px;
	}

	#recent-list {
		max-height: 550px;
	}
}

@media (min-width: 1160px) {
	#recent-list {
		max-height: 525px;
	}
}

@media (min-width: 1200px) {
	#recent-list {
		max-height: 575px;
	}
}

@media (min-width: 1700px) {
	#recent-list {
		max-height: 650px;
	}
}

.player-tracker-band {
	background-image: url(../images/pitcher_background2.png);
	background-position: 98% 0%;
	background-repeat: no-repeat;

	padding: 1em;
}

.player-tracker {
	/* this will set the opacity but leave the text at full opacity */
	background: rgba(255, 255, 255, .6);
	filter: alpha(opacity=60);
	/* For IE8 and earlier */
}

@media (min-width: 1200px) {
	.pitcher-bk {
		background-position: 100% 0%;
	}
}

@media (max-width: 992px) {
	.pitcher-bk {
		background-position: 74% -23%;
	}
}

@media (max-width: 768px) {
	.pitcher-bk {
		background-position: 71% 101%;
	}
}

@media (max-width: 767px) {}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
	#recent-list {
		max-height: 475px;
	}
}