.fc-content {
	display : flex;
	flex-direction: column;
}

/* bootstrap fix for multiple modal boxes close one and focus goes to background. */
.modal { overflow: auto !important; }

body {
	color: black;
	font-family: arial;
	background-color: rgb(241, 242, 246);
	margin:5px;
}

.text_1_5 {
	font-size:1.5em;
}

/* style all input elements with a required attribute */
:required {
	/*border: 2px solid green;*/
}
input:invalid, select:invalid, textarea:invalid {
    border: 2px solid red !important; 
 	box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85) !important; 
}
.xtc-required-field { 
    border: 2px solid red !important; 
 	box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85) !important; 
}

.tag-invalid a:link{
	color: red !important; 
	border: 1px solid red !important; 
  	box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85) !important; 
 }
 .tag-invalid {
 	color:red !important;
 }
 
.tab-invalid {
	border: 1px solid red !important; 
 }
 
.tab-locked {
	color:grey !important;
	border: 1px solid grey !important;
}
SPAN.largetitle {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
}

smalltitle {
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

SPAN.smalltext {
	font-size: .75em;
}

SPAN.disabled {
	color: black;
}

SPAN.navdisabled {
	color: black;
	font-size: .75em;
}

SPAN.navselected {
	color: yellow;
	font-size: .75em;
}

SPAN.navnotselected {
	color: black;
	font-size: .75em;
}
.present {
	color:green;
	font-weight: bold;
}

p {
	font: 1em arial;
	color: black
}

p.medium {
	font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
	color: black
}

p.box {
	color: #333333;
	font: .75em arial;
}

p.copyright {
	color: black;
	font: .75em arial;
}

a {
	color: #039FAF;
}

a.bold {
	font-weight: bold;
}

a.header {
	color: black;
}

form {
	padding: 0;
	border: 0;
	margin: 0
}


.nav {
	
}

.nav a:link,.nav a:active,.nav a:visited {
	FONT-SIZE: 1em;
	COLOR: black;
	text-decoration: none;
	font-weight: normal;
}

.nav a:hover {
	text-decoration: underline;
}

.nav a:link.nav-on,.nav a:active.nav-on,.nav a:visited.nav-on {
	FONT-SIZE: 1em;
	COLOR: white;
	text-decoration: none;
	font-weight: normal;
}

tr.fat-border {
	border: 3px solid black;
}

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

table.schedule {
	border-collapse: collapse;
	border: 1px solid black;
}

.schedule td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 10px;
	background-color: inherit;
	margin: auto; !important;
	text-align: center;

}

.schedule th {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 10px;
	background-color: white;
	color: #000;
	margin: auto; !important;
	text-align: center;
}


.day-selected {
	background-color: lightgreen;
	color: black;
}
.day-makeup {
	background-color: yellow;
}
.day-selected-other-site {
	background-color: khaki;
	color: black;
}
.need-help {
	background-color: LightPink;
	content: "Need Help ";
}
.need-help::after {
	background-color: LightPink;
	content: "Need Help ";
}
COL.none {
	border: none;
}
/*  TD.i    { border-right: hidden; } */
TD.e {
	border-left: hidden;
	border-right: hidden;
}

TD.a {
	border-left: hidden;
	border-right: hidden;
}
/*  TH.s    { border-left: hidden; } */
table.mainnav p {
	font-family: arial, helvetica, sans-serif;
	font-size: .75em;
	line-height: 25px;
}

table.mainnav p.navspacer {
	padding: 0px;
}

table.mainnav td {
	background-color: #eeeeee;
}

table.mainnav td.on {
	background-color: rgb(241, 242, 246);
}

table.mainnav a:link,table.mainnav a:active,table.mainnav a:visited {
	color: #333333;
	text-decoration: none;
}

.subnav {
	padding: 3px;
	margin: 0px;
}

.dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .5em;
	font-style: normal;
	line-height: 150%;
	color: #000000;
}

.submainnav p {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: .75em;
	margin: 0px;
}

.submainnav a:link,.submainnav a:active,.submainnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

div.scrollprofile {
	overflow: auto;
	width: 100%;
	height: 420px; /* height is required */
	border: 1px solid black;
}

div.scrolltable {
	width: 550px; /* table width will be 99% of this*/
	height: 400px; /* must be greater than tbody*/
	margin: 0 auto;
}

