@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600,700);
body {
	font-family: Raleway;
	font-weight: 400;
}
img.avatar {
  border-radius: 50%;
}

.navbar-header .navbar-brand {
  border-right-width: 0px;
}
.navbar-brand > img {
	margin-top: 2px;
	max-height: 48px;
}
.navbar-toggle {
	border-width: 0px;
	padding: 0px;
	border-radius: 50%;
}
.seasons-menu {
	max-height: 300px;
	overflow-y: scroll;
}
.seasons-menu li {
	min-width: 190px;
}
.seasons-menu li.current a {
	font-weight: 600;
}
.navbar .container-fluid .navbar-right:last-of-type {
	margin-right: 0;
}
.sidebar-menu > li > a {
	line-height: 40px;
	font-weight: 600;
}
.sidebar-menu > li > a.active {
	background-color: #26a69a;
	color: #fff;
}
.sidebar-menu i {
	font-size: 17px;
	margin-top: -4px;
}
.sidebar.st-effect-1 {
	background-color: #fff;
	border-right: 1px solid #eee;
}

.panel-default .panel-heading.no-bg {
	background: none;
	padding-bottom: 0px;
}
.panel-post .panel-heading .post-author .post-options {
	float:right;
	margin-top: 6px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu li a i {
	width:20px;
}

.panel-post .panel-heading .post-author .post-options .dropdown-menu .main-link a .small-text {
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	display: block;
	padding-left: 22px;
}

.panel-post .panel-heading .post-author .user-avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 10px;
}

.panel-post .panel-heading .post-author .user-post-details {
	line-height: 21px;
}
.panel-post .panel-heading .post-author .user-post-details ul {
	padding-left: 50px;
}
.panel-post .panel-heading .post-author .user-post-details li {
	font-size: 16px;
	font-weight: 400;
}
.panel-post .panel-heading .post-author .user-post-details li .user {
	text-transform: capitalize;
	font-weight: 600;
}

.panel-post .panel-heading .post-author .user-post-details li .post-time {
	font-size: 12px;
	margin-right: 3px;
}

.panel-post .panel-footer.socialite {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #E6EAEE;
	border-top-width: 0px;
}

.panel-post .panel-footer.socialite .footer-list {
	margin-bottom: 0px;
}
.panel-post .dropdown-menu li {
	cursor: pointer;
}

.panel-post .text-wrapper {
	line-height: 1.5;
}

.post-type-default.collapsed {
	max-height: 170px;
	overflow: hidden;
	position: relative;
}
.post-read-more {
	padding-top: 60px;
	background-image: linear-gradient(to bottom, transparent, white);
	position: absolute;
	bottom: 1px;
	width: 100%;
}
.registration-time-remaining {
	padding-top: 10px;
	color: #c00;
}
.post-read-more span{
	color: #66f;
	cursor: pointer;
	font-weight: 600;
}
#editPost textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #ccc;
	padding: 4px;
}


.list-inline {
	list-style: none;
	padding-left: 0px;
	margin-left: -5px;
}

.list-inline > li {
	display: inline-block;
}

.panel-post .panel-footer .footer-list li:first-child {
	padding-left: 5px;
}

.panel-post .panel-footer .footer-list li {
	padding-left: 14px;
	padding-right: 14px;

}

.panel-post .panel-footer .footer-list li a {
	font-size: 14px;
	text-transform: capitalize;
}

.panel-post .panel-footer .footer-list li a i {
	margin-right: 4px;
}
/*# sourceMappingURL=app.css.map */
.panel-create .panel-footer .left-list {
	float:left;
}
.panel-create .panel-footer .right-list {
	float:right;
}
.panel-create .btn-primary {
	text-transform: capitalize;
}
.panel-create textarea {
	background-color: #fcfcfc;
	font-size: 16px;
	height: 120px;
}

