﻿body {
	padding-top: 50px;
	font-family: Verdana, Geneva, sans-serif;
	/*background-color: #272b30;*/
	margin: 0;
	font-size: 14px;
	line-height: 1.42857143;
	/*color: #cfcfcf;*/
	/*#888888;*/
}

html, body {
	height: 80%;
}

	body > .container {
		height: auto;
		min-height: 110%;
	}

	body > .container-fullScreen {
		width: 100%;
		height: auto;
		min-height: 110%;
	}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

/*.CalendarMain::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

.CalendarMain::-webkit-scrollbar {
	width: 6px;
}

.CalendarMain::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 13px;
	background: #000;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/

.webGridSelection {
	background: #ff530d;
}

.ScrollSmall::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	/* -webkit-border-radius: 10px; */
	border-radius: 10px;
}

.dropdown-menu > .disabled {
	cursor: not-allowed;
}

	/* The real magic ;) */
	.dropdown-menu > .disabled > a {
		pointer-events: none;
	}

.ScrollSmall::-webkit-scrollbar {
	width: 6px;
}

.ScrollSmall::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 13px;
	/*background: #000;*/
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.UseBreadcrumbAsSelector.breadcrumb > li + li:before {
	padding-left: 5px;
	content: none;
}

/* Set width on the form input elements since they're 100% wide by default */
input select {
	max-width: 280px;
}

.fullwidth {
	max-width: 100%;
	width: 100%;
}

.panel-default > .panel-heading {
	background-image: none;
}

.panel-general-settings {
	min-width: 700px;
}

a:hover, a:focus {
	text-decoration: none;
}

#inSearch input:focus {
	border: none;
}

/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

select.input-validation-error {
	border: 1px solid #b94a48;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}


input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

.webgrid {
	overflow: auto;
}

.glyphicon-refresh-animate {
	-animation: spin .7s infinite linear;
	-webkit-animation: spin2 .7s infinite linear;
	-moz-animation: spin2 .7s infinite linear;
	position: fixed;
	z-index: 999;
	height: 1em;
	width: 1em;
	overflow: show;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.well {
	background-color: #222222;
	border: 1px solid #282828;
}


@-webkit-keyframes spin2 {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: scale(1) rotate(0deg);
	}

	to {
		transform: scale(1) rotate(360deg);
	}
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	color: white;
	display: inline-block;
}

.modal-backdrop {
	min-height: 400%;
}

.confirm-modal {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: block;
	max-width: 600px;
	margin: 30px auto;
	z-index: 9001;
}

.editableContentContainer {
	border-style: groove;
}

.hamburger {
	position: relative;
	display: inline-block;
	width: 1.25em;
	height: 1.0em;
	margin-right: 0.3em;
	border-top: 0.2em solid;
	border-bottom: 0.2em solid;
	font-size: 20px;
	vertical-align: middle;
}

	.hamburger:before {
		content: "";
		position: absolute;
		top: 0.2em;
		left: 0px;
		width: 100%;
		border-top: 0.2em solid;
	}

/* sidebar */
.bs-docs-sidebar {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

	/* all links */
	.bs-docs-sidebar .nav > li > a {
		/*color: #999;*/
		border-left: 2px solid transparent;
		padding: 4px 0px 4px 10px;
		font-size: 13px;
		font-weight: 400;
	}

	/* nested links */
	.bs-docs-sidebar .nav .nav > li > a {
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 20px;
		font-size: 12px;
	}

	/* active & hover links */
	.bs-docs-sidebar .nav > .active > a,
	.bs-docs-sidebar .nav > li > a:hover,
	.bs-docs-sidebar .nav > li > a:focus {
		text-decoration: none;
		background-color: transparent;
		border-left-color: #fff;
	}
	/* all active links */
	.bs-docs-sidebar .nav > .active > a,
	.bs-docs-sidebar .nav > .active:hover > a,
	.bs-docs-sidebar .nav > .active:focus > a {
		font-weight: 700;
		background-color: transparent;
	}
	/* nested active links */
	.bs-docs-sidebar .nav .nav > .active > a,
	.bs-docs-sidebar .nav .nav > .active:hover > a,
	.bs-docs-sidebar .nav .nav > .active:focus > a {
		/*font-weight: 500;*/
	}

	/* hide inactive nested list */
	.bs-docs-sidebar .nav ul.nav {
		display: none;
	}
	/* show active nested list */
	.bs-docs-sidebar .nav > .active > ul.nav {
		display: block;
	}

.OnlyPrint {
	display: none;
}

@media print {
	body * {
		visibility: hidden;
		display: none;
	}

	#printSection {
		display: block;
		visibility: visible;
	}


		#printSection * {
			visibility: visible;
			display: block;
			font: 14px;
		}
}