/* this enables the table to scroll without scrolling the page */
.innerframe {
	overflow: auto;
	width: auto;
	height: 420px; /* height is required */
}

/* position the row of column heads above the table */
.scrolltable thead tr {
	position: absolute; /* throws the header out of the table */
	top: 0px;
	left: 0px;
}

.scrolltable tfoot tr {
	position: absolute; /* throws the footer out of the table */
	top: 264px; /* this is the wrong size for our new table. */
	left: 0px;
}

.scrolltable table {
	width: 99%; /*100% of container produces horiz. scroll in Mozilla*/
	border: none;
	background-color: #f7f7f7;
}

.scrolltable table>tbody {
	/* child selector syntax which IE6 and older do not support*/
	overflow: auto;
	height: 300px;
	overflow-x: hidden;
}

.scrolltable thead tr {
	position: relative;
}

.scrolltable thead td,.scrolltable thead th {
	text-align: center;
	font-size: 1em;
	background-color: oldlace;
	color: steelblue;
	font-weight: bold;
	border-top: solid 1px #d8d8d8;
}

.scrolltable td {
	color: #000;
	padding-right: 2px;
	font-size: .75em;
	border-bottom: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
}

.scrolltable table tfoot tr { /*idea of Renato Cherullo to help IE*/
	position: relative;
	overflow-x: hidden;
	top: expression(parentNode.parentNode.offsetHeight >=  
		offsetParent.offsetHeight ?   0 -   parentNode.parentNode.offsetHeight
		+   offsetParent.offsetHeight +   offsetParent.scrollTop :   0);
}

.scrolltable tfoot td {
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	background-color: papayawhip;
	color: steelblue;
	border-top: solid 1px slategray;
}

.scrolltable td:last-child {
	padding-right: 20px;
} /*prevent Mozilla scrollbar from hiding cell content*/

.table-header {
	table-layout:fixed;
	background:lightblue;
}


.NewsClass td {
	font-size: 1em;
}

a.NewsClass:link {
	color: red;
}

a.NewsClass:visited {
	color: red;
}

a.NewsClass:active {
	color: red;
}

a.NewsClass:hover {
	
}

.NewsHeader {
	color: red;
	font-size: 1.2em;
}

.NewsClass {
	color: red;
	font-size: 1em;
}


.tab_page {
	background-color: lightgrey;
}
.ui-tabs .ui-tabs-panel /* just in case you want to change the panel */
{
background: lightgrey;
}
/**
.tab_nav_on a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.tab_nav_off a {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.tab_nav_on {
	background-color: lightgrey;
}

.tab_nav_off {
	background-color: white;
	border-bottom: solid darkgrey 2px;
	border-left: solid darkgrey 1px;
	border-right: solid darkgrey 1px;
	cursor: pointer;
}
**/