.panel-create #post-upload {
	display: none;
}
.panel-create #uploadPreview {
	height: 120px;
	transition: 0.3s height;
	margin-right: 10px;
	display: block;
}
.panel-create .post-thumbnail-hidden {
	height: 0px !important;
	margin-right: 0px !important;
	display: none !important;
}
.panel-create .upload-count {
	text-align:center;
	margin-right: 10px;
	padding: 5px;
}

.panel-create .panel-footer .left-list i {
	font-size: 24px;
	color: #bbb;
	cursor: pointer;
}
.panel-create .panel-footer .left-list i:hover {
	color: #666;
}

.timeline-posts .attachments {
	margin-top: 5px;
}
.timeline-posts .attachments img {
	display: block;
	margin: 15px 0px;
	max-width: 100%;
}

.page-list {
}
.page-list h4 {
	padding-left: 10px;
}
.page-list ul {
	padding-left: 0px;
	padding-right: 10px;
}
.page-list ul > li {
	list-style-type: none;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.page-list ul > li> a {
}
.page-list ul > li.active > a {
	font-weight: 700;
}

.page-content .panel-head {
	padding-left: 14px;
}
.page-content h1 {
}
.panel-heading .last-modified {
	font-size: 14px;
	color: #999;
}
input.page-title {
	background-color: #fff;
	font-size: 22px;
	font-weight: 600;
	height: 42px;
}

.page-body p, .page-body > div  {
	line-height: 1.5;
}
.page-body .ql-align-center {
	text-align:center;
}
.page-body .ql-align-left {
	text-align:left;
}
.page-body .ql-align-right {
	text-align:right;
}
.page-body img {
	max-width: 100%;
}
.page-body li {
	line-height: 1.5;
}

.page-options {
	float: right;
	margin-top: -50px;
}
.page-eof {
	display: table;
	width: 100%;
	min-height: 250px;
}
.page-eof-message {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	color: #888;
	font-size: 19px;
	border: 1px dashed #ccc;
	background-color: rgba(255,255,255, 0.5);
}

.panel-sponsors {
	position: relative;
}
.panel-sponsors.fixed {
	position: fixed;
}
.sidebar-sponsors {
	margin-left: 0px;
	padding-left: 0px;
}
.sidebar-sponsors li {
	list-style-type: none;
	margin-bottom: 30px;
}
.sidebar-sponsors li img {
	max-width: 100%;
}
.sidebar-sponsors .sponsor-caption {
	font-size: 12px;
	margin-top: 5px;
}
.sidebar-sponsors .sponsor-caption a {
	font-weight: 600;
	color: #47f;
}
.sidebar-sponsors .sponsor-caption .description {
	color: #777;
	display: block;
}
.add-players-to-team tr.on-a-team td,
.add-players-to-team tr.on-a-team-but-still-selectable td {
	opacity: 0.5;
}
.current-players tbody tr.remove td {
	text-decoration: line-through;
	color: #999;
}

/** boxscore edit **/
.boxscore .chosen-container-single {
	width: 100% !important;
}
table.players-list thead th {
	font-size: 10px;
}
table.players-list input.stat {
	border-width: 0px;
	text-align:center;
	width: 31px;
}

table.table-standings input.stat {
	text-align:center;
	width: 34px;
}

table.players-list td img.avatar,
table.players td img.avatar,
table.goalies td img.avatar {
	margin-right: 8px;
}

table.players-list tr.position-player td.stat-goalie input.stat,
table.players-list tr.position-goalie td.stat-player input.stat
{
	color: #aaa;
}

table.players-list .player-position {
	padding-left: 5px;
	font-size: 12px;
}
table.players td.stat, table.players th.stat,
table.goalies td.stat, table.goalies th.stat  {
	text-align: right;
	max-width: 46px;
	min-width: 36px;
}
table.players th.stat, table.goalies th.stat {
	font-size: 1.1rem;
}
table.players td.stat_pos, table.players th.stat_pos {
	text-align: center;
}
table.players > tbody > tr > td.stat_pts {
	font-weight: bold;
}
table > tbody > tr > td.stat_rank {
	width: 40px;
}

table.players tfoot td, table.goalies tfoot td {
	font-weight: bold;
	border-top: 1px solid #ccc;
}

.player-name-position {
	padding-left: 8px;
	font-size: 12px;
	color: #777;
}

.table > tbody > tr > td.listing-actions {
	padding-top: 6px;
	padding-bottom: 2px;
}
.summary {
	margin-left: 0px;
	padding-left: 0px;
}
.summary li {
	list-style-type: none;
	clear:right;
}
.summary .score,
.summary input {
	float: right;
	text-align: right;
}

.season-type {
	color: #aaa;
	margin: 15px 0px 25px 0px;
}
.season-type a {
	color: #888;
	margin: 3px 10px;
	border-bottom: 1px solid #888;
}

.season-type a.active {
	color: #333;
	font-weight: bold;
	border-bottom-width: 0px;
}
.schedule .no-game-scheduled {
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #888;
}
.schedule .rink-name {
	font-weight: bold;
	background-color: #fafafa;
	color: #222;
	padding: 5px 5px 5px 12px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}
.schedule-gamebox .panel-footer a {
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
	color: #44f;
	font-size: 13px;
}
.schedule-gamebox .panel-footer a:first-child {
	padding-left: 0px;
}
.schedule-gamebox .panel-footer a:last-child {
	padding-right: 0px;
	border-right: 0px;
}

.goal-list .name-assists {
	display: block;
	color: #666;
}
.goal-list .name-assists.unassisted {
	color: #999;
}
.tip {
	color: #667;
}

.sponsor-form #uploadPreview {
	max-width: 100%;
	padding: 5px;
}
.sponsor-listing .panel-body {
	text-align:center;
}
.sponsor-listing .panel-body img {
	max-width: 100%;
}
.tab-content.tabs-sponsors {
	background-color: transparent;
}