/*Spinner*/
/**********/
#loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: rgba(0,0,0,.90);
	z-index: 1100;
}

#loadingcontent {
	display: table;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#loadingspinner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	font-size: larger;
	padding-top: 80px;
}
/***************/

/*Product images across portal*/
.img-thumbnail {
	padding: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	/*width: 100px !important;*/
	/*height: 100px !important;*/
}

.form-control {
	border-radius: 0px;
}

.panel-body {
	padding: 0px;
}

.line-bottom {
	border-bottom: 1px solid #ddd;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2,
.h2 {
	font-size: 45px;
}

h3,
.h3 {
	font-size: 34px;
}

h4,
.h4 {
	font-size: 24px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}*/

.list-group-item {
	padding: 0px;
}

.TitleDiv {
}

#divRosterList .thumbnail {
	margin-bottom: 2px;
	padding: 0px;
}

#divRosterList .row {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -15px;
	margin-left: -15px;
}

#divRosterList .img-responsive {
	margin: 0px;
}

#divRosterList .btn {
	padding: 2px 6px 2px 6px;
}

#teamMemberDetailsNameAndRole label {
	font-size: 16px;
	font-family: inherit;
	font-weight: 500;
	line-height: 2.7;
	color: inherit;
}

#teamMemberDetailsNameAndRole a {
	pointer-events: auto;
	cursor: pointer;
	font-size: 16px;
	font-family: inherit;
	font-weight: 500;
	line-height: 2.7;
	color: inherit;
}

#teamMemberDetailsNameAndRole a:hover {
	opacity: 0.5;
}

@media(max-width: 767px) {
	.TitleDiv {
		padding-bottom: 0px;
		margin: 0px;
	}
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid;
}

/*Link as button avoid background of link*/

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #fff;
	background: #2180ac;
	border-color: #1f79a3;
}
/*.......................................*/

/*****Menu Icons Styles**************/

.MenuMain {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 0px;
}

.Menu-Item {
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	margin: 5px;
	display: block;
	/*box-shadow: 0 0 5px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);*/
}

button.Menu-Item {
	display: block;
	width: 100%;
}

.MenuMain .col-lg-3 {
	padding-left: 0px;
}


.Menu-Item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);
}

.Menu-Item a {
	text-decoration: none;
}

.Menu-Item .Menu-IconName:hover {
	text-decoration: none;
}

.Menu-IconImage {
	display: inline-block;
	/*width: 50px;
    height: 50px;*/
	vertical-align: middle;
}

	.Menu-IconImage > img {
		width: 100%
	}

.Menu-IconName {
	display: block;
	line-height: 20px;
	max-height: 20px;
	vertical-align: top;
	text-decoration: none;
	word-wrap: break-word;
	font-size: 17px;
	overflow: hidden;
}

	.Menu-IconName:hover {
		overflow: visible;
		text-decoration: none;
	}

/*News*/
.NewsMain {
	max-height: 400px;
	overflow-wrap: break-word;
	padding-left: 0px;
	padding-right: 0px;
}