.xtc-tabrow {
    text-align: center;
    list-style: none;
    margin: 20px 0 20px;
    padding: 0;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.xtc-tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #d3ece7 50%, #a1d0c7 100%);
    background: -ms-linear-gradient(top, #d3ece7 50%, #a1d0c7 100%);
    background: -moz-linear-gradient(top, #d3ece7 50%, #a1d0c7 100%);
    background: -webkit-linear-gradient(top, #d3ece7 50%, #a1d0c7 100%);
    background: linear-gradient(top, #d3ece7 50%, #a1d0c7 100%);
  /* orig  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);  */
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.xtc-tabrow a {
	  color: #555;
	  text-decoration: none;
}
.xtc-tabrow .tab_nav_on {
    background: #FFF;
    color: #333;
    z-index: 2;
    border-bottom-color: #FFF;
}
.xtc-tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.xtc-tabrow li:before,
.xtc-tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.xtc-tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.xtc-tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.xtc-tabrow .tab_nav_on:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow .tab_nav_on:after {
    box-shadow: -2px 2px 0 #FFF;
}

.MyProfile a {
	display: block;
	text-decoration: none;
	font-size: 1.2em;
}

.MyProfile {
	background-color: rgb(241, 242, 246);
	display: inline;
	text-decoration: none;
	font-size: 1.2em;
}

.MyProfile img {
	border: 0px;
}

#MyProfileBig {
	font-size: 1.2em;
}

.scholarship_odd {
	padding: 20px;
}

.scholarship_even {
	padding: 20px;
	background-color: lightgrey;
}

.scholarship_section_title {
	font-size: 150%;
	font-weight: bold;
}

a {
	outline: none; /* hide dotted outline in Firefox */
}

img {
	border: 0;
}

.size24 img {
	height: 24px;
}

.width250 {
	width: 250px;
	margin:10px;
}

.markrequest {
	border: 2px solid red;
	padding: 2px;
}

.markconfirmed {
	border: 2px solid green;
	padding: 2px;
}

table.ignite_main {
	background-color: #eeeeee;
	min-width: 880px;
	width: 100%;
}

table.ignite_main-wide {
	background-color: #eeeeee;
	min-width: 1000px;
	width: 100%;
}

.payment-contents {
	padding: 10px;
}

.payment-response {
	display: none;
	font-weight: bold;
	font-size: 125%;
	padding: 10px;
}

@media only screen and (max-width: 800px) {
	.outline {
		padding: 1px;
		border: 1px solid black;
		margin: 1px;
		display: inline-block;
	}
	.center-outline {
		margin: auto; !important;
		padding: 1px;
		border: 1px solid black;
		display: inline-block;
	}

	.disability-box {
		border: 1px solid black;
		font-weight: bolder;
		margin: 1px;
		padding: 1px;
	}


	.disability-contents {
		font-weight: normal;
		display: none;
	}

	.disability-row {
		margin: 1px;
	}

	.mobile-box {
		border: 1px solid black;
		font-weight: bolder;
		margin: 1px;
		padding: 1px;
	}
	.mobile-box-contents {
		font-weight: normal;
		display: none;
		margin: 1px;
	}
	.mobile-text {
		padding: 1px 5px;
		border: 1px solid #a4c3ca;
		background: #f1f1f1;
		border-radius: 5px;
		width: 100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	}

}
@media (min-width: 801px) {
	.outline {
		padding: 10px;
		border: 1px solid black;
		margin: 5px;
		display: inline-block;
	}
	.center-outline {
		margin: auto;
		padding: 10px;
		border: 1px solid black;
		display: inline-block;
	}

	.disability-box {
		border: 1px solid black;
		font-weight: bolder;
		margin: 5px;
		padding: 5px;
	}


	.disability-contents {
		font-weight: normal;
		display: none;
		margin: 10px;
	}

	.disability-row {
		margin: 5px;
	}



}
.disability-title {
	display: inline-block;
	width: 100%;
	background-color: #cccccc;
}

.mobile-title {
	display: inline-block;
	width: 100%;
	background-color: #cccccc;
}



#box-closed {
	display: inline-block;
	width: 20px;
	background-image: url("images/groupheaderarrow-closed.gif");
}

#box-open {
	display: inline-block;
	width: 20px;
	background-image: url("images/groupheaderarrow-open.gif");
}

.warning {
	background-color: red;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
.warning_outline {
	border: 5px solid red;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: white;
	font-style: italic
}

.padded {
	padding: 10px;
}

.hidden {
	display: none;
}

.fa_independent_import,.fa_independent_import_table,.fa_group_import,.fa_group_import_table
	{
	padding: 10px;
	text-align: center;
}

.fa_independent_import_table,.fa_group_import_table {
	margin-left: auto;
	margin-right: auto;
}

.import_table {
	padding: 10px;
	float: left
}

.payment_receipt {
	padding: 10px;
}


/***
.my_account a {
	background: #dddddd;
	border: outset #dddddd;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color: black;
	margin: 5px;
	font-size: 1em;
}

.my_account img {
	width: 32px;
	height: 32px;
}
***/

.view-table-cell {
	text-align: center;
	color: blue;
}

.contents-table-cell {
	display: none;
}

.even {
	background-color: #dddddd;
}

.odd {
	background-color: #aaaaaa;
}

.checkbox-enclosure{
	display:inline;
}
.bad-check {
	background-color: red;
	padding: 1px;
}
.bad-date {
	border: 1px solid red;
}

.error {
	text-align: center;
	background-color: red !important;
	color: white;
	margin: 5px;
	padding: 10px;
}

.validate-error {
	text-align: center;
	color: red;
	margin: 5px;
}

.lesson-count-error {
	background-color: red;
	color: white;
}

.null_prepaid {
	color: #dddddd;
	background-color: #aaaaaa;
}

.good_prepaid {
	background-color: #99ff99;
}

.failed_prepaid {
	background-color: #ff9999;
}

.below_prepaid {
	background-color: #ffff99;
}

.invoice {
	margin: 20px;
}

.invoice-empty {
	
}

.invoice-none {
	background-color: red;
}

.invoice-none a {
	color: white;
}

.invoice-partial {
	background-color: orange;
	color: black;
}

.invoice-full {
	background-color: green;
	color: black;
}

.cost-title {
	font-size: 150%;
	font-weight: bold;
}

.registration-prompt {
	font-weight: bold;
}

.check-all {
	background: url("images/icons/Delete-icon.png") no-repeat;
	background-size: 16px 16px;
	background-position: center;
	cursor: pointer;
	
}

.uncheck-all {
	background: url("images/icons/Check_24x24.png") no-repeat;
	background-size: 16px 16px;
	background-position: center;
	cursor: pointer;
}

.fullday-check-all {
	background: url("images/icons/Delete-icon.png") no-repeat;
	background-size: 16px 16px;
	background-position: right;
	title: Check All;
	cursor: pointer;
}

.fullday-uncheck-all {
	background: url("images/icons/Check_24x24.png") no-repeat;
	background-size: 16px 16px;
	background-position: right;
	cursor: pointer;
}

.instr-conflict {
	background: red;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.instr_contain_select {
	padding: 3px;
}

.loadingDiv {
	width: 50px;
	height: 50px;
	/* 	position: absolute;  */
	/*    top:0;
    bottom: 0;
    left: 0;
    right: 0;*/
	z-index: 1000;
	margin: auto;
}

.Beginner {
	display: inline-block;
	padding: 3px;
	background-color: green;
	color: white;
}

.Intermediate {
	display: inline-block;
	padding: 3px;
	background-color: blue;
	color: white;
}

.Advanced {
	display: inline-block;
	padding: 3px;
	background-color: black;
	color: white;
}
.Recommended {
	display: inline-block;
	padding: 3px;
	background-color: darkgrey;
	color: red;
}

.wait-marker {
	width:24px; height:24px;
	background-color: black;
	font-size:20px;
	color:red;
	font-weight: bold;

}
/***  For tooltips. ****/
.ui-tooltip,.arrow:after {
	background: black;
	border: 2px solid white;
}

.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 14px "Helvetica Neue", Sans-Serif;
/**	text-transform: uppercase; **/
	box-shadow: 0 0 7px black;
}

.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}

.arrow.top {
	top: -16px;
	bottom: auto;
}

.arrow.left {
	left: 20%;
}

.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow.top:after {
	bottom: -20px;
	top: auto;
}
div.ui-tooltip {
    max-width: 300px;
}


/*** END TOOLTIPS  ***/

.calendar_schedule_day  table
  {  
  border-spacing: 0; 
  border-collapse: collapse; 
} 
table.calendar_schedule_day th
  { 
  text-align: center; 
  font-weight: bold; 
  padding: 0px;
  min-width: 0px;
  height:5px;
  color:black;
}
table.calendar_schedule_day tbody  td
  { 
  text-align: center; 
  font-weight: normal; 
  padding: 0px;
  min-width: 0px;
  height:5px;
}
table.calendar_schedule_day_ok tbody  td
  { 
  	color:black;
}


.show-pointer,
.master_schedule_calendar {
	cursor: pointer;
}
.notActive {
	background-color: orange;
}

.assignment-changed {
	background-color: red;
}
.activity-changed {
	background-color: red;
}

.button-link {
    padding: 10px 15px 15px 15px !important;
    background: #efefef;
    color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #20538D;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0.4);
	text-decoration: none;
	font-weight: bold;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    min-width: 230px;
    max-width: 230px;
    display: block;    
    margin: 5px;
    line-height: 180%;
}

.button-link img {
    float: left;
	height: 24px;
	width: 24px;
}


.button-link:hover {
    -webkit-box-shadow: inset 0 0 2px;
    -moz-box-shadow: inset 0 0 2px;
    box-shadow: inset 0 0 2px;
    background: #cfcfcf;
    border: solid 1px #2A4E77;
    text-decoration: none;

}

.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}
.button-link-text {
   margin: 5px;
	
}
.float-left {
    float: left;
    display: block;
    width: 300px;
}

.float-right {
    float: left;
}

.center {text-align: center;margin-left:auto; margin-right:auto;}
.border { border: 1px solid black;}
.inline {display: inline-block;}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.item-separate {
	height:5px;
}

/* html5 no longer allows table cellpadding */
td, .ignite-table td {	
	padding: 5px; 	
}
th, .ignite-table th {	
	padding: 5px; 	
}

.ignite-auto-table td {	
	padding: 5px; 	
	font-size:2em;
}
.ignite-auto-table th {	
	padding: 5px; 	
	font-size:2em;
}
.supervisor-display {
	padding: 5px;
	font-size:1.5em;
}
.main-header {
	 width:100%;
	 border-bottom:1px solid #EEEEEE;
	padding-bottom:20px;
}
.col-centered{
    float: none;
    margin: 0 auto;
}

#modifytime {
	color:darkblue;
}
input[type="checkbox"], input[type="radio"]{
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    cursor:pointer;
}