.navbar-user li.logout button {
	background-color: transparent;
	border-width: 0px;
	display: block;
	width: 100%;
	text-align: left;
	padding: 8px 14px;
	border-top: 1px solid #efefef;
}
.navbar-user li.logout button:hover {
	background: #f5f7f7;
	color: #006666;
}

.officiating {
	margin-top: 4px;
	color: #666;
	font-size: 12px;
}
.officiating i.fa {
	padding-right: 3px;
}

.officiating .referee {
	padding-right: 25px;
}

.panel-merge .table tfoot td {
	font-weight: 700;
	border-top: 1px solid #999 !important;
}

@media (max-width: 990px) {
	.mobile-compromise-1 {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.mobile-compromise-2 {
		display: none !important;
	}
	.navbar-header {
		text-align: center;
		float: left;
		width:97%;
	}
	.navbar-right {
		float:right;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#main-nav {
		display: inline-block;
		float:right;
	}
	.navbar-season {
		display: none;
	}
	.navbar-header a.navbar-brand {
		display: inline-block !important;
		float: none;
	}
	.navbar-header a.navbar-brand img {
		max-height: 44px;
		margin: 2px auto;
		float: none;
	}

}

@media (max-width: 600px) {
	.mobile-compromise-3 {
		display: none !important;
	}
}

@media (max-width: 480px) {
	.mobile-compromise-4 {
		display: none !important;
	}
	body {
		font-size: 1.10rem;
	}
}


@media print {
	.st-content, .st-content-inner {
		height: auto !important;
	}

	html.st-layout, html.st-layout body, html.st-layout .st-container, html.st-layout .st-pusher, html.st-layout .st-content {
		height: auto !important;
	}

	.top-navbar .st-container, .ls-top-navbar .st-container {
		padding-top: 0px !important;
	}
	.panel-sponsors {
		display: none !important;
	}

	a[href]:after {
    	content: "" !important;
	}

	.schedule .col-sm-6 {
		width:33% !important;
		padding: 0px 5px !important;
		float: left;
	}
	.schedule .panel-footer, .btn-add-game {
		display: none !important;
	}
	.schedule-gamebox {
		margin-bottom: 8px !important;
	}
}