.NewsHeader {
	display: block;
	line-height: 1;
	border-bottom: 2px solid;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

	.NewsHeader h3 {
		margin: 0px;
		font-size: 34px;
	}

	.NewsHeader a {
		text-decoration: none;
	}

.NewsItem {
	list-style-type: none;
	border-bottom: 1px solid #ddd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	min-height: 110px;
}

.NewsThumbnail .img-thumbnail {
	width: 90px;
	height: 90px;
}

.NewsItem:hover {
	background-color: #ddd;
}

.NewsItem a {
	text-decoration: none;
}

.NewsThumbnail {
	float: left;
	padding-right: 10px;
	max-width: 100%;
	display: inline-block;
}

.NewsTitle {
	font-weight: bolder;
	line-height: 1.3;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
}

.NewsDate {
	font-weight: 400;
	font-size: 12px;
	padding-right: 5px;
	vertical-align: middle;
}

.NewsDescription {
	max-height: 55px;
	overflow: hidden;
	line-height: 1.2;
	font-size: 12px;
}

.NewsOuter {
	max-height: 430px;
	overflow: hidden;
}

.CalendarOuter {
	max-height: 430px;
	overflow: hidden;
}

div.CalendarMain {
	min-height: 380px !important;
}

.TweetsOuter {
	max-height: 430px;
	overflow: hidden;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

/*Calendar*/
.CalendarMain {
	padding-left: 0px;
	padding-right: 0px;
	max-height: 378px;
	overflow: hidden;
	min-height: 150px !important;
}

.CalendarItem {
	list-style-type: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.CalendarMain:hover {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.CalendarEvent {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	background-color: #ddd;
	white-space: nowrap;
	overflow: hidden;
}

.EventTime {
	display: inline-block;
	margin: 0px;
	padding: 5px;
	width: 80px;
	text-align: center;
}

.EventSubject {
	display: inline;
}
/*....*/

/*SideBar Menu*/
#sidebar {
	padding: 0px;
	position: fixed;
	padding-top: 15px;
	line-height: 40px;
	z-index: 1031;
	width: 16%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: nowrap;
	box-shadow: 0 0 10px rgba(0,0,0,.14),2px 4px 8px rgba(0,0,0,.28);
	background-repeat: no-repeat;
}

.row-offcanvas-left {
	position: absolute;
	left: -16%;
}

	.row-offcanvas-left.active {
		left: 0%;
	}

@media(min-width: 1024px) and (max-width: 1399px) {
	#sidebar {
		line-height: 20px;
		width: 22%;
		background-repeat: repeat-y;
	}

	.row-offcanvas-left {
		left: -22%;
	}
}

@media(min-width: 768px) and (max-width: 1024px) {
	#sidebar {
		line-height: 20px;
		width: 26%;
		background-repeat: repeat-y;
	}

	.row-offcanvas-left {
		left: -26%;
	}
}

@media(max-width: 767px) {
	#sidebar {
		line-height: 20px;
		width: 60%;
		background-repeat: repeat-y;
	}

	.row-offcanvas-left {
		left: -60%;
	}
}

.row-offcanvas {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#sidebar .sidebarlinktext {
	padding-left: 10px;
}

#sidebar .sidebarlinkicon {
	margin-left: 10px;
	margin-right: 20px;
}

@media(max-width: 767px) {
	#sidebar .sidebarlinktext {
		padding-left: 0px;
	}

	#sidebar .sidebarlinkicon {
		margin-left: 10px;
		margin-right: 15px;
	}
}
/*............*/

/*Top static Bar*/
.TopBar {
	/*background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);*/
	background-repeat: repeat-x;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 1005;
	box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}

.TopSearch {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width:768px) {
	.TopSearch {
		width: 440px;
	}
}

@media(min-width: 960px) {
	.TopSearch {
		width: 425px;
	}
}

@media (min-width:992px) {
	.TopSearch {
		width: 600px;
	}
}

@media (min-width:1100px) {
	.TopSearch {
		width: 550px;
	}
}

@media (min-width:1200px) {
	.TopSearch {
		width: 650px;
	}
}

@media(min-width: 1300px) {
	.TopSearch {
		width: 800px;
	}
}

@media(min-width: 1400px) {
	.TopSearch {
		width: 1170px;
	}
}

.FooterBar {
	/*background-image: -webkit-linear-gradient(bottom, #3c3c3c 0%, #000 100%);
    background-image: -o-linear-gradient(bottom, #3c3c3c 0%, #000 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#3c3c3c));
    background-image: linear-gradient(#000 100%, #3c3c3c 0%);*/
	background-repeat: repeat-y;
	margin-top: 35px;
	margin-bottom: 0px;
	box-shadow: 0px -4px 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}

.copyright {
	display: block;
	text-align: left;
	margin-top: 25px;
}

.FooterLinkGroup {
	float: left !important;
	display: block;
}

.FooterLink {
	margin: 0px 15px 0px 0px;
}

.FooterLogo {
	display: block;
	float: right !important;
}