.Team-1 {
	background-color: #FF6666;
	color:black;
}
.Team-2 {
	background-color: #00CCFF;
	color:black;
}
.Team-3 {
	background-color: #CCFF33;
	color:black;
}
.Team-4 {
	background-color: #FF66FF;
	color:black;
}
.Team-5 {
	background-color: #FFFF66;
	color:black;
}
.Team-6 {
	background-color: #00FFCC;
	color:black;
}
.Team-7 {
	background-color: #339966;
	color:black;
}
.Team-8 {
	background-color: #996600;
	color:white;
}
.Team-9 {
	background-color: #00FF00;
	color:black;
}
.Team-10 {
	background-color: #52ad5f;
	color:black;
}

.Team-11 {
	background-color: #2407f8;
	color:white;
}
.Team-0 {
	background-color: #a52a2a;
	color:white;
}

.red {
	color:red;
}
a,
a spam {
    cursor: pointer;
}


.scroll-modal-body {
    overflow-x:auto;
}

.grey {
  background-color: #cccccc;
}

.white {
  background-color: #ffffff;
}
.resizing-input input, .resizing-input span {
    font-size: 12px;
    font-family: Sans-serif;
    white-space: pre;
    padding: 5px;
}


table.formgenerator-collines { border: none; border-collapse: collapse; }
table.formgenerator-collines td { border-left: 1px solid #000; }
table.formgenerator-collines td:first-child { border-left: none; }

.header-logo {
 	max-height: 100px;
}


.bootstrap-select .bs-caret {
    display: none;
}

.student-event-container {
    margin: auto;
    padding: 10px;
}
.student-event-list-left {
    float: left;
	margin: 10px;
}
.student-event-list-right {
	margin: 10px;"
}
.student-event-list-container {
	display:inline-block;
}

.event-schedule-container {
	display:inline-block;
	text-align:center;
}

#season-overlay {
	pointer-events:none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(100,100,100,0.2);
    z-index: 5000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
	
}