.SideBarMenuLink {
	display: inline;
	vertical-align: -webkit-baseline-middle;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
	.SideBarMenuLink {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.SideBarMenuLink:hover {
	cursor: pointer;
}

.SideBarMenuLink:focus {
	text-decoration: none;
	/*color: #fff;*/
}


.TopBarButtonsContainer {
	display: inline-block;
	float: right;
	margin-top: 10px;
	/*font-size: 20px;*/
}


.LogoLink {
	vertical-align: middle;
	padding: 5px 10px 5px 5px;
}

@media only screen and (max-width: 767px) {
	.LogoLink {
		padding-right: 5px;
	}
}

.Logo {
	vertical-align: middle;
	padding: 10px 10px 10px 0px;
}

.NotificationIcon {
	font-size: 20px;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	.NotificationIcon {
		margin-right: 15px;
	}

	.SearchButton {
		/*For mobile devices that opens searhbar*/
		font-size: 20px;
		margin-right: 15px;
		vertical-align: middle;
	}
}

.notification-item {
	text-align: left;
	background: none;
	padding: 5px 0px;
	vertical-align: middle;
	margin: 5px;
	display: block;
	border-bottom: 1px solid;
}

.notification-item-status {
	display: inline;
	float: right;
}

.SearchBoxDiv {
	background: #ddd;
	display: inline-block;
	margin-left: 50px;
}
/***************/

.nav .nav-stacked > .active { /*this is for selected menu*/
	background: #000;
}

.imgTextOverlay-TextContainer {
	margin-top: -60px;
	background: none repeat scroll 0 0 #000000;
	opacity: 0.75;
	width: 100%;
	text-align: center;
}

.imgTextOverlay-Text {
	opacity: 1;
	color: white;
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 400px;
	height: 18px; /* Fallback for non-webkit */
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	font-size: inherit;
	line-height: 16px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


.imgTextOverlay-Img {
	position: relative;
	text-align: center;
}



/*Notification Badge For Top Bar*/
.notification {
	border-radius: 50%;
	padding: 0px 3px 2px;
	font-size: 14px;
	font-weight: normal;
	color: #ff530d;
	vertical-align: top;
	margin-left: -8px;
	margin-top: -10px;
	background-color: #fff;
}
/*Notification Badge For Top Bar*/

/*Seach box placeholder*/
#txtSearch::-webkit-input-placeholder {
	font-style: italic;
}

#txtSearchCl::-webkit-input-placeholder {
	font-style: italic;
}

/*For Waivers and News Items*/
.document {
	overflow-y: auto;
	background: #fff;
	padding: 0 10px 0 10px;
}

.documentWaiver {
	height: 800px;
}

@media only screen and (max-width: 768px) {
	.documentWaiver {
		height: 400px;
	}
}


.documentNews {
	background: #fff;
	padding: 0 10px 0 10px;
}

/*---Back to Top Button-----------------*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 100px;
	right: 10px;
	z-index: 10;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 0px;
	white-space: nowrap;
	background: #ff530d;
	color: #fff;
	font-size: 30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	color: white !important;
}

	.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
		-webkit-transition: opacity .3s 0s, visibility 0s 0s;
		-moz-transition: opacity .3s 0s, visibility 0s 0s;
		transition: opacity .3s 0s, visibility 0s 0s;
	}

	.cd-top.cd-is-visible {
		/* the button becomes visible */
		visibility: visible;
		opacity: 1;
	}

	.cd-top.cd-fade-out {
		/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
		opacity: .5;
	}

.no-touch .cd-top:hover {
	background-color: #e86256;
	color: #fff;
	opacity: 1;
}

cd-glyph {
	height: 34px;
	width: 34px;
	position: inherit;
}

.m-signature-pad--body canvas {
	background-color: white;
	width: 350px;
	height: 150px;
	border: 1px solid #000;
}