#season-overlay-content {
	font-size: 40px;
	font-weight:bold;
	color:red;
	position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	opacity: 0.5;
}

.screen-centered {
    z-index: 5010;
	position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.instructor-limits, .signup-lock {
	width:3em;
}

.dialog-auto-size .modal-dialog {
    width: 900px;
}

.day-unavailable a, .day-unavailable {
  background: #FFAEAE !important;
}

.event-locations table {
    border-collapse: collapse;
}

.event-locations td, th {
    border: 1px solid black;
    padding: 15px;
    text-align: center;
	background-color: white;
	white-space: nowrap;
}

.nice-space-below [class*=col-] {
    margin-bottom: 10px;
}

#pswd_info {
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid-passwd {
    background:url(images/invalid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
.valid-passwd {
    background:url(images/valid.png) no-repeat 0 50%;
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}
.keep-row {
	  white-space: nowrap;
}
.double_size {
	    font-size:2em;
}

.profile-pic-rounded-corners {
	display: inline;
	margin: 0 auto;
	height: 150px;
	width: 150px;
}

.profile-pic-crop-rounded {
	display: inline-block;
	width: auto;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-border-radius: 50%;
}

.profile-no-pic-rounded-corners {
	display: inline;
    margin: 0 auto;
  	height: 150px;
  	width: 150px;
  	background: #87dfff;
	font-size:4em;
	line-height: 150px;
	text-align:center;
}
.profile-pic-error {
	display: inline;
	margin: 0 auto;
	height: 150px;
	width: 150px;
	background: #87dfff;
	text-align:center;
}

.autoupdate-container {
	display: inline-block;
	width:75px;
	height:75px;
	font-size:1em;
	overflow: hidden;
	background: #87dfff;
	text-align:center;
}
.autoupdate-no-pic {
	display: inline;
	margin: 0 auto;
	height: 75px;
	width: 75px;
	background: #87dfff;
	line-height: 75px;
	text-align:center;
}


.btn.center {
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}
#clinic-table td {
	margin:5px 0px 0px 5px;
	white-space: nowrap;
}
#participants-table td {
	margin:5px 0px 0px 5px;
	white-space: nowrap;
}

.calendar_schedule_cell {
	height:100%;
	color:black;
	white-space: normal;
}
.calendar_schedule_popover {
	 background-color:lightgray;
 }
.padding_5 th, td {
	padding:5px;
}

.padding_10 th, td {
	padding:10px;
}

label {
	font-weight: normal !important;
}
table.all-borders, tr.all-borders, td.all-borders {
	border: 1px solid black;
}
.space-buttons-horizontal > *:not(:last-child) {
	margin-right: 20px;
}

.xtc-calendar-message {
	color: black;
	background-color: white;
	font-size: 1em;
	font-weight: bold;
	padding: 1px;
	display:block;
	width:100%;
	height:100%;
	word-break:normal;
	overflow-wrap: normal;

}

.xtc-footer {
	position: fixed;
	bottom: 20px;
	width: 100%;
}

.table-rules-all td {
	border: 1px solid black;
}

.table-rules-all td:first-child {
	border-left: none;
}

.table-rules-all td:last-child {
	border-right: none;
}

.table-rules-all tr:first-child td {
	border-top: none;
}

.rules-all tr:last-child td {
	border-bottom: none;
}

.rcorners-rectangle {
	border-radius: 5px;
	width: 100px;
	height: 20px;
}

.invoice-table table {
	border-collapse: collapse;
}
.invoice-table table, .invoice-table th, .invoice-table td {
	border: 1px solid;
	font-size:12px;
	border-collapse: collapse;
	padding: 5px;
	border-spacing:0px;
}

.tooltip-text {
	visibility: hidden;
	position: absolute;
	z-index: 999999;
	width: 500px;
	color: white;
	background-color: #192733;
	padding: 5px;
}

.hover-text:hover .tooltip-text {
	visibility: visible;
}

.top {
	top: -40px;
	left: -50%;
}

.bottom {
	top: 25px;
	left: -50%;
}

.left {
	top: -8px;
	right: 120%;
}

.right {
	top: -8px;
	left: 120%;
}

.hover-text {
	position: relative;
	display: inline-block;
	text-align: center;
}

.td-top-left {
	vertical-align: top;
	text-align: left;
}
table.table-all-borders {
	border-collapse: collapse;
}
table.table-all-borders td, th {
	border: 1px solid;
}

.xtc-nowrap {
	white-space: nowrap;
}

.xtc-drkgrey:hover, .xtc-drkgrey:active {
	background-color: #716f6f;
}
.xtc-anchor-fill {
	display:inline-block;
	width:100%;
	height:100%;
}


table.eq-room {
	border-collapse: collapse;
	border: 1px solid black;
}

.eq-room td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 15px;
}

.eq-room th {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 10px;
	background-color: white;
	color: #000;
}

@media (min-height: 300px) {
.xtc-flow-columns {
		column-width: 300px;
	}
}

.green-background {
	background-color: green;
	color:white;
	border: 1px solid white;
}
.blue-background {
	background-color: blue;
	color:white;
	border: 1px solid white;
}
.black-background {
	background-color: black;
	color:white;
	border: 1px solid white;
}
@media (max-width: 768px) {
    .jconfirm .jconfirm-box {
        width: 90% !important; /* Less wide on mobile */
        left: 5% !important;  /* Centered */
        margin: 10px auto; /* Auto margins for centering */
    }
    .jconfirm .jconfirm-content {
        max-height: 70vh; /* Limit height */
        overflow-y: auto; /* Add scroll if too tall */
    }
}

/* Custom styles for the green button */
.btn-green {
	background-color: green !important;
	color: white !important; /* Change text color if needed */
	border-color: green !important;
}

/* Custom styles for the red button */
.btn-red {
	background-color: red !important;
	color: white !important;
	border-color: red !important;
}