@media only screen and (max-width: 768px) {
	.cd-top {
		right: 3px;
		bottom: 3px;
		text-indent: 5px;
		font-size: 22px;
	}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;
	}
}
/*Back to Top Button^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/


.delayedLoad {
	background-image: url(Images/throbber.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 300px;
}

/*for large desktops*/
@media(min-width:1300px) {
	.row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
/*for large desktops*/

/*For small and medium devices*/
@media(min-width: 768px) and (max-width: 1299px) {
	h1 {
		font-size: 2.5em;
	}

	.input-group {
		float: right;
	}
}
/*For small and medium devices*/


@media(max-width: 767px) {
	body {
		font-size: 12px !important;
		margin: 0px !important;
	}

		body p {
			font-size: 12px;
			margin: 0px;
		}

	.body-content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.row {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	h1 {
		font-size: 2em !important;
	}

	h2 {
		font-size: 2em !important;
	}

	h3 {
		font-size: 1.5em !important;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	h4 {
		font-size: 1em !important;
		font-weight: bold;
		margin: 0px;
	}

	h5 {
		font-size: 0.9em !important;
		margin: 0px;
	}

	/*.img-thumbnail {
        width: 60px;
        height: 60px;
    }*/

	.paddingGridImage {
		padding: 0px 2px 0px 2px;
	}

	.paddingGridOff {
		padding: 0px;
	}

	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		padding-right: 3px !important;
		padding-left: 3px !important;
	}

	.panel-body {
		padding: 5px !important;
	}

	.btn {
		padding: 3px 6px;
		font-size: 12px;
		/*height: 30px;*/
	}

	.form-control {
		height: 30px;
		font-size: 12px;
	}

	.MenuMain {
		margin-top: 10px;
	}
	
	.Menu-Item {
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 0px;
		padding-right: 0px;
	}


		.Menu-Item:hover {
			border: 1px solid #ddd;
			padding-bottom: 4px;
			padding-top: 4px;
		}


	.Menu-IconName {
		display: block;
		line-height: 14px;
		max-height: 14px;
		vertical-align: bottom;
		text-decoration: none;
		font-size: 14px;
	}

	.NewsThumbnail .img-thumbnail {
		width: 60px;
		height: 60px;
	}

	.NewsItem {
		padding-top: 5px;
		padding-bottom: 5px;
		min-height: 70px;
	}

	.NewsDescription {
		font-size: 12px;
		max-height: 30px;
		overflow: hidden;
	}

	hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.FooterPartnerIcon {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.CalendarMain {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
/*for mobile devices*/

@media only screen and (min-width: 1300px) {
	.SocialShareBtn {
		visibility: hidden;
	}

	.SocialShare {
		position: fixed;
		top: 30%;
		right: 0%;
	}

	.btnSocial {
		/*transition: padding .2s ease-in-out .2s,width .2s ease-in-out;*/
	}

	.SocialShare a {
		position: relative;
		display: block;
	}
}

@media only screen and (max-width: 1300px) {
	.SocialShareBtn {
		position: fixed;
		/*bottom: 0px;*/
		display: block;
	}

	.SocialShare {
		position: fixed;
		bottom: -100%;
		/*right: 0px;*/
		z-index: 10001;
		-webkit-transition: all 0.6s ease-in-out;
		-moz-transition: all 0.6s ease-in-out;
		-o-transition: all 0.6s ease-in-out;
		transition: all 0.6s ease-in-out;
	}

		.SocialShare a {
			display: inline-block;
		}

		.SocialShare.Shown {
			bottom: 0px;
		}
}

.SuccessAlert {
	background-image: none;
	color: #ff530d;
}

.LoginPartialLinks {
	margin-left: 10px;
	margin-right: 20px;
}

.scPlaceHolderImg {
	width: 300px;
	height: 150px;
}

.scPlaceHolder {
	width: 300px;
	height: 150px;
	border-color: black;
	border-width: 1px;
	background-color: lightgray;
}

@media only screen and (max-width: 767px) {
	.LoginPartialLinks {
		margin-left: 5px;
		margin-right: 5px;
	}
}


/*Only for Processor Logs on settings page*/

.bigContent {
	width: 100% !important;
}

/* Logo Default CSS */

#LogoBackground {
	outline: none;
	width: 120px;
	height: 50px;
	display: inline-block;
	background-image: url(/Content/Images/Fusion-Icon-white_100px.png);
	background-repeat: no-repeat;
	background-position: center;
}

.popover-title {
	color: #a94442;
	background-color: #f2dede;
}

.datepicker {
	z-index: 1151 !important;
}

.black-text {
	color: black;
}

.spinner {
	width: 100px;
}

	.spinner input {
		text-align: right;
	}

.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

	.input-group-btn-vertical > .btn {
		display: block;
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 8px;
		margin-left: -1px;
		position: relative;
		border-radius: 0;
	}

		.input-group-btn-vertical > .btn:first-child {
			border-top-right-radius: 4px;
		}

		.input-group-btn-vertical > .btn:last-child {
			margin-top: -2px;
			border-bottom-right-radius: 4px;
		}

.half-width {
	max-width: 50%;
}

.input-group-btn-vertical i {
	position: absolute;
	top: 0;
	left: 4px;
}

.required::after {
	color: orangered;
	content: '*';
}

.required-no-validation::after {
	color: orangered;
	content: '*';
}

.server-messages-section-invalid {
	border-color: red;
	border-width: 2px;
	border-style: solid;
}

.server-messages-section-valid {
	border-color: greenyellow;
	border-width: 2px;
	border-style: solid;
}

.division-registration-open {
	color: green;
}

.division-registration-closed {
	color: red;
}

.division-registration-opening-soon {
	color: cornflowerblue;
}

.player {
	background-color: #2B89A0;
	border-color: #2B89A0;
	border-width: 5px;
	border-style: solid;
	margin: 5px;
}

.co-captain {
	background-color: #602BA0;
	border-color: #602BA0;
	border-width: 5px;
	border-style: solid;
	margin: 5px;
}

.captain {
	background-color: #2B31A0;
	border-color: #2B31A0;
	border-width: 5px;
	border-style: solid;
	margin: 5px;
}

.error {
	border: 1px solid #b94a48;
}

.error-sub-section {
	border: 1px solid #b94a48;
}

.tab {
	cursor: pointer;
}

.row-no-margin {
	margin: 0;
	margin-right: -10px;
}
/*.body-content {
        margin: 0;
    }*/

.selectable {
	cursor: pointer;
}

.opponent-name {
	color: orangered;
}

/* Styles for Drawing Brackets */
.bracket-container {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fafafa;
}

.bracket-line {
	fill: none;
	stroke: #999;
	stroke-width: 2px;
}

.match {
	overflow: visible;
}

.match--base-background {
	fill: #58595e;
}

.match--base-background--edited {
	fill: #1773cf;
}

.match--wrapper-background {
	fill-opacity: 0;
	shape-rendering: auto;
}

.match--identifier {
	fill: #999;
	font-size: 10px;
}

.match--seed {
	fill: #252527;
	font-size: 10px;
	letter-spacing: -0.5px;
	text-shadow: none;
	font-weight: bold;
}

.match--seed-background {
	fill: #787a80;
}

	.match--seed-background.-winner {
		fill: #ff7324;
	}

.match--score {
	fill: #252527;
	font-size: 14px;
}

.match--player-name {
	fill: #FFF;
	font-size: 12px;
}

.match--player > text {
	pointer-events: none;
}

.match--game-details {
	font-size: 9px;
	fill: #fff;
	letter-spacing: 0.1px;
}

.match--player-background {
	fill: #58595e;
}

	.match--player-background.-highlight {
		fill: #222;
	}

.match--player-divider {
	stroke: #444549;
	stroke-width: 1px;
}

.match--select-button {
	fill: #f05523;
}

.match--button-available {
}

.match--disabled-button {
	fill: #f05523;
	opacity: 0.5;
}

.match--select-text {
	fill: #FFF;
	font-size: 14px;
}
/* End of Styles for Drawing Brackets */
.break-work-td {
	word-break: break-word;
}

.medium-thumbnail {
	max-height: 100px;
	max-width: 100px;
}

/*Styles for PlayoffDraft*/
#draftClockNumbers {
	/*TODO: Apply a digital font, increase text size*/
}

#draggableDraftOrder .panel-heading {
	cursor: move;
}

#draftUpdates .panel-body, #draftOrder .panel-body {
	max-height: 430px;
	min-height: 430px;
	overflow-y: scroll;
}

#draftUpdateList .list-group-item {
	border-top-color: #cfcfcf;
	border-top-style: dashed;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 1em;
}

#notDraggableDraftOrder .badge-onclock {
	background-color: #00cc00;
}

#notDraggableDraftOrder .badge-waiting {
	background-color: #808080;
}

#notDraggableDraftOrder .badge-picked {
	background-color: #0000ff;
}

#notDraggableDraftOrder .badge-missed {
	background-color: #ff0000;
}

#notDraggableDraftOrder li div span {
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
}

/*End of styles for PlayoffDraft*/

.page-header-img {
	width: 120px;
}

.search-page-img {
	width: 120px;
}

.memberPicture-img {
	height: 100px;
}

.row-no-padding {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.col-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.row-check-in {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.header-btn-offset {
	margin-bottom: 19px;
}

.btn-check-in {
	min-width: 80% !important;
	opacity: 1 !important;
}

.badge-status {
	margin-left: 5px !important;
}

.attendee {
	margin-top: 30px;
}

.status-btn {
	max-width: 133px;
}

.ellipsis-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fim-admin-edit-panel {
	display: inline-block;
	min-width: 700px;
}

.no-display {
	display: none;
}

/*Style for Service Period List Control for Agreements*/
.service-period-list-item {
	padding: 8px !important;
	border: 1px solid !important;
	margin: 2px !important;
}

.service-period-badge {
	border-radius: 5px !important;
	margin-left: 0px !important;
}

.service-period-button {
	margin: 0px 0px 5px 0px !important;
}
/*End of service period list style*/

/*Registration Wrapper*/
#registration-wrapper {
	margin: 20px auto;
	background: #fff;
}

	#registration-wrapper .nav-tabs {
		position: relative;
		margin: 40px auto;
		margin-bottom: 0;
		border-bottom-color: #e0e0e0;
	}

	#registration-wrapper > div.registration-wrapper-inner {
		position: relative;
	}

	#registration-wrapper .connecting-line {
		height: 2px;
		background: #e0e0e0;
		position: absolute;
		width: 80%;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 50%;
		z-index: 1;
	}

	#registration-wrapper .nav-tabs > li.active > a, #registration-wrapper .nav-tabs > li.active > a:hover, #registration-wrapper .nav-tabs > li.active > a:focus {
		color: #555555;
		cursor: default;
		border: 0;
		border-bottom-color: transparent;
	}

span.round-tab {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: #fff;
	border: 2px solid #e0e0e0;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}

	span.round-tab i {
		color: #555555;
	}

#registration-wrapper li.active span.round-tab {
	background: #fff;
	border: 2px solid #5bc0de;
}

	#registration-wrapper li.active span.round-tab i {
		color: #5bc0de;
	}

#registration-wrapper .nav-tabs > li > a > span.round-tab:hover {
	color: #333;
	border: 2px solid #333;
}

#registration-wrapper .nav-tabs > li {
	width: 20%;
}

#registration-wrapper li:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #5bc0de;
	transition: 0.1s ease-in-out;
}

#registration-wrapper li.active:after {
	content: " ";
	position: absolute;
	left: 46%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #5bc0de;
}

#registration-wrapper .nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}

	#registration-wrapper .nav-tabs > li a:hover {
		background: transparent;
	}

#registration-wrapper .tab-pane {
	position: relative;
	padding-top: 50px;
}

#registration-wrapper h3 {
	margin-top: 0;
}

@media( max-width : 585px ) {

	#registration-wrapper {
		width: 90%;
		height: auto !important;
	}

	span.round-tab {
		font-size: 16px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#registration-wrapper .nav-tabs > li a {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	#registration-wrapper li.active:after {
		content: " ";
		position: absolute;
		left: 35%;
	}
}
/*end registration wrapper*/

/*Saved Payment Card selected*/
.associatedPaymentCard {
	background-color: #009900 !important;
	border: 2px solid #000 !important;
}

	.associatedPaymentCard div p {
		color: #fff !important;
	}

.selectedPaymentCard {
	background-color: #dddddd !important;
	border: 2px solid #000 !important;
}
/*End of Saved Payment Card selected*/

.signatureCaptureBox {
	display: inline-block;
}

.indent {
	padding-left: 40px;
}

.noWrapOnWhitespace {
	white-space: nowrap;
}

/*Time scroller control*/
.slotGrid {
	max-height: 500px;
	overflow: auto !important;
	position: relative;
	-ms-overflow-style: none;
}

	.slotGrid::-webkit-scrollbar {
		width: 0px;
	}

.scroller {
	display: flex;
	height: 500px;
	position: absolute;
	top: 0;
	right: 0px;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
	z-index: 5;
	background: rgba(120,120,120,1);
	padding: 5px;
	min-width: 50px;
}

	.scroller div {
		color: white;
	}

.bold {
	font-weight: bold;
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	/*-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.timePick {
	width: 75px;
	height: 75px;
	border-style: solid;
	border-color: darkgrey;
	border-width: 2px;
	border-radius: 50%;
	background: rgba(20,20,20,1);
	text-align: center;
	vertical-align: middle;
	line-height: 75px;
	color: white;
	position: absolute;
	right: 60px;
	z-index: 6;
}
/*End of Time Scroller*/
/*Start of Toast Notification*/
#toastNote {
	visibility: hidden;
	min-width: 200px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	padding: 16px;
	position: fixed;
	right: 5%;
	z-index: 1;
	bottom: 30px;
	font-size: 17px;
}

	#toastNote.show {
		visibility: visible;
		-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
		animation: fadein 0.5s, fadeout 0.5s 2.5s;
	}

.toastError {
	background-color: red;
}

.toastInformational {
	background-color: blue;
}

.toastSuccess {
	background-color: green;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 30px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 30px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

.fc-time {
	color: white;
}

/*End of Toast Notification*/

.GameSlotId {
	min-height: 40px;
	min-width: 200px;
}

.ExpiringSoon {
	border: 1px solid #ff0000 !important;
}

.MaxHeightWithAutoScroll {
	max-height: 400px;
	overflow-y: auto;
}

.MaxHeightWithAutoScroll-200 {
	max-height: 200px;
	overflow: auto;
}

.qrcode-text-on-top {
	background: none repeat scroll 0 0 #FFFFFF;
	opacity: 0.9;
	top: 34%;
	left: 14px;
	position: absolute;
	font-size: 28px;
	font-weight: bold;
	color: red;
	border-top: solid;
	border-bottom: solid;
}

.NoLeftPadding {
	padding-left: 0px !important;
}

#modalTeamMemberDetails .modal-body {
	min-height: 370px;
}

#modalTeamMemberDetails #teamRoleSwitchConfirmation {
	position: absolute;
}

.register-page {
	position: relative;
}

.register-hint {
	position: absolute;
}

.team-member-profile-picture {
	height: 50px;
	width: 50px;
	min-height: 50px;
	min-width: 50px;
}

/*Screen reader stuff*/
a.skip-main {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100;
}

	a.skip-main:focus, a.skip-main:active {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #0c345d;
		color: white;
		outline: 0;
		-webkit-transition: top .1s ease-in, background .5s linear;
		transition: top .1s ease-in, background .5s linear;
		z-index: 999999
	}

a.hidden-offscreen {
	margin: -1000%;
}

.inlineBlock {
	display: inline-block;
}

/*GRPR STUFF*/
#gdpr-cookie-message {
	position: fixed;
	right: 30px;
	bottom: 30px;
	max-width: 375px;
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	border-color: black;
	box-shadow: 0 6px 6px rgba(0,0,0,0.25);
	margin-left: 30px;
	font-family: system-ui;
	z-index: 999;
}

	#gdpr-cookie-message a {
		color: grey;
		text-decoration: none;
		font-size: 15px;
		padding-bottom: 2px;
		border-bottom: 1px dotted rgba(255,255,255,0.75);
		transition: all 0.3s ease-in;
	}

		#gdpr-cookie-message a:hover {
			/* your css here */
		}

	#gdpr-cookie-message h4 {
		color: red;
		font-family: 'Quicksand', sans-serif;
		font-size: 18px;
		font-weight: 500;
		margin-bottom: 10px;
	}

	#gdpr-cookie-message p {
		color: black;
		font-size: 15px;
		line-height: 1.5em;
	}

	#gdpr-cookie-message button {
		border: none;
		background: red;
		color: white;
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		padding: 7px;
		border-radius: 3px;
		margin-left: 15px;
		cursor: pointer;
		transition: all 0.3s ease-in;
	}

		#gdpr-cookie-message button:hover {
			/* your css here */
		}

	#gdpr-cookie-message h5 {
		color: var(--red);
		font-family: 'Quicksand', sans-serif;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 10px;
	}

#gdpr-cookie-advanced {
	display:none;
}

li > .btn-link {
	text-align:left !important;
	color: black;
}

/*force long text to break*/
.cardDisplay-content {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.errorText {
	color: red;
}

.postionRelative {
	position: relative;
}

.postionButtonRight {
	position: fixed;
	right: 30px;
	top: 120px;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

/*Login Modal*/

.togglePasswordEye {
    position: relative;
    float: right;
    margin-top: -25px;
    padding-right: 25px;
}

.loginModalSignUpSection{
    color: #ffffff;
    padding-top: 10px;
}

.loginOption.btn-lg {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 14px 16px;
}

.editableCustomContentLogin {
    color: #FFFFFF;
}

div#modalLogin {
    background: rgba(0,0,0,.8);
}

#modalLogin .loginButtonImage {
    display: none;
}

/*--END OF Login Modal css*/

.whiteFont {
    color: #ffffff;
}

.whiteFont:hover{
    color: #ffffff;
    text-decoration: none;
}

/*Division Registration Page*/
.division-registration .panel {
	border: 1px solid transparent
}

.division-registration > .panel-heading {
	padding: 0;
	border: 0;
}

.division-registration .panel-title > a, .division-registration > .panel-title > a:active {
	display: block;
	padding: 15px;
	color: #555;
}

.division-registration .panel-heading a:before {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
	transition: all 0.5s;
}

.division-registration .panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}